/* largest screen */
@media only screen and (min-device-width: 2048px) {
  .vans .main-content .section-3 ul.column-1 {
    height: 27vh;
  }
}

/* === Small Desktop === */

@media only screen and (min-device-width: 1441px) and (max-device-width: 1680px) {
  .content .main-content,
  .right-header,
  .left-header,
  .sub-header,
  footer {
    width: 90%;
  }
}

@media only screen and (max-device-width: 1440px) and (orientation: landscape) {
  .content .main-content,
  .right-header,
  .left-header,
  .sub-header,
  footer {
    width: 97%;
  }

  .header-left-col li {
    padding: 0 0 1.5% 5.5%;
  }
}

@media only screen and (max-device-width: 1366px) and (orientation: landscape) {
  .content .main-content,
  .right-header,
  .left-header,
  .sub-header,
  footer {
    width: 97%;
  }

  .content {
    width: 100%;
  }

  .top-container,
  header {
    width: 100%;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .content .main-content,
  .right-header,
  .left-header,
  .sub-header,
  footer {
    width: 97%;
  }
}

/* Tablet Generic */

@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  .sub-header,
  .content .main-content,
  footer {
    width: 97%;
  }

  .left-header,
  .right-header {
    width: 100%;
  }

  .content {
    background-size: 100% 31%;
    font-size: 90%;
  }

  .top-container,
  header {
    width: 100%;
  }

  .top-container h1 {
    font-size: 275%;
  }

  .top-container h1 img {
    top: 15%;
  }

  .top-container p.phone {
    margin: -1% auto 0;
  }

  .top-container p.strapline {
    top: 42%;
    font-size: 96%;
  }

  header nav ul {
    width: 97%;
  }

  .content .sub-header,
  .content .main-content,
  .content footer {
    box-sizing: border-box;
    padding: 0;
  }

  div[class^=column-],
  ul[class^=column-] {
    width: 31.9%;
  }

  header .sticky nav ul {
    width: 100%;
  }

  header .sticky nav li.last {
    padding: 0;
  }

  blockquote {
    width: 35%;
    background: #fff;
    line-height: 1.5;
  }

  .vans .main-content .section-3 .column-3 span.phone {
    font-size: 205%;
  }

  footer .cta-button {
    width: 13%;
  }
}

/* Tablet Portrait */

@media only screen and (max-device-width: 800px) and (orientation: portrait) {
  body {
    font-size: 90%;
  }

  body .content {
    width: 100%;
    max-width: 764px;
  }

  body .content .content-header {
    text-align: center;
  }

  body .content header {
    /*margin: 0 auto 3%;*/
    width: 100%;
    max-width: 764px;
  }

  body .content .header-right-col form img {
    top: 10%;
  }

  body .content .header-right-col form img {
    max-width: 280px;
  }

  body .content .header-left-col {
    width: 100%;
  }

  body .content .header-left-col p {
    font-size: 90%;
  }

  body .content .header-left-col ul li {
    padding: 0 0 2.5% 8%;
    font-size: 80%;
  }

  body .content .sub-header {
    width: 95%;
  }

  body .content .sub-header #slideshow {
    display: none;
  }

  body .content .left-header {
    width: 100%;
  }

  body .content .vans .header-right-col {
    width: 50%;
    padding-right: 0;
    height: auto;
  }

  body .content .vans .header-right-col h3 {
    font-size: 141%;
  }

  body .content .vans .header-right-col h3 span {
    margin-left: 18%;
  }

  body .content .right-header {
    width: 100%;
  }

  body .content .top-container h1 {
    font-size: 217%;
    margin: 1.5% 0 0 2%;
  }

  body .content .top-container h1 a {
    margin-left: 5%;
  }

  body .content .top-container h1 img {
    width: 3.5%;
    top: 21%;
    left: 1%;
  }

  body .content .top-container h1 p.strapline {
    top: 45%;
    font-size: 77%;
  }

  body .content .top-container h1 p.phone {
    width: 47%;
  }

  body .content .top-container h2 {
    width: 47%;
    top: 5px;
  }

  body .content header nav ul {
    margin: 1.5% auto 0;
  }

  body .content header nav ul li a {
    font-size: 78%;
  }

  body .content .contact .header-right-col {
    width: 40%;
  }

  body .content .main-content .content-brief {
    width: 100%;
    line-height: 2;
  }

  body .content .main-content .section-3 ul[class^=column-] {
    height: 217px;
  }

  body .content .main-content .section-3 ul li .content-header a {
    font-size: 60%;
  }

  body .content .cta-button {
    width: 100%;
  }

  body .content .cta-button a {
    width: 80%;
    padding: 3%;
  }

  body .content .vans .main-content .section-3 ul.column-2 {
    width: 47%;
  }

  body .content .vans .main-content .section-3 ul.column-3 {
    width: 30%;
  }

  body .content .vans .main-content .section-3 ul.column-3 li {
    font-size: 70%;
  }

  body .content .vans .main-content .section-3 ul.zebra li.last {
    bottom: 5%;
  }

  body .content .vans .main-content .section-3 .content-header {
    width: 100%;
  }

  body .content .vans .main-content .section-3 .van-description {
    box-sizing: border-box;
    margin-bottom: 5%;
    height: 270px;
  }

  body .content .vans .main-content .section-3 span {
    width: 50%;
  }

  body .content .content .main-content,
  body .content .content footer {
    padding: 0 0.5%;
  }

  body .content footer .footer-notices {
    width: 100%;
  }
}

