/* ======== BEGIN SETUP ========*/
/* NOTE: standard Meyer reset, modified to remove sup */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    list-style: none;
}
/*end reset*/

/* ---- CLEARFIX ---- */
.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/* ======== END SETUP ========*/

/*======== BEGIN GLOBAL HTML RULES ========*/
body {
    /*overflow-y: hidden;idk why? they have this on mylan.com*/
    overflow-x: hidden; /*for the .flyoff elements*/
}

p {
    line-height: 1.5;
    color: #666;
    font-size: 14px;
}

div, p, h1, h2, h3, h4, h5, a, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

button {
    cursor: pointer;
}

sup {
    font-size: xx-small;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2;
}

a, a:visited, a span, a:visited span {
    color: #00BBE7;
    text-decoration: none;
}

a:hover, a:hover span {
    color: #00BBE7;
    text-decoration: underline;
}

strong {
    font-weight: bold;
    color: #333;
}

em {
    font-style: italic;
}

hr {
    height: 1px;
    border: none;
    background: #e2e2e2;
}
/*======== END GLOBAL HTML RULES ========*/

/* ======== BEGIN GRID FRAMEWORK ======== */
.grid {
    width: 100%;
    max-width: 960px;
}
/*clearfix the grid (because we are using floats)...*/
.grid:before, .grid:after {
    content: " ";
    display: table;
}

.grid:after {
    clear: both;
}

.col {
    float: left;
}
/*add more col types as needed...*/
.col-1of2 {
    width: 50%;
}

.col-1of3 {
    width: 33.3333%;
}

.col-2of3 {
    width: 66.6666%;
}

.col-1of4 {
    width: 25%;
}

.col-3of4 {
    width: 75%;
}

.col-full {
    width: 100%;
}
/* ======== END GRID FRAMEWORK ======== */

/* =================== BEGIN BASE SHARED STYLES =================== */
/* ---- Rich text editor styles ---- 
 ALL rich text fields should be nested in a .caption */
.caption {
    padding-bottom: 30px;
}

.caption p + p {
    /* Subsequent paragraphs after the first get a top margin applied. */
    margin-top: 20px;
}

.caption p + ul, .caption ul + ul, .caption ul + p {
    /*experimental*/
    margin-top: 20px;
}

.caption ul li {
    padding-bottom: 8px;
}

.caption ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.caption ul li {
    padding-left: 10px;
    position: relative;
    margin-left: 15px;
}

.caption ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 1px;
    background: #00bbe7;
}

.caption ol {
    list-style: decimal;
}

.caption ol li {
    list-style-position: inside;
}

.caption h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/*nested lists - see UK terms and conditions*/
.caption ol li {
    list-style-position: outside;
    margin-left: 40px;
    padding: 10px 0px;
}

.caption ol ol li {
    padding: 10px 0px 10px 10px;
    list-style-position: outside;
    margin-left: 20px;
    list-style-type: lower-alpha;
}

.caption ol ol {
    padding-top: 10px;
    font-size: 120% list-style-type: lower-alpha;
}

/* ---- buttons (v1) ---- */
.btn {
    /*needs to be able to wrap because of multilingual
	 white-space: nowrap;
	 overflow: hidden;*/
    cursor: pointer;
    display: inline-block;
    padding-right: 4px;
    color: #666;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
    /*ie9 - ie8 gets a different filter in ie8.css */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
}

.btn > a {
    color: #00BCE4;
    padding: 12px;
    display: block;
    font-weight: bold;
}

.btn > a > span:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 10px;
    width: 6px;
    background-position: 0 -37px;
    display: inline-block;
    position: relative;
    right: -6px;
    top: 1px;
}

/* --- Special "ICON BUTTON" ---- */
.btn.icon-btn {
    position: relative;
}

.btn.icon-btn .icon {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.btn.icon-btn span {
    display: inline-block;
    padding-left: 30px;
    font-weight: normal;
    color: #333;
    line-height: 1;
}

.btn.icon-btn span:after {
    display: none;
}

.btn.icon-btn a:hover span {
    text-decoration: none;
}

.btn.icon-btn a:active span {
    color: #00bbee;
}

/* ---- button version 2 - always has blue text and > carat image ---- */
.btn-v2 {
    cursor: pointer;
    display: inline-block;
    padding-right: 4px;
    color: #666;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%);
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
    /*ie9 - ie8 gets a different filter in ie8.css */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
}

.btn-v2 > a {
    color: #00BCE4;
    /*11/18 WHY is the l/r padding only 4 px??? padding: 12px 4px; */
    padding: 12px 14px;
    display: block;
    font-weight: bold;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.btn-v2 > a > span {
    left: -2px;
    position: relative;
}

.btn-v2 > a > span:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 10px;
    width: 6px;
    background-position: 0 -37px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 4px;
}

/* --- SHARED FORM STYLES --- */
.custom-inputs input[type="text"], textarea {
    width: 100%;
    padding: 11px;
    margin: 0 0 36px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #efefef;
    box-shadow: 0 3px 6px #d9d9d9 inset;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    color: #666;
    /*hopefully stop iphone from ignoring css?*/
    -webkit-appearance: none;
}

.custom-inputs .input_text .labelwrap, .custom-inputs .input_select .labelwrap {
    padding-bottom: 5px;
}

.custom-inputs .input_select {
    margin-bottom: 30px;
}

.field-validation-error {
    color: #f05168;
    display: block;
    font-style: italic;
    font-size: 14px;
}

/* ---- ICON LINKS (v1) ---- */
a.has-arrow-blue-med:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 10px;
    width: 6px;
    background-position: 0 -37px;
    display: inline-block;
    position: relative;
    right: -6px;
    top: 1px;
}

a.has-arrow-blue-med {
    /*sometimes these links are contextual and have more text after them - so the arrow should take up space. Hesitant to apply this space to all arrow link types however.*/
    margin-right: 10px;
}
/*a.has-arrow-blue-lg span:after*/
a.has-arrow-blue-lg:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 13px;
    width: 14px;
    background-position: 0 -152px;
    display: inline-block;
    position: relative;
    right: -6px;
    top: 0px;
}

/*a.has-arrow-blue-lg-up span:after*/
a.has-arrow-blue-lg-up:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 8px;
    width: 14px;
    background-position: 0 -60px;
    display: inline-block;
    position: relative;
    right: -6px;
    top: -2px;
}

a.has-popout-icon span:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 14px;
    width: 14px;
    background-position: 0 -46px;
    display: inline-block;
    position: relative;
    right: -6px;
    top: 1px;
}

a.has-arrow-white-med span:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 10px;
    width: 14px;
    background-position: 0 -203px;
    display: inline-block;
    position: relative;
    right: -6px;
    top: 1px;
}

/* ---- ICON LINKS (v2) ---- */
.icon-link > span {
    position: relative;
}

.icon-link.arrow-blue-med span:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 10px;
    width: 6px;
    background-position: 0 -37px;
    display: inline-block;
    position: absolute;
    right: -11px;
    bottom: 2px;
}

.icon-link.arrow-blue-med-up span:after {
    content: " ";
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png');
    height: 8px;
    width: 12px;
    background-position: 0 -60px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: -2px;
}

.icon-link.arrow-blue-lg span:after {
    content: " ";
    background-image: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png");
    height: 13px;
    width: 14px;
    background-position: 0 -152px;
    display: inline-block;
    position: absolute;
    right: -18px;
    bottom: 4px;
}
/* =================== END BASE SHARED STYLES =================== */

/* =================== BEGIN GLOBAL LAYOUT STYLES =================== */
.page-wrap-outer {
    overflow-x: hidden; /*mobile devices don't recognize overflow rules on body*/
}

.main-wrap {
    margin-top: 50px;
}

.flyoff {
    /* for design elements that break out of the grid and fly off the right side of the screen. */
    padding-right: 2000px;
    width: 100%;
}

/* ---- CONTENT WITH RAIL (one of the most foundational components of the UI framework) ----
    deviates from the grid, like most things in this design, so we will override the standard rules*/
.container-with-rail .col-1of3 {
    width: 31.2%;
    /*28.1%*/
}

.container-with-rail .col-2of3 {
    width: 68.8%;
    /*71.9%*/
}

.container-with-rail > .grid > .left > .inner {
    padding-right: 20px;
}

.container-full .container-full, .container-with-rail .container-full, .container-two-column .container-full {
    /*container fulls are ending up nested under other containers causing double padding issues*/
    padding-bottom: 0;
}

.container-full .container-full + .container-full, .container-with-rail .container-full + .container-full, .container-two-column .container-full + .container-full {
    padding-top: 20px;
}

.padded-content {
    /*(the "uniform" left/right padding for main content that is the full grid width)*/
    padding-right: 20px;
    padding-left: 40px;
}

/* RAILS - units of content that go on the right-hand column of the 2-column container */
.rail {
    margin-bottom: 20px;
    position: relative;
}

.rail.grey {
    background: #f2f2f2;
}

.rail.extra-margin {
    margin-left: 20px;
}

.rail > .inner {
    padding: 20px 10px 20px 20px;
}

.rail.has-shadow {
    box-shadow: 0 5px 5px #b5b5b5;
}

/*hide optional stuff by default*/
.rail .opt-stripes, .rail .opt-bkd-img {
    display: none;
}

.rail.has-stripes .opt-stripes {
    display: block;
    background-color: white;
    background-image: url("/-/media/images/corporate/shared/greendiagloop.png");
    background-position: 0 5px;
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
}

.rail.has-stripes.blue .opt-stripes {
    display: block;
    background-color: white;
    background-image: url("/-/media/images/corporate/shared/bluestripes.png");
    background-position: 0 5px;
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
}

/*optional background image for rails (which is actually an img tag) */
.rail > .inner {
    /*this is to apply z index so the bkd image doesn't cover anything up*/
    position: relative;
    z-index: 1;
}

.rail .opt-bkd-img {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}

.rail .opt-bkd-img img {
    width: auto;
    height: 100%;
}

.rail.flyoff.has-stripes .opt-stripes {
    /*force stripes to extend into padding if rail has flyoff*/
    width: 2186px;
    z-index: 1;
    position: relative;
}

.rail .caption {
    /*rails are already padded so no need to pad captions on the rail.*/
    padding-bottom: 0;
    /*but add 10px to right padding */
    padding-right: 10px;
}

.rail .caption .btn {
    position: relative;
    left: -2px;
}

/* ---- THE ALL-IMPORTANT MAX WITH DECLARATION ---- */
.container-full.padded-content, .container-with-rail.padded-content {
    max-width: 640px;
}

.home .container-full.padded-content, .home .container-with-rail.padded-content {
    max-width: none;
}
/* =================== END GLOBAL LAYOUT STYLES =================== */

/* =================== BEGIN GLOBAL COMPONENTS (common to all pages) =================== */
/* --- NAVIGATION --- */
.nav-module {
    position: relative;
    top: -50px;
    z-index: 5;
    background: #F7F7F7;
}

.nav-module .logo {
    position: relative;
}

.nav-module .logo > a > img {
    width: 100%;
    height: auto;
}

.nav-list {
    display: none;
}

.nav-list > li {
    padding-left: 0;
}

.nav-list > li:before {
    display: none;
}

.nav-list > li > a {
    font-size: 13px;
    display: block;
    min-height: 42px;
    width: 100%;
    position: relative;
    /*border-top: 1px solid white;*/
    background-color: #f7f7f7;
    background-image: url('/-/media/images/corporate/shared/nav_spritesheet.png');
    background-repeat: no-repeat;
    background-position: 10px -82px;
}

