h3,
h4 {
    letter-spacing: -.01em
}

.eightwest_nav_menu,
.eightwest_wrapper {
    background-color: transparent;
    width: 100%
}

#eightwest_headerHome,
.eightwest_hideElem,
.noAnim {
    visibility: hidden
}

.eightwest_nav_link_pdf {
    background-color: #fff;
    height: 30px;
    position: relative;
    width: 100%;
    z-index: 6
}

.eightwest_nav_link_pdf a {
    color: #da0404;
    text-align: center;
    display: block;
    line-height: 30px;
    font-family: geomanistregular;
    font-size: 14px
}

.eightwest_nav_link_pdf a::before {
    content: '';
    background-image: url(../assets/exclamation-red.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

@font-face {
    font-family: geomanistbold;
    src: url(../fonts/geomanist-bold-webfont.woff2) format("woff2"), url(../fonts/geomanist-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistbold_italic;
    src: url(../fonts/geomanist-bold-italic-webfont.woff2) format("woff2"), url(../fonts/geomanist-bold-italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistregular;
    src: url(../fonts/geomanist-regular-webfont.woff2) format("woff2"), url(../fonts/geomanist-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistmedium;
    src: url(../fonts/geomanist-medium-webfont.woff2) format("woff2"), url(../fonts/geomanist-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistextralight;
    src: url(../fonts/geomanist-extralight-webfont.woff2) format("woff2"), url(../fonts/geomanist-extralight-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistextralight_italic;
    src: url(../fonts/geomanist-extralight-italic-webfont.woff2) format("woff2"), url(../fonts/geomanist-extralight-italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistlight;
    src: url(../fonts/geomanist-light-webfont.woff2) format("woff2"), url(../fonts/geomanist-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistlight_italic;
    src: url(../fonts/geomanist-light-italic-webfont.woff2) format("woff2"), url(../fonts/geomanist-light-italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body,
h1,
h2,
h3,
h4,
ol,
p,
table,
td,
ul {
    margin: 0;
    padding: 0;
    font-family: geomanistlight;
    font-size: 14px
}

ol,
ul {
    margin: 15px
}

li {
    margin: 20px 0
}

ol ul li {
    list-style-type: disc
}

b {
  font-family: geomanistmedium;
}

@-webkit-keyframes fadeInAndDownLong {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInAndDownLong {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInAndDownLong {
    -webkit-animation-name: fadeInAndDownLong;
    animation-name: fadeInAndDownLong;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeDownShort {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeDownShort {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.fadeDownShort {
    -webkit-animation-name: fadeDownShort;
    animation-name: fadeDownShort;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes scaleUpDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    75% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes scaleUpDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    25% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    75% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.scaleUpDown {
    -webkit-animation-name: scaleUpDown;
    animation-name: scaleUpDown;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 80s;
    animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

body {
    padding: 0;
    cursor: default;
    margin: 0 auto;
    height: 100%;
    width: 100%
}

.eightwest_wrapper {
    margin: auto;
    max-width: 1366px;
    min-height: 500px;
    position: relative;
    font-size: 100%;
    overflow: hidden
}

.eightwest_wrapper.eightwest_wrapper-ourwork {
    overflow: visible
}

.eightwest_wrapper>div,
.eightwest_wrapper>section {
    max-width: 1170px;
    margin: auto
}

h1,
h3,
h4 {
    display: inherit;
    -webkit-margin-before: inherit;
    -webkit-margin-after: inherit;
    -webkit-margin-start: inherit;
    -webkit-margin-end: inherit;
    font-weight: initial;
    color: #fff
}

.eightwest_wrapper>div.eightwest_nav_menu {
    max-width: 1366px
}

h1 {
    font-family: geomanistbold;
    font-size: 5.2vw;
    line-height: 112%;
    letter-spacing: .03em;
    margin: 0;
    text-transform: uppercase
}

h3 {
    font-family: geomanistmedium;
    font-size: 2.6vw;
    line-height: 120%;
    margin: 0
}

h4 {
    font-family: geomanistregular;
    font-size: 1.73vw;
    line-height: 100%;
    margin: 0
}

.eightwest_homeCopy h1 {
    font-size: 72px
}

.dark {
    color: #000
}

.eightwest_nav_menu {
    margin: auto;
    max-width: 1366px;
    position: absolute;
    font-size: 100%;
    overflow: hidden;
    z-index: 5;
    left: 0;
    right: 0;
    min-height: 52px
}

.eightwest_nav_menu.eightwest_nav_news_article {
  position: relative;
}

.eightwest_wrapperOuter {
    margin: auto;
    width: 100%;
    max-width: 1366px;
    position: relative
}

.eightwest_wrapperOverlay {
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 4
}

.eightwest_overlayContainer {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding-bottom: 10px
}

.eightwest_header {
    width: 100%;
    text-align: left;
    margin-top: 3.5%;
    padding-left: 3.6%
}

.eightwest_imgWrapper {
    width: 100%
}

.eightwest_menu {
    position: absolute;
    right: 4.2%;
    width: 38px;
    z-index: 3;
    margin-top: 3.65%;
    transition: opacity .6s ease-in-out
}

.eightwest_menu:hover {
    opacity: .7
}

#eightwest_menuImg {
    width: 100%;
    cursor: pointer;
    position: absolute;
    z-index: 1
}

#eightwest_closeImg {
    margin-top: 8%;
    margin-left: 8%;
    width: 84%;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    transition: all .6s ease-in-out
}

#eightwest_closeImg:hover {
    opacity: .5!important
}

#eightwest_menuImg_overlay {
    width: 100%;
    cursor: pointer;
    opacity: 0;
    display: none
}

#eightwest_headerHome,
#eightwest_headerImg {
    width: 18.4%;
    min-width: 180px
}

#eightwest_headerHome {
    position: absolute;
    left: 3.45%;
    width: 17.8%;
    top: -.2%;
    opacity: 0
}

.eightwest_header_news_article #eightwest_headerHome {
  top: 0;
  left: 3.6%;
  width: 18.4%;
}

.eightwest_body {
    color: #fff;
    margin: 0 auto;
    padding-top: 18%!important;
    padding-left: 21.5%!important
}

.eightwest_bodyCopy,
.eightwest_smallCopy {
    letter-spacing: .02em;
    margin: 0;
    text-align: left
}

.eightwest_bodyDivider {
    padding-top: 2.8%;
    padding-left: .8%;
    width: 5.3%
}

#eightwest_bodyDividerImg {
    width: 100%
}

.eightwest_bodyCopy {
    font-family: geomanistlight;
    font-size: 18px;
    line-height: 127%
}

.eightwest_smallCopy {
    font-family: geomanistregular;
    font-size: 14px;
    line-height: 172%;
    padding: 0;
    width: 100%
}

#eightwest_overlayImg,
#eightwest_video {
    position: fixed;
    top: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    min-height: 100%
}

.eightwest_bodyCopy_spacer {
    padding: 2% 0
}

.eightwest_landingCopy {
    font-family: geomanistextralight;
    font-size: 18px;
    padding-top: 3.45%;
    padding-left: .3%;
    line-height: 127%;
    text-align: left;
    letter-spacing: .012em;
    max-width: 552px
}

#eightwest_video {
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#eightwest_overlayImg {
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.eightwest_menuLinks {
    text-align: left;
    float: left;
    margin-left: 21.65%;
    padding-top: 10%
}

.eightwest_menuLink {
    color: #000;
    font-size: 52px;
    font-family: geomanistbold;
    letter-spacing: -.01em;
    line-height: 159%;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease
}

.eightwest_menuLink:hover {
    color: #da0404;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease
}

.eightwest_overlayAddress {
    float: right;
    width: 35.05%;
    padding-top: 11.6%
}

.eightwest_overlayAddress p:first-child {
    font-weight: 700;
    font-family: geomanistregular
}

.eightwest_overlayAddress p:nth-child(8)::before {
    content: "t: "
}

.eightwest_overlayAddress p:nth-child(9)::before {
    content: "f: "
}

.eightwest_menuSocial {
    padding-top: 3%;
    margin-bottom: -8px;
}

.eightwest_menuSocial-icons {
    margin: 0 5%;
    filter: brightness(0);
    transition: all .6s ease;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.eightwest_menuSocial-icons#eightwest_menuSocial_linkedin {
    margin-left: -9px; 
}

.eightwest_menuSocial .eightwest_menuSocial-icons:hover {
    filter: brightness(1)
}

.eightwest_overlayAddress .eightwest_menuSocial {
    padding-bottom: 3%;
}

.eightwest_overlayAddress .eightwest_nsai-logo img {
    max-width: 100px;
    margin-top: 10px;
}

.eightwest_contactSocial_icons {
    width: 8%;
    margin: 0 .5%;
    filter: brightness(0) invert(1);
    transition: all .6s ease
}

.eightwest_contactSocial_icons:hover {
    filter: brightness(1) invert(0)
}

#eightwest_showreel {
    position: absolute;
    transform: translate(-50%, 12%);
    width: 83.575%
}

.ie #eightwest_showreel {
    transform: translate(10%, 12%)
}

.eightwest_vidControls {
    cursor: pointer;
    position: relative;
    z-index: 3
}

.eightwest_clients {
    color: #000;
    font-size: 20px;
    font-family: geomanistbold;
    letter-spacing: -.01em;
    margin: 0 auto;
    line-height: 140%;
    position: relative;
}

.eightwest_clients:hover {
    cursor: pointer;
}

.eightwest_menu_module {
    opacity: 0;
}

.eightwest_menu_module.eightwest_menu_1 {
    text-align: center;
}

.eightwest_menu_module.eightwest_menu_2 {
    max-width: 1366px;
    text-align: center;
    margin: 0 auto;
}

.eightwest_clientList {
    padding-top: 4.6%;
    position: relative;
    z-index: 3;
}

.eightwest_clientView_1.eightwest_clientView_wrapper {
    opacity: 1;
}

.eightwest_clientView_wrapper {
    width: 94.7%;
    margin: 0 auto;
    text-align: center;
    padding-top: 2.3%;
    opacity: 0;
}

.eightwest_clientsView {
    margin-top: 2%;
    position: relative;
    z-index: 3;
}

.eightwest_clientsView_box {
    box-sizing: border-box;
    display: inline-block;
    width: 19%;
    vertical-align: top;
    border: 1px solid #fff;
}

.eightwest_clientsView_img {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.eightwest_contactUs_form {
    width: 80%;
    margin: auto;
    min-width: 340px;

    .hs-form-frame {
        width: 100%;

        iframe {
            position: relative;
        }
    }
}

#failureMessage,
#generalMessage {
    display: none;
    position: static;
    width: 100%;
    padding: 15px 15px 15px 0;
    font-family: geomanistlight;
    font-size: 16px;
}

.eightwest_contact_details {
    padding-top: 2%;
}

.eightwest_contactDetails {
    margin-left: 4.1%;
    float: left;
    width: 31%;
    position: relative;
    z-index: 3;
}

#eightwest_contact_headerImg {
    width: 44%;
}

.eightwest_contactAddress {
    margin-left: .6%;
    padding-top: 4%;
}

.eightwest_none,
.hidePC {
    display: none
}

.eightwest_marg {
    margin-top: .5em;
    margin-bottom: .5em;
}

.eightwest_contact_email {
    padding-top: 1.8%;
}

.eightwest_contact_email .eightwest_bodyCopy {
    margin-right: 4%;
    font-size: 18px;
}

#eightwest_contactSocial_linkedin {
    margin-left: -1.8%;
}

.eightwest_contactSocial {
    padding-top: 5%;
    margin-top: 0;
    top: 0;
    width: 100%
}

input[type=text],
textarea {
    padding: 21px 12px;
    line-height: normal;
    box-sizing: border-box;
    background: #fff;
    outline: 0
}

input[type=text] {
    opacity: .6;
    width: 100%;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    font-family: geomanistlight;
    font-size: 19px;
    border-radius: 2px;
    display: block;
    -webkit-appearance: none;
    color: #000
}

textarea[type=text] {
    font-family: geomanistlight;
    -webkit-appearance: none
}

input[type=submit] {
    border-radius: 0;
    -webkit-appearance: none
}

input[type=text]:focus {
    background: #fff;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
    outline: 0;
    -webkit-appearance: none
}

input#eightwest_contactSubmit {
    width: 100%;
    padding: 2.5% 10%;
    background-color: #000;
    border: 0;
    outline: 0;
    color: #fff;
    font-family: geomanistregular;
    line-height: 100%;
    font-size: 24px;
    margin-top: 2%;
    margin-bottom: 25px;
    cursor: pointer;
    letter-spacing: .1em;
    font-weight: 700;
    transition: all .6s ease-in-out
}

.eightwest_contactLabel,
.eightwest_errorLabel {
    font-family: geomanistlight;
    font-size: 16px
}

input#eightwest_contactSubmit:hover {
    background-color: #da0404
}

input#eightwest_contactSubmit:disabled {
    opacity: .5;
    cursor: default
}

input#eightwest_contactSubmit:disabled:hover {
    background-color: #000
}

input[type=text].formError,
textarea.formError {
    border-bottom: #da0404 2px solid
}

input[type=text].formValid,
textarea.formValid {
    border-bottom: #2ad805 2px solid
}

.eightwest_ValidationImage {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 20px;
    top: 33px;
    right: 10px
}

.eightwest_errorLabel {
    display: none;
    position: relative;
    color: #da0404
}

.eightwest_map {
    float: right;
    width: 60%;
    margin-top: 2.8%;
    height: 63.5vh
}

iframe {
    width: 53%;
    height: inherit;
    position: absolute;
    z-index: 3
}

textarea {
    opacity: .7;
    width: 100%;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 19px;
    border-radius: 2px;
    display: block;
    resize: none
}

.careers_text,
.careers_text-bold {
    font-size: 18px;
    line-height: 127%;
    text-align: left;
    letter-spacing: .012em;
    vertical-align: top
}

textarea:focus {
    background: #fff;
    -webkit-transition: background .1s ease-in;
    -moz-transition: background .1s ease-in;
    -ms-transition: background .1s ease-in;
    -o-transition: background .1s ease-in;
    transition: background .1s ease-in;
    outline: 0
}

.eightwest_menu_moduleOverlay {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff
}

.eightwest_bodyCopy a {
    text-decoration: underline
}

.eightwest_careers #careers {
    position: relative;
    z-index: 1
}

