/*GLOBAL*/
body {
  max-width: 925px;
  width: 98%;
  margin: 0 auto;
}
h1 {
  color: #003da6;
  font-size: 30px;
  font-family: 'Avenir85Heavy';
  line-height: 40px;
  margin: 60px 0 35px;
  max-width: 720px;
  text-align: left;
}
h2 {
  font-size: 30px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: left;
}
h3 {
  color: black;
  font-size: 17.5px;
  line-height: 21.5px;
  font-family: 'Avenir85Heavy';
  margin-bottom: 15px;
  text-align: left;
}
h4 {
  color: black;
  font-size: 17.5px;
  line-height: 21.5px;
  font-family: 'Avenir85Heavy';
  margin-bottom: 15px;
  text-align: left;
}
h5 {
  color: #003da6;
  font-size: 17.5px;
  line-height: 22.5px;
}
p {
  color: black;
  font-size: 17.5px;
  line-height: 21.5px;
  margin-bottom: 15px;
}
a {
  color: #00af9d;
}
img {
  max-width: 100%;
}
sup {
  vertical-align: super;
}
.clear-both {
  clear: both;
}
hr {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
}
/*HEADER*/
.main-logo {
  margin-top: 22px;
  display: inline-block;
  width: 225px;
}

/*NAVIGATION*/
#MainNav {
  padding-bottom:20px;
}
#NavLinkContainer {
  float: right;
}
.nav-link {
  display: inline-block;
  padding: 22px 10px 15px;
  background-color: #f1f1f1;
  margin: 0 5px;
}
.nav-link a {
  font-size: 12px;
  color: #009aa6;
  font-family: 'Avenir85Heavy';
}
#subnav {
  width: 100%;
  border-top: 1px solid #d7d7d7;
  height: 67.5px;
}
#InfoLinkContainer {
  float:right;
}
.info-link {
  display: inline-block;
  padding: 0 10px;
  margin: 12.5px 0;
}
#PatientHome .info-link:nth-child(2) {
  border-left: 1px solid #686868;
  border-right: 1px solid #686868;
}
.info-link a {
  color: #686868;
  font-size: 12.5px;
  font-family: 'Avenir45Book';
}
#PatientRetisert {
    clear: both;
}
.editbar {
    left: 0;
}
#Form.showControlBar {
    margin-top: 0 !important;
    padding-top: 53px;
}
/*PRODUCT NAVIGATION*/
#PatientRetisert #subnav {
    border-top: none;
    border-bottom: 1px solid #d7d7d7;
    height: auto;
}
#ProductLinkContainer {
  display: inline-block;
}
.product-link {
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 15px;
  margin-right: 50px;
}
.product-link a {
  font-size: 14px;
  color: #686868;
}
.product-link.active {
  border-bottom: 4.5px solid #009aa6;
}
.product-link.active a {
  font-family: 'Avenir85Heavy';
}
#PatientRetisert .info-link:nth-child(1), #PatientRetisert .info-link:nth-child(1) {
  border-right: 1px solid #686868;
}

/* HOME PAGE ISI */
#jumpPlane {
  position: fixed;
  width:100%;
  height:auto;
  max-height:100%;
  bottom: 0;
  left: 0;
  right:0;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 3;
}

.isi-top {
  background-color: #ebebeb;
  margin-bottom: 10px;
  height: 40px;
}

.width-limiter {
  display: block;
  max-width: 870px;
  margin: 0 auto;
  width: 98%;
}

#jumpPlane h2 {
  font-size: 22.5px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  line-height: 21px;
  padding-top: 2px;
  margin-bottom: 10px;
}

#jumpPlane ul li {
  list-style-type: disc;
  font-size: 17.5px;
  line-height: 21.5px;
  margin: 0 0 10px 18px;
  float: none;
  display: list-item;
  color: #000000;
  width: 100%;
  max-height: 21px;
}

#isiPreview p {
  color: #000000;
}

#jumpPlane.retisert-color h2 {
  color: #003da6;
}


.isi-label {
  font-family: 'Avenir85Heavy';
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  margin: 0;
}

.isi-label p {
  color: #428cd9;
  margin: 0;
  font-size: 18px;
  line-height: 42px;
}

.retisert-color .isi-label {
  color: #428cd9;
}

