.product-teasers,
.product-guts,
.our-company-tabs,
.our-company-tab-panel,
.internships-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (min-width: 35em) {
    .product-teaser,
    .product-description,
    .third,
    .internships-container .internship-info {
        -webkit-flex-basis: 31.666667%;
        -ms-flex-preferred-size: 31.666667%;
        flex-basis: 31.666667%
    }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
button,
select {
    text-transform: none
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit
}
*,
*:before,
*:after,
input {
    box-sizing: border-box
}
a {
    text-decoration: none
}
body,
html {
    width: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html {
    background-color: #fff;
    transition: .15s ease-in-out padding
}
@media (min-width: 90em) {
    html {
        background: #ffffff;
        background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
        background-attachment: fixed
    }
}
body {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
    background-color: #fff;
    overflow-x: hidden
}
@media (min-width: 90em) {
    body {
        max-width: 90em;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35)
    }
}
.wrap {
    width: 89%;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto
}
.wrap--tabs {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: none
}
@media (min-width: 35em) {
    .wrap--tabs {
        width: 89%;
        max-width: 75em;
        margin-left: auto;
        margin-right: auto
    }
}
.button {
    color: #111;
    border-bottom: 2px solid #bada55
}
.button:hover,
.button:focus {
    box-shadow: 0 2px 0 0 #bada55
}
p a {
    color: black;
    padding: 2px 2px 1px 2px;
    border-bottom: 2px solid #bada55
}
p a:hover {
    background-color: #111;
    color: #fff
}
p,
p+ul li,
h4+ul li {
    color: #16272a;
    font-size: .8125rem;
    line-height: 1.65;
    margin-bottom: 1rem
}
p:last-child,
p+ul li:last-child,
h4+ul li:last-child {
    margin-bottom: 0
}
@media (min-width: 35em) {
    p,
    p+ul li,
    h4+ul li {
        font-size: .875rem
    }
}
p+ul,
h4+ul {
    padding-left: 1em;
    margin-bottom: 1rem
}
p+ul li,
h4+ul li {
    list-style: disc;
    padding-left: .25rem;
    margin-bottom: .5em
}
strong {
    font-weight: 700
}
.contact-details {
    padding: 0 0 10em;
    line-height: 1.5
}
.contact-details h1 {
    font-size: 1.85em;
    margin-bottom: 2em
}
.contact-details .tel,
.contact-details .tel+span {
    display: block
}
@media (min-width: 60em) {
    .contact-details {
        font-size: 120%
    }
}
.section-heading {
    position: relative;
    min-width: 16.25em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
    color: #425112;
    padding: 0.5em 1em;
    max-width: 54em
}
@media (min-width: 35em) {
    .section-heading {
        letter-spacing: 4px;
        margin-bottom: 2.5em
    }
}
@media (min-width: 35em) {
    .section-heading {
        padding: 14px 30px;
        padding: 0.875em 1.675em;
        margin-bottom: 5em
    }
}
@media (max-height: 25em) {
    .section-heading {
        margin-bottom: 10px
    }
}
.section-heading .section-heading-text {
    position: relative;
    z-index: 2;
    display: block
}
.section-heading li {
    display: inline
}
.section-heading li:after {
    content: "â€¢";
    padding-left: 1em;
    padding-right: 1em
}
.section-heading li:last-child:after {
    content: "";
    padding: 0
}
.section-heading:before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #bada55;
    width: 100%;
    -webkit-transform: skew(-16deg);
    transform: skew(-16deg)
}
@media (min-width: 35em) {
    .section-heading:before {
        -webkit-transform: skew(-33deg);
        transform: skew(-33deg)
    }
}
.our-products-teaser .section-heading,
.our-company-tab-panel .section-heading,
.recent-news .section-heading {
    max-width: 20em
}
.site-header {
    background-color: #fff;
    border-top: 10px solid #bada55;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 31.25em;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@media (max-width: 35em) {
    .site-header {
        background-image: url(/MWClients/Inuvo/images/tree_mobile.jpg);
        background-position: center right
    }
}
@media (min-width: 35em) {
    .site-header {
        margin-bottom: 8em;
        background-image: url(/MWClients/Inuvo/images/tree.jpg);
        background-position: center
    }
}
.site-header .wrap {
    position: relative;
    padding: 15% 0 50%
}
@media (min-width: 35em) {
    .site-header .wrap {
        padding-top: 10%;
        padding-bottom: 15em
    }
}
.site-header .menu-toggle {
    float: right;
    width: 50px;
    height: 40px;
    position: relative;
    top: -.2em;
    padding-top: .65em;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@media (min-width: 60em) {
    .site-header .menu-toggle {
        display: none
    }
}
.site-header .menu-toggle:after {
    content: "";
    border-radius: 2px;
    width: 32px;
    margin: 0 auto;
    height: 2px;
    display: block;
    background-color: #fff;
    box-shadow: 0 8px 0 #fff, 0 16px 0 #fff
}
.site-header nav {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    min-width: 18em
}
.site-header nav:target,
.site-header nav.toggled {
    display: block
}
.site-header nav a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 1em;
    transition: 0.15s ease-in-out background-color, 0.15s ease-in-out color
}
@media (min-width: 60em) {
    .site-header nav a {
        display: inline-block;
        font-size: 16px;
        padding: 0.85em 1em;
        position: relative;
        z-index: 2
    }
}
.site-header nav a:hover,
.site-header nav a.current {
    background-color: #fff;
    color: #111
}
@media (min-width: 60em) {
    .site-header nav a:hover,
    .site-header nav a.current {
        background-color: transparent;
        color: #bada55;
        box-shadow: 0 2px 0 #bada55
    }
}
@media (min-width: 35em) {
    .site-header nav {
        left: auto;
        width: 31.66667%
    }
}
@media (min-width: 60em) {
    .site-header nav {
        display: block;
        float: right;
        position: relative;
        top: -.5em;
        left: auto;
        right: auto;
        width: auto;
        background: transparent;
        padding-left: 2em;
        padding-right: 2em;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }
    .site-header nav:before {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.75);
        width: 100%;
        -webkit-transform: skew(-33deg);
        transform: skew(-33deg)
    }
}
@media (min-width: 72em) {
    .site-header nav:after {
        content: "";
        position: absolute;
        width: 9em;
        height: 100%;
        top: 0;
        left: 96%;
        background: rgba(0, 0, 0, 0.75)
    }
}
.site-header nav .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 32px;
    padding: 0
}
@media (min-width: 60em) {
    .site-header nav .close {
        display: none
    }
}
.site-header h1 {
    font-size: 1.4em;
    line-height: 1.325;
    color: #fff;
    padding-top: 3.4em;
    padding-bottom: 1.5em;
    width: 12.5em;
    -webkit-animation-duration: 1.55s;
    animation-duration: 1.55s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@media (min-width: 28.75em) {
    .site-header h1 {
        font-size: 2em
    }
}
@media (min-width: 44em) {
    .site-header h1 {
        font-size: 3em;
        width: 12.875em
    }
}
@media (min-width: 72em) {
    .site-header h1 {
        font-size: 3.5em;
        padding-top: 3em
    }
}
.site-header .button {
    font-size: 1em;
    color: #fff;
    display: inline-block;
    -webkit-animation-duration: 1.75s;
    animation-duration: 1.75s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@media (min-width: 35em) {
    .site-header .button {
        font-size: 1.5em
    }
}
.site-header--sub {
    margin-bottom: 2em
}
@media (max-width: 35em) {
    .site-header--sub {
        background-image: url(/MWClients/Inuvo/images/table_mobile.jpg);
        background-position: center right
    }
}
@media (min-width: 35em) {
    .site-header--sub {
        margin-bottom: 8em;
        background-image: url(/MWClients/Inuvo/images/table.jpg);
        background-position: center
    }
}
.site-header--sub .wrap {
    position: relative;
    padding: 15% 0
}
@media (min-width: 35em) {
    .site-header--sub .wrap {
        padding-top: 10%;
        padding-bottom: 1em
    }
}
.logo-link {
    float: left;
    position: relative;
    top: -.5rem
}
.logo-link svg {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 7.25em;
    height: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
.logo-link:hover {
    box-shadow: 0 3px 0 #bada55
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.our-products-teaser {
    position: absolute;
    bottom: -90%;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@media (min-width: 28.75em) {
    .our-products-teaser {
        bottom: -70%
    }
}
@media (min-width: 35em) {
    .our-products-teaser {
        bottom: -5%
    }
}
@media (min-width: 60em) {
    .our-products-teaser {
        bottom: -9%
    }
}
.product-teasers {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: 1s ease-in-out all
}
@media (min-width: 35em) {
    .product-teasers {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.hud {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: -1em;
    left: 0;
    right: 0;
    padding: .5em;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hudIn;
    animation-name: hudIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
@media (max-height: 30em) {
    .hud {
        display: none
    }
}
@media (min-width: 35em) {
    .hud {
        width: 32em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0.5em 0.5em 0 0;
        border: 1px solid rgba(0, 0, 0, 0.5)
    }
}
.hud .product-teaser {
    -webkit-flex-basis: 32.66667%;
    -ms-flex-preferred-size: 32.66667%;
    flex-basis: 32.66667%;
    padding: 5% 0
}
.hud .product-teaser .product-teaser-details {
    display: none
}
.hud .product-teaser:hover,
.hud .product-teaser:focus {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
@-webkit-keyframes hudIn {
    0% {}100% {}
}
@keyframes hudIn {
    0% {}100% {}
}
.product-teaser {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-image: url(https://images.unsplash.com/photo-1431932441182-250651654c23?q=80&fm=jpg&s=dbb6cf32be2308d75f305480c96dcff8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 5px 10px rgba(0, 0, 0, 0.35);
    padding: 2em 0;
    transition: .1s ease-in-out -webkit-transform;
    transition: .1s ease-in-out transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 3px;
    margin-bottom: 1em;
    cursor: pointer
}
.product-teaser img {
    display: block;
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25em
}
.product-teaser:hover {
    -webkit-transform: translate3d(0, -0.25em, 0);
    transform: translate3d(0, -0.25em, 0)
}
@media (min-width: 60em) {
    .product-teaser {
        padding: 3em 0
    }
}
.product-teaser-details {
    font-size: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    width: 7.5em;
    margin-left: auto;
    margin-right: auto
}
.product {
    opacity: 0;
    overflow: hidden
}
@media (min-width: 35em) {
    .product {
        padding: 13% 0 7%
    }
}
.product-guts {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.product-guts img {
    width: 100%
}
@media (min-width: 60em) {
    .product-guts {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
@media (min-width: 60em) {
    #AlotSites .product-guts {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}
.product-description {
    margin-bottom: 3rem
}
@media (min-width: 35em) {
    .product-description {
        padding: 40px;
        padding-top: 10%;
        margin-bottom: 2rem
    }
}
@media (min-width: 60em) {
    .product-description {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        padding-left: 0
    }
}
@media (max-height: 25em) {
    .product-description {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 10px
    }
}
@media (min-width: 73.75em) {
    .product-description {
        -webkit-flex-basis: 32.66667%;
        -ms-flex-preferred-size: 32.66667%;
        flex-basis: 32.66667%;
        padding-left: 40px
    }
}
.product-description .button {
    font-size: 1.15em
}
.product-description .product-logo {
    display: block;
    margin-bottom: 2em;
    width: 13em;
    max-height: 3em
}
@media (min-width: 35em) {
    .product-description p {
        padding-right: 25%
    }
}
@media (min-width: 73.75em) {
    .product-description p {
        padding-right: 0
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .product-description {
        min-height: 380px
    }
}
.product-pic-container {
    width: 130%;
    margin-left: -5%
}
.product-pic-container img {
    display: block;
    width: 100%
}
@media (max-height: 25em) {
    .product-pic-container {
        display: none;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        width: 100%
    }
    .product-pic-container img {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}
@media (min-width: 35em) {
    .product-pic-container {
        margin-left: 0;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}
@media (min-width: 42em) {
    .product-pic-container {
        width: 100%
    }
}
@media (min-width: 60em) {
    .product-pic-container {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .product-pic-container img {
        width: 150%
    }
}
@media (min-width: 73.75em) {
    .product-pic-container {
        -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
    .product-pic-container img {
        width: 100%
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .product-pic-container {
        min-height: 500px
    }
}
@media (min-width: 60em) {
    #AlotSites .product-description {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        padding-left: 40px;
        padding-right: 40px
    }
}
@media (min-width: 73.75em) {
    #AlotSites .product-description {
        -webkit-flex-basis: 32.66667%;
        -ms-flex-preferred-size: 32.66667%;
        flex-basis: 32.66667%
    }
}
@media (min-width: 35em) {
    #AlotSites .product-description p {
        padding-right: 0
    }
}
@media (min-width: 73.75em) {
    #AlotSites .product-description p {
        padding-right: 0
    }
}
@media (min-width: 60em) {
    #AlotSites .product-pic-container {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    #AlotSites .product-pic-container img {
        width: 150%;
        margin-left: -45%
    }
}
@media (min-width: 73.75em) {
    #AlotSites .product-pic-container {
        -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%
    }
    #AlotSites .product-pic-container img {
        width: 100%;
        margin-left: 0
    }
}
.bump {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: bump;
    animation-name: bump;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    opacity: 1
}
.bump .section-heading {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bumpHeading;
    animation-name: bumpHeading;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
.bump .product-description {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bumpText;
    animation-name: bumpText;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
.bump .product-pic-container {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bumpPic;
    animation-name: bumpPic;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes bump {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes bump {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes bumpText {
    0% {
        -webkit-transform: translate3d(-10em, 0, 0);
        transform: translate3d(-10em, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bumpText {
    0% {
        -webkit-transform: translate3d(-10em, 0, 0);
        transform: translate3d(-10em, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-webkit-keyframes bumpPic {
    0% {
        -webkit-transform: translate3d(10em, 0, 0);
        transform: translate3d(10em, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bumpPic {
    0% {
        -webkit-transform: translate3d(10em, 0, 0);
        transform: translate3d(10em, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-webkit-keyframes bumpHeading {
    0% {
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes bumpHeading {
    0% {
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
#OurCompany {
    margin-bottom: 15rem;
    padding-bottom: 10rem;
    border-bottom: 10px solid #e4f1be;
    box-shadow: 0 10px 0 #d3e894, 0 20px 0 #bada55, 0 30px 0 #97ba28
}
.our-company-header {
    background-image: url(/MWClients/Inuvo/images/office.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center
}
.our-company-header h2 {
    font-size: 1.5em;
    position: relative;
    padding: 2em 1em 0.75em;
    margin-bottom: .75em;
    line-height: 1.3
}
@media (min-width: 35em) {
    .our-company-header h2 {
        padding-top: 4em;
        font-size: 2.25em
    }
}
.our-company-header h2:after {
    content: "";
    width: 6em;
    height: 2px;
    background-color: #bada55;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3em
}
.our-company-header p {
    font-size: .85em;
    color: rgba(255, 255, 255, 0.85);
    max-width: 26.25em;
    margin: 0 auto
}
@media (min-width: 60em) {
    .our-company-header p {
        font-size: 1em;
        max-width: 33%
    }
}
.our-company-tabs {
    padding-top: 2em
}
@media (min-width: 35em) {
    .our-company-tabs {
        padding-top: 6em
    }
}
.our-company-tabs a {
    -webkit-flex-basis: 32.666667%;
    -ms-flex-preferred-size: 32.666667%;
    flex-basis: 32.666667%;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7em;
    color: #444;
    letter-spacing: 3px;
    padding: 1.5em 0;
    opacity: .5;
    border-top: 2px solid #bada55;
    transition: .1s ease-in-out opacity
}
@media (min-width: 35em) {
    .our-company-tabs a {
        font-size: .85em
    }
}
@media (min-width: 42em) {
    .our-company-tabs a {
        font-size: 1em
    }
}
.our-company-tabs a span {
    display: none
}
@media (min-width: 35em) {
    .our-company-tabs a span {
        display: inline
    }
}
.our-company-tabs a:hover {
    opacity: .9
}
.our-company-tabs a.current {
    opacity: 1
}
.third {
    margin-bottom: 5em;
    position: relative;
    padding-top: 2em
}
@media (min-width: 42em) {
    .third {
        padding: 3em 0 0 0;
        margin-top: 2em
    }
}
@media (max-height: 25em) {
    .third {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}
@media (min-width: 60em) {
    .third {
        padding: 4.5em 1.5em 1.5em 1.5em
    }
}
.third h3 {
    position: absolute;
    bottom: 100%;
    font-size: 1.5em
}
.our-company-tab-panel {
    height: 0;
    overflow: hidden;
    padding: 0
}
.our-company-tab-panel.current {
    padding-top: 2em;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: 6em
}
@media (min-width: 42em) {
    .our-company-tab-panel.current {
        height: auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
#Careers {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.jobs {
    width: 100%
}
@media (min-width: 35em) {
    .jobs {
        width: 66.66667%;
        margin: 0 auto
    }
}
.job {
    border-bottom: 1px solid #eee
}
.job:first-child {
    border-top: 1px solid #eee
}
.job-header {
    position: relative
}
.job-title {
    font-size: .95em;
    padding: 1em 6em 1em 0.5rem;
    cursor: pointer
}
@media (min-width: 35em) {
    .job-title {
        font-size: 1.25em;
        padding: 2em 6em 2em 0.5rem
    }
}
.job-toggle {
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -1.1225em;
    font-size: .625em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #111;
    border: 1px solid #bada55;
    padding: 4px 6px 4px 8px
}
.job:hover .job-toggle {
    background-color: #bada55;
    color: #425112
}
.job-body {
    padding: .5rem;
    display: none
}
.job-body h4 {
    text-transform: uppercase;
    font-size: .65em;
    margin: 0 0 1em 0;
    letter-spacing: 3px;
    font-weight: 700;
    color: #888
}
.job.is-viewing .job-body {
    display: block
}
.job-list {
    padding-left: 0;
    list-style: disc
}
.job-list.job-list--stacked li {
    display: block;
    width: 100%
}
.job-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3em 0 1em;
    margin-bottom: 1em;
    position: relative
}
@media (min-width: 35em) {
    .job-list li {
        width: 48.899999%
    }
}
.job-list li:before {
    position: absolute;
    top: 8px;
    left: 0px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #bada55
}
#Internships {
    display: block
}
.internship-heading {
    font-size: 1.5em;
    margin-bottom: 2em
}
.internships-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
@media (min-width: 35em) {
    .internships-container {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
@media (min-width: 35em) {
    .internships-container .internship-jobs {
        -webkit-flex-basis: 65.66667%;
        -ms-flex-preferred-size: 65.66667%;
        flex-basis: 65.66667%
    }
}
.internships-container .internship-jobs .jobs {
    width: 100%
}
.apply-cta {
    padding: 1em 0;
    font-size: 1.5rem;
    text-align: center
}
.recent-news-list {
    text-align: center;
    max-width: 35em;
    margin: 0 auto 15rem
}
.news-item {
    font-size: 1em;
    margin-bottom: 2em
}
@media (min-width: 35em) {
    .news-item {
        font-size: 1.5em
    }
}
.news-item-title {
    margin-bottom: .5em
}
.news-item-date {
    font-size: .85rem;
    color: #888
}
@media (min-width: 35em) {
    .news-item-date {
        font-size: .95rem
    }
}
.inuvo-map {
    background-color: black;
    background-image: url(/MWClients/Inuvo/images/map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2em 0
}
@media (min-width: 35em) {
    .inuvo-map {
        padding: 4em 0
    }
}
.contact-card {
    background: #fff;
    padding: 2em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
    border-top: 3px solid #bada55;
    width: 100%;
    font-size: .875em
}
@media (min-width: 35em) {
    .contact-card {
        width: 32.66667%
    }
}
.contact-card .adr {
    margin-bottom: .5em
}
.contact-card svg {
    width: 8em;
    height: auto;
    display: block;
    margin-bottom: 2em
}
.contact-card>span {
    display: block
}
.legal {
    padding: 2.5em 0;
    text-align: center
}
.legal-item {
    display: inline-block;
    color: #9c9c9c;
    font-size: .85em;
    padding: 0.5em 1em
}
.managers,
.board {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
@media (min-width: 35em) {
    .managers,
    .board {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.manager {
    margin-bottom: 4em;
    position: relative;
    padding-left: 70px
}
@media (min-width: 60em) {
    .manager {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        padding-left: 7.5rem
    }
}
.manager img {
    position: absolute;
    top: .25em;
    left: -1.8em;
    width: 80px
}
@media (min-width: 60em) {
    .manager img {
        width: 100px;
        top: 0;
        left: 0
    }
}
.manager-name,
.board-member-name {
    font-size: 1.5em;
    margin: 0
}
.manager-title,
.board-member-title {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2em
}
@media (min-width: 60em) {
    .manager-bio,
    .board-member-bio {
        padding-right: 2em
    }
}
.board-member {
    margin-bottom: 4em
}
@media (min-width: 60em) {
    .board-member {
        -webkit-flex-basis: 32.66667%;
        -ms-flex-preferred-size: 32.66667%;
        flex-basis: 32.66667%
    }
}