/* branding to make the portal look like pmc.gov.au */ 
header{
    margin-bottom:calc(4*(var(--sjs-base-unit, var(--base-unit, 8px))));
}

.container .page-heading{
    border-top: 1px solid rgba(0,0,0,.1);
}


img.site-logo {
    width: 100%;
    max-width: 380px;
}

div.navbar-static-top.navbar-inverse {
    background-color: #092B57;
}

div.navbar-header {
    background-image: url('\pmc-logo-inline-strip.png');
}

div.sd-header__text h3{
    color: #343A40;
       
}

div.sd-title.sd-container-modern__title {
    box-shadow: 0px 10px 0px #DEE9BB;
}

div.sd-page .sd-page__title{
    color: #343A40;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 300;
    font-size: 2.15rem;
}

div.sd-header__text h5, div.sd-question__content div.sd-html, div.sd-description, div.sd-page .sd-page__description {
    color: #343A40;
    font-family: "Inter", Arial, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

 .page-copy a {
    color: #000000;
    text-decoration: underline;    
}
.page-copy a:hover {
    color: #092b57;
    text-decoration-color: #092b57;
    text-decoration: underline
}

.page-copy p, .page-copy a{
    font-size: 1rem;
}

input.sd-btn.sd-navigation__next-btn{
    background: #DEE9BB;
    color: #000000;
    font-family: "Inter", Arial, Verdana, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

input.sd-btn.sd-navigation__prev-btn{
    background: #DEE9BB;
    color: #000000;
    font-family: "Inter", Arial, Verdana, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

input.sd-btn.sd-btn--action.sd-navigation__complete-btn{
    background: #092B57;
    color: white;
    font-family: "Inter", Arial, Verdana, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
}

:root { 
    --primary: #092B57;
}

footer {   
    margin-top:100px;   
    font-family: "Inter", Arial, Verdana, sans-serif;
    font-weight: 200;
}

div.container_{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px 0 20px 0;
    border-bottom: 1px soild;
    margin: 0;
    overflow: hidden;
}

div.flex-end{
    justify-content: flex-end !important;
}

a.white-arrow{
    color: white;
    font-size: 1.375rem;
    font-weight: 300;
    text-decoration: none;
}

div.p{
    font-size: 1rem;
    font-weight: 200;
    display: block;
}

#right{
    text-align: right;
}

a.social {
    font-weight: 200;
    color: white;
    text-decoration: none;
}
img{
    margin: 5px 4px;
}

img.arrow{
    margin-left:20px;
    color: white;
    vertical-align: top;
}

.visually-hidden{
    display: none;
}

div.acknowledgment{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 25px 0;
}



ul.links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding-inline-start: 0;
    gap: 30px;
}

ul.links a{
    color: white;
    font-weight: 200;
    font-size: 0.875rem;
    text-decoration: underline;
    padding:5px;
}
footer ul.links a{
    color:#092B57;
    text-decoration: underline;
    padding:5px;
}

#right p { 
    color: white;
}

.acknowledgment p {
    color: white;
}

footer a.white-arrow:hover {
 color: white;
}

footer ul.links a.nav-link, header ul.links a.nav-link {
 text-decoration: none;
}

footer ul.links a.nav-link:hover, header ul.links a.nav-link:hover  {
 text-decoration: underline;
}

header ul.links a.nav-link {
    color: #000;
}
div.sv-theme-dp .sd-root-modern .sd-body .sd-page {
 padding: 0px;
}

.sd-html a, .sd-html p, .sd-html li, .sd-description p{
 font-family: "Inter", Arial, Verdana, sans-serif; 
 font-size: 1rem;
 font-weight: 400;
 color:#000000;
}

div.sv-theme-dp div.sd-root-modern div.sd-description {
    font-size: 1rem;
}

div#mainContent h1, .sd-html h4 {	
	font-weight: normal !important;
    font-family: 'Times New Roman', Times, serif !important;
}

/* headings */
/* survey form heading */
h1 {
    font-size: 2.5rem !important;
    font-family: 'Times New Roman', Times, serif;	
}

/* Warning Box */
#warningBox, eventWarning, orgEventWarning {
	display:none;
}

/* survey page subheading */
.sd-html h4 {
    font-size: 1.5rem !important;    
}