.isi-button {
  appearance: none;
  float: right;
  color: #428cd9;
  border: none;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  font-size: 17px;
  font-family: 'Avenir55Roman';
  padding-right: 30px;
  padding-left: 0;
  background-image: url(../img/icon-30x53-retisert-expander.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px auto;
  text-transform: uppercase;
  cursor: pointer;
}

.retisert-color .isi-button {
  background-image: url(../img/icon-30x53-retisert-expander.png);
  color: #428cd9;
}

button.expander {
  display: block;
  width: 100%;
  height: 45px;
  text-align: left;
  font-size: 18px;
  line-height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: none;
  text-transform: uppercase;
  font-family: 'Avenir85Heavy';
  transition: all 300ms ease;
  background-size: 13px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.expanded button.expander {
  background-image: url(../img/icon-13x26-expanded.png);
  background-color: #ffffff;
  border-bottom: 1px solid #b7b7b7;
  color: #ec008c;
}

.page-home #SafetyInformation h2 {
  margin-top: 30px;
}
.page-home  #SafetyInformation {
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.isi-bar {
  height: 42.5px;
  cursor: pointer;
}
.isi-bar::before {
  content: "\00a0";
  height: 42.5px;
  position: absolute;
  left:0;
  width: 100%;
  background-color: #ebebeb;
  z-index: -10;
}
.isi-bar .header {
  font-size: 22.5px;
  font-family: 'Avenir85Heavy';
  line-height: 42.5px;
  float:left;
}
.isi-bar .expander {
  float: right;
  font-size: 17.5px;
  line-height: 42.5px;
  padding-right: 50px;
  position: relative;
}
.isi-bar .expander::after {
  position: absolute;
  content: "\00a0";
  background: url("../img/icon-30x53-macugen-expander.png") no-repeat right center;
  background-size: contain;
  display: block;
  width: 26.5px;
  height: 100%;
  transform: scaleY(-1);
  right: 15px;
  top:0;
}
#PatientRetisert .isi-bar .expander::after {
  background: url("../img/icon-30x53-retisert-expander.png") no-repeat right center;
  background-size: contain;
}
#SafetyInformation.expanded .isi-bar .expander::after {
  transform: scaleY(1);
}
#PatientRetisert .isi-bar {
  color: #428cd9;
}
/*CONTENT*/
#MainContent {
  max-width: 870px;
  padding-top: 24px;
  margin: 0 auto;
  width: 98%;
}
.local-nav-content  {
  display: inline-block;
  margin-top: 44px;
  width: 225px;
}
#ProductLogo img {
  height: auto;
}
#localnav {
  position: relative;
  z-index: 1;
}
#localNavLinkContainer {
  float: right;
  margin-top: 67.5px;
}
.localnav-link {
    display: inline-block;
    padding: 14px 7px;
    color: white;
    font-size: 12px;
    background-color: #003da6;
    min-width: 165.5px;
    text-align: center;
    margin-left: 5px;
    height: 42px;
}
#LocalMenuPane ul {
    display: flex;
}
a.localnav-link, a.localnav-link:visited {
    color: white;
}
.localnav-link:nth-child(1) {
  font-size: 11px;
}
.localnav-link:hover, .localnav-link.active {
  color: white;
  background-color: #428cd9;
}
#PatientRetisert .localnav-link {
  background-color: #003da6;
}
#PatientRetisert .localnav-link:hover, #PatientRetisert .localnav-link.active {
  background-color: #428cd9;
}
#AuxiliaryNav {
  height: 44px;
  top: 0;
  right: 0;
  position: absolute;
}
#AuxiliaryNav ul {
  margin-top: 18.5px;
  display: inline-block;
}
#AuxiliaryNav ul li {
  height: 18px;
  padding: 0 14px;
  display: inline-block;
}
#AuxiliaryNav ul li a {
  font-size: 14px;
  color: #003da6;
  text-decoration: none;
}
#AuxiliaryNav ul li:first-child {
  border-right: 1px solid #7c7c7c;
}
#AuxiliaryNav a.fhcp {
  background-color: #f1f1f1;
  font-size: 14px;
  font-family: 'Avenir85Heavy';
  color: #009aa6;
  height: 44px;
  padding: 27.5px 17.5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
}
ul.colored-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
ul.colored-list li {
  padding-left: 1em;
  text-indent: -.7em;
  font-size: 17.5px;
  display: list-item;
  margin: 0 0 10px 0;
  line-height: 22.5px;
}
ul.colored-list li::before {
  content: "\002022";
  margin-right: 5px;
}
#PatientRetisert ul.colored-list li::before {
  color: #003da6;
}
/*Retisert PAGE*/
.page-1 #BannerRetisert {
  width: 1024px;
  height: 250.5px;
  display: block;
}
.page-1 #BannerRetisert h1 {
  font-size: 30px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  width: 440px;
  margin: 0 !important;
  padding: 58px 0 0 28px;
  text-transform: uppercase;
}
.page-1 #BannerRetisert::before {
  border-top: 1px solid #b7b7b7;
  background: url(../img/bg-501x2048-dtc-retisert-about.png) no-repeat;
  background-size: 1024px 250.5px;
  background-position: center;
  content: '\00a0';
  width: 100%;
  height: 250.5px;
  left: 0;
  position: absolute;
}
.page-1 .numbered-section {
  padding: 30px 0 15px 65px;
  border-bottom: 1px solid #e1e1e1;
}
.page-1 .numbered-section:nth-child(1) {
  background: url("../img/icon-94x94-retisert-num-1.png") no-repeat 0 30px;
  background-size: 47px 47px;
}
.page-1 .numbered-section:nth-child(2) {
  background: url("../img/icon-94x94-retisert-num-2.png") no-repeat 0 30px;
  background-size: 47px 47px;
}
.page-1 .numbered-section:nth-child(3) {
  background: url("../img/icon-94x94-retisert-num-3.png") no-repeat 0 30px;
  background-size: 47px 47px;
  border-bottom: none;
}
.page-1 .numbered-section h3 {
  margin-bottom: 30px;
  margin-top:5px;
}
.page-1 .numbered-section:nth-child(1) h3 {
  margin-top:14px;
}
.page-1 .numbered-section ul, .page-1 .grey-section ul {
  margin-bottom: 20px;
}
.page-1 .numbered-section ul li, .page-1 .grey-section ul li {
  font-size: 17.5px;
  line-height: 22.5px;
  padding-left: 20px;
  padding-right: 10px;
  background: url(../img/icon-17x18-retisert-disc.png) no-repeat 0 7px;
  background-size: 9px 8.5px;
  display: block;
  color:#000000;
}
.page-1 div.section,
.page-1 div.grey-section {
  font-size: 18px;
  color: black;
  margin: 37px 0 0 0;
}
.page-1 div.section p.subheader {
  font-size: 22px;
  color: #003da6;
  line-height: 30px;
  margin-bottom: 60px;
}
.page-1 div.section {
  position: relative;
}
.page-1 div.grey-section::before {
  background-color: #f5f5f5;
  content: '\00a0';
  left: 0;
  width: 100%;
  height: 425px;
  position: absolute;
  z-index: -10;
}
.page-1 div.sub-section div.half-div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.page-1 .numbered-section > div.sub-section > div.half-div:nth-child(1) {
  width: 40%;
}
.page-1 .numbered-section > div.sub-section > div.half-div:nth-child(2) {
  width: 59%;
}
.page-1 .section1 h3 {
  line-height: 28px !important;
}
.page-1 .section1 p {
  line-height: 22.5px;
}
.page-1 .section2 {
  padding: 0 0 44.5px 0;
}
.page-1 .section2 h2 {
  padding: 45px 0 0 0;
  margin-bottom: 40px;
}
.page-1 .section2 h3 {
  color: black;
  font-size: 17.5px;

}
.page-1 .section2 .sub-section {
  margin: 30px 0 0 0;
}
.page-1 div.section2 div.half-div:nth-child(2) {
  width: 72%;
  /*margin-right: 40px;*/
}
.page-1 div.section2 div.half-div:nth-child(1) {
  width: 22%;
  text-align: center;
  margin-top: 10px;
  float:right;
}
.page-1 .highlight {
  font-size: 24px;
  color: #003da6;
  line-height: 29px;
  margin-top: 30px;
}
.page-1 .highlight .percentage {
  font-size: 32.5px;
}
.page-1 #WhyRetisert {
  margin: 30px 0 50px 0;
  text-align: right;
}
 .arrow-link a {
  color: #003da6;
  padding-right: 20px;
  background: url("../img/logo-34x21-retisert-arrow.png") no-repeat right center;
  background-size: 10px;
  font-size: 18px;
  font-family: 'Avenir85Heavy';
  text-decoration: none;
}