#eightwest_careers_headerImg {
    width: 16%
}

.eightwest_careers #careers .careers_opening {
    border: 2px solid #ddd;
    padding: 24px 28px 23px 25px;
    margin-bottom: 15px;
    height: 100%;
    position: relative
}

.eightwest_careers #careers .careers_redtab {
    height: 100%;
    position: absolute;
    width: 5px;
    background: #da0404;
    top: -1px;
    border-top: 1px solid #da0404;
    border-bottom: 1px solid #da0404;
    left: -2px
}

.careers_text-bold {
    font-family: geomanistbold
}

.careers_text {
    font-family: geomanistlight;
    white-space: pre-line
}

.eightwest_career-link {
    border-bottom: 1px solid gray;
    float: right;
    transition: all .6s ease-in-out
}

.career-op:hover .eightwest_career-link {
    color: #da0404;
    border-color: #da0404
}

.eightwest_header_image {
    padding-left: 3.8%;
    padding-top: 3.4%
}

.eightwest_careersCopy_resp {
    display: none
}

.eightwest_industry_view2 {
    opacity: 0
}

.eightwest_industry_view0,
.eightwest_industry_view1 {
    margin: 0 auto;
    width: 90%
}

#eightwest_carousel {
    width: 100%;
    overflow: hidden;
    margin: auto
}