.nav-list > li > a, .nav-list > li > a:hover {
    text-decoration: none;
}

.nav-list > li > a > span {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    line-height: 1.2;
}

.nav-list > li > a:hover {
    background-color: #E2E2E2;
    /*border-top: 1px solid #E2E2E2;*/
    background-position: 6px -245px;
}

.nav-toggle {
    display: block;
    height: 41px;
    width: 35px;
    float: left;
    background: none;
    cursor: pointer;
}

.nav-link {
    display: block;
    padding-top: 12px;
    padding-right: 5px;
}

/*hide arrow if there's no child*/
.nav-activator.no-child {
    background-image: none;
}

.nav-activator.no-child .nav-toggle {
    display: none;
}

.nav-activator.no-child .nav-link {
    margin-left: 35px;
}

/*level 1*/
.nav-list.lvl-1 {
    display: block;
}

.nav-activator.lvl-1 {
    background: #222222;
    height: 46px;
    display: none; /* "MENU" button */
}

.nav-activator.lvl-1 a span {
    color: #fff;
}

.nav-activator.lvl-1:before {
    background-color: #F0F0F0;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #D7D7D7;
    content: " ";
    display: block;
    height: 1px;
}

.nav-activator.lvl-1:hover {
    background: #888888;
    text-decoration: none;
}

/*level 2*/
.nav-activator.lvl-2:before {
    content: " ";
    display: block;
    height: 3px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #fff;
    background-color: #f0f0f0;
}

.nav-activator.lvl-2 {
    min-height: 32px;
    padding-bottom: 12px;
}

.nav-activator.lvl-2.active {
    background-color: #292C31;
    background-position: 8px -128px;
    border-bottom: 1px solid #202225;
    padding-bottom: 13px;
}

.nav-activator.lvl-2.active > .nav-link {
    color: #fff;
    padding-right: 18px;
}

.nav-activator.lvl-2.active > .nav-toggle {
}

.nav-activator.lvl-2.current:after {
    content: "";
    display: block;
    width: 15px;
    height: 42px;
    right: 0;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icomarkernav.png');
}

.nav-list.lvl-2 > li > a {
    background-image: none;
    background-color: #33353A;
    border-bottom: 1px solid #202225;
    border-top: 1px solid #42454e;
}

.nav-list.lvl-2 > li > a span {
    color: #fff;
}

.nav-list.lvl-2 > li > a:hover {
    background-color: #1f2226;
}

.nav-list.lvl-2 > li > a > .nav-link {
    padding: 12px 16px 11px 35px;
    line-height: 1.4;
}

.nav-list.lvl-2.active > li > a.current {
    background-color: #191919;
}

.nav-list.lvl-2.active > li > a.current:after {
    content: " ";
    width: 15px;
    height: 100%;
    right: 0;
    top: 1px;
    position: absolute;
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icomarkernav.png');
    background-position: center;
    background-repeat: no-repeat;
}

/*level 3*/
.nav-list.lvl-3 {
    display: block;
}

.nav-list.lvl-3 > li > a {
    background-image: none;
    background-color: #33353A;
    color: #fff;
    border-bottom: 1px solid #202225;
    border-top: 1px solid #42454e;
}

.nav-list.lvl-3 > li > a:hover {
    background-color: #1f2226;
}

.nav-list.lvl-3.active > li > a.current {
    background-color: #191919;
}

.nav-list.lvl-3 > li > a > .nav-link {
    padding: 11px 16px 11px 56px;
    line-height: 1.4;
    color: #fff;
}

.nav-list.lvl-3.active > li > a.current:after {
    content: " ";
    width: 15px;
    height: 100%;
    right: 0;
    top: 1px;
    position: absolute;
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icomarkernav.png');
    background-position: center;
    background-repeat: no-repeat;
}

.nav-list.lvl-1:after {
    content: " ";
    display: block;
    height: 3px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #fff;
    background-color: #f0f0f0;
}

/*Plus resources navigation submenu*/
.plus-resources {
    padding-top: 2px; /*why?*/
    position: relative;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
}

.plus-resources .extra-text {
    text-decoration: none;
    color: #00bce6;
    font-size: 10px;
    position: relative;
    top: -19px;
    padding-left: 14%;
    line-height: 1.2;
    display: block;
}

.plus-resources a:hover {
    text-decoration: none;
}

.plus-resources img {
    width: 100%;
}

.plus-resources:hover {
    background: #f7f7f7;
    text-decoration: none;
}

.plus-resources.active, .plus-resources.active:hover {
    background: #292c31;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292c31', endColorstr='#292c31',GradientType=0 );
}

.plus-resources.active .extra-text {
    color: #fff;
}

.plus-resources.current > a:after {
    content: url("/-/media/images/Corporate/Shared/WebFramework/Superstructure/icomarkernav.png");
    height: 42px;
    position: absolute;
    right: 0;
    top: 27px;
    width: 15px;
}

.plus-resources .nav-list.lvl-2.active > li > a.current {
    background-color: #33353A;
}

.plus-resources .nav-list.lvl-2.active > li > a:hover {
    background-color: #191919;
}

.plus-resources .nav-list.lvl-2 {
    /*hide resources nav list from desktop...*/
    display: none;
}

.plus-resources.active .nav-list.lvl-2 {
    /*...unless we are in the PR section*/
    display: block;
}

.plus-resources .normal {
    display: block;
}

.plus-resources .inverted {
    display: none;
}

.plus-resources.active .normal {
    display: none;
}

.plus-resources.active .inverted {
    display: block;
}

/*bottom nav shadow*/
nav.nav:after {
    content: " ";
    width: 100%;
    height: 4px;
    position: absolute;
    display: block;
    bottom: -4px;
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/shadow.png');
    background-repeat: repeat-x;
}

/* home page overrides - home page only */
.home .nav.grid {
    position: absolute;
    top: 0;
    left: 0;
}

.home .nav-module { /*nav is not part of page flow on home*/
    top: 0;
}

.home .nav-list.lvl-1 {
    display: none;
}

.home .nav-activator.lvl-1 {
    /*only appears on home page*/
    display: block;
}

.home .nav-activator.lvl-1 span {
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    position: relative;
    width: 100px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding-top: 13px;
    color: #fff;
}

.home .nav-activator:hover span {
    text-decoration: none;
}

.home .nav-activator.lvl-1 span:before {
    content: " ";
    background: url('/-/media/images/corporate/shared/nav_spritesheet.png');
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    background-position: 0 -227px;
    left: 20px;
    top: 10px;
}

.nav-list.active, .nav-list.lvl-1.active {
    display: block;
}

/*the NEWS section of the navigation has color coding*/
.nav-list.lvl-2.active > li.red, .nav-list.lvl-2.active > li.purple, .nav-list.lvl-2.active > li.green, .nav-list.lvl-2.active > li.orange {
    box-sizing: border-box;
}

.nav-list.lvl-2.active > li.red {
    border-left: 5px solid #EC3358;
}

.nav-list.lvl-2.active > li.purple {
    border-left: 5px solid #6E57A4;
}

.nav-list.lvl-2.active > li.green {
    border-left: 5px solid #C3D940;
}

.nav-list.lvl-2.active > li.orange {
    border-left: 5px solid #F57F22;
}

/* --- END NAVIGATION --- */

/*---- COOKIE WARNING ----*/
.cookie-warning {
    display: none;
    position: fixed;
    height: 175px;
    top: 0;
    background: #ededed;
    z-index: 7;
    width: 100%;
}

.cookie-warning .inner {
    padding: 28px 0 20px 20px;
    max-width: 920px;
    position: relative;
}

.cookie-warning .scrollable {
    padding-right: 20px;
    height: 85px;
    overflow-y: auto;
}

.cookie-warning .scrollable p + p {
    padding-top: 10px;
}

.cookie-warning .close {
    position: absolute;
    right: 37px;
    top: 7px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #757575;
    font-size: 14px;
    cursor: pointer;
}

.cookie-warning .close > span {
    position: relative;
}

.cookie-warning .close > span:after {
    content: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/modalclose.png');
    height: 26px;
    width: 28px;
    position: absolute;
    top: -5px;
    right: -35px;
}

.cookie-warning p, .cookie-warning a {
    font-size: 12px;
}

.cookie-warning h1 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 8px;
}

.cookie-warning .choices {
    padding-top: 10px;
    /*MUST specify height because of the fixed positioning and requirement to not scroll.*/
    height: 40px;
}

.cookie-warning .choices > a {
    display: inline-block;
    max-width: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.cookie-warning .choices .btn {
    display: inline-block;
}

/* --- HEADER BAR --- */
section.header {
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/bgheader.png') repeat-x scroll 0 -61px;
}

.header-divider {
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/bgheader.png') no-repeat scroll right bottom;
}

.header > .grid {
    padding-top: 5px;
    height: 43px;
}

.header.scrolled {
    z-index: 6;
}

.header .logo {
    position: relative;
    z-index: 6;
    height: 100%;
    text-align: center;
}

.header .logo img {
}

.header.scrolled .logo {
    z-index: 6;
}

.header.scrolled .logo img.desktopOnly {
    margin-left: -10px;
    /*slight adjustment*/
}

.header-menu {
    position: relative;
    height: 100%;
}

.header.scrolled .header-menu:before {
    display: none;
}

.header-menu:before {
    content: " ";
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/bgheader.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 55px;
    width: 7px;
    position: absolute;
    left: -5px;
    top: -5px;
}

.header-menu > .inner {
    padding-left: 149px;
    position: relative;
    padding-right: 14px;
    height: 100%;
}

/*--- LANGUAGE SELECT MODULE ---*/
.language-select-module {
    width: 132px;
    height: 43px;
    /*float: left;*/
    position: absolute;
    left: 0;
    cursor: pointer;
}

.language-select-module .flag {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 8px;
    left: 18px;
}

.language-select-module .lang {
    position: relative;
    left: 50px;
    top: 10px;
    color: #666666;
    font-size: 15px;
}

.language-select-module .lang:after {
    content: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icolangarrow.png');
    position: absolute;
    width: 21px;
    height: 14px;
    right: -37px;
    top: 0px;
}
/* language select flyout */
.language-flyout {
    /*this is included within the header language button component, however, when the js fires to open it, the js will also move it higher up in the html structure.*/
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.language-flyout > .flyout.grid > .col-1of4 {
    line-height: 0;
    height: 16px;
}

.language-flyout .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: .5;
}

.language-flyout .flyout.grid {
    position: relative;
    z-index: 11;
    height: 100%;
}

.language-flyout .col-3of4 {
    position: relative;
    height: 100%;
}

.language-flyout .tab {
    display: block;
    height: 50px;
    width: 125px;
    position: absolute;
    left: 0px;
    z-index: 12;
    background: #fcfcfc;
    cursor: pointer;
}

.language-flyout .tab .flag {
    height: 25px;
    width: 25px;
    position: absolute;
    top: 13px;
    left: 18px;
}

.language-flyout .tab .lang {
    position: relative;
    left: 50px;
    top: 15px;
    color: #666666;
    font-size: 15px;
}

.language-flyout .tab .lang:after {
    content: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icolangarrow.png');
    position: absolute;
    width: 21px;
    height: 13px;
    right: -37px;
    top: 0px;
}

.language-flyout .pane {
    position: fixed;
    width: 72.5%;
    max-width: 710px;
    top: 50px;
    bottom: 20px;
    box-shadow: -2px 2px 25px rgba(0,0,0,.25); /*TODO - prefixes etc.*/
    background: #eeeeee;
}

.language-flyout .pane > .inner {
    background: #fff;
    position: absolute;
    bottom: 20px;
    top: 85px;
    right: 5.65%;
    left: 5.65%;
    padding-top: 40px;
    overflow: auto;
}

.language-flyout .pane .title {
    /*height: 85px;*/
    padding-bottom: 10px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.language-flyout .pane .title > .logo {
    background-image: url('/-/media/images/Corporate/Shared/Logos/logo_m_sm_ur_np.png');
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-left: 5.65%;
    margin-top: 22px;
}

.language-flyout .pane .title > h1 {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin-left: 14px;
}

.language-flyout .close {
    float: right;
    margin-right: 90px;
    margin-top: 32px;
    font-weight: bold;
    text-decoration: underline;
    color: #757575;
    font-size: 14px;
    cursor: pointer;
}

.language-flyout .close > span {
    position: relative;
}

.language-flyout .close > span:after {
    content: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/modalclose.png');
    height: 26px;
    width: 28px;
    position: absolute;
    top: -5px;
    right: -35px;
}

.language-flyout .pane > .inner > p {
    padding: 0px 20px 0px 40px;
    font-size: 14px;
    color: #666666;
}

.country-list li {
    border-bottom: 1px solid #ededed;
    padding: 20px 20px 0px 40px;
}
/*override default list styles*/
.country-list li:before {
    display: none;
}

.country-list > li > h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 110px;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
}

.country-list > li > ol, .country-list > li > ol > li > ol {
    display: inline-block;
}

.country-list .country-name, .country-list > li > ol > li > ol > li > a {
    display: inline-block;
    vertical-align: middle;
    min-height: 38px;
    font-size: 14px;
}

.country-list .country-name {
    color: #666666;
    width: 124px;
    padding-left: 10px;
}

.country-list > li > ol > li > ol > li {
    display: inline-block;
}

.country-list li li {
    border: none;
    padding-top: 0;
    padding-left: 0;
}
/*
 .country-list > li > ol > li > ol > li + li {
 padding-left: 20px;
 }
 */
.country-list > li > ol > li > ol > li > a:hover {
    text-decoration: none;
}

.country-list .country {
    display: inline-block;
}

.other-locations {
    padding: 30px 0;
}

.other-locations > p {
    padding: 0px 20px 20px 40px;
    font-size: 14px;
    color: #666666;
}

.other-locations > .inner {
    padding-left: 154px;
}

.other-locations ol > li {
    min-height: 46px;
}
/*override default list styles*/
.other-locations li {
    padding-left: 0;
}

.other-locations li:before {
    display: none;
}

.other-locations ol > li > span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 14px;
}

