/* ========================================================================== Fonts ========================================================================== */
@font-face {
    font-family: 'GothamCondBold';
    src: url("../fonts/GothamCondBold.eot");
    src: url("../fonts/GothamCondBold.eot") format("embedded-opentype"), url("../fonts/GothamCondBold.woff2") format("woff2"), url("../fonts/GothamCondBold.woff") format("woff"), url("../fonts/GothamCondBold.ttf") format("truetype"), url("../fonts/GothamCondBold.svg#GothamCondBold") format("svg");
}
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button * {
    pointer-events: none
}
.index-body {
    background-color: #000;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301 These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* A better l ooking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
/* Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}
button {
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
/* ========================================================================== Browser Upgrade Prompt ========================================================================== */
.browserupgrade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background: black;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
}
.browserupgrade a {
    color: #faa320;
    text-decoration: underline;
}
.browserupgrade a:hover {
    text-decoration: none;
}
/* ========================================================================== Grid System ========================================================================== */
.container {
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after,
.row:before,
.container:before,
.container-fluid:before {
    display: table;
    content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/* ========================================================================== Typography ========================================================================== */
h2 {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    line-height: 1.1;
    margin: 0;
}
@media (min-width: 768px) {
    h2 {
        font-size: 65px;
    }
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    margin: 0;
}
p a {
    color: #E81E48;
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}
strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.small {
    font-size: 12px;
}
/* ========================================================================== Buttons ========================================================================== */
.btn {
    display: block;
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    border-radius: 64px;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(232, 30, 72, 0.25);
    -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
    transition: background-color 0.4s, border-color 0.4s, color 0.4s;
    background-color: #E81E48;
    height: 64px;
}
.btn:hover {
    border-color: rgba(232, 30, 72, 0.5);
}
@media (min-width: 768px) {
    .btn {
        border-width: 7px;
    }
}
/* ========================================================================== Background elements ========================================================================== */
.page-container {
    overflow: hidden;
    -webkit-transition: background-color 0.8s;
    transition: background-color 0.8s;
    position: relative;
    background-color: #000;
}
.page-container.is-blurred {
    background-color: #1A1A1A;
}
.beagle {
    -webkit-transition: opacity 0.8s, -webkit-filter 0.8s;
    transition: opacity 0.8s, -webkit-filter 0.8s;
    transition: filter 0.8s, opacity 0.8s;
    transition: filter 0.8s, opacity 0.8s, -webkit-filter 0.8s;
    background-image: url(../img/beagle.png);
    background-repeat: no-repeat;
    background-position: center top 60px;
    background-size: 100%;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}
@media (min-width: 768px) {
    .beagle {
        background-size: 750px;
        background-position: center top;
    }
}
@media (min-width: 992px) {
    .beagle {
        background-size: 970px;
    }
}
@media (min-width: 1200px) {
    .beagle {
        background-size: 1170px;
    }
}
/*.beagle-shorter {*/
/*-webkit-transition: opacity 0.8s, -webkit-filter 0.8s;*/
/*transition: opacity 0.8s, -webkit-filter 0.8s;*/
/*transition: filter 0.8s, opacity 0.8s;*/
/*transition: filter 0.8s, opacity 0.8s, -webkit-filter 0.8s;*/
/*background-image: url(../img/itch-stories-hero-dog.png);*/
/*background-repeat: no-repeat;*/
/*background-position: left top 15px !important;*/
/*background-size: 100%;*/
/*margin-top: 0;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*opacity: 1;*/
/*}*/
.beagle.is-blurred {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0.6;
}
/* ========================================================================== Header ========================================================================== */
.header .container-fluid {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .header .container-fluid {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.header h1 {
    float: left;
}
.header .logo {
    cursor: pointer;
}
.header .logo .logo-fill {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}
.header .logo .logo-stroke {
    -webkit-transition: stroke 0.3s ease-in-out;
    transition: stroke 0.3s ease-in-out;
}
.header .logo:hover .logo-fill {
    fill: rgba(255, 255, 255, 0.85);
}
.header .logo:hover .logo-stroke {
    stroke: rgba(255, 255, 255, 0.85);
}
.header .nav {
    display: none;
    margin: 0;
    padding: 0;
    float: right;
}
@media (min-width: 992px) {
    .header .nav {
        display: block;
    }
}
.header .nav-item {
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.header .nav-item-link {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    display: block;
    height: 100%;
    line-height: 46px;
    text-decoration: none;
    color: #fff;
}
.header .nav-item-link:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 4px;
    background-color: #fff;
    width: 0;
    left: 50%;
}
.header .nav-item-link:hover::after {
    left: 0;
    right: 0;
    width: 100%;
}
.header .active:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 4px;
    background-color: #fff;
    width: 100%;
}
.header .active:hover::after {
    left: 0;
    right: 0;
    width: 100%;
}
.header .open-mobile-nav {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 46px;
    outline: 0;
    display: block;
    display: block;
    float: right;
}
@media (min-width: 992px) {
    .header .open-mobile-nav {
        display: none;
    }
}
.header .open-mobile-nav-icon {
    display: none;
}
.header .open-mobile-nav-icon.is-visible {
    display: inline-block;
}
.header .close-mobile-nav-icon {
    display: none;
}
.header .close-mobile-nav-icon.is-visible {
    display: inline-block;
}
.header .mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}
.header .mobile-nav.is-visible {
    visibility: visible;
}
.header .mobile-nav.is-faded-in {
    opacity: 1;
}
.header .mobile-nav-item {
    color: #fff;
    text-align: center;
    list-style-type: none;
    display: block;
}
.header .mobile-nav-item-link {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.7);
}
/* ========================================================================== Content ========================================================================== */
.progress-indicator {
    display: table;
    width: 100%;
    text-align: center;
}
.progress-indicator .progress-indicator-line {
    width: 100%;
    height: 1px;
    display: none;
}
@media (min-width: 480px) {
    .progress-indicator .progress-indicator-line {
        display: inline-block;
        width: 20px;
    }
}
@media (min-width: 768px) {
    .progress-indicator .progress-indicator-line {
        width: 158px;
    }
}
@media (min-width: 992px) {
    .progress-indicator .progress-indicator-line {
        width: 258px;
    }
}
.progress-indicator .progress-indicator-list {
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
    .progress-indicator .progress-indicator-list {
        padding-bottom: 0px;
    }
}
.progress-indicator .progress-indicator-item {
    display: none;
    list-style-type: none;
}
@media (min-width: 768px) {
    .progress-indicator .progress-indicator-item {
        margin-left: 6px;
        margin-right: 6px;
    }
}
.progress-indicator .progress-indicator-item.is-visible {
    display: inline-block;
}
.progress-indicator .progress-indicator-button:hover .progress-indicator-button-fill-b {
    fill: #E81E48;
    fill-opacity: 0.58;
}
.progress-indicator .progress-indicator-button.active .progress-indicator-button-fill {
    fill: #E81E48;
}
.progress-indicator .progress-indicator-button.active .progress-indicator-button-fill-b {
    fill: #E81E48;
    fill-opacity: 0.58;
}
.progress-indicator .progress-indicator-button-fill {
    -webkit-transition: fill 0.4s;
    transition: fill 0.4s;
    fill: #FFF;
}
.progress-indicator .progress-indicator-button-fill-b {
    -webkit-transition: fill 0.4s, fill-opacity 0.4s;
    transition: fill 0.4s, fill-opacity 0.4s;
    fill-opacity: 0.7;
    fill: #FFF;
}
/* ========================================================================== Step ========================================================================== */
.step {
    -webkit-transition: margin-top 0.8s;
    transition: margin-top 0.8s;
    position: relative;
    margin-top: 50%;
    padding-bottom: 100px;
}
@media (min-width: 768px) {
    .step {
        margin-top: 350px;
    }
}
@media (min-width: 992px) {
    .step {
        margin-top: 464px;
    }
}
@media (min-width: 1200px) {
    .step {
        margin-top: 525px;
    }
}
.step .title-wrapper {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .step .title-wrapper {
        margin-bottom: 20px;
    }
}
.step .intro-text {
    margin-bottom: 40px;
}
.step .intro-text-b {
    margin-top: 40px;
    margin-bottom: 30px;
}
.step .screen {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 70px;
    margin-bottom: -140px;
}
.step .screen.is-faded {
    background-color: rgba(255, 255, 255, 0.1);
}
.step-a {
    margin-top: 50%;
}
@media (min-width: 768px) {
    .step-a {
        margin-top: 320px;
    }
}
@media (min-width: 992px) {
    .step-a {
        margin-top: 420px;
    }
}
@media (min-width: 1200px) {
    .step-a {
        margin-top: 525px;
    }
}
.step-b {
    margin-top: 14%;
}
@media (min-width: 768px) {
    .step-b {
        margin-top: 110px;
    }
}
@media (min-width: 992px) {
    .step-b {
        margin-top: 146px;
    }
}
@media (min-width: 1200px) {
    .step-b {
        margin-top: 185px;
    }
}
.step-b-dog-select {
    display: none;
}
.dog-select {
    display: block;
    width: 100%;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 45px 30px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: fill 0.4s, fill-opacity 0.4s, background-color 0.4s;
    transition: fill 0.4s, fill-opacity 0.4s, background-color 0.4s;
    margin-bottom: 40px;
}
.dog-select .dog-select-icon {
    height: 190px;
    position: relative;
}
.dog-select svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.dog-select:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.dog-select:hover .dog-select-icon-fill {
    fill: #E81E48;
}
.dog-select:hover .dog-select-icon-fill-b {
    fill-opacity: 1 !important;
}
.dog-select .dog-select-icon-fill {
    -webkit-transition: fill 0.4s, fill-opacity 0.4s;
    transition: fill 0.4s, fill-opacity 0.4s;
}
.dog-select .dog-select-icon-fill-b {
    -webkit-transition: fill 0.4s, fill-opacity 0.4s;
    transition: fill 0.4s, fill-opacity 0.4s;
}
.dog-select .btn.ghost {
    display: inline-block;
    background-color: transparent;
    border-color: #e81e48;
    color: #E81E48;
    border-width: 2px;
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    height: 53px;
    font-size: 11px;
}
@media (min-width: 992px) {
    .dog-select .btn.ghost {
        font-size: 13px;
    }
}
.dog-select .dog-select-icon {
    display: block;
    max-width: 207px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
/* ========================================================================== Footer ========================================================================== */
.footer {
    position: relative;
    background-color: #000;
}
.footer .container-fluid {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
    .footer .container-fluid {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
}
.footer .footer-links-list {
    float: left;
    margin: 0;
    padding: 0;
}
.footer .footer-links-item {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    font-family: 'Open Sans Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 0px;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer .footer-links-item a {
    color: #FFFFFF !important;
    border-right: 1px solid #fff;
    padding-right: 15px;
    text-decoration: none;
}
.footer .footer-links-item:last-child a {
    border-right: none;
}
.footer .footer-links-item:first-child {
    font-family: 'Open Sans Semi Bold', sans-serif;
}
.footer .zoetis-logo {
    float: right;
    text-decoration: none;
    /* Brought to you by */
    font-family: 'Open Sans Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    font-size: 10px;
    color: #FFFFFF;
}
.footer .zoetis-logo svg {
    margin-left: 10px;
}
/* ========================================================================== Helper classes ========================================================================== */
/* Hide visually and from screen readers */
.hidden {
    display: none !important;
}
/* Hide only visually, but have it available for screen readers: http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: https://www.drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* Hide visually and from screen readers, but maintain layout */
.invisible {
    visibility: hidden;
}
/* Clearfix: contain floats For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
h3.video-placeholder-title {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 60px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 69.95%, rgba(0, 0, 0, 0.6) 100%);*/
    position: absolute;
    bottom: 40px;
    left: 40px;
    letter-spacing: 1.02565px;
    z-index: 2;
}
@media (min-width: 768px) {
    h3.video-placeholder-title {
        font-size: 54px !important;
    }
}
.video-placeholder {
    position: relative;
    padding-top: 10%;
    padding-bottom: 5%;
}
.center-svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.img-responsive-center {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
}
.layer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.253963);
    z-index: 1;
}
h4.itch-stories-title {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-weight: normal;
    line-height: 60px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 1.02565px;
    color: #E81E48;
}
.itch-stories .container-fluid {
    background: url("../img/itch-stories-bg.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 120px;
}
.itch-stories-subtitle {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 60px;
    text-align: left;
    margin: 0;
    letter-spacing: 0.75974px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    left: 25px;
    z-index: 2;
}
.itch-stories .container-fluid .container .row {
    margin-bottom: 20px;
}
.padding-sides-clear {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.carousel-indicators .active {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: transparent !important;
    background: url("../img/paw-active-icon.png");
}
.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-right: 8px;
    text-indent: -999px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    background: url("../img/paw-icon.png");
}
.itch-stories-title {
    text-align: left;
    margin-bottom: 20px;
}
.itch-stories-description {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.itch-stories-parent {
    margin-top: 0%;
    padding-bottom: 0px;
}
.case-stories-parent {
    margin-top: 0%;
    padding-bottom: 0px;
}
.case-stories-parent .itch-stories-title,
.case-stories-parent .itch-stories-description {
    text-align: center;
}
.abs-title {
    position: absolute;
    right: 8%;
    top: 30%;
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}
.purple-itch-stories .container-fluid {
    background: none !important;
    background-color: #E81E48 !important;
}
.purple-itch-stories .container-fluid .itch-stories-title {
    color: #fff;
    font-family: 'Open Sans Condensed', Impact, sans-serif;
    font-weight: normal;
    line-height: 27px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.02565px;
}
.purple-itch-stories .thumbnail {
    position: relative;
    padding: 0px;
    border: 0px solid #dddddd;
    border-radius: 0px;
    overflow: hidden;
}
.purple-itch-stories .thumbnail .img-responsive {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}
.purple-itch-stories .thumbnail .img-responsive:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.purple-itch-stories .caption {
    background-color: #fff;
    padding: 20px 15px;
}
.purple-itch-stories .itch-stories-title {
    padding-left: 20px;
    padding-right: 20px;
}
.video-description {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    min-height: 120px;
    color: #1A1A1A;
}
.video-type {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    font-size: 15px;
    text-align: center;
    color: #E81E48;
}
.case-studies {
    margin-top: 7%;
}
.case-videos .modal-body {
    position: relative;
    padding: 0px;
}
.case-videos .modal-footer {
    border-top: 0px solid #e5e5e5;
    margin-top: 0px;
    background: black;
}
.case-videos .modal-footer button {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2.16667px;
    text-transform: uppercase;
    height: 48px;
    color: #FFFFFF;
}
.case-videos .modal-footer button:hover {
    background-color: #E81E48;
}
.case-videos .modal-body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.case-videos .modal-header {
    background-color: transparent;
    padding: 0px;
}
.case-videos .close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    color: white;
    opacity: 0.6;
    font-weight: normal;
    filter: alpha(opacity=60);
}
.case-stories-body {
    background-color: #fff;
    padding: 25px;
}
.itch-solutions-body {
    background-color: #fff;
    padding: 50px;
}
.case-stories-body .case-stories-body-title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 38px;
    font-size: 30px;
    letter-spacing: 0.410256px;
    color: #222222;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left;
}
.itch-solutions-body .itch-solutions-body-title {
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 20px;
    margin-top: 30px;
}
.itch-solutions-body .itch-solutions-body-description {
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.410256px;
    color: #1A1A1A;
    margin-bottom: 40px;
    margin-top: 15px;
}
.img-center {
    margin: 0 auto;
    float: none;
    display: block;
}
.case-stories-body .case-stories-body-description {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.410256px;
    margin-bottom: 40px;
    text-align: left;
    color: #1A1A1A;
}
.case-stories-body img {
    margin-bottom: 40px;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}