.eightwest_carouselContainer {
    position: relative
}

.eightwest_carouselWrapper {
    margin-left: -100%;
    white-space: nowrap;
    font-size: 0
}

.eightwest_carousel_slide {
    display: inline-block;
    zoom: 1;
    text-align: center;
    white-space: normal;
    vertical-align: top
}

.eightwest_carousel_slide img {
    width: 100%;
    display: block
}

.eightwest_nav {
    position: absolute;
    z-index: 1;
    width: 5%;
    top: 0;
    cursor: pointer;
    height: 100%;
    text-align: center
}

.eightwest_nav.eightwest_nav_1 {
    left: 0
}

.eightwest_nav.eightwest_nav_2 {
    right: 0
}

.eightwest_nav img {
    width: 40%;
    margin: auto;
    height: 100%
}

.eightwest_carouselInner {
    display: inline
}

.eightwest_carouselContent {
    width: 95.3%;
    overflow: auto;
    height: 91.1%;
    margin: 0 auto
}

.eightwest_carouselClient_title {
    color: #000;
    font-size: 40px;
    font-family: geomanistlight;
    padding-top: 6%
}

.eightwest_carouselClient_logo {
    width: 30%;
    margin: 0 auto;
    text-align: center
}

.eightwest_carouselClient_icons {
    width: 10%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 0 3%
}

