@charset "UTF-8";
body {
  font-family: "Open Sans", helvetica, sans-serif;
  background: #eeeeee;
  color: #444444;
  font-size: 15px; }

p, ul, li {
  color: #666666;
  font-weight: 400; }

blockquote {
  font-style: italic;
  color: #8f8f8f; }

img {
  max-width: 100%; }

li {
  line-height: 1.75em; }

a {
  color: #179b9c;
  cursor: pointer; }
  a:hover {
    color: #0d5959; }

h1, h2, h3, h4 {
  font-weight: bold; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h4 a {
  color: #eb5342;
  font-size: 21px; }

h5 {
  font-weight: bold;
  font-size: 15px; }

.main {
  background: white; }

.disclaimer {
  font-size: 12px;
  font-style: italic; }

.section-header {
  text-align: center; }
  .section-header h2 {
    font-size: 33px;
    font-weight: 600; }
  .section-header p {
    margin-bottom: 30px; }

select, input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px; }

.section-heading {
  text-align: center;
  position: relative;
  overflow: hidden;
  top: -0.625em;
  text-transform: uppercase; }
  .section-heading h3 {
    font-size: 0.875em;
    font-weight: bold; }
  .section-heading .heading-lines {
    position: relative; }
  .section-heading .heading-lines:before, .section-heading .heading-lines:after {
    content: '';
    position: absolute;
    top: 0.625em;
    width: 37.5em;
    border-bottom: 1px solid #bfbfbf; }
  .section-heading .heading-lines:before {
    right: 100%;
    margin-right: 1.875em; }
  .section-heading .heading-lines:after {
    left: 100%;
    margin-left: 1.875em; }

.section-overview h2 {
  color: #eb5342; }

.btn {
  font-size: 23px;
  font-weight: bold;
  color: white;
  padding: 10px 60px;
  background: #eb5342;
  border-radius: 5px;
  box-shadow: #cb2815 0 6px 0;
  white-space: normal; }
  .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f07d70), to(#eb5342));
    background: -moz-linear-gradient(top, #f07d70, #eb5342);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-lt', endColorstr='$primary');
    box-shadow: #cb2815 0 5px 0;
    position: relative;
    top: 1px;
    color: white; }
  .btn.btn-alt, .btn.btn-blue, .btn.green {
    background: #179b9c;
    box-shadow: #0d5959 0 6px 0;
    color: white; }
    .btn.btn-alt:hover, .btn.btn-blue:hover, .btn.green:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#179b9c), to(#148586));
      background: -moz-linear-gradient(top, #179b9c, #148586);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$secondary', endColorstr='$secondary-md');
      box-shadow: #0d5959 0 5px 0; }
  .btn.btn-black {
    background: #333333;
    box-shadow: black 0 6px 0;
    color: #eb5342; }
    .btn.btn-black:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
      background: -moz-linear-gradient(top, #555555, #222222);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$ltblack', endColorstr='$black');
      box-shadow: black 0 5px 0; }

.btn-sm {
  font-size: 16px;
  padding: 5px 15px;
  box-shadow: #cb2815 0 4px 0;
  border-radius: 3px; }
  .btn-sm:hover {
    box-shadow: #cb2815 0 3px 0; }

.btn-hollow {
  background: none;
  border: 1px solid #eb5342;
  color: #eb5342;
  box-shadow: none;
  letter-spacing: 0; }
  .btn-hollow:hover {
    color: white;
    background: #eb5342;
    box-shadow: none; }

.btn-hollow-white {
  border: 1px solid white;
  color: white; }

.btn-left {
  text-align: left;
  padding: 10px; }
  .btn-left i {
    margin-left: 30px; }

.body {
  position: relative; }

/* SEARCH WIDGET */
#SearchWidget ol {
  padding: 0;
  list-style: none; }

#SearchWidget input {
  width: 100%; }

.degree-finder {
  padding-right: 60px;
  z-index: 900; }

#quick_finder {
  background: white;
  border-radius: 5px;
  padding: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 50px; }
  #quick_finder .degreefinder-head .arrow {
    background: #179b9c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%; }
    #quick_finder .degreefinder-head .arrow:after {
      content: "";
      position: absolute;
      background: url("../images/arrow-bottom.png") no-repeat top center;
      width: 100%;
      height: 40px; }
  #quick_finder .degreefinder-head h3 {
    width: 90%;
    margin: auto;
    color: white;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 28px; }
  #quick_finder .degreefinder-head p {
    color: #333;
    font-size: 14px;
    margin: 50px 0 0; }
  #quick_finder .degreefinder-body {
    padding: 10px 10px 0px 10px; }
    #quick_finder .degreefinder-body ol {
      list-style: none;
      padding: 0; }
    #quick_finder .degreefinder-body li {
      margin-bottom: 10px; }
    #quick_finder .degreefinder-body select,
    #quick_finder .degreefinder-body input {
      width: 100%;
      height: 50px;
      border-radius: 5px; }
    #quick_finder .degreefinder-body .sponsored-school-text {
      position: relative;
      top: 6px; }

