
/*html {
  scroll-behavior: smooth;
}*/
/*section.content-with-icon-accordion-block .accordion .accordion-list .text-wrap .h4:before {
	height: 2px;
}*/
.block-locationmap.location-map-block .location-map-wrap .h3 {
	background: none;
	color: #000000;
	padding-left: 0px;
}

/*#findforms form { font-family: roboto, sans-serif; font-size: .8em; margin: 2em 0; }
  #findforms fieldset { border: 1px solid #ccc; border: none; background-color: #eee; padding-bottom: 1em; }
  #findforms legend { font-size: 1.5em; font-weight: bold; padding: 0.5em 0.5em 1em; background-color: #eee; }*/

/*  #findforms label { display: block; }
  #findforms label { float: left; padding: 0 1em; }
  #findforms label input { margin-left: -0.25em; }*/

  /*#findforms input { height: 26px; margin-top: 0.25em; }*/
/*
  #findforms input { display: block; }
  #findforms input[type=text] { width: 20em; background-color: #fff; }
  #findforms input[name=memno] { width: 10em; }
  #findforms input[type=submit] { background-color: #c3e76a; }
  #findforms input::placeholder { font-size: 10px; }*/

  /*#findforms button { background-color: #c3e76a; }

  #clear_forms_btn { display: none; margin-bottom: 1em; }

  #results { font-family: tahoma; font-size: 9pt; background-color: white; color: #333;}*/

 /* section.member { margin: 2em 0; }
  section.member:last-child { margin-bottom: 0; }
  section.member h3 { color: #81bd41; }
  section.member .suburbs { font-weight: normal; }
  section.member .modalities { font-weight: bold; }
  section.member .atmsid { font-weight: normal; }*/
  section.member details summary { color: #00587C; font-weight: bold; }
  section.member details summary { margin-left: -1em; }
  section.member details { padding-left: 1em; }
  section.member details div.clinic { margin-bottom: 0.5em; }
  section.member details div.clinic:last-child { margin-bottom: 0; }
  section.member details .address { font-weight: bold; }
  section.member details a { color: inherit; }
  section.member details:not([open]) summary:after { content: "..."; }
  section.member details[open] summary:after { content: ":"; }

  div.card-up-event .card-wrap .time:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../images/clock.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*Homepage News*/
span.member-user-label {
  padding-left: 10px;
  line-height: 18px;
  color: #006993;
}

/*Member Portal*/
.dashboard-table-wrap table .subhead th {
  font-weight: 800;
}
.dashboard-table-wrap table td .delete img, .dashboard-table-wrap table td .edit img {
  max-width: 18px;
}
div.member-portal .member-cpe-activities caption {
  color: #000;
  font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
  margin: 0 0 0.8em;
  line-height: 1.25;
  font-weight: 700;
  font-size: 22px;
  font-style: normal;
}

input[type="radio"],
input[type="checkbox"] {

}

/*Modal*/
.modal {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.4;
}
.modal a {
  color: rgb(87, 184, 255);
}

/*Disable checkbox and radio style on popup modal*/
.modal form .form-check {
  padding-left: 1.5rem;
}
/*.modal .form-check-input {
  appearance: auto;
  -webkit-appearance:auto;
  width: auto;
  height: auto;
}
.modal .form-check .form-check-input {
  float: none;
  margin-left:0px;
}
.modal input[type="radio"] , .modal .form-check-input[type=radio] {
  position: static;
  opacity: 1!important;
  border-radius: none;
  margin-right: 5px;
}
.modal form .form-check input[type=radio].form-check-input {
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
.modal .form-check-input:checked {
  background-color: none;
  border-color: none;
}
.modal .form-check-input:checked[type=radio] {
  background-image:none;
}
.modal input[type="checkbox"] {
  position: static;
  opacity: 1;
  margin-right:5px;
}
.modal .form-check-input:focus {
  border-color:none;
  box-shadow :none;
}
*/
.modal form .form-check input[type=radio].form-check-input {
  margin-left: -1.5rem;
  margin-top:4px;
}
.modal input[type="checkbox"] {
  position: static;
  opacity: 1;
  margin-right:5px;
}
/*.modal fieldset[data-id="actvity-dates"] label.form-check-label {
  font-size: 16px;
}
.modal input[type="checkbox"] + label, .modal input[type="checkbox"] + span {
  padding: 0px!important;
  display: inline-block;
  font-size: 16px;
}
.modal input[type="checkbox"] + span:before, .modal input[type="checkbox"] + label:before {
  content: none;
  padding:0px!important;
  min-height: auto;
  display: inline-block;
}
.modal input[type="checkbox"]:checked + span:after, .modal input[type="checkbox"]:checked + label:after {
  content: none;
}*/
.modal #form-change-details .form-check-label {
  font-size: 16px;
}
.modal #form-change-details input[type=radio].form-check-input {
  font-size: 16px;
  vertical-align: baseline;
}
.modal .form-group input[type="file"] {
  height: 40px;
  padding-left: 12px;
}

