body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #35434f;
  padding: 0;
  margin: 0;

}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  display: block;
  line-height: 24px;
  font-weight: 600;

}

.section_primary {
  display: none;
}


.section_primary.open {
  display: block;
}

.shadow-sm {
  box-shadow: 0rem 0.35rem 0.55rem rgba(0, 0, 0, .075) !important;
}


.navbar-toggler {
  font-size: 1.7rem;

}

.fa-2x {
  font-size: 1.6rem;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  color: #FFF;
  background-color: #def0f7;
  border-color: #def0f7;
}

div#data_length, div#data2_length, div#data3_length {
  display: none;
}

div#data_paginate, div#data2_paginate, div#data3_paginate {
  display: none;
}

.heading-holder .title-th {
  line-height: 1rem;
  background-color: #d3edf7;
  height: 48px;
  border-radius: 5px;
}


.position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
}

.scroll-overflow {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tooltip.show {
  opacity: 1;
}

.line-height-1 {
  line-height: 1 !important;
}


.overflow-hidden {
  overflow: hidden;
  position: relative;
}

.bg-dark {
  background-color: #000000 !important;
}


a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;

}

.buttons-section a.section-link.active {
  text-decoration: none;
  font-weight: bold;
  color: #35434f;
  cursor: pointer;
}

.buttons-section a.section-link {
  color: #ffff;
  text-decoration: none;
  cursor: pointer;
}



.bg-blue-gradient {
  background: rgb(33, 164, 217);
  background: linear-gradient(90deg, rgba(33, 164, 217, 1) 0%, rgba(18, 109, 157, 1) 98%);
}

a:hover {
  color: #332d25;
  text-decoration: none;
}

/* Typography */
.text-blue {
  color: #21a5d9;
}

.bg-blue {
  background-color: #21a5d9;
}

.text-green-light {
  color: #b4c38a;
}

.text-green {
  color: #8ecb2f;
}


.bg-gray {
  background-color: #35434f;
}

.bg-gray-light {
  background-color: #f0ede9;
}

#sporting-suspensions .btn {
  color: #000000;
}

#sporting-suspensions .btn:hover {
  color: #ffffff;
}

.tooltip.show {
  opacity: 1;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-extra-bold {
  font-weight: 900 !important;
}

.font-style-italic {
  font-style: italic;
}


.number-rank {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: auto;
  line-height: 35px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}

.header {
  background: url(../images/header.jpg) no-repeat bottom;
  background-size: cover;
}


.buttons-section .btn-primary, .buttons-section .btn-secondary {
  width: 100%;
  border-radius: 30px;
}

.btn-secondary {
  background-color: #def0f7;
  border: 2px solid #def0f7;
  color: #5ab2d7;
  line-height: 1;

}

.btn-secondary:hover {
  background-color: #63b6d9;
}

#methodology a, .footer a {
  color: #0000ee;
  text-decoration: underline;
}

.bg-top-3 {
  background: url("../images/top-3.jpg") no-repeat center;
  background-size: cover;
}

.bg-top-3 .rounded {
  border-radius: 20px !important;
}

.bg-usa-colleges {
  background: url("../images/Colleges-with-the-Highest-ROI.jpg") no-repeat center;
  background-size: cover;
}

.bg-biggest-colleges {
  background: url("../images/The-USAs-Biggest-Colleges-with-the-Highest-ROI.jpg") no-repeat center;
  background-size: cover;
}

.bg-best-colleges {
  background: url("../images/The-USAs-Best-Colleges-with-the-Highest-ROI.jpg") no-repeat center;
  background-size: cover;
}

.table tr th.sorting_asc .heading-holder .title-th, .table tr th.sorting_desc .heading-holder .title-th,
.table tr th.sorting_asc .heading-holder .sorting-icons, .table tr th.sorting_desc .heading-holder .sorting-icons {
  background: rgb(33, 164, 217);
  background: linear-gradient(90deg, rgba(33, 164, 217, 1) 0%, rgba(18, 109, 157, 1) 98%);
  color: #ffffff;
}


.table tr th.sorting_asc .title-th i, .table tr th.sorting_desc .title-th i,
.table tr th.sorting_asc .sorting-icons i, .table tr th.sorting_desc .sorting-icons i {
  color: #ffffff;
}