.page-2 #BannerRetisert {
  width: 1024px;
  height: 320px;
  display: block;
  margin-bottom: 60px;
}
.page-2 #BannerRetisert::after {
  width:100%;
  height: 2px;
  background-color: #f5f5f5;
  display: block;
  content:" ";
  position: absolute;
  left:0;
  background: rgb(255,255,255); /* Old browsers */
}
.page-2 #BannerRetisert h1 {
  font-size: 30px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  width: 440px;
  margin: 0 !important;
  padding: 58px 0 0 28px;
  text-transform: uppercase;
}
.page-2 #BannerRetisert h2 {
  font-size: 24px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  width: 440px;
  margin: 0 !important;
  padding: 60px 0 0 28px;
}
.page-2 #BannerRetisert::before {
  border-top: 1px solid #b7b7b7;
  background: url(../img/bg-640x2048-dtc-retisert-why.png) no-repeat;
  background-size: 1024px 320px;
  background-position: center;
  content: '\00a0';
  width: 100%;
  height: 320px;
  left: 0;
  position: absolute;
}
.page-2 #WhyRetisert {
  margin-bottom: 40px;
}
.page-2 #WhyRetisert h1 {
  font-size: 35px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  width: 400px;
  padding-bottom: 8.5px;
  line-height: 45px;
  text-transform: uppercase;
}
.page-2 #WhyRetisert h2 {
  font-size: 24px;
  font-family: 'Avenir85Heavy';
  color: black;
  line-height: 25px;
  margin-bottom: 15px;
}
.page-2 #WhyRetisert p {
  font-size: 18px;
  line-height: 22.5px;
}
.page-2 .section1 {
  margin-bottom: 70px;
}
.page-2 div.grey-section::before {
  background-color: #f5f5f5;
  content: '\00a0';
  left: 0;
  width: 100%;
  height: 262px;
  position: absolute;
  z-index: -10;
}
.page-2 div.grey-section h2 {
  padding: 35px 0 20.5px 0;
  margin-bottom: 0;
  font-size: 24px;
}
.page-2 div.grey-section p {
  margin-bottom: 30px;
}
.page-2 div.grey-section .third-div {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  margin-right: 20px;
}
.page-2 div.grey-section .third-div:nth-child(1) {
  background: url("../img/icon-94x94-retisert-is-1.png") no-repeat 0 0;
  background-size: 47px 47px;
}
.page-2 div.grey-section .third-div:nth-child(2) {
  background: url("../img/icon-94x94-retisert-is-2.png") no-repeat 0 0;
  background-size: 47px 47px;
}
.page-2 div.grey-section .third-div:nth-child(3) {
  background: url("../img/icon-94x94-retisert-is-3.png") no-repeat 0 0;
  background-size: 47px 47px;
  margin-right: 0;
}
.page-2 h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.page-2 .section ul li {
  font-size: 17.5px;
  line-height: 22.5px;
  padding-left: 20px;
  padding-right: 10px;
  background: url(../img/icon-17x18-retisert-disc.png) no-repeat 0 7px;
  background-size: 9px 8.5px;
  margin-bottom: 15px;
  color: #444444;
}
.page-2 #RetisertVideo {
  background: url("../img/bg-476x1451-dtc-retisert-foa.png") no-repeat 0 0;
  width: 725.5px;
  height: 238px;
  background-size: contain;
  margin: 40px auto;
  cursor: pointer;
}
.page-2 #RetisertVideo h2 {
  color: white;
  font-size: 24px;
  padding: 70px 0 0 400px;
  margin-bottom: 10px;
}
.page-2 #RetisertVideo p {
  color: white;
  font-size: 22px;
  padding-left: 400px;
  line-height: 30px;
}
.wistia_click_to_play {
    width: auto !important;
    height: auto !important;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
}
.video-container {
  margin: 0 auto;
  display: block;
  max-width: 980px;
  width: 95%;
  height: 80%;
  margin-top: 5%;
  position: relative;
}
.video-player {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0,0,0,0.9);
}
.video-container .overlay-close-btn {   
  color: black;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: white;
  padding: 4px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  font-family: 'Avenir85Heavy';
  cursor: pointer;
}
.page-2 #HowRetisert {
  margin: 60px 0;
  text-align: right;
}
.page-3 #HowToPrepare h1 {
  font-size: 35px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  width: 510px;
  padding-bottom: 8.5px;
  line-height: 45px;
  text-transform: uppercase;
}
.page-3 #HowToPrepare h2 {
  color: #003da6;
  font-size: 24px;
  border-bottom: 1px solid #003da6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.page-3 div.grey-section::before {
  background-color: #f5f5f5;
  content: '\00a0';
  left: 0;
  width: 100%;
  height: 463.5px;
  position: absolute;
  z-index: -10;
}
.page-3 .section {
  padding-bottom: 15px;
  margin: 37px 0 30px 0;
  font-size: 18px;
}
.page-3 .checklist {
  margin: 15px 0;
}
.page-3 .checklist-item {
  margin-bottom: 5px;
  background-size: 16px 15px;
  min-height: 15px;
  padding-left: 30px;
}
.page-3 div.section div.half-div,
.page-3 div.grey-section div.half-div {
  width: 45%;
  padding: 0 14px 0 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.page-3 div.section div.half-div:nth-child(2) {
  margin-right: 40px;
}       
.page-3 .grey-section {
  margin-bottom: 100px;
}
.page-3 div.grey-section h2 {
  padding: 40px 0 0 0;
  font-size: 24px;
}
.page-3 div.grey-section p {
  margin-bottom: 40px;
}
.page-3 .subsection {
  margin-bottom: 30px;
}
.page-3 .grey-section .third-div {
  width: 26%;
  display: inline-block;
  height: 156px;
  background: url("../img/icon-312x89-retisert-giant-arrow.png") no-repeat left center;
  background-size: 44.5px 156px;
  vertical-align: top;
  padding-left: 80px;
  box-sizing: content-box;
}
.page-3 .grey-section .third-div:nth-child(1) {
  background: none;
  padding-left: 0;
}
.page-3 .third-div h3 {
  color: #003da6;
  text-transform: uppercase;
  padding-right: 20px;
  margin-top: 20px;
}
.page-3 .third-div:nth-child(3) h3 {
  margin-top: 5px;
}
.page-3 .third-div p {
  font-family: 'Avenir85Heavy';
}

.page-3 .third-div ul li {
    font-size: 17.5px;
    line-height: 22.5px;
    padding-left: 20px;
    padding-right: 10px;
    background: url(../img/icon-17x18-retisert-disc.png) no-repeat 0 7px;
    background-size: 9px 8.5px;
    font-family: 'Avenir85Heavy';
    color: #444444;
}
.page-3 #RetisertBrochure {
  background: url(../img/bg-350x1001-dtc-retisert-patient.png) no-repeat;
  background-size: 500.5px 175px;
  width: 500.5px;
  height: 175px;
  padding: 34px 0 0 30px;
  margin: 40px auto;
}
.page-3 #RetisertBrochure h3 {
  font-size: 20px;
  font-family: 'Avenir85Heavy';
  color: white;
  margin: 0;
  padding: 0;
}
.page-3 #RetisertBrochure p {
  font-size: 18px;
  font-family: 'Avenir55Roman';
  color: white;
  width: 155px;
}
.page-3 #RetisertBrochure img {
  display: none;
}
.page-3 #RetisertBrochure a {
  color: white;
}
.page-3 #LearnMore {
  margin: 60.5px 0 62px 0;
  text-align: right;
}
.page-4 h2 {
  line-height: 40px;
}
.page-4 {
  color: black;
}
.page-4 #PatientAssistance h1 {
  font-size: 35px;
  font-family: 'Avenir85Heavy';
  width: 600px;
  text-transform: uppercase;
}
.page-4 #PatientAssistance p {
  font-size: 20px;
  font-family: 'Avenir85Heavy';
  color: black;
  line-height: 42px;
}
.page-4 #PatientAssistance p::before {
  border-top: 1px solid #003da6;
  border-bottom: 1px solid #003da6;
  content: '\00a0';
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 925px;
  height: 42px;
  position: absolute;
  z-index: -10;
}
.page-4 #offers.section {
  margin-top: 45px;
}
.page-4 .section .left-column {
  width: 547px;
  display: inline-block;
  vertical-align: top;
}
.page-4 #offers p.small-print {
  font-size: 13.545px;
  font-family: 'Avenir55Roman';
  line-height: 18.38px;
  width: 510px;
  padding-top: 12.5px;
  text-indent: -7px;
  padding-left: 7px;
}
.page-4 .section .right-column {
  width: 318px;
  display: inline-block;
  vertical-align: top;
}
.page-4 #FoaInfo {
  background: url(../img/logo-135x298-focus-logo.png) no-repeat;
  background-position: top 46px center;
  background-size: 149px 67.5px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: black;
  line-height: 22.5px;
  width: 100%;
  margin-top: 32px;
  padding: 167.5px 29px 35px 29px;
  box-sizing: border-box;
}
.page-4 #FoaInfo a {
  font-family: 'Avenir85Heavy';
  color: #003da6;
  text-decoration: none;
}
.page-4 #FoaInfo span {
  display: block;
  font-size: 14px;    
  margin-top: 5px;
}
.page-4 #EnrollmentForm {
  background: url(../img/bg-270x636-dtc-retisert-download.png) no-repeat;
  background-size: 318px 135px;
  font-size: 18px;
  color: white;
  width: 318px;
  height: 135px;
  margin-top: 28px;
  padding: 31px;
  box-sizing: border-box;
  display: block;
  color: white;
  text-decoration: none;
}
.page-4 #EnrollmentForm p {
  color: white;
  width: 136px;
}
.page-4 #EnrollmentForm h3 {
  font-size: 20px;
  font-family: 'Avenir85Heavy';
  color: white;
  margin: 0 0 10.5px 0;
  padding: 0;
  text-transform: uppercase;
}
.page-4 .list ul {
  font-size: 18px;
  display: list-item;
}
.page-4 .list ul li {
  font-size: 18px;
  font-family: 'Avenir55Roman';
  line-height: 22.5px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: list-item;
}
.page-4 .list > ul > li {
  font-size: 20px;
  font-family: 'Avenir85Heavy';
  list-style: none;
  padding-left: 20px;
  background: url(../img/icon-17x18-retisert-disc.png) no-repeat 0 7px;
  background-size: 9px 8.5px;
  margin-top: 20px;
}
.page-4 .list > ul li > ul {
  margin-left: 0;
}
.page-4 .list > ul li > ul li {
  list-style: disc;
  margin-left: 36px;
}
.page-4 .list > ul li > ul ul {
  list-style: none;
}
.page-4 .list > ul li > ul ul li {
  list-style:none;
}
.page-4 .list > ul li > ul ul li::before {
  content: '-';
  padding-right: 5px;
  margin-left: -37.5px;
}

