/* No sidebar */
.vub_student_flow-full-width-page #content{
    width: 100%;
}

/* Hide Breadcrumbs */
.node-type-sfop .breadcrumb,
.node-type-sfdp .breadcrumb {
    display: none;
}

/* Completed Steps */
.o-completed-steps {
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
}

.o-completed-step {
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    cursor: pointer;
}

.o-completed-step a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #222;
}

.o-completed-step a:hover {
    color: #222;
    text-decoration: underline;
}

.o-completed-step-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACOElEQVQ4T6WTT0yScRjHn9/7R0DYCwn0j7zQVitUeB1Q6LrUrYWH/ige8tJq2aVW62KzMNtcs+LEwUM32kyCS1uXcqsO4rQmIjQty2WrhmUD5H0Bed/fr+EGa4Zb2u/6/J7Pnuf7/T4I/uPdCjdtR1vt94YO7aGRFNkSwBtymGmEx2WZqDcN6A83HwBAr2WZGGSZdG4KcPuJnUeU/ELBAieI5GlfR/TkPwN6R3gXQ8Ezox7pkkskmUfU/rvtb9NrgDuB1sMEIEJriy097onIemFvBvljFJBQvYnWflmUMoVV3DbQNfOq9A+Vm8+e8sDj5wFRQrjthntytAzxBq0nZIkE9ppZ7Y+kLPxK4YcDXbHL5TrqD7SSJjsLgiiCzeyG4Gg4TTA57j0THesN8h5SlIYczXouubRCPs4XPqk05KC3PbFaAVzyWzQqBmZ5u7qOpojKqNsNL8cWUkqqJpyTC6eddj2XFUSITQkZSQLX/YuJd3+uuKbBFZ9Nx9QWYza7ZgdN45papRpmpgVotKohlxdhbjafzWZw3+CF+L31+lRcuDa0z4CAjfEOzkhREuOxTsBw1AnLP4n8eSH3ZvB8wgUIyIaAUuG637KTMDBtsXEGpUKiMGYhOplOSbjY4Ot+/7Va7P/KwVV/Qz3FkKlGflvdh7m0IGTJOV93fGSjm6kWpF22Izrn0U7To2/zKz3DDxZLucAAUAAAEQByAPC94kIVsgkAFJYWHYewVIiPZ5cBoGRbqtoUvwHLweTJcEny9wAAAABJRU5ErkJggg==');
}

.o-completed-step-edit {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA+0lEQVQ4T63Uu03EQBAG4O8gRpRBFSdEHTxCOCAkICAlQoiUxwU8IkqAGmgACQpAiA4IQIPWyFr27tbmnHktffpnPDsDc34Gc/b0BRewjwe8tEP1AQO7xhbesIbnBu0DruAJSwkJdIjXeO8CRrIzXGEZjy10G+MuYGA32MR7KrNB77GDr1qwjTWtatDPVOoPVgMGdouNwnid4DA/n9bDaVj0cdSUWTM2gd1hvZDsErslbFLJvbESuJh6Vkp2gb1JyUo/5d9YnvAAp4WeVSUrJTzGUQaepyXwO2eztlN7bHKwM5aXvJoueZx/IMajOlntTZlV4Z/vXbZNFf4N+pUyFcqu6wEAAAAASUVORK5CYII=');
}

.o-completed-step-edit a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Question */
.o-flow-question {

}