#careersMessage,
#generalMessage,
.eightwest_hero_overlay,
.eightwest_hideElem,
.eightwest_home {
    display: none
}

.eightwest_carouselClient_icons_outer {
    padding: 4% 0
}

.eightwest_carouselClient_quote,
.eightwest_industry_view0 .eightwest_carouselClient_quote {
    color: #000;
    font-size: 16px;
    font-family: geomanistlight;
    text-align: left;
    margin: 0 auto;
    padding: .5% 0
}

.eightwest_carouselClient_quote {
    width: 92%
}

.eightwest_industry_view0 .eightwest_carouselClient_quote {
    width: 87.65%
}

.eightwest_carouselClient_quoteLast {
    padding-bottom: 1.5%
}

.eightwest_industry_view0 .eightwest_carouselClient_quoteLast {
    padding-bottom: 5%
}

.eightwest_menu_4 {
    margin-top: 8.2%
}

.eightwest_menu_3 {
    margin-top: 8.8%
}

.eightwest_menuLink_selectable {
    cursor: pointer
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

.eightwest_positioning {
    position: relative;
    z-index: 1
}

.eightwest_linkActive {
    text-decoration: underline
}

.eightwest_copyBold {
    font-family: geomanistbold
}

.eightwest_contactForm {
    position: relative
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.eightwest_home {
    position: absolute;
    width: 18.4%;
    padding-left: 3.6%;
    margin-top: 3.5%;
    z-index: 4
}

.eightwest_home img {
    width: 100%;
    cursor: pointer
}

.eightwest_contact_form {
    padding-top: 6.5%
}

.eightwest_fullscreen {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: red;
    right: 0;
    display: none
}

.eightwest_hero,
.eightwest_hero__large {
    width: 100%;
    overflow: hidden;
    height: 80vh;
    min-height: 300px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.eightwest_hero.eightwest_hero__clients {
    height: 150px
}

.eightwest_hero__about {
    background-image: url(../assets/about_hero.jpg)
}

.eightwest_hero__our-work {
    background-image: url(../assets/ourwork_hero.jpg)
}

.eightwest_hero__contact {
    background-image: url(../assets/contact_hero.jpg)
}

.eightwest_hero__news {
  background-image: url(../assets/contact_hero.jpg)
}

.eightwest_hero__careers {
    background-image: url(../assets/careers_hero.jpg)
}

.eightwest_hero__large {
    position: relative;
    background-size: cover;
    background-position: center center
}

.eightwest_heroWrapper::after {
    clear: both;
    content: "";
    display: block;
    box-sizing: inherit
}

.eightwest_news_pressrelease {
  background-color: #00a4c7
}

.eightwest_newsCat {
  padding-top: 18%
}

.eightwest_newsHeader {
  padding-top: 6.6%
}

.eightwest_news_content {
  padding-left: 7.9%;
  padding-right: 7%;
  margin-top: 20%;
  transition: all .6s ease-in-out
}

.eightwest_news-img {
  max-width: 70%;
  text-align: center;
}

.eightwest_news-quote {
  display: block;
  text-align: left;
  width: 71%;
  margin: 35px auto;
  border-top: 4px solid #00a4c7;
  color: #000;
  font-size: 18px;
  padding-top: 10px;
  font-style: italic;
  line-height: 26px;
}

.eightwest_news-article {
  width: 100%;
  margin-top: 4%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.eightwest_news-article h1.eightwest_red {
  font-size: 50px;
  color: #00a4c7;
}

.eightwest_news-article .eightwest_bodyCopy {
  max-width: 80%;
  margin: 0 auto 20px;
}

.eightwest_news-article ul.eightwest_bodyCopy {
  max-width: 70%;
}

.eightwest_insight:hover .eightwest_news_content {
  margin-top: 0;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, .1)
}

.eightwest_news-article .twitter-tweet {
  margin: 0 auto;
}

.eightwest_h4Link,
.eightwest_insight {
    display: inline-block;
    transition: all .6s ease-in-out
}

.eightwest_heroContent_container {
    position: absolute;
    z-index: 1;
    border-left: 8px solid #da0404;
    top: 24.3%;
    width: 80%;
    transition: border .6s ease-out
}

.eightwest_heroContent_container.green {
    border-color: #0fb691
}

.eightwest_heroContent_container.purple {
    border-color: #8d4dbf
}

.eightwest_heroContent_container.blue {
    border-color: #00a4c7
}

.eightwest_heroContent_container.orange {
    border-color: #ff6d3a
}

.eightwest_insight_article h1.eightwest_red {
    color: #0fb691
}

.eightwest_insight_article .eightwest_our-work-quote {
    border-color: #0fb691
}

#eightwest_insight_article_3 h1.eightwest_red {
    color: #8d4dbf
}

#eightwest_insight_article_3 .eightwest_our-work-quote {
    border-color: #8d4dbf
}

#eightwest_insight_article_4 h1.eightwest_red {
    color: #00a4c7
}

#eightwest_insight_article_4 .eightwest_our-work-quote {
    border-color: #00a4c7
}

#eightwest_insight_article_5 h1.eightwest_red {
    color: #ff6d3a
}

#eightwest_insight_article_5 .eightwest_our-work-quote {
    border-color: #ff6d3a
}

.eightwest_heroContent_container.eightwest_contact {
    margin: auto;
    left: 0;
    top: 29.3%;
    right: 0;
    text-align: center;
    border-left: 0
}

.eightwest_heroContent_container h1 {
    line-height: 74%;
    font-size: 4.7vw;
    margin: 0;
    padding-left: 1.4%;
    white-space: nowrap
}

.eightwest_heroContent_container.eightwest_contact h1 {
    padding-left: 0;
    transition: all .6s ease-in-out
}