.country-list > li:first-child > ol {
    padding-top: 10px;
}
/*end language select flyout and module*/

/*---- SEARCH MODULE ----*/
.search-module {
    /*box-sizing: border-box;*/
    height: 38px;
    width: 100%;
    position: relative;
}

.search-module .inner {
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/headersearchsprite.png');
    background-position: 0 -42px;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
}

.search-module .inner:before {
    content: " ";
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/headersearchsprite.png');
    width: 9px;
    height: 100%;
    position: absolute;
    left: -9px;
    top: 0;
}

.search-module .inner:after {
    content: " ";
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/headersearchsprite.png');
    width: 9px;
    height: 100%;
    position: absolute;
    background-position: 9px -84px;
    right: -4px;
    top: 0;
}

.search-module form {
    width: 100%;
}

.search {
    width: 100%;
}

.search-module .search input {
    width: inherit;
    display: inline-block;
    background: none;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    position: relative;
    top: 10px;
    height: auto;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none; /*TODO compatibility*/
    padding-left: 0;
    border: none;
    outline: none;
}

.search-module .search input.placeholder-text {
    color: #666;
}

.search-module .submit {
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/headersearchsprite.png');
    height: 20px;
    width: 20px;
    background-position: 0 -126px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.search-module .submit input {
    width: 20px;
    cursor: pointer;
    opacity: 0;
}
/*search placeholder text hack for ie8 and 9*/
.search-module .ie8-ie9-only {
    display: none;
}

.lt-ie10 .search-module .ie8-ie9-only {
    display: block;
    position: absolute;
    top: 12px;
    z-index: 0;
}

.lt-ie10 .search-module input {
    position: relative;
    z-index: 1;
}

/* --- FOOTER --- */
/* requires overriding/breaking the grid, and other hacks due to layout quirks */
.global-footer {
    margin-top: 80px;
}

.global-footer > .grid > .col-1of4 {
    max-width: 240px;
    float: right; /*has to be floated right so it can be placed between sitemap and legal in the HTML - mobile state collapses into one column */
}

.global-footer > .grid > .col-3of4 > .inner {
    padding: 0 0 0 40px;
    margin-right: 5px;
}

.global-footer > .grid > .col-3of4 > .inner > .border {
    border-top: 1px solid #e2e2e2;
    max-width: 680px;
    height: 39px;
    margin-left: -40px;
}

.sitemap.grid {
    max-width: 640px;
}

.sitemap-block {
    max-width: 162px;
    width: 85%; /*they need to shrink slightly when scaling to keep space in between*/
    display: inline-block; /*this is for the left-center-right hack, below*/
    text-align: left;
}

/*section landing page links*/
.sitemap-block > a {
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.sitemap-block > a > span {
    color: #333;
}

.sitemap-block > a > span:after {
    content: " ";
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png');
    height: 13px;
    width: 10px;
    background-position: 0 -24px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 2px;
}

.sitemap-divider {
    height: 4px;
    width: 100%;
    background: #dddddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sitemap-divider span {
    height: 4px;
    display: block;
    width: 60px;
    background: #00BBE4;
}

/*section sub page links*/
.sitemap-block > ul {
    padding-bottom: 70px;
}

.sitemap-block > ul > li {
    padding-bottom: 8px;
}

/*override default list styles*/
.sitemap-block > ul > li {
    padding-left: 0;
}

.sitemap-block > ul > li:before {
    display: none;
}

.sitemap-block li > a {
    position: relative;
    font-size: 14px;
    line-height: 1.46;
}

.sitemap-block li > a > span {
    color: #333;
}

.sitemap-block li > a > span:after {
    content: " ";
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png');
    height: 13px;
    width: 10px;
    background-position: 0 -24px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: 2px;
}

/*sitemap columns must be nested under sitemap grids in groups of 3*/
.sitemap.grid > .col-1of3 {
    text-align: left;
}

.sitemap.grid > .col-1of3 + .col-1of3 {
    text-align: center;
}

.sitemap.grid > .col-1of3 + .col-1of3 + .col-1of3 {
    text-align: right;
}

/*footer right-hand rail*/
.footer-rail {
    max-width: 200px;
    background: #F2F2F2;
    border-top: 4px solid #00BBE4;
    margin-bottom: 100px;
}

.footer-rail .inner {
    padding: 20px 14px 25px 16px;
    border-bottom: 4px solid #00BBE4;
}

.footer-rail > .inner > img.logo {
    width: 77px;
    height: 34px;
    margin-bottom: 10px;
}

.footer-rail li {
    position: relative;
    padding-left: 35px;
}

.footer-rail li .icon {
    height: 29px;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-rail ul {
    margin-top: 18px;
}

.footer-rail li h2 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.footer-rail p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.footer-rail .btn {
    width: 94%;
    margin-left: 2px;
    margin-top: 16px;
}

.footer-rail .btn a {
    padding: 13px;
    display: block;
    text-align: center;
}

.footer-rail .btn span {
    position: relative;
    font-size: 14px;
    left: -5px;
    display: block;
    line-height: 1;
}

.footer-rail .btn span:after {
    content: " ";
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png');
    height: 10px;
    width: 6px;
    background-position: 0 -37px;
    display: inline-block;
}

/*override default list styles*/
.footer-rail li:before {
    display: none;
}

/*footer legal section*/
.global-footer .legal {
    padding-left: 40px;
    padding-right: 5px;
    max-width: 640px;
    margin-bottom: 40px;
}

.global-footer .legal .logo {
    width: 186px;
    height: 165px;
    float: left;
    display: block;
    /*background-image: url('../images/logo-small.png');
	 background-repeat: no-repeat;*/
}

.global-footer .legal .right {
    /*float: right;
	 padding-left: 196px;*/
}

.global-footer .legal .links li {
    display: inline-block;
    padding-right: 4px;
    font-size: 14px;
}

.global-footer .legal .links li + li {
    border-left: 1px solid #666;
    padding-left: 7px;
}

.global-footer .legal p {
    color: #666;
    font-size: 14px;
    padding: 6px 0 0 0;
    line-height: 1.25;
    margin-bottom: 0;
}

.global-footer .legal a.uparrow {
    cursor: pointer;
    /* ^^ not sure why this is necessary*/
    margin-bottom: 5px;
    display: inline-block;
}

.global-footer .legal a.uparrow:after {
    content: " ";
    background-image: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/icofootersprite.png');
    height: 8px;
    width: 12px;
    background-position: 0 -60px;
    display: inline-block;
    position: relative;
    right: -5px;
    top: -2px;
}
/* ---- END GLOBAL FOOTER ---- */
/* ============== END GLOBAL COMPONENTS =============== */

/* ============== BEGIN INDIVIDUAL COMPONENTS ============== */
/* ---- tabbed-interface ---- */
.tabs {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
    position: relative;
}

.tabs > .tab {
    display: inline;
}

.tabs > li.tab {
    padding-left: 0;
}

.tabs > li.tab:before {
    display: none;
}

.tabs > .tab > h3 {
    display: inline-block;
    z-index: 1;
    margin: 0 -2px -1px 0;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%,#ececec 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=0 );
}

.tabs > .tab > h3 > a {
    padding: 16px 45px 17px;
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.tabs .tab.active > h3, .tabs .tab:hover > h3 {
    background: #fff;
    border-bottom: 1px solid #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

.pane .state {
    display: none;
}

.pane .state.active {
    display: block;
}

/* ---- Dividers (appear beneath headlines and sub-headlines) ---- */
.divider {
    height: 7px;
    background: #f1f1f1;
    border-top: 1px solid #c4c4c4;
    width: 100%;
}

/* ---- MAIN PAGE HEADLINE ---- */
.page-headline {
    padding-bottom: 30px;
    padding-top: 31px;
}

.page-headline h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 16px 0;
    line-height: 1.2;
}

.page-headline .divider.red, .page-headline .divider.purple, .page-headline .divider.green, .page-headline .divider.orange {
    width: 100%;
    height: 5px;
    /*max-width: 640px;*/
    position: relative;
    bottom: -1px;
    border: none;
}

.page-headline .divider.red {
    background-color: #EC3358;
}

.page-headline .divider.purple {
    background-color: #6E57A4;
}

.page-headline .divider.green {
    background-color: #C3D940;
}

.page-headline .divider.orange {
    background-color: #F57F22;
}

.page-headline.has-highlight h1 {
    padding: 0 0 11px;
}
/* ---- sub-headlines ---- */
.sub-headline h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 12px; /*only applied if divider is absent*/
}

.sub-headline .opt-link {
    float: right;
    margin-top: -19px;
    vertical-align: top;
}

.sub-headline .opt-link a {
    font-size: 11px;
    line-height: normal;
}

.sub-headline .opt-link a:hover {
    text-decoration: underline;
}

.sub-headline .divider {
    position: relative;
    margin: 16px 0;
}

.sub-headline .divider.red, .sub-headline .divider.purple, .sub-headline .divider.green, .sub-headline .divider.orange, .sub-headline .divider.blue {
    border-top: none;
    border-bottom: 1px solid #ddd;
    background: none;
    height: 5px;
}

.sub-headline .divider > div {
    height: 5px;
    width: 81px;
    position: absolute;
    top: 1px;
}

.sub-headline .divider.red > div {
    background: #EC3358;
}

.sub-headline .divider.purple > div {
    background: #6E57A4;
}

.sub-headline .divider.green > div {
    background: #C3D940;
}

.sub-headline .divider.orange > div {
    background: #F57F22;
}

.sub-headline .divider.blue > div {
    background: #00bbe7;
}

/*divider appears different when sub-headline is on the rail*/
.container-with-rail .right .sub-headline .divider > div {
    width: 41px;
}
/*some sub-headlines on rail have additional left-padding for no apparent reason, if we need to accomodate this, just add the .extra-margin class. */
.sub-headline.extra-margin {
    margin-left: 20px;
}
/*hide optional stuff by default!*/
.sub-headline .divider, .sub-headline .opt-link {
    display: none;
}

.sub-headline.has-divider .divider, .sub-headline.has-opt-link .opt-link {
    display: block;
}

.sub-headline.has-divider h2 {
    padding-bottom: 0;
}

/* ---- hero image ---- */
.hero-image {
    position: relative;
    max-width: 680px;
    line-height: 0;
}

.hero-image img {
    width: 100%;
    height: auto;
}

.hero-image-overlay {
    background: none repeat scroll 0 0 #00b1dd;
    bottom: 0;
    content: "";
    height: 28%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.hero-image-stripes {
    background: url('/-/media/GWMP/Images/UI/bluediagloop.png');
    width: 2000px;
    height: 28%;
    position: absolute;
    bottom: -7px;
    z-index: -1;
}

/* ---- filters - appear on press release landing page, feature story landing page, etc. ---- */
.filters {
    padding-top: 3px;
    color: #666;
    padding-bottom: 32px;
    /*filters does not always have a borderborder-bottom: 1px solid #E2E2E2;*/
}

.filters label {
    font-weight: normal;
}

.filters > ul {
    display: inline-block;
}

.filters > ul > li {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
    /*override default list styles*/
    padding-left: 0;
}

.filters > ul > li:before {
    display: none;
}

.filters > span {
    display: inline-block;
    font-weight: bold;
    padding-right: 25px;
    font-size: 14px;
    position: relative;
    vertical-align: top;
}

/* ---- pagination ---- */
.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination .prev, .pagination .next {
    display: inline-block;
    width: 55px;
    height: 51px;
    cursor: pointer;
}

.pagination .prev > a, .pagination .next > a {
    display: block;
    height: 100%;
    width: 100%;
}

.pagination .prev {
    margin-right: 15px;
    background-image: url('/-/media/GWMP/Images/UI/paginationsprite.png');
}

.pagination .prev.disabled {
    background-image: url('/-/media/GWMP/Images/UI/paginationsprite.png');
    background-position: 0 -53px;
    cursor: auto;
}

.pagination .next {
    margin-left: 15px;
    background-image: url('/-/media/GWMP/Images/UI/paginationsprite.png');
    background-position: 0 -106px;
}

.pagination .next.disabled {
    background-image: url('/-/media/GWMP/Images/UI/paginationsprite.png');
    background-position: 0 -159px;
    cursor: auto;
}

.pagination .page {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding-top: 17px;
    width: 20px;
}

.pagination .page a:hover {
    text-decoration: none;
}

.pagination .page.current a, .pagination .page.current a:visited {
    color: #FFB901;
}

/* ---- Featured Stories ---- */
.feature-story {
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
    display: table;
    position: relative;
}

.feature-story .thumb {
    width: 45%;
    display: table-cell;
    position: relative;
}

.feature-story .thumb a {
    position: relative;
    display: block;
}

.feature-story .thumb a img {
    width: 100%;
    height: auto;
}

.feature-story .thumb a img.thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.feature-story .thumb > a > img.vid-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.feature-story .desc {
    width: 55%;
    padding: 3px 10px 0 10px;
    display: table-cell;
    vertical-align: top;
}

.feature-story .desc h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 12px;
}

.feature-story .desc p {
    padding: 0;
    margin: 0;
}

.feature-story .desc a {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.feature-stories-list {
    border-top: 1px solid #e2e2e2;
}

.feature-stories-list li {
    padding-left: 0;
}

.feature-stories-list li:before {
    display: none;
}
/*found in the rendering...*/
.featured-story-headline-image {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

/* ---- press release article view ---- */
.press-release.col .inner {
    padding: 30px 0 0 40px;
}

.press-release .date {
    color: #666;
    position: relative;
    top: 30px;
    padding-bottom: 10px;
}

.press-release > .article-body > p > img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* ---- press releases list ---- */
.press-releases .filters > span {
    position: relative;
    top: 7px;
}

.press-releases-list .topic + .topic > span {
    border-left: 1px solid #666;
    margin-left: 5px;
    padding-left: 7px;
}

.press-releases-list .title {
    line-height: 1.25;
}

.press-releases-list li {
    padding-left: 0;
}

.press-releases-list li:before {
    display: none;
}

.press-release-list-item {
    padding-top: 25px;
    display: table;
    width: 100%;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 22px;
}

.press-release-list-item .left {
    display: table-cell;
    width: 20%;
}

.press-release-list-item .right {
    display: table-cell;
    width: 80%;
    padding: 0 10px;
}

.press-release-list-item .topics {
    padding-top: 16px;
}

/* ---- list-sorting bar ---- */
.sorting-bar {
    display: table;
    width: 100%;
    box-shadow: 0 5px 5px #b5b5b5;
    cursor: pointer;
}

.sorting-bar > div {
    display: table-cell;
    color: #fff;
    font-size: 14px;
    padding: 12px;
}

.sorting-bar > div > span {
    cursor: pointer;
}

.sorting-bar > div > span:after {
    display: inline-block;
    content: url('/-/media/GWMP/Images/UI/sortbar_carat.png');
    height: 8px;
    width: 4px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.sorting-bar > div.down > span:after {
    display: inline-block;
    content: url('/-/media/GWMP/Images/UI/sortbar_carat_down.png');
    height: 6px;
    width: 9px;
    margin-left: 7px;
    position: relative;
    top: -2px;
}

.sorting-bar > div.up > span:after {
    display: inline-block;
    content: url('/-/media/GWMP/Images/UI/sortbar_carat_up.png');
    height: 6px;
    width: 9px;
    margin-left: 7px;
    position: relative;
    top: -2px;
}

.sort-by-date {
    width: 20%;
    background: #222;
}

.sort-by-title {
    width: 80%;
    background: #222;
}

.sort-by-date.up, .sort-by-title.up,
.sort-by-date.down, .sort-by-title.down {
    background: #5a5959;
}

/* ---- News/Events list (this may not be in use) ---- */
.news-events-list {
    margin-top: -15px;
}

.no-events-message {
    color: #666;
    font-size: 14px;
}

.no-events-message.active {
    display: block;
}

.news-events-list-item {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.3;
    color: #666;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
}

.news-events-list-item .left img {
    float: left;
}

.news-events-list-item .right {
    margin-left: 100px;
}

.news-events-list-item .right h3 {
    font-weight: bold;
    color: #333;
}

.news-events-list-item .location, .news-events-list-item .date {
    display: inline-block;
}

.news-events-list-item .location {
    padding-right: 7px;
}

.news-events-list-item .date {
    border-left: 1px solid #666;
    padding-left: 10px;
}

.news-events-list-item .link {
    margin: 10px 0;
}

/* ---- news feed for right column (see mylan.com news landing page) ----
    note - this may be deprecated in favor of the more recent news-summary-list. 
    not sure if this is in use anywhere. */
.news-feed .link {
    font-weight: bold;
}

.news-feed .date {
    color: #555;
    padding-bottom: 20px;
}

/* ---- related items list, for the bottoms of articles ... example: http://www.mylan.com/news/press-releases/item?id=123237 ---- */
.related-items-list > .grid > .col.left > .inner {
    padding-right: 20px;
}

.related-items-list > .grid > .col.right > .inner {
    padding-left: 20px;
}
/*override default list styles*/
.related-items-list li {
    padding-left: 0;
}

.related-items-list li:before {
    display: none;
}

.related-items-list .divider {
    padding-left: 40px;
    margin-bottom: 30px;
}

/* ---- "icon list" because I can't think of a good name for this thing http://www.mylan.com/company ---- */
.icon-list > .inner > ul > li {
    position: relative;
}

.icon-list > .inner > ul > li + li {
    margin-top: 20px;
}

.icon-list h4 {
    font-weight: bold;
    color: #333;
}

.icon-list .caption p {
    line-height: 1.25;
}

.rail .icon-list .icon {
    position: absolute;
    top: -10px;
    left: -55px;
}

.container-full .icon-list {
    background: #f2f2f2;
    margin-left: 20px;
    margin-bottom: 30px;
    width: 100%;
    padding-right: 2000px;
}

.container-full .icon-list > .inner {
    padding: 30px 0 20px 40px;
}

.container-full .icon-list .icon {
    position: absolute;
    left: -68px;
    top: -8px;
}

.rail .icon-list .caption {
    padding-bottom: 10px;
}

/*3rd variation for when the icon list is placed in the left (main) column of container-with-rail: */
.container-with-rail > .grid > .left .icon-list {
    background: #f2f2f2;
    margin-bottom: 30px;
    width: 100%;
}

.container-with-rail > .grid > .left .icon-list .icon {
    position: absolute;
    left: -68px;
    top: -8px;
}

.container-with-rail > .grid > .left .icon-list > .inner {
    padding: 30px 0 20px 78px;
}

.icon-list li {
    padding-left: 0;
}

.icon-list li:before {
    display: none;
}

/* ---- Standard Callout - example http://www.mylan.com/products ---- */
.callout {
    margin-bottom: 30px;
}

.callout .left {
    float: left;
    width: 50%;
    max-width: 200px;
    height: 100%;
    line-height: 0;
}

.callout .left img {
    width: 100%;
    height: auto;
}

.callout .right {
    padding-left: 200px;
}

.callout .right > .inner {
    padding-left: 20px;
}

.callout h3, .callout h3 > a, .callout h3 > a > span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.callout h3 {
    padding-bottom: 10px;
}

.callout .caption {
    padding-bottom: 0;
}

/* ---- the GBR callout (generic brand reference guide) http://www.mylan.com/mylan-resources see bottom of page ---- */
.gbr-callout {
    background: #f2f2f2;
}

.gbr-callout .inner {
    padding: 20px 20px 0 20px;
}

.gbr-callout h4 {
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.gbr-callout .caption .links a {
    display: block;
    padding-bottom: 6px;
}

.gbr-callout .image {
    line-height: 0;
}

.gbr-callout .image img {
    width: 64%;
    margin-left: 18%;
}

.gbr-callout .main-link {
    background-color: #00B5E6;
    padding: 4px 20px;
}

.gbr-callout .main-link a span {
    color: #fff;
}

.gbr-callout .main-link a:hover span {
    text-decoration: none;
}

/* GBR when placed in the rail column */
.container-with-rail > .grid > .col.right .gbr-callout {
    padding-right: 2000px;
    margin-bottom: 30px;
    width: 100%;
}

.container-with-rail > .grid > .col.right .gbr-callout > .inner {
    width: 100%;
}

.container-with-rail > .grid > .col.right .gbr-callout .main-link {
    width: 2137px;
}

/* ---- Plus Search ---- */
.plus-search {
    background: #38c7ef url('/-/media/images/corporate/shared/bgproductSearch.png') right bottom repeat-x;
    box-shadow: 0 5px 5px #b5b5b5;
}

.plus-search > .inner {
    padding: 20px 20px 50px;
    max-width: 60.5%;
    position: relative;
}

.plus-search .search-wrap {
    padding-left: 10px;
}

.plus-search .search-module .search {
    padding-left: 5px;
}

.plus-search h4, .plus-search .caption, .plus-search .caption p {
    color: #fff;
}

.plus-search .caption p {
    padding: 0;
    line-height: 1.3;
}

.plus-search .caption {
    padding-bottom: 20px;
}

.plus-search h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.plus-search .powered-by {
    text-align: right;
    margin-top: 14px;
    position: relative;
    right: -5px;
}

.plus-search .powered-by .text {
    /*the "powered by" part needs to be HTML text so it can be multilingual */
    position: absolute;
    right: 35px;
    font-size: 9px;
    top: -1px;
    color: #000;
}

.plus-search .logo {
    position: absolute;
    right: -194px;
    top: 20px;
}
/*plus-search, when placed in the rail column */
.container-with-rail > .grid > .right .plus-search {
    margin-bottom: 30px;
}

.container-with-rail > .grid > .right .plus-search > .inner {
    padding: 20px 20px 17px;
    max-width: 75%;
}

/* ---- feature slide (news landing page) ---- */
.feature-slide {
    background: #f2f2f2;
    margin-bottom: 30px;
}

.feature-slide > .inner {
    padding-bottom: 20px;
}

.feature-slide .image {
    float: left;
    width: 45%;
    max-width: 200px;
    line-height: 0;
    padding: 20px 20px 0 20px;
}

.feature-slide .image img {
    width: 100%;
    height: auto;
}

.feature-slide .right {
    padding: 20px 20px 0 0;
    margin-left: 240px;
}

.feature-slide .right > .inner {
}

.feature-slide h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

/* ---- PDF lists (rules shared by both types) */
.pdf-list span {
    vertical-align: top;
    /*TODO: problematic? not specific enough?*/
}

.pdf-list li {
    position: relative;
}

.pdf-list li {
    padding-left: 0;
}

.pdf-list li:before {
    display: none;
}
/*exception to icon link v1 rules*/
.pdf-list a.has-arrow-blue-med span:after {
    top: 5px;
    vertical-align: top;
}

/* ---- PDF list type A http://www.mylan.com/mylan-resources ---- */
.pdf-list.type-a .icon {
    width: 20px;
    height: 20px;
}

.pdf-list.type-a .file-size {
    display: none;
}

.pdf-list.type-a .icon {
    margin-right: 10px;
}

.pdf-list.type-a li {
    padding-top: 12px;
    padding-bottom: 12px;
}

.pdf-list.type-a li + li {
    border-top: 1px solid #E2E2E2;
}

/* ---- PDF list type B http://www.mylan.com/company/corporate-policy#CommitteeCharters ---- */
.pdf-list.type-b li {
    margin-bottom: 20px;
}

.pdf-list.type-b .file-size {
    display: block;
    font-size: 10px;
}

.pdf-list .file-size {
    color: #00BBE7;
}

.pdf-list.type-b > .inner > ul > li > .left, .pdf-list.type-b > .inner > ul > li > .right {
    display: inline-block;
    vertical-align: top;
}
/* a bit of a hack; we've now been asked to add an extra description field */
.pdf-list.type-b .right {
    width: 100%;
}

.pdf-list.type-b span {
    padding-left: 0;
}

.pdf-list.type-b .caption{padding-bottom:0;}

/* ---- accordions (rules shared by all types) ---- */
.accordion .pane {
    display: none;
}

.accordion .pane.expanded {
    display: block;
}

.accordion > .inner > ul > li {
    padding-left: 0;
}

.accordion > .inner > ul > li:before {
    display: none;
}

/* ---- Accordion type A - "color accordion" ---- */
.accordion.type-a .handle {
    background-image: url('/-/media/images/corporate/shared/accordionhandle.png');
    cursor: pointer;
}

.accordion.type-a .handle > .inner {
    padding: 14px 20px;
    position: relative;
}

.accordion.type-a > .inner > ul > li {
    margin-bottom: 20px;
    /*border-bottom: 3px solid #CCCCCC;
	 if no color is specified, do not render the border. This makes it look like type-b with full-collapse, which makes the two SOMEWHAT interchangeable...*/
}

.accordion.type-a > .inner > ul > li.green {
    border-bottom: 3px solid #C3D940 /*Mylan.com uses BBD430 - should it be C3D940 like news components? Which is correct? Or should they really be unique? (That seems wrong.) */;
}

.accordion.type-a > .inner > ul > li.orange {
    border-bottom: 3px solid #F8B301; /*F57F22 / F8B301*/
}

.accordion.type-a > .inner > ul > li.red {
    border-bottom: 3px solid #E41938; /*EC3358 / E41938*/
}

.accordion.type-a > .inner > ul > li.purple {
    border-bottom: 3px solid #6E57A4;
}

.accordion.type-a .handle h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-right: 24px;
}

.accordion.type-a .handle .expand-collapse-icon {
    background-image: url('/-/media/images/corporate/shared/expandcollapse.png');
    height: 32px;
    width: 34px;
    top: 8px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.accordion.type-a .handle.expanded {
    background: #373737;
}

.accordion.type-a .handle.expanded h3 {
    color: #fff;
}

.accordion.type-a .handle.expanded .expand-collapse-icon {
    background-position-y: 32px;
}

.accordion.type-a .pane .caption {
    padding: 20px;
}

.accordion.type-a .pane .caption, .accordion.type-a .pane .caption p {
    /*reminder, the reason I declared both is because I can't be sure if the content author will add a paragraph tag through the rich text editor. */
    line-height: 1.4;
}
/*optional image - http://www.mylan.com/businesses/generic-products */
.accordion.type-a .opt-img img {
    width: 100%;
    height: auto;
}

/* ---- accordion type B - leaders accordion http://www.mylan.com/company/leadership ---- */
.accordion.type-b .handle {
    background-image: url('/-/media/images/corporate/shared/accordionhandle.png');
    cursor: pointer;
}

.accordion.type-b .handle > .inner {
    padding: 14px 20px;
    position: relative;
}

.accordion.type-b .handle h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.accordion.type-b .handle .expand-collapse-icon {
    background-image: url('/-/media/images/corporate/shared/expandcollapse.png');
    height: 32px;
    width: 34px;
    top: 8px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.accordion.type-b .handle.expanded {
    background: #373737;
}

.accordion.type-b .handle.expanded h3 {
    color: #fff;
}

.accordion.type-b .handle.expanded .expand-collapse-icon {
    background-position-y: 32px;
}

.accordion.type-b .always-visible {
    padding: 8px 20px 20px 120px;
    position: relative;
    min-height: 84px;
}

.accordion.type-b .always-visible .thumbnail {
    height: 84px;
    width: 84px;
    position: absolute;
    left: 20px;
    top: 8px;
}

.accordion.type-b .always-visible .thumbnail img {
    height: auto;
    width: 100%;
}

.accordion.type-b .always-visible .left .caption {
}

.accordion.type-b .always-visible .caption p {
    padding-bottom: 0;
}

.accordion.type-b .pane {
    border-top: 1px solid #e1e1e1;
    padding: 12px 20px 20px 20px;
}

.accordion.type-b.full-collapse .always-visible {
    display: none;
}

.accordion.type-b.full-collapse li {
    margin-bottom: 30px;
}

/* ---- Accordion type C - "RX accordion" or "drug accordion" http://www.mylan.com/businesses/rx-products ---- */
.accordion.type-c > .inner {
    max-width: 440px; /*this is to constrain it to the width of the bkd image (440px). Otherwise it sometimes renders at 441 due to the percent grid */
}

.accordion.type-c li {
    margin-bottom: 15px;
}

.accordion.type-c .handle {
    /*BACKGROUND IMAGE applied inline*/
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    border-top: 6px solid #00b5e6;
    height: 105px;
}

.accordion.type-c .handle > .inner {
    padding: 14px 100px 14px 20px;
    position: relative;
}

.accordion.type-c a.has-popout-icon span {
    line-height: 1;
    position: relative;
}

/*TODO: we eventually need to do this for all icon-links ... once they are changed to wrap only the last word in a <span> 
    for now that has only been done in accordion type-c (rx accordion or "drug accordion" */
.accordion.type-c a.has-popout-icon span:after {
    position: absolute;
    right: -22px;
    top: -1px;
}

.accordion.type-c li:after {
    content: " ";
    display: block;
    background-color: white;
    background-image: url("/-/media/images/corporate/shared/bluestripes.png");
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
}

.accordion.type-c .handle h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-right: 30px;
    line-height: 1;
    margin-bottom: 4px;
}

.accordion.type-c .handle .expand-collapse-icon {
    background-image: url('/-/media/images/corporate/shared/expandcollapse.png');
    height: 32px;
    width: 34px;
    top: 22px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.accordion.type-c .handle.expanded {
    height: 173px;
}

.accordion.type-c .handle.expanded h3 {
}

.accordion.type-c .handle.expanded .expand-collapse-icon {
    background-position-y: 32px;
}

.accordion.type-c .pane .caption {
    padding: 0px 20px 20px 20px;
}

.accordion.type-c .pane .caption, .accordion.type-c .pane .caption p {
    /*reminder, the reason I declared both is because I can't be sure if the content author will add a paragraph tag through the rich text editor. */
    line-height: 1.4;
}

.accordion.type-c .surprise-image {
    padding-left: 20px;
    /*allow variable height images --- height: 105px;*/
    margin-top: -71px;
    width: 100%;
    /*position: relative;*/
}

.accordion.type-c .surprise-image .link {
    /*position: absolute;
    bottom: 5px;*/
    margin-bottom: 4px;
}

.accordion.type-c .surprise-image img {
    width: 205px;
    height: auto;
}

.accordion.type-c .pane .links {
    padding-left: 20px;
    padding-bottom: 24px;
}

.accordion.type-c .pane .links a {
    display: block;
    font-weight: bold;
}

/* ---- Accordion type D - "careers accordion" or "image accordion v2" http://www.mylan.com/careers ---- */
.accordion.type-d {
    /*just to be safe*/
    max-width: 640px;
}

.accordion.type-d > .inner {
}

.accordion.type-d > .inner > ul > li {
    margin-bottom: 15px;
}

.accordion.type-d .handle {
    /*BACKGROUND IMAGE applied inline*/
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    border-top: 6px solid #00b5e6;
    height: 105px;
}

.accordion.type-d .handle > .inner {
    padding: 14px 100px 14px 20px;
    position: relative;
}

.accordion.type-d .handle > .inner > .link a span {
    line-height: 1;
    display: block;
    padding-top: 4px;
}

.accordion.type-d > .inner > ul > li:after {
    content: " ";
    display: block;
    background-color: white;
    background-image: url("/-/media/images/corporate/shared/bluestripes.png");
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
}

.accordion.type-d .handle h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-right: 30px;
}

.accordion.type-d .handle .expand-collapse-icon {
    background-image: url('/-/media/images/corporate/shared/expandcollapse.png');
    height: 32px;
    width: 34px;
    top: 22px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.accordion.type-d .handle.big.expanded {
    height: 173px;
}

.accordion.type-d .handle.expanded h3 {
}

.accordion.type-d .handle.expanded .expand-collapse-icon {
    background-position-y: 32px;
}

.accordion.type-d .pane .caption {
    padding: 20px 0 10px 0;
}

.accordion.type-d .pane .greybox .caption {
    padding-top: 0;
}

.accordion.type-d .pane .greybox .content-with-floated-image {
    min-height: 115px;
    margin-top: 10px;
}

.accordion.type-d .caption p + ul,
.accordion.type-d .caption p + p,
.accordion.type-d .caption ul + ul {
    margin-top: 15px;
}

.accordion.type-d .caption ul + p {
    margin-top: 0px;
}

.accordion.type-d .caption ul {
    padding-left: 20px;
}

.accordion.type-d .pane .caption, .accordion.type-d .pane .caption p {
    /*reminder, the reason I declared both is because I can't be sure if the content author will add a paragraph tag through the rich text editor. */
    line-height: 1.4;
}

.accordion.type-d .pane .links a > span {
    font-weight: bold;
}

.accordion.type-d .greybox {
    background: #ededed;
    padding: 20px;
    margin-top: 10px;
}

.accordion.type-d .greybox p {
}

.accordion.type-d .greybox h2 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
}

.accordion.type-d > .inner > ul > li > .pane > .caption .caption {
    padding: 0;
}

/* ---- generic list, rebuilt ---- */
.large-icon-list > li {
    padding: 30px;
}

.large-icon-list > li.grey {
    background-color: #f5f5f5;
}

.large-icon-list > li > .left {
    float: left;
    width: 80px;
}

.large-icon-list > li > .left > img {
    width: 100%;
    height: auto;
}

.large-icon-list > li > .right {
    margin-left: 105px;
}

.large-icon-list > li > .right > .caption {
    padding-bottom: 0;
}

/* ---- FDA Warning ---- */
.FDAWarning {
    border: 1px solid #000;
    padding: 5px;
}

/* ---- patient materials list ---- */
.patient-materials-list .caption {
    padding-bottom: 0;
}

.patient-materials-list .thumb {
    width: 18%;
    float: left;
}

.patient-materials-list .thumb img {
    height: auto;
    width: 100%;
}

.patient-materials-list li {
    padding-left: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.patient-materials-list li:before {
    display: none;
}

.patient-materials-list .center {
    width: 65%;
    float: left;
}

.patient-materials-list .icon {
    float: left;
}

.patient-materials-list .caption p {
    padding-bottom: 12px;
}

.patient-materials-list .center {
    padding: 0 5%;
    box-sizing: border-box;
}

.patient-materials-list h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.patient-materials-list .icon {
    text-align: center;
}

.patient-materials-list .file-size {
    font-size: 11px;
    color: #00BBE7;
    margin-top: 33px;
}

.patient-materials-list .icon > a:hover {
    text-decoration: none;
}

.patient-materials-list li + li {
    border-top: 1px solid #f2f2f2;
}
/*in case there's no icon*/
.patient-materials-list li.no-icon .center {
    width: 82%;
}

/* ---- blue stripey divider ---- */
hr.stripe.blue {
    height: 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background: url("/-/media/images/corporate/shared/bluestripes.png");
    border: 0;
    border-top: 6px solid #00b5e6;
}

/* ---- pullquote ---- */
.pullquote {
    margin-left: 20px;
    margin-right: 20px;
}

.pullquote blockquote {
    color: #00b1dd;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 15px;
    margin-left: 8px;
    text-indent: -8px;
    font-size: 20px;
}

.pullquote .attribution span {
    display: block;
}

.pullquote .attribution .name {
    font-weight: bold;
}

.pullquote .attribution {
    float: right;
    padding-right: 40px;
    font-size: 12px;
    margin-bottom: 30px;
}

/* ---- careers hero ---- */
.Career_Hero {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.Career_Hero .inner {
    margin-left: 38px;
    padding-right: 87px;
    min-height: 285px;
}

.Career_Hero .bkd_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 285px;
    background-repeat: no-repeat;
    background-color: #0EB1DB;
    padding-right: 2000px;
}

.Career_Hero .hero_title {
    font-weight: bold;
    font-size: 24px;
    padding-top: 40px;
    color: #fff;
    width: 250px;
    line-height: 1;
}

.Career_Hero .hero_caption {
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
    /*add more width to make it a bit more multilingual friendly... this will get you just a few extra words, so don't push your luck! */
    /*width: 185px;*/
    width: 265px;
    line-height: 1.1;
    padding-top: 20px;
}

.Career_Hero .hero_teaser {
    /*add more width to make it a bit more multilingual friendly... this will get you just a few extra words, so don't push your luck! */
    /*width: 202px;*/
    width: 265px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 8px;
}

.Career_Hero .hero_teaser p {
    line-height: 1.1;
    padding: 4px 0;
    color: #fff;
}

.Career_Hero select {
    margin-bottom: 12px;
    height: 35px;
    width: 261px;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
}

.Career_Hero .hero_bottom a {
    color: #fff;
    text-decoration: underline;
}

.Career_Hero .career_img {
    position: absolute;
    margin-left: 330px;
    height: 285px;
}

.Career_Hero .career_img img {
    height: 100%;
    width: auto;
}

.Career_Hero .hero_teaser a {
    font-weight: normal;
    color: #fff;
}

.Career_Hero .hero_teaser a span {
    color: #fff;
}

.Career_Hero .hero_caption .btn + div + a span {
    text-decoration: underline;
}

/* ---- social media links with icons (found on http://www.mylan.com/news ) ---- */
.service_icon {
    margin: 2px 15px 0px 0px;
}

.service_url {
    position: relative;
    margin-left: 40px;
    top: -32px;
    font-size: 15px;
}

/* ---- Career Callout (found on http://www.mylan.com) ---- */
.career-callout {
    padding-top: 20px;
}

.career-callout > .inner {
    padding-left: 4.255%;
}

.career-callout > .inner > .grid {
    background-color: #eee;
}

.career-callout .title {
    font-weight: bold;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2;
}

.career-callout .caption {
    font-size: 15px;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.career-callout .center a:hover {
    text-decoration: none;
}

.career-callout .center > .inner {
    padding: 25px 0 20px 40px;
}

.career-callout .left {
    line-height: 0;
}

.career-callout .left img {
    height: auto;
    width: 100%;
}

.career-callout .right > .inner {
    padding-top: 25px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.position-teaser {
    padding: 10px 0;
}

.career-callout .stripes {
    display: block;
    background-color: white;
    background-image: url("/-/media/images/corporate/shared/bluestripes.png");
    background-position: 0 5px;
    background-repeat: repeat-x;
    height: 20px;
    padding-right: 2000px;
}

.career-callout .position-link {
    margin-bottom: 20px;
}

.career-callout .title span {
    font-size: 26px !important;
}

.career-callout .global-offer .btn {
    margin-top: 10px;
}

/* ---- Content with Right Image component ---- */
.content-with-right-image .col, .content-with-right-image .col:after, .content-with-right-image .col:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-with-right-image .right {
    padding: 0 0 20px 20px;
}

.content-with-right-image .left {
    padding-right: 20px;
}

.content-with-right-image {
    width: 100%;
}

.content-with-right-image .right img {
    max-width: 100%;
    width: 100%;
}

.content-with-right-image ul li {
    font-style: italic;
    padding-bottom: 0;
}

/* ---- committees list ---- */
.committees-list li {
    padding-left: 0;
}

.committees-list li:before {
    display: none;
}

.committees-list > .inner {
}

.committees-list > .inner > ul > li {
    border-bottom: 1px solid #e2e2e2;
}

.committees-list > .inner > ul > li > .left, .committees-list > .inner > ul > li > .right {
    float: left;
    width: 50%;
}

.committees-list > .inner > ul > li > .right > .inner > .left {
    width: 22%;
    float: left;
}

.committees-list > .inner > ul > li > .right > .inner > .right {
    width: 78%;
    float: right;
}

.committees-list .sub-headline {
    padding-top: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e2e2;
}

.committees-list > .inner > ul > li {
    padding: 28px 20px;
}

.committees-list > .inner > ul > li > h3 {
    padding-bottom: 20px;
}

.committees-list > .inner > ul > li > h3, .committees-list > .inner > ul > li > .left .members > h4 {
    /*committee title*/
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.committees-list > .inner > ul > li > .left .members > a {
    display: block;
}

.committees-list .right .left .icon {
    display: block;
    margin-left: 6px;
    margin-bottom: 3px;
}

.committees-list .right .left .file-size {
    color: #00BBE7;
}

/* ---- last updated date widget ---- */
.last-updated {
    font-size: 11px;
    color: #666;
    padding-left: 0;
    padding-top: 20px;
}

/* ---- INTERSTITIAL POPUPS ---- */
#interstitial-overlay {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    /*ie8-9*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3000000, endColorstr=#d3000000);
}

.interstitial {
    display: none;
    position: fixed;
    top: 20%;
    right: 0;
    left: 0;
    z-index: 999;
}

.interstitial .window {
    background: #fff;
    max-width: 645px;
    height: 100%;
    margin: 0 auto;
}

.interstitial .window .inner {
    padding: 41px 40px 60px 36px;
}

.interstitial .left {
    width: 45%;
    float: left;
}

.interstitial .right {
    margin-left: 45%;
}

.interstitial .window .stripes {
    background-color: white;
    background-image: url("/-/media/images/corporate/shared/bluestripes.png");
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
}

.interstitial .window .stripes .bar {
    height: inherit;
    width: 38%;
    background: #26BDE2;
}

.interstitial .window h2 {
    font-size: 18px;
    padding-bottom: 16px;
}

.interstitial .window .caption {
    padding-bottom: 20px;
}

.interstitial .continue, .interstitial .cancel {
    display: inline-block;
}

.interstitial .continue a {
    padding: 12px 24px;
}

.interstitial .cancel {
    margin-left: 40px;
}

.interstitial .cancel a {
    text-decoration: underline;
}

/* ---- single video player (video player within page content - not modal) ---- */
.single-video-player {
    margin-bottom: 30px;
}

/* ---- modal video popups ---- */
html.videoModalIsActive,
html.videoModalIsActive body,
html.videoModalIsActive .page-wrap-outer {
    overflow-y: hidden;
}

#video-modal {
    display: none;
}

#video-modal.active {
    display: block;
}

#video-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3000000, endColorstr=#d3000000);
    z-index: 100;
}

#video-modal .window {
    z-index: 101;
    position: absolute;
    max-width: 752px;
    /*(size and position set by javascript in ModalVideoPlayer rendering)*/
    background: #000;
}

#video-modal .close {
    position: absolute;
    top: -22px;
    right: 0;
    height: 22px;
    width: 35px;
    background-image: url("/-/media/GWMP/Images/UI/video_modal_close_v2.png");
    cursor: pointer;
}

#video-modal.isMobile .close {
    height: 100%;
    width: 100%;
    background: black;
    background-image: none;
    cursor: default;
}

#video-modal.isMobile .overlay {
    background: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FF000000);
}

/* ---- leaders-list ---- */
.leaders-list > .inner > ul > li > .left {
    float: left;
}

.leaders-list > .inner > ul > li > .right {
    margin-left: 100px;
}

.leaders-list > .inner > ul > li > .right > .link {
    font-weight: bold;
}

.leaders-list > .inner > ul > li > .right > .title {
    margin-bottom: 10px;
}

.leaders-list > .inner > ul > li > .right > .quote {
    margin-bottom: 20px;
}

.leaders-list > .inner > ul > li {
    min-height: 106px;
}

/* ---- fat-callout ---- */
.fat-callout > .inner {
    position: relative;
    min-height: 180px;
    padding: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(left, #ffffff 0%,#ededed 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#ededed 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to right, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}

.fat-callout h3 {
    margin-bottom: 15px;
}

.fat-callout h3 > a {
    font-size: 18px;
    font-weight: bold;
}

.fat-callout > .inner img.logo {
    height: 160px;
    width: 160px;
    float: right;
    margin-top: -40px;
    margin-left: 10px;
}

.fat-callout > .inner .link {
    margin-top: 15px;
}

.fat-callout > .inner .link > a {
    font-weight: bold;
}

.fat-callout > .inner .caption {
    padding-bottom: 0;
}

.fat-callout .stripe {
    height: 6px;
    width: 100%;
    background: #00B0DD;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* ---- Content with floated image (text flows around. can be floated right or left.) ---- */
.content-with-floated-image h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.content-with-floated-image .floated.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 200px;
    display: block /*in case its applied to an anchor that wraps the image*/;
}

.content-with-floated-image .floated.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    max-width: 200px;
    display: block /*in case its applied to an anchor that wraps the image*/;
}

/* ---- news landing page summary list (on rail) ---- */
.news-summary-list {
    margin-bottom: 10px;
}

.news-summary-list a {
    font-weight: bold;
}

.news-summary-list li {
    padding-bottom: 20px;
}

.news-summary-list li {
    border-bottom: 1px solid #ddd;
}

.news-summary-list li + li {
    padding-top: 20px;
}

.news-summary-list li.last {
    border: none;
}

/* ---- "back to top" links ---- */
.back-to-top {
    text-align: right;
}

/* ---- references ---- */
.references, .references p {
    font-size: 12px;
}

/* ---- "content-image" component (a full width image) ---- */
.content-image img {
    width: 100%;
    height: auto;
    max-width: 421px;
    margin-bottom: 20px;
}

/*Products List*/
ul.product-list li {
    margin-bottom: 8px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

/* ---- stupid twitter button that no one will ever click ---- */
.twitter-button {
    padding-right: 10px;
}

/* ---- fact-sheet component ---- */
.fact-sheet {
    background: white;
    padding: 20px;
    margin-top: 20px;
}

.fact-sheet > a > img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fact-sheet .button {
    width: 97%;
}

.fact-sheet .button .btn-v2 {
    width: 100%;
}

/* ---- connect with mylan (twitter and linkedin buttons to be placed on a rail) ---- */
.connect-with-mylan img {
    float: left;
    width: 25px;
    height: 25px;
}

.connect-with-mylan a {
    display: block;
    margin-left: 40px;
}

.connect-with-mylan p {
    padding-bottom: 15px;
}

.connect-with-mylan {
    padding-bottom: 15px;
}

/* ---- padded-grey-box (pharmacovigilance and who knows what else) ---- */
.padded-grey-box {
    background: #ededed;
    padding: 20px;
}

.padded-grey-box .caption {
    padding: 0;
}

/* ---- plus resources pharmacy resources - currently only on Canada ---- */
.ce-course-link {
    padding-right: 15px;
}

.ce-course-link img {
    float: right;
}

.ce-course-expander-toggle {
    cursor: pointer;
}

.ce-course-expander-content {
    display: none;
}

.ce-course-expander-content.active {
    display: block;
}

/*full width image - has optional link - used for home page single image (like on France) or anywhere else we need a full width image that scales responsively */
.full-width-image {
    margin-bottom: 10px;
}

.full-width-image img {
    width: 100%;
    height: auto;
}

/*History Callout*/
.history-callout {
    position: relative;
    padding-bottom:30px;
}

.history-callout .main-image {
    position: relative;
    display: block;
    line-height: 0;
    border-bottom: 2px solid #c4c4c4;
}

.history-callout .main-image img {
    width: 100%;
    height: auto;
}

.history-callout .effects {
    height: 0;
    position: relative;
    width: 100%;
    left: 0;
    line-height: 0;
    top: -2px;
}

.history-callout .effects .left-arrow,
.history-callout .effects .center-arrow,
.history-callout .effects .right-arrow {
    height: 10px;
    width: 33%;
    position: absolute;
    background: url(/-/media/gwmp/images/ui/historydownarrow.png);
    background-position: center;
    background-repeat: no-repeat;
}

.history-callout .effects .center-arrow {
    left: 33%;
}

.history-callout .effects .right-arrow {
    left: 66%;
}

.history-callout .purposeless-line {
    width: 2000px;
    border-bottom: 2px solid #c4c4c4;
    position: absolute;
    right: -2020px;
}

.history-callout .stealth-link:hover {
    text-decoration: none;
}

.history-callout .paddedOnlyInDesktop {
    padding: 10px;
}

.history-callout .grid {
    margin-top: 5px;
}

.history-callout .grid .col.left > div,
.history-callout .grid .col.center > div {
    padding: 10px;
}

/* leadership tabs */
.leadership-tabs .tabs {
    margin-bottom: 0;
}
.leadership-tabs .accordion.type-b > .inner > .sub-headline {
    padding-top: 20px;
    padding-bottom: 18px;
}
.leadership-tabs .sub-headline h2 {
    padding-bottom: 0;
}
.leadership-tabs .accordion.type-b .pane .caption {
    padding-bottom: 0;
}
.leadership-tabs .committees-list .footnotes {
    padding:20px 0 40px 0;
}

/*big link image*/
.big-link-image {
margin-left: -2px;
padding-right: 40px;
}
.big-link-image img {
width: 100%;
height: auto;
}

/* ============== END INDIVIDUAL COMPONENTS ============== */

/* ============== BEGIN PAGE-SPECIFIC STYLES =============== */
/* ---- BEGIN CONTACT PAGE ---- */
.contact-address {
    position: relative;
    /*height: 137px; what if theres a long address?*/
    padding-right: 40px;
}

.contact-address > .inner > img {
    top: 48px;
    position: absolute;
}

.contact-address > .inner {
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/bgboxglobe.png');
    background-position: top right;
    background-repeat: no-repeat;
    /*height: 97px; what if theres a long address?*/
    /*this does nothing padding-bottom: 20px; */
    padding-top: 20px;
}

.contact-address .right {
    padding-left: 70px;
    /*4EMEA*/ padding-bottom: 20px;
}

.contact-address .right h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 3px;
}

.contact-address .right p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/*note: right-clt is deprecated, should use .side-rail-a or .side-rail-b with rail .icon-list instead */
.right-clt {
    margin-bottom: 20px;
}

.right-clt.contact-directions {
    background: #f2f2f2;
    height: 137px;
    position: relative;
}

.right-clt.contact-directions .icon {
    position: absolute;
    left: -27px;
    top: 25px;
}

.right-clt.contact-directions .inner > div {
    padding-left: 34px;
    padding-top: 40px;
}

.right-clt.contact-directions .inner > div h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.right-clt.contact-directions .inner > div > p > a {
    font-size: 16px;
}

.right-clt.contact-directions .inner > div > p > a:hover,
.right-clt.contact-directions .inner > div > p > a:hover span,
.right-clt.contact-directions .inner > div > p > a:hover span label {
    /*oh why can't DH ever let two things just be the same?*/
    text-decoration: none;
}

.right-clt.contact-directions .btm-border {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    height: 19px;
    position: absolute;
    width: 100%;
}

.right-clt.contact-directions .btm-border > div {
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/diagloopgrn.png');
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.right-clt.contact-directions p {
    font-size: 16px;
}

.right-clt.contact-directions p > a {
    display: inline-block;
    line-height: 1.0;
}

.contact-tabs {
    margin-top: 23px;
}

.contact-tabs .rail-clt {
    background-color: #F2F2F2;
}

#pharmaCovigilance label {
    font-weight: normal;
}

#pharmaCovigilance label strong {
    margin: 20px 0;
}

#btn_contact_submit {
    margin-right: 30px;
}

.input_submit .clear {
    display: inline-block;
    font-size: 14px;
}

.input_submit {
    margin: 20px 0 40px;
}

#contactForm-div {
    display: inline-block;
}

