html {
    font-size: 16px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

/*Header*/
#bar-nav-main {
    background-color: #383838;
    border: 1px solid #222;
    position: relative;
}
    #bar-nav-main .navbar {
        padding: 0;
        margin-bottom: 0;
        float:right;
    }

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}
#bar-nav-main .top-number {
    display: inline-block;
    float: right;
    color: #fff;
    border: 1px solid #222;
    border-top: 0;
    border-bottom: 0;
    padding: 1.25rem;
    line-height: 1rem;
    font-weight: 500;
}

.top-number a{
    color: #fff
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.5rem;
}

.top-number > i {
    padding-left:10px; 
}

#bar-header {
    padding: 1.25rem 0 1.25rem 0;
    position: relative;
}

.header-nav > li > a:hover{
    background: #ffffff;
    text-decoration: underline;
}

.page-heading.property .banner {
    min-height: 350px;
    height: auto;
    position: relative;
}

.page-heading .banner {
    background-image: url("/images/accommodation.jpeg");
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background-position: top;
    background-size: cover;
}
.page-heading .heading {
    color: #fff;
    background: #d65f00;
    padding: 1rem 0;
}
    .page-heading .heading h1 {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0px;
    }

/*Social links*/
.btn.btn-share {
    font-size: 1.25rem;
    padding: 0px;
    line-height: 1;
}

    .btn.btn-share .fa-circle {
        color: #d65f00
    }
    .btn.btn-share span:hover > .fa-solid {
        color: #ffffff
    }
    .btn.btn-share span:hover > .fa-brands {
        color: #d65f00
    }

.share-icons .list-inline > li {
    padding: 0px;
}

#bar-footer .share-icons {
    margin-top: 2rem;
}

/*Headings*/
h1 {
    color: #d65f00;
    font-size: 2.375rem;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: 'Crimson Pro', serif;
}

.offerh1 {
    color: #d65f00;
    font-size: 2.375rem;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'Crimson Pro', serif;
}

.offerh2 {
    color: #d65f00;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'Crimson Pro', serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #d65f00;
    clear: both;
    font-family: 'Crimson Pro', serif;
}

/*Accordions*/
.accordion-wrapper {
    float: left;
    margin-top: 20px;
    padding: 20px 0 40px 0;
    background: #eaeaea;
    width: 100%;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -8px;
}

.ui-state-active .ui-icon {
    background: url("../images/hub/accordion_arrows.png") no-repeat;
}

.ui-state-default .ui-icon {
    background: url("../images/hub/accordion_arrows.png") no-repeat;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background: url("../images/hub/accordion_arrows.png") no-repeat;
}

.ui-icon-triangle-1-s {
    background-position: 0 0 !important;
}

.ui-icon-triangle-1-e {
    background-position: -21px 0 !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 21px;
    height: 15px;
}

.ui-accordion .ui-accordion-header, h3.ui-state-default {
    clear: both;
    display: block;
    position: relative;
    cursor: pointer;
    background: #d65f00;
    color: #fff;
    padding: 12px 40px;
    min-height: 0;
}

.ui-accordion-content {
    background: #fff;
    padding: 20px 0;
}

.accordion-wrapper h3 {
    margin-bottom: 0;
}

.ui-accordion-content {
    overflow: hidden;
}

    .ui-accordion-content div.row {
        margin: 0;
    }

/*Application Columns*/
.application-columns {
    float: left;
    width: 100%;
    padding: 0 12px;
    min-height: 722px;
}

    .application-columns h2 {
        position: relative;
        font-size: 23px;
        font-weight: bold;
        height: 50px;
    }

        .application-columns h2:after {
            content: " ";
            width: 100%;
            position: absolute;
            bottom: -20px;
            left: 0;
        }

.chevrons {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.application-columns > h2 {
    margin-bottom: 50px;
}

.app-contract {
    background: #f2faff;
}

.before-arrive {
    background: #faf5f5;
}

.while-here {
    background: #fafcf7;
}

.next-year {
    background: #fcf7f2;
}

.app-contract h2 {
    color: #00b0f0;
}

    .app-contract h2:after {
        border-bottom: 1px solid #00b0f0;
    }

.before-arrive h2 {
    color: #943634;
}

    .before-arrive h2:after {
        border-bottom: 1px solid #943634;
    }

.while-here h2 {
    color: #92d050;
}

    .while-here h2:after {
        border-bottom: 1px solid #92d050;
    }

.next-year h2 {
    color: #e36c0a;
}

    .next-year h2:after {
        border-bottom: 1px solid #e36c0a;
    }

.app-contract .chevron {
    background: url("../images/hub/blue_chevron.png") #f2f2f2 top right no-repeat;
}

.before-arrive .chevron {
    background: url("../images/hub/mar_chevron.png") #f2f2f2 top right no-repeat;
    overflow-wrap: anywhere;
}

.while-here .chevron {
    background: url("../images/hub/gr_chevron.png") #f2f2f2 top right no-repeat;
    overflow-wrap: anywhere;
}

.next-year .chevron {
    background: url("../images/hub/or_chevron.png") #f2f2f2 top right no-repeat;
    overflow-wrap: anywhere;
}

/*Buttons*/
.btn-default {
    border: 3px solid #e4e4e4;
    background: #f2f2f2;
    font-weight: bold;
    border-radius: 8px;
    color: #01254f;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    text-align: left;
    min-height: 48px;
    padding: 6px 24px 6px 12px;
    white-space: normal;
    line-height: 28px;

}

.btn-contract {
    margin-left: 0px !important;
}

.btn-accommcontract {
    margin-top: -95px;
}

.btn-printcontract {
    margin-top: 0px;
    width: 200px;
    text-align: center;
    background-color: #d65f00;

}


 .btn-default.disabled {
        background: none;
        color: #666;
 }

/*Footer*/
#bar-footer {
    padding: 2.5rem 0;
    background: #383838;
    color: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
}

    #bar-footer .footer-links a {
        font-weight: 700;
        color: #fff;
    }

    #bar-footer .footer-links {
        margin-top: 1.5rem;
    }