/* Mobile Generic */

@media only screen and (max-device-width: 767px) {
  body {
    font-size: 80%;
  }

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

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

  body .content {
    width: 100%;
  }

  body .content.vans .main-content h3,
  body .content.lorries .main-content h3 {
    margin: 0 0 7%;
  }

  body .content .sticky + .sub-header {
    padding-top: 0;
  }

  body .content .main-content {
    border-radius: 0;
    width: 96%;
    background-image: none;
  }

  body .content .main-content h3 {
    margin: 0;
    text-align: left;
  }

  body .content .main-content .section-3 .content-header {
    margin-top: 3%;
  }

  body .content .main-content .row1 {
    border-top: none;
    margin: 0;
    padding: 0;
  }

  body .content .main-content .row2 {
    margin-top: 0;
  }

  body .content .main-content li.content-header a {
    text-decoration: none;
    font-size: 65%;
  }

  body .content .main-content .cta-content {
    margin-top: 6%;
  }

  body .content .main-content .section-2 div[class^=column-] {
    padding: 4% 0;
    border: 1px solid #006633;
    margin-top: 5%;
  }

  body .content .main-content .section-2 .content-header {
    margin: 0;
  }

  body .content .main-content .section-3 ul[class^=column-] {
    border-radius: 0;
    margin: 5% 0 0 0;
    border: 1px solid #ccc;
    height: 200px;
    width: 80%;
  }

  body .content .left-header {
    width: 78%;
    border: none;
    display: inline-block;
  }

  body .content .top-container {
    width: 100%;
    border-radius: 0;
    height: 8.5em;
  }

  body .content .top-container h1 {
    font-size: 165%;
    padding: 1% 0 0;
    box-sizing: border-box;
    width: 100%;
  }

  body .content .top-container h1 img {
    width: 6%;
    top: 9%;
    left: 2%;
  }

  body .content .top-container h1 a {
    margin-left: 7%;
    letter-spacing: 0;
  }

  body .content .top-container h2 {
    position: relative;
    width: 100%;
    font-size: 66%;
    text-align: left;
    margin: 0 0 0 2%;
    float: none;
    display: block;
  }

  body .content .top-container p.phone {
    width: 100%;
    font-size: 140%;
    text-align: left;
    margin: 5% 0 0 2%;
    float: none;
    display: block;
  }

  body .content .top-container p.strapline {
    display: none;
  }

  body .content .header-left-col li {
    font-size: 80%;
    background-position: 6px 1px;
    color: #000;
  }

  body .content .header-left-col h1 {
    font-size: 156%;
    letter-spacing: 0;
    top: 0;
  }

  body .content .header-left-col h2 {
    font-size: 72%;
    top: 5.5%;
    box-sizing: border-box;
    width: 70%;
  }

  body .content .header-left-col .button {
    width: 41%;
  }

  body .content .header-right-col form img {
    top: 8%;
  }

  body .content .cta-button {
    width: 100%;
  }

  body .content .right-header {
    position: relative;
    width: 0;
    display: inline-block;
    float: right;
    box-sizing: border-box;
  }

  body .content header {
    display: block;
    position: absolute;
    top: 0;
    background: transparent;
    height: 0 !important;
  }

  body .content header nav {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #006633;
  }

  body .content header nav ul {
    color: #006633;
  }

  body .content header nav li a {
    color: #000;
    transition: none;
    display: block;
    font-size: 75%;
    text-align: left;
  }

  body .content header nav li.active {
    border: none;
    background: #ccc;
  }

  body .content header nav li:hover {
    background: #ccc;
  }

  body .content header nav #menuToggle {
    display: block;
    position: relative;
    top: 11px;
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    color: #006633;
    left: 1%;
  }

  body .content header nav #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }

  body .content header nav #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  body .content header nav #menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }

  body .content header nav #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }

  body .content header nav #menuToggle input:checked ~ ul {
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
  }

  body .content header nav #menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
            transform: rotate(45deg) translate(-2px, -1px);
    background: #000;
  }

  body .content header nav #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }

  body .content header nav #menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
            transform: rotate(-45deg) translate(0, -1px);
  }

  body .content header nav #menuToggle ul::before,
  body .content header nav #menuToggle ul::after {
    display: none;
  }

  body .content header nav #menuToggle ul li a {
    color: #000;
    padding: 8px 0;
  }

  body .content header nav #menuToggle ul li a.active {
    background-color: transparent;
  }

  body .content header nav #menu {
    position: absolute;
    width: 100vw;
    margin: -10vw 0 0 -89vw;
    padding: 2%;
    padding-top: 18%;
    padding-left: 2vw;
    background: #ddd;
    list-style-type: none;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    text-align: left;
    opacity: 0.95;
  }

  body .content header nav #menu li {
    padding: 3%;
    font-size: 130%;
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #999;
    margin: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

  body .content header nav #menu li.last {
    border-bottom: 0;
  }

  body .content .sub-header {
    display: block;
    width: 100%;
  }

  body .content .header-left-col,
  body .content .header-left-col p {
    width: 96%;
    margin: 5% auto;
    display: block;
    padding: 0;
    font-size: 100%;
  }

  body .content .header-left-col:nth-child(2),
  body .content .header-left-col p:nth-child(2) {
    margin: 0;
  }

  body .content .header-right-col {
    display: none;
  }

  body .content .header-right-col img {
    float: none;
    margin: 0;
  }

  body .content.contact .header-left-col ul li {
    padding: 0 0 0.5%;
    background-image: none;
    color: #006633;
  }

  body .content.contact .header-left-col p {
    margin: 0;
    letter-spacing: 0;
    font-size: 100%;
    line-height: 1.3;
  }

  body .content.contact .header-right-col {
    height: auto;
    display: block;
    width: 98%;
    margin: 0 auto;
    border: none;
  }

  body .content.contact .header-right-col ul {
    margin: 3% 0 0;
  }

  body .content.contact .main-content h2 {
    margin: 10% 0 2%;
  }

  body .content .cta-content .section-1 h1 {
    font-size: 1.6em;
    color: #000;
    margin: 0;
  }

  body .content .cta-content .section-1 h2 {
    color: #000;
    font-size: 110%;
  }

  body .content div[class^=column-],
  body .content ul[class^=column-] {
    width: 95%;
    margin-top: 10%;
  }

  body .content .legal.content .main-content {
    background-image: none;
  }

  body .content.vans .header-right-col {
    display: table-cell;
    padding: 0 2%;
    width: 100%;
  }

  body .content.vans .main-content .section-3 span {
    width: 45%;
  }

  body .content.vans .main-content .section-3 ul[class^=column-] {
    height: auto;
    padding-bottom: 20px;
  }

  body .content.vans .main-content .section-3 ul.column-1 {
    width: 100%;
    float: none;
    display: block;
    height: 170px;
    margin: 0 0 1%;
    border: none;
  }

  body .content.vans .main-content .section-3 ul.column-1 li {
    display: block;
    text-align: center;
  }

  body .content.vans .main-content .section-3 ul.column-2.zebra {
    border-bottom: 0;
  }

  body .content.vans .main-content .section-3 ul.column-2 span {
    display: block;
    width: 100%;
  }

  body .content.vans .main-content .section-3 ul.column-2,
  body .content.vans .main-content .section-3 ul.column-3 {
    width: 100%;
    float: none;
    margin: 2% 0 1%;
  }

  body .content.vans .main-content .section-3 ul.column-3 {
    margin-bottom: 5%;
    height: 160px;
  }

  body .content.vans .main-content .section-3 ul.column-3.zebra {
    margin-top: -4px;
    padding-top: 7px;
    border-top: 0;
  }

  body .content.vans .main-content .section-3 ul.column-3 span {
    text-transform: uppercase;
    width: 100%;
    font-size: 150%;
    display: block;
    text-align: center;
  }

  body .content.vans .main-content .section-3 ul.column-3 span.phone {
    font-size: 270%;
  }

  body .content.vans .main-content .section-3 ul.column-3 span.strapline {
    display: none;
  }

  body .content.vans .main-content .section-3 .van-description {
    height: auto;
    box-sizing: border-box;
    width: 98%;
    margin: 0 auto 5%;
  }

  body .content.vans .main-content .section-3 img {
    width: 50%;
  }

  body .content footer {
    width: 98%;
    margin-top: 10%;
  }

  body .content footer p {
    width: 100%;
    font-size: 69%;
  }

  body .content footer .footer-bkg {
    padding: 2%;
  }

  body .content footer .content-header {
    font-size: 85%;
  }

  body .content footer .cta-button {
    width: 28%;
  }

  body .content footer .copyright {
    width: 100%;
    float: none;
    text-align: center;
  }

  body .content footer .notices {
    width: 100%;
    float: none;
  }

  body .content footer .notices li a {
    color: #000;
    text-transform: uppercase;
  }

  body .content footer .footer-notices {
    margin: 2% auto;
  }

  body .content footer ul {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  body .content footer ul li {
    font-size: 60%;
  }

  body .content footer ul li a {
    text-decoration: none;
    color: #aaa;
    text-transform: none;
  }

  body .content footer ul#menu {
    width: 100%;
    position: relative;
    padding: 0;
    background: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    margin: 2% 0 3%;
    text-align: center;
    font-size: 130%;
  }

  body .content footer ul#menu li {
    padding: 0 0 0 2%;
    font-size: 65%;
    display: inline-block;
    border: none;
    line-height: 2.5;
    width: auto;
  }

  body .content footer ul#menu a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
  }
}