.eightwest_heroContent_container.eightwest_contact h1::before {
    content: "|";
    color: #da0404;
    font-size: 5.3vw;
}

.eightwest_largeCopy_spacer {
    padding-bottom: 2.25%
}

.eightwest_contact .eightwest_largeCopy_spacer {
    padding-bottom: 0
}

.eightwest_largeCopy_spacer a {
    transition: color .6s ease-in-out
}

.eightwest_largeCopy_spacer a:hover {
    color: #da0404
}

.eightwest_heroContent_wrapper {
    margin: auto;
    width: 92%;
    max-width: 1257px;
    overflow: hidden
}

.eightwest_sectionHeader {
    text-align: center;
    width: 100%;
    padding-top: 4.2%;
    padding-bottom: 1.3%
}

.eightwest_sectionHeaderCols {
    padding-bottom: 15%;
    width: 100%;
    text-align: center
}

.eightwest_sectionHeaderCol {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0
}

.eightwest_sectionHeaderCol:nth-child(1) {
    margin-right: 3%
}

.eightwest_sectionHeaderCol:nth-child(2) {
    margin-left: 3%
}

.eightwest_insights {
    width: 100%;
    text-align: center
}

.eightwest_insight {
    position: relative;
    text-align: left;
    vertical-align: top;
    height: 500px;
    width: 31.7%;
    margin: 0 2% 2.16% 0
}

.eightwest_insight:nth-child(3),
.eightwest_insight:nth-child(6) {
    margin-right: 0
}

.eightwest_insight:hover {
    cursor: pointer;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, .2);
    filter: brightness(110%)
}

.eightwest_insight_insurance {
    background-color: #0fb691
}

.eightwest_insight_ecommerce {
    background-color: #8d4dbf
}

.eightwest_insight_citsafety {
    background-color: #00a4c7
}

.eightwest_insight_design {
    background-color: #ff6d3a
}

.eightwest_insight_content {
    padding-left: 7.9%;
    margin-top: 20%;
    transition: all .6s ease-in-out
}

.eightwest_insight:hover .eightwest_insight_content {
    margin-top: 0;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, .1)
}

.eightwest_insightCat {
    padding-top: 34%
}

.eightwest_insightHeader {
    padding-top: 6.6%
}

.eightwest_h4Link {
    margin-top: 14%;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
    opacity: 0
}

.eightwest_insight:hover .eightwest_h4Link {
    opacity: 1
}

.eightwest_insight h3,
.eightwest_insight h4 {
    transition: all .6 ease-in-out
}

#eightwest_insight_article_section {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 100%;
    background: #fff;
    padding: 0
}

.eightwest_insight_article {
    width: 100%;
    margin-top: 4%;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    white-space: normal;
    vertical-align: top
}

h1.eightwest_red {
    color: #da0404;
    display: block;
    text-align: center;
    font-size: 60px;
    margin-bottom: 15px
}

.eightwest_insight_article .eightwest_h4Link {
    cursor: pointer;
    margin: 50px auto;
    text-align: center;
    width: 37%;
    background: #000;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 700;
    letter-spacing: 2px
}

.eightwest_back {
    transition: all .6s ease-in-out;
    background: #000;
    padding: 10px 40px;
    margin: 50px auto 25px;
    text-align: center;
    left: 43%;
    font-size: 150%;
    font-family: geomanistmedium;
    z-index: 10;
    cursor: pointer
}
.eightwest_news-article .eightwest_back {
    display: inline-block;
    color: #fff;
    line-height: 112%;
    letter-spacing: .03em;
    text-transform: uppercase;
    max-width: 200px;
    margin: 30px 20px;
}

#eightwest_insight_article_section li,
footer {
    text-align: left;
    font-family: geomanistregular
}

.eightwest_back:hover {
    background: #da0404
}

.eightwest_insight_article h4.eightwest_insight_article_next {
    display: none
}

#eightwest_ourwork-visible {
    transition: opacity .6s ease-in-out
}

#eightwest_insight_article_section p {
    margin-bottom: 22px
}

#eightwest_insight_article_section ul {
    margin: 0 0 10px 15px;
    padding: 0 0 0 15px
}

#eightwest_insight_article_section li {
    font-size: 14px;
    padding-top: 5px
}

.eightwest_our-work-quote {
    display: block;
    text-align: left;
    width: 40%;
    margin: 30px auto;
    border-top: 4px solid #da0404;
    color: #000;
    font-size: 16px;
    padding-top: 10px;
    font-style: italic
}

.eightwest_nav_menu.eightwest_privacy-nav {
    top: 0
}

#eightwest_privacy,
#eightwest_sitemap {
    top: 180px
}

#eightwest_privacy p {
    margin: 0 0 15px
}

#eightwest_privacy li {
    font-size: 18px;
    margin-left: 20px
}

#eightwest_sitemap section {
    margin-bottom: 100px;
    margin-left: 22.4%
}

#eightwest_sitemap ul a {
    border-bottom: 1px solid gray;
    font-size: 16px;
    transition: all .6s ease-in-out
}

#eightwest_sitemap ul a:hover {
    border-color: #da0404;
    color: #da0404
}

footer {
    font-size: 14px;
    max-width: 1366px;
    margin: 50px auto;
    letter-spacing: -.01em;
    width: 100%;
    box-sizing: border-box
}

.footer-details {
    display: flex;
    width: 100%;
    align-items: flex-end;
    padding-left: 3.6%
}

