/*
Theme Name:         Nursing Schools
Version:            07-10-20
Author:             Andy Rose
*/

/* OVERRIDES */
.pum-overlay {
  display: none !important;
}

/* BOOTSTRAP UPGRADES */
.container,
.container-fluid,
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 25px;
  padding-right: 25px;
}
.row {
  margin-left: -25px;
  margin-right: -25px;
}

/* ANIMATIONS */
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

/* GENERAL */
html {
  font-size: 16px;
}
body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem;
  line-height: 1.93;
  color: #616567 !important;
}
.container {
  overflow: unset;
}
.container,
.container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container :last-child,
.container-fluid :last-child {
  margin-bottom: 0 !important;
}

#page-school-results .results-list > .inner > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pre-headline {
  font-size: 1.25rem;
}
h1,
h2,
h3 {
  font-weight: bold;
}
h1 {
  font-size: 3rem;
  color: #fff;
}
h2 {
  font-size: 2.25rem;
  color: #000;
}
h3 {
  font-size: 1.625rem;
}
section h2.title {
  margin-bottom: 3rem;
}
p,
ul {
  margin-bottom: 1rem;
  font-weight: 100;
  line-height: 1.375rem;
}
a {
  color: #1a84ca;
}
a:hover {
  color: #1a84ca;
}
@media (max-width: 991px) {
  .dt {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mb {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .container-xtra {
    max-width: 1400px;
  }
}

/* BUFFERS */
.bufferrem {
  padding: 0.5rem;
}
.buffer25 {
  padding: 12.5px;
}
.buffer50,
.pad25 {
  padding: 25px;
}
.buffer100,
.pad50 {
  padding: 50px;
}

/* BG STYLES */
.bg-white {
  background-color: #fff;
}
.bg-grey-light {
  background-color: #f1f4f6;
}
.bg-blue {
  background-color: #2c88ce;
}
.bg-aqua {
  background-color: #4eb1c5;
}

/* TEXT STYLES */
.t-white {
  color: #fff;
}
.t-black {
  color: #000;
}
.t-blue {
  color: #1a84ca;
}
.t-blue-dark {
  color: #2e4656;
}
.t-grey {
  color: #616567;
}

/* BLOCKQUOTE STYLES */
blockquote {
  margin: 2em;
  padding: 15px;
  font-style: italic;
  background: #f5f5f5;
  border-left: 4px solid #4693af;
}

/* BUTTONS */
.btn:hover,
.f_button:hover,
.btn-social:hover {
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.f_button:hover,
.f_button:focus,
.f_button:active {
  background-color: #015596;
}
.btn,
.f_button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1979c3;
  padding: 15px 40px;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff !important;
  border: none;
  border-radius: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  transition: all 0.2s linear;
}
.btn-lg {
  display: flex;
  padding: 15px 25px;
  font-size: 1.25rem;
  font-weight: 600;
  min-height: 82px;
  border-radius: 41px;
}
.btn-lg span {
  margin-bottom: 10px;
}
.btn-lg span i {
  margin-right: 5px;
}
.btn-lg span.sm {
  font-weight: 300;
  font-size: 1rem;
}
.btn-blue-light {
  background-color: #55acee;
}
.btn-aqua {
  background-color: #4eb1c5;
}
.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active {
  background-color: #20acc9 /*#66C6DB*/;
}
.btn-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}

/* BORDERS */
.brdr-top {
  border-top: 2px solid #f1f4f6;
}

/* SHADOWS */
.drop-shadow {
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.35));
}

/* BRANDING STYLES */
.tagline {
  font-size: 1.125rem;
  line-height: 1.4;
}

