/**
* Loader CSS
 */
.cpp-loader-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff78;
}

.cpp-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3;
  border-radius: 50% !important;
  border-top: 6px solid #009cbd;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#schoolTableWrapper {
  position: relative;
}

#schoolTableRegisterFormWrapper {
  position: relative;
  min-height: 270px;
}

#schoolTableRegisterForm {
  position: absolute;
  padding: 0;
  width: calc(100% + 23px * 2);
  left: -23px;
  bottom: -20px !important;
  padding: 25px 48px;
  min-height: 307px;
  background: linear-gradient(
    180deg,
    rgba(29, 66, 138, 0.7) 3.99%,
    rgba(0, 156, 189, 0.7) 100%
  );
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 0px 0px 10px 10px !important;
  color: #fff;
  bottom: 0;
}

#schoolTableRegisterForm .school-table-register-head {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 0;
  text-transform: unset;
  color: #fff;
  padding: 0px;
}

#schoolTableRegisterForm .school-table-register-subhead {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 15px;
}

#btnRegister {
  margin-top: 36px;
}

.jotform-form {
  padding: 0;
  width: 500px;
  float: left;
}
.form-all {
  width: auto;
  font-family: inherit;
  background: transparent;
}
.form-all ul {
  padding: 0;
  margin: 0;
}
.form-all ul li {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  float: left;
  width: auto;
  clear: none;
}
.form-all ul li.form-line-active {
  background: transparent;
}
.form-all ul li input {
  width: 235px;
}

#schoolTableRegisterFormWrapper #schoolTable td {
  padding: 20px 10px;
}
/**
* General CSS
 */
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