ul.sec-list {
    margin-left: 20px!important;
    margin-bottom: 0px!important;
}

ul.third-list {
    margin-left: 5px!important;
    
    margin-bottom: 6px!important;
}

ul.third-list li:before {
  
    content: "-";
    margin-right: 7px;
}
ul.third-list li {
    list-style-type: none!important;
}

.page-4 .faq-content ul {
  margin-bottom: 20px;
  margin-left: 36px;
}
.page-4 .faq-content ul li {
  font-size: 18px;
  line-height: 22.5px;
  list-style: disc;
  display: list-item;
}
.page-4 p.mailing-address {
  font-size: 18px;
  line-height: 22.5px;
  margin: 9px 0 0 6px;
}
.page-4 .faq-ontainer p.note {
  font-size: 18px;
  font-family: 'Avenir55Roman';
  line-height: 22.5px;
}
.page-4 .faq-container p.small-print {
  font-size: 13.545px;
  font-family: 'Avenir55Roman';
  line-height: 18.38px;
  padding-top: 42px;
  text-indent: -7px;
  padding-left: 7px;
}
.page-4 .faq-container {
  margin-top: 32.5px !important;
  margin-bottom: 93.5px;
}
.page-4 .faq-item:last-of-type {
  border-bottom: 1px solid #cfcfcf;
}
.faq-container {
  margin-top: 80px;
}
.faq-container h2 {
  font-family: 'Avenir85Heavy';
}
.faq-item {
  padding: 15px 0 0;
  border-top: 1px solid #cfcfcf;
}
.faq-item:last-child {
  border-bottom: 1px solid #cfcfcf;
}
.faq-header {
  font-family: 'Avenir85Heavy';
  font-size: 20px;
  line-height: 26.5px;
  margin-bottom: 15px;
  background: url("../img/btn-53x53-retisert-expand.png") no-repeat right 10px center;
  background-size: 26.5px 26.5px;
  cursor: pointer;
}
.faq-item.active .faq-header {
  background: url("../img/btn-53x53-retisert-minimize.png") no-repeat right 10px center;
  background-size: 26.5px 26.5px;
}
.faq-content {
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.faq-content p {
  font-family: 'Avenir45Book';
  font-size: 17.5px;
  line-height: 22.5px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
/*FOOTER*/
#PatientRetisert #SafetyInformation h2 {
  font-size: 22.5px;
  font-family: 'Avenir85Heavy';
  color: #003da6;
  line-height: 21px;
  padding-top: 7.5px;
  margin-bottom: 18px;
}
#PatientRetisert #SafetyInformation h2:first-child {
  padding-top: 0;
  margin-bottom: 13px;
}
#PatientRetisert #SafetyInformation ul {
  padding-bottom: 3px;
}
#PatientRetisert #SafetyInformation ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 18px;
  float: none;
  display: list-item;
  color:#000000;
}
#PatientRetisert #SafetyInformation p {
    font-size: 18px;
    font-family: 'Avenir55Roman', sans-serif;
    color: black;
    line-height: 24px;
}
#PatientRetisert #SafetyInformation a {
  font-size: 18px;
  font-family: 'Avenir55Roman';
  color: #428cd9;
  text-decoration: underline;
}
#PatientRetisert #SafetyInformation a[target=_blank] {
  font-size: 18px;
  font-family: 'Avenir55Roman';
  text-decoration: none;
}
#PatientRetisert #SafetyInformation a[target=_blank].underline {
  text-decoration: underline;
}
#footer {
  border-top: 1px solid #e1e1e1;
  padding: 15px 30px 32.5px;
}
.footer-logo {
  width: 148.5px;
  display: inline-block;
}
.footer-link-container {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 3px;
}
.footer-link {
  display: inline-block;
  padding: 0 10px;
}
.footer-link:nth-of-type(2) {
  border-left: 1px solid #686868;
  border-right: 1px solid #686868;
}
.footer-link a {
  font-size: 12.5px;
  color: #009aa6;
  line-height: 15px;
  font-family: 'Avenir45Book';
}
.copyright {
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
  font-family: 'Avenir45Book';
}