.case-stories-body img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.header {
    position: relative;
    z-index: 2;
}
.itch-solutions-img {
    position: relative;
    top: -75px;
    width: 125%;
    max-width: 150%;
    left: -90px;
}
.itch-solutions-parent {
    margin-top: 0%;
    margin-bottom: -75px;
    padding-bottom: 0px;
}
.itch-solution-products-header {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 54px;
    letter-spacing: 1.02565px;
    text-transform: uppercase;
    text-align: left;
    color: #222222;
}
.itch-solution-products-description {
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.410256px;
    color: #1A1A1A;
    margin-bottom: 43px;
    margin-top: 15px;
}
.itch-solution-products-btn {
    float: left;
    color: #fff;
    height: 54px;
    line-height: 28px;
}
.itch-solution-products-btn a {
    color: #fff;
    text-decoration: none;
}
.itch-solution-products-btn:hover,
.itch-solution-products-btn:focus {
    background-color: #E81E48;
}
.btn-center{
float: none !important;
    max-width: 300px;
}
.itch-solution-products img:first-child {
    width: 100%;
}
.apoquel-bottle {
    position: absolute;
    top: 35%;
    right: -10%;
}
.itch-solution-products .row {
    margin-bottom: 60px;
}
.itch-solution-steroids .container-fluid {
    background-color: #E81E48;
    padding: 70px;
}
.itch-solution-steroids-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #FFFFFF;
}
.itch-solution-steroids-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.410256px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.abs-apoquel-img {
    position: absolute;
    right: 4.5%;
    top: 10%;
}
.itch-solution-apoquel-img {
    position: relative;
    top: -75px;
    width: 120%;
    max-width: 150%;
    left: -20px;
}
.apoquel-description .panel-body {
    padding: 40px 15px 20px;
}
.apoquel-description .panel-group .panel+.panel {
    margin-top: 0px;
}
.apoquel-description .panel-body p {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.410256px;
    margin-bottom: 25px;
    color: #1A1A1A;
}
.apoquel-description .panel-body ul li {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.410256px;
    margin-bottom: 10px;
    color: #1A1A1A;
}
.apoquel-description #panel7 .panel-body ul {
    margin-top: 0px;
}
.apoquel-description .panel-body ul {
    margin-top: 25px;
}
.apoquel-description .panel-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 32px;
    color: #222222;
}
.apoquel-description .panel-title i {
    float: right;
    -webkit-text-stroke: 5px white;
}
.apoquel-description {
    background-color: white;
    padding: 60px;
}
.apoquel-description .panel-default>.panel-heading {
    color: #333333;
    background-color: transparent;
    border-bottom: 2px solid black;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.apoquel-description .panel-group .panel {
    border-radius: 0px;
}
.apoquel-description .panel-default {
    border-color: transparent;
}
.before-after-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 20px;
    margin-top: 30px;
}
.before-after-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.410256px;
    color: #1A1A1A;
}
.apoquel-description .panel-group {
    padding-bottom: 50px;
}
.archie {
    margin-top: 45px;
}
.archie img {
    margin-top: 30px;
}
.archie-header {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 54px;
    text-align: center;
    letter-spacing: 1.02565px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 15px;
}
.archie-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #222222;
}
.archie-after {
    position: relative;
    left: -1%;
}
.archie-before {
    position: relative;
    right: -1%;
}
.archie-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 20px;
    letter-spacing: 0.410256px;
    color: #1A1A1A;
    text-align: left;
    margin-top: 20px;
}
.mia-img {
    margin-top: 0px !important;
    width: 80%;
    margin-bottom: 60px;
}
.modal-body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.itch-solution-faq-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 27px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #FFFFFF;
}
.itch-solution-faq-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.410256px;
    color: #fff;
    text-align: left;
}
.itch-solution-faq-question {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.410256px;
    text-align: left;
    color: #fff;
}
.itch-solution-faq {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.refs {
    padding: 80px;
}
.refs p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0.410256px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.abs-cytopoint-img {
    position: absolute;
    right: 3.7%;
    top: 14%;
}
.itch-solution-cytopoint-img {
    position: relative;
    top: -75px;
    width: 120%;
    max-width: 150%;
    left: -35px;
}
.center-svg {
    z-index: 5;
}
@media screen and (max-width: 991px) {
    h3.video-placeholder-title {
        line-height: 32px;
        bottom: 10px;
        left: 30px;
        font-size: 32px;
    }
    .itch-stories .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .itch-stories .col-md-6 {
        margin-bottom: 20px;
    }
    .itch-stories .container-fluid .container .row {
        margin-bottom: 0px;
    }
    .footer .footer-links-list {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .zoetis-logo {
        text-align: center;
        margin: 20px auto;
        display: block;
        float: none;
    }
    #identifier-footer.footer .footer-links-item {
        list-style-type: none;
        display: inline-block;
        padding-right: 0px;
    }
    .abs-title {
        position: relative;
        right: 0;
        left: 0;
    }
    .itch-stories-title,
    .itch-stories-description {
        text-align: center;
        margin-bottom: 10px;
    }
    .video-description {
        min-height: 80px;
    }
    .case-videos .col-md-4,
    .case-studies .col-md-4 {
        margin-bottom: 20px;
    }
    .case-videos .close {
        top: -10px;
        right: -5px;
        z-index: 777;
    }
    .modal-dialog {
        margin-top: 10%;
    }
    .itch-solutions-img {
        position: relative;
        top: 0px;
        width: 130%;
        max-width: 135%;
        left: -45px;
        padding-bottom: 30px;
    }
    .itch-solution-apoquel-img {
        position: relative;
        top: 0px;
        width: 120%;
        max-width: 150%;
        left: -30px;
    }
    .itch-solutions-parent {
        margin-top: 0%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .step .title-wrapper {
        margin-bottom: 0;
        margin-top: -25px;
        padding-bottom: 15px;
    }
    .apoquel-bottle {
        position: absolute;
        top: 55%;
        width: 15%;
        right: 25%;
    }
    .itch-solution-products img:first-child {
        width: 50%;
        margin: 0 auto;
    }
    .itch-solution-products-description {
        margin-top: 50px;
        margin-bottom: 20px;
        line-height: 22px;
        font-size: 16px;
    }
    .itch-solution-products .row {
        margin-bottom: 20px;
    }
    .itch-solution-steroids .container-fluid {
        background-color: #E81E48;
        padding: 20px;
    }
    .itch-solution-steroids-title {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .abs-apoquel-img {
        position: relative;
        right: 0;
        top: 20px;
        padding: 15px;
    }
    .abs-apoquel-img img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .abs-simparica-img {
        position: relative !important;
        right: 0 !important;
        top: 20px !important;
        padding: 15px;
    }
    .abs-simparica-img img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .itch-solution-cytopoint-img {
        position: relative;
        top: 0;
        width: 120%;
        max-width: 150%;
        left: -35px;
    }
    .abs-cytopoint-img {
        position: relative;
        right: 0;
        top: 20px;
        padding: 15px;
    }
    .abs-cytopoint-img img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .apoquel-description {
        background-color: white;
        padding: 10px;
    }
    .apoquel-description .panel-title {
        font-size: 20px;
        line-height: 28px;
    }
    .apoquel-description .panel-body {
        padding: 20px 15px 20px;
    }
    .apoquel-description .panel-body p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .archie img {
        margin-top: 10px;
        width: 48%;
    }
    .archie-before {
        position: relative;
        right: -3%;
    }
    .archie-after {
        position: relative;
        left: -3%;
    }
    .archie-title {
        line-height: 27px;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .archie-description {
        line-height: 24px;
        font-size: 16px;
    }
    .mia-img {
        margin-top: 0px !important;
        width: 100% !important;
        margin-bottom: 60px;
    }
    .refs {
        padding: 20px;
    }
    .itch-solution-faq-question {
        font-size: 18px;
    }
    .itch-solution-faq-description {
        font-size: 16px;
    }
    .itch-solution-products img {
        margin: 0 auto;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .apoquel-bottle {
        position: absolute;
        top: 55%;
        width: 15%;
        right: 25%;
    }
}
@media screen and (max-width: 768px) {
    .apoquel-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
    .apoquel-bottle {
        position: absolute;
        top: 55%;
        width: 17%;
        right: 20%;
    }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
    .apoquel-bottle {
        position: absolute;
        top: 50%;
        width: 30%;
        right: 0%;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .apoquel-bottle {
        position: absolute;
        top: 45%;
        width: 25%;
        right: 10%;
    }
}
.find-a-vet {
    color: #000;
    position: relative;
    top: 100px;
    padding-bottom: 100px;
}
.iw_attribute_name,
#iw-url {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.410256px;
    text-align: left;
    color: #000;
    padding-right: 10px;
}
#iw-address,
#iw-phone,
#iw-rating,
#iw-website {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.410256px;
    text-align: left;
    color: #000;
    padding-right: 10px;
}
#map {
    height: 800px;
}
#listing {
    position: absolute;
    width: 200px;
    height: 470px;
    overflow: auto;
    left: 442px;
    top: 0px;
    cursor: pointer;
    overflow-x: hidden;
}
#findhotels {
    position: absolute;
    text-align: right;
    width: 100px;
    font-size: 14px;
    padding: 4px;
    z-index: 5;
    background-color: #fff;
}
#locationField {
    position: absolute;
    width: 100%;
    padding: 10px 0px;
    left: 0px;
    top: -100px;
    z-index: 5;
    background-color: #E81E48;
}
#controls {
    position: absolute;
    left: 300px;
    width: 140px;
    top: 0px;
    z-index: 5;
    background-color: #fff;
}
#autocomplete {
    width: 100%;
    background: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 25px;
    height: 50px;
}
input#autocomplete[type="text"] {
    padding: 40px 10px;
    border: none;
}
.input-group-addon:last-child {
    border-left: 0;
    border: none;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    color: white;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
#autocomplete:before {
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -5px;
    content: "\f007";
}
#autocomplete::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 25px;
    padding: 10px 15px;
}
#autocomplete::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 25px;
}
#autocomplete:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 25px;
}
#autocomplete:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 25px;
}
#country {
    width: 100%;
}
.placeIcon {
    width: 20px;
    height: 34px;
    margin: 4px;
}
.hotelIcon {
    width: 24px;
    height: 35px;
    margin-right: 10px;
}
#resultsTable {
    border-collapse: collapse;
    width: 240px;
    display: none;
}
#rating {
    font-size: 13px;
    font-family: Arial Unicode MS;
}
.iw_table_row {
    height: 18px;
}
.iw_attribute_name {
    font-weight: bold;
    text-align: right;
}
.iw_table_icon {
    text-align: right;
}
@media screen and (max-width: 767px) {
    #map {
        height: 600px;
    }
    #autocomplete::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        font-size: 18px;
        padding: 10px 15px;
    }
    #autocomplete::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        font-size: 18px;
    }
    #autocomplete:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        font-size: 18px;
    }
    #autocomplete:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        font-size: 18px;
    }
    #autocomplete {
        width: 100%;
        background: transparent;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        font-size: 18px;
        height: 50px;
    }
}
#carousel-quiz .carousel-indicators {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    padding-top: 20px;
    left: 41%;
    width: 76%;
}
#carousel-quiz .carousel-indicators {
    display: table;
    white-space: nowrap;
}
#carousel-quiz .carousel-indicators:before,
#carousel-quiz .carousel-indicators:after {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    content: '';
    display: table-cell;
    position: relative;
    top: 1.5em;
    width: 45%;
}
#carousel-quiz .carousel-indicators:before {
    right: 1.5%;
}
#carousel-quiz .carousel-indicators:after {
    left: 1.5%;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