/* Options */
.o-flow-options {
    box-sizing: border-box;
    width: 101%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.o-flow-option {
    background-color: rgba(242, 242, 242, 1);
    box-sizing: border-box;
    padding: 15px;
    padding-top: 0;
    margin-bottom: 2%;
    float: left;
}

.o-flow-option-text {
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 2%;
    float: left;
}

.has-more-than-two-options .o-flow-option,
.has-more-than-two-options .o-flow-option-text{
    width: 32%;
    margin-right: 1.3333%;
}

.has-less-than-two-options .o-flow-option,
.has-less-than-two-options .o-flow-option-text{
    width: 48.5%;
    margin-right: 1.5%;
}

.o-flow-option-link a,
.o-flow-step-subscribe-link a,
.o-flow-info-link a {
    margin-top:20px;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 10px;
    background: #FFF;
    text-decoration: none;
    color: #222;
    font-weight: 700;
    text-align: center;
}

.o-flow-option-link a:hover,
.o-flow-step-subscribe-link a:hover,
.o-flow-info-link a:hover {
    text-decoration: underline;
    color: #222;
}

.o-flow-option-details {
    padding: 0 10px;
}

/* Study */
.o-flow-study {
    background-color: rgba(242, 242, 242, 1);
    box-sizing: border-box;
    margin-bottom: 2%;
    float: left;
}

.o-flow-study a {
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 40px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #222;
}

.o-flow-study a:hover {
    text-decoration: none;
    color: #222;
}

.has-more-than-two-options .o-flow-study {
    width: 32%;
    margin-right: 1.3333%;
}

.has-less-than-two-options .o-flow-study {
    width: 48.5%;
    margin-right: 1.5%;
}

.o-flow-study-link {
    text-align: center;
}

.o-flow-study-details {
    text-align: center;
}

/* Steps */
.o-flow-step {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(242,242,242,1);
    position: relative;
    margin-bottom: 20px;
    padding: 20px 20px 10px;
}

.o-flow-step-subscribe {
    display: flex;
    item-align: stretch;
    justify-content: space-between;
    flex-direction:row;
    margin-bottom: 20px;
}

.o-flow-step-subscribe-now {
    box-sizing: border-box;
    width: 48%;
    padding: 15px;
    padding-top: 0;
    background-color: rgba(242,242,242,1);
}

.o-flow-step-subscribe-info {
    box-sizing: border-box;
    width: 48%;
    padding: 15px;
    padding-top: 0;
    background-color: rgba(242,242,242,1);
}

.o-flow-step-subscribe-times {
    text-align: center;
    background-color: rgba(242,242,242,1);
    padding: 20px;
}

.o-flow-step-subscribe-times p {
    margin: 0;
}

.o-flow-step-title {
    display: flex;
    margin-bottom: 1em;
    font-size: 14px;
}

.o-flow-step-count {
    margin: 0;
    margin-right: 10px;
}


/* Info */
.o-flow-info {
    background-color: rgba(242,242,242,1);
    box-sizing: border-box;
    padding: 15px;
}

.o-flow-info-item {
    border-top: 1px solid #D4D4D4;
}

.o-flow-info .field-item:first-child .o-flow-info-item {
    border: none;
}

.o-flow-info-title {
    display: flex;
    font-size: 14px;
}

.o-flow-info-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABh0lEQVQ4T53Vu45PURTH8c9I8AIKtyjIPAHVPIBG406YSEiEhBCXSqXUkLhFoiIkEzOY2jsoiEqCcY3KA5hC5Cf7yPF3zt5hlWf99nevvW5nyrCtxgHsxFasK7KveI5FLOD75PGpAd5BXMX6kcu6z19wHvN9XR+4ArdxsgGadOfMGfyIow+88x+wDh7o6T4wz5yrRHYF13ERF0Z0+5PXRJgCvGvkbA2+YS1SmCH7jC0BHsH9Rt4u42aJ7lJFOxvgU+xqAJeLbgabKtrHAX5oiF6XnnyJ7XhWAb4PMLevHBGlcffiBZKj47hbAS63gN3ZPPMTHuJwC9h68hI2F0igGyvApUT4BLsrons4WqBvG8X71YezeFARBhZoLj2GHRXtoa6xc/OGEeE03pTCZcRSmCH7iOluljM2j0aEJ/CqNHZW2ZjtSa/2l8MtnGrkaMx9A2fjnFxfcfwrNEsje/Gv9dXdvg/XGu0RbXJ2rozk78iHNnacqxBwfgHbepsoW7r7BaTdMmV/2E9ys0rZVKrgpQAAAABJRU5ErkJggg==');
}

.o-flow-info-text ,
.o-flow-info-link {
    margin-left: 30px;
}

.o-flow-info-link {
    max-width: 200px;
}


/* Student Flow Help Block */
.student-flow-help {
    border: 3px solid rgba(242,242,242,1);
    background-color: #FFF;
    padding: 10px;
}

.student-flow-help-top {
    text-align: center;
    padding-bottom: 5px;
}

.student-flow-help-columns {
    display: flex;
    width: 100%;
}

.student-flow-help-columns-col {
    flex: 1;
    padding: 10px;
    position: relative;
    max-width: 33.33%;
}

.student-flow-help-columns-col-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.student-flow-help-email-icon,
.student-flow-help-phone-icon {
    position: absolute;
    top: 0;
    left: -52px; /* -10px + -42px width icon */
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.student-flow-help-email,
.student-flow-help-phone {
    position: relative;
    min-height: 62px; /* height icon + 20px padding */
}

.student-flow-help-email-link,
.student-flow-help-phone-number {
    font-size: 1.5em;
    line-height: 1;
}

.student-flow-help-email-link a {
    color: #111111;
}

.student-flow-help-columns-col-content {
    margin-left: 62px; /* 10px padding + 42px size icon */
    padding-top: 13px;
}

.student-flow-help-columns-col-content h3 {
    margin-top: 0;
}

.student-flow-help-columns-col-content ul {
    margin: 0;
    list-style-position: inside;
    padding: 0;
}

.student-flow-help-location-col .student-flow-help-columns-col-icon{
    background-image: url('../icons/pointer.png');
}

.student-flow-help-opening-hours-col .student-flow-help-columns-col-icon{
    background-image: url('../icons/calendar.png');
}

.student-flow-help-email-icon{
    top: -6px; /* finetune placing of icon */
    background-image: url('../icons/envelope.png');
}

.student-flow-help-phone-icon{
    background-image: url('../icons/phone.png');
}