.sample-letter-download {
  position: relative;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.sample-letter-pdf a span {
  position: absolute;
  top: 27px;
  left: 100px;
  right: 80px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: .9;
}
@media only screen and (max-width: 767px){
  .sample-letter-download {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 518px){
  .sample-letter-pdf a span {
    top: 22%;
  }
}
@media only screen and (max-width: 412px){
  .sample-letter-pdf a span {
    top: 17%;
    font-size: 16px;
  }
}

#RetisertPatientBrochure {
            background: url("../img/bg-350x1001-dtc-retisert-patient.png") no-repeat;
            display: block;
            background-size: 500.5px 175px;
            width: 500.5px;
            height: 175px;
            padding: 34px 0 0 30px;
            margin: 40px auto;
            text-decoration: none;
}

      #RetisertPatientBrochure h3 {
            font-size: 20px;
            font-family: 'Avenir85Heavy';
            color: white;
            margin: 0;
            padding: 0;
        }

        #RetisertPatientBrochure p {
            font-size: 18px;
            font-family: 'Avenir55Roman';
            color: white;
            width: 155px;
        }
.retisert {
    float: right;
    margin-top: 67.5px;
}
#LocalNavPane img {
    height: 71.5px;
}
#LiveMonTransparentImage {
    display: none;
}
ul:active {
    display:none;
}