.blur-row {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

tr.blur-row td.sorting_1 span.colored-cloud {
  background-color: #3d9020 !important;
}

.error {
  color: #d84022;
}

.hidden {
  display: none;
}

.container {
  max-width: 1200px !important;
}

br {
  display: none;
}

.hide {
  display: none;
}

table {
  border: none;
}

.table-is-responsive {
  font-size: 1em;
  overflow-x: inherit;
}

th {
  background-color: #e5f5f8 !important;
  color: #3f3f3f;
}

table tr:nth-child(2n) {
  background-color: #ffffff;
}

table thead th {
  text-transform: none;
  border: 0;
}

table tbody tr {
  background-color: #fff !important;
}

table tbody td {
  border: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid #e3e3e3 !important;
}

table tbody td.control {
  padding: 0 !important;
}

table th.dt-head-center.school-name {
  min-width: 200px;
}

table tbody td.dt-head-center {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;

  text-align: left;
  padding: 15px 10px !important;
  color: #000;
}

table tbody td.dt-head-center::before{
  content: none !important;
}

table tbody td.dt-center {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;

  color: #64666a;
  background: transparent !important;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead th.dt-center,
table.dataTable tbody td.dt-center {
  text-align: left;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-image: none;
  position: relative;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sort_asc_disabled:after,
table.dataTable thead .sort_desc_disabled:after {
  margin-left: 10px;
  position: absolute;
}

table.dataTable thead .sorting:after {
  content: url('../images/sort_both.svg');
}

table.dataTable thead .sorting_asc:after {
  content: url('../images/sort_asc.svg');
}

table.dataTable thead .sorting_desc:after {
  content: url('../images/sort_desc.svg');
}

table.dataTable thead .sort_asc_disabled:after {
  content: url('../images/sort_asc_disabled.svg');
}

table.dataTable thead .sort_desc_disabled:after {
  content: url('../images/sort_desc_disabled.svg');
}

table tbody td.dt-center.align-left {
  text-align: left;
}

table.dataTable tr.child td.child {
  background-color: #fafafa !important;
}

table.dataTable tr.child td.child table {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 29px 0;
}

table.dataTable tr.child td.child table tr {
  display: inline-block;
  background-color: transparent !important;
}

table.dataTable tr.child td.child table tr td {
  border-bottom: none !important;
  padding: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

table.dataTable tr.child td.child table tr td:last-child {
  padding-left: 16px;
}

table.dataTable tr.child td.child table tr .colored-cloud {
  color: #000;
  padding: 0;
  font-weight: 400;
}

table.dataTable tfoot th,
table.dataTable thead th {
  border: none;
  text-align: left !important;
  padding: 22px 20px 22px 10px;
  white-space: nowrap;
}

table.dataTable thead th {
  white-space: break-spaces;
}

.dataTables_length,
.dataTables_filter {
  float: none;
  white-space: normal;
}

.dashicons {
  vertical-align: text-bottom;
}

.dashicons-info {
  color: #009cbd;
  transition: color 0.3s;
}

.dashicons-info:hover {
  color: #006d84;
}

.predictor-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.predictor-row p {
  display: none;
}

.input-area {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  border: 0 !important;
}

.input-area .input-text-desc {
  font-size: 10px;
  opacity: 0.8;
}

.predictor-row .span {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.input-area label {
  display: block;
  text-align: left;
  margin-bottom: 0.25em;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  color: black;
  white-space: nowrap;
}

.input-area input[type='number'],
.input-area select {
  display: block;
  width: 100%;
  text-align: center;
  border: 2px solid #d1d1d1;
  border-radius: 5px !important;
  text-align: left;
  padding: 10px 10px 10px 20px;
  height: 45px;
}

.input-area select{
  padding: 10px 40px 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.input-area select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.input-area.input-area-select {
  position: relative;
}

.input-area.input-area-select:before {
  content: url('../images/accordion-arrow.svg') !important;
  height: 10px !important;
  border: none;
  box-shadow: none !important;
  line-height: 20px !important;
  background: transparent !important;
  position: absolute;
  bottom: 18px;
  right: 18px;
  transform: scale(0.5);
  pointer-events: none;
}

.input-area input[type='number']:hover,
.input-area select:hover {
  background: none;
}

#btnPredict {
  height: 61px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  background: #1d428a;
  border-radius: 10px !important;
  margin: 0 auto 0 auto;
  display: block;
}

#btnPredict:hover {
  color: #ffffff;
  background: #009cbd;
  cursor: pointer;
}

#schoolTableRegisterForm .form-group,
#btnRegister {
  float: left;
  margin-right: 10px;
}

#schoolTableRegisterForm input[type='text'],
#schoolTableRegisterForm input[type='email'],
#schoolTableRegisterForm select {
  background: #ffffff;
  border: 1px solid #b1b1b1;
  border-radius: 10px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  padding: 4px 20px;
  line-height: 38px;
  margin-right: 20px;
  margin-top: 15px;
  width: unset;
}

#schoolTableRegisterForm textarea::-webkit-input-placeholder,
#schoolTableRegisterForm input::-webkit-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-moz-placeholder,
#schoolTableRegisterForm input::-moz-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea:-ms-input-placeholder,
#schoolTableRegisterForm input:-ms-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-ms-input-placeholder,
#schoolTableRegisterForm input::-ms-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-webkit-input-placeholder,
#schoolTableRegisterForm input::-webkit-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-moz-placeholder,
#schoolTableRegisterForm input::-moz-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea:-ms-input-placeholder,
#schoolTableRegisterForm input:-ms-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-ms-input-placeholder,
#schoolTableRegisterForm input::-ms-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-webkit-input-placeholder,
#schoolTableRegisterForm input::-webkit-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-moz-placeholder,
#schoolTableRegisterForm input::-moz-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea:-ms-input-placeholder,
#schoolTableRegisterForm input:-ms-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::-ms-input-placeholder,
#schoolTableRegisterForm input::-ms-input-placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm textarea::placeholder,
#schoolTableRegisterForm input::placeholder {
  color: #b1b1b1;
}

#schoolTableRegisterForm input[type='submit'] {
  padding: 20px 10px;
  width: 243px;
  height: 61px;
  color: #fff;
  background: #1d428a;
  border-radius: 10px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  transition: all 0.4s ease-in-out;
}

#schoolTableRegisterForm input[type='submit']:hover {
  background: #edae44 !important;
  cursor: pointer;
}

