footer ul {
  list-style: none;
  padding: 0px;
}

footer a {
  color: #eee;
  text-decoration: none;
}

footer ul li.sub-header {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #cecece;
  font-size: 0.75rem;
}

footer ul li {
  color: #eee;
  font-size: 14px;
  padding: 5px;
}

footer ul li img {
  margin-right: 10px;
}

footer ul li i {
  margin-right: 10px;
}

.info_slide_dots {
  bottom: 0px !important;
}

.show-less {
  height: 1.5em;
  overflow: hidden;
}

.show-less-lg {
  height: 9em;
  overflow: hidden;
  
}

.sp-layer {
  background: #fff;
}

.logo {
  width: 100px;
  height: 100px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
}

/* styles by Boni  start here*/
.ca-card-title {
  padding-bottom: 0.5em;
  padding-right: 20px;
  display: inline-block;
  font-size: 20px;
}

article h3 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}

a.nav-link:hover {
  color: #e10707;
}

h3 {
  font-weight: 700;
  color: #484848;
}

p {
  margin-bottom: 0.5em;
}

.mdc-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.intro-headers {
  font-weight: 700;
  font-size: 16px;
}

.card-container p {
  margin-bottom: 0px;
  font-size: 12px;
}

.card-container {
  max-width: 232px;
}

.card-container .card-body {
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.06);
  line-height: 14px;
}

.title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.question {
  border: 0 solid #d71f27;
  border-left-width: 2px !important;
}

.reply-btn {
  color: #d71f27;
}

.fa.checked {
  color: #efac4d;
}

.fa.unchecked {
  color: #dad8d4;
}

.review-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 1em 1em;
}

.review-item {
  font-size: 12px;
}

.review-item .stars {
  font-size: 10px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5em;
  margin: 0px !important;
  
}

.sidebar {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

div#masonry {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vw;
  max-height: 400px;
  font-size: 0;
  overflow-x: scroll;
}

div#masonry img {
  width: 33.3%;
}

/* fallback for earlier versions of Firefox */

@supports not (flex-wrap: wrap) {
  div#masonry {
    display: block;
  }

  div#masonry img {
    display: inline-block;
    vertical-align: top;
  }
}

.nav-pills .nav-link {
  font-weight: 700;
  color: #484848;
}

#navbar-sections .nav-link.active {
  color: #484848;
  background: #fff;
}

#campus-nav .nav-link.active {
  color: #e10707;
  background: #fff;
  font-weight: 700;
  flex-grow: 1;
  border-bottom: 1px solid;
}

#campus-nav .nav-link {
  color: #333;
  background: #fff;
  font-weight: 700;
  flex-grow: 1;
  min-width: max-content;
}

#campus-nav .nav {
  justify-content: space-between;
  height: 4rem;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}

.navbar {
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdc-card__supporting-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.733!important;
}

.divider {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #ebebeb !important;
}
.red-divider {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #d71f27 !important;
}
.section-header,
.steps-header,
.steps-name {
  color: #e10707;
  font-weight: 400;
  font-size: 1.4em;
}

.steps-header {
  margin-bottom: 20px;
  text-align: center;
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}

@media screen and (max-width: 500px) {
  .steps-timeline {
    border-left: 2px solid #e10707;
    margin-left: 25px;
  }
}