@media only screen and (max-device-width: 430px) and (orientation: portrait) {
  body .content.home .main-content .section-2 div[class^=column-] {
    width: 90%;
  }

  body .content.home div[class^=column-],
  body .content.home ul[class^=column-] {
    width: 90%;
  }
}

/* Mobile - targeting iPhone+ */

@media only screen and (max-device-width: 413px) and (orientation: portrait) {
  body .content {
    max-width: 410px;
  }

  body .content header nav #menu {
    margin: -10vw 0 0 -86vw;
  }

  body #menu {
    margin: -47px 0 0 -323px;
  }

  body .top-container p.phone {
    margin: 5% 0 0 2%;
  }

  body .vans .header-right-col h3 span {
    margin-left: 12%;
  }
}

/* Targeting smaller devices */

@media only screen and (max-device-width: 374px) and (orientation: portrait) {
  body .top-container h1 {
    font-size: 162%;
  }

  body .content {
    max-width: 356px;
  }

  body .content header nav #menu {
    margin: -48px 0 0 -310px;
  }

  body .content.vans .main-content .section-3 ul.column-1 {
    height: 153px;
  }

  body .header-left-col h3,
  body .vans .header-right-col h3 {
    font-size: 145%;
  }

  body .vans .header-right-col h3 span {
    margin-left: 11%;
    font-size: 45%;
  }

  body .cta-button a {
    width: 57%;
    padding: 3%;
  }

  body .vans .main-content .section-3 li {
    text-align: left;
    font-size: 80%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
  }
}