.clearable {
    background: url('/-/media/images/Corporate/Shared/WebFramework/Superstructure/modalclose.png') no-repeat right -10px center !important;
    /*border:1px solid #999;*/
    padding: 3px 18px 3px 4px; /* USE the same right padding in jQ! */
    border-radius: 3px;
    transition: background 0.4s; /*REMOVE THIS LINE IF YOU ENCOUNTER ISSUES IN Chrome (Bug 02.2014)*/
}
/* (jQ addClass:) if input has value: */
.clearable.x {
    background-position: right 5px center;
}
/* (jQ addClass:) if mouse is over the 'x' input area*/
.clearable.onX {
    cursor: pointer;
}

/* contact department list - the information that appears on the rail next to the contact form*/
.contact-us .department {
    margin-bottom: 15px;
}

.contact-us .department h2 {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.contact-us .department p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
}

.contact-us .department a {
    font-size: 12px;
    line-height: 1.3;
}
/*contact us "primary business center" address - top left of the page */
.contact-address > .inner {
    min-height: 200px;
}
/* GLOBAL CENTER - appears on tab 2 of contact page */
.global-center .left {
    float: left;
    width: 20%;
}

.global-center .right {
    float: left;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.global-center .right .flag {
    float: left;
    width: 32px;
}

.global-center .right .flag img {
    width: 100%;
    height: auto;
}

.global-center .right .info {
    margin-left: 50px;
}

.global-center h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.global-center .country h2 {
    padding-top: 6px;
    padding-bottom: 10px;
}
/* ---- END CONTACT PAGE ---- */

/* ---- BEGIN SITEMAP PAGE ---- */
.sitemap-page > a {
    /*"home" link*/
    padding-bottom: 8px;
    display: block;
}

.sitemap-page li {
    padding-left: 0px;
    padding-bottom: 6px;
}

.sitemap-page li:before {
    display: none;
}

.sitemap-page li li {
    padding-left: 30px;
}

.sitemap-page ul ul {
    padding-top: 4px;
}
/* ---- END SITEMAP PAGE ---- */

/* ---- BEGIN SEARCH RESULTS PAGE ---- */
.search-results h2 {
    font-size: 1.125 rem;
    padding-bottom: 20px;
}

.search-results ul li {
    padding-left: 10px;
    position: relative;
}

.search-results ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 1px;
    background: #00bbe7;
}

