.page .page-inner-1 {
    background: none;
}
.page .page-inner-2a {
    background: none;
}

.headernav .header-info-for-nav-line {
    display: none;
}
.header.header-info-for-nav-text {
    display: none;
}
.headernav, #conditionizr.firefox.win .headernav, .ie#conditionizr .headernav {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 9px;
    position: absolute;
    right: 18px;
    top: 3px;
    width: 307px;
}

.header-search {
    position: absolute;
    right: 4px;
    top: 40px;
}

/*-- Left Nav ----------------------------------------*/


#left .relatedLinks.relatedlinksreference {
    display: none;
}
#left .left-col .iparys_inherited, #left .leftcol .section.htmlsnippet{
    background: url("/etc/designs/ubcms/clientlibs-main/images/left-col-cap.png") no-repeat scroll right top transparent;
}



.footer-inner .hrline{
    border-bottom: 1px dotted #ccc;
    background: none;
    height: 5px;
    margin: 0 0 10px;
}
.footer {
    background: none repeat scroll 0 0 #15236E;
}

/*-- table styling --*/
.table table tr:first-child th {
    background: none repeat scroll 0 0 #000000;
    color: #fff;
}
.table table tr:first-child th b{
    color: #fff;
}
.table table tr td {
    border: 1px solid #C0C0C0;
}

/* Right Column --------------------------------------------------------------------------------*/

.admission-applications {
    padding: 1rem;
    background-color: #DA3C28;
    color: white;
}
.admission-applications a, .admission-applications .list ul.link-list li:before {
    color: white !important;
}
.admission-applications .list ul.link-list {
    margin: 0 !important;
}
.admission-applications .teaser.teaser-inline {
    text-decoration-color: white !important;
    color: white !important;
}

/*-- Photo Gallery --*/
#cboxTitle {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    top: 80.5%;
    padding: 11px 20px;
    width: 100%;
    bottom: 28px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    background: rgba(0,0,0,.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


/*-- On this page -------------------- */
    .onThisPage a:before {
        color: #041A9B;
        content: ">";
        font-family: consolas;
        margin-left: -11px;
        padding-right: 5px;
    }
    
    .onThisPage a {
        color: #041A9B;
        display: block;
        line-height: 1.5em;
        margin-left: 12px;
    }
    
@media screen and (max-width: 720px){
    .headernav .header-info-for-nav-line {
        display: none;
    }
    #mobile-menu-inner .audience{
        display:none;
     
    }
    #mobile-menu .header-info-for-nav-last>a{
        display: none;
    }
    #mobile-menu .goog-te-menu-value, #mobile-menu .goog-te-menu-value:hover {
        display: inline;
    }
    
    #right .title h1{
        background: none repeat scroll 0 0 #666666;
        color: #FFFFFF;
        margin: 0 -16px 0px;
        padding: 0px 16px;
        font-family: DinWebRegular,"Trebuchet MS",sans-serif;
        font-size: 14px;
        text-transform: uppercase;
    }    

    .mapTabContainer .tab{
        font-size: 11px;
        margin: -2px 0 -1px;
    }
    
    .googlemaps .mapcanvas {
        width: 100%;
    }
    .googlemaps .maplink {
        width: 100% !important;
    }

    .parbase.table.section {
        overflow: auto;
        width: 100%;
    }
    
    .photoslideshow {
        display: none;
    }
    .onThisPage a {
        background: none repeat scroll 0 0 #EEEEEE;
        border-radius: 4px 4px 4px 4px;
        color: #041A9B;
        display: block;
        line-height: 1.5em;
        margin: 6px 0;
        padding: 5px 17px;
    }
    
    .appendedTags ul.tagcloud {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background: none repeat scroll 0 0 #336699;
        margin-bottom: -22px;
        margin-left: -22px;
        padding: 18px 12px;
        width: calc(100% + 20px);
        
    }
    .appendedTags ul.tagcloud a li {
        color: #fff;
    }
}