.navUnderline {
    display: block;
    color: #dfd75b;
    position: absolute;
    top: 90px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: 8px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.topLinks .patient {
  text-transform: unset !important;

}




.openSansLight {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.openSansSemiBold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.openSansBold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.user-login-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  margin-bottom: 100px;
  padding: 50px;
  z-index: 9;
  float: none !important;
}
/*#region CSS Rseset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/*.blockquote-custom:before { 
  content: "„";
  bottom:0;
  left: 0px;
} 
.blockquote-custom:after { 
  content: "“";
  top:0;
  right: 0;
}*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*#endregion*/
/*#region General Styles*/
body,
html {
  height: 100%;
}
a {
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}
sup {
  font-size: 60%;
  line-height: 0;
}
strong,
b {
  font-weight: 700;
}
em {
  font-weight: normal;
  font-style: italic;
}
.nowrap {
  white-space: nowrap !important;
}
.mb-0 {
  margin-bottom: .1em !important;
}
main.patient{
    margin-top: 100px;
}
@media (min-width: 768px) {
    main.patient{
        margin-top: 30px;
    }  
  .flex-row-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }
  .flex-row-container .flex-row-item {
    display: flex;
    flex-direction: column;
  }
  .flex-row-container .flex-row-item.align-center {
    justify-content: center;
    align-items: center;
  }
}
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 999;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  nav.fixed {
    min-height: 145px;
  }
}
/*Overwrite to match container size of Creative received*/
.container {
  width: 100%;
  max-width: 1024px;
}
@media only screen and (max-width: 1100px) {
  .container {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    padding-right: 20px;
  }
}
/*#region Custom Checkbox Styles*/
.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  padding-top: 0px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 1px;
  left: 0;
  height: 30px;
  width: 30px;
  background: #ffffff;
  border: 1px solid #ccc;
}
.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control-radio .control_indicator {
  border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #fff;
}
.control input:checked ~ .control_indicator {
  background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #ffffff;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 10px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #000000;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
/*#endregion*/
/*#endregion*/
/*#region Navigation*/
.navbar {
  border: none;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .navbar .container {
    background-color: transparent;
    padding: 0 30px;
    margin: 0 0;
  }
}
.navbar-header {
  /*width: 15%;*/
}
@media only screen and (max-width: 1023px) {
  .navbar-header {
    width: 100%;
    position: relative;
    top: 5px;
  }
}
.navbar-default {
  height: 130px;
  background-color: #fff;
  margin-bottom: 0px;
  box-shadow: 2px 2px 10px #AAA;
}
.navbar-default .container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .navbar-default .container {
    padding: 0 0;
  }
  .navbar-default {
    height: 100px;
  }
}
.navbar-default #pdlogo {
  background: url('/themes/custom/porphyria/assets/images/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 157px;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .navbar-default #pdlogo {
    height: 80px;
    width: 265px;
    margin: 12px 0 0 10px;
  }
}
.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  margin-top: 25px;
  line-height: 26px;
  font-weight: 300;
  width: 250px;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-brand {
    margin-top: 17px;
  }
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-brand {
    font-size: 18px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-brand {
    font-size: 15px;
  }
  .navbar-default {
    height: 174px;
  }
}
.navbar-default .navbar-nav li a {
  color: #5d385f;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 35px;
  position: relative;
  top: 0px;
  border-bottom: 5px solid transparent;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 1.3vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all .125s ease;
  transition: all .125s ease;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav li a {
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
  }
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:active,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a.active {
  background-color: #24b0cb;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav li a:hover,
  .navbar-default .navbar-nav li a:active,
  .navbar-default .navbar-nav li a:focus,
  .navbar-default .navbar-nav li a.active {
    border-bottom: 1px solid #fff;
  }
}
.navbar-default .navbar-nav li a:hover span.caret,
.navbar-default .navbar-nav li a:active span.caret,
.navbar-default .navbar-nav li a:focus span.caret,
.navbar-default .navbar-nav li a.active span.caret {
  display: block;
  color: #dfd75b;
  position: absolute;
  top: 90px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-top: 8px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav li a:hover span.caret,
  .navbar-default .navbar-nav li a:active span.caret,
  .navbar-default .navbar-nav li a:focus span.caret,
  .navbar-default .navbar-nav li a.active span.caret {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav li a {
    border-bottom: 1px solid #fff;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 54px;
    width: 100%;
    text-align: left;
  }
}
.navbar-default .navbar-nav li a span.caret {
  display: none;
}
.navbar-default .navbar-nav .active a {
  background-color: #24b0cb;
  color: #fff;
}
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .active a:focus {
  background-color: #24b0cb;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav .active a {
    border-bottom: 1px solid #fff;
  }
}
.navbar-default .navbar-nav .active a span.caret {
  display: block;
  color: #dfd75b;
  position: absolute;
  top: 90px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-top: 8px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-nav .active a span.caret {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-toggle {
    border: none;
    padding: 15px 0px;
    margin-top: -6px;
    margin-right: -25px;
  }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #5d385f;
  width: 40px;
  height: 6px;
  margin-bottom: 6px;
  border-radius: 0px;
}
.navbar-default .navbar-toggle .menu {
  color: #5d385f;
  font-family: 'Lato', sans-serif;
  font-size: .8em;
}
@media only screen and (max-width: 1023px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    margin-right: 10px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .navbar-nav {
    margin: 0px -15px;
  }
}
.bar1,
.bar2,
.bar3 {
  transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-10px, 9px);
  transform: rotate(45deg) translate(-10px, -9px);
}
#porphyriaNav {
  padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  #porphyriaNav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 0;
    z-index: -1;
    padding-top: 80px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  }
  #porphyriaNav ul.navbar-nav {
    margin-top: 0;
    background-color: #5d385f;
  }
  #porphyriaNav ul.navbar-nav > li > a {
    font-size: 30px;
    line-height: 50px;
    padding-left: 15px;
  }
  #porphyriaNav ul.navbar-nav > li.last > a {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    line-height: 2.5;
    width: calc(100% - 15px);
    margin: 0 0 15px 0;
    background-color: transparent !important;
  }
  #porphyriaNav ul.navbar-nav > li.last > a span {
    display: block;
    background-color: #dfd75b;
    color: #5d385f;
    text-align: center;
  }
  #porphyriaNav ul.navbar-nav > li.last > a:nth-of-type(1) {
    margin-top: 15px;
  }
  #porphyriaNav ul.navbar-nav > li.last > a:nth-of-type(1) span {
    background-color: transparent;
    border: 1px solid #dfd75b;
    color: #dfd75b;
  }
}
@media only screen and (min-width: 1024px) {
  #porphyriaNav {
    display: inline !important;
    position: static;
    background-color: transparent;
    padding: 0 0;
    margin: 0 0;
    z-index: 0;
  }
  #porphyriaNav > .navbar-right {
    margin: 5px 0;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
  #porphyriaNav .last {
    display: none;
  }
}

/*#endregion*/
/*#region Hero image*/
.jumbotron {
  background-color: #ffffff;
}
.jumbotron .container {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.jumbotron .container img {
  position: absolute;
  left: 50%;
  top: 191px;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .jumbotron .container img {
    left: 56%;
    top: 118px;
    height: auto;
  }
}
.jumbotron .container .row {
  margin-left: -20px;
}
@media only screen and (max-width: 1023px) {
  .jumbotron .container {
    padding: 0 0 !important;
  }
}
.jumbotron .jumbotron-text {
  padding-top: 320px;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .jumbotron .jumbotron-text {
    padding-top: 235px;
  }
}
.jumbotron .jumbotron-text .headline {
  font-family: 'Gudea', sans-serif;
  font-size: 40px;
  font-weight: 600;
  background: #1c99b1;
  display: inline-block;
  color: #ffffff;
  width: 52%;
  padding: 6px 0 6px 0;
  z-index: 37;
  text-align: right;
  line-height: 1.2;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .jumbotron .jumbotron-text .headline {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .jumbotron .jumbotron-text .headline {
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 2%, #1c99b1 28%, #1c99b1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 2%, #1c99b1 28%, #1c99b1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 2%, #1c99b1 28%, #1c99b1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
/*#endregion*/
/*#region Sign Up Section*/
#signUp {
  margin: 40px auto 20px;
  box-shadow: 0 0 20px #AAA;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (min-width: 1024px) {
  #signUp {
    margin: 20px auto;
  }
}
#signUp .container {
  padding-left: 83px;
  padding-right: 83px;
}
@media only screen and (max-width: 767px) {
  #signUp .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#signUp h1 {
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 10px;
  padding: 0 0;
  font-size: 45px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #signUp h1 {
    margin-top: 40px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #signUp h1 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
#signUp h2 {
  color: #24b0cb;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: none;
  line-height: 1.3;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #signUp h2 {
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
#signUp .form {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  #signUp .form {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #signUp .form div {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  #signUp .form div.formOptions > div {
    margin-bottom: 0;
  }
}
#signUp .form a {
  color: #ffffff;
  text-decoration: underline;
}
#signUp .form .row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #signUp .form .row {
    margin-bottom: 0px;
  }
}
#signUp .form .row div {
  padding-left: 0px;
}
#signUp .form .row:last-child {
  margin-bottom: 40px;
}
#signUp .form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #signUp .form label {
    margin-bottom: 10px;
  }
}
#signUp .form label.control-checkbox {
  line-height: 18px;
}
#signUp .form label.error {
  color: #dc3545;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}