/* RANKING LISTS */
.bg-blue {
  background: #179b9c; }

.bg-blue h2,
.bg-blue p {
  color: white; }

.bg-black {
  background: #333; }

.bg-black h2,
.bg-black p {
  color: white; }

.ranking-box {
  background: whitesmoke;
  margin-bottom: 10px;
  border-bottom: #009999 solid 5px;
  padding: 20px 20px 10px;
  color: #333;
  height: auto; }

.rank-icon {
  width: 40px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: -10px;
  font-size: 40px;
  color: #009999; }

.rank-major {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px; }

.search-banner {
  background: #eb5342;
  background-image: repeating-linear-gradient(110deg, #179b9c, #179b9c 10px, #148586 2px, #148586 12px);
  padding: 40px 60px; }
  .search-banner h2 {
    font-size: 33px;
    font-weight: 600;
    color: white; }
  .search-banner p {
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 30px;
    color: white; }
  .search-banner .btn {
    background: #eb5342; }
  .search-banner .btn:hover {
    background: #f07d70; }

#programs ul {
  list-style: none;
  padding: 0; }
  #programs ul li {
    margin-bottom: 15px; }

#programs .btn {
  text-align: left;
  font-size: 18px;
  width: 100%;
  padding: 10px 20px; }

.featured-header h2 .edit-search {
  font-size: 16px;
  font-weight: 400; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #999 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
  padding: 20px; }

#resultsCarousel .carousel-control-prev,
#resultsCarousel .carousel-control-next {
  width: 10%; }

#resultsCarousel .carousel-inner .active.carousel-item,
#resultsCarousel .carousel-inner .carousel-item-next,
#resultsCarousel .carousel-inner .carousel-item-prev {
  display: flex; }

@media (min-width: 769px) {
  #resultsCarousel {
    /* 'Again 33% means col-4, in order to make it responsive or whatever you want, you have to create different translateX()  for differernt col' */ }
    #resultsCarousel .carousel-inner .active.carousel-item-left,
    #resultsCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33%); }
    #resultsCarousel .carousel-inner .active.carousel-item-left,
    #resultsCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33%); }
    #resultsCarousel .carousel-inner .active.carousel-item-right,
    #resultsCarousel .carousel-inner .carousel-item-next {
      transform: translateX(33.33%); } }

#resultsCarousel .carousel-inner .carousel-item-left,
#resultsCarousel .carousel-inner .carousel-item-right {
  transform: translateX(0); }

#resultsCarousel .card-img-top-100 {
  max-height: 100px;
  overflow: hidden;
  height: 100px; }
  #resultsCarousel .card-img-top-100 img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80px; }

#resultsCarousel .card {
  width: 100%;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  text-align: center; }
  #resultsCarousel .card .school-logo img {
    max-width: 140px; }

#resultsCarousel .school-description {
  font-size: 14px;
  line-spacing: 18px;
  padding-bottom: 10px;
  height: 85px;
  overflow: hidden;
  margin-bottom: 10px; }
  #resultsCarousel .school-description u {
    padding: 0; }
  #resultsCarousel .school-description a,
  #resultsCarousel .school-description p,
  #resultsCarousel .school-description li {
    color: #179b9c;
    text-decoration: none; }

#resultsCarousel .school-link-btn {
  display: inline; }

#resultsCarousel .carousel-item > div[class*='col-'] {
  display: flex;
  flex: 1 0 auto;
  padding: 5px; }

.modal .search-form label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin-bottom: 0; }

.modal .search-form select,
.modal .search-form input[type="text"] {
  display: block;
  height: 44px !important;
  background: white;
  font-size: 16px;
  width: 100%;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #bbb;
  padding: 5px 10px; }

.modal .search-form .btn {
  font-weight: bold;
  font-size: 18px; }

.modal .sidebar-form {
  background: #dedede;
  padding: 10px 20px;
  border-radius: 10px; }

.modal .input-wrapper {
  position: relative;
  width: 100%; }

.modal .input-wrapper .input-icon {
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em);
  /* Keep icon in center of input, regardless of the input height */
  color: #eb5342;
  font-size: 18px; }

.modal .input-wrapper input[type="text"] {
  padding-left: 30px; }