.search-result-item {
    margin-bottom: 20px;
}

.search-result-item .snippet {
    padding-bottom: 0px;
}

.search-result-item b {
    font-weight: bolder;
}

.search-result-item .title {
    font-weight: bold;
    color: #00bbe7;
    text-decoration: underline;
}

.search-result-item .url {
    padding-bottom: 0px;
}

.search-results-query span {
    color: #333;
    font-size: 30px;
    font-weight: bold;
}

.search-results-query .descriptor {
}

.search-results-query .terms {
    font-style: italic;
    text-transform: uppercase;
}

.search-results h2.pad-top {
    padding-top: 20px;
}
/* ---- END SEARCH RESULTS PAGE ---- */

/* ---- BEGIN Plus resources landing page http://www.mylan.com/mylan-resources ---- */
.plus-resources-hero {
    position: relative;
}

.plus-resources-hero:after {
    content: "";
    background-image: url('/-/media/images/corporate/shared/plusresourceslandingherostripes.png');
    width: 2000px;
    background-repeat: repeat-x;
    height: 160px;
    position: absolute;
    z-index: -1;
}

.plus-resources-hero img {
    width: 100%;
    height: auto;
}

.plus-resources-hero > .inner > .caption {
    position: absolute;
    max-width: 490px;
    margin: 0 5%;
    bottom: 0;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
    padding-bottom: 20px;
}