#schoolTableRegisterForm:before {
  content: url('../images/lock-for-registration.svg');
  position: absolute;
  bottom: -10px;
  right: 66px;
  opacity: 0.2;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  content: url('../images/table-expand.svg') !important;
  height: 20px !important;
  width: 20px !important;
  border: none;
  border-radius: 50%;
  box-shadow: none !important;
  line-height: 20px !important;
  font-weight: 900;
  font-size: 18px;
  background: transparent !important;
}

.red.highlight,
.red .colored-cloud {
  background-color: #d84022 !important;
}

.orange.highlight,
.orange .colored-cloud {
  background-color: #f88e2c !important;
}

.green.highlight,
.green .colored-cloud {
  background-color: #a8d779 !important;
}

.purple.highlight,
.purple .colored-cloud {
  background-color: #7442b7 !important;
}

.blue-1.hightlight,
.blue-1 .colored-cloud {
  background-color: #cee5e8 !important;
}

.blue-2.highlight,
.blue-2 .colored-cloud {
  background-color: #87ccd9 !important;
}

.black.hightlight,
.black .colored-cloud {
  background-color: #212721 !important;
}

.new-green.highlight,
.new-green .colored-cloud {
  background-color: #3d9020 !important;
}

.new-green-2.highlight,
.new-green-2 .colored-cloud {
  background-color: #8db331 !important;
}

.new-yellow.highlight,
.new-yellow .colored-cloud {
  background-color: #f3e148 !important;
}

.new-orange.highlight,
.new-orange .colored-cloud {
  background-color: #f98f32 !important;
}

.new-red.highlight,
.new-red .colored-cloud {
  background-color: #ee2e26 !important;
}

.highlight,
.colored-cloud {
  padding: 10px 20px;
  border-radius: 29px !important;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: white;
  white-space: nowrap;
  text-transform: none !important;
}

.ui-tooltip-content {
  font-size: 0.9em;
  display: none !important;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role='row']
  > td:nth-child(13):before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role='row']
  > th:nth-child(13):before {
  top: 50%;
  left: 0;
  margin: -7px 0 0 -7px;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role='row']
  > td:nth-child(13).dtr-control.expanded:before {
  content: url('../images/table-expand-rotated.svg') !important;
}

/*
* New styles
*/

#content {
  margin-top: 75px;
}

.entry p {
  margin-bottom: 40px;
}

.entry-header-outer {
  background: #1d428a;
  color: #fff;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.entry-header {
  text-align: left;
}

.entry-header .entry-title {
  font-family: 'Inter';
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 600;
  font-size: 41px;
  line-height: 50px;
}

.entry-header .entry-sub-title {
  color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.entry-header_info {
  position: absolute;
  right: 70px;
  top: 64px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #ffffff;
}

#pre-register-count {
  margin: 21px 10px 21px 0;
}

#predictorInputForm{
  margin-bottom: 40px;
}

#predictorInputForm .predictor-header-row {
  background: #e6f6f9;
}

#predictorInputForm .predictor-row {
  margin-bottom: 25px;
}

#predictorInputForm .predictor-row-separated {
  margin-bottom: 30px;
  border: 0;
  display: inline-flex;
  flex-direction: column;
  width: 48%;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
}

#predictorInputForm .predictor-row-separated-one {
  margin-right: 30px;
}

#predictorInputForm .predictor-header-row td,
#predictorInputForm .predictor-row-separated td.predictor-row-highlighted-cell {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  border: 0;
  background: #e6f6f9 !important;
  width: 100%;
  margin-bottom: 15px;
}

#predictorInputForm .predictor-row-separated td.predictor-row-text-cell {
  margin-bottom: 25px;
}

#predictorInputForm .predictor-row-separated .predictor-row-two-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

#predictorInputForm
  .predictor-row-separated
  .predictor-row-two-inputs
  div.input-area {
  width: 48%;
}

.predictor-header-row-mcat-subhead {
  font-weight: 500;
}

.dashicons-info {
  display: none;
}

.input-area input[type='range'] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  border: 0;
}

.input-area input[type='range']:hover {
  background: none;
}

.predictor-row td {
  border: 0 !important;
  vertical-align: baseline;
}

.container-wrapper {
  background: initial;
}

.predictor-white-background {
  background: #fff;
  padding: 34px 50px 51px;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px !important;
  border: 1.4px solid #e4e4e4;
}