.featured-schools-home {
  margin: 0 10px; }
  .featured-schools-home .featured-school {
    box-shadow: 0 0.125em 0.5em 0em #ddd; }
  .featured-schools-home h3 {
    font-size: 16px;
    margin: 0; }
  .featured-schools-home .online-flag {
    color: white;
    background-color: #eb5342;
    position: absolute;
    right: 9px;
    top: 90px;
    z-index: 1;
    width: 5em;
    text-align: center;
    font-size: 0.875em;
    margin-top: -1.71429em; }
    .featured-schools-home .online-flag:before {
      content: '';
      position: absolute;
      top: 100%;
      right: 0;
      border: 0.28571em solid transparent;
      border-left-color: #cb2815;
      border-top-color: #cb2815; }
  .featured-schools-home .featured-school-heading {
    line-height: 3.4375em;
    color: white;
    background-color: #222;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #333));
    background-image: -webkit-linear-gradient(bottom, #222, #333);
    background-image: linear-gradient(to top, #222, #333);
    text-align: center;
    padding: 0.625em; }
    .featured-schools-home .featured-school-heading span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.125em;
      max-height: 3.4375em;
      overflow: hidden; }
  .featured-schools-home .featured-school-text ul {
    padding-left: 20px; }
  .featured-schools-home .featured-school-logo {
    width: 100%;
    height: 90px;
    padding: 10px 0;
    border-left: 0.0625em solid #999;
    border-right: 0.0625em solid #999;
    /* vertical align hack */
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .featured-schools-home .featured-school-logo img {
      max-width: 130px;
      max-height: 80px;
      margin: auto;
      height: initial;
      display: block; }

.featured-school-article a.school-title {
  font-size: 22px;
  font-weight: bold;
  display: block; }

.featured-school-article .featured-school-logo {
  width: 160px;
  text-align: center; }
  .featured-school-article .featured-school-logo .school-logo {
    max-width: 140px;
    max-height: 80px;
    margin: 0 auto 10px; }

/* FEATURED SCHOOLS */
#featured_listing .btn-sm {
  font-family: 'Open Sans', sans-serif;
  width: 100%; }

.featured-school-logo {
  width: 130px; }

.featured-school-row td {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px; }

.featured-school-image {
  width: 12.5em;
  height: 7.5em;
  background-color: #222;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(100%, #333));
  background-image: -webkit-linear-gradient(left, #222, #333);
  background-image: linear-gradient(to right, #222, #333);
  margin-bottom: -0.4375em; }

.featured-school-body {
  background-color: #fff;
  border: 0.0625em solid #999;
  border-top: 0; }

.featured-school-text {
  padding: 0.625em;
  border-bottom: 0.1em solid #ddd;
  margin: 0;
  max-height: 4.78571em;
  overflow: hidden; }

.featured-school-cta {
  display: block;
  padding: 0.625em; }

.section-states {
  background: whitesmoke; }
  .section-states .map {
    text-align: center; }
    .section-states .map img {
      margin-bottom: 30px; }
  .section-states a {
    color: #179b9c; }
    .section-states a:hover {
      color: #0d5959; }
  .section-states ul {
    overflow: auto; }
  .section-states li {
    width: 20%;
    float: left; }

@media (min-width: 769px) {
  #quick_finder {
    top: 10px;
    position: sticky;
    position: -webkit-sticky; }
  .degree-finder {
    position: fixed;
    top: 90px;
    right: 10px;
    width: 33%; } }

@media (min-width: 1600px) {
  .degree-finder {
    position: fixed;
    top: 90px;
    right: 60px;
    width: 33%; } }

@media (min-width: 1980px) {
  .degree-finder {
    position: fixed;
    top: 90px;
    right: 150px;
    width: 25%; } }

@media (min-width: 2560px) {
  .degree-finder {
    position: fixed;
    top: 90px;
    right: 440px;
    width: 20%; } }

@media (max-width: 768px) {
  .form-banner {
    padding: 20px 10px;
    background-size: 1000px;
    background-position: -100px bottom; }
  .degree-finder {
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 900; }
  .btn {
    padding: 10px 15px; }
  .row-outset {
    margin-left: -10px;
    margin-right: -10px; }
  #mobile-finder {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 999; }
  .mobile-degree-finder {
    background: #179b9c;
    padding: 7px 10px;
    width: 100%;
    text-align: center; }
  .mobile-degree-finder h3 {
    font-family: 'Open Sans', serif;
    font-weight: bold;
    color: white;
    display: inline;
    font-size: 18px; }
  .mobile-degree-finder .input-wrapper {
    display: inline-block;
    width: 120px;
    margin: 0 5px; }
  .mobile-degree-finder input[type="text"] {
    max-width: 100%;
    height: 45px; }
  .mobile-degree-finder .btn {
    font-family: Font Awesome;
    position: relative;
    top: -1px; }
  .ranking-btn {
    display: block; } }

@media (max-width: 480px) {
  .search-banner {
    padding: 15px 20px; }
  .section-states ul {
    padding-left: 20px; }
    .section-states ul li {
      width: 48%;
      margin-right: 2%; }
  #mobile-finder {
    top: 0px;
    padding-left: 10px;
    padding-right: 10px; }
    #mobile-finder .btn {
      padding: 5px 15px;
      box-shadow: none; }
  .degree-finder {
    top: 100px;
    left: 0px; }
  .form-banner {
    background-size: 650px;
    background-position: left bottom; }
  .navbar-brand {
    width: 250px; }
  .form-intro {
    text-align: center; }
  .major {
    font-weight: normal; }
  .cta {
    font-size: 24px; }
  #featured_listing .featured-school-row,
  #featured_listing td.featured-school-logo,
  #featured_listing td.featured-school-description {
    display: block; }
    #featured_listing .featured-school-row p,
    #featured_listing td.featured-school-logo p,
    #featured_listing td.featured-school-description p {
      font-weight: normal !important; }
  #featured_listing .featured-school-row td {
    width: 100%;
    display: block;
    padding: 5px 0; }
  #featured_listing .featured-school-row .featured-school-logo {
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    border-bottom: none; }
  #featured_listing .featured-school-row .school-logo {
    max-width: 260px;
    max-height: 120px;
    margin: 10px auto 20px; }
  .navbar-collapse .nav-link {
    border-bottom: 1px solid #ddd; }
  .navbar-collapse .nav-item:last-child .nav-link {
    border: none; }
  .header .navbar-collapse .form-inline {
    width: 100%; } }

@media (max-width: 992px) {
  .degree-finder {
    position: static;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0; } }

@media screen and (max-width: 600px) {
  .table-mobile {
    border: 0; }
    .table-mobile caption {
      font-size: 1.3em; }
    .table-mobile thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .table-mobile tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
    .table-mobile td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right; }
    .table-mobile td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase; }
    .table-mobile td:last-child {
      border-bottom: 0; } }

.uppercase, .display-text, body > .container > div.header-banner h2, .learnmore, .welcome h3 {
  text-transform: uppercase;
  letter-spacing: 1px; }

.display-text, body > .container > div.header-banner h2 {
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 46px;
  color: #eb5342;
  line-height: 1.5em;
  letter-spacing: 5px;
  font-weight: 900;
  margin: 5px 0; }

.incontent-header {
  background: #179b9c;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: white;
  padding: 10px 30px;
  font-weight: lighter;
  text-align: center;
  font-size: 28px; }

.map-section {
  background: whitesmoke; }

body > .container > div.header {
  padding: 15px 60px;
  border-bottom: none; }
  body > .container > div.header .navbar {
    margin-bottom: 0px; }

.body {
  padding: 0 15px; }