.plus-resources-hero > .caption {
}

.plus-resources-hero > .inner > .caption p {
    padding-bottom: 0;
}

.plus-resources-hero > .inner > .caption, .plus-resources-hero > .inner > .caption,
.plus-resources-hero > .inner > .caption, .plus-resources-hero > .inner > .caption p {
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
}

.plus-resources-hero-features {
    border-top: 5px solid #fff;
    margin-top: -170px;
    position: relative;
    z-index: 1;
}

.plus-resources-hero-features .inner {
    max-width: 640px;
    padding-left: 40px;
    padding-right: 20px;
}

.plus-resources-hero-feature {
    background: #fff;
    width: 31.25%;
    float: left;
    margin: 40px 3.125% 40px 0;
}

.plus-resources-hero-feature + .plus-resources-hero-feature + .plus-resources-hero-feature {
    margin-right: 0;
}

.plus-resources-hero-feature.green {
    border-bottom: 5px solid #bed600;
    border-top: 5px solid #bed600;
}

.plus-resources-hero-feature.orange {
    border-bottom: 5px solid #ffb900;
    border-top: 5px solid #ffb900;
}

.plus-resources-hero-feature.red {
    border-bottom: 5px solid #e71939;
    border-top: 5px solid #e71939;
}

.plus-resources-hero-feature > .inner {
    padding: 0 20px 10px 20px;
    min-height: 194px;
}