.predictor-white-background p{
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 40px;
}


.predictor-white-background.wp-container-1 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

#schoolTableWrapper {
  margin-bottom: 36px;
}

#schoolTableWrapper .predictor-accordion-button {
  background: #fff;
  width: 100%;
  border-radius: 10px !important;
}

#schoolTableWrapper #chance-cat-filters {
  padding: 0;
}

#schoolTableWrapper .school-table-and-header {
  background: #fff;
  padding: 20px 23px;
  border-radius: 10px !important;
  border: 1.4px solid #e4e4e4;
}

#schoolTableWrapper table.dataTable tfoot th.with-select {
  padding: 23px 0px 22px 0px;
}

#schoolTable_filter.disabled {
  pointer-events: none;
}

#schoolTable_filter.disabled .filter-select-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#schoolTableWrapper #schoolTable_filter.disabled > * {
  display: inline-block;
  margin-right: 45px;
  margin-bottom: 18px;
}

#schoolTable_filter.disabled .filter-select-wrapper::after {
  content: '\f023';
  position: absolute;
  top: 16px;
  left: 200px;
}

#schoolTable_filter.disabled .filter-select {
  opacity: 0.8;
}

#schoolTableWrapper #schoolTable_filter input,
#schoolTableWrapper #schoolTable_filter select,
#schoolTableWrapper table.dataTable tfoot th.with-select select {
  height: 46px;
  background: #ffffff;
  border-radius: 10px !important;
  padding: 10px 40px 10px 20px;
  color: #3f3f3f;
  min-width: 185px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  margin-left: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

#schoolTableWrapper table.dataTable tfoot th.with-select select {
  box-shadow: none;
  min-width: unset;
  font-size: 12px;
}

#schoolTableWrapper #schoolTable_filter > * {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 18px;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']::-webkit-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper #schoolTable_filter input[type='search']::-moz-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']:-ms-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']::-ms-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']::-webkit-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper #schoolTable_filter input[type='search']::-moz-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']:-ms-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']::-ms-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']::-webkit-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper #schoolTable_filter input[type='search']::-moz-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']:-ms-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper
  #schoolTable_filter
  input[type='search']::-ms-input-placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper #schoolTable_filter input[type='search']::placeholder {
  color: #3f3f3f;
}

#schoolTableWrapper #schoolTable_filter .filter-select-wrapper,
#schoolTableWrapper #schoolTable_filter #schoolTable_length,
#schoolTableWrapper #schoolTable_filter label {
  position: relative;
}

#schoolTableWrapper #schoolTable_filter > label:before {
  content: url('../images/search-icon.svg');
  position: absolute;
  right: 15px;
  top: 15px;
}

#schoolTableWrapper #schoolTable_filter select,
#schoolTableWrapper table.dataTable tfoot th.with-select select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

#schoolTableWrapper #schoolTable_filter .filter-select-wrapper:before,
#schoolTableWrapper #schoolTable_filter #schoolTable_length label:before,
#schoolTableWrapper table.dataTable tfoot th.with-select .tfoot-select-wrapper:before {
  content: url(../images/accordion-arrow.svg);
  position: absolute;
  right: 15px;
  top: 12px;
  transform: scale(0.5);
  pointer-events: none;
}

#schoolTableWrapper table.dataTable tfoot th.with-select .tfoot-select-wrapper:before{
  right: 10px;
}

#schoolTableWrapper table.dataTable tfoot th.with-select .tfoot-select-wrapper{
  position: relative;
  width: fit-content;
}

#schoolTableWrapper #schoolTable_filter #schoolTable_length label {
  position: unset;
}

.predictor-white-background.no-padding .predictor-accordion-content {
  padding: 32px 50px 45px;
}

.predictor-white-background .predictor-accordion-content.no-padding {
  padding: 0;
}

#schoolTable {
  width: auto;
}

#schoolTable tr.child td.child {
  position: relative;
}

/*
#schoolTable tr.child td.child:after {
  content: 'Average Matriculant Statistics';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 15px;
}
*/

.school-table-header {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #1d428a;
  margin-bottom: 21px !important;
}

