input {
    outline: none;
}
.edu-coll-list-wrap {max-width: 660px;}
.edu-heading {
    color: #ea7564;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.edu-det-list li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 315px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #e5e5e5;
    border-bottom: 2px solid #ea7564;
    margin-bottom: 10px;
}
.edu-det-list li:nth-child(odd) {
    margin: 0 30px 0 0;
}
.edu-det-topblock {
    background: #f7f8fa;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.edu-det-bottomblock {
    background: #fff;
    padding: 15px;
}
.edu-det-heading {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000 !important;
    padding: 0 0 5px 0 !important;
}
.edu-det-heading a {color: #000;text-decoration: none;}
.edu-det-heading a:hover {color: #ea7564;}
.edu-det-subhead {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.edu-det-label {padding: 3px 0;}
.edu-det-label label {
    font-size: 13px;
    color: #000;
    width: 60px;
    float: left;        
}
.edu-det-text {
    margin-left: 70px;
    font-size: 13px;
    color: #000;
}
.edu-det-text a {color: #000;text-decoration: none;}
.edu-det-more {
    text-align: right;
    font-size: 13px;
    color: #000;
}
.edu-det-more a {color: #0066cc;text-decoration: none;}
.edu-det-text a:hover, .edu-det-more a:hover {color: #ea7564;}
.edu-detlist-container {position: relative;overflow: hidden;}
.edu-viewdetails {        
    text-align: center;
    font-size: 14px;        
}
.edu-viewdetails a {
    color: #fff;
    display: block;
    padding: 5px;    
    background: #ea7466;
    text-decoration: none;    
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 100;    
    box-sizing: border-box;
    transition: all 0.35s ease-out;
}
.edu-detlist-container:hover .edu-viewdetails a {bottom: 0;}


.edu-search-form-contianer {
    border: 1px solid #e6e4e5;
    background: #e8eced;
    border-radius: 2px;
    padding: 10px;
    margin: 10px 0;
    position: relative;
}
.edu-search-input-block {
    float: left;
    position: relative;
    width: 190px;
    margin-right: 12px;
}
.edu-search-block-right {
    overflow: hidden;
    position: absolute;
    right: 10px;
    transition: all 0.3s ease 0s;
    width: 230px;
}
.select2-offscreen-new-list {
    -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      box-sizing: border-box;
      padding: 6px 5px;
      border: 1px solid #cacaca;
      background: #fff url(../images/edu-sel-arrow-down.png) no-repeat 95% center;
      font-size: 14px;
      color: #999;
}
.select2-offscreen-new-list option {padding: 2px 5px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select2-offscreen-new-list {padding: 6px 5px;}
}
.edu-search-inputbox {
    font-family: 'Open Sans', Georgia, Arial, Helvetica, sans-serif !important; 
    width: 100%;
      box-sizing: border-box;
      padding: 7px 5px;
      border: 1px solid #cacaca;
      font-size: 14px;
      color: #666;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.edu-search-inputbox1 {
    
    -moz-appearance: none;
    background: #fff url("images/search-icon.png") no-repeat scroll right center;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    padding: 9px 5px;
    vertical-align: middle;
    width: 100%;

    border-radius:0px !important;
    border-left-width:1px !important;
    border-left-style:solid !important;
    border-left-color:rgb(202, 202, 202) !important;
}

.edu-search-wrapper {
    transition: width 0.65s ease-out 0s;
    width: auto;
}


.edu-search-block-right.search-expanded {
    height: 38px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 640px;
}


.search-expanded .edu-search-wrapper {
    position: absolute;
    right: 0;
    transition: width 0.65s ease-out 0s;
    width: 640px;
}

.edu-search-block-right.search-expanded {float: none;}

.disabled {
    background-color: #eee;
}

#college {
    height: 35px;
}


.ci-jobs
{
    padding: 0px 0px 10px 0px;
}
.ci-jobs-head
{
    background: #e8eced;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    color: #000;
    border: solid thin #ea7564;
    border-bottom: none;
}
.ci-jobs-list ul
{
    list-style-type:none;
    margin:0 20px;
    padding: 0;
}
.ci-jobs-list ul li
{
    padding: 15px 0 10px;
    border-bottom: solid thin #ea7564;
}
.ci-jobs-list ul li:last-child
{
    border-bottom: none;
}
.ci-jobs-list-t
{
    font-size:14px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}
.ci-jobs-list-t span
{
    width:20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background: #ea7564;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 15px;
}
.ci-jobs-list
{
    border: solid thin #ea7564;
    border-top:none;
}
.ci-jobs-list-text
{
    float:left;
    color:#686666;
    font-size:14px;
    width: 480px;
    padding: 5px 0 0;
}
.ci-jobs-list-viewall
{
    float: right;
}
.ci-jobs-list-d
{
    padding: 10px 0;
}
.ci-jobs-list-text strong
{
    font-size:18px;
    color: #12395d;
}
.ci-jobs-list-viewall a
{
    background: #ea7564;
    padding: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    display: block;
}
