@charset "UTF-8";

#calendar .header p,
#pi-button p,
#text-1,
#text-2 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#calendar,
#calendar .column1,
#calendar .column2,
#calendar .column3,
#calendar .column4,
#calendar .column6,
#calendar .column7,
#calendar .row1,
#calendar .row2,
#calendar .row3,
#calendar .row4,
#calendar .row5,
#container {
    position: absolute
}

#pi-button p,
.scroller .hyperlink,
.underline {
    text-decoration: underline
}

#cta,
#hotspot,
#pi-button,
#trulicity-logo,
.scroller {
    cursor: pointer
}

*,
:after,
:before,
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bold {
    font-family: 'Avenir Next LT W01 Bold', Helvetica, Arial, sans-serif !important;
    font-weight: 700
}

.no-break {
    white-space: nowrap
}

#container {
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    background-color: #58348d;
    border: 1px solid #000;
    overflow: hidden
}

#calendar {
    top: 12px;
    left: 100px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -moz-transition: 750ms all ease-out .5s;
    transition: 750ms all ease-out .5s
}

#calendar.expanded {
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    transform: scale(2.2);
    top: 32px;
    -moz-transition: 0s all;
    transition: 0s all
}

#calendar .circle.fill,
#calendar .circle.grow {
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center
}

#calendar .header {
    opacity: 0
}

#calendar .header.show {
    opacity: 1;
    -moz-transition: 250ms opacity ease-in;
    transition: 250ms opacity ease-in
}

#calendar .header.fadeOut {
    -moz-transition: 1s opacity ease-out;
    transition: 1s opacity ease-out
}

#calendar .header p {
    margin: 0 6px 0 0;
    display: inline-block;
    font-family: 'Avenir Next LT W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px
}

#isiScroller p:first-of-type,
#topOfISI {
    margin-top: 0
}

#calendar .header p:nth-child(3) {
    margin-right: 5px
}

#calendar .header p:nth-child(5) {
    margin-right: 9px
}

#calendar .header p:nth-child(6) {
    margin-right: 8px
}

#calendar .column1 {
    left: -1px;
}

#calendar .column2 {
    left: 18px;
}

#calendar .column3 {
    left: 37px;
}

#calendar .column4 {
    left: 57px;
}

#calendar .column5 {
    position: absolute;
    left: 77px;
}

#calendar .column6 {
    left: 98px;
}

#calendar .column7 {
    left: 118px;
}

#calendar .row1 {
    top: 19px
}

#calendar .row2 {
    top: 35px
}

#calendar .row3 {
    top: 51px
}

#calendar .row4 {
    top: 67px
}

#calendar .row5 {
    top: 83px
}

#calendar .circle {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border: 1px solid #fff;
    border-radius: 6px;
    opacity: 0
}

#calendar .row .circle:last-of-type {
    margin-right: 0
}

#calendar .circle.show {
    opacity: 1;
    -moz-transition: 250ms opacity ease-in;
    transition: 250ms opacity ease-in
}

#calendar .circle.fadeOut {
    -moz-transition: 1s opacity ease-out;
    transition: 1s opacity ease-out
}

#text-1.show,
#trulicity-logo.show {
    -moz-transition: 350ms opacity ease-in .5s
}

#calendar .circle.to-be-filled {
    background-color: rgba(121, 193, 89, 0)
}

#calendar .circle.fill {
    -webkit-animation-name: circleFill;
    -moz-animation-name: circleFill;
    animation-name: circleFill;
    -webkit-animation-duration: 351ms;
    -moz-animation-duration: 351ms;
    animation-duration: 351ms;
    -webkit-animation-delay: 850ms;
    -moz-animation-delay: 850ms;
    animation-delay: 850ms;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    animation-iteration-count: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@-webkit-keyframes circleFill {
    0% {
        background-color: rgba(121, 193, 89, 0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        background-color: #79c159;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes circleFill {
    0% {
        background-color: rgba(121, 193, 89, 0);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -moz-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        background-color: #79c159;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes circleFill {
    0% {
        background-color: rgba(121, 193, 89, 0);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4)
    }

    100% {
        background-color: #79c159;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
} 

 #calendar .circle.filled,
#cta {
    background-color: #79c159
}

#calendar .circle.grow,
#green-button {
    -webkit-transform-origin: center center
}

#final-state,
#isi {
    background-color: #fff
}