div.modal.fade div.modal-dialog {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

.sd-item--checked.sd-radio--checked{
    print-color-adjust: exact;
}

.sv-list__item {
    &:not(.sv-list__item--selected):focus-visible {
      background-color: #e9ecef!important;
    }
  }

.sv-list__item.sv-list__item--focused{
    background-color: #e9ecef!important;
}

.sd-context-btn.sd-file__choose-btn--icon:focus-visible, .sd-context-btn.sd-file__choose-btn--icon:hover, .sd-file__choose-btn.sd-action:focus-visible, .sd-file__choose-btn.sd-action:hover{
    border-radius: 2px !important;
    border:2px solid !important;
}

.center{
    text-align: center;
}

ul.sd-progress-buttons__list{
    display:flex;
    flex-wrap: wrap;  
    justify-content: space-evenly; 
  
}
ul.sd-progress-buttons__list li{
    margin-right:10px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#saveButton{margin-bottom:1.2rem;}
#saveButton:disabled{
    background-color:transparent;
    color:transparent;
}
#mainContent .surveyPageTitle{
    display:flex; 
    justify-content:space-between;   
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}
.sticky {
    position: fixed;
    top: 0;   
    z-index:50;
    background-color: white;
    padding-right:30px !important;
  }  
  
.sticky + .surveyPageContent {
    padding-top: 60px;
}

.surveyPageContent p{
    font-size: 1rem;
}

.ui-menu .ui-menu-item{
    padding:.5rem 1rem !important;
}
h3, h3 span{
    font-size:1.1rem !important;  
    font-weight:600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
    
}
.sd-input[type=email]{
    padding: calc(1.5*(var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2*(var(--sjs-base-unit, var(--base-unit, 8px)))) !important;
}
.btn-primary:not(:disabled):focus,.btn-primary:not(:disabled):hover{    
    box-shadow: 0 0 0 2px var(--primary,#19b394)
}
.currentPageNum{
    margin-top: 1rem;
}

.sd-progress-buttons__button-content{
    box-sizing: unset;
}

#completeMessage{
    font-size:2rem !important;    
}

header .notification-bar {
    position: relative;
    width: 100%;
    background-color: #092B57;   
    padding: .5rem;
  
}

header .notification-bar a, header .notification-bar span{
    font-weight:bold;
    color:white;
    font-size:1rem;
    
}

header .notification-bar a{
     text-decoration: underline;
}

header .notification-bar a::after {
    content: "";
    font-family: "Material Icons";
    font-size: 0.875em;
    margin-left: 0.25em;
    display: inline-block;
}

.modal.fade:not(.in) {
    opacity: 0;
  }
  .modal.fade.in {
    opacity: 1!important;
  }
  .modal-backdrop.fade.in {
    opacity: .5!important;
  }
  
  #displayEmailAddress {
    font-weight: bold;  
  }
  
  #resendButton, #verifyButton {
    width: 100%;
  }
  
  .modal-footer p {
    font-style: italic;
    text-align: left;
  }

  .modal-footer {
    display: block;
  }
  
  .error-message, #verifySpin, #resendSpin, #saveSpin, #requestSpin, #loadSpin, #submitSpin {
    display: none;
  }
  .sd-body.sd-body--static .sd-body__timer, .sd-body.sd-body--static .sd-body__navigation, .sd-body.sd-body--static .sd-body__page {
    max-width: unset!important;
  }

  div.sd-html a:not(.btn) {
    text-decoration: underline;
  }
  @media (max-width: 576px) {  
    img.site-logo {
        margin-top:-2rem;
        width: 80%;
     }
     header ul.links a{
        font-size:12px;
    }
  }
  @media (min-width: 768px) {   
    img.site-logo {
        margin-top:-3rem;
     }
 }
@media (min-width: 1200px) {   
    header{
        margin-bottom:calc(4*(var(--sjs-base-unit, var(--base-unit, 8px))));
    }  
}
@media print {
    footer,.sd-progress-buttons__list-container,.sd-item--disabled.sd-radio--disabled,.sd-item--allowhover.sd-radio--allowhover,.sd-item--allowhover.sd-checkbox--allowhover,.sd-checkbox__label--disabled,.sd-item--disabled.sd-checkbox--disabled,.modal-backdrop.fade.in,.sd-action-bar.sd-footer.sd-body__navigation{display:none;}
    .sd-item--checked.sd-radio--checked,.sd-item--checked.sd-checkbox--checked{display:block;}
}