/*GLOBAL*/
.mobiles-only {
  display: none;
}
.phone-only {
  display: none;
}

/*MOBILE MENU*/
#mobileMenu {
  display: none;
  position: fixed;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.3);
  opacity:0;
  top:0;
  right:0;
  left:0;
  z-index:101;
  transition: all 300ms ease;
}
#mobileMenuArea {
  background-color:#ffffff;
  position: absolute;
  right:-325px;
  width:325px;
  max-width:100%;
  transition: all 300ms ease;
  overflow: auto;
  height: 100%;
}
#mobileNavbar {
  display: none;
  position: fixed;
  width:100%;
  height:60px;
  top:0;
  right:0;
  left:0;
  z-index:100;
  background-color: #ffffff;
  border-bottom: 1px solid #b7b7b7;
}
.showControlBar #mobileMenu, .showControlBar #mobileNavbar {
    top: 53px;
}
#mobileNavbar .logo-area {
  display: inline-block;
  width:200px;
  height:60px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}
#mobileNavbar .logo-area {
    background-image: url(../img/logo-143x472-retisert-logo.png);
}
#mobileNavbar .logo-area.home {
 background-size: 170px auto;
}
#mobileNavbar .hamburger {
  float: right;
  width: 100px;
  display: table-cell;
  height: 60px;
  line-height: 66px;
  color: #009aa6;
  font-size: 15px;
  vertical-align: middle;
  text-align: left;
  background-image: url(../img/btn-39x55-hamburger.png);
  background-size: 27px auto;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-family: 'Avenir85Heavy';
  padding: 0;
}
#mobileNavbar .hamburger {
  color:#003da6;
  background-image: url(../img/btn-39x55-hamburger-blue.png);
}
#mobileMenuArea li {
  display: block;
  width:100%;
  height:45px;
  border-bottom: 1px solid #b7b7b7;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 45px;
  min-height: 45px;
  height:auto;
  font-family: 'Avenir55Roman',sans-serif;
}
#mobileMenuArea li.sub-area {
  padding-left:0;
}
#mobileMenuArea .close-button {
  box-sizing: border-box;
  color:#009aa6;
  text-align: right;
  display: block;
  margin-bottom: 20px;
  width:100%;
  padding-right: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-family: 'Avenir85Heavy';
  text-transform: uppercase;
  padding-top: 10px;
  background: none;
  border: none;
}
.retisert #mobileMenuArea .close-button {
  color: #003da6;
}
#mobileMenuContent {
  width:100%;
  display: block;
  margin:0;
}
#mobileMenuContent ul {
  width:100%;
  display: block;
  margin:0;
}
#mobileMenuArea .bold-nav a {
  font-family: 'Avenir85Heavy';
}
#mobileMenuArea .bold-nav.information a {
  font-family: 'Avenir55Roman';
}
#mobileMenuArea .close-button span {
  font-size:150%;
  padding-left: 10px;
  font-family: 'Avenir85Heavy';
}
#mobileMenuArea li.submenu-nav {
  padding-left: 40px;
}
#mobileMenuArea li a {
  font-family: 'Avenir55Roman',sans-serif;
  text-decoration: none;
  color:#000;
  display: block;
}
#mobileMenuArea li.active.home {
  border-left: 10px solid #009aa6;
  padding-left: 10px;
}
#mobileMenuArea .sub-area.macugen li.active {
  border-left: 10px solid #ef008c;
  padding-left: 30px;
}
#mobileMenuArea .sub-area.macugen li.active a {
  color: #ef008c;
}
#mobileMenuArea .sub-area.retisert li.active {
  border-left: 10px solid #003da6;
  padding-left: 30px;
}
#mobileMenuArea .sub-area.retisert li.active a {
  color: #003da6;
}
#mobileMenuArea .sub-area.visudyne li.active {
  border-left: 10px solid #00af9d;
  padding-left: 30px;
}
#mobileMenuArea .sub-area.visudyne li.active a {
  color: #00af9d;
}
#mobileMenuArea li.blue a {
  color:#009ba7;
}
#mobileMenuArea ul.sub-menu {
  overflow: hidden;
  display: block;
  height: auto;
  max-height: 0;
  margin-left: 0;
  transition: all 300ms ease;
}
#mobileMenuArea .expanded ul.sub-menu {
  max-height: 1200px;
}
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;
}
.macugen.expanded button.expander {
  background-image: url(../img/icon-13x26-expanded.png);
  background-color: #ffffff;
  border-bottom: 1px solid #b7b7b7;
  color: #ef008c;
}
.retisert.expanded button.expander {
  background-image: url(../img/icon-13x26-retisert-expanded.png);
  background-color: #ffffff;
  border-bottom: 1px solid #b7b7b7;
  color: #003da6;
}
.visudyne.expanded button.expander {
  background-image: url(../img/icon-13x26-visudyne-expanded.png);
  background-color: #ffffff;
  border-bottom: 1px solid #b7b7b7;
  color: #00af9d;
}