h1,
h2 {
    text-transform: uppercase;
}
.title-video h1,
.itchy-dog h1,
.find-a-vet h1,
.title-video h2,
.itchy-dog h2,
.find-a-vet h2,
.title-video h3,
.itchy-dog h3,
.find-a-vet h3,
.title-video h4,
.itchy-dog h4,
.find-a-vet h4,
.title-video h5,
.itchy-dog h5,
.find-a-vet h5,
.title-video h6,
.itchy-dog h6,
.find-a-vet h6,
.title-video p,
.itchy-dog p,
.find-a-vet p,
.title-video a,
.itchy-dog a,
.find-a-vet a,
.title-video span,
.itchy-dog span,
.find-a-vet span {
    color: rgb(255, 255, 255);
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    padding-top: 40px;
    padding-bottom: 29px;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.btn-group-justified>.btn-group .btn {
    width: 100%;
}
.btn-group-justified .btn-group .btn {
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: rgba(232, 30, 72, 0.25);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: rgba(232, 30, 72, 0.25);
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    min-height: 82px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    line-height: 27px;
}
.btn-group-justified .btn-group:nth-child(1) .btn.btn-info {
    background-color: #DCA6B1
}
.btn-group-justified .btn-group:nth-child(2) .btn.btn-info {
    background-color: #E34A6A
}
.btn-group-justified .btn-group:nth-child(3) .btn.btn-info {
    background-color: #F72F58
}
.btn-group-justified .btn-group:nth-child(4) .btn.btn-info {
    background-color: #E81E48
}
.btn-group-justified .btn-group:nth-child(5) .btn.btn-info {
    background-color: #CE1B40
}
.btn-group-justified .btn-group:hover .btn {
    background-color: #680E20
}
.btn-group-justified .btn-group:first-child .btn {
    border-left-width: 7px;
    border-left-style: solid;
    border-left-color: rgba(232, 30, 72, 0.25);
}
.btn-group-justified .btn-group:last-child .btn {
    border-right-width: 7px;
    border-right-style: solid;
    border-right-color: rgba(232, 30, 72, 0.25);
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
a:active,
button:active,
.btn:active,
a:visited,
button:visited,
.btn:visited,
a.active,
button.active,
.btn.active,
a:hover,
button:hover,
.btn:hover,
a:focus,
button:focus,
.btn:focus,
a.active:focus,
button.active:focus,
.btn.active:focus {
    box-shadow: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}
.btn-group-justified .btn-group .btn.active {
    box-shadow: none;
    border-top-color: rgba(232, 30, 72, 0.25);
    border-right-color: rgba(232, 30, 72, 0.25);
    border-bottom-color: rgba(232, 30, 72, 0.25);
    border-left-color: rgba(232, 30, 72, 0.25);
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 27px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
.btn-group-justified .btn-group .btn.active::after {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 0px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: transparent;
    bottom: 0px;
    content: "";
    height: 0px;
    left: calc(50% - 5px);
    position: absolute;
    width: 0px;
}
.item .btn-info {
    color: #ffffff;
    background-color: #680E20;
    border-color: transparent;
    border-left: 0px;
    border-right: 0px;
}
#item1 .dog-select.active {
    background-color: rgba(255, 255, 255, 0.8);
}
#item1 .dog-select.active .dog-select-icon-fill-b {
    fill-opacity: 1 !important;
    fill: #E81E48;
    stroke: #E81E48;
}
.item.active h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    font-size: 28px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.item.active p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.348718px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
#item3 .dog-select .dog-select-icon {
    height: 240px;
    position: relative;
}
.dog-select:hover #path0_fill,
.dog-select:hover #path00_fill,
.dog-select:hover #path000_fill,
.dog-select:hover #path0a_fill {
    fill: #262626;
}
.dog-select:hover #path1_fill,
.dog-select:hover #path11_fill,
.dog-select:hover #path111_fill,
.dog-select:hover #path22_fill,
.dog-select:hover #path0a_fill,
.dog-select:hover #path1a_fill,
.dog-select:hover #path3a_fill {
    fill-opacity: 1 !important;
}
.dog-select #path00_fill,
.dog-select #path0a_fill {
    fill: #fff;
}
.dog-select #path11_fill,
.dog-select #path22_fill,
.dog-select #path3a_fill {
    fill-opacity: 0.3!important;
}
#causing-stop-eat svg {
    position: absolute;
    left: -7%;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.dog-select.active #path1_fill,
