* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
h3{
    font-family: 'Whitney Book';
    font-size: 24px;
    font-weight: bold;
    margin-bottom:  24px;
}
body {
    font-family: 'Whitney Book';
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body div.container {
    display: -ms-grid;
    display: grid;
    margin-top: 10px;
    max-width: 1200px;
    padding-right: 0 important!;
}
.list_handle, select {
    padding: 10px;
    background-color: #f7f8fa;
    border: 1px solid #b7bdc4;
    cursor: pointer;
    position: relative;
    margin-bottom: 24px;
}
.universitySelect select{
   display: inline-block;
   font-family: 'Whitney Book';
   font-size: 12px;
   margin-bottom: 24px;
   width: 100%;
}
.arrow {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
}
.arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.arrow.down {
    -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    right: 15px;
    top: 15px;
}
.arrow:hover {
    border-color: gray;
    border-width: 2px;
}
#list_handle:hover, select:hover {
    color: #334152;
    border: 1px solid #2888d1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #d6ecff;
            box-shadow: 0 0 0 2px #d6ecff;
}
#list_menu {
    width: inherit;
}
#list_menu ul {
    display: block;
    position: absolute;
    border: 1px solid #b7bdc4;
    width: 450px;
    z-index: 10;
}
#list_menu ul.hidden {
    display: none;
}
#list_menu ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 5px 10px;
    border-collapse: collapse;
    position: relative;
    background-color: white;
    cursor: pointer;
}
#list_menu ul li:nth-child(odd) {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    background-color: #f7f8fa;
}
#list_menu ul li:hover {
    background-color: rgba(40, 136, 209,1);
    color: white;
}
#list_menu ul li:hover a {
    color: white;
}
#unis-list table tbody tr td:first-child {
    text-align: center;
}
table {
    width: 100%;
}
#unis-list {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#unis-list tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [first] 5% [second] 35% [third] 16% [fourth] 17% [fifth] 15% [sixth] 12%;
        grid-template-columns: [first] 5% [second] 35% [third] 16% [fourth] 17% [fifth] 15% [sixth] 12%;
}
table .company-block .logo-block {
    width: auto;
    height: 32px;
    height: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#unis-list thead .column-2 {
    text-align: center; 
}
#unis-list tbody .column-2 {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 5px;
    -ms-grid-columns: [first] 20% [second] 80%;
        grid-template-columns: [first] 20% [second] 80%;
}
.up {
    color: green;
}
.down {
    color: red;
}
table tbody tr:hover {
    background-color: #C4EDEB;
}
table .logo-block img {
    width: auto;
    height: 100%;
    margin: auto;
}
thead {
    font-family: 'Whitney Medium';
    text-align: left;
    display: block;
    border-bottom: solid 2px #c0bcb2;
}
thead tr {
    padding: 5px 0;
    background-color: white;
}
tbody {
    overflow: auto;
    display: block;
}
table tbody tr {
    font-size: 12px;    
    width: 100%;
    border-collapse: collapse;
}
td, th {
    padding: 7px 10px;
}
/* #unis-list td {
    margin: 0 20px;
} */
tbody tr:nth-child(odd) {
    background-color: #f8f5ef;
}
tbody tr:nth-child(even) {
    background-color: white;
}
th {
    color: #000000;
    font-family: 'Whitney Book';
    line-height: 1;
}
a {
    color: #212529;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #1D5080;
    font-family: 'Whitney Medium';
}
.filtered-rank {
    
}
/*tooltip styles*/
div.company-tip {    
    background-color: white;
    padding: 10px;
    border: 1px solid #d8dde3;
    min-width: 300px;
    border-radius: 2px;
    -webkit-box-shadow: 0 8px 9px rgba(0,0,0,0.24),
      0 1px 8px rgba(0,0,0,0.12);
            box-shadow: 0 8px 9px rgba(0,0,0,0.24),
      0 1px 8px rgba(0,0,0,0.12);
    position: absolute;
    z-index: 25;
    max-width: 50%;
 }
div.company-tip h4 {
    font-family: 'Whitney Medium';
    padding: 5px 0;
    color: #1D5080;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}
div.company-tip span {
    font-size: 10px;
}
div.company-tip thead {
    font-size: 12px;
}
div.company-tip div {
    text-align: center;
}
div.company-tip tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [first] 55% [second] auto;
        grid-template-columns: [first] 55% [second] auto;
}
/*media queries*/
@media (max-width: 650px) {
    #unis-list tr {
        -ms-grid-columns: [first] 5% [second] 45% [third] 25% [fourth] auto;
            grid-template-columns: [first] 5% [second] 45% [third] 25% [fourth] auto;
    }   
    .column-5 {
        display: none;
    }
}
@media (max-width: 600px) {
    #unis-list tr {
       -ms-grid-columns: [first] 5% [second] 70% [third] auto;
           grid-template-columns: [first] 5% [second] 70% [third] auto;
    }   
    .column-4 {
        display: none;
    }
}
@media (max-width: 400px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 350px) {
    #unis-list tr {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: [first] 10% [second] 60% [third] auto;
            grid-template-columns: [first] 10% [second] 60% [third] auto;
    }   
    #unis-list tbody .logo-block {
        display: none;
    }
    #unis-list tbody .column-2 {
        display: block;
    }
    body {
        font-size: 12px;
    }
}
/* Reset button styles */
button {
    background-color: #f7f8fa;
    border: 1px solid #b7bdc4;
    f
}
#reset {
    background-color: #1D5080;
    color: #fff;
    height: 36px;
    font-size: 12px;
    width: 50%;
   font-family: 'Whitney Bold';

}
button:hover, #reset:hover {
    cursor: pointer;
}
/* No colleges available message styles*/
#noColleges {
    color: #B32700;
    font-size: 20px;
    font-weight: bold;
    margin-top: 36px;
    text-align: center;
}
/* Button list stylings */
#buttonList {
    margin-bottom: 24px;
}
.category {
    background-color: #40C2C9;
    color: #000;
    font-family: 'Whitney Bold';
    font-size: 20px;
    height: 80px;
    margin: 6px;
    width: 100%;
}
.category:hover {
    background-color: #267479;
    color: #fff;
    cursor: pointer;
}
.selected {
    background-color: #267479;
    color: #fff;
}
.universitySelect:first-child {
    margin-top:  15px;
}
.twitter{
    width: 25%;
}
/* Search bar stylings */
input {
    display: block;
    font-size: 18px;
    width: 33%;
    margin: 24px 0;
    padding-left: 6px;
}
input:focus{
    outline: none;
}