.tab-style {
  background-color: #666 !important;
  border-top: ;
  border-left: ;
  border-right: ;
  padding: 13px 25px !important;
  margin-bottom: -2px;
  margin-right: 5px;
  border-radius: 6px 6px 0 0px;
  z-index: 50;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  color: #fff !important;
  font-size: 1em !important;
}
.tab-style:hover {
  background-color: #444 !important;
}

/*.change-icon > .fa + .fa,
.change-icon:hover > .fa {
  display: none;
}
.change-icon:hover > .fa + .fa {
  display: inherit;
}*/
.has-tip {
  color: #999;
  border: none;
  margin-left: 3px;
  transition: color 0.125s, border-bottom 0.125s;
}
.has-tip:hover {
  color: #666;
  border-bottom: dotted 1px #666;
  margin-bottom: -1px;
}

.mytab-active {
  background: #f3efe9;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  padding: 15px;
  transition: background 0.125s, border 0.125s;
}
.mytab-inactive {
  background: #fff;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  padding: 15px;
  transition: background 0.125s, border 0.125s;
}
.mytab-active:hover {
}
.mytab-inactive:hover {
  background: #f3efe9;
  cursor: pointer;
}
.mytab-active h3 {
  color: #b20000;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.mytab-inactive h3 {
  color: #b20000;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background: rgba(0, 0, 0, 0.02);
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-title:focus,
.accordion-title:hover {
  background: #f3efe9;
}

.change-icon > .fa + .fa,
.change-icon:hover > .fa {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
  position: absolute;
}
.change-icon:hover > .fa + .fa {
  visibility: visible;
  opacity: 1;
  position: relative;
}
h1 {
  font-family: "Lato", sans-serif !important;
  margin-bottom: 20px;
}
ul.filter-style {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
ul.filter-style li {
  font-size: 0.875rem;
  line-height: ;
  font-family: "Lato", "Lora", serif;
}
ul.filter-style li label {
  display: block;
}
ul.filter-style li label input[type="checkbox"] {
  margin-left: -18px;
  margin-bottom: 0;
}
ul.filter-style li label input[type="radio"] {
  margin-left: -18px;
  margin-bottom: 0;
}
.school-description {
  font-size: 1rem;
  line-height: 1.75rem;
}
.small-text {
  font-size: 12px;
  line-height: 12px;
  font-family: "Lato", "Lora", serif;
  color: #999;
}
.button-tab {
  background: #666;
  padding: 13px 0;
  font-family: "Lato", "Lora", serif;
  border-radius: 5px 5px 0 0;
}
.button-tab:hover {
  background: #444;
}
table.dataTable thead tr {
  background: rgba(237, 237, 237, 1);
  background: -moz-linear-gradient(
    top,
    rgba(237, 237, 237, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(237, 237, 237, 1)),
    color-stop(100%, rgba(204, 204, 204, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(237, 237, 237, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(237, 237, 237, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(237, 237, 237, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(237, 237, 237, 1) 0%,
    rgba(204, 204, 204, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cccccc', GradientType=0 );
}

table.dataTable thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #999;
}
table.dataTable thead .sorting {
  background-image: url(/images/sort_both.png);
}

tbody tr:nth-child(even) {
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #fff;
}

/*from page*/

.vertical {
  overflow: hidden;
}
.vertical:hover {
  overflow: scroll;
}
ul.vertical li a {
  background: none;
  color: #b20000;
  padding: 5px;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
ul.vertical li a.is-active {
  background: #b20000;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
}
p {
  font-family: "Lato", sans-serif !important;
  font-size: 1rem;
  line-height: 1.75rem;
}

.dataTables_wrapper {
  padding: 0;
  margin: 0;
}
h3 {
  padding: 0 0 20px 0;
}
.header {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}
.progress-container {
  width: 100%;
  height: 7px;
  background: #ccc;
}
.progress-bar {
  height: 7px;
  background: #b20000;
  width: 0%;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0;
}

ul.filter-style li label {
  margin-bottom: 0;
}
.filter-box {
  background: -moz-linear-gradient(
    top,
    rgba(241, 241, 241, 1) 0%,
    rgba(241, 241, 241, 0.76) 24%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(241, 241, 241, 1) 0%,
    rgba(241, 241, 241, 0.76) 24%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(241, 241, 241, 1) 0%,
    rgba(241, 241, 241, 0.76) 24%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.map-hover {
  opacity: 1;
  transition: opacity 0.125s, box-shadow 0.125s;
  cursor: pointer;
}
.map-hover:hover {
  opacity: 0.6;
}

#map-canvas {
  height: 100%;
}
.info-bull {
  padding: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.row-wrap {
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border-bottom: solid 0px #ccc;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 3px;
}
img[id="map-details"] {
  margin-bottom: 15px;
  cursor: pointer;
}
.city-dist {
  color: #666;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 18px;
}

/*NEW AP BROWSE*/

ul.filter-acc {
  border: none;
  margin: 0;
}
ul.filter-acc li {
  padding: 0;
  border: none;
}

ul.filter-acc li a {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  border: none !important;
  border-radius: 3px;
  transition: all 0.125s;
  background: none;
  font-weight: bold;
  color: #333;
}
ul.filter-acc li a:hover {
  background: #f3efe9;
}
ul.filter-acc div.accordion-content {
  padding: 0.5rem 0.25rem;
  border: none !important;
}

.filter-style label {
  padding: 0.25rem 0.5rem;
  background: none;
  transition: all 0.125s;
  border-radius: 3px;
  margin-left: 24px;
  text-indent: -7px;
  line-height: normal;
  margin-bottom: 0;
  cursor: pointer;
}
.filter-style label:hover {
  background: #f3efe9;
}

.shadow-box {
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  background: #fff;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.75rem;
}
.height-cap {
  height: 60px;
}

.card-content {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: solid 1px #ddd;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: ;
  max-height: none;
  transition: 0.25s;
  height: 100%;
}

.postfix {
  display: inline-block;
  position: absolute;
  margin: 0;
  margin-left: -30px;
  font-size: 1.125rem;
  color: #be1f24;
  background: none !important;
  box-shadow: none;
  padding: 0.55rem 0;
  transition: color 0.25s;
}
.postfix:hover {
  color: #861519;
}

.card-wrapper {
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 34%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 34%
  );
  background: linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 34%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
  border: solid 2px rgba(0, 0, 0, 0);
  border-top: solid 2px rgba(255, 255, 255, 1);
  border-bottom: solid 2px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.25s, background 0.25s, box-shadow 0.25s padding 0.25s;
  padding: 1.75rem;
}

.cta-wrapper {
  border-radius: 5px;
  background: #fff;
  padding: 0.875rem 1.25rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.25s, background 0.25s, box-shadow 0.25s, padding 0.25s;
}
.cta-add {
  margin: 0 0 0 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #be1f24;
  letter-spacing: normal;
  font-size: 1rem;
  border: solid 2px #be1f24;
  border-radius: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.125s, background 0.125s, color 0.125s, box-shadow 0.125s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Lato", Helvetica, sans-serif;
}
.cta-add:hover {
  background: #861519;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border: solid 2px #861519;
}
.cta-hide {
  margin: 0 0 0 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #bcb1a5;
  letter-spacing: normal;
  font-size: 1rem;
  border: solid 2px #bcb1a5;
  border-radius: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.125s, background 0.125s, color 0.125s, box-shadow 0.125s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Lato", Helvetica, sans-serif;
}
.cta-hide:hover {
  background: #861519;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border: solid 2px #861519;
}
.school-content {
  overflow: hidden;
  max-height: 999px;
  margin-bottom: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transition: max-height 0.25s linear, margin-bottom 0.75s;
}

/*featured listings*/
.featListing-3 {
  border-top: solid 3px rgba(254, 233, 159, 1);
}
.featListing-4 {
  border-top: solid 3px rgba(174, 231, 255, 1);
}
.td-3:before {
  content: "FEATURED REPORT";
  position: absolute;
  font-family: "Lato", sans-serif;
  margin: -10px 0px 0px 25px;
  padding: 3px 10px 2px 10px;
  background: rgba(254, 233, 159, 1);
  color: #333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}
.td-4:before {
  content: "IN-DEPTH REPORT";
  font-family: "Lato", sans-serif;
  position: absolute;
  margin: -10px 0px 0px 25px;
  padding: 3px 10px 2px 10px;
  background: rgba(174, 231, 255, 1);
  color: #333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

/*Card states*/

.card-wrapper-yes {
  border: solid 2px #be1f24;
  background: rgb(241, 241, 241);
  background: -moz-linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 34%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 34%
  );
  background: linear-gradient(
    0deg,
    rgba(241, 241, 241, 1) 0%,
    rgba(255, 255, 255, 1) 34%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#ffffff",GradientType=1);
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.25s, background 0.25s, padding 0.25s;
  padding: 1.75rem;
}
.card-wrapper-yes .cta-add {
  margin: 0 0 0 1rem;
  padding: 0.5rem 1rem;
  background: #be1f24;
  color: #fff;
  letter-spacing: normal;
  font-size: 1rem;
  border: solid 2px #be1f24;
  border-radius: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.125s, background 0.125s, color 0.125s, box-shadow 0.125s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Lato", Helvetica, sans-serif;
}
.card-wrapper-yes .cta-add:hover {
  background: #861519;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border: solid 2px #861519;
}
.card-wrapper-yes .cta-wrapper {
  border-radius: 5px;
  padding: 0.875rem 1.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.25s, background 0.25s, box-shadow 0.25s, padding 0.25s;
}

.card-wrapper-no {
  background: #fff;
  border: solid 2px #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.25s, background 0.25s, padding 1s;
  padding: 0.75rem 1.75rem;
}
.card-wrapper-no .cta-hide {
  margin: 0 0 0 1rem;
  padding: 0.5rem 1rem;
  background: #bcb1a5;
  color: #fff;
  letter-spacing: normal;
  font-size: 1rem;
  border: solid 2px #bcb1a5;
  border-radius: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.125s, background 0.125s, color 0.125s, box-shadow 0.125s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Lato", Helvetica, sans-serif;
}
.card-wrapper-no .cta-hide:hover {
  background: #861519;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  border: solid 2px #861519;
}
.card-wrapper-no .cta-wrapper {
  border-radius: 5px;
  padding: 0rem 1.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transition: border 0.25s, background 0.25s, box-shadow 0.125s, padding 0.25s;
}
.card-wrapper-no .school-content {
  overflow: hidden !important;
  max-height: 0;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transition: max-height 0.25s linear, margin-bottom 0.75s;
}

.interested-cta {
  font-weight: bold;
  font-size: 1.063rem;
  line-height: normal;
}
.shortlist-5 {
  overflow: hidden;
  margin-left: 0;
  padding-left: 1.25rem;
  max-height: 70px;
}
.shortlist-5 li {
  line-height: normal;
  margin-bottom: 0.375rem;
  white-space: nowrap;
}

.reveal {
  padding: 2rem;
  border: none;
  border-radius: 10px;
  outline: none;
}

.off-canvas {
  background: #fff;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.red-gradient {
  background: rgb(190, 31, 36);
  background: -moz-linear-gradient(
    167deg,
    rgba(190, 31, 36, 1) 0%,
    rgba(173, 30, 35, 1) 100%
  );
  background: -webkit-linear-gradient(
    167deg,
    rgba(190, 31, 36, 1) 0%,
    rgba(173, 30, 35, 1) 100%
  );
  background: linear-gradient(
    167deg,
    rgba(190, 31, 36, 1) 0%,
    rgba(173, 30, 35, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be1f24",endColorstr="#ad1e23",GradientType=1);
}
.filter-wrap {
  padding: 1.5rem 1rem 3rem 1rem;
}
.programs-expand {
  cursor: pointer;
  width: 100px;
  color: #be1f24;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
.programs-expand:after {
  font-family: Lato, sans-serif;
  content: "show more";
}
.programs-expand.show:after {
  font-family: Lato, sans-serif;
  content: "show less";
}

.next-step {
  font-size: 1rem;
  display: block;
  text-align: center;
  padding: 0.675rem 0.25rem 0.75rem 0.25rem;
  color: #be1f24 !important;
  line-height: normal;
  background: #fff !important;
  transition: color 0.125s, box-shadow 0.125s, background 0.125s;
  font-weight: bold;
  margin-bottom: 0.875rem;
  margin-top: 0;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.next-step:hover {
  background: #f3efe9;
  color: #861519;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.card-image {
  float: left;
  margin: 0.5rem 1.75rem 0.5rem 0;
  border-radius: 3px;
  width: 185px;
}
.school-name {
  padding-bottom: 0;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  font-size: 1.5rem;
}

td.dataTables_empty {
  padding: 1rem !important;
  font-size: 1rem;
}

table.dataTable.no-footer {
  border: none;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .filter-wrap {
    box-shadow: none;
    margin-top: ;
    padding: 0 1rem 1.5rem 1rem;
  }
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .card-wrapper {
    padding: 1rem;
  }
  .card-wrapper-yes {
    padding: 1rem;
  }
  .card-wrapper-no {
    padding: 1rem;
  }
  .height-cap {
    height: auto;
  }
  .card-content {
    padding-right: 0rem;
    margin-right: 0rem;
    border: none;
    max-height: 150px;
    overflow: hidden;
    transition: 0.25s;
    height: auto;
    line-height: 1.5rem;
  }
  .info-bull {
    padding: 0;
    line-height: 1.5rem;
  }
  ul.two-columns-small {
    -moz-column-count: 2;
    -moz-column-gap: 2rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 2rem;
    column-count: 2;
    column-gap: 2rem;
  }
  .cta-add {
    width: 100%;
    padding: 0.25rem 0;
    margin: 1rem 0 0.25rem 0;
  }
  .cta-hide {
    width: 100%;
    padding: 0.25rem 0;
    margin: 0.25rem 0;
  }
  .card-wrapper-yes .cta-add {
    width: 100%;
    padding: 0.25rem 0;
    margin: 1rem 0 0.25rem 0;
  }
  .card-wrapper-no .cta-hide {
    width: 100%;
    padding: 0.25rem 0;
    margin: 0.25rem 0;
  }
  .card-image {
    float: left;
    margin: 0.5rem 1rem 0.5rem 0;
    border-radius: 3px;
    width: 105px;
  }
  .school-name {
    padding-bottom: 0;
    font-weight: bold;
    margin: 0 0 1rem 0;
    font-size: 1.375rem;
  }
  .filter-wrap {
    box-shadow: none;
    margin-top: ;
    padding: 0 0.5rem 1.5rem 0.5rem;
  }
  .interested-cta {
    font-size: 1rem;
  }
}

.active::after {
  font-family: FontAwesome;
  content: " " "\f00c";
  font-size: 0.875rem;
  color: #bbb;
}

.shortlist-button {
  height: 53px;
  border-bottom: solid 0px #fff;
  padding: 0 1.75rem;
  border-radius: 3px 3px 0 0;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  transition: all 0.125s;
  cursor: pointer;
}

/*firebase*/
.login-confirm {
  max-width: 600px !important;
}
