/* Colors */
/* Status Colors */
body {
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    border: 1px rgba(90, 90, 90, .3) solid;
    color: #EEE;
    background: #313032; 
    padding:0;
   /* width:100%; */
}

/*
div
{
    border:1px solid #FFFFFF;
}

img
{
    border:1px solid #f97302;
}
*/

.orange-text
{
    color:#f97302;
}
.form-entry-frame
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding:10px;
    border:7px #cbc5bf solid; 

}

.touchpoints-right-side-text>div
{
    margin: 0 0 0 50px;
}


footer 
{
    background: #FFFFFF;
    min-height: 50px;
    padding:25px;
    width:100%;
    color:#000000;
    font-size:14px;
}

.footer-right>img
{
    display:block;
    margin:auto;
    overflow:hidden;
}
.footer-right
{
    margin-top:22px;
}

/*
.footer-left
{
    width:auto;
    border:1px solid #f97302;
}
.footer-right
{
    width:50%;
    border:1px solid #f97302;
}



.footer-left
{
    text-align:left;
    background-color:#ffffff;
    float:left;
    padding-left:20px;
    color:black;
    display:inline;
}

.footer-left>div
{
    width:100%;
}*/


/*#footer-image-right-border
{
    border-right:2px #BBB solid;
}
.footer-right>img
{ 
    display:block;
    float:right;
}*/


.check-points
{
    width:600px;
}

    #mobile-savings-card-section
    {
        padding-left:25%;
        padding-right:25%;
    }



#main-headline
{
    text-align:left;
    font-stretch:extra-condensed;
    font-size:40px;
    line-height:1.1em;
    padding-top:20px;
    font-weight:900;
    width:100%;

}





#checkbox-section
{
    font-size:22px;
    font-weight:600;
    width:100%;
}
.checkbox-wrapper
{
    float:left;
}
.checkbox-wrapper-text>p
{
    width:100%;
}
.checkbox-wrapper-text
{
    display:block;
    overflow:hidden;
}


.main-content
{
    padding:0px 50px 30px 50px;
}
















@media (max-width: 479px) 
{
	
	footer 
	{
		font-size:12px;
	}
	
	

    #main-headline
    {
        font-size:28px;
    }








    #checkbox-section 
    {
        font-size: 16px;
    }
    .main-content
    {
        padding-left:10px;
        padding-right:10px;
    }

    #main-headline
    {
        text-align:center;
    }

    #mobile-savings-card-section
    {
        padding-left:10%;
        padding-right:10%;
    }


    .footer-right>img
    {
        width:100%;
        display:block;
        margin:0;
        overflow:hidden;
    }

    .footer-left
    {
        text-align:center;
        padding:0px;
        margin:0;
    }


}
@media (min-width: 480px) and (max-width: 700px)
{
	
	footer 
	{
		font-size:12px;
	}
	
	
	
     #checkbox-section 
    {
        font-size: 16px;
    }
   .main-content
    {
        padding-left:20px;
        padding-right:20px;
    }


    #main-headline
    {
        padding-left:3%;
        padding-right:3%;
        text-align:center;
    }


    #footer-image-soolantra
    {
        padding:0 10px 0 0;
        border-right:none;
    }

    #footer-image-galderma
    {
        padding:0;
        border-right:none;
    }
    .footer-left
    {
        text-align:center;
    }


}
@media (min-width: 701px) and (max-width: 767px) 
{
    #checkbox-section 
    {
        font-size: 20px;
    }

    .main-content
    {
        padding-left:35px;
        padding-right:35px;
    }



    #main-headline
    {
        padding-left:3%;
        padding-right:3%;
        text-align:center;
    }
    .touchpoints-right-side-text>div, .touchpoints-right-side-text>div
    {
        margin:0 5px 0 5px;
        padding:5px;
    }

    .footer-left
    {
        text-align:center;
    }


}
@media (min-width: 768px) and (max-width: 991px) 
{
    .footer-right
    {
        float:right;
    }
    #checkbox-section
    {
        width:630px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) 
{
    body
    {
        width:960px;
    }
    .footer-right
    {
        float:right;
    }
    #checkbox-section
    {
        width:630px;
    }
}
@media (min-width: 1200px) 
{
    body
    {
        width:960px;
    }
    .footer-right
    {
        float:right;
    }
    #checkbox-section
    {
        width:630px;
    }

}


.check-wrapper
{
    padding:0 0 0 8px;
    font-size:14px;
    font-weight:600;
    color:#233960;
}


.answer-text
{
    padding-left:15px;
    display:block ;
    overflow:hidden;
}
.answer-box
{
    float:left;
}

.submit-form-checkbox-container
{
  /*  margin-bottom: 20px;*/
}
/* Helps to vertically center checkbox with text */
.submit-form-checkbox-container>label>input
{
    /*height:100%;*/
}

.submit-form-checkbox-container>label
{
    font-size:16px;
}
input[type=checkbox], input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.6); /* IE */
    -moz-transform: scale(1.6); /* FF */
    -webkit-transform: scale(1.6); /* Safari and Chrome */
    -o-transform: scale(1.6); /* Opera */
   /* padding: 5px 15px 5px 5px;*/
    cursor: pointer;
    
}