.plus-resources-hero-feature .icon img {
    height: 83px;
    margin: 0 auto;
    padding-top: 15px;
    width: auto;
    display: block;
}

.plus-resources-hero-feature h3 {
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333;
    margin: 6px 0 20px 0;
}

.plus-resources-hero-feature h3 a {
    /*in case they want to put a link inside it*/
    font-size: 18px;
}

.plus-resources-hero-feature .links a {
    padding-bottom: 6px;
    display: block;
}

.plus-resources-hero-feature .links a span {
    line-height: 16px;
    display: block; /*if HTML5 Doctype is set, some browsers won't let you set the line-height below a certain value (on inline elements). Display:block fixes this. */
}

/*plus resources page - institutional customers section http://www.mylan.com/mylan-resources*/
.plus-resources-institutional h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.plus-resources-institutional h3 a {
    /*in case they want to put a link inside it*/
    font-size: 18px;
}

.plus-resources-institutional .divider {
    padding-bottom: 7px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 5px solid #eb8700;
    background: none;
    border-top: none;
    height: auto;
}

.plus-resources-institutional .icon {
    display: inline-block;
    width: auto;
    height: 83px;
    margin: 0 15px 0 0;
}

.plus-resources-institutional > .grid {
    margin-top: 20px;
}

.plus-resources-institutional > .grid .col > .inner {
    padding: 0 26px 0 0;
}