.modal form select.form-control {
  appearance: auto;
  -webkit-appearance : auto;
}

.modal.request-change-address-0 .form-row,
.modal.request-change-address-1 .form-row,
.modal .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.modal.request-change-address-0 .col,
.modal.request-change-address-1 .col,
.modal .form-row .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.modal.request-change-address-0 .col.phone-area,
.modal.request-change-address-1 .col.phone-area,
.modal .form-row .col.phone-area {
  flex: 0 1 0%;
}
.modal.request-change-address-0 .form-row > .col, .request-change-address-0 .form-row > [class*="col-"],
.modal.request-change-address-1 .form-row > .col, .request-change-address-1 .form-row > [class*="col-"],
.modal .form-group.form-row > .col, .modal .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.modal input.form-control.phone-area {
  width: 6rem;
}

/*Cpe activity modal*/
#modal-add-cpe-submitted .form-group label {

}
.modal .form-group.form-row .col {
  width: auto;
}
.modal .form-group label {
  width: auto;
}

@media (min-width:992px) {
  div.member-portal .member-cpe-activities caption {
    font-size: 28px;
  }
  #nav .drop ul ul {
    max-height: 500px;
    overflow-y:auto;
  }
}

@media (min-width:1280px) {
  .blog .news-listing .col-news-lists .col-wrap .img-wrap img {
    height: 100%;
    object-fit: cover;
  }
  nav#nav .drop ul > li > a {
    font-size: 18px;
    padding-right: 6px;
  }
  nav#nav .drop ul > li.menu-item-has-children > a {
    padding-right: 6px;
  }
}

@media (min-width:1440px) {
  div.member-portal .member-cpe-activities caption {
    font-size:32px;
  }
  nav#nav .drop ul > li > a {
    font-size: 18px;
  }
  
}
.table.member.member-addresses td {
  vertical-align: top;
}

div.dashboard-table-wrap table td.df-edit {
  text-align: center;
  width: 30px;
}
div.col-cpeaccordion {
  padding: 10px;
}
.filter-list ul {
  max-height: 300px;
  overflow: auto;
}
.header-bottom .logo {
  max-width: 240px;
}
.footer-logo img {
  max-width: 280px;
}
@media (max-width:767px) {
  .header-bottom .logo {
    max-width: 200px;
  }
}

/*newly added*/
#tab-ProviderNums .dashboard-table-wrap table td.provider-number {
  width: 200px;
}
#tab-ProviderNums .member-healthfunds th.modality {
  width: auto;
}
.ui-datepicker.gform-theme-datepicker {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  width: 15em;
  font-size: 15px;
  padding: 2px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 999!important;
}
.gform-theme-datepicker .ui-datepicker-header {
  background: #F0F0F0;
  padding:7px;
}
.gform-theme-datepicker .ui-datepicker-header a {
  background: #F6F6F6;
  border:1px solid #CCCCCC;
  padding: 0px 5px;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}