.predictor-white-background.no-padding,
.entry-content {
  padding: 0 !important;
}

.predictor-accordion-button {
  cursor: pointer;
}

.predictor-accordion-button .predictor-accordion-header {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1.4px solid #e4e4e4;
  padding: 35px 50px;
  position: relative;
  text-transform: none !important;
}

.predictor-accordion-content ul {
  margin-left: 0;
}

.predictor-accordion-content ul li {
  margin-bottom: 35px;
}

.predictor-accordion-content ul li .highlight {
  margin: 0 27px 0 0;
  min-width: 160px;
  text-align: center;
}

.predictor-accordion-content ul li .highlight.no-fixed-width {
  min-width: initial;
}

.predictor-accordion-button.active .predictor-accordion-header::after {
  content: url('../images/accordion-arrow-active.svg');
  position: absolute;
  right: 40px;
}

.predictor-accordion-button .predictor-accordion-header::after {
  content: url('../images/accordion-arrow.svg');
  position: absolute;
  right: 40px;
}

.predictor-accordion-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none !important;
}

.predictor-accordion-list li:before {
  content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  min-width: 25px;
  margin-left: -6.5px;
  scale: 1.5;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper #schoolTable_filter {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #87ccd9 !important;
}

#h-chance-predictor-faqs {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #1d428a;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.predictor-faq-section {
  padding-bottom: 65px;
  margin-bottom: 0;
  border-radius: 10px !important;
  border: none;
}

.predictor-faq-section p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 50px;
}

.predictor-faq-section p.faq-question {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
}

.predictor-faq-section .wp-block-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.predictor-faq-section hr {
  height: 1.4px !important;
  width: 100% !important;
  margin: 50px 0 !important;
}

.predictor-faq-section .raise-mcat-button,
.predictor-faq-section .schedule-free-tutoring-button{
  width: fit-content;
}

.predictor-faq-section .raise-mcat-button a,
.predictor-faq-section .schedule-free-tutoring-button a {
  border-radius: 10px !important;
  padding: 20px 60px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  display: inline-block;
  box-sizing: border-box;
}

.predictor-faq-section .raise-mcat-button a:hover,
.predictor-faq-section .schedule-free-tutoring-button a:hover {
  background-color: #009cbd !important;
  color: #fff;
}

.predictor-faq-section .search-for-med-schools {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 1px;

  color: #1d428a;
  margin-bottom: 50px;
}

.no-margin {
  margin: 0 !important;
}

.predictor-faq-section ul,
.predictor-faq-section ol {
  padding-left: 15px;
}

.predictor-faq-section ul li,
.predictor-faq-section ol li {
  font-size: 15px;
  line-height: 26px;
}

.predictor-faq-section ul li {
  list-style: disc;
}

.predictor-faq-section ol li:before {
  content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #009cbd; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

#footer {
  margin-top: 0 !important;
}

.post-bottom-meta {
  display: none;
}

.yarpp-related h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;

  color: #000000;
}

.share-buttons-bottom {
  margin-bottom: 40px;
  background: #f7f7f7 !important;
  border-radius: 0px 0px 10px 10px !important;
  border-top: none !important;
  padding: 16px 50px 16px;
}

.share-links a {
  background: transparent !important;
  margin-right: 10px;
}

.share-links a .share-btn-icon {
  background: #e1e5ec;
  border-radius: 100% !important;
}

.share-links a .share-btn-icon:before {
  color: #1d428a;
}

.share-links .social-text {
  display: none;
}

/* Range styles */