#signUp .form input[type="text"],
#signUp .form input[type="email"],
#signUp .form select {
  position: relative;
  border-radius: 0px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  #signUp .form input[type="text"],
  #signUp .form input[type="email"],
  #signUp .form select {
    height: 50px;
  }
}
#signUp .form .consent label {
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #signUp .form .consent label {
    font-size: 12px;
    line-height: 16px;
  }
}
#signUp .form .consent label.error {
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #signUp .form .btn-default {
    max-width: 100%;
  }
}
#signUp .row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1023px) {
  #signUp .row {
    padding-left: 20px;
  }
}
#signUp #patient_signup_thankyou {
  padding: 12vh 0 10vh 0;
  display: none;
}
#signUp #patient_signup_thankyou h2 {
  font-weight: 500;
  font-size: 2.25em;
  line-height: 1.4;
  margin: 0 0 .5em;
}
#signUp #patient_signup_thankyou h2 strong {
  font-weight: 700;
}
#signUp #patient_signup_thankyou p {
  font-size: 1.5em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #signUp #patient_signup_thankyou {
    padding: 40px 20px 30px;
  }
  #signUp #patient_signup_thankyou h2 {
    font-size: 2em;
  }
  #signUp #patient_signup_thankyou p {
    font-size: 1.2em;
  }
}
/*#endregion*/
/*#region Modal Styles*/
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 90%;
    margin: 5vh auto;
  }
}
/*This styles for redirecting modal*/
.redirect {
  padding: 65px;
  width: 100%;
  height: auto;
  border-radius: 0px;
}
@media only screen and (max-width: 1023px) {
  .redirect {
    padding: 65px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .redirect {
    width: auto;
    padding: 25px 8px 25px 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.redirect p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 23px;
  margin: 10px 0 16px;
}
.askmargin {
  margin-top: 30px;
}
.setsize {
  font-size: 40px;
  color: #24b0cb;
  font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 767px) {
  .setsize {
    font-size: 20px;
  }
}
.set-display a {
  color: #000;
  background-color: #dfd75b;
  border-color: #dfd75b;
  border-radius: 0px;
  min-width: 180px;
  height: 55px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 40px;
}
.set-display a:hover,
.set-display a:focus {
  background-color: #dfd75b;
  border-color: #dfd75b;
}
@media only screen and (max-width: 767px) {
  .set-display a {
    width: 100%;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .set-display a:first-child {
    margin-right: 20px;
  }
}
#warnOnLeaveModal .modal-dialog,
#emailSentModal .modal-dialog,
#duplicateModal .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #warnOnLeaveModal .modal-dialog,
  #emailSentModal .modal-dialog,
  #duplicateModal .modal-dialog {
    width: 90%;
    padding: 0;
  }
  #warnOnLeaveModal .modal-dialog h1,
  #emailSentModal .modal-dialog h1,
  #duplicateModal .modal-dialog h1 {
    padding-top: 15px;
  }
}
/*#endregion*/
/*#region Footer*/
footer {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: auto;
  color: #000;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  footer {
    text-align: center;
    padding-bottom: 20px;
  }
}
footer a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 600;
}
footer a:hover,
footer a:focus {
  color: #000;
}
@media only screen and (max-width: 1023px) {
  footer a {
    font-size: 12px;
  }
}
footer div p {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  footer div p {
    font-size: 12px;
    line-height: 1.5;
  }
}
footer div p a:first-child {
  padding-left: 0px;
}
footer div p:last-child {
  font-size: 12px;
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  footer .row div:first-child {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  footer .row div:first-child {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  footer .row div p {
    text-align: left;
    margin-bottom: 10px;
  }
  footer .row div p > a {
    padding: 0 0;
    white-space: nowrap;
  }
}
/*#endregion*/
/*#region Bootstrap Mobile Nav Breakpoint Fix*/
@media only screen and (max-width: 1023px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-top: 10px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
div.teaserNav {
  width: 100%;
}
div.teaser {
  width: 20%;
  height: 200px;
  margin-left: 16px;
  background-color: #5d385f;
  float: left;
}
.vertical-text {
  transform: rotate(180deg);
  transform-origin: left top 0;
  float: left;
}
div.teaser a {
  color: white;
}
/*#endregion Bootstrap Mobile Nav Breakpoint Fix*/
/*#region Patient General*/
.patient-label {
  color: #5d385f;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 34px;
  text-align: right;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .patient-label {
    display: none;
  }
}
.patient-label span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
.about-ahp .patient-label {
  top: 318px;
  left: 38%;
  width: 500px;
}
.diagnosing .patient-label {
  top: 415px;
  left: 51%;
  width: 500px;
}
.living-ahp .patient-label {
  top: 440px;
  left: 43%;
  width: 500px;
}
.resources .patient-label {
  top: 379px;
  left: 46%;
  width: 500px;
}
.patient a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}
.patient .container p.references {
  font-size: .8rem;
}
@media only screen and (max-width: 767px) {
  .patient .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.patient .carousel-inner {
  overflow: visible;
}
.patient .row {
  margin-left: 0px;
  margin-right: 0px;
}
.patient .row.boot-margins {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .patient .row.boot-margins .boot-margins {
    margin-left: 0;
    margin-right: 0;
  }
}
.patient section {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
}
.patient h1 {
  color: #24b0cb;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.patient h2 {
  color: #5d385f;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 27px;
}
.patient h3 {
  color: #24b0cb;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
}
.patient p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px;
}
.patient ul {
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}
.patient ul li {
  line-height: 1.5;
}
.patient a {
  color: #24b0cb;
  text-decoration: underline;
  font-weight: 700;
}
.patient .btn-default {
  color: #5d385f;
  background-color: #dbc845;
  border: 1px solid #000;
  width: 100%;
  height: 49px;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
}
.patient .infoSection img {
  display: inline-block;
}
.patient .ctaSection {
  padding: 0 0;
}
.patient .ctaSection > .container {
  background-color: #ededed;
  color: #5d385f;
  padding: 24px 15px;
}
.patient .ctaSection > .container .row {
  margin: 0 0;
}
.patient .ctaSection > .container .btn-special {
  margin: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .patient .ctaSection > .container {
    padding: 24px 0;
  }
  .patient .ctaSection > .container .row {
    display: flex;
    flex-direction: row;
  }
  .patient .ctaSection > .container .flex {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
  }
  .patient .ctaSection > .container .btn-special {
    text-align: center;
    width: auto;
    min-width: 270px;
    padding: 12px 30px 10px;
    margin: 0 0 0 20px;
  }
}
.patient .ctaSection > .container h2,
.patient .ctaSection > .container p {
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
.patient .ctaSection > .container h2 + p {
  margin: 6px 0 0;
}
.patient .blueSection {
  background-color: #e8f6f8;
  margin-bottom: 0px !important;
  padding-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .patient .blueSection {
    padding-bottom: 30px;
  }
}
.patient .greySection {
  padding-top: 15px;
  background-color: #eeebee;
  margin-bottom: 0px !important;
}
.patient .quoteSection {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .patient .quoteSection {
    text-align: center;
  }
  .patient .quoteSection .quoteHeader {
    margin-bottom: 50px;
  }
}
.patient .quoteSection img {
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .patient .quoteSection img {
    width: 50%;
  }
}
.patient #signUp {
  background-color: #5d385f;
  color: #fff;
  margin-top: 0px;
}
.patient #signUp h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 50px;
  font-family: 'Open Sans', sans-serif;
}
.patient #signUp .form input[type="text"],
.patient #signUp .form input[type="email"],
.patient #signUp .form select {
  position: relative;
  border-radius: 0;
  height: 45px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .patient #signUp .form input[type="text"],
  .patient #signUp .form input[type="email"],
  .patient #signUp .form select {
    width: 100%;
  }
}
.patient #signUp #submitBtn {
  width: 182px;
  height: 52px;
  padding-top: 5px;
}
.patient #signUp .formOptions input {
  background-color: #8b8d8d;
  border-color: #8b8d8d;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
  margin-right: 17px;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
}
.patient #signUp .formOptions input:last-child {
  margin-right: 0px;
}
.patient #signUp .formOptions input.active,
.patient #signUp .formOptions input:hover,
.patient #signUp .formOptions input:focus {
  background-color: #24b0cb;
  border-color: #24b0cb;
}
@media only screen and (max-width: 1023px) {
  .patient #signUp .formOptions input {
    margin-bottom: 10px;
  }
}
/*#endregion Patient General*/
#signUpBanner {
  font-family: 'Lato', sans-serif;
  z-index: 888;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 24px 0;
  background-color: #eceaea;
  box-shadow: 2px 2px 10px #AAA;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