.section {
  padding: 40px 60px;
  border-bottom: 1px solid #dddddd; }

.container {
  width: 1600px;
  max-width: 100%;
  padding: 0; }

.input-wrapper {
  position: relative;
  width: 100%; }

.input-wrapper .input-icon {
  position: absolute;
  left: 10px;
  top: calc(50% - 0.5em);
  /* Keep icon in center of input, regardless of the input height */
  color: #179b9c; }

.input-wrapper input {
  padding-left: 30px; }

/* SAFARI BOOTSTRAP FIX */
.row:before, .row:after {
  display: inline-block; }

.navbar-brand {
  background: url(../images/collegefactual-logo.svg) no-repeat;
  text-indent: -999px;
  width: 320px;
  height: 47px;
  background-size: 100%;
  margin-left: 15px;
  border-bottom: none; }

.navbar-toggle:hover {
  background: #222222; }

.navbar-toggle .icon-bar {
  background-color: #eb5342; }

.navbar-nav > li > a {
  color: white; }
  .navbar-nav > li > a:hover {
    color: #eb5342; }

.navbar-collapse.in .navbar-nav {
  padding-left: 0px; }
  .navbar-collapse.in .navbar-nav li a:hover {
    background: #179b9c;
    color: white; }

.navbar-nav {
  float: right; }
  .navbar-nav > li > a {
    color: white;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .navbar-nav > li > a:hover {
      color: #eb5342;
      text-shadow: none;
      background: none; }
  .navbar-nav .search {
    width: 200px; }
    .navbar-nav .search input.gsc-input {
      border-radius: 17px;
      padding-left: 30px;
      background: white url("../images/search-gray.svg") no-repeat !important;
      background-size: 1.0625em 1.0625em !important;
      background-position: 0.5625em 0.5625em !important;
      border: none; }
    .navbar-nav .search .gsc-search-button, .navbar-nav .search .gsc-clear-button {
      display: none; }
  .navbar-nav .nav-search img {
    border-left: 1px solid white;
    padding-left: 20px;
    width: 33px;
    height: 12px; }

.navbar-collapse {
  border-top: none;
  box-shadow: none; }

.intro {
  padding-top: 130px; }
  .intro p {
    margin-bottom: 40px;
    color: white;
    font-size: 22px;
    font-style: italic;
    font-weight: 200;
    letter-spacing: 1px; }

.header-leaderboard {
  margin: -20px 0 20px; }

.learnmore {
  color: white;
  font-weight: 200;
  position: absolute;
  bottom: 30px;
  margin: auto;
  left: 50%;
  opacity: 0.8;
  padding-bottom: 15px;
  background: url(../images/littlearrow.png) no-repeat center bottom; }

.more:after {
  content: "»";
  margin-left: 5px; }

.more:hover {
  text-decoration: none; }

body > .container > div.footer {
  background: #252525;
  padding: 60px 60px 50px; }
  body > .container > div.footer .footer-logo {
    width: 360px;
    margin-bottom: 20px; }
  body > .container > div.footer ul {
    padding: 0; }
    body > .container > div.footer ul li {
      display: inline-block;
      margin-right: 10px; }
      body > .container > div.footer ul li a {
        color: white; }

body > .container > div.header-banner {
  border-bottom: 3px solid whitesmoke;
  background-repeat: no-repeat;
  background-position: center top; }
  body > .container > div.header-banner h2 {
    text-align: center; }

#salaries-page .header-banner {
  background-image: url("../images/banners/salaryinfo.jpg"); }

#salaries-page .salary-by-career .col-md-6 {
  padding: 0; }

#salaries-page .salary-by-career ul {
  overflow: auto; }

#salaries-page .salary-by-career li {
  width: 45%;
  margin-right: 5%;
  float: left; }

#salaries-page .table#certificates > tbody > tr > th {
  background: #179b9c;
  border-right: 3px solid white;
  color: white;
  font-weight: normal;
  padding: 15px 10px !important; }

#about-page .header-banner {
  background-image: url("../images/banners/aboutus.jpg");
  background-position: top left; }

@media (max-width: 1200px) {
  .container {
    max-width: 100%; }
  .intro {
    padding-top: 90px; }
  .home h1 {
    width: 100%; }
  .home .black-widget {
    width: 50%;
    margin: 40px 0; }
    .home .black-widget .feature {
      padding: 0; } }

@media (min-width: 992px) and (max-width: 1200px) {
  #SearchWidget {
    padding: 20px 10px; }
    #SearchWidget select {
      width: 90%; } }

@media (min-width: 768px) and (max-width: 979px) {
  body > .container > div.header {
    padding: 15px 40px; }
  body > .container > div.footer {
    padding: 30px 40px; } }

@media (max-width: 767px) {
  .section {
    padding: 30px 40px;
    border-bottom: 1px solid #dddddd; }
  body > .container > div.header {
    padding: 15px 40px; }
  body > .container > div.footer {
    padding: 30px 40px; }
  .navbar-collapse {
    max-height: none; }
    .navbar-collapse .navbar-nav {
      margin-top: 20px;
      float: none; }
      .navbar-collapse .navbar-nav li {
        border-top: 1px solid #dddddd; }
        .navbar-collapse .navbar-nav li a:hover {
          background: whitesmoke; }
  .home .intro {
    padding-top: 40px; }
  .home .banner {
    text-align: center; }
  .wide-finder .section-header {
    padding: 0; }
  .wide-finder #SearchWidget {
    width: 80%;
    margin: 0 10%;
    padding: 10px 20px; }
    .wide-finder #SearchWidget ol {
      width: 100%; }
    .wide-finder #SearchWidget li.select-box {
      float: none;
      width: 96%; }
    .wide-finder #SearchWidget .btn {
      float: none;
      width: 100%; } }