input[type='range'] {
  height: 22px !important;
  -webkit-appearance: none;
  margin: 10px 0 !important;
  width: 100% !important;
}
input[type='range']:focus {
  outline: none !important;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 100% !important;
  height: 2px !important;
  cursor: pointer !important;
  animate: 0.2s !important;
  box-shadow: 0px 0px 0px #000000 !important;
  background: #1d428a !important;
  border-radius: 0px !important;
  border: 0px solid #000000 !important;
}
input[type='range']::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000 !important;
  border: 0px solid #000000 !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 50px !important;
  background: #1d428a !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
  margin-top: -7px !important;
}
input[type='range']:focus::-webkit-slider-runnable-track {
  background: #1d428a !important;
}
input[type='range']::-moz-range-track {
  width: 100% !important;
  height: 2px !important;
  cursor: pointer !important;
  animate: 0.2s !important;
  box-shadow: 0px 0px 0px #000000 !important;
  background: #1d428a !important;
  border-radius: 0px !important;
  border: 0px solid #000000 !important;
}
input[type='range']::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000 !important;
  border: 0px solid #000000 !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 50px !important;
  background: #1d428a !important;
  cursor: pointer !important;
}
input[type='range']::-ms-track {
  width: 100% !important;
  height: 2px !important;
  cursor: pointer !important;
  animate: 0.2s !important;
  background: transparent !important;
  border-color: transparent !important;
  color: transparent !important;
}
input[type='range']::-ms-fill-lower {
  background: #1d428a !important;
  border: 0px solid #000000 !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px #000000 !important;
}
input[type='range']::-ms-fill-upper {
  background: #1d428a !important;
  border: 0px solid #000000 !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px #000000 !important;
}
input[type='range']::-ms-thumb {
  margin-top: 1px !important;
  box-shadow: 0px 0px 0px #000000 !important;
  border: 0px solid #000000 !important;
  height: 16px !important;
  width: 16px !important;
  border-radius: 50px !important;
  background: #1d428a !important;
  cursor: pointer !important;
}
input[type='range']:focus::-ms-fill-lower {
  background: #1d428a !important;
}
input[type='range']:focus::-ms-fill-upper {
  background: #1d428a !important;
}

/* Modal */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  align-items: center;
  justify-content: center;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 20px !important;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #009cbd;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 12px 20px 2px;
  background-color: #1d428a;
  color: white;
  border-radius: 20px 20px 0 0 !important;
}

/* Modal Body */
.modal-body {
  padding: 25px 20px 50px;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  max-width: 400px;
}

figure.MSCP_Infographic_Desktop {
  display: block;
  margin-bottom: 40px;
}
figure.MSCP_Infographic_Mobile {
  display: none;
  margin-bottom: 40px;
}

.share-buttons-mobile,
.mobile-share-buttons-spacer,
.ui-helper-hidden-accessible {
  display: none !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@media (max-width: 920px) {
  .entry-header-outer {
    min-height: 300px !important;
  }
  #content {
    margin-top: 20px;
  }

  .entry-header-outer {
    padding: 70px 20px 20px !important;
  }

  .entry-header_info {
    top: 15px;
    left: 35px;
  }

  table.dataTable tr.child td.child table tr td:last-child {
    padding-left: 10px;
    padding-right: 10px;
  }

  table.dataTable tr.child td.child table {
    flex-direction: column;
    margin: 0;
  }

  .predictor-white-background,
  .predictor-white-background.no-padding .predictor-accordion-content {
    padding: 34px 15px 40px;
  }

  .share-buttons-bottom {
    padding: 15px;
  }

  #schoolTable tr.child td.child {
    padding-top: 60px !important;
  }
  #schoolTable tr.child td.child:after {
    content: 'Average Matriculant Statistics';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .entry-header_info {
    left: 20px;
  }

  #schoolTableWrapper .school-table-and-header {
    padding: 20px 0;
  }

  #schoolTableWrapper .school-table-header {
    padding: 0 20px;
  }

  table.dataTable.display tbody tr.odd > .sorting_1 {
    padding-right: 0 !important;
  }

  .entry-header-outer,
  .predictor-white-background {
    border-radius: 0 !important;
  }

  .predictor-accordion-content ul li {
    flex-direction: column;
  }

  .predictor-accordion-list li:before {
    position: absolute;
    margin-left: -12.5px;
  }

  .predictor-accordion-content ul li div {
    margin-top: 20px;
  }

  #h-chance-predictor-faqs {
    margin-top: 0;
    font-size: 26px;
  }

  .predictor-faq-section p.faq-question {
    font-size: 18px;
  }

  .predictor-faq-section .raise-mcat-button a,
  .predictor-faq-section .schedule-free-tutoring-button a {
    padding: 20px 15px;
  }

  .predictor-accordion-button .predictor-accordion-header {
    padding: 35px 15px;
  }

  #predictorInputForm .predictor-row-separated td.predictor-row-text-cell,
  #predictorInputForm .predictor-row-separated .predictor-row-two-inputs {
    padding: 20px 0 !important;
  }

  .predictor-faq-section .wp-block-buttons {
    justify-content: center;
  }

  .input-area {
    display: block;
  }

  .predictor-row-text-cell {
    text-align: left;
  }

  .predictor-faq-section p {
    margin-bottom: 25px;
  }

  .predictor-faq-section .search-for-med-schools {
    margin-bottom: 25px;
    font-size: 24px;
  }

  #predictorInputForm .predictor-row-separated {
    width: 100%;
  }

  .table-is-responsive {
    overflow-x: inherit !important;
  }
  #schoolTableRegisterFormWrapper {
    /*	overflow: hidden; max-height: 387px; */
  }
  #schoolTableRegisterForm{
    width: 100%;
    left: unset;
  }
  #schoolTableRegisterForm .form-group,
  #btnRegister {
    margin-bottom: 10px;
    width: 100%;
  }
  #schoolTableRegisterForm textarea,
  #schoolTableRegisterForm input,
  #schoolTableRegisterForm select {
    width: 100%;
  }

  td {
    padding: 1em !important;
  }

  #btnPredict {
    width: 100% !important;
  }

  .jotform-form {
    width: 100%;
  }
  .form-all ul li {
    margin-right: 0;
    width: 49%;
  }
  .form-all ul li:nth-child(2) {
    margin-right: 2%;
  }
  #btnRegister {
    margin-top: 5px;
  }
  figure.MSCP_Infographic_Desktop {
    display: none;
  }
  figure.MSCP_Infographic_Mobile {
    display: block;
  }
}