/* NAV STYLES */
.navbar-brand {
  padding: 0;
}
.nav-top .navbar {
  padding: 0;
}
.nav-top a {
  color: #191919;
}
.nav-top .nav-item-login:not(:last-child) a {
  padding-right: 5px;
}
.nav-top .nav-item-login:last-child a {
  padding-left: 5px;
}
.nav-main .navbar {
  padding: 1rem 0;
}
.nav-main .nav-link {
  font-size: 1.125rem;
}
.nav-main .btn {
  margin-left: 0.5rem;
}
.nav-main .dropdown-toggle::after {
  font-family: "FontAwesome";
  content: "\f107";
  border: none;
  vertical-align: unset;
}
@media (max-width: 991px) {
  .nav-main .col-12,
  .nav-main .navbar {
    position: static;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    color: #000 !important;
    padding: 0;
    border: none;
  }
  .navbar-toggler:not(.collapsed) .fa-bars::before {
    content: "\f00d";
  }
  #navbarSearchDropdown,
  #navbarNavDropdown {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    border-top: 3px solid #1979c3;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    z-index: 99;
  }
  #navbarSearchDropdown > div,
  #navbarNavDropdown > ul {
    padding: 35px;
  }
  #navbarNavDropdown,
  #navbarNavDropdown a {
    text-align: center;
    color: #212529;
    font-weight: 400;
  }
  #navbarNavDropdown .nav-link {
    padding: 0;
  }
  #navbarNavDropdown .dropdown-menu {
    margin-bottom: 8px !important;
    padding: 0;
    border: none;
  }
  #navbarNavDropdown .dropdown-menu a {
    padding: 0;
    margin-top: 15px;
  }
  #navbarNavDropdown .btn {
    margin: 27px auto 0 auto;
    width: 100%;
    max-width: 350px;
  }
  #navbarNavDropdown .navbar-secondary li {
    margin-bottom: 15px;
  }
  #navbarNavDropdown .navbar-secondary li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
  }
  #navbarNavDropdown .navbar-secondary li a i {
    font-size: 0.5rem;
  }
  #navbarNavDropdown .login-links a {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    margin: 0;
    background-color: #233843;
    animation: slide-down 0.3s ease-out;
  }
  .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 15px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #233843;
  }
  .dropdown-item {
    color: #fff !important;
    background-color: transparent !important;
  }
}

/* HERO STYLES */
.hero {
  width: 100%;
  height: auto;
}

/* PLATO FORM STYLES */
.plato .field {
  position: relative;
  margin-bottom: 25px;
}

.plato .f_input,
.plato .f_select {
  width: 100%;
  height: auto;
  padding: 15px;
  color: #1979c3;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}
.plato .f_select {
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.plato .f_select[disabled] {
  color: #aaa;
  background-color: #f2f2f2;
  cursor: auto;
}
.plato .field.select:after {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  font-family: FontAwesome;
  content: "\f067 ";
  color: #1979c3;
  font-size: 1rem;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  pointer-events: none;
}

.hc-val-msg,
.hc-invalid .error-msg {
  display: none;
}

/* SLIDER STYLES */
.slick-track {
  min-width: 100% !important;
}
.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  color: #1a84ca;
  border: 2px solid #1a84ca;
  border-radius: 50%;
}
.slick-prev {
  left: -48px;
}
.slick-next {
  right: -48px;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  margin-top: -2px;
  color: #1a84ca;
}
.slick-prev::before {
  margin-left: -5px;
}
.slick-next::before {
  margin-right: -5px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 1;
}
@media (max-width: 991px) {
  .container .slick-slider {
    margin-bottom: 75px !important;
  }
  .slick-prev,
  .slick-next {
    top: auto;
    bottom: -100px;
  }
  .slick-prev {
    left: calc(50% - 53px);
  }
  .slick-next {
    right: calc(50% - 53px);
  }
}
@media (min-width: 992px) {
  .slick-disabled {
    display: none !important;
  }
}

/* ACCORDION STYLES */
.accordion > .card {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #e1e9f0 !important;
  border-radius: 0;
}
.accordion .toggle {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  font-size: 1.125rem;
  color: #606060;
  text-align: left;
  border: none;
  background: none;
}
.accordion > .card:not(:first-of-type) .toggle {
  padding-top: 25px;
}
.accordion .toggle span {
  display: block;
  position: relative;
}
.accordion .toggle span::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 18px;
  height: 18px;
  font-family: "FontAwesome";
  content: "\f055";
  color: #1979c3;
  font-size: 18px;
  line-height: 1;
}
.accordion .toggle:not(.collapsed) span::after {
  content: "\f056";
}