/*TABLET SIZE*/
@media all and (max-width: 1024px) {

	/*GLOBAL*/
  #isiPreview p, #isiPreview ul li {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: \5px;
  }
  .isi-block {
    margin-top:40px;
  }
  .mobile-hide {
    display: none!important;
  }
  .mobiles-only {
    display: block;
  }
  .video-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 80%;
  }
  .hcp-product #HcpHero .right-content {
    margin-top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .hcp-product #HcpHero .left-content {
    margin-top:25px;
  }
  #mobileNavbar {
    display: block;
  }
  #mobileMenu.active {
    display: block;
    opacity: 1;
  }
  #mobileMenu.active #mobileMenuArea {
    right:0;
  }
  #MainNav {
    display: none;
  }
  #LocalNav {
    display: none;
  }
  #subnav {
    display: none;
  }
  #MainContent {
    margin-top: 72px;
  }
  .checklist-item {
    margin-right: 14px;
  }
  #HcpRetisert .arrow-link {
    margin-top: 0;
  }

	/*PAGE 2*/
  .page-home .isi-block h2 {
    line-height: 1.3;
  }
  .page-2 .gray-section {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding:10px;
    background-color: #f5f5f5;
  }
  .page-2 .gray-section::before {
    background-color: transparent;
  }
  .page-2 .highlighted-block {
    max-width:100%;
  }
  .page-2-1 .checklist .divider {
    display: none;
  }
  .page-2-1 .checklist-item:nth-child(1) {
    width: 480px;
    display: block;
    margin: 10px auto;
    max-width: 100%;
  }
  .page-2-1 .checklist-item:nth-child(3) {
    width: 480px;
    display: block;
    margin: 40px auto 10px;
    max-width: 100%;
    background: url(../img/icon-220x210-significant-reduction.png) no-repeat 25px 0;
    background-size: 105px 110px;
    padding-left: 189px;
  }
  .page-2-1 .gray-section {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding:10px;
    background-color: #f5f5f5;
  }
  .page-2-1 .gray-section::before {
    background-color: transparent;
  }
  .page-2-1 .gray-section .left-content {
    width:100%;
    display: block;
    float:none;
  }
  .page-2-1 .gray-section .right-content {
    width:100%;
    text-align: center;
    display: block;
    float:none;
  }
  .page-2-1 .gray-section img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    height:auto;
  }
  .page-2-1 .gray-section h2 {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-2-1 .gray-section .callout-block {
    margin:20px auto;
  }
  .page-2-1 .gray-section .right-content .chart p {
    text-align: center;
    width:100%;
  }
  .page-2-2 .document-download:nth-child(2) {
    background-size: cover;
    max-width: 100%;
    background-position: right center;
  }
  .page-2-2 .document-download:nth-child(3) {
    background-size: cover;
    max-width: 100%;
    background-position: right center;
  }
  .page-2-2 .order-step:nth-child(1) {
    max-width:100%;
    width: 480px;
    float: none;
    margin-bottom: 20px;
  }
  .page-2-2 .order-step:nth-child(2) {
    max-width:100%;
    width: 100%;
    width: 480px;
    float: none;
  }
  .wide-section {
    max-width: 100%;
    text-align: center;
  }
  .page-2-3 .document-download {
    max-width:100%;
    display: block;
    margin: 0 auto 24px;
  }
    .page-2-3 .document-download:nth-child(1) {
        background: url(../img/btn-289x715-retisert-download-2-mobile.png) no-repeat 0 0;
        background-size: contain;
        width: 358px;
        height: 154px;
    }

    .page-2-3 .document-download:nth-child(2) {
        background: url(../img/btn-289x715-retisert-download-3-mobile.png) no-repeat 0 0;
        background-size: contain;
        width: 358px;
        height: 154px;
    }

    .page-2-3 .document-download:nth-child(3) {
        background: url(../img/btn-289x715-retisert-download-4-mobile.png) no-repeat 0 0;
        background-size: contain;
        width: 358px;
        height: 154px;
    }

    .page-2-3 .document-download:nth-child(4) {
        background: url(../img/btn-289x715-retisert-download-5-mobile.png) no-repeat 0 0;
        background-size: contain;
        width: 358px;
        height: 154px;
    }

    .page-2-3 .document-download:nth-child(5) {
        background: url(../img/btn-289x715-retisert-download-Letter-mobile.png) no-repeat 0 0;
        background-size: contain;
        width: 358px;
        height: 154px;
    }
   
  .page-2-3 .video-block-large {
    max-width: 100%;
    display: block;
    margin: 10px auto;
    margin-right: auto;
    text-align: left;
  }
  .video-block {
    text-align: left;
  }
  .page-2-3 h2 {
    max-width: 100%;
  }
  .page-2-3 .video-block-large:nth-child(2) {
    margin-right:auto;
  }
    .dark-bg-col, .cta-bg.gray-section {
        background-color: #f5f5f5;
    }
        .dark-bg-col.gray-section::before, .cta-bg.gray-section::before {
            background-color: transparent;
        }
    .cta-bg.gray-section {
        margin-bottom: 77px;
    }
}