.plus-resources-institutional > .grid > .col > .inner > .links {
    margin-top: 20px;
}

.plus-resources-institutional > .grid > .col + .col > .inner {
    padding: 0 13px;
}

.plus-resources-institutional > .grid > .col + .col + .col > .inner {
    padding: 0 0 0 26px;
}

.plus-resources-institutional .icon img {
    height: inherit;
    width: auto;
}

.plus-resources-institutional h4 {
    font-weight: bold;
    color: #333;
}
/* ---- END Plus resources landing page ---- */
/* ============== END PAGE-SPECIFIC STYLES =============== */

/* =================== BEGIN UTILITY STYLES =================== */
.jsHook-mobile {
    z-index: 0; /*treat as boolean to keep track of mobile state*/
    position: absolute; /*position needed or z-index won't have a value, in some browsers*/
}

.jsHook-cookie {
    z-index: 175; /* for keeping track of the height of the cookie warning bar (in pixels) */
    position: absolute; /*position needed or z-index won't have a value, in some browsers*/
}

/*moved to a min width rule in media-queries.css - display:initial does not work reliably. also added to ie8.css since it won't recognize the min width rule.
.mobileOnly {
    display: none;
}
*/
/* ---- Embedded Youtube vids - force them to scale ---- */
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-container iframe, .youtube-container object, .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*DEV COMMENT CLASS used in prototyping*/
.devComment {
    display: block;
    border: 1px solid red;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: red;
    font-weight: bold;
    font-family: "Consolas", "Lucida Console", serif;
    margin: 0 0 8px 0;
    box-sizing: border-box;
}
/* =================== END UTILITY STYLES =================== */

/* ======================== BEGIN TEMP HACKS AND SITE-SPECIFIC OVERRIDES ======================== */
/* ---- "Triple Callout" one-off - not sure where this is used (france? couldn't find it) ---- */
.triple-callout {
    float: left;
    max-width: 193px;
    margin-right: 20px;
    margin-bottom: 24px;
    text-align: left;
}

.triple-callout .caption {
    color: #807e83;
    font-size: 13px;
}

.triple-callout .caption strong {
    color: #807e83;
}

.triple-callout .image {
    margin-bottom: 24px;
}

.triple-callout-year {
    font-size: 22px;
    color: #807e83;
    font-weight: bolder;
    margin-top: 0;
}

/* ---- BIG Button one-off - not sure where this is used (france? couldn't find it) ---- */
.big-button span {
    color: #00bbe7;
    font-size: 200%;
    font-weight: bolder;
    white-space: nowrap;
    text-decoration: none;
}

.big-button {
    background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%);
    border: 1px solid #aaa;
    border-radius: 6px;
    box-shadow: 0 0 3px #ccc;
    color: #666;
    padding: 24px 0;
    width: 100%;
    margin-top: 30px;
}
/* ---- mylan at a glance (unique right hand callout - not componentized - only exists on Canada right now) ---- */
.mylan-at-a-glance .bkd-img {
    position: absolute;
    right: -200px;
    top: 20px;
}

.mylan-at-a-glance .inner {
    padding-right: 5px;
}

.mylan-at-a-glance .fact-sheet {
    background: white;
    padding: 20px;
    margin-top: 20px;
}

.mylan-at-a-glance .fact-sheet > a > img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mylan-at-a-glance .fact-sheet .button {
    width: 97%;
}

.mylan-at-a-glance .fact-sheet .button .btn-v2 {
    width: 100%;
}


/* Deprecated Padding Styles - included for safety  */
.pad-20 {
    padding: 0 20px;
}

.pad-40 {
    padding: 0 40px;
}

.pad-0-20 {
    padding: 0 20px 0 0;
}

.pad-0-40 {
    padding: 0 40px 0 0;
}

.pad-20-0 {
    padding: 0 0 0 20px;
}

.pad-20-40 {
    padding: 0 40px 0 20px;
}

.pad-40-0 {
    padding: 0 0 0 40px;
}

.pad-40-5 { /*used by footer grid*/
    padding: 0 5px 0 40px;
}

.pad-40-20 {
    padding: 0 20px 0 40px;
}

.pad-40-30 {
    padding: 0 30px 0 40px;
}

.pad-40-60 {
    padding: 0 60px 0 40px;
}

.pad-top {
    /*previously "pad-0-20"*/
    padding: 0 20px 0 0;
}

.pad-main {
    /*previously "pad-40"*/
    /* now deprecated in favor of .padded-content (the "uniform" left/right padding for main content that is the full grid width) */
    padding: 30px 0 40px 40px;
    max-width: 640px;
}
/* END DEPRECATED PADDING STYLES */

/* Someone really likes generating elements using the <label> tag */
a label {
    cursor: pointer;
}

.global-footer .legal {
    max-width: none; /* ASSUMES all EMEA sites have no "Mega menu" or "footer rail" */
}

/* Portugal additions by ??? */
/*adding for Portugal terms & use*/
/*WARNING: "legal" is a highly reusable class name! We should change this to a unique class name ASAP, or we risk disrupting the display of GLOBAL ELEMENTS (such as legal footer!) which also use this classname. */
ol.legal ol {
    list-style-type: lower-alpha;
}
/*added some padding - just a guess - we have no visual reference for this page.*/
ol.legal li {
    padding-top: 20px;
}

/*temp hack for contact-address (primarybusinesscenter.cshtml) which spits out <br> tags like there's no tomorrow*/
/*.contact-address br + br {
    display: none;
} can't do this because it messes up french side... doh*/

/* I believe this was for Ireland, where they wanted 4 callouts stacked up on the home page */
.nav-indent {
    padding-left: 40px;
}
/*alternate method to more closely match PSDs even though whats in the PSDs looks awful
   (unfortunately this doesn't really work - if we need to have the indent match the nav width exactly, we'll need to introduce a true 2 column layout.)
.nav-indent .callout:before{
    content:'\a0';
    display:block;
    float:left;
    width:25%;
    max-width:240px;    
} */

/* FRANCE ONLY ONE-OFF: CUSTOM BLUE TABLES http://www.mylan.fr/transparence-des-liens.html?d=2013&s=1&cat=cat_profsan */
/* (no longer needed in this file)
    table.blue-table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
    font-size: 13px;
}

table.blue-table tr th {
    color: #FFF;
    background-color: #00bbe4;
    padding: 4px;
    text-align: left;
    font-weight: bold;
}

table.blue-table tr td {
    color: #000;
    background-color: #cce5f9;
    padding: 4px;
    font-size: 13px;
}

table.blue-table tr td a {
    font-size: 13px;
    color: #000;
}

table.blue-table tr td a:hover {
    text-decoration: none;
}

table.blue-table tr.odd td {
    color: #000;
    background-color: #e7f4fa;
}

    /*more france hacks 
.career-callout .title span {
	/*TODO temp until inline styles can be removed.
	font-size: 26px !important;
}
.career-callout .caption span {
	/*TODO temp until inline styles can be removed.
	font-size: 14px !important;
}
/*don't have access to this markup
.Career_Hero .hero_caption .btn + div + a span {
	text-decoration: underline;
}
/*last min- big image added to FRANCE home page. nobody gave it any component or class info
.home .container-full.padded-content > .inner > a > img {
	width: 100%;
	height: auto;
	max-width: 862px;
    margin-left: -40px;
    padding-left: 4.255%;
}
  
/* ---- FRANCE career iframe - sloppy but effective ----
#career_iframe {
    width: 120%;
}
*/



/*NEW minimal template additions*/
.minimal-template {background:#ededed;}
.minimal-template .header{padding:10px;}
.minimal-template .header .logo{text-align:left}
.minimal-template .header h1{font-weight:bold;font-size:21px;text-decoration:underline;color:#000;margin-top:24px;}

.minimal-template .main-content {padding: 0 10px 10px 10px; width:100%; box-sizing:border-box;}
.minimal-template .main-content > .inner{background:#fff;padding:20px 5px;}