#signUpBanner.dismissed {
  bottom: -100%;
}
#signUpBanner .closeButton {
  display: block;
  border: 2px solid #5d385f;
  width: 24px;
  height: 24px;
  background: url(/themes/custom/porphyria/assets/images/purple-x.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
#signUpBanner p {
  color: #5d385f;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
#signUpBanner .btn-special {
  text-transform: none;
  font-size: 1.375rem;
  color: #5d385f;
  background-color: #dbc845;
  border-color: #000;
  line-height: 1.5;
  font-weight: normal;
  width: 130px;
  height: 50px;
  border-radius: 0;
}
@media only screen and (max-width: 1023px) {
  #signUpBanner {
    padding: 15px 0;
  }
  #signUpBanner .container {
    padding: 0 0;
  }
  #signUpBanner .closeButton {
    float: right;
  }
  #signUpBanner p {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 1rem;
  }
  #signUpBanner .btn-special {
    font-size: 1rem;
    font-weight: bold;
    height: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .flex-container {
    display: flex;
    flex-direction: row;
  }
  .flex-container .flex-item {
    display: flex;
    align-items: center;
  }
  .flex-container .flex-item.centered {
    justify-content: center;
  }
}
#not-found-page {
  background-color: #ffffff;
  padding-top: 140px;
}
@media only screen and (min-width: 1024px) {
  #not-found-page {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
#not-found-page .purple-boxed {
  display: inline-block;
  width: auto;
  background-color: #5d385f;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  padding: 5px 10px;
  margin: 0 0 14px 0;
}
@media only screen and (min-width: 1024px) {
  #not-found-page .purple-boxed {
    margin-left: -10px;
  }
}
#not-found-page p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 0;
  margin: 0 0 14px;
}
#not-found-page ul.commonlist {
  margin: 0 0 14px 30px;
  padding: 0 0;
}
#not-found-page ul.commonlist li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 14px;
}
.home {
  /*#mobile Hero image*/
}
.home .animation-home {
  background: url('/themes/custom/porphyria/assets/images/patient/home/home-hero.jpg') no-repeat #ffffff bottom center;
  height: 644px;
  border-bottom: 1px solid #000000;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.home .animation-home .container {
  width: 100%;
  height: 664px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.home .animation-home .reverse {
  background: url('/themes/custom/porphyria/assets/images/patient/home/home-hero-reverse.jpg') no-repeat #333333 bottom center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .animation-home .person {
  width: 560px;
  height: 498px;
  position: absolute;
  left: 39%;
  bottom: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.home .animation-home .person img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .animation-home #womanimage {
  opacity: 0;
}
.home .animation-home .bluebar {
  position: absolute;
  left: 20px;
  background-color: #1c9ab2;
  text-align: left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home .animation-home #bluebar1 {
  width: 0;
  height: 46px;
  top: 160px;
}
.home .animation-home #bluebar2 {
  width: 0;
  height: 46px;
  top: 212px;
}
.home .animation-home #bluebar3 {
  width: 0;
  height: 46px;
  top: 265px;
}
.home .animation-home #bluebar4 {
  width: 0;
  height: 46px;
  top: 318px;
}
.home .animation-home #bluebar5 {
  width: 0;
  height: 46px;
  top: 374px;
}
.home .animation-home .bluebar span {
  color: #ffffff;
  font-family: 'Gudea', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 12px;
  opacity: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home .animation-home #whitebar {
  position: absolute;
  left: 20px;
  top: 436px;
  background-color: #ffffff;
  text-align: left;
  width: 0;
  height: 70px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home .animation-home #whitebartext {
  position: absolute;
  color: #1c9ab2;
  font-family: 'Gudea', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  top: 11px;
  left: 22px;
  opacity: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home .animation-home #purplebar {
  display: block;
  position: absolute;
  left: 20px;
  top: 520px;
  background-color: #5c385f;
  text-align: left;
  width: 0;
  height: 68px;
  text-decoration: none;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home .animation-home #purplebartext {
  position: absolute;
  color: #ffffff;
  font-family: 'Gudea', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  top: 14px;
  left: 24px;
  opacity: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.home .animation-home #purplebartext span {
  color: #dbc845;
}
.home .animation-home #patientlabel {
  position: absolute;
  top: 278px;
  right: 20px;
  background-color: #ffffff;
  color: #5d385f;
  font-family: 'Gudea', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  width: 198px;
  height: 39px;
  text-align: left;
  padding-top: 11px;
  padding-left: 13px;
  box-sizing: border-box;
  opacity: 0;
}
.home .animation-home #womanblock {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media only screen and (max-width: 1023px) {
  .home .animation-home {
    display: none;
  }
}
.home .jumbotron-home {
  background-image: url("/themes/custom/porphyria/assets/images/patient/home/home-hero.jpg") !important;
  height: 644px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 !important;
  margin: 0 0 !important;
  border-bottom: 1px solid black;
}
@media only screen and (min-width: 1024px) {
  .home .jumbotron-home {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .home .jumbotron-home {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home {
    background-image: url("/themes/custom/porphyria/assets/images/patient/home/home-hero-mobile.jpg") !important;
    background-position: top center;
    height: 475px;
  }
}
.home .jumbotron-home .container img {
  position: absolute;
  left: 39%;
  top: 146px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .container img {
    max-width:380px;
    top: 140px;
    left: 28%;
  }
}
@media only screen and (min-width: 1024px) {
  .home .jumbotron-home .container img {
    left: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  .home .jumbotron-home .container img {
    left: 44%;
  }
}
.home .jumbotron-home .container .row {
  margin-left: -45px;
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .container .row {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .home .jumbotron-home .container .row {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .home .jumbotron-home .container.align-bottom {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .container {
    box-sizing: content-box;
    max-width: 380px;
    margin: auto;
  }
}
.home .jumbotron-home .jumbotron-text {
  padding-top: 140px;
  position: relative;
  z-index: 40;
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .jumbotron-text {
    padding-top: 115px;
  }
}
.home .jumbotron-home .jumbotron-text .patient-label {
  width: 230px;
  top: 278px;
  left: 80%;
}
@media only screen and (min-width: 1400px) {
  .home .jumbotron-home .jumbotron-text .patient-label {
    left: 82%;
  }
}
.home .jumbotron-home .jumbotron-text .headline {
  font-family: 'Gudea', sans-serif;
  background-color: #1c99b1;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 10px;
  z-index: 37;
  margin-bottom: 5px;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
    .home .jumbotron-home .jumbotron-text .headline {
        margin-right:30%;
    }
}
@media only screen and (max-width: 767px) {
    .home .jumbotron-home .jumbotron-text .headline {
        font-size: 14px;
        line-height: 1.2;
        padding: 5px 10px;
        margin-right:2%;
    }
    
}
@media only screen and (min-width: 1024px) {
  .home .jumbotron-home .jumbotron-text .headline {
        margin-left: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .home .jumbotron-home .jumbotron-text .headline {
    margin-left: 0;
  }
}
.home .jumbotron-home .jumbotron-text h1 {
  background: #ffffff;
  color: #1c9ab2;
  font-size: 45px;
  font-weight: 700;
  font-family: 'Gudea', sans-serif;
  margin-top: 13px;
  display: inline-block;
  padding: 15px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .jumbotron-text h1 {
    font-size: 25px;
    margin-top: 25px;
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .home .jumbotron-home .jumbotron-text h1 {
    margin-top: 10px;
    _width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .home .jumbotron-home .jumbotron-text h1 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .home .jumbotron-home .jumbotron-text h1 {
    margin-left: 0;
  }
}
.home .jumbotron-home .jumbotron-text .purple-cta {
  font-family: 'Gudea', sans-serif;
  padding: 20px 30px;
  background: #5c385f;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
}
.home .jumbotron-home .jumbotron-text .purple-cta:hover,
.home .jumbotron-home .jumbotron-text .purple-cta:active {
  text-decoration: none;
}
.home .jumbotron-home .jumbotron-text .purple-cta .arrow {
  color: #dbc845;
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .jumbotron-text .purple-cta {
    padding: 10px 15px;
    font-size: 20px;
    margin-top: 6px;
  }
}
@media (max-width: 400px) {
  .home .jumbotron-home .jumbotron-text .purple-cta {
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .jumbotron-home .jumbotron-text .purple-cta {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .home .jumbotron-home .jumbotron-text .purple-cta {
    margin-left: 0;
  }
}
.home .jumbotron-home .jumbotron-text .story-cta {
  border-width: 2px;
  border-color: #1c9ab2;
  border-style: solid;
  background-color: #ffffff;
  padding: 15px;
  z-index: 43;
  font-size: 20px;
  color: #1c9ab2;
  margin-top: 50px;
  display: inline-block;
}
.home .jumbotron-home .jumbotron-text .story-cta .arrow {
  color: #dbc845;
}
@media only screen and (max-width: 767px) {
  .home .jumbotron-home .jumbotron-text .story-cta {
    font-size: 10px;
    padding: 10px;
    margin-top: 10px;
    margin-left: 20px;
  }
}
.home .jumbotron-home .expandButton {
  position: absolute;
  bottom: 320px;
}
.home .jumbotron-home .expandButton p {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 5px;
}
.home .jumbotron-home .expandButton img {
  cursor: pointer;
}
.home .patient section {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.home .patient h1 {
  color: #148da4;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .home .patient h1 {
    text-align: left;
    font-size: 33px;
  }
}
.home .patient .mr-50 {
  margin-right: 50px;
}
.home .patient .blue-bar {
  background-color: #1c9ab2;
  padding: 26px 0;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .home .patient .blue-bar {
    padding: 15px;
    font-size: 20px;
  }
  .home .patient .blue-bar br {
    display: none;
  }
}
.home .patient .story-boxes {
  font-family: 'Open Sans', sans-serif;
  color: #5a395c;
}
.home .patient .story-boxes a {
  text-decoration: none !important;
  color: #5d385f;
}
.home .patient .story-boxes h2 a{
    line-height: 28px;
}
.home .patient .story-boxes a h2 {
  text-decoration: none !important;
  color: #5d385f;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .home .patient .story-boxes a h2 {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.home .patient .story-boxes a p {
  text-decoration: none !important;
  color: #5d385f;
  font-size: 16px;
  min-height: 44px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .home .patient .story-boxes a p {
    min-height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .home .patient .story-boxes a p.mh {
    min-height: 72px;
  }
}
.home .patient .story-boxes a .cta {
  background: #dbc845;
  padding: 15px 10px;
  min-width: 250px;
  display: inline-block;
  border: 1px solid #231f20;
  text-align: center;
  color: #5a395c;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .home .patient .story-boxes a .cta {
    min-width: 100%;
    padding: 10px;
    font-size: 19px;
  }
}
@media (min-width:768px) and (max-width:1023px){  
  .home .patient .story-boxes a .cta {
    min-width: 210px;
  }
}
.home .patient .story-boxes .box {
  height: auto;
  position: relative;
}

.home .patient .story-boxes .box.card-home-4 h2{
    min-height: 102px;
}

.home .patient .story-boxes .box.card-home-4 p{
    min-height: 68px;
}
@media (min-width:768px) and (max-width:1023px){  
  .home .patient .story-boxes .box.card-home-4 p{
    height: 90px;
}
}

.home .patient .story-boxes .box.card-home-4-8 p{
    min-height: 68px;
}

.home .patient .story-boxes .box.card-home-8 p{
    min-height: 68px;
}

@media (min-width:768px) and (max-width:1023px){  
  .home .patient .story-boxes .box.card-home-8 p{
    min-height: 90px;
}
}

.contReference{
    margin-top: 30px;
    margin-bottom: 20px;
}

.contReference p{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .home .patient .story-boxes .box:nth-of-type(3) {
    border-bottom: 1px solid #e1e1e1;
  }
}
.home .patient .story-boxes .box.borderright {
  border-right: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .home .patient .story-boxes .box.borderright {
    border-right: none;
  }
}
.home .patient .story-boxes .box.borderbottom {
  border-bottom: 1px solid #e1e1e1;
}
.home .patient .story-boxes .box img {
  margin: auto;
  padding-top: 10px;
}
.home .patient .story-boxes .box .content {
  padding: 30px 18px 50px 18px;
}
@media only screen and (max-width: 767px) {
  .home .patient .story-boxes .box .content {
    padding: 20px 15px 35px 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .home .patient .story-boxes .box .content {
    padding: 20px 0 35px 0;
  }
}
.home .patient .story-boxes .box:nth-of-type(3) {
   /* padding-top: 20px; */
}
.home .patient .story-boxes .box:nth-of-type(4) {
  padding-top: 20px;
}
.home .patient .story-boxes .box:nth-of-type(4) .content {
  padding-right: 15px;
}
/*#About Hero image*/
.about-ahp .jumbotron {
  background: url(/themes/custom/porphyria/assets/images/cs/aboutAHP/about-hero.jpg) no-repeat; 
  height: 644px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 !important;
  margin: 0 0 0 0 !important;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .about-ahp .jumbotron {
    background-image: url(/themes/custom/porphyria/assets/images/cs/aboutAHP/about-hero-mobile.jpg) !important;
    height: 333px;
    background-position-y: 80px;
  }
}
.about-ahp .jumbotron .container img {
    max-width: 468px;
    top: 119px;
    left: 35%;
}
@media only screen and (max-width: 767px) {
  .about-ahp .jumbotron .container img {
    top: 98px;
    left: 38%;
    max-width: 200px;
  }
}
.about-ahp .jumbotron .jumbotron-text {
  padding-top: 405px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .jumbotron .jumbotron-text {
    padding-top: 228px;
  }
}
.about-ahp .jumbotron .jumbotron-text .headline {
  padding-right: 100px;
  width: calc(37% + 100px);
}
@media only screen and (max-width: 767px) {
  .about-ahp .jumbotron .jumbotron-text .headline {
    width: calc(40% + 100px);
  }
}
.about-ahp .patient section {
  padding-top: 20px !important;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.about-ahp .patient p {
  font-size: 18px;
}
.about-ahp .patient h1 {
  color: #1ea4bd;
}
.about-ahp .patient h3 {
  text-align: center;
  color: #1ea4bd;
}
.about-ahp .patient h4 {
  text-align: center;
  color: #1ea4bd;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
  padding-right: 130px;
}
.about-ahp .patient h6 {
  color: #2d2b80;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
  padding-right: 130px;
}
.about-ahp .patient .ahp-types {
  padding-left: 245px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-types {
    padding-left: 0;
  }
}
.about-ahp .patient .ahp-types ul {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .about-ahp .patient .ahp-types ul {
    background: url(/themes/custom/porphyria/assets/images/patient/aboutAHP/about-down-arrow.png) no-repeat left center;
    padding-left: 80px;
    background-size: contain;
    margin-left: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-types ul {
    margin-left: 0;
  }
}
.about-ahp .patient .ahp-types ul:nth-child(1) {
  list-style-type: none;
}
.about-ahp .patient .ahp-types ul:nth-child(1) img {
  width: 33px;
  height: 100px;
  padding-top: 7px;
}
.about-ahp .patient .ahp-types ul:nth-child(1):nth-child(1) {
  vertical-align: top;
}
.about-ahp .patient .headerAndOpeningText {
  margin-top: 0;
  padding-top: 0;
}
.about-ahp .patient .headerAndOpeningText h1 {
  margin-bottom: 25px;
}
.about-ahp .patient .headerAndOpeningText h3 {
  margin-top: 30px;
}
.about-ahp .patient .headerAndOpeningText h4 {
  margin-bottom: 30px;
}
.about-ahp .patient .quoteSection {
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .quoteSection .row.quotes {
    margin-left: 0;
    margin-right: 0;
  }
}
.about-ahp .patient .quoteSection .row.quotes:before {
  background: url(/themes/custom/porphyria/assets/images/patient/aboutAHP/quote-top-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.about-ahp .patient .quoteSection .row.quotes:after {
  background: url(/themes/custom/porphyria/assets/images/patient/aboutAHP/quote-bottom-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.about-ahp .patient .quoteSection .row.quotes img {
  max-width: 100%;
  margin-top: -23px;
  margin-bottom: -17px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .quoteSection .row.quotes img {
    min-width: 280px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .quoteSection .row.quotes {
    position: relative;
  }
  .about-ahp .patient .quoteSection .row.quotes > div:nth-of-type(1) {
    position: static;
  }
  .about-ahp .patient .quoteSection .row.quotes img {
    margin: 0 0;
    position: absolute;
    bottom: 10px;
    left: 2vw;
    max-width: 240px;
  }
}
.about-ahp .patient .quoteSection .row.quotes .item blockquote p {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 25px;
  color: #5d385f;
  line-height: 40px;
  font-size: 26px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .quoteSection .row.quotes .item blockquote p {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
  }
}
.about-ahp .patient .quoteSection .row.quotes .item blockquote p:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/aboutAHP/quote-right.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -98px;
  margin-bottom: -20px;
  bottom: 0px;

}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .quoteSection .row.quotes .item blockquote p:before {
    left: 0;
    margin-left: 0;
    bottom: 0;
  }
}
.about-ahp .patient .quoteSection .row.quotes .item blockquote p:after {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/aboutAHP/quote-left.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-top: 0;
  right: 0;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .quoteSection .row.quotes .item blockquote p:after {
    margin-right: 0;
  }
}
.about-ahp .patient .quoteSection .row.quotes .item blockquote em {
  font-size: 26px;
  color: #5d385f;
  font-style: italic;
  font-family: 'Gudea', sans-serif;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .quoteSection .row.quotes .item blockquote em {
    margin-top: 40px;
    display: block;
    margin-bottom: 10px;
  }
}
.about-ahp .patient .what-ahp-body {
  padding-top: 40px;
}
.about-ahp .patient .what-ahp-body .mod-video {
  background: #ffffff;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .what-ahp-body .mod-video {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.about-ahp .patient .what-ahp-body .mod-video p {
  text-align: center;
  background: #cacaca;
  height: 385px;
  padding-top: 167px;
}
.about-ahp .patient .what-ahp-body ul {
  padding-left: 20px;
}
.about-ahp .patient .what-ahp-body ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection {
    padding-top: 40px;
  }
}
.about-ahp .patient .experienceSection h2 {
    font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    color:#24b0cb; 
    font-weight: 700;
    text-transform: none;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection h2 {
    margin-top: 0;
  }
}
.about-ahp .patient .experienceSection .acute-chronic-ahp {
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .about-ahp .patient .experienceSection .acute-chronic-ahp.greyDivider {
    padding-top: 0px;
    border-bottom: 1px solid #d6d6d6;
  }
  .about-ahp .patient .experienceSection .acute-chronic-ahp.greyDivider p {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection .acute-chronic-ahp.greyDivider {
    padding-top: 20px;
  }
}
.about-ahp .patient .experienceSection .acute-chronic-ahp h3 {
  color: #5d385f;
  text-transform: uppercase;
}
.about-ahp .patient .experienceSection .acute-chronic-ahp img.divider-line {
  height: 375px;
  width: 1px;
}
.about-ahp .patient .experienceSection .acute-chronic-ahp p {
  padding: 30px 45px 30px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection .acute-chronic-ahp p {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.about-ahp .patient .experienceSection .cta {
  background: #ededed;
  height: 130px;
  padding: 30px 45px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection .cta {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection .cta h2 {
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .experienceSection .btn-default {
    white-space: normal;
    height: auto;
  }
}
.about-ahp .patient .recognize-section {
  margin-bottom: 0px;
  background-color: #eeebee;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .recognize-section {
    margin-bottom: 0px;
  }
}
.about-ahp .patient .recognize-section h2 {
  font-size: 24px;
}
.about-ahp .patient .signs-section {
  padding-top: 65px;
  padding-bottom: 55px;
  padding-block-end: 57px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .signs-section {
    padding-bottom: 15px;
  }
}
.about-ahp .patient .signs-section h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 62px;
}
.about-ahp .patient .signs-section img {
  padding-bottom: 40px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .signs-section img#graphic-desktop {
    display: none;
  }
}
.about-ahp .patient .signs-section img#graphic-mobile {
  width: 100%;
  margin-top: -50px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .signs-section img#graphic-mobile {
    display: block;
  }
}
.about-ahp .patient .signs-section p {
  /*font-size: 14px;*/
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .about-ahp .patient .signs-section p:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.about-ahp .patient .signs-section p small {
  font-size: 14px;
  line-height: 1;
}
.about-ahp .patient .signs-section .graphic-box {
  position: relative;
}
.about-ahp .patient .signs-section .graphic-box .graphic-text div[id^="graphic-text-"] {
  padding: 10px 10%;
  margin-bottom: 10%;
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .signs-section .graphic-box .graphic-text {
    display: none;
  }
}
.about-ahp .patient .signs-section .graphic-box .graphic-text p {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.about-ahp .patient .signs-section .graphic-box .graphic-text ul {
  list-style-type: none;
  padding-left: 0;
}
.about-ahp .patient .signs-section .graphic-box .graphic-text .two-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-ahp .patient .signs-section .numbered-boxes-container {
  display: none;
}
@media (max-width: 767px) {
  .about-ahp .patient .signs-section .numbered-boxes-container {
    display: block;
    padding: 0 15px;
    max-width: 420px;
    margin: 0 auto;
  }
  .about-ahp .patient .signs-section .numbered-boxes-container .box {
    background-image: url(/themes/custom/porphyria/assets/images/patient/aboutAHP/box-outline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 18px 14px;
    margin: 20px 0 40px;
    font-size: 1em;
    line-height: 1.4;
  }
  .about-ahp .patient .signs-section .numbered-boxes-container .box .number {
    display: block;
    position: absolute;
    top: -1em;
    right: 1em;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
  }
  .about-ahp .patient .signs-section .numbered-boxes-container .box strong {
    display: block;
  }
  .about-ahp .patient .signs-section .numbered-boxes-container .box .table {
    display: table;
    width: 100%;
    padding: 4px 0 0;
    margin: 0;
  }
  .about-ahp .patient .signs-section .numbered-boxes-container .box .table .td {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}
.about-ahp .patient .triggers-section {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .triggers-section {
    padding-top: 30px;
  }
}
.about-ahp .patient .triggers-section .trigger-awareness {
  text-align: center;
  padding-top: 57px;
}
.about-ahp .patient .triggers-section .trigger-awareness:nth-of-type(2) b.fixed-line {
  font-weight: normal !important;
  display: block;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .triggers-section .trigger-awareness:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-ahp .patient .triggers-section .trigger-awareness img {
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1023px) {
  .about-ahp .patient .triggers-section .trigger-awareness img {
    margin-bottom: 6px;
  }
}
.about-ahp .patient .triggers-section .trigger-awareness span {
  color: #59395c;
  font-weight: 700;
  text-transform: uppercase;
}
.about-ahp .patient .triggers-section .trigger-awareness p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.about-ahp .patient .triggers-section .trigger-awareness p span {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .triggers-section .trigger-awareness p {
    font-size: 15px;
  }
  .about-ahp .patient .triggers-section .trigger-awareness p span {
    font-size: 16px;
  }
}
.about-ahp .patient .triggers-section .trigger-awareness .inline {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.about-ahp .patient .triggers-section .trigger-awareness .inline .fake-space {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .triggers-section .trigger-awareness .inline {
    font-size: 15px;
    margin-left: 10px;
  }
}
.about-ahp .patient .ahp-misdiagnosed {
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-misdiagnosed {
    padding-top: 40px;
  }
}
.about-ahp .patient .ahp-misdiagnosed .col-md-12 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp {
    text-align: center;
    padding: 0 0;
  }
}
.about-ahp .patient .ahp-misdiagnosed .item-list-ahp img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp img {
    margin-bottom: 30px;
  }
}
.about-ahp .patient .ahp-misdiagnosed .item-list-ahp .item-content {
  margin-left: 5%;
  display: inline-block;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp .item-content {
    width: 90%;
    text-align: left;
    margin-left: 0;
  }
}
.about-ahp .patient .ahp-misdiagnosed .item-list-ahp .item-content h3 {
  text-align: left;
  color: #5d385f;
  line-height: 1.3;
  /*word-break: break-all;*/
}
.about-ahp .patient .ahp-misdiagnosed .item-list-ahp .item-content ul {
  padding-left: 20px;
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp:nth-of-type(2),
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp:nth-of-type(5) {
    position: relative;
    padding-left: 30px;
  }
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp:nth-of-type(2):before,
  .about-ahp .patient .ahp-misdiagnosed .item-list-ahp:nth-of-type(5):before {
    content: '';
    display: block;
    background-color: #b7b7b7;
    width: 1px;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 10px;
  }
}
.about-ahp .patient .ahp-misdiagnosed .lastListItemAHP img {
  /*width:60px;*/
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-misdiagnosed .lastListItemAHP {
    margin-bottom: 30px;
  }
}
.about-ahp .patient .ahp-misdiagnosed .btn-default {
  width: auto;
}
@media only screen and (min-width: 1024px) {
  .about-ahp .patient .ahp-misdiagnosed .clearfix {
    margin-bottom: 40px;
  }
}
.about-ahp .patient .ahp-misdiagnosed .divider-line {
  border-left: 2px solid #b7b7b7;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .about-ahp .patient .ahp-misdiagnosed .divider-line {
    border-left: 0;
    padding-left: 0;
  }
}
/*
// .graphicBoxes {
//     content: "";
//     width: 100%;
//     background-size: contain;
//     position: absolute;
//     top: -43px;
//     left: 0px;
//     background-repeat: no-repeat;
// }
*/
.diagnosing .jumbotron {
  background-image: url("/themes/custom/porphyria/assets/images/patient/diagnosing/diagnosing-hero.jpg");
  height: 644px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 !important;
  margin: 0 0 25px 0 !important;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .diagnosing .jumbotron {
    background-image: url("/themes/custom/porphyria/assets/images/patient/diagnosing/diagnosing-hero-mobile.jpg") !important;
    height: 333px;
  }
}
.diagnosing .jumbotron .container img {
  top: 164px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .jumbotron .container img {
    left: 43%;
    top: 92px;
    max-width: 200px;
  }
}
.diagnosing .jumbotron .jumbotron-text {
  padding-top: 405px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .jumbotron .jumbotron-text {
    padding-top: 228px;
  }
}
.diagnosing .jumbotron .jumbotron-text .headline {
  padding-right: 90px;
  width: calc(50% + 70px);
}
@media only screen and (max-width: 767px) {
  .diagnosing .jumbotron .jumbotron-text .headline {
    padding-right: 40px;
    width: calc(42% + 50px);
  }
}
@media (max-width: 400px) {
  .diagnosing .jumbotron .jumbotron-text .headline {
    padding-right: 0;
    padding-left: 40px;
    text-align: left;
  }
  .diagnosing .jumbotron .jumbotron-text .headline span {
    display: block;
  }
}
.diagnosing .patient section {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient h1 {
    font-size: 35px;
  }
}
.diagnosing .patient .number-bullet {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet {
    padding-left: 0;
  }
}
.diagnosing .patient .number-bullet li {
  position: relative;
  margin-bottom: 60px;
  list-style: none;
  padding-left: 55px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet li {
    padding-left: 45px;
  }
}
.diagnosing .patient .number-bullet li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/border.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -40px;
  left: -14px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet li:after {
    background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/border_mobile.png);
    content: "";
    height: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.diagnosing .patient .number-bullet li h2 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-top: 9px;
}
.diagnosing .patient .number-bullet li p {
  margin-bottom: 5px;
}
.diagnosing .patient .number-bullet li p.references {
  margin-top: 0px;
  margin-bottom: 5px;
}
.diagnosing .patient .number-bullet li:before {
  content: "";
  width: 49px;
  height: 50px;
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NumberBlock_1.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: 0;
  background-repeat: no-repeat;
}
.diagnosing .patient .number-bullet li.two:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NumberBlock_2.png);
  background-repeat: no-repeat;
}
.diagnosing .patient .number-bullet li.three:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NumberBlock_3.png);
  background-repeat: no-repeat;
}
.diagnosing .patient .number-bullet li.four:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NumberBlock_4.png);
  background-repeat: no-repeat;
}
.diagnosing .patient .number-bullet li.five:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NumberBlock_5.png);
  background-repeat: no-repeat;
}
.diagnosing .patient .number-bullet li.five:after {
  background-image: none;
}
.diagnosing .patient .number-bullet li.five sup {
  color: #24b0cb;
  font-weight: 700;
}
.diagnosing .patient .number-bullet li ul {
  padding-left: 10px;
  margin-top: 16px;
}
.diagnosing .patient .number-bullet li ul li {
  list-style: none;
  padding-left: 0;
}
.diagnosing .patient .number-bullet li ul li:before {
  width: auto;
  height: auto;
  content: "";
  background-image: none;
}
.diagnosing .patient .number-bullet li ul li:after {
  background-image: none;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .checks {
    position: relative;
    left: -30px;
  }
}
.diagnosing .patient .number-bullet .checks li {
  position: relative;
  margin-bottom: 39px;
  list-style: none;
  padding-left: 55px;
  color: #5d385f;
  font-size: 1.2em;
  padding-top: 7px;
}
.diagnosing .patient .number-bullet .checks li span {
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .checks li span {
    display: block;
    padding-top: 10px;
  }
}
.diagnosing .patient .number-bullet .checks li sup {
  color: #5d385f;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .checks li {
    padding-left: 0;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 30px;
    border-bottom: 1px solid #BBB;
  }
}
.diagnosing .patient .number-bullet .checks li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.diagnosing .patient .number-bullet .checks li:before {
  content: "";
  width: 44px;
  height: 39px;
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/CircleCheck_Blue.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .checks li:before {
    background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/CircleCheck_Blue_Mobile.png);
    width: auto;
    height: 80px;
    background-size: contain;
    position: relative;
    left: 0px;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
  }
}
.diagnosing .patient .number-bullet .checks li.yellow:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/CircleCheck_Yellow.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .checks li.yellow:before {
    background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/CircleCheck_Yellow_Mobile.png);
  }
}
.diagnosing .patient .number-bullet .positiveNegative li {
  position: relative;
  margin-bottom: 39px;
  list-style: none;
  padding-left: 55px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .positiveNegative li {
    padding-left: 0px;
  }
}
.diagnosing .patient .number-bullet .positiveNegative li:last-child {
  padding-top: 8px;
}
.diagnosing .patient .number-bullet .positiveNegative li:before {
  content: "";
  width: 43px;
  height: 53px;
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/PositiveBubble.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .positiveNegative li:before {
    background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/PositiveBubble_Mobile.png);
    width: auto;
    height: 80px;
    background-size: contain;
    position: relative;
    left: 0px;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    padding: 0;
    background-position: left;
  }
}
.diagnosing .patient .number-bullet .positiveNegative li.negative:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NegativeBubble.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .number-bullet .positiveNegative li.negative:before {
    background-image: url(/themes/custom/porphyria/assets/images/patient/diagnosing/NegativeBubble_Mobile.png);
  }
}
.diagnosing .patient .symptoms {
  padding-top: 0px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .symptoms {
    padding-bottom: 0px;
  }
}
.diagnosing .patient .guide-sec {
  padding-top: 50px;
  padding-bottom: 60px;
}
.diagnosing .patient .guide-sec .help-sec .help-sec-info {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .diagnosing .patient .guide-sec .help-sec .help-sec-info {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .diagnosing .patient .guide-sec .help-sec .need-img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .diagnosing .patient .guide-sec .help-sec .btn-default {
    width: 230px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .diagnosing .patient .guide-sec .help-sec .btn-default {
    width: 100%;
  }
}
.diagnosing .quoteSection {
  margin: 0;
}
.diagnosing .quoteSection .quotes:before {
  background: url(/themes/custom/porphyria/assets/images/patient/diagnosing/quote-top-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.diagnosing .quoteSection .quotes:after {
  background: url(/themes/custom/porphyria/assets/images/patient/diagnosing/quote-bottom-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.diagnosing .quoteSection .quotes img {
  margin-top: 14px;
  margin-bottom: -17px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .diagnosing .quoteSection .quotes img {
    width: 70%;
  }
}
.diagnosing .quoteSection .quotes .item blockquote p {
  font-size: 26px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  padding-left: 120px;
  padding-top: 25px;
  color: #5d385f;
}
@media only screen and (max-width: 1023px) {
  .diagnosing .quoteSection .quotes .item blockquote p {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .diagnosing .quoteSection .quotes .item blockquote p {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
  }
}
.diagnosing .quoteSection .quotes .item blockquote p:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/resources/quote-right.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -59px;
  margin-top: -20px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .quoteSection .quotes .item blockquote p:before {
    left: 0;
    margin-left: 0px;
  }
}
.diagnosing .quoteSection .quotes .item blockquote p:after {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/resources/quote-left.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-right: -42px;
  margin-top: 0;
  right: 0;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .diagnosing .quoteSection .quotes .item blockquote p:after {
    margin-right: 0;
  }
}
.diagnosing .quoteSection .quotes .item blockquote em {
  font: italic 400 26px/30px 'Gudea', sans-serif;
  color: #5d385f;
}
@media only screen and (max-width: 767px) {
  .diagnosing .quoteSection .quotes .item blockquote em {
    margin-top: 40px;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .diagnosing .p0 {
    padding: 0;
  }
}
/*#Living AHP image*/
.living-ahp .jumbotron {
  background-image: url("/themes/custom/porphyria/assets/images/patient/livingAHP/living-hero.jpg") !important;
  height: 644px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 !important;
  margin: 0 0 0 0 !important;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .living-ahp .jumbotron {
    background-image: url("/themes/custom/porphyria/assets/images/patient/livingAHP/living-hero-mobile.jpg") !important;
    height: 333px;
  }
}
.living-ahp .jumbotron .container {
  max-width: 1600px;
}
.living-ahp .jumbotron .container img {
  top: 174px;
  left: 39%;
}
@media only screen and (max-width: 767px) {
  .living-ahp .jumbotron .container img {
    top: 88px;
    max-width: 150px;
    left: 50%;
  }
}
.living-ahp .jumbotron .jumbotron-text {
  padding-top: 405px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .jumbotron .jumbotron-text {
    padding-top: 228px;
  }
}
.living-ahp .jumbotron .jumbotron-text .headline {
  padding-right: 100px;
  width: calc(40% + 100px);
}
@media only screen and (max-width: 767px) {
  .living-ahp .jumbotron .jumbotron-text .headline {
    padding-right: 120px;
    width: calc(40% + 150px);
  }
}
.living-ahp .patient .headerAndOpeningText {
  padding-top: 0px;
}
.living-ahp .patient .headerAndOpeningText h1 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .headerAndOpeningText {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.living-ahp .patient section {
  padding-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient section {
    margin-top: 0px;
  }
}
.living-ahp .patient .greySection,
.living-ahp .patient .blueSection {
  margin-bottom: 0px;
  padding-top: 20px;
}
.living-ahp .patient .blueSection a {
  /*width: 263px;*/
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .blueSection a {
    display: block;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .blueSection a {
    width: 100%;
  }
}
.living-ahp .patient h1 {
  text-align: left;
  margin-bottom: 20px;
}
.living-ahp .patient h2 {
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient h2 {
    line-height: 23px;
    margin-bottom: 6px;
  }
}
.living-ahp .patient p {
  margin-bottom: 31px;
}
.living-ahp .patient ul {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient ul {
    padding-left: 20px;
  }
}
.living-ahp .patient ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient ul li ul {
    padding-left: 20px;
  }
}
.living-ahp .patient ul li ul li {
  position: relative;
  list-style: none;
}
.living-ahp .patient ul li ul li:before {
  content: "-";
  position: absolute;
  left: -14px;
  top: 0;
}
.living-ahp .patient .lessMargin {
  margin-bottom: 16px;
}
.living-ahp .patient .guide-sec .help-sec img {
  margin: auto;
}
.living-ahp .patient .guide-sec .help-sec .help-sec-info {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .guide-sec .help-sec .help-sec-info {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .guide-sec .help-sec .need-img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .guide-sec .help-sec .btn-default {
    width: 320px;
    display: block;
    margin: 0 auto;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .guide-sec .help-sec .btn-default {
    width: 230px;
    padding-top: 8px;
  }
}
.living-ahp .patient .mb-30 {
  margin-bottom: 30px;
}
.living-ahp .patient .fpo-sec {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .fpo-sec img {
    margin-bottom: 12px;
    width: 100%;
    max-width: 220px;
  }
}
.living-ahp .patient .fpo-sec p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .fpo-sec p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .fpo-sec {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .avoid h2 {
    font-size: 21px;
  }
}
.living-ahp .patient .difference {
  margin-bottom: 87px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .difference {
    margin-bottom: 30px;
  }
}
.living-ahp .patient .difference .divider:before {
  content: "";
  width: 2px;
  height: 504px;
  background-image: url(/themes/custom/porphyria/assets/images/patient/livingAHP/border.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 163px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .difference .divider:before {
    display: none;
  }
}
.living-ahp .patient .difference img {
  margin: 0 auto 16px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .difference img {
    margin: 0 0 16px;
    text-align: left;
  }
}
.living-ahp .patient .difference h2 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .difference h2 {
    text-align: left;
  }
}
.living-ahp .patient .difference p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .difference ul {
    padding-left: 0;
  }
}
.living-ahp .patient .difference ul li {
  margin-bottom: 0;
}
.living-ahp .patient .difference ul li ul {
  margin-top: 0;
  padding-left: 16px;
  margin-bottom: 10px;
}
.living-ahp .patient .greySection .flex-container {
  display: flex;
}
.living-ahp .patient .greySection .flex-container .patient-img {
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .greySection .flex-container .patient-img {
    flex-direction: row-reverse;
  }
}
.living-ahp .patient .greySection .decimal-bullet {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .greySection .decimal-bullet {
    padding-left: 0;
  }
}
.living-ahp .patient .greySection .decimal-bullet li {
  position: relative;
  margin-bottom: 39px;
  list-style: none;
  padding-left: 55px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .greySection .decimal-bullet li {
    padding-left: 45px;
  }
}
.living-ahp .patient .greySection .decimal-bullet li:before {
  content: "";
  width: 55px;
  height: 48px;
  background-image: url(/themes/custom/porphyria/assets/images/patient/livingAHP/bullet-one.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .living-ahp .patient .greySection .decimal-bullet li:before {
    width: 35px;
    height: 30px;
    left: 0px;
  }
}
.living-ahp .patient .greySection .decimal-bullet li.two:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/livingAHP/bullet-two.png);
  background-repeat: no-repeat;
}
.living-ahp .patient .greySection .decimal-bullet li.three:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/livingAHP/bullet-three.png);
  background-repeat: no-repeat;
}
.living-ahp .patient .greySection .decimal-bullet li ul {
  padding-left: 30px;
  margin-top: 16px;
}
.living-ahp .patient .greySection .decimal-bullet li ul li {
  list-style: disc;
  padding-left: 0;
}
.living-ahp .patient .greySection .decimal-bullet li ul li:before {
  width: auto;
  height: auto;
  content: "";
  background-image: none;
}
@media only screen and (max-width: 1023px) {
  .living-ahp .patient .greySection img.img-responsive {
    margin: 0 auto 50px auto;
  }
}
.living-ahp .quoteSection {
  margin: 0;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .quoteSection .quoteHeader {
    margin-bottom: 15px;
  }
}
.living-ahp .quoteSection .quotes:before {
  background: url(/themes/custom/porphyria/assets/images/patient/diagnosing/quote-top-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.living-ahp .quoteSection .quotes:after {
  background: url(/themes/custom/porphyria/assets/images/patient/diagnosing/quote-bottom-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.living-ahp .quoteSection .quotes img {
  margin-top: -8px;
  margin-bottom: -17px;
  width: 292px;
}
@media only screen and (max-width: 1023px) {
  .living-ahp .quoteSection .quotes img {
    width: 50%;
  }
}
.living-ahp .quoteSection .quotes .item blockquote p {
  font-size: 26px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  line-height: 40px;
  padding-left: 90px;
  padding-top: 25px;
  color: #5d385f;
}
@media only screen and (max-width: 1023px) {
  .living-ahp .quoteSection .quotes .item blockquote p {
    padding-left: 60px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .living-ahp .quoteSection .quotes .item blockquote p {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
  }
}
.living-ahp .quoteSection .quotes .item blockquote p:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/resources/quote-right.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -59px;
  margin-top: -20px;
  bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .living-ahp .quoteSection .quotes .item blockquote p:before {
    left: 0;
    margin-left: 0px;
  }
}
.living-ahp .quoteSection .quotes .item blockquote p:after {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/resources/quote-left.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-right: -48px;
  margin-top: 0;
  right: 0;
  top: 0px
  ;
}
@media only screen and (max-width: 767px) {
  .living-ahp .quoteSection .quotes .item blockquote p:after {
    margin-right: 0;
  }
}
.living-ahp .quoteSection .quotes .item blockquote em {
  font: italic 400 26px/30px 'Gudea', sans-serif;
  color: #5d385f;
}
@media only screen and (max-width: 767px) {
  .living-ahp .quoteSection .quotes .item blockquote em {
    margin-top: 40px;
    display: block;
    margin-bottom: 10px;
  }
}
.living-ahp .p0 {
  padding: 0;
}
/*#resources Hero image*/
.resources .jumbotron {
  background-image: url("/themes/custom/porphyria/assets/images/patient/resources/resources-hero.jpg") !important;
  height: 644px;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 !important;
  margin: 0 0 25px 0 !important;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 767px) {
  .resources .jumbotron {
    background-image: url("/themes/custom/porphyria/assets/images/patient/resources/resources-hero-mobile.jpg") !important;
    height: 333px;
  }
}
@media only screen and (min-width: 1024px) {
  .resources .jumbotron {
    margin-bottom: 10px;
  }
}
.resources .jumbotron .container img {
    top: 90px;
    left: 36%;
    max-width:500px;
}
@media only screen and (max-width: 767px) {
  .resources .jumbotron .container img {
    top: 98px;
    left: 40%;
    width: 200px;
  }
}
.resources .jumbotron .jumbotron-text {
  padding-top: 405px;
}
@media only screen and (max-width: 767px) {
  .resources .jumbotron .jumbotron-text {
    padding-top: 228px;
  }
}
.resources .jumbotron .jumbotron-text .headline {
  padding-right: 100px;
  width: calc(40% + 100px);
}
.resources .patient section {
  padding-top: 20px !important;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .resources .patient section {
    padding-bottom: 25px;
  }
}
.resources .patient .headerAndOpeningText {
  padding-top: 0px;
}
.resources .patient .headerAndOpeningText a {
  text-decoration: none;
}
.resources .patient .headerAndOpeningText img {
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .resources .patient .headerAndOpeningText img {
    margin-top: 30px;
  }
}
.resources .patient .headerAndOpeningText h1 {
  margin-bottom: 25px;
}
.resources .patient .headerAndOpeningText p {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .resources .patient .headerAndOpeningText p {
    text-align: left;
  }
}

.resources .patient .quoteSection {
  margin: 0;
}

.resources .patient .seekInformation{
   margin-top:50px; 
}
@media only screen and (max-width: 767px) {
  .resources .patient .quoteSection > .container {
    padding: 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .resources .patient .quoteSection {
    margin: 0 20px;
  }
}
.resources .patient .quoteSection .quotes:before {
  background: url(/themes/custom/porphyria/assets/images/patient/resources/quote-top-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.resources .patient .quoteSection .quotes:after {
  background: url(/themes/custom/porphyria/assets/images/patient/resources/quote-bottom-line.png) no-repeat top center;
  display: block;
  height: 24px;
}
.resources .patient .quoteSection .quotes img {
  max-width: 100%;
  margin-top: -50px;
  margin-bottom: -17px;
}
@media only screen and (min-width: 1024px) {
  .resources .patient .quoteSection .quotes {
    position: relative;
  }
  .resources .patient .quoteSection .quotes > div:nth-of-type(1) {
    position: static;
  }
  .resources .patient .quoteSection .quotes img {
    margin: 0 0;
    position: absolute;
    bottom: 10px;
    left: 2vw;
    max-width: 280px;
  }
}
.resources .patient .quoteSection .quotes .item blockquote p {
    font-size: 26px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 25px;
    color: #5d385f;
}
@media only screen and (max-width: 767px) {
  .resources .patient .quoteSection .quotes .item blockquote p {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 30px;
  }
}
.resources .patient .quoteSection .quotes .item blockquote p:before {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/resources/quote-right.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: -59px;
  margin-top: -20px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .resources .patient .quoteSection .quotes .item blockquote p:before {
    left: 0;
    margin-left: 0px;
  }
}
.resources .patient .quoteSection .quotes .item blockquote p:after {
  content: "";
  background-image: url(/themes/custom/porphyria/assets/images/patient/resources/quote-left.png) !important;
  background-position: 0 top;
  height: 50px;
  width: 54px;
  position: absolute;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-top: 0;
  right: 0;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .resources .patient .quoteSection .quotes .item blockquote p:after {
    margin-right: 0;
  }
}
.resources .patient .quoteSection .quotes .item blockquote em {
  font-size: 26px;
  color: #5d385f;
  font-style: italic;
  font-family: 'Gudea', sans-serif;
}
@media only screen and (max-width: 767px) {
  .resources .patient .quoteSection .quotes .item blockquote em {
    margin-top: 40px;
    display: block;
    margin-bottom: 10px;
  }
}
.resources .patient .patient-brochure {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .resources .patient .patient-brochure h2.visible-xs.visible-sm {
    background: #5d385f;
    margin: 0;
    color: #ffffff;
    padding: 15px;
  }
}
.resources .patient .patient-brochure .bg-lola {
  background: #DED7DE;
  padding-top: 7px;
  padding-bottom: 25px;
  height: 370px;
}
@media only screen and (max-width: 767px) {
  .resources .patient .patient-brochure .bg-lola {
    height: auto;
    padding-bottom: 0;
  }
}
.resources .patient .patient-brochure .bg-lola img {
  margin: auto;
}
.resources .patient .patient-brochure .bg-purple {
  background: #5d385f;
  padding-top: 85px;
  padding-bottom: 25px;
  color: #ffffff;
  height: 370px;
}
.resources .patient .patient-brochure .bg-purple h2 {
  color: #ffffff;
}
.resources .patient .patient-brochure .bg-purple .btn-default {
    width: 240px;
    height: 50px;
  padding-top: 12px;
  margin-top: 10px;
}
.resources .patient .patient-brochure .bg-purple .btn-default .download-icon {
  background: url(/themes/custom/porphyria/assets/images/patient/resources/download-icon.png) no-repeat;
  width: 24px;
  height: 18px;
  display: inline-block;
  margin-left: 12px;
}
.resources .patient .sponserSection h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.resources .patient .sponserSection .top-buffer {
  margin-top: 20px;
}
.resources .patient .sponserSection p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}
.resources .patient .sponserSection p.dbutton {
  margin: 0 0;
}
@media only screen and (max-width: 1023px) {
  .resources .patient .sponserSection p.dbutton {
    text-align: center;
  }
}
.resources .patient .sponserSection .btn-default {
  white-space: normal;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .resources .patient .sponserSection .btn-default {
    height: auto;
  }
}
.resources .patient .sponserSection img {
  margin: 0 0 0 18px;
}
@media only screen and (max-width: 767px) {
  .resources .patient .sponserSection img {
    margin: 0 auto 8px;
  }
}
div#cont-dropdown-lang {
    right: 0px;
    top: 10px;
    position: absolute;
	z-index:99999;
}

@media (min-width: 1701px) {
 
}
@media (min-width: 1281px) and (max-width : 1700px) {
 
}
@media (min-width: 1025px) and (max-width: 1280px) {
 
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrate) {
 
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 531px) and (max-width: 768px) {
}
@media (max-width: 1024px){
	div#cont-dropdown-lang {
		right: 70px;
		top: 12px;
	}
}

.lang-dropdown-select-element {
  width: 80px !important;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 700;
  border: solid 1px;
  font-family: 'Open Sans', sans-serif;
  height:34px;
}

@media (max-width: 530px){
    .lang-dropdown-select-element {
        height:auto;
    }
}

option {
  font-size: .8rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.h-notfound{
  background-color: #5d385f;
  color: #fff !important;
  padding-bottom: 10px;
  width: 310px;
}

.btn.btn-default.btn-about {
    height: 72px;
}

.lang-dropdown-form img.language-icon { 
  padding:0 !important;
}

.country-dropdown{
  background: none !important;
  border: none !important;
}

.page-not-found, .page-introuvable {
  padding-top: 100px;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  font: inherit;
}

.dropdown-menu>li>a {
  font-weight: bold;
}

.pattern-wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.nav-group .country-dropdown {
  display: block;
}

@media only screen and (min-width: 1023px) {
  .nav-group .country-dropdown {
    display: none;
  }
}

.voice-ahp .patient section {
    padding-top: 0px;
}

@media (max-width: 530px){
    #block-languagedropdownswitcher {
        top: 125px;
        right: 12%;
    }
}

/* Cookie */
.cookie-oven-widget p{
    font-family: 'Gudea', sans-serif;
    line-height: 1.2;
}
  
.cookie-oven-widget h3{
    font-family: 'Gudea', sans-serif;
}

.diagnosing .how .item {
    display: table;
    width: 100%;
    height: auto;
}
.diagnosing .how .icon {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.diagnosing .how .bullets:last-child {
    margin-bottom: 20px;
}
.diagnosing .how .bullets {
    display: table;
}
.diagnosing .how h2 {
    color: #24b0cb;
    font-family: 'Open Sans',sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-top: 30px;
    text-transform: none;
}
.diagnosing .how h3 {
    color: #5d385f;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.voice-ahp .jumbotron {
    background: url(/themes/custom/porphyria/assets/images/cs/aboutAHP/about-hero.jpg) no-repeat;
    height: 644px;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 0 !important;
    margin: 0 0 25px 0 !important;
    border-bottom: 1px solid black;
    background-position-y: 110px;
}

@media only screen and (max-width: 767px){
  .voice-ahp .jumbotron {
      background-image: url(/themes/custom/porphyria/assets/images/cs/aboutAHP/about-hero-mobile.jpg) !important;
      height: 333px;
      background-position-y: 80px !important;
    }
  }
  

/* Top Bar */
.infoTop {
    background-color: #1c9ab2;
    margin: 0;
}
.infoTop .container a {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}
.infoTop .container span {
    font-size: 11px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    margin: 5px 0;
    clear: both;
    float: left;
    line-height: 12px;
}


/* Menu 2 level */
@media only screen and (min-width: 1024px){
    #porphyriaNav .navbar-nav .nav-item.dropdown .dropdown-menu {
        left: auto;
        right: 0;
        top: 40px;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 1px solid #24b0cb;
        min-width: 0;
        /*max-width: 350px;*/
        width: 160px;
        box-shadow: none;
    }
    #porphyriaNav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        color: #5c385f;
        font-size: 12px;
        line-height: 14px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        position: relative;
        top: auto;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 0;
        display: block;
        width: 100%;
        text-decoration: none;
    }
}

@media only screen and (max-width: 1023px){
    #porphyriaNav ul.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
     	font-size: 24px;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        margin-top: 0;
        background-color: #5d385f;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
    }
    
    navbar-default .navbar-nav li a {
        border-bottom: 1px solid #fff;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 54px;
        width: 100%;
        text-align: left;
    }
    
    #porphyriaNav ul.navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        border-radius: 0;
        border: none;
        margin: 0;
        padding: 0;
    }
    
    .dropdown-menu .dropdown-item:before {
        content: ">";
        position: relative;
        display: inline-block;
        margin-right: 5px;
        font-size: 18px;
    }
}
.navbar-default .navbar-nav li.dropdown:hover > .dropdown-menu, .navbar-default .navbar-nav li.dropdown:focus > .dropdown-menu {
    display: block !important;
}