@media only screen and (max-device-width: 359px) and (orientation: portrait) {
  body .content {
    max-width: 356px;
  }

  body .content header nav #menu {
    margin: -44px 0 0 -276px;
    width: 250px;
  }

  body .content.vans .main-content .section-3 ul.column-1 {
    height: 135px;
  }

  body .content .top-container {
    height: 8em;
  }

  body .content .left-header {
    width: 83%;
  }

  body .content #menuToggle {
    top: 9px;
  }

  body .content .top-container h1 {
    font-size: 141%;
  }

  body .content .top-container p.phone {
    margin: 4% 0 0 2%;
  }

  body .content .top-container h1 img {
    top: 6%;
  }

  body .content .header-left-col h3,
  body .content .vans .header-right-col h3 {
    font-size: 130%;
  }

  body .content .header-left-col li {
    background-position: 6px 2px;
  }

  body .content footer ul#menu {
    font-size: 119%;
  }
}

/* Mobile portrait */

@media only screen and (max-device-width: 767px) and (orientation: portrait) {
  header {
    right: 14%;
  }

  .header-left-col p:nth-child(2) {
    width: 100%;
  }

  .hiring-conditions .main-content li {
    padding: 0 0 3% 7%;
    background-position: 6px 2px;
  }
}

/* Mobile - landscape generic */

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  body .content {
    background-size: 100% 17%;
    width: 100%;
    max-width: 736px;
  }

  body .content.home .main-content .section-3 ul[class^=column-] {
    width: 30%;
  }

  body .content header nav #menuToggle {
    margin-left: -48px;
    top: 20px;
  }

  body .content header nav #menu {
    margin: -48px 0 0 -585px;
  }

  body .content h1 img {
    width: 4%;
  }

  body .content .header-right-col {
    width: 146%;
    left: -140px;
  }

  body .content .header-right-col form img {
    top: 26%;
  }

  body .content .header-left-col {
    padding: 2%;
  }

  body .content .header-left-col li {
    background-position: 6px 2px;
    padding-left: 4%;
  }

  body .content .top-container h1 img {
    width: 4%;
    top: 4%;
    left: 2%;
  }

  body .content .top-container p.phone {
    margin: 2% 0 0 2%;
  }

  body .content.hiring-conditions .main-content li {
    padding: 0 0 2% 5%;
    background-position: 6px 2px;
  }

  body .content.vans .main-content .section-3 ul.column-1 {
    height: 255px;
  }

  body .content.vans .main-content .section-3 ul.column-3 li {
    margin-top: 1%;
  }
}

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  body .content {
    max-width: 767px;
    /*.vans .section-3 .van-description.last {
         display: block;
         float: none;
         margin: 0;
     }*/
    /*.content .main-content {
         background-image: url(../images/bkg.png);
         background-size: 100% 17%;
     }*/
  }

  body .content .top-container {
    height: 7.5em;
  }

  body .content header nav {
    padding-right: 10%;
  }

  body .content header nav #menu {
    margin: -48px 0 0 -688px;
    padding-top: 9%;
  }

  body .content .header-left-col,
  body .content .header-left-col p {
    width: 100%;
    display: block;
    float: none;
    border-bottom: none;
    margin: 0;
  }

  body .content .vans .header-left-col,
  body .content .vans .header-left-col p {
    width: 50%;
    margin-top: 3%;
  }

  body .content .vans .header-right-col {
    padding: 0 2%;
    display: inline-block;
    margin-bottom: 10%;
  }

  body .content .vans .section-3 .van-description {
    display: inline-block;
    width: 49%;
    padding: 2%;
    box-sizing: border-box;
    float: left;
  }

  body .content .vans .section-3 .van-description p .description-header {
    padding: 0 0 6%;
  }

  body .content .vans .main-content .section-3 ul.column-1 {
    height: 121px;
    margin: 0 0 1%;
  }

  body .content .vans .main-content .section-3 ul.column-2,
  body .content .vans .main-content .section-3 ul.column-3 {
    display: block;
  }

  body .content .header-right-col {
    display: none;
  }

  body .content .main-content .cta-content {
    margin-top: 0;
  }

  body .content.vans .main-content,
  body .content.contact .main-content {
    background-image: none;
    margin-top: 2%;
    width: 98%;
  }

  body .content.contact .main-content {
    margin-top: 5%;
  }

  body .content.contact .main-content h2 {
    text-transform: uppercase;
    font-size: 125%;
    margin: 0% 0 2%;
  }

  body .content .main-content .section-2 div[class^=column-] {
    padding: 4% 0;
    border: 1px solid #006633;
    width: 32%;
    margin: 0;
  }

  body .content .main-content .section-3 ul[class^=column-] {
    border-radius: 0;
    margin: 2% 1% 0;
    height: 200px;
    width: 30%;
  }

  body .content .main-content li.sprite-1 {
    background-position: 79% 14px;
  }

  body .content .main-content .row2 {
    margin: 0 0 5%;
  }

  body .content .main-content .content-brief {
    width: 90%;
    font-size: 80%;
  }

  body .content .cta-content .section-1 h2 {
    color: #fff;
  }

  body .content .cta-button a {
    padding: 5%;
    font-size: 80%;
    width: 70%;
  }

  body .content footer {
    margin-top: 0;
  }

  body .content footer .footer-bkg {
    margin: 4% 0 0;
  }
}