@media (max-width: 600px) {
  .home .header {
    height: 550px; }
    .home .header .black-widget {
      width: 100%;
      margin: 30px 0; }
    .home .header .feature {
      font-size: 24px; }
      .home .header .feature strong {
        font-size: 24px; } }

@media (max-width: 480px) {
  .section {
    padding: 20px 5px;
    border-bottom: 1px solid #dddddd; }
  body > .container > div.header {
    padding: 5px 0px; }
    body > .container > div.header .navbar-brand {
      width: 250px;
      height: 51px;
      margin-left: 0; }
  body > .container > div.header-banner {
    padding: 10px 20px; }
    body > .container > div.header-banner h2 {
      font-size: 36px; }
  body > .container > div.footer {
    padding: 15px 20px; }
  #about-page .header-banner {
    background-position: right top; }
  .home .intro {
    padding-top: 10px; }
    .home .intro h1 {
      font-size: 32px; }
    .home .intro p {
      font-size: 18px; }
  .home .learnmore {
    display: none; }
  .home .header {
    height: 550px; }
  .home #news .articles li {
    width: 100%;
    margin-right: 0; }
  .stats .stats-content {
    padding: 10px 10px 30px; }
  .stats .comparison th, .stats .comparison td {
    padding: 5px; }
  .stats .comparison .icon {
    padding-left: 5px;
    font-size: 12px; }
    .stats .comparison .icon span {
      display: none; }
  .stats .comparison th, .stats .comparison strong {
    font-weight: lighter;
    font-size: 16px; }
  .stats .comparison em {
    font-size: 12px;
    line-height: 1; } }

.page-home h1 {
  color: #eb5342; }

.page-home .header {
  background: url(../images/banners/homeheader.jpg) no-repeat center top;
  height: 630px;
  padding: 50px 100px;
  position: relative;
  overflow: hidden;
  border-bottom: none;
  background-size: cover; }

.welcome {
  background: url("../images/graddegree-icon.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right 100px bottom -30px; }

.article-img {
  width: 100%;
  max-width: 100%;
  opacity: 0.9;
  margin-bottom: 10px; }

.section-programs {
  background: whitesmoke; }

.black-widget {
  width: 100%;
  float: left;
  margin: 60px 20px;
  background: rgba(0, 0, 0, 0.65);
  padding: 10px 10px 15px;
  border-radius: 5px; }
  .black-widget .widget-header {
    padding: 0 15px; }
  .black-widget .feature {
    color: white;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 34px;
    margin-top: 10px;
    font-weight: bold;
    padding: 0; }
    .black-widget .feature strong {
      color: #eb5342;
      font-size: 36px;
      font-weight: bold; }
  .black-widget p {
    color: #eb5342;
    font-weight: bold; }
  .black-widget #SearchWidget {
    margin: 0;
    border: none;
    background: none;
    padding: 15px;
    width: auto; }
    .black-widget #SearchWidget ol > li {
      background: none; }
      .black-widget #SearchWidget ol > li:before {
        display: none; }
    .black-widget #SearchWidget .select-box {
      margin: 0 0 20px;
      border: none;
      padding: 0;
      display: block; }
    .black-widget #SearchWidget select {
      font-size: 16px;
      line-height: 22px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      width: 100%;
      padding: 5px 40px 5px 5px;
      margin: 0;
      cursor: pointer;
      height: 40px;
      background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
      background: -moz-linear-gradient(top, white, #eeeeee);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
      border: 1px solid #cccccc; }
      .black-widget #SearchWidget select:hover {
        background: white; }
    .black-widget #SearchWidget .btn {
      margin: 0 0 5px; }
  .black-widget select:-moz-focusring {
    outline: none;
    color: transparent;
    text-shadow: 0 0 0 black; }

.welcome h3 {
  font-size: 22px;
  font-weight: bold; }

.welcome p {
  margin-top: 35px; }

@media (max-width: 480px) {
  .page-home .header {
    height: auto; }
  .black-widget {
    float: none;
    width: auto;
    margin: 10px; }
  .featured-school {
    margin-bottom: 15px; } }

.page-major .form-banner h1,
.page-college .form-banner h1,
.page-ranking .form-banner h1,
.page-career .form-banner h1,
.page-about .form-banner h1,
.page-search .form-banner h1,
.page-privacy .form-banner h1,
.page-terms .form-banner h1 {
  color: white;
  font-weight: normal; }

.page-major h2,
.page-college h2,
.page-ranking h2,
.page-career h2,
.page-about h2,
.page-search h2,
.page-privacy h2,
.page-terms h2 {
  font-size: 24px; }

.page-major h3,
.page-college h3,
.page-ranking h3,
.page-career h3,
.page-about h3,
.page-search h3,
.page-privacy h3,
.page-terms h3 {
  font-size: 18px; }

.page-major .form-banner,
.page-college .form-banner,
.page-ranking .form-banner,
.page-career .form-banner,
.page-about .form-banner,
.page-search .form-banner,
.page-privacy .form-banner,
.page-terms .form-banner {
  min-height: 300px;
  padding: 30px 60px;
  border-bottom: none; }
  .page-major .form-banner h1,
  .page-college .form-banner h1,
  .page-ranking .form-banner h1,
  .page-career .form-banner h1,
  .page-about .form-banner h1,
  .page-search .form-banner h1,
  .page-privacy .form-banner h1,
  .page-terms .form-banner h1 {
    position: absolute;
    bottom: 0; }

.page-major .form-banner {
  background-image: url(../images/banners/majors.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.35); }

.page-college .form-banner {
  background-image: url(../images/banners/college-default.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.35); }

.page-career .form-banner {
  background-image: url(../images/banners/majors.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.35); }