.gform-theme-datepicker .ui-datepicker-header select {
  border:1px solid #CCCCCC;
  margin-right: 5px;
  background: #FFFFFF;
}
.gform-theme-datepicker table.ui-datepicker-calendar {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  border: none;
}
.gform-theme-datepicker .ui-datepicker-calendar th , .gform-theme-datepicker .ui-datepicker-calendar td {
  padding: 1px;
  background: #FFFFFF;
  font-size: 15px;
  border: none;
}
.gform-theme-datepicker .ui-datepicker-calendar td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.gform-theme-datepicker .ui-datepicker-calendar td span {
  display: block;
  padding:0.2em;
}
@keyframes gformLoader {
  0% {
    transform:rotate(0);
  }
  100% {
    transform:rotate(360deg);
  }
}
.gform-theme--foundation form .gform_footer .gform-loader {
  position: absolute;
  right: -50px;
  top: 15px;
  border-color: #000000 #000000 #000000 transparent;
}
.gform-theme--foundation .gform-loader {
  align-self: center;
  animation: gformLoader 1.1s infinite linear;
  block-size: 10em;
  border-block-end: 1.1em solid #000;
    border-block-end-color: rgb(0, 0, 0);
  border-block-start: 1.1em solid #fff;
    border-block-start-color: rgb(255, 255, 255);
  border-inline-end: 1.1em solid #fff;
    border-inline-end-color: rgb(255, 255, 255);
  border-inline-start: 1.1em solid #000;
    border-inline-start-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: inline-block;
  font-size: 2px;
  inline-size: 10em;
  position: relative;
  transform: translateZ(0);
}


.paginate-wrap .page-numbers{
  padding-left: 0;
}
.paginate-wrap .page-numbers li {
  list-style: none;
  display: inline-block;
}
.paginate-wrap .page-numbers li span, .paginate-wrap .page-numbers li a{
  background: #E0E0E0;
  display: inline-block;
  padding: 0px 10px;
  text-decoration: none !important;
}

.paginate-wrap .page-numbers li span.current {
background: #CCCCCC;
}
@media (max-width:767px) {
  .news-block-section .card-news-first .img-wrap {
    padding-top: 0px;
  }
  .news-block-section .card-news .img-wrap {
    padding-top: 0px;
  }
  .news-block-section .img-cover img {
    position: static;
  }
  .news-listing .col-news-lists .col-wrap .img-cover {
    padding-top: 0px;
  }
  .news-listing .col-news-lists .col-wrap .img-cover img {
    position: static;
  }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImN1c3RvbS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUVBOztHQUVHO0FBQ0g7O0dBRUc7QUFDSDtDQUNDLGlCQUFpQjtDQUNqQixlQUFlO0NBQ2Ysa0JBQWtCO0NBQ2xCOztBQUVEOztnSEFFZ0g7O0FBRWhIOztvREFFb0Q7O0VBRWxELDBEQUEwRDtBQUM1RDs7Ozs7c0RBS3NEOztFQUVwRDs7OzswRkFJd0Y7O0VBRXhGLGlCQUFpQixjQUFjLEVBQUU7RUFDakMsNEJBQTRCLGlCQUFpQixFQUFFO0VBQy9DLG9CQUFvQixlQUFlLEVBQUU7RUFDckMsMEJBQTBCLG9CQUFvQixFQUFFO0VBQ2hELDZCQUE2QixrQkFBa0IsRUFBRTtFQUNqRCx5QkFBeUIsb0JBQW9CLEVBQUU7RUFDL0MsaUNBQWlDLGVBQWUsQ0FBQyxrQkFBa0IsRUFBRTtFQUNyRSxpQ0FBaUMsa0JBQWtCLEVBQUU7RUFDckQseUJBQXlCLGtCQUFrQixFQUFFO0VBQzdDLG9DQUFvQyxxQkFBcUIsRUFBRTtFQUMzRCwrQ0FBK0MsaUJBQWlCLEVBQUU7RUFDbEUsa0NBQWtDLGtCQUFrQixFQUFFO0VBQ3RELDJCQUEyQixlQUFlLEVBQUU7RUFDNUMsbURBQW1ELGVBQWUsRUFBRTtFQUNwRSw2Q0FBNkMsYUFBYSxFQUFFIiwiZmlsZSI6ImN1c3RvbS5jc3MifQ== */