/* Targeting primarily iPhone 6/7/8 */

@media only screen and (max-device-width: 735px) and (orientation: landscape) {
  body .content header nav #menu {
    margin: -48px 0 0 -619px;
  }
}

/* Targeting primarily Samsung S5 */

@media only screen and (max-device-width: 640px) and (orientation: landscape) {
  body .content h1 img {
    width: 5%;
  }

  body .content .top-container h1 {
    font-size: 192%;
  }

  body .content header nav #menu {
    margin: -48px 0 0 -592px;
  }

  body .content .cta-button a {
    width: 73%;
  }

  body .content .header-left-col li {
    padding-left: 5%;
  }

  body .content .vans .header-left-col li {
    padding-left: 10%;
  }
}

/* Targeting primarily iPhone 5 */

@media only screen and (max-device-width: 568px) and (orientation: landscape) {
  body .content h1 img {
    width: 5%;
  }

  body .content header nav #menu {
    margin: -48px 0 0 -520px;
  }

  body .content header nav #menuToggle {
    top: 12px;
  }

  body .content .content-header {
    font-size: 115%;
  }

  body .content .header-left-col h3,
  body .content .vans .header-right-col h3 {
    font-size: 120%;
  }

  body .content .header-left-col li {
    padding-left: 6%;
  }

  body .content .vans .header-left-col li {
    padding-left: 12%;
  }

  body .content .top-container h1 img {
    top: 7%;
  }

  body .content .main-content .content-brief {
    font-size: 70%;
  }

  body .content .cta-button a {
    width: 73%;
    font-size: 70%;
  }

  body .content .vans .main-content .section-3 ul.column-1 {
    height: 113px;
  }
}

