/* Merck - Get Vaccinating Right Styles */
/* General Styles
================================================
 */

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4a4a4a;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #00958F;
}
a {
    color: #00958f;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
sup {
    font-weight: 300;
}
ul {
    list-style: none;
}
/* Buttons
================================================
 */

.btn {
    border-radius: 0px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #148F86;
    border: 1px solid #148f86;
}
.btn:focus {
    outline: 0;
}
.btn-secondary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-secondary:hover {
    border: solid 2px #fff;
    color: #0f7875;
    background: #fff;
}
.btn-secondary-alt {
    background: transparent;
    border: 2px solid #00958F;
    color: #00958F;
}
.btn-secondary-alt:hover {
    border: solid 2px #fff;
    color: #fff;
    background: #00958F;
}
/* remove gutter of divs */

.no-gutter [class*="-6"] {
    padding-left: 0;
    padding-right: 0;
}
.fa-file-o {
    padding-left: 5px;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.content {
    padding: 125px 10px 125px 10px;
}
.content-header {
    margin-bottom: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.content-small {
    padding-top: 60px;
    padding-bottom: 125px;
}
.mtb-lg {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ptb-md {
    padding-top: 60px;
    padding-bottom: 125px;
}
.ptb-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mar-btm {
    margin-bottom: 30px;
}
.mtb-md {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb-lg {
    margin-top: 60px;
    margin-bottom: 60px;
}
.indent {
    padding-left: 40px;
}
.neutral {
    background-color: #f6f6f6;
}
.white {
    background-color: #fff;
}
.section-hd {
    padding-bottom: 40px;
}
.section-hd-sm {
    padding-bottom: 20px;
}
.section-hd h2 {
    padding-bottom: 10px;
}
.section-hd h4 {
    color: #808080;
    font-weight: 400;
}
.section-cl h5 {
    color: #fff;
    line-height: 1.4em;
}
.section-cl h2 {
    color: #fff;
}
.dark {
    background-color: #000;
    z-index: -1;
    color: #808080;
}
.dark h2 {
    color: #fff;
}
.dark p {
    color: #808080;
}
.section-cl {
    background-color: #0F7875;
    color: #fff;
}
.section-cl h1 {
    color: #fff;
}
.section-dg {
    background: #0F7875;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-dg h2 {
    color: #fff;
}
/* Colors
================================================
 */

.merck {
    color: #00958F;
}
.prestigeVWNV {
    background-color: #653165;
}
.prestigeVVEE {
    background-color: #d82b71;
}
.prestigeV {
    background-color: #507bae;
}
.encevacTC4VEE {
    background-color: #472311;
}
.encevacTC4 {
    background-color: #5b98c0;
}
.encevacTWNV {
    background-color: #046a38;
}
.encevacTVEE {
    background-color: #335687;
}
.encevacT {
    background-color: #c66005;
}
.prestigeII {
    background-color: #bd2243;
}
.equinile {
    background-color: #da403d;
}
.supertet {
    background-color: #0a6062;
}
.equirab {
    background-color: #00629b;
}
.prodigy {
    background-color: #db828c;
}
.prestige {
    background-color: #444f51;
}
.fluavert {
    background-color: #e87722;
}
/* Modals
================================================
 */

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    box-shadow: none;
}
.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
    filter: ~"alpha(opacity=@{opacity-ie})";
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal p {
    font-weight: 400;
}
.img-portfolio {
    margin-bottom: 30px;
}
.modal-body {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: left;
}
.modal-body p {
    padding-bottom: 20px;
}
.modal-body h5 {} .contact-body {
    padding-bottom: 30px;
}
form .btn {
    margin-top: 20px;
}
form {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
}
.form-control {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #515252;
    border-radius: 0px;
}
.modal-logo {
    width: 100px;
    height: 59px;
    background-image: url('../img/mercklogo.png');
    background-image: url('../img/mercklogo.svg'), none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: block;
    margin: 0 auto;
}
/* Navigation
================================================
 */

.navbar-brand {
    width: 130px;
    height: 38px;
    margin-top: 26px;
    margin-right: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 80%;
    z-index: 1;
    visibility: hidden;
}
.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid #222;
}
.navbar-default a {
    color: #fff;
}
.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav li a {
    color: #3E3E3E;
}
.navbar .navbar-nav li a:hover {
    color: #00958f;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
    color: #00958f;
}
.navbar-default, .navbar-inverse {
    border: 0;
}
.navbar-fixed-top {
    padding: 0px 0px 0px 0px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}
.navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-fixed-top.navbar-shrink {
    padding: 0px 0px 0px 0px;
}
.navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}
/* full height background color */

.navbar-fixed-top.navbar-shrink li.active {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00958f;
}
.navbar-fixed-top.navbar-shrink li {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-fixed-top li {
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-default .navbar-fixed-top li.active {
    outline: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00958f;
}
.navbar-default .navbar-nav > .active {
    background: #00958f;
    color: #fff;
}
.navbar-toggle {
    font-size: 24px;
    padding-top: 10px;
    padding-left: 16px;
    margin: 0px;
    color: #fff;
    border-left: 0px;
    border-top: 0px;
    border-right: 1px solid #222;
    border-bottom: 0px solid #222;
    border-radius: 0px;
    height: 60px;
    width: 60px;
    left: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
}
.navbar-fixed-top .active {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #00958f;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #fff;
}
.navbar-fixed-top li {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Branding
================================================
 */

.corner-logo {
    background-image: url('../img/mercklogo.png');
    background-image: url('../img/mercklogo.svg'), none;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 111px 39px;
    z-index: 1;
    position: fixed;
    height: 39px;
    width: 111px;
    right: 40px;
    top: 24px;
}
/* SECTION I - Showcase
================================================
 */

.showcase {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: url('../img/horse_bg_ie8.jpg') center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.showcase h1 {
    font-size: 62px;
    padding-bottom: 20px;
    color: #fff;
}
.showcase p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 30px 30px 30px;
}
.showcase-logo {
    background-image: url('../img/horse_icon_white.png');
    background-image: url('../img/horse_icon_white.svg'), none;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 80px;
    padding-bottom: 60px;
    margin-left: 20px;
}
.showcase-content {
    padding: 0px 60px 0px 60px;
}

.privacy {
   
    padding-bottom:5%;
}

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 30%;
    background-color: #000;
    background: url('../img/horse_bg_ie8.jpg') center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.blank-header {
    height:80px;
}

.header h2 {
    color:#fff;
    padding-top:30px;
}

.contact {
    padding-top:60px;
}

/* SECTION II - Overview
================================================
 */

.overview {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.overview h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.overview h5 {
    margin: 0;
    padding: 0;
    color: #252525;
}
.overview p {
    text-align: left;
}
.mosquito {
    width: 100%;
    height: 200px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../img/mosquito.png');
    background-image: url('../img/mosquito.svg'), none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
    z-index: 1;
}
.horse {
    width: 100%;
    height: 200px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../img/horse_icon.png');
    background: url('../img/horse_icon.svg'), none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
    z-index: 1;
}
.vet {
    width: 100%;
    height: 200px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../img/check_vet_icon.png');
    background-image: url('../img/check_vet_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 150px;
    z-index: 1;
}
/* SECTION III - Diseases of Concern
================================================
 */

.nav-justified.main li {
    border-radius: 0px;
    background: transparent;
    padding: 0;
    font-weight: 700;
    margin: 0px;
    height: 42px;
    border: 1px solid #00958f;
}
.nav-justified.main li {
    border-radius: 0px;
    background: transparent;
    font-weight: 700;
    margin: 0px;
    border: 1px solid #00958f;
}
.nav-justified.main li a {
    border-radius: 0px;
    border: 0px solid #00958F;
    color: #00958f;
    background: #fff;
}
.nav-pills.nav-justified>li.active > a {
    background-color: #00958f;
    color: #fff;
    border-radius: 0px;
    outline: 0;
}
.nav-pills li {
    background: #bababa;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.summary h4 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 18px;
}
.summary p {
    font-size: 14px;
}
/* Pill Lists and tabs */
/*  Tabs */

.tab-pane {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}
/*  Sidebar */

.sidebar {
    font-size: 14px;
}
.sidebar dl dd {
    padding-bottom: 5px;
}
.sidebar dl dt {
    padding-bottom: 5px;
}
.nav-pills li a {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 12px;
    outline: 0;
    color: #00958f;
    background: #fff;
    border-radius: 0px;
}
.nav-pills li a:hover {
    color: #00958f;
    background: #fff;
}
.nav-pills>li.active > a {
    background-color: #00958F;
    color: #fff;
    border-radius: 0px;
}
.nav-pills>li.active>a:hover {
    background-color: transparent;
}
/*main nav pills*/

.nav-pills.nav-justified>li.active > a {
    background-color: #00958f;
    color: #fff;
    border-radius: 0px;
    outline: 0;
}
.parent ul li a {
    font-size: 14px;
}
.parent {
    padding-bottom: 30px;
}
/*secondary nav-pills*/

.nav-justified.secondary li {
    margin: 10px;
    background: transparent;
}
.nav-justified.secondary li a {
    margin: 10px;
    background: #f6f6f6;
}
.nav-pills.secondary.alt li {
    background: #f6f6f6;
    outline: 0;
}
.nav-pills.secondary.alt li a {
    background: #f6f6f6;
    outline: 0;
    color: #00958f;
}
.nav-pills.secondary>li.active>a:hover {
    background-color: #00958F;
}
.nav-pills.secondary>li.active > a {
    background-color: #00958F;
    outline: 0;
}
.nav-pills.secondary.alt>li.active > a {
    background-color: #00958F;
    outline: 0;
    color: #fff;
}
.nav-pills.secondary.alt>li.active > a:hover {
    background-color: #00958F;
    outline: 0;
}
.nav-pills.secondary > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    
    zoom: 1;
    /* hasLayout ie7 trigger */
}
.nav-pills.secondary {
    text-align: center;
}
/*alt nav-pills*/

.nav-pills.secondary.alt li a:hover {
    background: #eee;
}
/* SECTION IV - Merck Animal Vaccines
================================================
 */

.vaccine-description {
    padding: 20px 30px 20px 30px;
    background-color: #f1f1f1;
    height: 425px;
    font-size: 14px;
}
td, th {
    padding: 4px 0px 4px 10px;
    border: 1px solid #fff;
    text-align: left;
    font-size: 12px;
}
.circle {
    border-radius: 60px;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    behavior: url(/css/PIE.htc);
}
/* SECTION V - Havlogen
================================================
 */

.havlogo {
    background-image: url('../img/merck_icon.png');
    background-image: url('../img/merck_icon.svg'), none;
    padding: 60px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    margin-top: -35px;
    width: 100%;
}
/* SECTION VI - Antigen
================================================
 */
/* SECTION VII - Vaccine Chart
================================================
 */

.vaccine-name {
    padding: 20px 20px 30px 20px;
}
.vaccine-name h4 {
    color: #fff;
    line-height: 22px;
}
.vaccine-name small {
    color: #fff;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.vac-title {
    background-color: #00958f;
    color: #fff;
    font-weight: bold;
    border: 1px solid #00958f;
    padding: 10px 10px 10px 10px;
}
tr:nth-of-type(odd) {
    background-color: #eee;
}
.even-row {
    background-color: #eee;
}
th {
    background-color: #fff;
    color: #00958F;
    font-weight: bold;
}
.table td:nth-of-type(1) {
    background-color: #00958f;
    color: #fff;
    font-weight: bold;
    border: 1px solid #00958f;
    padding: 10px 10px 10px 10px;
}
.table th:nth-of-type(1) {
    padding-left: 10px;
}
.circle-icon {
    display: inline-block;
    border-radius: 60px;
    background: #00958f;
    color: #fff;
    padding: 8px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    behavior: url(/css/PIE.htc);
}
.circle-chart {
    border-radius: 60px;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    behavior: url(/css/PIE.htc);
}
.icons {
    color: #e4e4e4;
    padding-top: 20px;
}
.icons a {
    color: #9b9b9b;
    font-size: 12px;
}
.icons a:hover {
    color: #00958f;
    text-decoration: none;
}
.icons a:active {
    color: #00958f;
    text-decoration: none;
}
td, th {
    padding: 0px 0px 0px 0px;
    border: 1px solid #fff;
    text-align: left;
    font-size: 14px;
}
.circle {
    border-radius: 60px;
    color: #fff;
    width: 14px;
    height: 14px;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    behavior: url(/css/PIE.htc);
}
/* SECTION VIII - Beyond Vaccinating
================================================
 */
/* SECTION IX - Footer
================================================
 */

footer {
    background-color: #f6f6f6;
}
.footer-logo {
    background-image: url('../img/merck_footer_logo.png');
    background: url('../img/merck_footer_logo.svg'), none;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 160px 210px;
    z-index: 1;
    position: relative;
    bottom: 0px;
    height: 210px;
    width: 160px;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -16px;
}
.social a {
    color: #148F86;
}
.social a:hover {
    color: #148F86;
}
.social-icon {
    width: 60px;
    height: 60px;
    background-color: #00958f;
    border-radius: 100%;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #eee;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
    z-index: 0;
    behavior: url(/css/PIE.htc);
}
.copyright {
    text-align: right;
    margin-top: 30px;
    font-size: 12px;
}
.list-title {
    font-weight: 400;
    margin-bottom: 24px;
    display: none;
}
.lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lists li {
    font-size: 14px;
    padding-left: 0em;
    text-indent: -1.6em;
    margin-left: 30px;
    margin-bottom: 5px;
}
.lists li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #00958F;
    font-size: 8px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.lists.alt li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #fff;
    font-size: 8px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.lists li li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #9b9b9b;
    font-size: 6px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.lists li li {
    padding-left: 0em;
    text-indent: -1.6em;
    margin-left: 30px;
    margin-bottom: 0px;
}
.lists {
    font-size: 14px;
}
.agenda p {
    padding-left: 30px;
}
.summary {
    padding-left: 30px;
    padding-right: 30px;
}
.sidebar {
    border-left: 1px solid #c8c8c8;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
}
.lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lists li {
    font-size: 14px;
    padding-left: 0em;
    text-indent: -1.4em;
    margin-left: 30px;
    margin-bottom: 5px;
}
.lists li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #00958F;
    font-size: 8px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.lists.alt li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #fff;
    font-size: 8px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.lists li li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    color: #9b9b9b;
    font-size: 6px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}
.lists li li {
    padding-left: 0em;
    text-indent: -1.4em;
    margin-left: 30px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
    .btn-secondary {
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-brand {
        width: 111px;
        height: 39px;
        margin-top: 16px;
        margin-right: 20px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        /*background-image: url('../img/mercklogo.png');
        background-image: url('../img/mercklogo.svg'), none;*/
        
        background-repeat: no-repeat;
        background-size: 80%;
        z-index: 1;
        visibility: hidden;
    }
    .showcase-logo {
        margin-top: 30px;
    }
    .content-header {
        margin-bottom: 30px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
    .overview {
        margin-bottom: 60px;
        padding-left: 0px;
        padding-right: 10px;
        text-align: center;
    }
    .vaccine-description {
        padding: 20px 20px 20px 20px;
        height: auto;
    }
    .modal-body {
        padding-top: 0px;
        padding-bottom: 40px;
        text-align: left;
    }
    .modal-logo {
        width: 100px;
        height: 59px;
        background-image: url('../img/mercklogo.png');
        background-image: url('../img/mercklogo.svg'), none;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        display: block;
        float: left;
        margin: auto;
    }
    .indent {
        padding-left: 0px;
    }
    h2 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .indent {
        padding-left: 20px;
    }
    .container.showcase-content {
        padding: 0;
        margin: 0;
    }
    .showcase .showcase-content p {
        font-size: 13px;
        line-height: 18px;
        margin: 0;
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .showcase .showcase-content h1 {
        font-size: 24px;
        padding-bottom: 10px;
        margin: 0;
    }
    #showcase.btn-primary {
        padding: 14px 30px 14px 30px;
    }
    .vaccine-name {
        padding: 20px 20px 20px 20px;
    }
    .lists.left, .lists.right {
        padding-left: 0px;
    }
    .lists li {
        font-size: 14px;
        padding-left: 0em;
        text-indent: -1.4em;
        margin-left: 10px;
        margin-bottom: 5px;
    }
    .social {
        text-align: right;
        margin-top: -60px;
        margin-bottom: 10px;
    }
    .social-icon {
        width: 30px;
        height: 30px;
        background-color: #00958f;
        border-radius: 100%;
        line-height: 32px;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        color: #eee;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        behavior: url(/css/PIE.htc);
    }
    .copyright {
        text-align: right;
        margin-right: 0px;
        margin-top: 30px;
        font-size: 12px;
    }
    .footer-logo {
        background-image: url('../img/merck_footer_logo.png');
        background: url('../img/merck_footer_logo.svg'), none;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 70%;
        z-index: 1;
        position: relative;
        bottom: 0px;
        height: 162px;
        width: 160px;
        left: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: -16px;
    }
}
@media only screen and (max-width: 768px) {
    .mar-btm {
        margin-bottom: 30px;
    }
    .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
    /* Mobile only */
    /* Accordions
================================================
 */
    
    .scroll-direct {
        font-size: 12px;
        font-style: italic;
        color: #00958f;
    }
    .anchor {
        display: block;
        height: 115px;
        /*same height as header*/
        
        margin-top: -115px;
        /*same height as header*/
        
        visibility: hidden;
    }
    .panel-heading {
        cursor: pointer;
        color: #fff;
        border-radius: 0px;
        padding: 8px 10px 5px 10px;
        border-bottom: 0px;
    }
    .panel-heading.accordion-toggle.collapsed, .panel-heading.active {
        color: #4a4a4a !important;
        background: #f6f6f6 !important;
    }
    .panel-heading.accordion-toggle.collapsed.white, .panel-heading.active {
        color: #4a4a4a !important;
        background: #fff !important;
    }
    .panel.panel-default {
        border: 0px;
    }
    .accordion-body {
        background: #f90;
        display: none;
    }
    .accordion-body.in {
        display: block;
    }
    .panel-heading p {
        padding-top: 5px;
        font-weight: 700;
    }
    .panel-body {
        padding: 20px;
    }
    .panel-body {
        background: #fff;
    }
    /* accordion panel chevrons */
    
    .panel-heading.accordion-toggle .chevron:before {
        /* symbol for "opening" panels */
        
        font-family: 'FontAwesome', 'Open Sans', arial, sans-serif;
        content: "\f106";
        float: right;
        color: #00958f;
        padding-right: 10px;
        padding-top: 6px;
        font-size: 16px;
    }
    .panel-heading.accordion-toggle.collapsed .chevron:before {
        /* symbol for "collapsed" panels */
        
        content: "\f107";
        /* adjust as needed, taken from bootstrap.css */
    }
    .mobile {
        font-size: 14px;
    }
    .main.mobile a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 992px) {
    .content {
        padding: 60px 10px 60px 10px;
    }
    .sidebar {
        border-left: 0px solid #c8c8c8;
        padding-left: 30px;
        padding-right: 60px;
        font-size: 14px;
    }
    .showcase h1 {
        font-size: 42px;
        padding-bottom: 20px;
    }
    .summary h4 {
        padding-top: 0px;
        margin-top: 0px;
        font-size: 14px;
    }
    .summary p {
        font-size: 14px;
    }
    .sidebar dl dd {
        padding-bottom: 5px;
    }
    .sidebar dl dt {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 1200px) {
    .navbar-default, .navbar-inverse {
        border-bottom: 1px solid #D8D8D8;
    }
    .corner-logo {
        background-image: url('../img/mercklogo.png');
        background-image: url('../img/mercklogo.svg'), none;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 84px 30px;
        z-index: 1;
        position: fixed;
        height: 30px;
        width: 84px;
        right: 30px;
        top: 14px;
    }
    .navbar-fixed-top.navbar-shrink li.active {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #00958f;
        color: #fff;
    }
    .navbar-fixed-top.navbar-shrink li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-fixed-top li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-fixed-top li.active {
        outline: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #00958f;
    }
    .navbar-fixed-top.navbar-shrink li .active {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #00958f;
    }
    .navbar-fixed-top.navbar-shrink li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-pills li a {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 700;
        font-size: 12px;
    }
    .container.navigation {
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .blank-header {
        height:60px;
    }
}
@media screen and (max-device-width: 1024px) {
    .showcase {
        background-attachment: scroll;
    }
}


.errorSection p{
    padding-bottom:0;
}

.placeholder
{
  color: #aaa;
}
.pdf-icon-rabies {
    width: 8%;
    float: left;
}
#core-four > div > div > div > div.col-md-8.text-left.summary > div > div.pdf-link-rabies > a {
    font-weight: bold;
}
.pdf-link-rabies {
    width: 92%;
    float: right;
    margin-top: 1.5%;
}