/****************** ARTICLE ******************/
/* STATS */
.quick-stats {
  margin-top: 20px;
  margin-bottom: 20px; }

.stat-box {
  background: whitesmoke;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  height: auto !important; }

.stat-icon {
  background: #179b9c;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  float: left;
  margin-right: 10px;
  margin-top: 15px;
  text-align: center; }

.stat-box i {
  color: whitesmoke;
  padding-top: 7px; }

.stat-highlight {
  color: #179b9c;
  font-size: 21px;
  display: block; }

.stat-topic {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }

/* CALLOUT */
.callout {
  background: whitesmoke;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }

/* RANKING */
.ranking-seal {
  text-align: center; }

.ranking-seal img {
  max-width: 200px;
  margin: 10px;
  width: 100%; }

.ranking-btn {
  display: flex; }

.ranking-btn .btn {
  align-self: center; }

@media (max-width: 767px) {
  .page-major .form-banner,
  .page-college .form-banner,
  .page-ranking .form-banner,
  .page-career .form-banner {
    min-height: auto;
    padding: 20px 20px; }
    .page-major .form-banner h1,
    .page-college .form-banner h1,
    .page-ranking .form-banner h1,
    .page-career .form-banner h1 {
      position: static;
      bottom: 0; }
  .page-major .header,
  .page-college .header,
  .page-ranking .header,
  .page-career .header {
    border-bottom: none !important; }
  .page-major #quick_finder,
  .page-college #quick_finder,
  .page-ranking #quick_finder,
  .page-career #quick_finder {
    margin: 0;
    border-radius: 0 !important; }
    .page-major #quick_finder .arrow,
    .page-college #quick_finder .arrow,
    .page-ranking #quick_finder .arrow,
    .page-career #quick_finder .arrow {
      border-radius: 0 !important; }
      .page-major #quick_finder .arrow:after,
      .page-college #quick_finder .arrow:after,
      .page-ranking #quick_finder .arrow:after,
      .page-career #quick_finder .arrow:after {
        margin-top: -1px; } }

.page-college .stat-box {
  background: whitesmoke; }

.featured-college .header {
  border-bottom: none !important; }

.featured-college .form-banner {
  min-height: 360px; }

.featured-college .school-name-banner {
  background: #eb5342;
  padding: 20px 60px 0px;
  position: relative; }
  .featured-college .school-name-banner span, .featured-college .school-name-banner p {
    color: white; }
  .featured-college .school-name-banner span {
    font-size: 36px; }

.featured-college .school-logo {
  background: white;
  display: block;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  padding: 10px;
  margin: -50px auto 0; }

.featured-college .verified {
  padding-top: 10px;
  text-align: right; }

@media (min-width: 769px) {
  .featured-college .degree-finder {
    z-index: 2; }
    .featured-college .degree-finder .finder {
      padding: 20px; }
      .featured-college .degree-finder .finder h3 {
        text-align: center; }
      .featured-college .degree-finder .finder .btn {
        box-shadow: none !important; } }

.featured-college h2, .featured-college h3, .featured-college h4 {
  margin-top: 0;
  padding-top: 0; }

@media (max-width: 768px) {
  .featured-college .school-name-banner {
    padding: 5px 0;
    text-align: center; }
  .featured-college .form-banner {
    min-height: 160px; }
  .featured-college .school-logo {
    max-width: 80px;
    max-height: 80px;
    padding: 5px; }
  .featured-college .verified {
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px;
    border-radius: 3px; } }

.featured-college .buttons {
  padding: 20px 0; }

.featured-college .custom-school-content p {
  color: #333; }

.featured-college .custom-school-content .btn {
  box-shadow: none; }

.featured-college .youtube {
  background: whitesmoke;
  padding: 15px;
  margin-bottom: 20px; }

.featured-college .instagram {
  margin-bottom: 20px; }

/****************** RANKING ******************/
.page-ranking h1 {
  color: #179b9c;
  margin-bottom: 30px; }

.page-ranking .form-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 100vw rgba(0, 0, 0, 0.35); }
  .page-ranking .form-banner .ranking-seal {
    max-width: 300px;
    margin: 0 20px 20px; }

.page-ranking .card .stat-box {
  background: white; }

