.fee-calculator {
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  border-radius: 5px;
  background: #f9f9f9;
  margin-bottom: 15px;
}

.fee-calculator .content h3,
.fee-calculator .content h4 {
  font-size: 1.3rem !important;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  margin-bottom: 0px;
}

select::-ms-expand {
  display: none;
}

.year-select,
.know-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 2px solid #232020;
  border-radius: 0;
  padding-bottom: 0.2rem;
  padding-left: 0.625rem;
  padding-right: 2.525rem;
  position: relative;
  z-index: 1;
  outline: none;
  font-size: 1.1rem;
  font-weight: bold;
  width: 100%;
}

.staring-year-disclaimer {
  margin: 0 0 20px 0;
  font-size: 14px;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.program-search {
  margin-top: 15px;
}
.program-search label {
  margin-bottom: 5px;
  display: inline-block;
}

.year-know-select-box {
  line-height: 1.5rem;
}

.select-wrap::after {
  border-bottom: 3px solid #232020;
  border-right: 3px solid #232020;
  content: "";
  display: block;
  height: 0.575rem;
  right: 1rem;
  top: 40%;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.575rem;
  z-index: 0;
}

.clear-filter {
  text-align: right;
  margin-top: 20px;
}

.forecast-data {
  font-size: 0.8rem;
  display: none;
}

.fee-cal-header-text {
  display: inline-block;
  background: #ffe600;
  width: 50%;
  padding: 10px;
  font-family: Sommet, Sans-serif;
  font-size: 1.2rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.fee-cal-header-triangle {
  display: inline-block;
  width: 50px;
  border-radius: 5px;
  height: 40px;
  vertical-align: middle;
  margin: -27px;
  transition: 0.3s;
  border-style: solid;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-width: 0px 25px 39px 19px;
  border-color: transparent transparent #ffe600;
}

.no-results-msg,
.filters-no-results-msg {
  color: red;
  margin-top: 10px;
}
.program-title {
  cursor: pointer;
}
.program-search-input {
  width: 80%;
  border: 1px solid darkgrey;
  height: 30px;
  outline: none;
  padding-left: 10px;
  font-size: 1.1rem;
}
.program-select {
  margin-top: 15px;
  line-height: 35px;
}
.student-faculty {
  margin-top: 10px;
}
#program-show-fees {
  border: 1px solid #979797;
  border-radius: 5px;
  margin-top: 10px;
  background: #333;
  width: auto;
  cursor: pointer;
  font-size: 1rem;
  color: #f9f9f9;
  height: 3.125rem;
  line-height: 3.125rem;
  box-sizing: border-box;
  padding: 0 2rem;
  outline: none;
}

.list-of-degrees {
  display: none;
  margin-top: 10px;
}
.list-of-degrees .ul-list {
  margin: 0;
  padding: 0;
}
.list-of-degrees table.ul-list tr td,
.result-display table.result-table tr td {
  font-size: 16px !important;
  color: #333;
}
.result-display table.result-table tr td.result {
  text-align: center;
}
.list-of-degrees .ul-list li {
  margin: 3px 0;
}

.list-of-degrees .ul-list li:before,
#program-autocomplete-parent ul.ui-autocomplete li.ui-menu-item:before {
  content: none !important;
}

.cricos-warning {
  margin-top: 20px;
}

.program-results,
.result-legal-notice h4 {
  margin: 10px 0px;
}

.program-results h4 {
  margin-bottom: 10px;

}

.result-legal-notice h4 {
   margin-top: 20px;
}

.result-legal-notice {
  margin-bottom: 1rem;
}

.result-legal-notice p {
  line-height: 1.5rem;
  padding: 0px;
}

.result-display {
  line-height: 1.5rem;
}

.result-display p {
  line-height: 1.5rem;
}

.show-results {
  display: none;
}