.dog-select.active #path11_fill,
.dog-select.active #path111_fill,
.dog-select.active #path22_fill,
.dog-select.active #path1a_fill,
.dog-select.active #path3a_fill {
    fill-opacity: 1 !important;
    fill: #E81E48;
    stroke: #E81E48;
}
#item3 .dog-select.active {
    background-color: rgba(255, 255, 255, 0.8);
}
.dog-select.active #path0_fill,
.dog-select.active #path00_fill,
.dog-select.active #path000_fill,
.dog-select.active #path0a_fill {
    fill: #262626;
}
.result {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 30px 30px 45px 30px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: fill 0.4s, fill-opacity 0.4s, background-color 0.4s;
    transition: fill 0.4s, fill-opacity 0.4s, background-color 0.4s;
    margin-bottom: 40px;
}
#item6 .result-header {
    font-family: 'GothamCondBold', 'Open Sans Condensed', Impact, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.835714px;
    margin-top: 32px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#item6 .result-description {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.544876px;
    color: #FFFFFF;
}
.apoquel-combo-img,
.cytopoint-combo-img,
.simparica-combo-img {
    width: 75%;
    mix-blend-mode: normal;
    border: 3px solid rgba(151, 151, 151, 0.48);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 80px;
    max-height: 235px;
    min-height: 200px;
}
/*.apoquel-combo-img:hover, .cytopoint-combo-img:hover, .simparica-combo-img:hover{*/
/*width: 100%;*/
/*mix-blend-mode: normal;*/
/*border: 3px solid rgba(232, 21, 60, 1);*/
/*box-sizing: border-box;*/
/*border-radius: 6px;*/
/*padding: 15px;*/
/*}*/
#result-products .col-md-4 {
    min-height: 260px;
    position: relative;
    max-height: 260px;
    height: 260px;
}
#result-products .col-md-4 .active {
    width: 85%;
    border: 3px solid rgba(232, 21, 60, 1);
    max-height: 270px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control {
    top: -75px;
    width: 7%;
    text-transform: uppercase;
}
.carousel-control .fa-arrow-circle-o-left p {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
.carousel-control.right p {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.simparica-bottle {
    position: absolute;
    top: 40%;
    right: -10%;
    width: 40%;
}
.cytopoint-bottle {
    position: absolute;
    top: 40%;
    right: -10%;
    width: 40%;
}
@media (max-width: 991px) and (min-width: 768px) {
    .apoquel-bottle {
        position: absolute;
        top: 55% !important;
        width: 15% !important;
        right: 25% !important;
    }
    .simparica-bottle {
        position: absolute;
        top: 55% !important;
        width: 15% !important;
        right: 25% !important;
    }
    .cytopoint-bottle {
        position: absolute;
        top: 55% !important;
        width: 15% !important;
        right: 25% !important;
    }
}
@media screen and (max-width: 768px) {
    .apoquel-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
    .simparica-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
    .cytopoint-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
    .apoquel-bottle {
        position: absolute;
        top: 55%;
        width: 17%;
        right: 20%;
    }
    .simparica-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
    .cytopoint-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
    .apoquel-bottle {
        position: absolute;
        top: 50%;
        width: 30%;
        right: 0%;
    }
    .simparica-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
    .cytopoint-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .apoquel-bottle {
        position: absolute;
        top: 45%;
        width: 25%;
        right: 10%;
    }
    .simparica-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
    .cytopoint-bottle {
        position: absolute;
        top: 55%;
        width: 35%;
        right: 0%;
    }
}
.carousel-inner {
    min-height: 450px;
}
.itch-stories .modal-body {
    position: relative;
    padding: 0px;
}
.itch-stories .close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    color: white;
    opacity: 0.6;
    font-weight: normal;
    filter: alpha(opacity=60);
}
.itch-stories .modal-footer {
    border-top: 0px solid #e5e5e5;
    margin-top: 0px;
    background: black;
}
.itch-stories .mia-img {
    margin-top: 0px !important;
    width: 100%;
    margin-bottom: 0px;
}
.itch-stories .roscoe-img {
    max-height: 314.42px;
}
.itch-stories .modal-footer button a {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2.16667px;
    text-transform: uppercase;
    height: 48px;
    color: #FFFFFF;
}
.itch-stories .modal-footer button {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 2.16667px;
    text-transform: uppercase;
    height: 48px;
    color: #FFFFFF;
}
.itch-stories .modal-footer button:hover {
    background-color: #E81E48;
}
.item.active .marketo-form p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.marketo-form {
    margin-top: 30px;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .btn-group-justified>.btn-group .btn {
        width: 1%;
    }
}
.load-more {
    margin-top: 70px;
}
.btn-load-more {
    border: 1px solid #fff;
    padding: 14px 45px;
    height: 45px;
}
.btn-load-more a {
    color: #fff;
}
.btn-load-more:hover a {
    color: #E81E48;
}
.case-study {
    margin-bottom: 30px;
    display: none;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.see-all {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
    text-align: right;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #E81E48;
    position: absolute;
    bottom: 0;
    right: 0;
}
.see-all:hover {
    color: #262626;
}
.see-all span {
    padding-left: 10px;
}
.modal-video-parent {
    position: relative;
    display: block;
    max-width: 100%;
    min-height: 550px;
}
.modal-video-child {
    padding-left: 57%;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #E81E48;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.display-none {
    display: none;
}
#iw-url strong a {
    color: #000;
}
.abs-apoquel-img img {
    width: 55%;
}
.abs-cytopoint-img img {
    width: 55%;
}
.abs-simparica-img {
    position: absolute;
    right: 3.5%;
    top: 15%;
}
.abs-simparica-img img {
    width: 55%;
}
.simparica-period,
.simparica-packs {
    margin-top: 25px;
}
.simparica-packs {
    width: 50%;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
    margin-top: 0px;
    background: black;
}
.close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    color: white;
    opacity: 0.6;
    font-weight: normal;
    filter: alpha(opacity=60);
}
.modal-body {
    position: relative;
    padding: 0px;
    min-height: 326px;
}
ul#center-footer-links-list {
    float: none;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.item {
    padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
    #carousel-quiz .carousel-indicators {
        left: 42%;
    }
    .carousel-control {
        top: 64px;
        width: 26%;
        text-transform: uppercase;
        max-height: 30px;
    }
    .btn-group-justified {
        padding-top: 30px;
    }
    .progress-indicator {
        padding-bottom: 35px;
    }
    #result-products .col-md-4 {
        min-height: 260px;
        position: relative;
        max-height: 350px;
        height: 350px;
    }
    #result-products {
        margin-top: 25px !important;
    }
    .apoquel-combo-img,
    .cytopoint-combo-img,
    .simparica-combo-img {
        width: initial;
        width: auto;
    }
    #result-products .col-md-4 .active {
        width: 75%;
        border: 3px solid rgba(232, 21, 60, 1);
        max-height: 270px;
    }
    .apoquel-combo-img,
    .cytopoint-combo-img,
    .simparica-combo-img {
        max-height: 265px;
    }
    ul#center-footer-links-list {
        float: none;
        display: inline-block;
        margin: 0 auto;
        position: relative;
        left: initial;
        transform: initial;
    }
    .case-stories-body .case-stories-body-title {
        line-height: 32px;
        font-size: 24px;
    }
    .itch-solution-products {
        margin-top: 15px;
    }
    .itch-solution-products-btn {
        float: left;
        color: #fff;
        height: 54px;
        margin-bottom: 40px;
    }
    .itch-solutions-body {
        background-color: #fff;
        padding: 20px;
    }
    .case-stories-body .case-stories-body-description {
        line-height: 24px;
        font-size: 16px;
    }
    .carousel-inner {
        padding-top: 30px;
    }
    #result-products .itch-solution-products-btn {
        bottom: -40px !important;
    }
    .case-stories-body .itch-solution-products-btn {
        float: none;
        width: 70% !important;
    }
}
#result-products {
    margin-top: 120px;
}
#result-products .itch-solution-products-btn {
    float: none;
    color: #fff;
    height: 47px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 15px;
    padding-right: 15px;
    line-height: initial;
    line-height: normal;
}
.case-study .btn {
    padding-left: 25px;
    padding-right: 25px;
    height: 48px;
}
.case-study .btn a {
    color: #fff;
}
.itch-solution-products-btn:hover a {
    color: black;
}
.itch-solution-products {
    margin-top: 40px;
}
.simparica-story-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    font-size: 32px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #222222;
}
#item6 .mandotory-ref {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.544876px;
    color: #FFFFFF;
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    input[type='text']#autocomplete {
        padding: 10px;
        margin-top: 15px;
    }
    #locationField {
        min-height: 100px;
    }
}
#result-products .itch-solution-products-btn:hover {
    color: #333333;
}
.case-study .btn a:hover {
    color: #333;
}
.float-none {
    float: none !important;
}
.archie .video-play img {
    margin-top: 0px;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 50%;
        padding-top: 6%;
        padding-bottom: 6%;
    }
}
.purple-itch-stories .caption:hover~.purple-itch-stories .thumbnail .img-responsive {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.case-stories-body .itch-solution-products-btn {
    float: none;
    width: 20%;
}
.case-videos a.video-play:hover .img-responsive {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
a.case-view:hover .img-responsive {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
li.footer-links-item.social-logo a {
    color: #FFFFFF !important;
    border-right: none !important;
    padding-right: 15px !important;
    text-decoration: none;
}
.expert-advice .itch-solutions-img {
    position: relative;
    top: -100px;
    width: 102%;
    max-width: 150%;
    left: -15px;
}
.expert-advice .abs-title {
    position: absolute;
    right: 2%;
    top: 10%;
}
.color-transparent {
    background-color: transparent!important;
}
hr.hr-paw-logo {
    border-top: solid #D8D8D8 1px;
    margin: 85px 0 40px;
}
hr.hr-paw-logo:after {
    content: url('../img/paw-hr-logo.png');
    /* Controls the position of the logo */
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    /* Controls the whitespace around the symbol */
    padding: 20px;
    background: #fff;
}
@media screen and (max-width:991px) {
    .expert-advice .itch-solutions-img {
        position: relative;
        top: -62px;
        width: 165%;
        max-width: 165%;
        left: -25px;
        padding-bottom: 0;
    }
}
.purple-itch-stories .thumbnail .img-responsive {
    max-height: 250px;
}
.itch-cause-accordion .panel-title .btn-default {
    background-color: transparent;
    color: #E81E48 !important;
    border-width: 3px !important;
    line-height: 35px !important;
    border-color: #E81E48;
}
.itch-cause-accordion #accordion.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0px solid #dddddd;
}
.itch-cause-accordion #accordion.panel-group .panel-heading {
    border-bottom: 0;
    padding-bottom: 80px;
}
.itch-cause-accordion .panel {
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.itch-solution-products-description span.registered-brand {
    color: #DF0038;
}
.itch-cause-accordion .up .glyphicon,
.itch-cause-accordion .down .glyphicon {
    display: none;
}
.itch-cause-accordion .down:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
}
.itch-cause-accordion .up:after {
    content: "\e113";
    font-family: 'Glyphicons Halflings';
}
.navbar-fixed-bottom {
    position: fixed;
}
.xl-headline{
font-size:20em;
font-family: 'GothamCondBold';
color: #000;
text-align:center;
}
.md-headline{
font-size:5em;
font-family: 'GothamCondBold';
color: #000;
text-align:center;
}
.pink{
color: #E81E48;
}
/* spacing */
.mt-5{
margin-top: 5em;
}