.page-ranking .callout-dk {
  background: #333; }
  .page-ranking .callout-dk h3 {
    font-family: 'Bitter', serif;
    color: white;
    margin: 0 0 20px; }
    .page-ranking .callout-dk h3 .ranking-btn {
      justify-content: center; }

.page-ranking .callout-cta {
  align-self: center; }
  .page-ranking .callout-cta .btn {
    display: block; }

.page-ranking .callout-orange {
  background: #eb5342; }

.page-ranking .page-ranking .callout-blue {
  background: #179b9c; }

.page-ranking .callout-red, .page-ranking .callout-blue {
  height: auto; }
  .page-ranking .callout-red .btn-hollow, .page-ranking .callout-blue .btn-hollow {
    border-color: white !important;
    color: white !important; }
  .page-ranking .callout-red .row div, .page-ranking .callout-blue .row div {
    display: flex; }
  .page-ranking .callout-red h3, .page-ranking .callout-blue h3 {
    align-self: center;
    color: white; }

.page-ranking .card {
  background: #f3f3f3;
  border: none;
  padding: 10px;
  margin-bottom: 20px; }
  .page-ranking .card .school-summary {
    padding-top: 15px;
    margin-bottom: 0px; }

.page-ranking .school-logo {
  background: white;
  padding: 5px;
  border-radius: 5px;
  text-align: center; }
  .page-ranking .school-logo img {
    max-width: 80px; }

.page-ranking .school-rank {
  background: #179b9c;
  padding: 7px 12px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  margin-left: -15px;
  margin-bottom: 15px; }

.page-ranking .school-title {
  padding-top: 15px; }
  .page-ranking .school-title h3 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding-top: 0px; }
    .page-ranking .school-title h3 a {
      color: #333; }
  .page-ranking .school-title .school-action {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px; }
    .page-ranking .school-title .school-action .btn {
      margin-right: 0px; }
    .page-ranking .school-title .school-action .btn-hollow {
      border-color: #179b9c !important;
      color: #179b9c !important; }
    .page-ranking .school-title .school-action .btn-hollow:hover {
      border-color: #179b9c !important;
      color: #179b9c !important;
      background: -webkit-gradient(linear, left top, left bottom, from(#70bff0), to(#4c7fa9));
      background: -moz-linear-gradient(top, #70bff0, #4c7fa9);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary-lt', endColorstr='$primary');
      position: relative;
      top: 1px;
      color: white; }

.page-ranking .school-stats {
  background: white;
  padding: 3px;
  border-radius: 3px; }

.page-ranking .school-stats .row > div {
  text-align: center; }

.callout-blue {
  background: #179b9c; }

.callout-red {
  background: #eb5342; }

/* MODIFIED COLLEGEFACTUAL STYLE */
.page-ranking .school-stats li, .page-ranking .school-stats .row > div > div {
  display: inline-block;
  background: url(../images/rankings/lightrank.svg) no-repeat;
  padding-right: 25px;
  background-size: 16px auto;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px; }

.page-ranking .school-stats li:last-child, .page-ranking .school-stats .row > div:last-child > div {
  padding: 0;
  background-image: none; }

.page-ranking .school-stats li.rank0, .page-ranking .school-stats .row > div > div.rank0 {
  background-position: right 1px; }

.page-ranking .school-stats li.rank1, .page-ranking .school-stats .row > div > div.rank1 {
  background-position: right -22px; }

.page-ranking .school-stats li.rank2, .page-ranking .school-stats .row > div > div.rank2 {
  background-position: right -44px; }

.page-ranking .school-stats li.rank3, .page-ranking .school-stats .row > div > div.rank3 {
  background-position: right -67px; }

.page-ranking .school-stats li.rank4, .page-ranking .school-stats .row > div > div.rank4 {
  background-position: right -89px; }

.page-ranking .rank-score {
  background: #009999;
  color: white;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 5px; }

.page-ranking .school-btn {
  width: 100%; }

/* RELATED RANKINGS */
.page-ranking .related-rankings .callout {
  text-align: center; }

.page-ranking .related-rankings .callout img {
  max-width: 220px;
  margin: 10px 0; }

@media (max-width: 1024px) {
  .page-ranking .school-rank {
    margin-left: 15px;
    font-size: 22px; } }

@media (max-width: 768px) {
  .page-ranking .school-rank {
    margin-left: 35px;
    font-size: 22px; } }

@media (max-width: 767px) {
  .page-ranking .school-rank {
    margin-left: 0px;
    font-size: 26px; } }

@media (max-width: 480px) {
  .page-ranking .degree-finder {
    display: none; }
  .page-ranking .form-banner .ranking-seal {
    margin: 20px auto;
    max-width: 260px; }
  .page-ranking .callout-dk img {
    margin-bottom: 10px; }
  .page-ranking .related-rankings .callout img.img-responsive {
    max-width: 100%; }
  .page-ranking .school-stats {
    margin-bottom: 10px; }
  .page-ranking .school-stats .row > div {
    text-align: left; }
  .page-ranking .school-title {
    padding: 10px 0 10px 10px; }
  .page-ranking .school-rank {
    font-size: 14px;
    padding: 3px;
    display: inline;
    float: none;
    margin: 0 5px 0 0; }
  .page-ranking .school-title h3 {
    display: inline;
    font-size: 21px;
    padding-top: 0 !important; }
  .page-ranking .callout-blue .row div {
    display: block; } }

.body {
  font-size: 16px;
  line-height: 1.7em; }

#bannerBreadcrumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px; }
  #bannerBreadcrumb a {
    color: white; }
  #bannerBreadcrumb .spacer {
    color: white; }

body > .container > div.header {
  padding: 0 !important; }
  body > .container > div.header #nav-container {
    border-top: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6; }
  body > .container > div.header .navbar-brand {
    background: url(../images/collegefactual-logo-small.svg) no-repeat; }

.form-intro .collegeName {
  float: left; }

.form-intro .itemsActionsBox {
  float: right; }
  .form-intro .itemsActionsBox .btnAddSchoolBehavior {
    font-size: 36px;
    margin: 10px 0px 0px 20px; }
  .form-intro .itemsActionsBox .btnAddMajorBehavior {
    font-size: 36px;
    margin: 10px 0px 0px 20px; }

#subNavBox {
  position: relative;
  top: -45px;
  left: 60px;
  margin-bottom: -60px; }
  #subNavBox .nav-link {
    color: white; }
  #subNavBox .active {
    color: black; }
  #subNavBox .majors .nav-link {
    padding: .5rem .5rem; }
  #subNavBox .secondaryItem {
    color: gray; }
  #subNavBox .currentSubItem {
    color: #179b9c; }
  #subNavBox .navItemCurrent {
    border-bottom: 2px solid #179b9c; }

#subNavBoxPhone .navbar {
  width: 100%; }

#subNavBoxPhone .navbar-nav {
  float: left;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.9); }
  #subNavBoxPhone .navbar-nav .current a {
    color: #179b9c; }
  #subNavBoxPhone .navbar-nav li a {
    text-transform: capitalize; }

#subNavBoxPhone #navHeader {
  color: #179b9c;
  padding-left: 40px;
  text-transform: uppercase; }

