@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}

/* heading tags */

h1 {
    font-size: 2.25rem;
    margin: 0;
}

h2 {
    font-size: 2.25rem;
    margin: 0;
}

h3 {
    font-size: 1.6875rem;
    margin: 0;
}

h4 {
    font-size: 1.5rem;
    margin: 0;
}

h5 {
    font-size: 0.875rem;
    margin: 0;
}

h6 {
    font-size: 0.75rem;
    margin: 0;
}

p, ul li {
    font-size: 1.125rem;
    margin: 0;
}

b, strong {
    font-family: OpenSans-Bold, Arial;
}

.bullet-point-text ul {
    margin-top: 1rem;
}

.header-nav-menu-item a {
    font-size: 1rem;
}

body {
    width: 100%;
    font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
    background-color: #EDEDED;
    font-size: 1.125rem; 
	word-break: break-word;
}

.row {
    margin: 0;
    padding: 0;
}

/* WYSIWYG styling */

.red-text {
    color: #FF0000;
}

/* breadcrumb */

.breadcrumb {
    padding: 5px 6% 0;
}

.breadcrumb, .breadcrumb a {
    color: #c8c1c1;
}

.current-page-breadcrumb {
    color: #212529;
    font-size: 1.125rem;
}

/* jQuery toggles */

.toggleBackground {
    background-color: #fff;
}

.toggleAltBackground {
    background-color: #EDEDED;
}

#navOverlay {
    display: block;
}

 /* spinner */

#SpinnerContainer {
  opacity: 0.8;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  position: fixed;
}

#Spinner {
  width: 6rem;
  height: 6rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -4rem;
  margin-top: -4rem;
}

/* Page structure set-up */

.page-container
 {
    max-width: 1110px;
    background-color: #fff;
    box-shadow: 5px 10px 12px #888888, -5px 10px 12px #888888;
}

.container-width,
.hcp-content,
.hcp-header {
    width: 100%;
    background-color: #fff;
}

.main-content {
    padding: 0 6%;
    text-align: left;
}

/* Buttons */

.action-button {
    background-color: transparent;
    font-family: OpenSans-Bold, Arial;
    font-size: 1.15rem;
    border: none;
    padding: 20px 0;
    text-transform: uppercase;
}

.action-button:hover {
    color: #FF0000;
}

.chevron, .nav-chevron {
    color: #FF0000;
    margin-top: -4px;;
    height: 14px;
    width: 13px;
}

.nav-chevron {
    margin-top: 6px;
    float: right;
}

/* Links */

a, a:after {
    text-decoration: underline;
    color: #BD120A;
}

a:hover {
    text-decoration: underline;
    color: #891515
}

/* site links */

.site-link h5, .site-link img, .ae-link h5, .ae-link img {
    display: inline-block;
}

.site-link h5{
    font-family: OpenSans-Bold, Arial;
    text-transform: none;
    font-size: 18px;
}

.site-link img {
    margin-top: -8px;
}

.patient-website-link-text {
    text-decoration: underline;
}

/** Modal Pop-up **/

#PopUp {
    padding: 0 10% 20px;
}

.modal-header-font {
    font-family: OpenSans-Bold, Arial;
}

.closing-button-container {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px; 
} 