/* BETWEEN TABLET AND PHONE*/
@media all and (max-width: 1024px) and (min-width: 768px) {
#mobileNavbar {
    
    top: 0px;
}
	/*GLOBAL*/
  .document-download p {
    font-size: 14px;
  }
  #mobileNavbar {
    display: block;
  }
  #mobileMenu.active {
    display: block;
  }
  #HcpHero .right-content {
    width:416px;
  }
  #HcpHero .left-content {
    width:calc( 100% - 420px);
  }
  .page-2 .gray-section, .page-2 .gray-section::before {
    height: 460px;
  }
  .page-2 .checklist-item:nth-child(2) {
    width: 48%;
  }
  .page-2 .highlighted-block {
    max-width: 100%;
  }
  .page-2-2 .order-step {
    max-width: 49%;
  }
  .page-2-3 .section .left-content {
    width:50%;
  }
}
/*TABLET PORTRAIT SIZE*/
@media all and (max-width: 800px) {

	/*GLOBAL*/
  .document-download {
    padding-right: 85px;
  }
  .document-download p {
    font-size: 12px;
  }
}

/*PHONE SIZE*/
@media all and (max-width: 767px) {
  
    /*GLOBAL*/
    #ConfirmationGate .panel {
        margin-top: 20%;
      
    }
  .isi-block h2 {
    font-size: 20px;
  }
  .isi-label p {
    font-size: 16px;
  }
  .phone-only {
    display: block;
  }
  .phone-hide {
    display: none !important;
  }
  .hcp-product p {
    font-size: 20px;
    line-height: 1.3;
  }
  .gray-section {
    margin-top: 20px;
  }
    .gray-section h2 {
        padding-top: 20px;
        margin-top: 61%;
    }
    .cta-bg.gray-section h2 {
        margin-top: 0;
    }
    ul.colored-list {
        margin-bottom: 40px;
    }
  .document-download {
    padding-top: 30px;
  }
  .document-download p {
    font-size: 14px;
  }
  .isi-bar .header {
    font-size: 14px;
  }
  .isi-bar .expander {
    width: 40px;
    text-indent: -9999px;
  }
  #mobileMenu.active #mobileMenuArea {
    right:0;
  }
  .tile.tile-1-1 img, .tile.tile-1-2 img {
    height:auto;
  }
  .tile.tile-1-1 {
    max-width:45%;
    height:auto;
    margin:0 0.5%;
    vertical-align: top;
  }
  .tile.tile-1-2 {
    max-width:45%;
    height:auto;
    margin:0 0.5%;
    vertical-align: top;
  }
  .tile.tile-2-1 {
    display: none;
  }
  .tile.tile-2-2 {
    display: none;
  }
  .section .left-content, .gray-section .left-content {
    float: none;
    width: 100%;
  }
  .page-1 .section .left-content {
    text-align: center;
  }
  .section .right-content, .gray-section .right-content {
    float: none;
    width: 100%;
  }
  #HcpHero .right-content {
    float: none;
    width: 98%;
    display: block;
    position: absolute;
    top: 80px;
    text-align: center;
  }
  .hcp-product #HcpHero .left-content, .page-2.hcp-product #HcpHero .left-content, #HcpRetisert.page-home.hcp-product #HcpHero .left-content {
    width:100%;
    margin-top: 260px;
    background-color:white;
  }
  #HcpRetisert .arrow-link {
    margin-top: 0;
    text-align: right;
    line-height: 1.3;
  }
    #isi .resourcelink a {
        margin: 0 auto !important;
    }

    #isi .resourcelink {
        display: flex;
    }
  .isi-block h2 {
    line-height: 1.3;
  }
  #isiPreview p, #isiPreview ul li {
    font-size: 13px;
  }
  #isiPreview h2 {
    font-size:16px;
    padding:0;
    margin-bottom: 8px;
  }
  .isi-label p {
    font-size: 13px;
    line-height:35px;
    height:35px;
  }
    .isi-button {
    height: 35px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 24px;
    background-position: right 5px center;
    }
  .isi-top {
    height:35px;
    margin-bottom: 10px;
  }
  .footer-logo {
    display: block;
    margin: 10px auto 20px;
  }
    .footer-link-container, .copyright {
        text-align: center;
        font-size: 12px;
        display: block;
    }

  /*PAGE 2*/
  .page-2 .checklist-item {
    width:100%;
  }
  .page-2 .checklist-item:nth-child(2) {
    width:100%;
  }
  .page-2 .section .right-content {
    width:100%;
    margin-top:30px;
  }
  .page-2 .highlighted-block {
    margin-bottom: 0;
  }
  .page-2 .section .left-content {
    width:100%;
  }
  .page-2 .section .left-content .img-container {
    width:100%;
  }
  .page-2-1 .checklist-item:nth-child(1) {
    background-position: top center;
    padding-left: 0;
    padding-top: 110px;
    text-align: center;
  }
  .page-2-1 .checklist-item:nth-child(3) {
    background-position: top center;
    padding-left: 0;
    padding-top: 120px;
    text-align: center;
  }
  .page-2-2 .section-2 {
    margin-top: 30px;
  }
  .page-2-2 .document-download:nth-child(3) {
    margin-bottom: 0;
  }
  .page-2-3 .section .left-content {
    width:100%;
  }
  .page-2-3 .section .right-content {
    width:100%;
    margin-top: 0;
  }
  .page-2-3 .document-download {
    font-size: 18px;
    line-height: 1.2;
  }
  .page-2-3 h2 {
    text-align: left;
  }
  .page-2-3 .section, .page-2-3 .wide-section {
    margin-top: 30px;
  }
  .page-2-3 .section .right-content img {
    margin: 0 auto;
    display: block;
  }
  .order-step {
    padding: 20px 0 20px 60px;
  }
  .section-2 .left-content {
    width: 100%;
    
  }
  .section-2 .right-content {
    width: 100%;
    float: none;
    text-align: center;
  }
  .document-download .header {
    margin-bottom: 5px;
  }
  .document-download {
    padding-top: 25px !important;
  }
    .focus-block {
        background-position: center 18px;
        padding: 100px 10px 10px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: -45px;
        width: 360px;
        height: 237px;
        margin-top: -15%;
    }
  .faq-container {
    margin-top:30px;
  }
  .faq-header {
    padding-right: 55px;
  }
}