#program-autocomplete-parent {
  position: relative;
}
#program-autocomplete-parent .ui-autocomplete {
  width: 80% !important;
  padding: 0 10px !important;
  border: solid 1px #ccc;
}
.ui-autocomplete .ui-menu {
  list-style: none !important;
}
.ui-autocomplete .ui-menu-item {
  line-height: 30px !important;;
  border-bottom: 1px solid #c5c5c5 !important;;
  font-size: 1.1rem;
  padding: 5px 0;
  margin: 5px 0;
  cursor: default;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item .ui-state-active {
/*.ui-autocomplete li.ui-menu-item:hover,
.ui-autocomplete li.ui-menu-item::selection,
.ui-autocomplete li.ui-menu-item::-moz-focus-inner,
.ui-autocomplete li.ui-menu-item::-moz-selection
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {*/
  background-color: #ffe600 !important;
  background-image: none !important;
  color: #000;
  border: none !important;
  /*border-top: 1px solid #f9f9f9 !important;
  border-bottom: 1px solid #f9f9f9 !important;*/
}

.or-text {
  padding-left: 40%;
  margin: 20px 0;
}

.calculator-intro {
  word-break: break-word;
}

.timeline-list {
  border-left: 5px solid #ccc !important;
  position: relative !important;
  max-width: 100%;
  margin: 0 20px !important;
  list-style: none !important;
  padding: 0 0 1rem 0 !important;
}
.timeline-list:before {
  content: "";
  border-left: 5px solid #CCC;
  left: -0.35rem;
  top: 2rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  transform-origin: 0 0;
  animation: scaleVertical 3s 1s ease both 1;
}

.timeline-list:after {
  content: "";
  clear: both;
  position: absolute;
  bottom: 0px;
  left: -1.25rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: none repeat scroll 0% 0% #ddd;
  border: 5px solid #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  animation: revealScaleUp 0.75s 2.82s ease both 1;
}

.t-block-teal {
  background: #f9f9f9;
}
.t-block-teal h2 {
  color: #fff;
}
.t-block-teal h3 {
  color: #034944;
}
.t-block-teal p {
  color: #034944;
}
.timeline-list li.timeline-list-item {
  margin: 0 0 1rem 0;
  padding: 0 2rem 0rem 2rem;
  position: relative;
}
.timeline-list li.timeline-list-item:before {
  content: "";
  position: absolute;
  text-align: center;
  line-height: 36px;
  font-size: 1.5rem;
  top: 0px;
  left: -1.35rem;
  width: 40px;
  height: 40px;
  border-radius: 57%;
  background: none repeat scroll 0% 0% #f9f9f9;
  border: 5px solid #ccc;
  animation: revealScaleUp 0.75s 0s ease both 1;
}
.timeline-list {
  animation: reveal 2s 0 ease both 1;
}

.timeline-list li.timeline-list-item .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.timeline-list li.timeline-list-item .content.animation {
  animation: revealFromLeft 0.5s 0s ease both 1;
}

.timeline-list li.timeline-list-item .content h3 {
  padding: 10px 0px;
}

.timeline-list li.timeline-list-item:nth-child(1):before {
  animation-delay: 0.85s;
  content: "";
}
.timeline-list li.timeline-list-item:nth-child(1) .content {
  animation-delay: 1.05s;
}
.timeline-list li.timeline-list-item:nth-child(2):before {
  animation-delay: 1.2s;
  content: "";
}
.timeline-list li.timeline-list-item:nth-child(2) .content {
  animation-delay: 1.5s;
}
.timeline-list li.timeline-list-item:nth-child(3):before {
  animation-delay: 1.8s;
  content: "";
}
.timeline-list li.timeline-list-item:nth-child(3) .content {
  animation-delay: 2.1s;
}
.timeline-list li.timeline-list-item:nth-child(4):before {
  animation-delay: 2s;
}
.timeline-list li.timeline-list-item:nth-child(4) .content {
  animation-delay: 2.3s;
}
@keyframes revealFromLeft {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleVertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes revealScaleUp {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Loader css */
.loader {
  position: absolute;
  display: none;
  top: 0%;
  width: 100%;
  z-index: 99;
  height: 100%;
  background: transparent;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe600;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader css ended */

@media only screen and (max-device-width: 450px) {
  .fee-calculator,
  .result-display,
  .show-results {
    line-height: 1.5rem;
  }
  .program-select .student-type {
    line-height: 2.5rem;
  }


  .program-search .program-search-input {
    width: 100%;
  }
  .timeline-list {
    margin: 0 !important;
    padding: 0 !important;
    border-left: none !important;
  }

  .timeline-list li.timeline-list-item {
    padding: 0 !important;
    list-style: disc;
    margin: 0 0 0 10px;
  }

  .timeline-list li.timeline-list-item:before,
  .timeline-list li.timeline-list-item:after,
  .timeline-list:before,
  .timeline-list:after {
    display: none;
  }

  #program-autocomplete-parent .ui-autocomplete {
    width: 100% !important;
  }
}