#calendar .circle.grow {
    -webkit-animation-name: circleGrow;
    -moz-animation-name: circleGrow;
    animation-name: circleGrow;
    -webkit-animation-duration: 1.01s;
    -moz-animation-duration: 1.01s;
    animation-duration: 1.01s;
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    animation-delay: 350ms;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    animation-iteration-count: 1;
    transform-origin: center center
}

#calendar .circle.grown {
    left: 31px;
    top: 37px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    opacity: 0
}

#final-state,
#isi,
#pi-button {
    width: -moz-calc(300px - 2px);
    position: absolute
}

@-webkit-keyframes circleGrow {
    0% {
        opacity: 1
    }

    100% {
        left: 31px;
        top: 37px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        opacity: 0
    }
}

@-moz-keyframes circleGrow {
    0% {
        opacity: 1
    }

    100% {
        left: 31px;
        top: 37px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        opacity: 0
    }
}

@keyframes circleGrow {
    0% {
        opacity: 1
    }

    100% {
        left: 31px;
        top: 37px;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        opacity: 0
    }
}

#text-1,
#text-2 {
    position: absolute;
    top: 116px;
    margin: 0 40px;
    font-family: AvenirNextLTW01-Medium, Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    opacity: 0
}

#text-1.show {
    opacity: 1;
    transition: 350ms opacity ease-in .5s
}

#text-2.show {
    opacity: 1;
    -moz-transition: 350ms opacity ease-in 2.5s;
    transition: 350ms opacity ease-in 2.5s
}

#text-1.fadeOut {
    -moz-transition: .5s opacity ease-out 2s;
    transition: .5s opacity ease-out 2s
}

#text-2.fadeOut {
    -moz-transition: .5s opacity ease-out;
    transition: .5s opacity ease-out
}

sup {
    position: relative;
    top: 3px
}

#green-button {
    position: absolute;
    left: 74px;
    top: -4px;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(.01);
    -moz-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01);
    opacity: 0
}

#green-button.grow {
    -webkit-animation-name: greenButtonGrow;
    -moz-animation-name: greenButtonGrow;
    animation-name: greenButtonGrow;
    -webkit-animation-duration: 1.01s;
    -moz-animation-duration: 1.01s;
    animation-duration: 1.01s;
    -webkit-animation-delay: 350ms;
    -moz-animation-delay: 350ms;
    animation-delay: 350ms;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1
}

#green-button.grown {
    left: 52px;
    top: -25px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes greenButtonGrow {
    0% {
        left: 74px;
        top: -4px;
        -webkit-transform: scale(.01) rotate(-60deg);
        transform: scale(.01) rotate(-60deg);
        opacity: 0
    }

    100% {
        left: 52px;
        top: -25px;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes greenButtonGrow {
    0% {
        left: 74px;
        top: -4px;
        -moz-transform: scale(.01) rotate(-60deg);
        transform: scale(.01) rotate(-60deg);
        opacity: 0
    }

    100% {
        left: 52px;
        top: -25px;
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes greenButtonGrow {
    0% {
        left: 74px;
        top: -4px;
        -webkit-transform: scale(.01) rotate(-60deg);
        -moz-transform: scale(.01) rotate(-60deg);
        transform: scale(.01) rotate(-60deg);
        opacity: 0
    }

    100% {
        left: 52px;
        top: -25px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#final-state {
    width: calc(300px - 2px);
    height: 250px;
    opacity: 0
}

#final-state.show {
    opacity: 1;
    -moz-transition: .5s opacity ease-out;
    transition: .5s opacity ease-out
} 

#trulicity-logo {
    position: absolute;
    left: 97px;
    top: 11px;
    width: 115px;
    height: 87px;
    opacity: 0;
    background: url("trulicity-logo.png") top left no-repeat;
    background-size: contain
}

#trulicity-logo.show {
    opacity: 1;
    transition: 350ms opacity ease-in .5s
}

#cta {
    position: absolute;
    left: 29px;
    top: 111px;
    width: 243px;
    height: 38px;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #51823b;
    opacity: 0;
    display: table
}

#cta.show {
    opacity: 1;
    -moz-transition: 350ms opacity ease-in .5s;
    transition: 350ms opacity ease-in .5s
}

