/***** DEGREE FINDER STYLE ******/
 @media only screen and (min-width : 992px) {
	.bootstrap-select .filter-option {
        font-size: 1.125rem;
    }
                   .bootstrap-select .text {
        font-size: 1.125rem;
    }
     .lead-xxl {
         font-size: 1.4rem!important;
     }
     ul.col-3-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
     }
     ul.col-2-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
     }
}
@media only screen and (min-width : 768px) and (max-width : 991px) {
	
     ul.col-3-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
     }
}
.rfi-iframe {
    display: block;       /* iframes are inline by default */
    background: #e9ecef;
    border: none;         /* Reset default border */
    width: 100%;
    overflow: visible;
    height: 1850px;
}
@media only screen and (min-width : 220px) {
    .rfi-iframe {height: 1800px;}
}
@media only screen and (min-width : 280px) {
    .rfi-iframe {height: 1660px;}
}
@media only screen and (min-width : 1011px) {
    .rfi-iframe {height: 1360px;}
}

.hideText {
    line-height: 0;
    font-size: 0;
    color: transparent;
}
.bootstrap-select .dropdown-item.active:hover {color:#ffffff!important;}