@media screen and (min-width: 500px) {
  .steps-timeline {
    border-top: 2px solid #e10707;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}

@media screen and (max-width: 500px) {
  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -25px;
  }
}

@media screen and (min-width: 500px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 500px) {
  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 500px) {
  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}

@media screen and (max-width: 500px) {
  .steps-three {
    margin-bottom: -100%;
  }
}

@media screen and (min-width: 500px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}

.steps-img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media screen and (max-width: 500px) {
  .steps-img {
    float: left;
    margin-right: 20px;
  }
}

.steps-name,
.steps-description {
  margin: 0;
}

@media screen and (min-width: 500px) {
  .steps-name {
    text-align: center;
  }
}

.steps-description {
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  .steps-description {
    text-align: center;
  }
}

.ca-button {
  --mdc-dialog-dark-theme-bg-color: #303030;
  --mdc-persistent-drawer-dark-theme-bg-color: #212121;
  --mdc-permanent-drawer-dark-theme-bg-color: #212121;
  --mdc-theme-background: #fff;
  --mdc-theme-text-primary-on-primary: white;
  --mdc-theme-text-secondary-on-primary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-accent: white;
  --mdc-theme-text-secondary-on-accent: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-accent: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-primary: #d71f27;
  --mdc-theme-accent: #ffd54f;
  white-space: nowrap;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
  display: inline-block;
  position: relative;
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 2px;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  user-select: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  direction: ltr;
  --mdc-ripple-surface-width: 0;
  --mdc-ripple-surface-height: 0;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  will-change: transform, opacity;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--mdc-theme-primary, #3f51b5);
  color: var(--mdc-theme-text-primary-on-primary, white);
  margin: 0 8px 0 0;
  margin-left: 0;
  margin-right: 0;
  right: 0;
  width: 100%;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}

.slider-pro img {
  width: 100%;
  cursor: pointer;
}

.star-field {
  display: flex;
}

.star-rating-wrapper {
  display: flex;
  margin-bottom: 1rem;
}

.rating-score {
  margin-left: 1em;
  color: #d71f27;
  font-weight: 700;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.program-ratings .jq-star {
  cursor: default;
}

.mdc-card__supporting-text,
p,
h3,
h2,
h1,
h4,
span,
label,
div,
strong,
small {
  font-family: Lato, sans-serif;
}

/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"),
    url("https://d2xtzyi0kjzog2.cloudfront.net/static/assets/fonts/lato-v16-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("https://d2xtzyi0kjzog2.cloudfront.net/static/assets/fonts/lato-v16-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"),
    url("https://d2xtzyi0kjzog2.cloudfront.net/static/assets/fonts/lato-v16-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("https://d2xtzyi0kjzog2.cloudfront.net/static/assets/fonts/lato-v16-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"),
    url("https://d2xtzyi0kjzog2.cloudfront.net/static/assets/fonts/lato-v16-latin-900.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("https://d2xtzyi0kjzog2.cloudfront.net/static/assets/fonts/lato-v16-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.mdc-select {
  width: 100%;
  max-width: 100%;
}

.animation-ctn {
  text-align: center;
  margin-top: 5em;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }

  100% {
    stroke-dashoffset: 200px;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }

  100% {
    stroke-dashoffset: 200px;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }

  100% {
    stroke-dashoffset: 960px;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }

  100% {
    stroke-dashoffset: 960px;
  }
}

@keyframes colored-circle {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
  display: inline;
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

.icon--order-success svg circle#colored {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

.grid-image {
  width: 273px;
  height: 170px;
  float: left;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  justify-content: center;
  align-content: center;
  display: flex;
}

.accomodation-images::-webkit-scrollbar {
  -webkit-appearance: none;
}

.accomodation-images::-webkit-scrollbar:vertical {
  width: 11px;
}

.accomodation-images::-webkit-scrollbar:horizontal {
  height: 11px;
}

.accomodation-images::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

/* Related Program */

.ca-card-title-three-lines {
  height: 75px;
  width: auto;
  overflow: hidden;
}
.ca-card-title-two-lines {
  height: 50px;
  width: auto;
  overflow: hidden;
}
.embed-responsive .card-img-top {
  object-fit: cover;
}

@media screen and (max-width: 500px) {
  .w-sm-auto {
    width: auto !important;
  }
}
.non-valid-req :not(a)::before{
  font-family: "Font Awesome 5 Free";
   content: "\f057";
   margin-right: 5px;
   display: inline-block;
   color:#dc3545;
}
.valid-req :not(a)::before{
  font-family: "Font Awesome 5 Free";
   content: "\f058";
   margin-right: 5px;
   display: inline-block;
   color:#28a745;
}
.valid-req,.non-valid-req{
  display: flex;
}
.show-more-btn {
    color: #484848;
    font-weight: 700;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0px;
    justify-content: center;
    padding-top: 35px;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
}
.show-less-btn{
  color: #484848;
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width:768px) { 
  #navbar-sections .nav{
    height: 3rem;
    display: flex;
    overflow-x: scroll;
  }
	.program-ratings .rating-left{
    display: flex;
    justify-content: space-between;
  }
  .ca-card-title-two-lines ,.ca-card-title-three-lines{
    height: auto;
  }
  .wordpress-posts .card{
    width: auto!important;
    max-width: 100%!important;
  }
  #introduction .row{
    display: flex;
  }
}
/* the fieldset */
.strong-rating {
  display: inline-block;
  border: 0;
}

/* the stars */

.strong-rating span.star {
  display: inline-block;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
}

.strong-rating span.star:before {
  content: "";
  -webkit-mask: url('https://d2xtzyi0kjzog2.cloudfront.net/static/assets/star-solid.svg') center center no-repeat;
  mask: url('https://d2xtzyi0kjzog2.cloudfront.net/static/assets/star-solid.svg') center center no-repeat;
  display: inline-block;
  font-size: 1.25em;
  width:19px;
  height:20px;
  /* use padding not margin */
  padding: 0 4px;
  transition: color 0.3s ease;
  color: #FFB900;
  background: #FFB900;
}
.showmore_content		{ position:relative; overflow:hidden; }			
.showmore_trigger 	{     
  width: 100%;
  cursor: pointer;
  color: #484848;
  font-weight: 700;
  width: 95%;
  display: flex;
  bottom: 0px;
  justify-content: center;}
.showmore_trigger span	{ display:block; }
.zsiq_cnt{
  display: none!important;
}

.upvote, .downvote{
  color: #C4C4C4;
}
.upvote:hover, .downvote:hover{
  color: #d71f27;
  cursor: pointer;
}

.pagination li a {


  min-width: 30px;
  height: 28px;
  line-height: 28px;
  display: block;
  background: #fff;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
}

.pagination li.active a {
  height: 30px;
  line-height: 30px;
  background: #aaa;
  color: #fff;

}
.vote-count span{
  line-height: 1;
}

article a{
  color: #d71f27;
}
.author{
  color:#565959!important
}
.userQuestion{
  color: #560c10;
}
.school-content{
  margin-top: -8rem;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgb(63 92 110 / 15%);
  border-radius: .5rem;
  border-top: 0;
  z-index: 999;
  position: relative;
}
.school-page-logo{
  margin-top: -5rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 4px 8px rgb(63 92 110 / 15%);
  border-radius: .5rem;
  border-top: 0;
  z-index: 999;
  position: relative;
  width: 130px;

}