/* SMALL PHONE SIZE*/
@media all and (max-width: 420px) {
  .isi-bar .header {
    font-size: 12px;
  }
  .page-2-3 .document-download {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
@media all and (max-width: 374px) {
  #ConfirmationGate .panel {
    margin-top: 15%;
  }
  .isi-label p {
    font-size: 13px;
  }
  .document-download {
    padding-left: 8px;
  }
  .document-download p {
    font-size: 12px;
    margin-top: 10px;
  }
  .page-2-3 .document-download {
    font-size: 13px;
  }
}
@media (max-width: 540px), (max-height: 540px) {
  #jumpPlane .isi-hide {
    display: none;
  }
  #jumpPlane ul li {
    max-height: 35px;
  }
}
@media only screen and (max-width: 1024px)
{
.pharma-rx-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hcp-product #HcpHero .right-content {
    margin-top: 20px;
}
.pharma-rx-banner p {
 
  background: #009aa6;margin-right:0px;
}
.hcp-product.page-2-1{padding-top: 30px;}
.hcp-product.page-2-2{padding-top: 30px;}
.hcp-product.page-2-3{padding-top: 30px;}
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  #mobileNavbar {
    
    top: 0px;
	  }
	  .pharma-rx-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hcp-product #HcpHero .right-content {
    margin-top: 20px;
}
.pharma-rx-banner p {
 
  background: #009aa6;margin-right:0px;text-align: right;
}
.hcp-product.page-2-1{padding-top: 30px;}
.hcp-product.page-2-2{padding-top: 30px;}
.hcp-product.page-2-3{padding-top: 30px;}

}
@media all and (max-width: 767px) {
    .study {
        margin-top: -88px;
        padding-bottom: 9px;
    }

    .section {
        margin-top: -20px;
    }

    .linebord {
        border-top: 1px solid #e1e1e1;
        margin-top: 150px;
    }

    .retisertpro {
        margin-top:115px;

    }
   .learnlink{
        position:absolute;
        padding:316px 0;

    }

    #CopyrightPane {
        margin-left: 11px;
       
    }

    .section-2 .patient {
        width: 100%;
        margin-top: -2px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .page-2-2 .order-step:nth-child(1) {
        height: 113px;
    }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .page-2-2 .order-step:nth-child(1) {
        height: 135px;
    }
}
@media only screen and (max-width:767px){

	#ConfirmationGate .panel {
    	margin-left: 18%;
	    width: 100% !important;
		display: table-caption;
}
    .cta-bg.gray-section {
        margin-bottom: 20px;
    }
    .isi-block.less-margin-top {
        margin-top: 0;
    }
        .isi-block.less-margin-top .arrow-link {
            top: 0px;
        }
}


@media (min-width: 300px) {
    .three-col-pdf .col-item-wrapper .col-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .three-col-pdf .col-item-wrapper {
        gap: 0px;
    }

        .three-col-pdf .col-item-wrapper .col-item .spacing-top {
            margin-top: 10px;
            line-height: 24px;
        }
}

@media (min-width: 768px) {
    .three-col-pdf .col-item-wrapper .col-item {
        width: 48%;
    }

    .three-col-pdf .col-item-wrapper {
        gap: 4%;
    }

        .three-col-pdf .col-item-wrapper .col-item .spacing-top {
            margin-top: 18px;
            line-height: 24px;
        }
}

@media (min-width: 1024px) {
    .three-col-pdf .col-item-wrapper .col-item {
        width: 30%;
    }

    .three-col-pdf .col-item-wrapper {
        gap: 43px;
    }
}