@font-face {
    font-family: GothamCondensed-Bold;
    src: url('../fonts/GothamCondensed-Bold.eot');
    src: url('../fonts/GothamCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamCondensed-Bold.woff2') format('woff2'),
    url('../fonts/GothamCondensed-Bold.woff') format('woff'),
    url('../fonts/GothamCondensed-Bold.ttf') format('truetype'),
    url('../fonts/GothamCondensed-Bold.otf') format('opentype'),
    url('../fonts/GothamCondensed-Bold.svg#GothamCondensed-Bold') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: GothamCondensed-Book;
    src: url('../fonts/GothamCondensed-Book.otf');
    src: url('../fonts/GothamCondensed-Book.svg') format('svg'),
    url('../fonts/GothamCondensed-Book.eot'),
    url('../fonts/GothamCondensed-Book.woff') format('woff');
}
@font-face {
    font-family: GothamCondensed-Light;
    src: url('../fonts/GothamCondensed-Light.otf');
    src: url('../fonts/GothamCondensed-Light.otf') format('opentype');
}
@font-face {
    font-family: GothamNarrow-BookItalic;
    src: url('../fonts/GothamNarrow-BookItalic.otf');
    src: url('../fonts/GothamNarrow-BookItalic.otf') format('opentype');
}
@font-face {
    font-family: GothamNarrow-Book;
    src: url('../fonts/GothamNarrow-Book.otf');
    src: url('../fonts/GothamNarrow-Book.svg') format('svg'),
    url('../fonts/GothamNarrow-Book.eot'),
    url('../fonts/GothamNarrow-Book.woff') format('woff');
}
@font-face {
    font-family: GothamNarrow-Bold;
    src: url('../fonts/GothamNarrow-Bold.otf');
    src: url('../fonts/GothamNarrow-Bold.svg') format('svg'),
    url('../fonts/GothamNarrow-Bold.eot'),
    url('../fonts/GothamNarrow-Bold.woff') format('woff');
}
@font-face {
    font-family: SourceSansPro-Regular;
    src: url('../fonts/SourceSansPro-Regular.otf');
    src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
}
@font-face {
    font-family: SourceSansPro-Bold;
    src: url('../fonts/SourceSansPro-Bold.otf');
    src: url('../fonts/SourceSansPro-Bold.otf') format('opentype');
}
@font-face {
    font-family: SourceSansPro-Black;
    src: url('../fonts/SourceSansPro-Black.otf');
    src: url('../fonts/SourceSansPro-Black.otf') format('opentype');
}
@font-face {
    font-family: SourceSansPro-Light;
    src: url('../fonts/SourceSansPro-Light.otf');
    src: url('../fonts/SourceSansPro-Light.otf') format('opentype');
}
@font-face {
    font-family: Whitney-Bold;
    src: url('../fonts/Whitney-Bold.otf');
    src: url('../fonts/Whitney-Bold.otf') format('opentype');
}
@font-face {
    font-family: Whitney-Book;
    src: url('../fonts/Whitney-Book.otf');
    src: url('../fonts/Whitney-Book.otf') format('opentype');
}
@font-face {
    font-family: Whitney-Light;
    src: url('../fonts/Whitney-Light.otf');
    src: url('../fonts/Whitney-Light.otf') format('opentype');
}
@font-face {
    font-family: Whitney-SemiBold;
    src: url('../fonts/Whitney-SemiBold.otf');
    src: url('../fonts/Whitney-SemiBold.otf') format('opentype');
}
.apoquel-discovery .header-h2 sup {
    top: -1em;
    font-size: 50%
}
.img-center {
    margin: 0 auto;
    display: block;
    float: none;
}
.padding-sides-clear {
    padding-left: 0;
    padding-right: 0;
}
.sidebar {
    position: fixed;
    right: 0;
    top: 25%;
    margin-top: -2.5em;
    min-width: 140px;
    z-index: 999999;
}
.sidebar .row {
    margin-bottom: 20px;
}
/* .sidebar .row:last-of-type {
    display: flex;
    flex: row;
    flex-direction: row;
    justify-content: flex-end;
} */
.sidebar .row:first-of-type {
    background-color: #d24088;
}
.sidebar-subtitle a{
	  color: #fff;
  	text-decoration: none;
}
.sidebar-subtitle a:hover {
    text-decoration: underline;
}
.sidebar-title {
    font-family: GothamCondensed-Bold;
    font-size: 18px !important;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.1;
}
.sidebar-subtitle {
    font-family: GothamCondensed-Book;
    font-size: 22px !important;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.1;
}
.sidebar-content {
    display: table;
    margin: 0 auto;
    float: none;
}
.inner-question p {
    font-family: GothamCondensed-Bold;
    font-size: 40px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #c91a73;
    display: block;
    margin: 15px auto 15px auto;
    padding-top: 15px;
    font-weight: 400;
}
.authorable {
    position: relative;
}
.apoquel-header {
    -webkit-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.27);
    box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.27);
}
/*Set Z-index for headers' shadows*/
.apoquel-action, .apoquel-about, .apoquel-security, .apoquel-doses, .apoquel-itch, .apoquel-self-itch, .apoquel-vet-visit{
    z-index:-999;
}
/*Apoquel Landing CSS Starts*/
.divider {
    border-left: 1px solid #ff0000;
}
.apoquel-nav-links ul li:first-child {
    border-right: 1px solid white;
}
.apoquel-nav-links {
    position: relative;
    margin-top: 35%;
}
.apoquel-nav-links .text-center img {
    display: block;
    margin: 0 auto;
    float: none;
    border-radius: 50%;
}
.apoquel-nav-links .text-center img:hover {
    background-color: #3dc4ca;
}
.apoquel-links:hover > img {
    background: #3dc4ca;
}
.apoquel-links:hover {
    color: #fff;
    text-decoration: none;
}
.apoquel-nav-links p {
    font-family: GothamCondensed-Bold;
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 18px;
    display: block;
    font-weight: 400;
}
.apoquel-nav-links p:before {
    position: relative;
    content: "";
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: -8px;
    margin-top: 16px;
    border-bottom: 1px solid white;
}
@media screen and (min-width: 769px) {
    .apoquel-nav-links .col-md-6:first-child {
        border-right: 1px solid white;
    }
}
@media screen and (max-width: 480px) {
    .apoquel-functionality-info-description img {
        margin-top: 14px !important;
    }
}
@media screen and (max-width: 768px) {
    .diagram-description {
        padding: 30px 27px !important;
    }
    .apoquel-nav-links {
        position: relative;
        margin-top: 10%;
    }
    .zoetis-logo {
        margin-top: 10%;
    }
    .zoetis-logo .col-md-2.col-xs-12.pull-right img {
        margin: 0 auto;
        display: block;
        float: none;
    }
}
/*Apoquel Landing CSS Ends*/
/*Pet Owner Itch (Index) Starts*/
.apoquel-itch {
    background: url(../img/pet-owner/pet-owner-itch-hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    z-index: -1;
}
.apoquel-itch h1, .apoquel-itch h1 span {
    color: #bff0ec;
    font-family: GothamCondensed-Bold;
    font-size: 75px;
    line-height: 65px;
    margin: 20px 0;
    font-weight: 400;
}
.apoquel-itch h1 span {
    color: #fff;
}
.apoquel-itch-circle {
    position: absolute;
    left: 60%;
    top: 40%;
    width: 180px;
    height: 180px;
    background: #00bdb1;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}
.apoquel-itch-circle p {
    color: #fff;
    font-family: SourceSansPro-Regular;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: relative;
    top: 15%;
}
.apoquel-itch-circle p:before, .apoquel-itch-circle p:after {
    position: relative;
    content: "";
    width: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid white;
}
.apoquel-itch .container-fluid img {
    margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .sidebar:hover .sidebar-content {
    display: block;
}
  
  .inner-question p {
    font-family: GothamCondensed-Bold;
    font-size: 40px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #c91a73;
    display: block;
    margin: 5px auto;
    padding-top: 15px;
    font-weight: 400;
}
  .sidebar-content {
    display: none;
}
    .security-table-ref {
        font-family: GothamCondensed-Book;
        font-size: 14px !important;
        padding: 0px 10px !important; 
        line-height: 1.2;
        color: #333;
    }
    .apoquel-itch-circle {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .apoquel-itch h1 span {
        color: #fff;
        line-height: 48px;
        font-size: 48px;
    }
    .apoquel-itch h1{
        line-height: 48px;
        font-size: 48px;
    }
  .apoquel-diagrams .col-md-6 p {
    min-height: 130px !important;
   }
  .sidebar-subtitle {
    font-family: GothamCondensed-Book;
    font-size: 17px !important;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.1;
    padding: 2px 5px;
    
  }
  .sidebar-title {
    font-family: GothamCondensed-Bold;
    font-size: 15px !important;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.1;
    padding: 2px 5px;
  }
  .sidebar {
    position: fixed;
    right: 0;
    top: 25%;
    margin-top: -2.5em;
    min-width: 75px;
    z-index: 999999;
  }
}
.apoquel-dog-itches {
    background: url(../img/pet-owner/pet-owner-itch-body-1-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 27px;
    position: relative;
    z-index: -2;
    background-color: #009fc2;
}
.apoquel-dog-itches h2 {
    font-size: 42px;
    line-height: 38px;
    font-family: GothamCondensed-Bold;
    color: #fff;
    margin-top: 25px;
    font-weight: 400;
}
.apoquel-dog-itches h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid white;
}
.apoquel-dog-itches p {
    font-size: 15px;
    line-height: 19px;
    font-family: SourceSansPro-Regular;
    color: #fff;
}
.apoquel-dog-itches p {
    font-size: 15px;
    line-height: 19px;
    font-family: SourceSansPro-Regular;
    color: #fff;
}
.apoquel-dog-itches h3 {
    font-size: 18px;
    line-height: 19px;
    font-family: SourceSansPro-Black;
    color: #fff;
}
.apoquel-dog-itches-image {
    position: absolute;
    right: 35px;
    top: 55px;
}
.apoquel-dog-itches img {
    margin-top: 20px;
}
.apoquel-dog-itches-allergies {
    background: url(../img/pet-owner/pet-owner-itch-body-1a-bg.png) no-repeat 20% center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 31px;
    position: relative;
    margin-top: 35px;
}
.apoquel-dog-itches-allergies h3 {
    font-size: 18px;
    line-height: 19px;
    font-family: SourceSansPro-Black;
    color: #fff;
    margin-bottom: 20px;
}
.apoquel-dog-itches-allergies img {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .apoquel-dog-itches-image {
        position: relative;
        right: auto;
        top: auto;
    }
    .apoquel-itch-footer {
        background-color: #009fc2 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        position: relative !important;
        margin-top: 0 !important;
    }
    .apoquel-symptoms-dog {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 999;
    }
    .apoquel-dog-itches-allergies {
        margin-top: -30px;
        z-index: -999;
        padding-top: 100px;
    }
}
.apoquel-symptoms {
    padding-top: 20px;
    padding-bottom: 27px;
    position: relative;
}
.apoquel-symptoms .header-h2 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.apoquel-symptoms .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #00c3b3;
}
.apoquel-symptoms-inner {
    margin-top: 8%;
}
.apoquel-symptoms-inner-header {
    font-family: GothamCondensed-Bold;
    font-size: 42px !important;
    line-height: 38px;
    color: #34bdb2;
    font-weight: 400;
}
.apoquel-symptoms-inner-description {
    font-family: GothamCondensed-Bold;
    font-size: 42px !important;
    line-height: 38px;
    color: #ca006b;
    font-weight: 400;
}
.apoquel-symptoms-dog {
    position: absolute;
    right: 0%;
    bottom: -27%;
    z-index: 999;
}
.apoquel-itch-footer {
    background-color: #009fc4;
    background-size: cover;
    padding-top: 33px;
    padding-bottom: 31px;
    position: relative;
    margin-top: 0px;
}
.apoquel-footer-reference {
    font-family: GothamNarrow-Book;
    font-size: 8pt !important;
    line-height: 14px;
    color: #fff;
}
.apoquel-footer-reference em {
    font-family: GothamNarrow-BookItalic;
}
.apoquel-reference {
    position: relative;
    margin-top: 15%;
}
/*Pet Owner Itch (Index CSS Ends*/
/*Pet Owner Apoquel (Apoquel) Starts*/
.apoquel-self-itch {
    background: url(../img/pet-owner/pet-owner-itch-hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 170px;
    position: relative;
    -webkit-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    z-index: -1;
}
.apoquel-self-itch h1, .apoquel-self-itch h1 span {
    color: #bff0ec;
    font-family: GothamCondensed-Bold;
    font-size: 64px;
    line-height: 55px;
    margin: 20px 0;
    font-weight: 400;
}
.apoquel-self-itch h1 span {
    color: #fff;
}
.apoquel-page-header {
    position: relative;
    margin-top: 4%;
}
.apoquel-page-header-image {
    position: absolute;
    left: -65px;
    top: 0;
}
.apoquel-page-header-list li {
    display: inline;
    font-family: Whitney-SemiBold;
    font-size: 32px !important;
    line-height: 28px !important;
    color: #fff !important;
    padding: 0 12px;
    opacity: 0.65;
}
.apoquel-page-header-list li:not(:last-child) {
    border-right: 1px solid white;
}
.apoquel-features {
    background: url(../img/pet-owner/pet-owner-apoquel-features-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px;
    position: relative;
    z-index: -2;
}
@media screen and (max-width: 767px) {
    .apoquel-page-header-image {
        position: relative;
        left: auto;
        top: auto;
    }
    .apoquel-features {
        padding: 10px;
    }
    .apoquel-page-header-list {
        margin: 20px 0 !important;
    }
    .apoquel-page-header-list li {
        display: block;
        text-align: center;
    }
    .apoquel-page-header-list li:not(:last-child) {
        border-right: 0;
    }
    .apoquel-self-itch {
        padding-bottom: 30px;
    }
}
.apoquel-graph {
    background: white;
    padding: 60px;
    position: relative;
}
.apoquel-graph img {
    margin: 0 auto;
}
.apoquel-info {
    background-color: #fc1681;
    padding: 40px 15px;
    position: relative;
}
.info-header {
    font-family: SourceSansPro-Black;
    font-size: 18px !important;
    color: #fff;
    line-height: 18px;
}
.info-description {
    font-family: SourceSansPro-Regular;
    font-size: 14px !important;
    color: #fff;
    line-height: 18px;
}
.info-description strong {
    font-family: SourceSansPro-Bold;
}
.apoquel-info img.pull-right {
    margin-top: 35px;
}
@media screen and (max-width: 767px) {
    .apoquel-itch-footer-plain-bg {
        background-color: #009fc2 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        position: relative !important;
        margin-top: 0 !important;
    }
    .apoquel-graph {
        padding: 30px;
    }
    .info-header {
        margin-top: 15px;
    }
}
.apoquel-itch-footer-plain-bg {
    background-color: #009fc2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 33px;
    padding-bottom: 31px;
    position: relative;
    margin-top: 0;
}
.apoquel-itch-footer-plain-bg .apoquel-reference {
    position: relative;
    margin-top: 5%;
}
/*Pet Owner Apoquel (Apoquel CSS Ends*/
/*Pet Owner Vet Visit  (Vet-visit) Starts*/
.apoquel-vet-visit {
    background: url(../img/pet-owner/pet-owner-itch-hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 220px;
    position: relative;
    -webkit-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    z-index: -1;
}
.apoquel-vet-visit h1, .apoquel-vet-visit h1 span {
    color: #bff0ec;
    font-family: GothamCondensed-Bold;
    font-size: 72px;
    line-height: 70px;
    margin: 20px 0;
    font-weight: 400;
}
.apoquel-vet-visit h1 span {
    color: #fff;
}
.apoquel-vet-visit .apoquel-page-header {
    position: relative;
    margin-top: 2%;
    padding-top: 0px;
}
.apoquel-page-header h1 {
    float: right;
}
.apoquel-vet-visit .apoquel-page-header-image {
    position: absolute;
    left: -20px;
    top: 0;
}
.apoquel-vet-visit .apoquel-page-header p {
    font-family: SourceSansPro-Bold;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.apoquel-vet-visit .apoquel-page-header p span {
    font-family: SourceSansPro-Bold;
    color: #ca006b;
    line-height: 17px;
}
.apoquel-vet-visit .apoquel-page-header h1 {
    float: left;
}
.apoquel-detection {
    padding-top: 40px;
    z-index: -2;
}
.apoquel-detection .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #00c3b3;
}
.apoquel-detection .header-h2 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.apoquel-detection .header-h4 {
    font-family: SourceSansPro-Bold;
    font-size: 18px;
    line-height: 20px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.apoquel-detection .apoquel-detection-description {
    font-family: SourceSansPro-Regular;
    font-size: 15px;
    line-height: 19px;
    color: #58595b;
}
.apoquel-detection-treatment {
    background: url(../img/pet-owner/pet-owner-vet-visit-treatment-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 60px;
    position: relative;
    background: #08a6c3;
}
.apoquel-detection-treatment .container{
  margin-top: 60px;
}
.apoquel-detection-treatment .header-h2 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.apoquel-detection-treatment .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #fff;
}
.apoquel-detection-treatment .header-h4 {
    font-family: SourceSansPro-Bold;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.apoquel-detection-treatment .apoquel-detection-description {
    font-family: SourceSansPro-Regular;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
}
.treatment-dog {
    position: absolute;
    left: 63%;
    top: -17%;
}
.apoquel-detection .col-md-9.padding-sides-clear {
    margin-bottom: 30px;
}
.apoquel-detection-treatment-answer {
    padding: 25px 0;
}
.apoquel-detection-treatment-answer .header-h2 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #009fc2;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}
.apoquel-vet-visit-resources .header-h2 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.apoquel-vet-visit-resources .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #00c3b3;
}
.apoquel-vet-visit-resources .header-h4 {
    font-family: SourceSansPro-Bold;
    font-size: 18px;
    line-height: 20px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.apoquel-vet-visit-resources ul li {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: SourceSansPro-Regular;
    color: #393939 !important;
    margin-bottom: 15px !important;
    display: table;
}
.apoquel-vet-visit-resources ul li::before {
    color: #8ebdc8; /* or whatever color you prefer */
    padding-right: 1em;
    text-indent: -.7em;
    content: ".";
    display: table-cell;
    text-align: right;
}
.apoquel-vet-visit-resources ul {
    list-style-type: none !important;
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.apoquel-vet-visit-resources {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .treatment-dog {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
    }
    .treatment-dog img {
        width: 50%;
        margin: 0 auto;
        padding-top: 15px;
    }
    .apoquel-vet-visit .apoquel-page-header-image {
        position: relative;
        left: 0;
        right: 0;
        top: auto;
    }
    .apoquel-vet-visit {
        padding-bottom: 15px;
    }
    .apoquel-detection-treatment .header-h2:after, .apoquel-detection .header-h2:after {
        left: 3%;
    }
    .apoquel-vet-visit .apoquel-page-header {
        position: relative;
        margin-top: 10px;
        padding-top: 0;
    }
}
/*Vet Index starts*/
.apoquel-about {
    background: url(../img/vet/vet-about-hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 180px;
    position: relative;
}
.apoquel-about h1, .apoquel-about h1 span {
    color: #bff0ec;
    font-family: GothamCondensed-Bold;
    font-size: 60px;
    line-height: 55px;
    margin: 20px 0px;
    text-align: right;
    font-weight: 400;
}
.apoquel-about h1 span {
    color: #fff;
}
.apoquel-about img {
    position: absolute;
    top: -160px;
    left: -60px;
}
.apoquel-vet-features {
    background: url(../img/vet/vet-about-features-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px;
    position: relative;
}
.apoquel-efficiently .header-h2,
label.gigya-composite-control.gigya-composite-control-label.left.clear.search-clinic
 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #009fc2;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.apoquel-efficiently .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #009fc2;
}
.apoquel-efficiently .header-h2 span {
    color: #a3d2e2;
    font-family: GothamCondensed-Bold;
    font-weight: 400;
}
.apoquel-efficiently .container-fluid {
    background: url(../img/vet/vet-about-efficiently-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 25px;
    position: relative;
}
.apoquel-efficiently-dog {
    position: absolute;
    right: -85px;
    z-index: 999;
    top: -40px;
}
.apoquel-security-info .container-fluid {
    background-color: #fc1681;
    padding: 40px 15px;
    position: relative;
}
.apoquel-security-info img.pull-right {
    margin-top: 20px;
}
.apoquel-security-info-header {
    font-family: GothamNarrow-Bold;
    font-size: 20px !important;
    line-height: 26px;
    color: #008bab;
    text-align: center;
    margin: 9% 7% 5% 7%;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .apoquel-about img {
        position: relative;
        top: auto;
        left: auto;
    }
    .apoquel-about {
        padding-top: 10px;
        padding-bottom: 50px;
        margin-bottom: -20px;
    }
    .apoquel-efficiently-dog {
        position: relative;
        right: auto;
        z-index: 999;
        top: auto;
    }
    .apoquel-about h1 span {
        color: #fff;
        line-height: 48px;
        font-size: 48px;
    }
    .apoquel-about h1{
        line-height: 48px;
        font-size: 48px;
        text-align: left;
    }
}
/*Action Starts*/
.apoquel-action {
    background: url(../img/vet/vet-about-hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 180px;
    position: relative;
    /*-webkit-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);*/
}
.apoquel-action h1, .apoquel-action h1 span {
    color: #fff;
    font-family: GothamCondensed-Bold;
    font-size: 64px;
    line-height: 55px;
    margin: 40px 0 20px 0;
    text-align: right;
    font-weight: 400;
}
.apoquel-action h1 span {
    color: #bff0ec;
    float: right;
    text-align: left;
    margin-top: 0 !important;
}
.apoquel-action img {
    position: absolute;
    top: -135px;
    left: 2%;
}
.white-color {
    color: white !important;
    margin-top: 0 !important;
}
.apoquel-severe-itching .header-h2 {
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #34bdb2;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.apoquel-severe-itching .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #34bdb2;
}
.apoquel-severe-itching {
    background: url(../img/vet/vet-severe-itching-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.apoquel-severe-itching .header-h2 span {
    color: #a3d2e2;
    font-family: GothamCondensed-Bold;
    font-weight: 400;
}
.apoquel-severe-itching-description {
    font-family: SourceSansPro-Regular;
    font-size: 15px !important;
    line-height: 19px;
    color: #58595b;
}
.cause-severe-itching p {
    font-family: SourceSansPro-Black;
    font-size: 14px !important;
    line-height: 18px;
    color: #ca006b;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 15px 0;
}
.custom-37 {
    display: block;
    font-family: SourceSansPro-Black;
    font-size: 50px;
    line-height: 30px;
    color: #009fc2;
    float: left;
    margin-right: 15px;
}
.apoquel-severe-itching-inner {
    margin: 15px 0 30px 0;
}
.apoquel-discovery {
    background: url(../img/vet/vet-discovery-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}
.apoquel-discovery .header-h2 {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}
.apoquel-discovery .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #fff;
}
.apoquel-discovery-sub-header {
    font-family: SourceSansPro-Bold;
    font-size: 18px !important;
    line-height: 21px;
    color: #fff;
}
.apoquel-discovery-description {
    font-family: SourceSansPro-Regular;
    font-size: 15px !important;
    line-height: 19px;
    color: #fff;
}
.apoquel-discovery img {
    margin-top: 5%;
}
.apoquel-functionality {
    padding: 50px 0;
}
.apoquel-functionality .header-h2 {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 42px;
    line-height: 36px;
    color: #009fc2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.apoquel-functionality .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #009fc2;
}
.apoquel-functionality .header-h3 {
    font-family: SourceSansPro-Bold;
    font-size: 18px;
    line-height: 19px;
    color: #009fc2;
}
.apoquel-functionality-description {
    font-family: SourceSansPro-Regular;
    font-size: 15px !important;
    line-height: 19px;
    color: #393939;
    margin-bottom: 15px;
}
.apoquel-functionality-description.light-blue-color {
    color: #009fc2 !important;
}
.diagram-description {
    font-family: GothamNarrow-Book;
    font-size: 15px !important;
    line-height: 19px;
    text-align: center;
    padding: 20px;
    background-color: #009fc2;
    color: #fff;
}
.diagram-description strong {
    font-family: SourceSansPro-Black;
}
.apoquel-diagrams .col-md-6 p {
    min-height: 170px;
}
.apoquel-diagrams {
    margin-top: 15px;
}
.apoquel-diagrams img {
    min-height: 230px;
    margin-bottom: 15px;
}
.apoquel-functionality-info-description span {
}
.apoquel-functionality-info-description {
    font-family: GothamNarrow-Bold;
    font-size: 18px !important;
    line-height: 20px;
    color: #d24089;
    text-transform: uppercase;
}
.apoquel-functionality-info-description img {
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}
.apoquel-functionality-info {
    margin-top: 10%;
}
@media screen and (max-width: 767px) {
    .apoquel-action{
        padding-bottom: 50px;
    }
    .apoquel-action img {
        position: relative;
        top: auto;
        left: auto;
    }
    .apoquel-action h1, .apoquel-action h1 span {
        text-align: left;
        margin: 20px 0 20px 0;
    }
    .apoquel-action h1 span {
        float: left;
    }
    .apoquel-action h1 span {
        color: #fff;
        line-height: 48px;
        font-size: 48px;
    }
    .apoquel-action h1{
        line-height: 48px;
        font-size: 48px;
        text-align: left;
    }
}
/*Security Starts*/
.apoquel-security {
    background: url(../img/vet/vet-security-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 130px;
    position: relative;
}
.apoquel-security h1, .apoquel-security h1 span {
    color: #bff0ec;
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 70px;
    line-height: 65px;
    margin: 20px 0px;
}
.apoquel-security h1 span {
    color: #fff;
}
.security-description {
    font-family: GothamNarrow-Book;
    font-size: 15px !important;
    line-height: 19px;
    color: #fff;
    margin-left: 15px;
}
#security-header.apoquel-page-header-image {
    position: absolute;
    left: auto;
    right: 45%;
    top: 24%;
}
.title-row-1 {
    background-color: #4fbfb6 !important;
    color: #fff;
    text-align: center;
}
.title-row-1 td {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 32px !important;
    padding: 25px 0;
    text-transform: uppercase !important;
}
.title-row-2 {
    background-color: #68c5be !important;
    color: #fff;
    text-align: center;
}
.title-row-2 td {
    font-family: GothamCondensed-Book;
    font-size: 24px !important;
    border: 1px solid white;
    text-transform: uppercase !important;
}
.title-row-3 {
    background-color: #68c5be !important;
    color: #fff;
    text-align: center;
}
.title-row-3 td {
    font-family: GothamCondensed-Book;
    font-size: 20px !important;
    border: 1px solid white;
    text-transform: uppercase !important;
}
.apoquel-security-table td {
    font-family: GothamCondensed-Book;
    font-size: 20px !important;
    padding: 10px;
    border: 1px solid white;
    line-height: 1.2;
    text-transform: capitalize;
}
.apoquel-security-table {
    padding: 50px 35px;
    margin: 0 auto;
    width: 50%;
}
.apoquel-security-table tr td:not(:first-child) {
    text-align: center;
}
.apoquel-security-table tr:nth-child(even) {
    background-color: #f1f0ef;
}
.apoquel-security-table tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.apoquel-security-table tr td:first-child {
    padding-left: 5%;
}
@media screen and (max-width: 767px) {
    .apoquel-security-table td {
        font-size: 15px !important;
    }
    .apoquel-security-table {
        padding: 0;
        width: 100%;
    }
    #security-header.apoquel-page-header-image {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
    }
    .apoquel-security {
        padding-bottom: 60px;
    }
    .apoquel-page-header h1 {
        float: none;
    }
    .apoquel-page-header h1 span {
        color: #fff;
        line-height: 48px;
        font-size: 48px;
    }
    .apoquel-page-header h1{
        line-height: 48px;
        font-size: 48px;
    }
}
.apoquel-security-features {
    padding-top: 5px;
    padding-bottom: 30px;
    position: relative;
    background: url(../img/vet/vet-security-features-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.apoquel-security-features .header-h2 {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 42px;
    line-height: 36px;
    color: #34bdb2;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.apoquel-security-features .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #34bdb2;
}
.apoquel-security-features-description {
    font-family: SourceSansPro-Black;
    font-size: 16px !important;
    line-height: 19px;
    color: #1cc7b9;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7%;
}
/*Doses Start*/
.apoquel-doses {
    background: url(../img/vet/vet-doses-hero-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 100px;
    position: relative;
}
.apoquel-doses h1, .apoquel-doses h1 span {
    color: #bff0ec;
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 55px;
    line-height: 52px;
    margin: 20px 0;
}
.apoquel-doses h1 span {
    color: #fff;
}
.apoquel-doses .apoquel-page-header {
    position: relative;
    margin-top: 2%;
    padding-top: 40px;
}
.apoquel-doses-description {
    font-family: SourceSansPro-Light;
    font-size: 15px !important;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
}
.apoquel-administration {
    background: url(../img/vet/vet-apoquel-administration-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 50px;
    position: relative;
}
.apoquel-administration .header-h2 {
    margin-left: 15%;
}
.apoquel-administration .header-h2, .apoquel-administration .header-h2 span {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 40px;
    line-height: 35px;
    color: #009fc2;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 15%;
}
.apoquel-administration .header-h2 span {
    color: #7fc5d5;
}
.apoquel-drug {
    position: absolute;
    left: 65%;
    bottom: 0%;
}
.apoquel-dosage-guide {
    background: url(../img/vet/vet-apoquel-dosage-guide-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;
}
.apoquel-dosage-guide .header-h2 {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 42px;
    line-height: 36px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.apoquel-dosage-guide .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #fff;
}
.apoquel-dosage-guide ul li {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: SourceSansPro-Regular;
    color: #fff !important;
    margin-bottom: 15px !important;
    display: table;
}
.apoquel-dosage-guide ul li::before {
    color: #8ebdc8;
    padding-right: 1em;
    text-indent: -.7em;
    content: ".";
    display: table-cell;
    text-align: right;
}
.apoquel-dosage-guide ul {
    list-style-type: none !important;
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.apoquel-doses-table td {
    font-family: GothamCondensed-Book;
    font-size: 20px;
    border: 1px solid white;
    text-transform: capitalize;
}
.apoquel-doses-table {
    padding: 50px 35px;
}
.apoquel-doses-table tr td {
    text-align: center;
    padding: 15px 10px 10px 10px;
}
.apoquel-doses-table tr:nth-child(even) {
    background-color: #f1f0ef;
}
.apoquel-doses-table tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.apoquel-doses-table .title-row-1 {
    background-color: #4fbfb6 !important;
    color: #fff;
    text-align: center;
}
.apoquel-doses-table .title-row-1 td {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 32px !important;
    padding: 25px 0;
}
.apoquel-doses-table .title-row-2 {
    background-color: #199fc0 !important;
    color: #fff;
    text-align: center;
}
.apoquel-doses-table .title-row-2 td {
    font-family: GothamCondensed-Book;
    font-size: 24px !important;
    border: 1px solid white;
    text-transform: uppercase;
}
.apoquel-doses-table .title-row-3 {
    background-color: #7ec1d2 !important;
    color: #fff;
    text-align: center;
}
.apoquel-doses-table .title-row-3 td {
    font-family: GothamCondensed-Book;
    font-size: 20px !important;
    border: 1px solid white;
    text-transform: none;
}
.apoquel-doses-table .table-responsive {
    -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.5);
}
.arrow-down {
    position: relative;
}
.arrow-down:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #7ec1d2;
}
.aqua-circle {
    display: inline-block;
    background: #3ebbb1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 6px;
    font-family: GothamCondensed-Book;
    color: #fff;
    font-size: 20px !important;
}
.blue-circle {
    display: inline-block;
    background: #199fc0;
    font-family: GothamCondensed-Book;
    font-size: 20px !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
}
.purple-circle {
    display: inline-block;
    background: #c7106c;
    font-family: GothamCondensed-Book;
    font-size: 20px !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 6px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .apoquel-doses-table {
        padding: 0;
    }
    .arrow-down:after {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #7ec1d2;
    }
    .apoquel-drug {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
    }
    .apoquel-administration .header-h2 {
        margin-left: 0;
    }
    .apoquel-doses h1 span {
        color: #fff;
        line-height: 48px;
        font-size: 48px;
    }
    .apoquel-doses h1{
        line-height: 48px;
        font-size: 48px;
    }
    .apoquel-doses-table td {
        font-size: 17px !important;
    }
    .apoquel-doses-table .table-responsive{
        table-layout:fixed;
    }
    .apoquel-doses-table .title-row-2 td {
        font-size: 18px !important;
        border: 1px solid white;
        text-transform: uppercase;
    }
    .apoquel-doses-table .title-row-3 td {
        font-family: GothamCondensed-Book;
        font-size: 14px !important;
        border: 1px solid white;
        text-transform: none;
    }
    .apoquel-doses .apoquel-page-header {
        position: relative;
        margin-top: 2%;
        padding-top: 0px;
    }
    .apoquel-security .apoquel-page-header {
        position: relative;
        margin-top: 0%;
    }
}
.apoquel-doses-resources .header-h2 {
    font-family: GothamCondensed-Bold;
    font-weight: 400;
    font-size: 42px;
    line-height: 38px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
}
.apoquel-doses-resources .header-h2:after {
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #00c3b3;
}
.apoquel-doses-resources .header-h4 {
    font-family: SourceSansPro-Bold;
    font-size: 18px;
    line-height: 20px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.apoquel-doses-resources ul li {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: SourceSansPro-Regular;
    color: #56a6b8 !important;
    margin-bottom: 15px !important;
    display: table;
}
.apoquel-doses-resources ul li::before {
    color: #8ebdc8; /* or whatever color you prefer */
    padding-right: 1em;
    text-indent: -.7em;
    content: ".";
    display: table-cell;
    text-align: right;
}
.apoquel-doses-resources ul {
    list-style-type: none !important;
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.apoquel-doses-resources {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px){
    .apoquel-action h1 span {
        float: none;
    }
  .table-responsive .lowercase-span{
    font-size: 15px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 980px){
    .apoquel-itch-circle {
        position: relative;
        right: 0;
        top: 0;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .apoquel-dog-itches-image {
        position: absolute;
        right: 5%;
        top: 40%;
        width: 35%;
    }
    .apoquel-symptoms-dog {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 999;
    }
    .apoquel-itch-footer {
        background-color: #009fc2 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        position: relative !important;
        margin-top: 0 !important;
    }
    .apoquel-vet-visit{
        padding-bottom: 40px;
    }
    .apoquel-vet-visit .apoquel-page-header-image {
        position: absolute;
        left: -7%;
        right: 0;
        top: 10%;
    }
    .treatment-dog img {
        width: 70%;
        margin: 0 auto;
        padding-top: 15px;
    }
    .treatment-dog {
        position: absolute;
        right: -3%;
        top: 13%;
    }
    .apoquel-action img {
        position: relative;
        top: auto;
        left: auto;
    }
    .apoquel-page-header-image {
        position: absolute;
        left: -8%;
        top: 15%;
        width: 58%;
    }
    .apoquel-about img {
        position: relative;
        top: auto;
        left: auto;
    }
    .apoquel-efficiently-dog {
        position: absolute;
        right: 0;
        z-index: 999;
        top: 30%;
        width: 30%;
    }
    #security-header.apoquel-page-header-image {
        position: absolute;
        left: -10px;
        top: 33%;
        width: 48%;
    }
    .apoquel-dog-itches-allergies {
        margin-top: -2%;
        z-index: -999;
    }
    .apoquel-dog-itches{
        background-color: #009fc2;
    }
    .apoquel-action{
        padding-bottom: 40px;
    }
    .apoquel-about{
        padding-bottom: 40px;
    }
    .apoquel-self-itch{
        padding-bottom: 40px;
    }
    #apoquel-page.apoquel-page-header-image {
        position: absolute;
        left: -8%;
        top: 24%;
        width: 55%;
    }
    .apoquel-drug {
        position: relative;
        right: 0;
        bottom: auto;
        left: 0;
    }
    .apoquel-drug img{
        margin: 0 auto;
    }
}
@media screen and (max-width:980px){
    .apoquel-reference {
        position: relative;
        margin-top: 3%;
    }
}
.apoquel-security-table tr.title-row-3 td:not(:first-child) {
    text-transform: uppercase;
}
.lowercase-span{
    text-transform: lowercase !important;
}
.apoquel-page-header-list li:nth-child(2) sup {
    font-size: 14px !important;
    top: -1em;
}
.apoquel-reference img {
    width: 19%;
}
.transparent-nav img {
    margin-top: 18px;
}
/*Case Study*/
.case-study {
    background: url(../img/case-study/case-study-bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2px;
    padding-bottom: 100px;
    position: relative;
    -webkit-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 12px 15px -5px rgba(0,0,0,0.2);
    z-index: -1;
}
.case-study h1, .case-study h1 span {
    color: #ca006b;
    font-family: GothamCondensed-Bold;
    font-size: 78px;
    line-height: 68px;
    margin: 20px 0;
    font-weight: 400;
}
/*.case-study-header{*/
/*float: left;*/
/*}*/
.case-study .case-study-header-image {
    position: absolute;
    left: -20px;
    top: 0;
}
.case-study-header h1 {
    float: left;
}
.case-study .case-study-header {
    position: relative;
    margin-top: 5%;
    padding-top: 70px;
}
.authorable div ol.carousel-indicators.carousel-indicators-numbers{
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.carousel-indicators-numbers li:after {
    content: ' ';
    display: block;
    float: left;
    background: #ca006b;
    height: 35px;
    width: 1px;
}
.carousel-indicators-numbers li:last-child{
    border-right: 1px solid #ca006b;
}
.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 145px;
    height: 35px;
    border: none;
    line-height: 35px !important;
    color: #ca006b !important;
    background-color: transparent;
    transition: all 0.25s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: GothamCondensed-Bold;
    font-size: 24px !important;
}
.carousel-indicators-numbers li.active,
.carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 145px;
    height: 35px;
    background-color: transparent;
    color: #ca006b !important;
}
.authorable .table-responsive{
    overflow: hidden;
}
.case-study-stories td{
    border-right: 0px solid #fff !important;
    font-family: GothamCondensed-Bold !important;
    font-size: 52px !important;
    line-height: 11px !important;
    text-transform: uppercase !important;
    background-color: #ca006b !important;
    color: #fff !important;
}
.case-study-story-image{
    width: 662px;
    padding: 0 !important;
    border-right: 0px solid #fff !important;
}
.case-study-videos{
    padding-top: 100px;
    padding-bottom: 50px;
}
.case-study-stories .header-h2:after{
    position: relative;
    content: "";
    width: 15px;
    left: 1%;
    transform: translateX(-50%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1.5px solid #ca006b;
}
.case-study-stories .header-h2{
    font-family: GothamCondensed-Bold;
    font-size: 42px;
    line-height: 38px;
    color: #ca006b;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
}
.case-study-stories-description{
    font-family: GothamNarrow-Book;
    font-size: 16px !important;
    line-height: 20px;
    color: #2a2a2a;
}
.margin-15{
    margin-left: -15px;
    margin-right: -15px;
}
.case-study-stories > .container > .row{
    margin-bottom: 30px;
}
.case-study-stories{
    padding-bottom: 75px;
}
@media screen and (max-width:767px){
    .case-study .case-study-header-image {
        position: relative;
        left: 0;
        top: 0;
    }
    .case-study .case-study-header-image img{
        margin: 0 auto;
    }
    .carousel-indicators-numbers li{
        width: 100%;
        border-left: 1px solid #ca006b !important;
        border-right: 1px solid #ca006b !important;
    }
    .carousel-indicators-numbers li:after {
        background: transparent;
        height: 35px;
        width: 1px;
    }
    .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
        margin-bottom: 5px;
        width: 100%;
    }
}
#vet-itch-circle{
    top: 62% !important;
    left: 50% !important;
}
.vet-features .vet-features-header{
    text-align: center;
    font-family: GothamCondensed-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #3dbbb1;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}
.vet-features .vet-features-description{
    font-family: SourceSansPro-Regular;
    font-size: 15px;
    color: #3dbbb1;
    line-height: 20px;
}
.vet-features img{
    margin: 10px auto;
    display: block;
    float: none;
}
.divider-features{
    content: ' ';
    display: block;
    float: left;
    background: #3dbbb1;
    margin: 0 10px;
    height: 225px;
    width: 0.12em;
}
.padding-right-40{
    padding-right: 40px;
}
.vet-features-inner {
    margin-left: -42px;
}
.vet-features .vet-features-header:not:first-child{
    padding-right: 40px;
}
@media screen and (max-width: 767px){
    .vet-features-inner {
        margin-left: 0px;
    }
    .vet-features-inner.security-inner {
        margin-left: 0px;
    }
    .divider-features, .divider-features-white, .divider-features-security{
        display: none !important;
    }
    .padding-right-40{
        padding-right: 0px;
    }
    .vet-features-inner .col-xs-12{
        margin-bottom: 30px;
    }
    .security-features .col-md-3 {
        width: 100% !important;
        padding: 0 25px !important;
    }
    .symptoms-features .col-md-3 {
        width: 100%!important;
    }
    .symptoms-features img {
        padding-top: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .symptoms-features .col-md-3 {
        background-color: #5fcac1;
        margin: 2px;
        width: 24% !important;
    }
    .symptoms-features img {
        margin: 30px auto;
        min-height: 122px;
    }
    .security-features .col-md-3 {
        width: 22% !important;
        padding: 10px;
    }
    .vet-features .vet-features-header.white-color {
        min-height: 110px;
    }
    .divider-features-security {
        height: 420px !important;
    }
    .divider-features-white{
        height: 325px !important;
    }
}
.divider-features-white{
    content: ' ';
    display: block;
    float: left;
    background: #fff;
    margin: 0 10px;
    height: 225px;
    width: 1.5px;
}
.divider-aqua{
    border-left: 1px solid #3dbbb1;
}
.security-features .col-md-3{
    width: 23%;
    padding: 10px;
}
.vet-security-feature-header{
    min-height: 80px;
    font-size: 24px !important;
    line-height: 24px !important;
}
.vet-features-inner.security-inner {
    margin-left: -17px;
}
.vet-features .security-inner img{
    margin: 15px auto!important;
}
.divider-features-security{
    content: ' ';
    display: block;
    float: left;
    background: #3dbbb1;
    margin: 0 10px;
    height: 335px;
    width: 1.5px;
}
.bacterial-features p {
    font-size: 14px;
    line-height: 16px;
    font-family: SourceSansPro-Black;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 90px;
    top: 47px;
}
.bacterial-features img{
    display: inline-block;
}
.bacterial-allergy-features p {
    font-size: 14px;
    line-height: 16px;
    font-family: SourceSansPro-Black;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.bacterial-allergy-features img{
    display: block;
    margin-bottom: 15px;
}
.bacterial-allergy-features p span{
    font-size: 11px;
    line-height: 14px;
    font-family: SourceSansPro-Bold;
    color: #fff;
    text-transform: none;
    display: block;
    text-align: center;
}
.symptoms-features p{
    font-size: 18px;
    line-height: 20px;
    font-family: SourceSansPro-Bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    min-height: 120px;
}
.symptoms-features img{
    margin: 30px auto;
}
.symptoms-features .col-md-3{
    background-color: #5fcac1;
    margin: 2px;
    width: 24.5%;
}
.circle-97{
    display: inline-block;
    position: absolute;
    right: 60%;
    top: 14%;
}
.circle-97 p{
    font-family: SourceSansPro-Bold;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.circle-97 p span{
    font-family: SourceSansPro-Bold;
    font-size: 56px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.circle-95{
    display: inline-block;
    position: absolute;
    left: 60%;
    top: 14%;
}
.circle-95 p{
    font-family: SourceSansPro-Bold;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.circle-95 p span{
    font-family: SourceSansPro-Bold;
    font-size: 56px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 767px){
    .circle-95{
        display: inline-block;
        position: absolute;
        right: 4%;
        top: 14%;
    }
    .circle-97 {
        display: inline-block;
        position: absolute;
        left: 4%;
        top: 14%;
    }
    .circle-97 p, .circle-95 p{
        font-size: 18px;
        line-height: 20px;
    }
    .circle-95 p span, .circle-97 p span{
        font-size: 48px;
        line-height: 42px;
    }
}
@media screen and (min-width:991px) and (max-width: 1023px){
  .circle-95 {
    display: inline-block;
    position: absolute;
    right: 22.8%;
    top: 14%;
   }
    .circle-97 {
        display: inline-block;
        position: absolute;
        left: 23%;
        top: 14%;
    }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
    .circle-95{
        display: inline-block;
        position: absolute;
        right: auto;
        left: 64%;
        top: 14%;
    }
    .circle-97 {
         display: inline-block;
        position: absolute;
        right: 64%;
        top: 14%;
        left: auto;
    }
    .vet-features-inner.security-inner.apoquel-inner {
        margin-left: -18px !important;
    }
}
@media screen and (max-width: 599px){
    .circle-95{
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        top: 57%;
    }
    .circle-97 {
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        top: 7%;
    }
}
.background-white{
    background: #fff !important;
}
.min-50-header{
    min-height: 50px !important;
}
.font-14{
    font-size: 14px !important;
}
.vet-features .security-inner.apoquel-inner img {
    margin: 25px auto!important;
}
.vet-features-inner.security-inner.apoquel-inner {
    margin-left: -16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .vet-features .vet-features-header.white-color{
      min-height: 105px;
  }
  
  
}
@media screen and (max-width: 1023px){
  #vet-itch-circle {
    top: 62% !important;
    right: auto !important;
    left: auto !important;
    position: relative;
  }
  
}
.bacterial-allergy-features.row {
    margin: 0 auto;
}
.circle-97 p sup, .circle-95 p sup{
     font-size: 15px;
}
.contact-side-btn-2 {
    width: 151px;
    height: 161px;
    background: transparent url(../img/apoquel-side-widget.png) no-repeat center center;
    background-size: contain;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .contact-btn-right {
        width: 151px;
    height: 161px;
    background: transparent url(../img/apoquel-side-widget.png) no-repeat center center;
    background-size: contain;
    }
}
@media screen and (max-width: 767px){
  .landing-page-dog{
      margin: 0 auto;
      display: block;
      float: none;
    	width: 50%;
  }
  .landing-apoquel-logo{
    width: 65%;
  }
  .contact-side-btn-2 {
    width: 80px;
    height: 80px;
    background: transparent url(../img/bell-icon-mobile.png) no-repeat center center;
    background-size: contain;
}
.sidebar .row:last-of-type {
    margin-bottom: 0;
}
}
.row.cause-severe-itching .col-md-8.col-md-offset-2 .col-md-4{
    margin: 20px auto;
}
.security-table-ref{
    font-family: GothamCondensed-Book;
    font-size: 16px !important;
    padding: 0px;
    line-height: 1.2;
    color: #333;
}
.apoquel-frequent-questions{
    padding-bottom: 50px;
}
.apoquel-frequent-questions .questions{
    margin-bottom: 15px;
}
.apoquel-frequent-questions .questions .question p{
    font-family: SourceSansPro-Bold;
    font-size: 15px;
    line-height: 20px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.apoquel-frequent-questions .questions .answer p{
    font-family: SourceSansPro-Regular;
    font-size: 15px;
    line-height: 20px;
    color: #58595b;
    margin-bottom: 0;
}
.apoquel-frequent-questions .questions .answer ul{
    font-family: SourceSansPro-Regular;
    font-size: 15px;
    line-height: 20px;
    color: #58595b;
    margin-left: 25px;
}
.apoquel-frequent-questions .security-information p{
    font-family: SourceSansPro-Regular;
    font-size: 15px;
    line-height: 20px;
    color: #58595b;
}
.apoquel-frequent-questions .security-information p span{
    font-family: SourceSansPro-Bold;
    font-size: 15px;
    line-height: 20px;
    color: #00c3b3;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.arrow-down-schedule {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid #fc1681;
    position: absolute;
    left: 35%;
    top: -7%;
}
 .arrow-upper-schedule{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 35%;
    bottom: 0;
}
 .diagonal-line {
    position: absolute;
    top: -1%;
    width: 100%;
}
.diagonal-line svg {
    fill: #009fc4;
    display: block;
    width: 100%;
    height: 90px;
    background: white;
}
@media screen and (max-width: 980px){
  .diagonal-line svg{
      display: none;
  }
}
.apoquel-vet-visit-resources ul#no-bullet li::before {
    color: transparent;
    padding-right: 0em;
    text-indent: -.7em;
    content: "";
    display: table-cell;
    text-align: right;
}
.apoquel-vet-visit-resources ul a:hover, .apoquel-vet-visit-resources ul a:focus{
    text-decoration: none;
}
.arrow-down-blue{
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #08a6c3;
    position: absolute;
    left: 50%;
    bottom: -14px;
}
@media screen and (min-width: 980px) and (max-width: 1023px){
  #vet-itch-circle {
    top: 62% !important;
    right: auto !important;
    left: 50%;
    position: absolute;
}
}
p.text-center.coming-soon {
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 17pt;
}