.footer-logos {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.footer-details--copyright,
.footer-details--menu {
    padding: 5px 0;
    display: inline
}

.footer-details--copyright {
    padding: 5px 0 5px 5px
}

footer .eightwest_menuSocial {
    display: inline-block;
    padding-top: 0;
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.isMobile footer .eightwest_menuSocial,
.isTouch footer .eightwest_menuSocial {
    margin-top: -5px
}

footer .eightwest_menuSocial-icons {
    width: 40px;
    min-width: 40px;
    padding: 0 10px;
}

footer>a {
    border-bottom: 1px solid gray;
    transition: all .6s ease-in-out
}

footer>a:hover {
    border-color: #da0404;
    color: #da0404
}

#eightwest_sitemap footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

#eightwest_index-footer {
    color: #fff;
    margin-top: 65px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

#eightwest_pages-footer {
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
}

#eightwest_index-footer .eightwest_menuSocial img {
    filter: brightness(0) invert(1)
}

#eightwest_index-footer .eightwest_menuSocial img:hover {
    filter: brightness(1) invert(0)
}

.eightwest_nsai-logo img, .eightwest_aws-logo img {
    margin-top: 10px;
}

.eightwest_aws-logo img {
    height: 164px;
    margin-left: -50px;
}

footer .eightwest_nsai-logo {
    display: flex;
    text-align: center;
    margin-right: 4.2%;
    margin-left: 50px;
    align-items: flex-end;
}

footer .eightwest_nsai-logo img {
    color: #000;
    filter: brightness(1) invert(0);
    width: 100px;
}

footer .eightwest_aws-logo {
    display: flex;
    text-align: center;
    margin-left: 0;
    align-items: flex-end;
}

footer .eightwest_aws-logo img {
    margin: 0 0 0;
    height: 164px;
    margin-bottom: -25px;
}

@media only screen and (min-width:1920px) {
    .eightwest_menu_moduleOverlay img {
        width: 100%
    }
}

@media only screen and (min-height:1080px) {
    .eightwest_menu_moduleOverlay img {
        width: 100%
    }
}

@media only screen and (max-height:800px) {
    #eightwest_index-footer, #eightwest_pages-footer {
        position: relative;
        bottom: 0
    }
}

@media only screen and (min-width:1520px) {
    .eightwest_heroContent_container h1,
    h1 {
        font-size: 72px
    }
}

@media only screen and (min-width:1383px) {
    .eightwest_body {
        padding-top: 18.3%
    }
    .eightwest_industry_view0,
    .eightwest_industry_view1 {
        padding-top: 6.3%
    }
    .eightwest_menuLinks {
        padding-top: 12%
    }
    .eightwest_overlayAddress {
        padding-top: 13.6%
    }
    h3 {
        font-size: 35px
    }
    h4 {
        font-size: 24px
    }
    .eightwest_h4Link {
        margin-top: 14%;
        text-decoration: none;
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 2px solid #fff
    }
}

@media only screen and (max-width:1382px) {
    .eightwest_carouselClient_title {
        font-size: 2.9vw
    }
    .eightwest_carouselClient_quote,
    .eightwest_industry_view0 .eightwest_carouselClient_quote {
        font-size: 1.171vw
    }
    .eightwest_industry_view0,
    .eightwest_industry_view1 {
        padding-top: 5%
    }
    #eightwest_showreel {
        transform: translate(-50%, 17%)
    }
    .ie #eightwest_showreel {
        transform: translate(10%, 17%)
    }
}

@media only screen and (max-width:1200px) {
    .eightwest_hero,
    .eightwest_hero__large {
        width: 100%;
        overflow: hidden;
        height: 68vh
    }
}

@media only screen and (max-width:1170px) {
    .eightwest_wrapper>div,
    .eightwest_wrapper>section {
        padding: 0 45px
    }
    #eightwest_index-nav>div,
    .isMobile .eightwest_wrapper>#eightwest_contact-us,
    .isTouch .eightwest_wrapper>#eightwest_contact-us {
        padding: 0
    }
    .eightwest_insight_article {
        padding: 0 20px
    }
    .eightwest_sectionHeaderCol {
        padding-left: 20px;
        box-sizing: border-box
    }
    .isMobile footer {
        padding: 0
    }
}

@media only screen and (max-width:1100px) {
    .eightwest_header_image {
        padding-top: 3.6%
    }
    #eightwest_showreel {
        transform: translate(-50%, 25%)
    }
    .ie #eightwest_showreel {
        transform: translate(10%, 25%)
    }
}

@media only screen and (max-width:1036px) {
    .eightwest_header_image {
        padding-top: 3.8%
    }
    #eightwest_showreel {
        transform: translate(-50%, 25%)
    }
    .ie #eightwest_showreel {
        transform: translate(10%, 25%)
    }
}

