<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix{
    clear: both;
}

#countrybox, #certbox{
    float: left;
    width: 330px;
    margin-right: 1em;
    margin-bottom: .5em;
}

#regionbox{
    float: left;
    width: 250px;
    display: none;
}

#langbox{
    display: none;
    float: left;
    width: 250px;
}

#perpagebox{
    float: left;
    width: 120px;
    margin-right: 0px;
}

#studentcountbox{
    float: left;
    width: 130px;
    margin-right: 10px;
}

#subapp{
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 9px;
    background-color: #14658f;
    border-color: #14658f;
    color: #ffffff;
    width: 160px;
    margin-top: .8em;
    margin-bottom:1em;
    height: 30px;
    padding-top: 10px;
}

#slocation, #sname, #sresults{
    display: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* UI styling for jquery-ui components*/
#accord .ui-header{    
    color: #fff;
    cursor: pointer;
    background-color: #14648E;
    border-radius: 10px;
    border-color: #14648E;
    margin-bottom: 5px;
    padding: 0px 0px 0px 20px;
    width: 100%
}
#accord .ui-content{
    font-size: .9em;
    line-height: 1em;
    padding: .5em 0.3em .3em .5em;

}

/* This section deals with the student search dropdown box */

.ui-widget-content{
    background: white;    
}
.ui-menu-item{
    background: white;        
}
.ui-state-focus{
    background: lightgray;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: lightgrey;
    border: 2px solid #000;
    color: #000;
    font-weight: bold;
}

/* end section deals with the student search dropdown box */

.tri-e {
    background: url(../images/tri-e.png) no-repeat 5px center;
}

.tri-s{
    background: url(../images/tri-s.png) no-repeat 5px center;
}

/*This is the navigation css for the results */
.navcontainer{
    display: none;
    margin: 0 auto;
    width: 325px;
    height: 20px;
    padding-left: 5px;
}

#pleasewait{
    display: none;
    text-align: center;
}
.leftfirstnav, .leftpreviousnav, .rightnextnav, .rightlastnav{
    text-align: center;
    float: left;
    padding: 3px 0px 5px 0px;
    cursor: pointer;
    color: white;
    background-color: #14648E;
    border: 1px #000099 solid;
    width: 35px;
}

.leftfirstnav, .leftpreviousnav{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rightnextnav, .rightlastnav{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.leftpreviousnav, .rightlastnav{
    margin-left: 5px;
}
.centernav{
    text-align: center;
    float: left;
    width: 150px;
    padding: 3px 5px;
}

/*This is end of the navigation css for the results */

/*This is the layout for the getstudent area Which is just below the search results */
.cliprofile{
    margin-top: 5px;
    padding: 5;
    max-width: 800px;
}

.cliprofile-picture{
    float: left;
    min-height: 215px;
    overflow: hidden;
    margin: 5px 20px 5px 5px;
    width: 135px;
    height: 220px;
}
.studentimage{
    margin: 5px;
    width: 125px;
    
}
.cliprofile-social{
    height: 30px;
}
.clicontact{
    float: left;
    max-width: 576px;
    min-width: 375px;
}

.clicontact-title{
    margin-bottom: 0px;

}
.clicontact-data{
    margin-bottom: 15px;
    text-align: left;
}

.clicontact-label{
    float: left;
    font-weight: bold;
    width: 165px;
    margin-bottom: 15px;
    text-align: left;
}

#awards{
    font-style: italic;
    line-height: 1.6em;
    padding-bottom: 1.1em;
}

#clidescription{
    line-height: 1.6em;
}
/*End layout for the getstudent area Which is just below the search results */

/*Social list below photo */
#sharelist {
    position: relative;
    margin: 0 0 0 -5px;
}

#sharelist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#sharelist li, #sharelist a {
    height: 26px;
    display: block;
}


#editpro {
    left: 0px;
    width: 26px;
    background: url('../images/mediasprites.png') 0 -157px;
}
#facebook {
    left: 26px;
    width: 26px;
    background: url('../images/mediasprites.png') 0 -52px;
}

#twitter {
    left: 52px;
    width: 26px;
    background: url('../images/mediasprites.png') 0 -78px;
}

#google {
    left: 78px;
    width: 26px;
    background: url('../images/mediasprites.png') 0 -104px;
}
#email {
    left: 104px;
    width: 26px;
    background: url('../images/mediasprites.png') 0 0;
}
</pre></body></html>