.close-button {
    background-image: url('../Images/PopUp_Close.svg');
    background-repeat: none;
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.close-button:hover {
    background-image: url('../Images/Close_over.svg');
}

.custom-Z-Index {
    z-index: 1039;
}

/* landing header */

.header-row-above, .header-row-nav {
    height: 15px;
}

.header-banner {
    background-color: red;
    width: 100%;
    height: 16px;
    margin-top: 20px;
}

.header {
    height: 80px;
    padding: 20px 0 20px 6%;
    display: flex;
}

.header-item {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.menu {
    width: 100%;
    margin: 0 6% 0 0;
}

/* .header-item */
.header-item-title-text {
    margin-left: 4%;
    font-family: OpenSans-Bold, Arial;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.ae-text-header {
    padding-top: 0.2rem;
} 

/* dropdown */
.dropbtn, .nav-dropbtn {
    margin-right: 5px;
    background-color: #fff;
    color: #2b2b2b;
    padding:6px 16px; 
    font-size: 16px;
    border: 1px solid #8e8e8e;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .8rem;
  }

.dropbtn:hover, .dropbtn:focus {
    background-color: #EDEDED;
    border: 1px solid #8e8e8e;
  }

.dropdown-item {
    font-size: 0.85rem;
    font-family: OpenSans-SemiBold, Arial;
    text-transform: uppercase;
  }

/* navbar */

.toggle-background {
    z-index: 100;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
}

.toggle-button {
    height: 40px;
    width: 40px;
    background-color: #FF0000;
    border-radius: 50%;
    border-color: transparent;
} 

.navbar-toggler-icon {
    color: #fff;
}

.header-nav-menu {
    margin: -15px 6% 0;
}

.header-nav-menu-item {
    margin: 0 3.8%;
    padding: 30px 5px 10px;
    font-family: OpenSans-SemiBold, Arial;
    font-size: unset;
    text-transform: uppercase;
}

.active {
    border-bottom: 3px solid red;
}

.header-nav-menu-item:first-child {
    margin-left: 0;
}

/* offcanvas settings */

.offcanvas-header-nav {
    margin-top: 115px;
    background-color: #EDEDED;
}

.oc-header-nav-menu-item, .oc-header-nav-menu-sub-item {
    font-family: OpenSans-SemiBold, Arial;
    background-color: #EDEDED;
    padding: 20px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.patient-site-mob-nav {
    border-top: 2px solid #fff;
}

.ae-item {
    text-transform: uppercase;
    font-family: OpenSans-Bold, Arial;
    color: #FF0000;
}

.ae-item:hover {
    cursor: pointer;
}

/* Error Container */

#errorContent {
    padding-top: 30px;
    padding-bottom: 375px;
}

/* Landing Container */

#landingContent {
    padding: 30px 6% 135px;
    text-align: left;
}

.content-header {
    font-family: OpenSans-Bold, Arial;
    color: #000;
}

.text-content {
    padding: 20px 0;
}

.content-sub-header {
    color: #FF0000;
    padding: 20px 0;
    font-weight: 400;
}


/* Note box */

.note-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.content-note-text {
    display: inline-block;
}

.content-note-text p {
    font-size: 0.9rem;
}

/* 50% Image Row */

.split-row-img {
    object-fit: cover;
}

/* cards */
.card-row, .small-card-row {
    width: 100%;
}

.card-row {
    padding: 0 4%;
}

.small-card-row {
    padding: 0 5%;
}

.card-header {
    background-color: transparent;
    color: #FF0000;
}

.card-img-background, .card-img-background-large  {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
}

.card-img-background {
    padding: 7% 0;
}

.card-img-background-large {
    padding: 15% 0;
}

.icon-container {
    height: 100px;
    width: 100px;
}

.small-icon-container {
    height: 50px;
    width: 50px;
}

.card-image {
    max-width: 180px;
    height: 90px;
}

#risksImgBackground {
    background-color:#FF0000;
}

#resourcesImgBackground {
    background-color: #50afbf;
}

#educatingPatientImgBackground {
    background-color: #9d75b2;
}

.helpCardsBackground {
    background-color: #EDEDED;
}

.content-card, .large-content-card {
    justify-content: center;
    border: none;
    padding: 25px;
}

.large-content-card {
    padding: 10px;
}

.small-content-card {
    padding: 0;
    border: none;
}

.card-title-container {
    min-height: 90px;
}

.card-content {
    padding: 15px 0 0 0;
}

/* hcp footer top */

.promats-footer {
    width: 100%;
    min-height: 200px;
    padding: 60px 6%;
}

.promats-number {
    font-size: 1.125rem;
    padding: 15px 0 10px;
}

.promats-date {
    font-size: 1.125rem;
    padding: 10px 0 15px;
}

/* Footer */

.footer-content-row {
    height: 100%;
    border-left: 15px solid red;
}

.footer-col {
    padding: 0;
    height: 50%;
}

.footer-col-menu {
    padding-left: 0;
    margin-left: -15px;
    min-height: 75px;
}

.footer-copyright-text {
    padding: 10px 10% 25px 6%;
    margin-left: -15px;
    font-family: OpenSans-SemiBold, Arial;
}

/* Specialist footers */

#landingFooter {
    min-height: 135px;
    position: absolute;
    bottom: 0;
}

#errorFooter {
    position: absolute;
    bottom: 0;
}

/*hcp footer */

.hcp-footer {
    min-height: 135px;
    position: relative;
}

.footer-nav-menu {
    margin: 30px 6% 0;
}

.footer-menu-item {
    font-size: 1.125rem;
    text-transform: uppercase;
}

.splitter {
    margin: 0 auto;
    padding: 0 2%;
}

.grey-footer-branding, .grey-landing-footer-branding {
    position: absolute;
    background-color: #d9d7d7;
    width: 1px;
}

.grey-footer-branding {
    bottom: 7%;
    right: 6%;
    height: 25%;
}

.grey-landing-footer-branding {
    bottom: 16%;
    right: 6%;
    height: 90px;
}

.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  .rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

/* bootstrap overrides */

.text-primary {
    color: #FF0000 !important
}

.btn-primary {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d80505;
    border-color: #d80505
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #d80505;
    border-color: #d80505;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d80505;
    border-color: #d80505
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(216, 5, 5, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000
}

.btn-outline-primary {
    color: #FF0000;
    border-color: #FF0000;
    --bs-btn-active-bg: #FF0000; 
    --bs-btn-active-border-color: #FF0000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(216, 5, 5, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(216, 5, 5, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #FF0000;
    background-color: transparent
}

#staticModalOverlay {
    display: block;
}

.blankOverlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(250, 250, 250); /* White Background */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
  
 a.email {
    text-decoration: underline;
    color: #BD120A;
}

a.email:hover {
    text-decoration: underline;
    color: #891515
}

a.PatientSiteLink, button.action-button a, li.footer-menu-item a, a:after {
    text-decoration: none;
    color: #212529;
}

a.PatientSiteLink:hover, button.action-button a:hover , li.footer-menu-item a:hover{
    color: #FF0000;
}

a.ae-link {
    text-decoration: none;
}