/* LIST STYLES */
.row.list-wrapper {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.row.list-wrapper .list-item {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.list-item .list-inner {
  height: 100%;
}
.list-item .list-inner div {
  margin-bottom: 15px;
}
.list-item .list-hero.circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: gray;
  border-radius: 50%;
}
.list-item .list-hero:not(.circle) {
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
}
.list-item .list-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item .list-title {
  font-size: 1.24rem;
  line-height: 1.25;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-item .list-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-item .list-cta a i {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .list-item .list-hero:not(.circle) {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .list-item .list-hero:not(.circle) {
    height: 150px;
  }
}

/* HEADER STYLES */
header .container {
  padding-top: 0;
  padding-bottom: 0;
}
header .logo {
  width: auto;
  height: 70px;
}
@media (max-width: 991px) {
  header .navbar-brand {
    max-width: 50%;
  }
  header .logo {
    height: 50px;
  }
}

/* SIDEBAR DEGREE SEARCH */
.sidebar-degree-search {
  position: relative;
}
.sidebar-degree-search.fold::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 13px;
  height: 26px;
  background: linear-gradient(
    to bottom right,
    transparent 0%,
    transparent 50%,
    #4393af 50%,
    #4393af 100%
  );
}
.sidebar-degree-search .inner {
  background: linear-gradient(to bottom, #4eb1c5 25%, transparent 100%),
    url("img/bg-search.png") repeat center;
}
.sidebar-degree-search .inner.arrow {
  padding-bottom: 100px;
  clip-path: polygon(
    100% 0px,
    100% calc(100% - 50px),
    50% 100%,
    0px calc(100% - 50px),
    0px 0px
  );
}
.sidebar-degree-search .pre-headline {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.sidebar-degree-search .pre-headline i {
  font-size: 1.25rem;
}
.sidebar-degree-search h4 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
.sidebar-degree-search h4::after {
  position: absolute;
  bottom: 0;
  left: 35%;
  content: "";
  width: 30%;
  height: 2px;
  background-color: #fff;
}
.sidebar-degree-search .plato {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 991px) {
  .sidebar-degree-search.offset {
    margin-top: -26px;
  }
}
@media (min-width: 992px) {
  .sidebar-degree-search.offset {
    margin-top: -126px;
  }
}

/* SECTION DEGREE SEARCH */
section.degree-search {
  position: relative;
  margin-bottom: 100px;
}
section.degree-search::after {
  position: absolute;
  bottom: -100px;
  content: "";
  width: 100%;
  height: 100px;
  background: url("img/bg-blue-abstract.svg") no-repeat top left;
  background-size: 100% 100%;
}
section.degree-search .container {
  padding-top: 100px;
}
section.degree-search .school-search {
  margin-top: 50px;
}
section.degree-search .field-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.degree-search .plato .f_button {
  margin-top: 5px;
  background-color: #4eb1c5;
}
section.degree-search .plato .f_button:hover,
section.degree-search .plato .f_button:focus,
section.degree-search .plato .f_button:active {
  background-color: #20acc9;
}
@media (max-width: 991px) {
  section.degree-search .field-box .field {
    width: 100%;
  }
}
@media (min-width: 992px) {
  section.degree-search .field-box .field {
    width: 30%; /* 45% for 2 fields */
  }
}

/* SECTION DEGREE OPTIONS */
section.degree-options .list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
section.degree-options .list-inner {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
}

/* SECTION FEATURE SCHOOL */
section.featured-school .ad {
  width: 45%;
}
section.featured-school .ad img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
  section.featured-school .school-link {
    margin-left: 50px;
  }
}

/** SECTION BANNER **/
section.banner .pre-headline {
  font-size: 1.5rem;
  line-height: 1.25;
}
section.banner h1 {
  margin-top: 0;
}
/* banner parent */
section.banner-parent .row {
  min-height: 200px;
}
section.banner-parent h1 {
  font-size: 4rem;
  line-height: 1;
}
@media (max-width: 991px) {
  section.banner-parent {
    background: url("img/banner-bg-abstract-mb.svg") no-repeat left bottom /
        100% 90%,
      url("img/banner-hero-child-mb.jpg") no-repeat center top / cover;
  }
  section.banner-parent .container {
    padding-bottom: 50px;
  }
  section.banner-parent .row {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  section.banner-parent {
    background: url("img/banner-bg-abstract.svg") no-repeat left top / 70% 100%,
      url("img/banner-hero-parent.jpg") no-repeat center top / cover;
  }
}
/* banner child */
section.banner-child h1 {
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  section.banner-child {
    padding-top: 175px;
    background: url("img/banner-hero-child-mb.jpg") no-repeat center top / cover;
    clip-path: polygon(
      100% 0px,
      100% calc(100% - 50px),
      50% 100%,
      0px calc(100% - 50px),
      0px 0px
    );
  }
  section.banner-child .inner {
    background-color: rgba(25, 121, 195, 0.95);
  }
  section.banner-child .container {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  section.banner-child {
    background: url("img/banner-hero-parent.jpg") no-repeat center top / cover;
  }
  section.banner-child .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
  section.banner-child .col-headline {
    padding: 75px 50px 100px 50px;
    background-color: rgba(25, 121, 195, 0.95);
    clip-path: polygon(
      100% 0px,
      100% calc(100% - 50px),
      50% 100%,
      0px calc(100% - 50px),
      0px 0px
    );
  }
}

/* SECTION WHAT TO KNOW */
@media (max-width: 767px) {
  section.what-to-know .col-inner {
    margin: 0 auto;
    max-width: 540px;
  }
  section.featured-school .ad {
    width: 100%;
  }
  section.featured-school .ad.ad1 {
    margin-bottom:30px;
  }
  section.featured-school .ads.d-flex {
    flex-direction:column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.what-to-know .col-inner {
    margin: 0 auto;
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  section.what-to-know .container {
    padding-top: 0;
    width: 100%;
    max-width: none;
  }
  .col-what-to-know {
    background-color: #f1f4f6;
  }
}

/* SECTION EXPLORE SM */
@media (max-width: 991px) {
  section.explore-sm h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  section.explore-sm .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*** SEARCH RESULTS PAGE ***/
/* SECTION RESULTS FORM */
section.results-form {
  background-color: #e0eaf2;
}
section.results-form .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.results-form .plato .field-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 55px;
}
section.results-form .plato .field {
  margin: 0;
}
section.results-form .plato .field.select {
  flex: 1;
}
section.results-form .plato .field.select::after {
  color: #345061;
}
section.results-form .plato .f_select {
  color: #345061;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  section.results-form .plato .field-box {
    flex-direction: column;
    padding: 25px 50px 50px 50px;
  }
  section.results-form .plato .field.select {
    width: 100%;
  }
  section.results-form .plato .f_select {
    padding: 25px 50px 25px 0;
  }
  section.results-form .plato .f_select[disabled] {
    background-color: transparent;
    opacity: 0.5;
  }
  section.results-form .plato .field:first-child .f_select {
    border-bottom: 1px solid #2e4656;
  }
}
@media (min-width: 992px) {
  section.results-form .plato .field-box {
    padding: 10px 20px 10px 25px;
  }
  section.results-form .plato .field.select {
    margin-right: 25px;
  }
  section.results-form .plato .f_select {
    border-right: 1px solid #2e4656;
  }
}
/* FILTER */
section.results-form .filters {
  position: relative;
  display: flex;
  margin-top: 50px;
}
section.results-form .filters::before {
  content: "FILTERS";
  position: absolute;
  top: -30px;
  left: 0;
  color: #3c5a6c;
  font-weight: 600;
}
section.results-form .filters .field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
section.results-form .filters .field select {
  flex: 1;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  color: #7c7f8a;
  border-radius: 3px;
  border: solid 1px #c7d7e3;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; /* background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%2371747F%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%237c7f8a%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-repeat:no-repeat; background-position: 97% 50%; */
}
section.results-form .filters .field .clear {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 15px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  padding: 0;
  border: none;
  background: none;
}
section.results-form .filters .field .clear::after {
  content: "\f00d";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 991px) {
  section.results-form .filters {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  section.results-form .filters .field {
    margin-right: 20px;
  }
  section.results-form .filters .field:last-child {
    margin-right: 0;
  }
}

/* SECTION RESULTS LIST */
section.results-list .row-list-item {
  margin-bottom: 50px;
}
section.results-list .featured-badge {
  position: absolute;
  top: -10px;
  left: 35px;
  padding: 5px 25px 10px 25px;
  color: #fff;
  background: url("img/featured-bg.svg") no-repeat center top / 100% 100%;
  filter: drop-shadow(0 0 8px rgba(191, 191, 191, 0.5));
}
section.results-list .list-item {
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(191, 191, 191, 0.5);
}
section.results-list .list-item .program-info {
  flex: 1;
}
section.results-list .list-item .school-info {
  width: 200px;
  flex-shrink: 0;
  text-align: center;
}
section.results-list .program-name {
  font-size: 1.125rem;
  color: #446577;
}
section.results-list .program-school-name {
  font-size: 1.25rem;
  color: #3c5a6c;
  font-weight: 600;
}
section.results-list .modalities {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  color: #60b5f0;
}
section.results-list .modalities > div {
  padding: 7.5px 0;
}
section.results-list .mode {
  display: flex;
  align-items: center;
  margin-right: 20px;
  line-height: 1;
}
section.results-list .mode i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  margin-right: 5px;
}
section.results-list .mode-location i {
  margin-right: 1px;
}
section.results-list .mode-on-campus i {
  width: 1.3rem;
  height: 1.3rem;
}
section.results-list .mode-online i {
  background-color: #55acee;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
}
section.results-list .mode-online i::before {
  font-size: 0.9rem;
  color: #fff;
  position: relative;
  top: 1px;
}
section.results-list .tag-list {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1;
}
section.results-list .tag-list .tag {
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #4eb1c5;
  border-radius: 12.5px;
  white-space: nowrap;
}
section.results-list .tag-list .tag:last-child {
  margin-right: 0;
}
section.results-list .program-description {
  font-size: 1.125rem;
}
section.results-list .school-logo {
  margin-bottom: 25px;
}
section.results-list .school-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 991px) {
  section.results-list .list-item {
    flex-direction: column;
  }
  section.results-list .list-item .program-info {
    margin-bottom: 50px;
  }
  section.results-list .modalities {
    flex-direction: column;
  }
  section.results-list .mode {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  section.results-list .list-item .school-info {
    margin-left: 25px;
  }
}

/* SECTION CONTENT */
section.content h2 {
  color: #55acee;
  margin-bottom: 25px;
}
section.content h3 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 1.375rem;
  color: #79cfdc;
}
section.content p,
section.content ul {
  line-height: 1.75rem;
}
section.content.has-sidebar .container {
  padding-top: 0;
}
section.content.has-sidebar .col-content {
  padding-top: 50px;
}
section.content.has-sidebar .col-sidebar-search .sidebar-search-clip {
  margin: -90px -25px 0 -25px;
  padding-top: 26px;
  clip-path: polygon(
    100% 0px,
    100% calc(100% - 50px),
    50% 100%,
    0px calc(100% - 50px),
    0px 0px
  );
}
section.content.has-sidebar .col-sidebar-search .sidebar-search-inner {
  display: flex;
  flex-direction: column;
  padding: 0 25px 100px 25px;
  background-color: #ecf2f7;
}
section.content.has-sidebar .col-sidebar-search .sidebar-degree-search {
  margin-top: -26px;
}
section.content.has-sidebar .col-sidebar-search .sidebar-degree-search .inner {
  border-radius: 5px;
}
@media (max-width: 992px) {
  section.content h2 {
    font-size: 1.75rem;
  }
}

/* MODAL STYLES */
.modal :last-child {
  margin-bottom: 0;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
#modal-search .modal-dialog {
  max-width: 400px;
}
#modal-search .modal-content {
  border: none;
  background: none;
}
#modal-search .modal-body {
  padding: 0;
}
#modal-search .sidebar-degree-search .inner {
  border-radius: 5px;
  background: linear-gradient(to bottom, #e2f2ff 25%, transparent 100%),
    url("img/bg-search-light.png") repeat center;
}
#modal-search .sidebar-degree-search h4::after {
  background-color: #4eb1c5;
}

/* FOOTER NAV */
footer {
  color: #000;
}
.footer-nav .menu-title {
  color: #000;
  font-weight: 600;
}
.footer-nav .nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav .nav-list a {
  color: inherit;
}

/* FOOTER SOCIAL */
.footer-social .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-copy {
  margin-top: 10px;
}
.fusion-social-network-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}

/*-------Google ads css---------*/
@media (max-width: 767px) {
  section.featured-school .ad {
    width: 100%;
  }
  section.featured-school .ad.ad1 {
    margin-bottom:30px;
  }
  section.featured-school .ads.d-flex {
    flex-direction:column;
  }
}
div#div-gpt-ad-1603730436754 {
    width: 100%!important;
    height: auto !important;
}

/*------------breadcrumbs css-----------------*/
.page-title .container {
    padding: 0;
}

.page-title {
    background: #ecf2f7;
    padding: 21px 15px;
}
/* new feature 4421 */

.username {
    margin-right: 10px;
    color: #4083c3 !important;
    font-size: 14px;
    font-weight: 700;
}
a.username.nav-link {
    margin: 0;
}
.mobile_user li {
    margin-left: 12px;
}
.mobile_user {
    display: inline-flex;
}
.mobile_user {
    text-align: center;
    margin: 0 auto;
}
@media only screen and (max-width: 360px) {
.mobile_user li {
    padding: 0 !important;
    margin-left: 5px;
}
}