/*Tooltip*/
.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
}

    .tooltip.in {
        opacity: 1;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #666;
    border-radius: 2px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
}

/*Progress bar*/
ol#Progress {
    margin-left: 0;
    padding-left: 0;
    display: block;
    clear: both;
    width: 100%;
}

    ol#Progress li {
        text-align: center;
        border-radius: 8px;
        border: 3px solid #e4e4e4;
        background: #f2f2f2;
        width: 10%;
        margin-right: 40px;
        padding: 5px;
        position: relative;
        float: left;
        list-style: none;
    }

        ol#Progress li.Current {
            font-weight: bold;
        }

        ol#Progress li:last-child {
            padding-right: 0;
            list-style: none;
            background: #f2f2f2;
        }

        ol#Progress li:after {
            content: " ";
            background: url("../images/hub/or_chevron_progress.png") center right no-repeat;
            position: absolute;
            right: -30px;
            top: 10px;
            width: 12px;
            height: 12px;
        }

        ol#Progress li:last-child:after {
            content: " ";
            background: none;
        }

/*Form elements*/
input, textarea, .b-core-ui-select {
    padding: 0 11px;
    color: #333;
    border: solid 1px #999;
    background-color: #fff;
}
    /*input[type='submit'], input[type='button'], input[type=button].Next { cursor: pointer; border: 0; height: auto; line-height: normal; padding: 8px 28px; color: #fff; font-size: 1em; font-weight: bold; }*/
    input[type=button].Next {
        background: #76bd22;
    }

    input[type=submit].CallToAction {
        background: #76bd22;
    }

    input[type=button].Back {
        background: #e36c0a;
    }

    input[type=button].Print {
        background: #999;
    }

.img-responsive {
    width: auto;
}

.clearblock {
    clear: both;
    width: 100%;
    height: 40px;
    display: block;
}

/*Responsive*/
@media (min-width: 768px) {
    #bar-footer .footer-links {
        margin-top: 4rem;
    }

    #bar-footer .share-icons {
        margin-top: 0;
    }

        #bar-footer .share-icons .list-inline {
            text-align: right;
        }
}




@media screen and (min-width: 992px) and (max-width: 1200px) {

    footer ul li:last-child {
        padding-left: 8px;
    }
}

@media screen and (max-width: 992px) {
    .application-columns {
        min-height: 100px;
        margin-bottom: 20px;
    }

    footer {
        padding: 0 0 0 0;
    }

        footer img {
            margin-top: 20px;
            float: left;
        }

        footer ul li {
            display: block;
            clear: both;
            padding-left: 0;
            background: none;
            margin-bottom: 5px;
        }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 36px;
    }

    .pull-left-mob {
        float: left !important;
    }
}

.browserMessage {
    line-height: 30px;
    margin-top: 30px;
}


/* Requests */
.flatsrequest .form-group {
    margin: 7px 0px;
    width: 100%;
}

    .flatsrequest .form-group label {
        display: inline-block;
        margin-right: 20px;
        width: 30%;
    }

    .flatsrequest .form-group input {
        display: inline-block;
        width: 60%;
    }

input[type="radio"]:hover {
    cursor: pointer;
}


.styled-file-input {
    border: unset;
}

.btn.docupload {
    border: unset;
}

.repairrequestrow td:empty {
    display: none;
}


.yearpicker {
    clear: both;
    display: block;
    position: relative;
    cursor: pointer;
    background: #d65f00;
    color: #fff;
    padding: 12px 40px;
    min-height: 0;
    margin-top: 20px;
    font-size: 24px;
    font-family: 'Crimson Pro', serif;
    width: 50%;
}

/*!
 * Hub Option 2 Default code
 */


.noPadding {padding:0px}