h1 {
  text-align: right;
  font-weight: bold;
  margin: 10px 0;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.mobile h1 {
  text-align: center; }

h1, h2, h3, h4, a, a:visited {
  color: #FFFFFF; }

.container {
  max-width: 96%;
  width: 96%; }
.container .help-recovery {
  font-size: 41px;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #fff;
}
.container .help-recovery .reinforce {
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #233960;
  font-weight: bold;
}
.container .help-recovery .with-Soolantra {
  font-size: 10px;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #fff;
}


.highcharts-data-labels {
  z-index: 1 !important; }

.highcharts-tooltip, .highcharts-tooltip span {
  position: absolute;
  z-index: 9999 !important; }

.primary-message {
  padding: 0px;
  background: #eef2f3;
  width: 100%;
  float: left;
  clear: both;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #eef2f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #eef2f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #eef2f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin: 10px 0 15px 0; }
  .primary-message .image {
    width: 300px;
    /*margin: 0 0 15px 0;*/
    margin: auto; }
  .primary-message img {
    align: center;
    text-align: center;
    margin: 0 auto; }
  .primary-message h2 {
    margin: 0 0 10px 0;
    padding-bottom: 3px;
    text-align: left;
    font-size: 34px;
    line-height: 38px;
    //font-weight: bold;
    color: #233960; }
    .primary-message h2 strong {
      color: #233960; 
      font-weight: bold; }
  .primary-message p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
  .primary-message .touchpoints {
    margin-top: 0px; 
    margin-bottom: 10px;
    float: left;
  }
  .primary-message .savingscard {
    margin-top: 10px; }
  .primary-message .blue-bar {
    float: left;
    max-height: 63px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .primary-message .footnote {
    margin-top: 80px;
    font-size: 12px;
    line-height: 12px;
  }


.other-instruction-message {
  padding: 15px;
  background: #eef2f3;
  width: 100%;
  //float: left;
  //clear: both;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  //border-radius: 6px;
  background: #fff; }
  .other-instruction-message p {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px; }
  .other-instruction-message .down-arrow-left {
    max-height: 10px;
    margin-right: 20px;
  }
  .other-instruction-message .down-arrow-right {
    max-height: 10px;
    margin-left: 20px;
  }

.instruction-message {
  padding: 15px;
  background: #eef2f3;
  width: 100%;
  //float: left;
  //clear: both;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  //border-radius: 6px;
  background: #fff; }
  .instruction-message p {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px; }
  .instruction-message .down-arrow-left {
    max-height: 10px;
    margin-right: 20px;
  }
  .instruction-message .down-arrow-right {
    max-height: 10px;
    margin-left: 20px;
  }
  
 .please-see-message {
  padding: 15px;
  background: #eef2f3;
  width: 100%;
  //float: left;
  //clear: both;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  //border-radius: 6px;
  background: #fff; }
  .please-see-message p {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 22px; }

.mobile .primary-message .image {
  width: 275px;
  margin: 0 auto;
  float: none; }

.mobile .primary-message h2 {
  margin-top: 15px;
  font-size: 24px;
  line-height: 28px; }

.mobile .primary-message p {
  font-size: 14px;
  line-height: 18px; }

header {
  background: #FDBA30;
  background-image: url("/Content/images/banner.png");
  background-repeat repeat-y:
  //background: #233960;
  
  //border-top: 10px solid #00A94E;
  //border-bottom: 10px solid #a5cadb;
  //border-bottom: 10px solid #00A94E;
  padding: 10px 0 0 0; }
  header h1 {
    color: #a5cadb; }
  header p {
    color: #ffffff;
    //color: #233960;
    margin: 0;
    text-align: right; }
   header a {
     color: #ffffff;
   }
   header a:hover {
     color: #ffffff;
   }
   header a:visited {
     color: #ffffff;
   }
  header .logo {
    margin: 15px auto 0px auto;
    float: right; }
  header .masthead-graphic {
    float: left;
    //vertical-align: middle; 
    margin: auto;
    max-height: 174px; 
    }
   header .masthead-graphic-2 {
   position: relative;
    float: right;
    max-height: 174px}  
  header #btn-isi {
    margin: 20px 15px 15px 0;
    float: right;
    font-weight: bold;
    background: #a5cadb;
    color: #233960;
    border-color: #a5cadb; }
  header #btn-isi:hover {
    color: #fff; }



.entry-form>input, .entry-form>select
{
    border-color:#000;
}

.entry-form, .entry-form>label
{
    padding-top:3px;
    line-height:1em;
    font-weight:400;
    font-size:12px;
    font-style:normal;
}


#references 
{
    font-size:10px;
}


.isi {
  background-color: #C0C1C2;
  width: 100%;
  height: 100%;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #233960;
  text-align: right;
  line-height: 15px;
  border-top: 8px solid #C0C1C2;
}
  .isi p {
    margin-right: 50px;
    font-size: 16px;
  }
  .isi a {
     color: #233960;
   }
   .isi  a:hover {
     color: #233960;
   }
   .isi  a:visited {
     color: #233960;
   }
   .isi .isilinks {
   float: right;
   }
   .isi .rems {
   background-color: #C0C1C2;
  width: 100%;
  height: 100%;
  font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #233960;
  text-align: right;
  line-height: 15px;
  border-top: 8px solid #C0C1C2;
  float: right;
   }

.video-col {
  padding: 0; }

.scrollable-content {
  width: 100%;
  max-width: 100%; }
  .scrollable-content .table-standard {
    width: 100%; }

.table-standard {
  width: 100%; }

.module-wrapper {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
  background: #eef2f3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .module-wrapper .module-headline {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    //background: #a5cadb;
    background: #009BDA;
    padding: 10px 0;
    margin: 0 0 10px 0; }
    .module-wrapper .module-headline h2 {
      text-align: center;
      margin: 0;
      //color: #233960;
      color: #ffffff;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold; }

.tab-wrapper {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .tab-wrapper .module-tabs {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0 0 10px 0; }
  .tab-wrapper .module-tabs .alcohol-button {
    max-height: 70px;
    max-width: 30%
    margin: auto;
    float: right; }
  .tab-wrapper .module-tabs .opioid-button {
    max-height: 70px;
    margin: auto;
    float: left; }
    .tab-wrapper .module-tabs h2 {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      padding: 10px 0;
      margin: 0 0 10px 0;
      text-align: center;
      margin: 0;
      color: #FFFFFF;
      background: #FDBA30;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold; 
      display: inline;
      float:left;
      width: 49%;}
    .tab-wrapper .module-tabs h3 {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      padding: 10px 0;
      margin: 0 0 10px 0;
      text-align: center;
      margin: 0;
      color: #FFFFFF;
      background: #00A94E;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      display: inline; 
      float:right;
      width: 49%;}
      
.by-the-numbers-module-wrapper {
  //background: #a5cadb; 
  background: #C0C1C2; }
  .by-the-numbers-module-wrapper .module-headline {
    background: #233960;
    //background: #009BDA;
    margin-bottom: 0; }
  .by-the-numbers-module-wrapper .counter-widget p.counter {
    background: #233960; }
  .by-the-numbers-module-wrapper .counter-widget p {
    color: #fff; }
  .by-the-numbers-module-wrapper .carousel-control {
    background: none;
    background-image: none !important;
    filter: none; }
  .by-the-numbers-module-wrapper .carousel-control.left, .by-the-numbers-module-wrapper .carousel-control.right {
    filter: none; 
    color: #233960; }
  .by-the-numbers-module-wrapper .carousel-indicators {
    bottom: -10px; }
    .by-the-numbers-module-wrapper .carousel-indicators li {
      background: #fff; }
   .by-the-numbers-module-wrapper .item img {
      width: 100%;
      max-width: 1600px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
  .by-the-numbers-module-wrapper .module-tabs {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0 0 10px 0; }
   .by-the-numbers-module-wrapper .module-tabs img {
      width: 50%;
      max-width: 1600px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
  .by-the-numbers-module-wrapper .module-tabs .alcohol-button {
    //max-height: 70px;
    width: 50%
    margin: auto;
    float: right; }
  .by-the-numbers-module-wrapper .module-tabs .opioid-button {
    //max-height: 70px;
    //width: 50%
    margin: auto;
    float: left; }

.opioid-by-the-numbers-module-wrapper {
  //background: #a5cadb; 
  background: #FFEBC6; }
  .opioid-by-the-numbers-module-wrapper .module-headline {
    background: #233960;
    //background: #009BDA;
    margin-bottom: 0; }
  .opioid-by-the-numbers-module-wrapper .counter-widget p.counter {
    background: #233960; }
  .opioid-by-the-numbers-module-wrapper .counter-widget p {
    color: #fff; }
  .opioid-by-the-numbers-module-wrapper .carousel-control {
    background: none;
    background-image: none !important;
    filter: none; }
  .opioid-by-the-numbers-module-wrapper .carousel-control.left, .by-the-numbers-module-wrapper .carousel-control.right {
    filter: none; }
  .opioid-by-the-numbers-module-wrapper .carousel-indicators {
    bottom: -10px; }
    .by-the-numbers-module-wrapper .carousel-indicators li {
      background: #fff; }
   .opioid-by-the-numbers-module-wrapper .item img {
      width: 100%;
      max-width: 1600px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
  .opioid-by-the-numbers-module-wrapper .module-tabs {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0 0 10px 0; }
   .opioid-by-the-numbers-module-wrapper .module-tabs img {
      width: 50%;
      max-width: 1600px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
  .opioid-by-the-numbers-module-wrapper .module-tabs .alcohol-button {
    //max-height: 70px;
    width: 50%
    margin: auto;
    float: right; }
  .opioid-by-the-numbers-module-wrapper .module-tabs .opioid-button {
    //max-height: 70px;
    //width: 50%
    margin: auto;
    float: left; }
      
.alcohol-by-the-numbers-module-wrapper {
  //background: #a5cadb; 
  background: #C6E7CE; }
  .alcohol-by-the-numbers-module-wrapper .module-headline {
    background: #233960;
    //background: #009BDA;
    margin-bottom: 0; }
  .alcohol-by-the-numbers-module-wrapper .counter-widget p.counter {
    background: #233960; }
  .alcohol-by-the-numbers-module-wrapper .counter-widget p {
    color: #fff; }
  .alcohol-by-the-numbers-module-wrapper .carousel-control {
    background: none;
    background-image: none !important;
    filter: none; }
  .alcohol-by-the-numbers-module-wrapper .carousel-control.left, .by-the-numbers-module-wrapper .carousel-control.right {
    filter: none; }
  .alcohol-by-the-numbers-module-wrapper .carousel-indicators {
    bottom: -10px; }
    .by-the-numbers-module-wrapper .carousel-indicators li {
      background: #fff; }
   .alcohol-by-the-numbers-module-wrapper .item img {
      width: 100%;
      max-width: 1600px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
  .alcohol-by-the-numbers-module-wrapper .module-tabs {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0 0 10px 0; }
   .alcohol-by-the-numbers-module-wrapper .module-tabs img {
      width: 50%;
      max-width: 1600px;
      -webkit-border-radius: 6px 6px 0 0;
      -moz-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0; }
  .alcohol-by-the-numbers-module-wrapper .module-tabs .alcohol-button {
    //max-height: 70px;
    width: 50%
    margin: auto;
    float: right; }
  .alcohol-by-the-numbers-module-wrapper .module-tabs .opioid-button {
    //max-height: 70px;
    //width: 50%
    margin: auto;
    float: left; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 40px;
  color: #233960;
  opacity: 1 !important;
  background-image: none !important; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -15px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -15px; }

.carousel-control {
  width: 5%;
  opacity: 1;
  background: #233960; }

.carousel-control.left, .carousel-control.right {
  background-image: none !important; }

.carousel-indicators {
  bottom: -30px; }
  .carousel-indicators li {
    background: #a5cadb;
    border-color: #a5cadb; }
  .carousel-indicators li.active {
    background: #233960;
    border-color: #233960; }

.counter-widget {
  padding: 25px 50px;
  width: 100%;
  float: left;
  clear: both; }
  .counter-widget div {
    height: 150px; }
  .counter-widget p.counter {
    font-size: 75px;
    line-height: 75px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 35px 30px 0 15px;
    background: #a5cadb;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
    .counter-widget p.counter span {
      font-size: 40px;
      line-height: 40px;
      vertical-align: 25px; }
  .counter-widget .text-box-wrapper {
    display: table; }
    .counter-widget .text-box-wrapper span {
      display: table-cell !important;
      vertical-align: middle !important;
      text-align: left;
      font-size: 30px;
      line-height: 30px;
      font-weight: bold;
      color: #fff;
      padding-left: 10px; }

.video-container {
  width: 100%;
  border: 10px solid #233960; }

.info-widget {
  width: 100%;
  float: left;
  clear: both;
  padding: 10px;
  background: #eef2f3;
  margin: 0 0 10px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .info-widget .headline {
    background: #233960;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
    float: left;
    clear: both;
    vertical-align: middle; }
    .info-widget .headline h2 {
      text-align: center;
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      color: #fff;
      vertical-align: middle; }
  .info-widget .has-controls h2 {
    position: relative;
    top: 7px; }
  .info-widget .panel-group {
    margin-bottom: 0; }

.accordion-chart-widget .panel-heading {
  background: #233960;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .accordion-chart-widget .panel-heading a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    outline: 0; }
.accordion-chart-widget .panel-group {
  margin-bottom: 0; }
.accordion-chart-widget .panel-body {
  background: #eef2f3; }
  .accordion-chart-widget .panel-body .chart-widget {
    padding: 0;
    background: none; }

.Soolantra-is h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #a5cadb; }
.Soolantra-is ul {
  padding: 0 10px; }
  .Soolantra-is ul li {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
    list-style-type: none; }
    .Soolantra-is ul li i {
      margin-top: 3px;
      display: inline;
      float: left;
      width: 20px; }
    .Soolantra-is ul li i.ion-checkmark-circled {
      color: #177e2d; }
    .Soolantra-is ul li i.ion-close-circled {
      color: #ef0e2e; }
    .Soolantra-is ul li span {
      display: block;
      margin-left: 20px; }

.btn-warning {
  font-size: 24px;
  line-height: 24px; }

.additional-data-carousel-wrapper .dropdown-menu ul {
  padding-left: 0; }

.additional-data-carousel-wrapper .dropdown-menu li {
  width: 100%;
  margin: 0;
  list-style-type: none;
  padding: 0; }

.additional-data-carousel-wrapper .dropdown-menu {
  width: 250px;
  margin: 0 auto;
  left: -50px; }
.additional-data-carousel-wrapper .carousel-indicators {
  display: none; }
.additional-data-carousel-wrapper table td {
  text-align: left; }
.additional-data-carousel-wrapper table.table-standard th, .additional-data-carousel-wrapper table.table-standard td {
  padding: 10px; }
.additional-data-carousel-wrapper table.table-standard td i {
  font-size: 28px;
  line-height: 28px;
  text-align: center; }
.additional-data-carousel-wrapper table td:first-child {
  width: 85%; }
.additional-data-carousel-wrapper table td:last-child {
  width: 15%;
  text-align: center; }

.table-standard {
  width: 100%; }
  .table-standard th, .table-standard td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 16px; }
  .table-standard th {
    background: #233960;
    color: #fff; }
  .table-standard td {
    background: #f7f8f8; }
  .table-standard .odd td {
    background: #fff; }
  .table-standard td .ion {
    font-size: 34px;
    line-height: 34px;
    color: #233960; }
  .table-standard td.status-icon .ion {
    font-size: 28px;
    line-height: 28px; }
  .table-standard td .btn-expand .ion {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0; }
  .table-standard td .btn-details .ion {
    font-size: inherit;
    line-height: inherit;
    color: #fff; }

.questions-module h2.primary {
  text-align: center; }
.questions-module .module-headline {
  float: left;
  clear: both;
  width: 100%; 
  background-color: #009BDA; }
  .questions-module .module-headline h2 {
    text-align: left;
    margin: 0 15px;
    font-size: 16px;
    line-height: 20px;
    //color: #233960; 
    color: #FFFFFF; }
    .questions-module .module-headline h2 span.number {
      float: left;
      color: #fff;
      margin: 5px 5px auto 0;
      display: inline;
      text-align: center;
      background: #233960;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      padding: 6px; }
    .questions-module .module-headline h2 span.question {
      display: block;
      margin-left: 40px; }
.questions-module .radio-wrapper {
  width: 100%;
  float: left;
  clear: both; }
.questions-module .prettyradio {
  width: 100%;
  color: #233960;
  clear: both;
  float: left; }
.questions-module .prettycheckbox {
  width: 100%;
  color: #233960;
  clear: both;
  float: left; }

.btn-expand {
  padding: 0;
  width: 26px;
  text-align: center;
  background: #233960;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }

.btn-expand .ion {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin: 0; }

.table-sortable th {
  cursor: pointer; }

h2.campaign-heading {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 5px 0 10px 0;
  color: #233960; }

.light-blue {
  color: #a5cadb; }

.table-toggle {
  float: right;
  margin-left: 10px; }
  .table-toggle .btn-primary {
    padding: 3px 10px; }
  .table-toggle .btn-primary i {
    font-size: 22px;
    line-height: 26px; }
  .table-toggle .btn-primary-left {
    border-right: 1px solid #fff;
    margin-right: 2px; }

.filter-widget {
  float: right;
  background: #a5cadb; }
  .filter-widget h3 {
    color: #233960;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 15px 0 15px;
    float: left;
    display: inline-block; }
  .filter-widget .btn-group .btn-primary {
    color: #fff;
    background: #7c97a0;
    border: 0;
    margin: 0 2px 0 0;
    font-size: 26px;
    line-height: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .filter-widget .btn-group .btn-primary:last-child {
    margin: 0; }
  .filter-widget .btn-group .btn-primary:active, .filter-widget .btn-group .btn-primary.active {
    background: #233960; }

.modal-content {
  -webkit-border-radius: 8px 8px 6px 6px;
  -moz-border-radius: 8px 8px 6px 6px;
  -ms-border-radius: 8px 8px 6px 6px;
  border-radius: 8px 8px 6px 6px; }

.modal-header {
  background: #233960;
  border-color: #233960;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
  .modal-header h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px; }

.modal-body img {
  border: 10px #a5cadb solid;
  margin: 0 auto 15px auto; }

.campaign-footer-widget h3 {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 10px 0 10px 5px; }
.campaign-footer-widget .btn-group {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
.campaign-footer-widget .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  background: #a5cadb;
  color: #233960;
  border: 0;
  border-right: 2px solid #eef2f3;
  padding-top: 11px;
  padding-bottom: 11px; }
.campaign-footer-widget .btn:hover {
  background: #7c97a0;
  color: #fff; }
.campaign-footer-widget .active {
  background: #233960;
  color: #fff; }

.ion-checkmark-circled, .green {
  color: #13c645 !important; }

.ion-ios-timer, .light-blue {
  color: #00a6da !important; }

.ion-alert-circled, .red {
  color: #ed4149 !important; }

.ion-ios-flag, .light-blue {
  color: #e6952c !important; }

.legend-wrapper {
  width: 100%;
  padding: 10px 0;
  background: #7c97a0; }

.legend-wrapper {
  text-align: center; }
  .legend-wrapper .legend {
    padding: 10px 0;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
    text-align: center; }
  .legend-wrapper .legend ul {
    text-align: center;
    margin: 0 10px;
    padding: 0; }
  .legend-wrapper .legend ul li {
    vertical-align: middle;
    display: inline;
    list-style-type: none;
    margin: 0 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold; }
  .legend-wrapper .legend ul li i {
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px; }

/* details pages */
.chart-widget {
  width: 100%;
  float: left;
  clear: both; }
  .chart-widget .headline {
    background: #233960;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px 0; }
  .chart-widget .opioid-headline {
    background: #FDBA30;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px 0; }
    	.chart-widget .opioid-headline h2 {
      text-align: center;
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      color: #fff; }
  .chart-widget .alcohol-headline {
    background: #00A94E;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px 0; }
    	.chart-widget .alcohol-headline h2 {
      text-align: center;
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      color: #fff; }
    .chart-widget .headline h2 {
      text-align: center;
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: bold;
      color: #fff; }
  .chart-widget .chart {
    width: 90%;
    margin: 0 auto;
    background-color: #eef2f3;
    padding-bottom: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .chart-widget .chart p.notes {
      text-align: left;
      font-size: 13px;
      font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      line-height: 16px;
      margin: 5px 0px 5px 53px;
      color: #000; }
  .chart-widget .chart-notes {
    padding: 10px 0 15px 0;
    color: #233960;
    font-weight: bold; }
    .chart-widget .chart-notes p {
      font-size: 12px;
      line-height: 16px; }
  .chart-widget .sidebar {
    background: #f7f8f8;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
    .chart-widget .sidebar h2 {
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      margin-top: 0; }
    .chart-widget .sidebar p a {
      color: #a5cadb; }

.slider-wrapper {
  width: 75%;
  margin: 10px auto; }

rzslider .rz-pointer {
  background: #233960;
  outline: 0; }
rzslider .rz-bar {
  background: #7c97a0; }
rzslider .rz-ticks .tick-value {
  color: #233960;
  font-weight: bold; }
rzslider .rz-ticks .tick {
  background: #7c97a0; }
rzslider .rz-pointer.rz-active::after {
  background: #a5cadb; }

.widget {
  padding: 15px;
  width: 100%;
  background: #eef2f3; }
  .widget ul {
    margin-left: 0;
    list-style-type: none;
    padding-left: 0; }
  .widget ul li strong {
    color: #233960; }
  .widget .image {
    float: right;
    margin: 0 0 10px 15px;
    text-align: center; }
    .widget .image img {
      border: 5px solid #a5cadb; }
  .widget .btn-expand {
    text-align: center;
    margin: 10px auto; }
  .widget .table-standard td {
    padding: 10px;
    border-bottom: 1px solid #a5cadb;
    background: #f7f8f8; }
  .widget .table-standard td.category {
    text-align: left; }
  .widget .table-standard td i {
    font-size: 22px;
    line-height: 22px; }

/* typography */
h1 {
  font-size: 22px;
  line-height: 26px; }

.standard-headline {
  margin: 5px 0 15px 0;
  background: #a5cadb;
  padding: 10px 0; }
  .standard-headline h1 {
    color: #fff;
    margin: 0 0 0 15px;
    font-weight: bold; }
    .standard-headline h1 small, .standard-headline h1 small a {
      color: #fff; }
    .standard-headline h1 small {
      float: right;
      margin: 5px 15px 0 0; }

/* utility classes */
.cursor-pointer {
  cursor: pointer; }

.cursor-pointer:hover {
  opacity: 0.75; }

.additional-data-menu {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px; }

.btn-primary {
  background: #a5cadb;
  border-color: #a5cadb; }

.btn-primary:hover {
  background: #233960; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background: #233960; }

/* main framework */
.primary-content {
  background: #fff;
  padding: 10px 15px; }

.form-sidebar {
  background: #233960;
  color: #fff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .form-sidebar h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 10px 0; }
  .form-sidebar p strong {
    color: #a5cadb; }
  .form-sidebar .zoc-doc-benefits h3 {
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background: #a5cadb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
  .form-sidebar .zoc-doc-benefits ul {
    margin-bottom: 20px;
    padding-left: 20px; }
  .form-sidebar small {
    font-style: italic;
    color: #a5cadb; }
  .form-sidebar label span {
    color: #a5cadb; }
  .form-sidebar .submit {
    width: 180px;
    display: block;
    margin: auto;
  }
  .form-sidebar a {
  	color: #FDBA30;otes
  }

.zoc-doc-image {
  text-align: center; }
  .zoc-doc-image img {
    text-align: center;
    margin: 0 auto; }

.nav-social {
  text-align: center;
  margin: 10px 0; }
  .nav-social li {
    list-style-type: none;
    display: inline;
    margin: 0 15px 0 0; }
    .nav-social li a {
      color: #233960; }
    .nav-social li a:hover {
      opacity: 0.75; }
    .nav-social li a i {
      font-size: 32px;
      line-height: 32px; }

.mobile h1 {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0; }
.mobile .primary-message h2 {
  font-size: 20px;
  line-height: 24px; }
.mobile .counter-widget .text-box-wrapper span {
  text-align: center;
  padding-left: 0;
  font-size: 26px;
  line-height: 30px; }

/*# sourceMappingURL=app.css.map */

/* ISI/Footer */
body.ISIPage #isiWrap { display:none; }
body.ISIPage #isi_container { position:relative; height:auto; }
body.ISIPage #contentHolder { padding-bottom:0px!important; }
body.ISIPage.oneColumn .pageContent { padding-bottom:20px; }

#isi_container { position:fixed; bottom:0; height:12em; width:100%; z-index:996; left:0; right:0; }
#isi_container.open { position:relative; height:auto; }
#isi_container.open .isiBtn_arrow { background: url('https://test.drlathian.com/clients/alkermes/images/isiBtn_arrow_dark_down.png') center no-repeat; }

#isiWrap { background:#ffffff url('http://test.drlathian.com/clients/alkermes/images/isiWrap_bg.png') 0 0 repeat-x; font-size:1em; padding-bottom:25px; }
#isiWrap p { margin-top:0; }
    #isiWrap ul { margin:0 0 .6em 0; }
#isiBtn { color:#004961; display:block; font-size:22px; font-family:"HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height:38px; height:38px; text-decoration:none; }
    .isiBtn_arrow { background:url('https://test.drlathian.com/clients/alkermes/images/isiBtn_arrow_dark.png') center no-repeat; padding:9px; margin-left:10px;}

.bodyWrap { margin: 0 50px }
.bodyWrap p { margin: 0 50px text-align: left;}
.bodyWrap href { font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica, Arial, sans-serif; }




/*****************BUTTONS***************************/
.button {
    outline: 0;
    padding-left:30px;
    padding-right:30px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /*-webkit-box-shadow:    0 8px 0 #f97302, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 #f97302, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 #f97302, 0 15px 20px rgba(0, 0, 0, .35);*/
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 22px;
    color: #FFFFFF;
    background-color:#f97302;
}

/*.button span {
    display: inline-block;
    padding: 20px 30px;
    background-color: #FFEBC6;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
    background-image: -webkit-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    background-image: -o-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}*/

.button:hover span {
    background-color: #ecbe6a;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.button:active, #button:focus {
    outline: 0;
    -webkit-box-shadow:    0px 4px 4px #f97302, 6px 6px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 4px 4px #f97302, 6px 6px 10px rgba(0, 0, 0, .3);
    box-shadow:    0px 4px 4px #f97302, 6px 6px 10px rgba(0, 0, 0, .3);
}

.button:active span {
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
}