@media only screen and (max-width:1024px) {
    .eightwest_careers {
        float: none;
        width: auto
    }
    .eightwest_careers #careers {
        width: 91.7%;
        margin: 0 auto
    }
    .isMobile .eightwest_careers #careers,
    .isTouch .eightwest_careers #careers {
        width: 98%;
        padding: 5px
    }
    .eightwest_contactDetails.eightwest_careerDetails {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
    .eightwest_careersCopy {
        width: 79%;
        text-align: center;
        margin: 0 auto;
        display: none
    }
    .eightwest_contact_email {
        padding-top: 1.8%;
        text-align: left;
        margin: 0 auto 0 4%
    }
    .eightwest_contactAddress {
        padding-top: 1.5%
    }
    .eightwest_careersCopy_resp {
        display: block
    }
    .eightwest_careerDetails .eightwest_contact_email {
        width: 92.3%;
        margin-left: 3.5%
    }
    input#eightwest_contactSubmit,
    input[type=text],
    textarea {
        width: 100%
    }
    textarea {
        height: 7.4em
    }
    .eightwest_contactDetails.eightwest_contact_area,
    .eightwest_map {
        float: none;
        width: auto
    }
    .eightwest_map {
        margin: 3% auto 0;
        text-align: center;
        padding-top: 2.5%
    }
    .eightwest_contact_detailsWrapper {
        float: left;
        width: 52.2%;
        margin-left: -.7%;
        line-height: 150%;
        margin-top: .8%
    }
    .eightwest_contact_email {
        width: 100%;
        margin-left: 0;
        margin-top: -1.2%
    }
    #eightwest_contactSocial_linkedin {
        margin-left: -1.8%
    }
    #eightwest_contact_h2 {
        text-align: center;
        font-size: 24px
    }
    iframe {
        position: relative;
        width: 92%
    }
    .eightwest_contact_area .eightwest_contact_form {
        text-align: left;
        width: 96.3%;
        margin-left: -.7%
    }
    input#eightwest_contactSubmit {
        padding: 1.5% 7%
    }
    #eightwest_copy_phone {
        float: left
    }
    #eightwest_showreel {
        transform: translate(-50%, 30%)
    }
    .ie #eightwest_showreel {
        transform: translate(10%, 30%)
    }
    #careersMessage {
        text-align: center;
        width: 100%;
        padding-top: 2%
    }
    #generalMessage {
        width: 100%
    }
    .eightwest_carouselClient_quote,
    .eightwest_industry_view0 .eightwest_carouselClient_quote {
        font-size: 1.823vw
    }
    .eightwest_hero,
    .eightwest_hero__large {
        width: 100%;
        overflow: hidden;
        height: 80vh
    }
    .eightwest_insight {
        height: 410px;
        width: 45%
    }
    .eightwest_insight:nth-child(3),
    .eightwest_insight:nth-child(6) {
        margin-right: 2%
    }
    .eightwest_insightCat {
        padding-top: 17%
    }
    h3 {
        font-size: 3.6vw
    }
    h4 {
        font-size: 3vw
    }
    .eightwest_newsCat {
      font-size: 4vw;
    }
    .eightwest_newsHeader {
      font-size: 4.6vw;
    }
    .eightwest_h4Link {
      font-size: 4vw;
    }
    .eightwest_news-img {
      max-width: 90%;
    }
}
@media only screen and (max-width:1024px) {
  .eightwest_news_content {
    margin-top: 10%;
  }
}

@media only screen and (max-width:1020px) {
    .eightwest_body {
        padding-top: 24%
    }
}

@media only screen and (max-width:980px) {
    .eightwest_landingCopy {
        padding-right: 10%;
    }
    .eightwest_clientList {
        padding-top: 7.6%
    }
    .eightwest_header_image {
        padding-top: 4.4%
    }
    .eightwest_menuLinks {
        margin-left: 13%;
        padding-top: 14%
    }
    .eightwest_overlayAddress {
        width: 40%;
        padding-top: 15.6%
    }
    .eightwest_hero,
    .eightwest_hero__large {
        width: 100%;
        overflow: hidden;
        height: 55vh
    }
}

@media only screen and (max-width:920px) {
    #eightwest_index-footer, #eightwest_pages-footer {
        flex-direction: column;
    }
    .footer-details {
        justify-content: center;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .footer-logos {
        justify-content: center;
    }
}


@media only screen and (max-width:900px) {
    .eightwest_header_image {
        padding-top: 4.8%
    }
    #eightwest_contactSocial_linkedin {
        margin-left: -2%
    }
    #eightwest_showreel {
        transform: translate(-50%, 43%)
    }
    .ie #eightwest_showreel {
        transform: translate(10%, 43%)
    }
    .eightwest_insightCat {
        padding-top: 40%
    }
}

@media only screen and (max-width:768px) {
    .eightwest_homeCopy h1 {
        font-size: 42px
    }
    .eightwest_news-article h1.eightwest_red {
      font-size: 30px;
    }
    .isMobile .eightwest_homeCopy h1,
    h1.eightwest_red {
        font-size: 30px
    }
    .eightwest_sectionHeaderCol {
        display: block;
        width: 94%;
        margin: 3%
    }
    #eightwest_clients {
        margin-top: 30px
    }
    .eightwest_our-work-quote {
        width: 66%
    }
    .eightwest_newsCat {
      padding-top: 10%;
    }
}

@media only screen and (max-height:600px) {
    #eightwest_sitemap footer {
        position: relative
    }
    .eightwest_heroContent_container {
        top: 150px
    }
}

@media only screen and (max-width:820px) {
    .eightwest_header_image {
        padding-top: 4.8%
    }
    #eightwest_contactSocial_linkedin {
        margin-left: -2.3%
    }
    .eightwest_menuLinks {
        margin-left: 12%;
        padding-top: 18%
    }
    .eightwest_overlayAddress {
        width: 80%;
        padding-top: 20.65%
    }
    footer .eightwest_menuSocial {
        white-space: nowrap;
        width: 40%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-details {
        width: 100%;
        text-align: center;
    }
    .eightwest_hero,
    .eightwest_hero__large {
        width: 100%;
        overflow: hidden;
        height: 30vh;
        min-height: 200px
    }
    .eightwest_heroContent_container {
        top: 106px;
        left: 6%
    }
    .isTouch .eightwest_heroContent_container {
        left: 4.2%
    }
    .eightwest_heroContent_container.eightwest_contact {
        top: 125px
    }
    footer .eightwest_nsai-logo img,  footer .eightwest_aws-logo img {
        margin: 0 10px 0;
        height: 90px;
    }
    footer .eightwest_aws-logo img {
        height: 164px;
    }
    .footer-details--menu a {
        font-size: 12px
    }
}

#eightwest_posterImg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#eightwest_posterImg_mob {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0
}

@media only screen and (min-width:767px) {
    #eightwest_posterImg_mob {
        display: none
    }
}