@media (max-width: 479px) {
  #predictorInputForm .predictor-row-separated .predictor-row-two-inputs.flex-width-mobile{
    flex-direction: column;
  }
  #predictorInputForm .predictor-row-separated .predictor-row-two-inputs div.input-area.width-mobile{
    width: 100%;
    margin-bottom: 20px;
  }
  .entry-header-outer {
    min-height: initial !important;
  }
  .input-area .input-text-desc {
    font-size: 9px;
  }
  #schoolTableWrapper table.dataTable tfoot th.with-select {
    max-width: 120px;
  }
  .colored-cloud {
    width: 120px;
    padding: 10px 10px;
    display: block;
    text-align: center;
  }
  .form-all {
    width: 100%;
  }
  .form-all ul li {
    width: 100%;
  }
  .form-all ul li:nth-child(2) {
    margin-right: 0;
  }
  #schoolTableRegisterFormWrapper {
    max-height: 593px;
    min-width: 240px;
  }
  .dataTables_filter {
    text-align: center;
    margin-bottom: 22px;
  }
  #schoolTableWrapper #schoolTable_filter select,
  #schoolTableWrapper #schoolTable_filter input {
    min-width: 240px;
    max-width: 240px;
  }
  #schoolTable_filter.disabled .filter-select-wrapper::after {
    left: 250px;
  }
  .colored-cloud,
  table tbody td.dt-head-center {
    font-size: 12px;
  }
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role='row']
    > td:nth-child(13),
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role='row']
    > th:nth-child(13) {
    height: 140px;
    min-width: 40px;
  }
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role='row']
    > td:nth-child(13):before,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role='row']
    > th:nth-child(13):before {
    right: 50%;
    left: initial;
  }
  table.dataTable tr.child td.child table tr td:last-child {
    text-align: left;
  }
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role='row']
    > td:nth-child(13):after,
  table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role='row']
    > th:nth-child(13):after {
    content: 'Show Details';
    position: absolute;
    right: 15%;
    top: 5%;
    padding-top: 50% !important;
    transform: scale(0.6);
    display: none;
  }
  #btnPredict {
    font-size: 15px;
  }
  table th.dt-head-center.school-name {
    min-width: 0;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterDisplay-Regular.woff2') format('woff2'),
    url('../fonts/InterDisplay-Regular.woff') format('woff'),
    url('../fonts/InterDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