#cta p {
    padding: 0 40px;
    font-family: AvenirNextLTW01-Medium, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle
}

#hotspot {
    position: absolute;
    width: 300px;
    height: 161px;
    z-index: 10
}

#pi-button {
    top: 161px;
    width: calc(300px - 2px);
    height: 22px;
    background-color: #512a8d
}

#pi-button p {
    margin: 0;
    font-family: AvenirNextLTW01-Regular, Helvetica, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
    line-height: 20px
}

#isiHeadline,
#isiScroller p,
.scroller ul li {
    line-height: 10px
}

#isi {
    bottom: 0;
    width: calc(300px - 2px);
    height: 87px;
    padding: 0 6px
}

#isiHeadline {
    margin: 5px 0;
    font-family: 'Avenir Next LT W01 Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 9px
}

#isiScroller p,
.scroller p,
.scroller ul li {
    font-family: AvenirNextLTW01-Regular, Helvetica, Arial, sans-serif;
    font-size: 10px
}
.scroller h1, .scroller h2, .scroller h3 {
	margin: 10 0 5px 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.scroller h2, .scroller h3 {
	font-size: 11px;
}
.square {
	list-style-type: none;
}

ul.square li:before {
	content: '\25A1'!important;
	font-size: 18px;
	margin: 0 3px;
	line-height: 10px;
	position: relative;
	left: -2px;
	bottom: -2px;
}

.scroller ul.square li {
	list-style-type: none;
	text-indent: -16px;
	margin: 0 0 0 14px;
}

.arrow {
	list-style-type: none;
}

ul.arrow li:before {
	content: '\27A2'!important;
	font-size: 9px;
	margin: 0 4px;
	line-height: 10px;
	position: relative;
	left: 0px;
	bottom: 0px;
}

.scroller ul.arrow li {
	list-style-type: none;
	text-indent: -20px !important;
	margin: 0 0 0 12px;
}

#isiWrapper {
    position: absolute;
    width: -moz-calc(300px - 14px);
    width: calc(300px - 14px);
    height: 67px;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

#isiScroller p.no-space-after {
    margin-bottom: 2px
}

#boxed-warning {
    width: 270px;
    padding: 0 5px;
    border: 1px solid #000;
    border-bottom-right-radius: 20px
}

.scroller {
    width: -moz-calc(300px - 25px);
    width: calc(300px - 25px);
    color: #191919;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.scroller ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.scroller ul li {
    padding: 0 6px 7px;
    text-indent: -6px
}

.scroller ul li:before {
    content: "•";
    color: #58348d;
    padding-right: 3px
}

.scroller ul li:last-child {
    padding-bottom: 0
}

.scroller .purple {
    color: #58348d
}

#logo-container {
    position: relative;
    height: 41px;
    padding-top: 1px
}

#lilly-logo {
    display: block;
    position: relative;
    left: 200px;
    width: 54px;
    height: 31px;
    padding-bottom: 5px;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAABcCAMAAAAiVGW3AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAC/VBMVEUAAADjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHyfjHycAAAAInPKwAAAA/XRSTlMAMX+75fG8YAQJadPCEAJh5603yy6A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) top left no-repeat;
    background-size: contain
}

.iScrollVerticalScrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    z-index: 1;
    height: 41px
}

.iScrollVerticalScrollbar .iScrollIndicator {
    background: #58348d !important;
    height: 40%;
    border-radius: 3px;
    cursor: pointer
}

.scroll-track {
    position: absolute;
    right: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: #e9e5f0;
    height: 33px
}