@media only screen and (min-width:1023px) and (max-width:1024px) {
    .isTouch .eightwest_clientList {
        padding-top: 5.2%
    }
    .isTouch .eightwest_body {
        padding-top: 10%
    }
    .isTouch .eightwest_map {
        height: 55.5vh;
        padding-bottom: 2%
    }
    .isTouch #eightwest_showreel {
        transform: translate(-50%, 15%)
    }
    .isTouch .eightwest_fullscreen {
        position: absolute;
        width: 12%;
        background-color: transparent;
        right: 5.5%;
        display: block;
        margin-top: 49%;
        z-index: 2
    }
    .isTouch .eightwest_fullscreen img {
        width: 25%
    }
    .isTouch .eightwest_nav img {
        height: 40%
    }
    .isTouch .eightwest_menuLinks {
        padding-top: 13%
    }
    .isTouch .eightwest_overlayAddress {
        padding-top: 15%
    }
}

@media only screen and (max-width:922px) {
    .eightwest_overlayAddress {
        float: none;
        margin-left: 13%;
        padding-top: 5%;
        clear: left
    }
    .eightwest_menuLinks {
        margin-left: 13%
    }
}

@media only screen and (min-width:767px) and (max-width:768px) {
    .isTouch .eightwest_body {
        padding-top: 23%
    }
    .isTouch .eightwest_clientList {
        padding-top: 9.8%
    }
    .isTouch .eightwest_wrapper {
        min-height: 58vh
    }
    .isTouch .eightwest_clientsView_box {
        width: 27%
    }
    .isTouch .eightwest_clientsView {
        margin-top: 5%
    }
    .isTouch .eightwest_home {
        margin-top: 9.5%
    }
    .isTouch .eightwest_menu_4 {
        margin-top: 17.6%
    }
    .isTouch #eightwest_careers_headerImg {
        width: 30%
    }
    .isTouch .eightwest_header_image {
        padding-top: 9.1%
    }
    .isTouch .eightwest_careersCopy_resp {
        padding: 4% 0
    }
    .isTouch input#eightwest_contactSubmit {
        padding: 2.5% 10%
    }
    .isTouch #eightwest_showreel {
        transform: translate(-50%, 50%)
    }
    .isTouch .eightwest_menuLinks {
        padding-top: 17%
    }
    .isTouch .eightwest_menuSocial-icons {
        width: 15%
    }
    .isTouch .eightwest_nsai-logo img, .isTouch .eightwest_aws-logo img {
        width: 90px
    }
}

@media only screen and (max-width:767px) {
    .isMobile .eightwest_contact_detailsContainer .eightwest_contact_email,
    .isMobile .hidePC {
        text-align: center
    }
    .isMobile .eightwest_menuLink,
    .isTouch .eightwest_menuLink {
        font-size: 30px
    }
    .isMobile .eightwest_header {
        padding-left: 5%
    }
    .isMobile .eightwest_body {
        padding-left: 15%!important;
        padding-top: 27%!important
    }
    .isMobile .eightwest_bodyDivider {
        width: 20.3%
    }
    .isMobile .eightwest_menuSocial-icons {
        width: 16%
    }
    .isMobile .eightwest_clientsView_box {
        width: 49%
    }
    .isMobile .eightwest_clients {
        font-size: 7vw;
        width: 100%;
        margin: 0
    }
    .isMobile .eightwest_clientView_wrapper {
        width: 100%
    }
    .isMobile .eightwest_clientsView {
        margin-top: 0
    }
    .isMobile #eightwest_careers_headerImg {
        display: none
    }
    .isMobile input#eightwest_contactSubmit {
        padding: 3.5% 12%
    }
    .isMobile .hidePC {
        display: block
    }
    .isMobile .eightwest_contact_details {
        padding-top: 8%
    }
    .isMobile .eightwest_contact_detailsWrapper {
        float: none;
        width: auto;
        text-align: center
    }
    .isMobile #eightwest_copy_phone {
        float: none
    }
    .isMobile .eightwest_map {
        padding-bottom: 8%;
        margin-top: 10%
    }
    .isMobile .careers_text,
    .isMobile .careers_text-bold {
        font-size: 4.5vw;
        float: none!important;
        display: block
    }
    .isMobile #eightwest_posterImg,
    .isMobile .eightwest_carouselClient_icons_outer,
    .isMobile .eightwest_home {
        display: none
    }
    .isMobile .eightwest_carouselClient_logo {
        width: 60%
    }
    .isMobile .eightwest_carouselClient_quote,
    .isMobile .eightwest_industry_view0 .eightwest_carouselClient_quote {
        font-size: 4vw;
        width: 90%;
        padding-top: 8%
    }
    .isMobile .eightwest_nav img {
        width: 100%;
        height: 3%
    }
    .isMobile #eightwest_posterImg_mob {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -2;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    .isMobile .eightwest_clientList {
        padding-bottom: 5%
    }
    .isMobile .eightwest_industry_view1 {
        width: 95%
    }
    .isMobile .eightwest_fullscreen {
        position: absolute;
        width: 12%;
        background-color: transparent;
        right: 7%;
        display: block;
        margin-top: 60%;
        z-index: 2
    }
    .isMobile .eightwest_fullscreen img {
        width: 40%
    }
    .eightwest_insight {
        height: 370px;
        width: 95%
    }
    .eightwest_insightCat {
        padding-top: 17%
    }
}

.isMobile .eightwest_h4Link,
.isTouch .eightwest_h4Link {
    opacity: 1;
    margin-top: 7%
}

.isMobile .eightwest_insight_content,
.isTouch .eightwest_insight_content {
    margin-top: 10%
}

@media only screen and (max-width:640px) {
    .footer-logos {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:430px) {
    .eightwest_insight {
        height: 240px
    }
    footer {
        white-space: nowrap;
        text-align: center
    }
}