.img-thumb {
  max-width: 160px;
  margin: auto;

}

.icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 1.3rem;
}

table tbody tr.odd td.sorting_1 .td-simulate {
  color: #35434f;
  background-color: #d3edf7;
}

.img-circle {
  padding-bottom: calc(100% - 10px);
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 5px solid #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #192138;
  border-color: #192138;
}

.lead {
  font-size: 1rem;
}

.display-4 {
  font-size: 1.8rem;
}


/*** Table ******/

.control_lenght {
  background-color: #35434f;
  padding: 8px 35px;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  border: 1px solid #35434f;
}


.control_lenght:hover {
  background-color: #000000;
  color: #ffffff;

}

.heading-holder {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  min-width: 68px;
  margin-bottom: 10px;
}


.table .heading-holder .title-icon i {
  font-size: 1.3rem;
}

.table .heading-holder .sorting-icons i {
  font-size: 1rem;
}


.sorting-icons {
  line-height: 29px;
  text-align: center;
  font-size: 1rem;
  margin: auto;
  color: #022738;
  display: block;
  background-color: #ffffff;
  border: 1px solid #d6d8db;
  border-radius: 5px;
}


.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
  padding-bottom: 0px !important;
  font-size: 1rem;
}

#data_wrapper .row, #data2_wrapper .row, #data3_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}


.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}


.table td, .table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}


table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;

}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}

table tr {
  border: 1px solid transparent;
}

table tr td span {
  color: #001342;
  font-weight: 500;
}

td i.small {
  font-size: 9px;
  position: relative;
  top: -1px;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}

.table th {
  color: #322e2f;
  font-size: 1rem;
  white-space: nowrap;
  border-top: 0;
}


.table td {
  border-top: 0px solid transparent;
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
}

.table tr td:nth-child(7) .td-simulate {
  border-right: 4px solid #ffffff;
}

.table tr td:last-child .td-simulate {
  border-left: 4px solid #ffffff;
}

.table td .td-simulate {
  display: block;
  border: 0 solid transparent;
  padding: 6px 10px;
  font-weight: 600;

}

.table tr.odd .td-simulate {
  background-color: #eeeff0;
}

/**** Headings ******/
.display-2 {
  font-size: 2.5rem;
}

.display-3 {
  font-size: 2.5rem;
  line-height: 0.5;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, .1);
}

.footer a {
  color: #0000ee;
  text-decoration: underline;
}

#methodology .border {
  border: 3px solid #21a5d9 !important;
}

#methodology a {
  color: #0000ee;
  text-decoration: underline;
}

.footer-logo {
  max-width: 180px;
}

.h3, h3 {
  font-size: 1.2rem;
  line-height: 1;
}


.h2, h2 {
  font-size: 1.1rem;
  line-height: 1.2;
}

.h4, h4 {
  font-size: 1.3rem;
}

.display-1 {
  font-size: 4rem;
}

.table tr td.sorting_1 span {
  color: #515049;
  font-weight: 800;
}

@media (min-width: 576px) {
  .display-1 {
    font-size: 4.8rem;
  }

  .h4, h4 {
    font-size: 1.4rem;
  }


  .h3, h3 {
    font-size: 2rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 4.7rem;
    line-height: 0.5;

  }


}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 1.9rem;
  }

  .display-4 {
    font-size: 2.7rem;
  }

}

@media (min-width: 992px) {
  .display-4 {
    font-size: 5.2rem;
    line-height: 1;
  }


  .h3, h3 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .footer-logo {
    max-width: 250px;
  }


  .white-space-nowrap {
    white-space: nowrap;
  }


  .text-lg-justify {
    text-align: justify;
  }

  .h2, h2 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 5.8rem;
    line-height: 0.5;

  }


  .h4, h4 {
    font-size: 1.5rem;
  }

  .h3, h3 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .display-2 {
    font-size: 7.5rem;
    font-weight: 300;
    line-height: 1;
  }

  .display-1 {
    font-size: 10.5rem;
    line-height: 0.8 !important;
  }
  .top-3-title {
    height: 60px;
  }
  .lead {
    font-size: 1.3em;

  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }


}

@media (min-width: 1600px) {

}