/* Student Details */
.hubStudent { padding: 0; position: relative; margin-left:18px; width: 33%; }
.hubStudent .ProfileImage:empty { display: none; }
.hubStudent .ProfileStudentInfo { padding-bottom: 25px; }
.hubStudent label { background-color: #d65f00; color: #fff; font-family: 'Crimson Pro', serif; margin: 0px 0px 0px -60px; padding: 7px 12px; text-transform: uppercase; font-weight: normal; width: 60%; }
.hubStudent label+span { display: block; font-size: 1em; padding: 6px 0px; margin-left: -50px;}
.hubStudent .logout { margin: 13px 3px; text-align: right; }
.hubStudent .logout a { color: #d65f00; position: absolute; bottom: 5px; right: 10px; font-size: 1em; font-weight: bold; text-decoration: none; }
.hubStudent .logout a .fa { margin: 0 5px; }


@media screen and (max-width: 991px) {
 .hubStudent { min-height: unset;width:95%; padding-left: 27px;}
}

/* Academic Year Repeater */
 .hubWrap { padding: 0; }
@media screen and (min-width: 992px) {
 .hubWrap { margin-left: 2.5%; width: 72.5%; }
}
 .hubWrap p { color: #fff; }
 .hubWrap .yearpickerWrapper { display: block; position: relative; }
 .hubWrap .yearpickerWrapper select { -webkit-appearance: none; -moz-appearance: none; background-color: #d65f00; border: none; border-bottom: 1px solid #aaa; color: #fff; cursor: pointer; display: block; font-size: 2em; font-weight: bold; padding: 7px; text-align: left; width: 100%; }
 .hubWrap .yearpickerWrapper select::-ms-expand { display: none; }
 .yearpickerWrapper{ position:relative;  }
 .yearpickerWrapper::after { color: #fff; content: "\f13a"; font-family: 'Font Awesome 5 Free'; font-size: 2.8em; font-weight: bold; pointer-events: none; position: absolute; right: 12px; top: 3px; }

 
/* Tabs */
 .Hubtabs.ui-tabs-vertical { background: none; border: none; clear: both; height: auto; margin: 0; padding: 0; width: 100%; box-shadow:none }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav { background: none; border: none; border-right: 2px solid #2e4680; border-radius: unset; display: block; list-style-type: none; margin: 0; padding: 0; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li { background: none; border: none; border-radius: unset; clear: both; display: block; margin: 0; min-height: 50px; padding: 0px; text-align: left; width: 100%; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:first-child { border-top: 2px solid #fff; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:last-child { margin-bottom: 158px; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:hover { background-color: #d65f00; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:hover a { color: #fff; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:hover i.fa { color: #fff; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li a { color: #2e4680; display: block; height: 100%; padding: 15px; text-decoration: none; width: 100%; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li a i { color: #5b76a3; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:hover a i { color: #fff; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li span { font-size: 15px; display: inline-block; float: left; height: 100%; margin-top: 2px; width: 90%; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li i { display: inline-block; float: left; height: 100%; width: 10%; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li.ui-tabs-active { background-color: #d65f00; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li.ui-tabs-active a { color: #fff; }
 .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li.ui-tabs-active i { color: #fff; }

 /* Panels */
 .Hubtabs .ui-tabs-panel { background-color: none; border: none; padding-top: 15px; padding-bottom: 15px; }
 .Hubtabs p.statusText { color: #888; font-size: 13px; padding-bottom: 10px; }
 .Hubtabs p.statusText strong { color: #2e4680; }
 .Hubtabs .ui-tabs-panel input { display: block; margin: 0 auto; width: 100%; }
 .Hubtabs #tabs-3 input,
 .Hubtabs #tabs-4 input { margin: 10px 0; }
 .Hubtabs input.btn.btn-default {color: white;padding: 10px;margin: 10px;background:#d65f00;font-family: 'Crimson Pro', serif;}
 .Hubtabs .ui-tabs-panel {overflow-y:hidden}
 .Hubtabs .main-row {padding-left:15px;padding-right:20px}
 .Hubtabs .main-row ul li {font-size:20px}
 .yearpickerWrapper select {font-size:25px;font-weight:bold;background-color:#d65f00;padding:10px;color:white;width:100%;-webkit-appearance: none; -moz-appearance: none;font-family: 'Crimson Pro', serif;}


@media screen and (max-width: 991px) {
     .hubStudent .ProfileImage { height: unset; margin: 0; padding: 10px; min-height: 280px; }
     .hubStudent .ProfileImage .ProfilePictureWrap { margin: 10px auto; position: absolute; left: 10%; right: 10%; max-width: 240px; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav { border-right: none !important; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li { border-top: 2px solid #fff; clear: none; display: inline-block; margin: 0; padding: 0; width: 25%; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li:last-child { margin-bottom: 0; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li a span { display: none; text-align: center; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li i { float: none; text-align: center; margin-top: 3px; text-align: center; width: 100%; }
}

@media screen and (max-width: 765px) {
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li { width: 25%; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li a span { display: none; text-align: center; }
     .Hubtabs.ui-tabs-vertical ul.ui-tabs-nav li i { float: none; text-align: center; margin-top: 3px; text-align: center; width: 100%; }
}

#PageContent .wrap {overflow-wrap: break-word; width: 60%;}