#subNavBoxPhone .toggleButtonBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#subNavBoxPhone .sub-item {
  padding: 0px 10px 0px 20px;
  border-left: 2px solid #179b9c; }

#subNavBoxPhone #breadcrumb {
  position: relative;
  top: -16px;
  width: 100%;
  padding-left: 30px;
  max-height: 20px; }

.featured-college .school-name-banner {
  height: 150px; }

.tableWrapper table {
  width: 100%;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: inherit; }
  .tableWrapper table th,
  .tableWrapper table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .tableWrapper table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .tableWrapper table tbody + tbody {
    border-top: 2px solid #dee2e6; }

table caption {
  caption-side: top;
  font-size: larger; }

.noheader > thead {
  display: none; }

.spreadChartBox {
  margin-bottom: 1em; }
  .spreadChartBox .svgBody {
    width: 100%;
    height: 20px; }
  .spreadChartBox .barTitleBox {
    font-size: 0.9em;
    font-style: italic; }
  .spreadChartBox .spreadChartLine {
    y: -1px;
    stroke: #a4bcc2;
    fill: #a4bcc2;
    height: 2px;
    width: 100%; }
  .spreadChartBox .spreadChartBlock {
    y: -5px;
    stroke: black;
    fill: #58b7b5;
    height: 10px; }
  .spreadChartBox .chartFooterBox {
    font-size: 0.8em;
    margin-top: -0.8em; }
  .spreadChartBox .footerLeftTitle {
    float: left;
    color: #999 !important;
    margin-top: 6px; }
  .spreadChartBox .footerRightTitle {
    float: right;
    color: #999 !important;
    margin-top: 6px; }

.chartLink {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all .2s ease-in-out; }

.chartLink:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.cfRenderTextOnImage {
  margin-top: 80px;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 1em;
  border-radius: 8px; }
  .cfRenderTextOnImage .collegeName {
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2em; }
  .cfRenderTextOnImage .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em; }

.crestImage {
  max-width: 80px;
  float: left;
  padding-top: 10px;
  margin-right: 20px; }

ul.pictograph {
  list-style-type: none;
  padding-inline-start: 0px;
  display: inline-block; }

ul.pictograph li {
  display: inline-block;
  position: relative;
  padding: 2px; }

ul.pictograph li div {
  position: absolute;
  overflow: hidden; }

/* SCHOLARSHIP FOOTER */
#partnerCTAFooter {
  background: #009999;
  padding: 10px; }

.btn-ranking-item-primary {
  font-size: 23px;
  font-weight: bold;
  color: #eb5342;
  padding: 10px 60px;
  background: transparent;
  border-radius: 5px;
  white-space: normal;
  border-color: #eb5342;
  box-shadow: none; }

.btn-ranking-item-primary:hover {
  text-decoration: none;
  color: #eb5342;
  background: white;
  box-shadow: none; }

.btn-ranking-item-secondary {
  font-size: 23px;
  font-weight: bold;
  color: #179b9c;
  padding: 10px 60px;
  background: transparent;
  border-radius: 5px;
  white-space: normal;
  border-color: #179b9c;
  box-shadow: none; }

.btn-ranking-item-secondary:hover {
  text-decoration: none;
  color: #179b9c;
  background: white;
  box-shadow: none; }

h2,
h3,
h4,
h5,
h6 {
  padding-top: 30px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

.featuredImage {
  margin: 10px 0; }

.badgeImage {
  margin: 10px 0; }

#rankingBadge {
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left; }
  #rankingBadge .legendBox {
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em; }

#regModal .regBtn {
  padding: 10px 15px;
  line-height: 54px;
  font-size: 20px;
  background-color: darkgray; }

#regModal #cfBtnOptionA {
  background-color: #3a5c98; }

#regModal #cfBtnOptionB {
  background-color: #dc4831; }

#regModal #cfBtnOptionC {
  background-color: #4ca947; }

#regModal #cfBtnOptionD {
  background-color: #0077b5; }

#regModal .regIcon {
  display: block;
  float: left;
  font-size: 56px;
  text-decoration: none; }

#regModal .regText {
  display: block;
  text-align: left;
  letter-spacing: 1px; }

#regModal .icon-google-plus-sign {
  color: white; }

#regModal .icon-facebook-sign {
  color: white; }

#regModal .icon-envelope-alt {
  color: white; }

iframe.chart {
  display: block;
  width: 602px;
  height: 370px;
  margin: 10px auto;
  border: 0;
  overflow: hidden; }

.twofactorpieBehavior div {
  height: 50%;
  width: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-weight: bold; }

.prevBox {
  float: left; }

.nextBox {
  float: right; }

.prevBox a {
  color: #009999;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; }

.nextBox a {
  color: #009999;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; }

@media (max-width: 500px) {
  #regModal .regText {
    font-size: small; } }

@media (min-width: 1025px) and (max-width: 1367px) {
  #subNavBox .majors .nav-link {
    padding: .3rem .3rem; } }

@media (max-width: 992px) {
  .toggleButtonBox {
    width: 95%; } }

@media (max-width: 767px) {
  #subNavBoxPhone .navbar-nav {
    padding-left: 0px; }
  #subNavBoxPhone #navHeader {
    padding-left: 0px; }
  #subNavBoxPhone .toggleButtonBox {
    width: 100%; }
  #subNavBoxPhone #breadcrumb {
    padding-left: 0px;
    margin-left: -10px; }
  .chart {
    min-height: 400px; } }

@media (max-width: 480px) {
  .cfRenderTextOnImage .collegeName {
    font-size: 22px;
    line-height: 1.2em; }
  .body {
    font-size: 14px; } }
