/* ==========================================================================
   15_COMMON PAGETYPE
   --------------------------------------------------------------------------
   * README

   * LOGIN: SITE LEVEL
   * LOGIN: SECTION LEVEL

   * DASHBOARD: DASHLETS: ARTICLE LEVEL

   * SEARCH: FORM LEVEL (HTML)
   * SEARCH: FORM LEVEL (WIZARD)

   * SEARCH JOBS / DASHBOARD (HOME): SITE LEVEL
   * SEARCH JOBS: INFO ORGANIZATION LEVEL

   * REGISTER METHODS: STEPS LIST
   * REGISTER METHODS: SECTION LEVEL
   * REGISTER METHODS: INFO ORGANIZATION LEVEL
   * REGISTER METHODS: FORM LEVEL

   * DETAIL: SECTION LEVEL
   * DETAIL: ARTICLE LEVEL

   * DETAIL ASIDE: ARTICLE LEVEL
   * DETAIL ASIDE: INFO ORGANIZATION LEVEL

   * SUCCESS: SECTION LEVEL

   * WIDGET: SOCIAL LOGIN
   * WIDGET: SOCIAL SHARE
   ========================================================================== */

/* README
   ========================================================================== */

/*!
 * Styles on this stylesheet are the All specific styles.
 * That means they apply to any page that deals with an exception to any
 * default style.

 * If you need to deal with an exception to any default styles, you should
 * manage it by adding a .X--modifier class to the .X element and develop the
 * given exception nested to this .X--modifier class in this stylesheet under
 * the corresponding page subtitle.

 * These .X--modifier classes and its nested styles are grouped by page in which
 * are featured, sorted by HTML depth, and separated in Structure, Behaviour or
 * Appearance styles as appropriate.
 */

/* LOGIN: SITE LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.body--login {
    height: 100vh;
}

.body--login .body__content {
    padding: 20px;
}

.body--login .main {
    max-width: 330px;
}

.body--login .main__wrapper {
    padding: 0;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.body--login {
    background-position: right bottom;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.body--login .body__content {
    display: table-cell;
    vertical-align: middle;
}

/* Appearance
   -------------------------------------------------------------------------- */
.body--login {
    background-image: url(../images/login--bg.jpg);
}

.body--login .main {
    border-width: 1px;
    border-style: solid;
    border-color: #CACACA; /* var(--color--borders) in an IE free world - use this comment as a handler for smart find & replace! */
}

@media all and (max-width:768px) {

    /* Behaviour
       -------------------------------------------------------------------------- */
    .body--login {
        background-position: left top;
    }

}

/* LOGIN: SECTION LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.section--login .section__header {
    margin-top: -43px;
    margin-bottom: 0;
    padding: 105px 40px 0;
}

.section--login .section__content {
    padding: 20px 40px;
}

.section--login .section__footer {
    margin-top: 0;
    padding: 16px 40px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.section--login .section__header {
    background-position: center top;
    -webkit-background-size: 86px auto;
    background-size: 86px auto;
    text-align: center;
}

.section--login .section__footer {
    text-align: center;
}

/* Appearance
   -------------------------------------------------------------------------- */
.section--login .section__header {
    background-image: url(../images/logo--login.svg);
}

.section--login .section__footer {
    background-color: #E9F9F5; /* var(--color--site--10) in an IE free world - use this comment as a handler for smart find & replace! */
    font-size: 13px;
    color: #565656;
}

@media all and (max-width:768px) {
    .section--login .section__header__text {
        display: block;
    }

}

/* DASHBOARD: DASHLETS: ARTICLE LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.article--dashlet .article__header {
    margin-bottom: 0;
    min-height: 51px;
    padding: 12px 12px;
}

.article--dashlet .article__header__count {
    padding-left: 4px;
}

.article--dashlet .article__footer {
    margin-top: 0;
    padding: 8px 12px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.article--dashlet .article__header__count {
    text-align: right;
}

.article--dashlet .article__footer {
    text-align: center;
}

/* Appearance
   -------------------------------------------------------------------------- */
.article--dashlet .article__header {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #26C59A; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

.article--dashlet .article__footer {
    border-radius: 0 0 4px 4px;
    background-color: #E9F9F5; /* var(--color--site--10) in an IE free world - use this comment as a handler for smart find & replace! */
    font-size: 13px;
}

@media all and (min-width:769px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .article--dashlet {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }

    .article--dashlet .article__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

}

@media all and (max-width:768px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .article--dashlet .article__header {
        padding: 18px 20px;
    }

    .article--dashlet .article__footer {
        padding: 14px 20px;
    }

    /* Appearance
       -------------------------------------------------------------------------- */
    .article--dashlet .article__header {
        background-color: #E9F9F5; /* var(--color--site--10) in an IE free world - use this comment as a handler for smart find & replace! */
    }

}

/* SEARCH: FORM LEVEL (HTML)
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.form--search-html .fieldSpec,
.form--search .fieldSpec {
    padding-bottom: 0;
}
.form--search legend.section__header__text__title--5 {
    margin-bottom: 20px;
}
@media all and (min-width:769px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .form--search-html .button-bar,
    .form--search .button-bar {
        padding-top: 22px;
    }

}

/* SEARCH: FORM LEVEL (WIZARD)
   ========================================================================== */
@media all and (min-width:769px) and (max-width:1024px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .form--search-wizard .fieldSpec {
        width: calc(50% - 10px);
    }

    .form--search-wizard .fieldSpec:nth-of-type(odd) {
        float: left;
    }

    .form--search-wizard .fieldSpec:nth-of-type(even) {
        float: right;
    }

    /* Behaviour
       -------------------------------------------------------------------------- */
    .form--search-wizard .fieldSpec:nth-of-type(odd) {
        clear: both;
    }

    .form--search-wizard .fieldSpec:nth-of-type(even) {
        clear: right;
    }
}

@media all and (min-width:1025px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .form--search-wizard .Section{
        margin-left: -20px;
    }

    .form--search-wizard .fieldSpec {
        float: left;
        width: 20%;
        padding-left: 20px;;
    }

    .form--search-wizard .button-bar {
        padding-top: 29px;
    }

    /* Behaviour
       -------------------------------------------------------------------------- */
    .form--search-wizard .fieldSpec {
        clear: none;
    }

    .form--search-wizard .fieldSpec:nth-child(5n+1){
        clear: both;
    }
}

/* SEARCH JOBS / DASHBOARD (HOME): SITE LEVEL
   ========================================================================== */

@media all and (min-width:769px) {

    /* Appearance
       -------------------------------------------------------------------------- */

}

/* SEARCH JOBS: INFO ORGANIZATION LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--jobs .list__item+.list__item {
    margin-top: 35px;
}

.list--jobs .list__item--boxed {
    padding: 40px 40px;
}

.list--jobs .list__item__text {
    float: left;
    width: 100%;
}

.list--jobs .list__item__text__subtitle {
    padding-top: 5px;
}

.list--jobs .list__item__actions {
    float: left;
}

.list--jobs .list__item__description {
    padding-top: 15px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--jobs .list__item__text__title a {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.list--jobs .list__item__actions {
    text-align: left;
    clear: both;
    margin: 15px 0 0 0px;
}
.list--jobs .list__item__actions .link,
.list--jobs .list__item__actions .disabled{
    margin-right: 25px;
}

.list--jobs .list__item__description {
    float: left
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--jobs .list__item__text__title {
    font-size: 28px;
    font-weight: bold;
    color: #004750;
}

.list--jobs .list__item__text__title a:hover {
    color: #26C59A; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

.list--jobs .list__item__text__subtitle {
    color: #575756;
    font-size: 14px;
}

.list--jobs .list__item__description {
    line-height: 150%;
}

@media all and (max-width:768px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .list--jobs .list__item__text {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .list--jobs .list__item__actions {
        float: none;
    }

    /* Behaviour
       -------------------------------------------------------------------------- */
    .list--jobs .list__item__actions {
        text-align: left;
    }

}

/* REGISTER METHODS: STEPS LIST
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--steps {
    margin-bottom: 40px;
}

.list--steps .list__item {
    padding-top: 20px;
}

.list--steps .list__item:before {
    width: 0;
}

.list--steps .list__item--current:before {
    width: 50%;
}

.list--steps .list__item--filled:before {
    width: 100%;
}

.list--steps .list__item:after {
    width: 25px;
    height: 25px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--steps .list__item {
    position: relative;
}

.list--steps .list__item:before {
    position: absolute;
    left:0;
    top: -4px;
}

.list--steps .list__item:after {
    position: absolute;
    left: calc(50% - 8.5px);
    top: -15px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--steps .list__item {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #C6C6C6;
    text-align: center;
    font-size: 14px;
    color: #575756;
}

.list--steps .list__item--current {
    color: #575756;
}

.list--steps .list__item--filled {
    color: #575756;
}

.list--steps .list__item:before {
    content: '';
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #128474; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

.list--steps .list__item:after {
    content: '';
    border-radius: 100%;
    /* border-width: 3px; */
    /* border-style: solid; */
    /* border-color: #FFFFFF; */
    background-color: #C6C6C6;
}

.list--steps .list__item--current:after {
    background-color: #128474; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

.list--steps .list__item--filled:after {
    background-color: #128474; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

@media all and (max-width:768px) {

    /* Behaviour
       -------------------------------------------------------------------------- */
    .list--steps .list__item {
        text-align: left;
    }

    .list--steps .list__item:not(.list__item--current) {
        display: none;
    }

}

/* REGISTER METHODS: SECTION LEVEL
   ========================================================================== */

/* Behaviour
   -------------------------------------------------------------------------- */
.section--methods .section__content{
    text-align: center;
}

/* REGISTER METHODS: INFO ORGANIZATION LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--methods__outer {
    margin-left: auto;
    margin-right: auto;
}

.list--methods {
    margin: -50px 0 50px -70px;
}

.list--methods > .grid__item {
    padding: 50px 0 0 70px;
}

@media all and (max-width:768px) {
    .list--methods__outer {
        max-width: 175px;
    }

    .list--methods > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (min-width:769px) and (max-width:1024px) {
    .list--methods__outer {
        max-width: 420px;
    }

    .list--methods > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:1025px) {
    .list--methods__outer {
        max-width: 675px;
    }

    .list--methods > .grid__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/*
 * .indeed-button generates itself with system styles that use !important all over.
 * We override the properties we need to match .list__item__link, and unset the rest.
 */
.list--methods .list__item--indeed .indeed-button,
.list--methods .list__item--indeed .indeed-button:active,
.list--methods .list__item--indeed .indeed-button:hover,
.list--methods .list__item--indeed .indeed-button:link,
.list--methods .list__item--indeed .indeed-button:visited {
    display: block !important;
    position: static !important;
    margin: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100%;
    height: 100% !important;
    background-image: none !important;
    filter: none;
    padding: 0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.list--methods .list__item__link,
.list--methods .list__item--linkedin [name="widget-holder"]:after,
.list--methods .list__item--indeed .indeed-button:after,
.list--methods .list__item--seek .seek-apply-btn {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 35px;
    filter: none;
    background-position: 10px center;
    background-size: auto 16px;
    font-family: inherit;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    color: #FFFFFF;
    -webkit-transition-duration: 167ms;
    transition-duration: 167ms;
    -webkit-transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,color,-webkit-box-shadow;
    transition-property: background-color,box-shadow,color;
    transition-property: background-color,box-shadow,color,-webkit-box-shadow;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    cursor: pointer;
}

.list--methods .list__item__link:hover,
.list--methods .list__item--linkedin:hover [name="widget-holder"]:after,
.list--methods .list__item--indeed:hover .indeed-button:after,
.list--methods .list__item--seek .seek-apply-btn:hover {
    box-shadow: 0 1px 2px 0 rgba(64,64,64,0.4);
}

.list--methods .list__item--linkedin [name="widget-holder"]{
    position: relative;
}

.list--methods .list__item--linkedin [name="widget-holder"] button {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

.list--methods .list__item--linkedin [name="widget-holder"]:after {
    /*
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #0084bf;
    cursor: default;
    */
}

.list--methods .list__item--linkedin [name="widget-holder"] .IN-Awli-widget {
    position: relative;
    z-index: 3;
}

.list--methods .list__item--linkedin [name="widget-holder"] .IN-Awli-widget,
.list--methods .list__item--linkedin [name="widget-holder"] .IN-Awli-widget>span{
    display: block !important;
    line-height: 0 !important;
}

.list--methods .list__item--facebook .list__item__link {
    background-color: #3B5998;
    background-image: url('../images/method--facebook.svg');
}

.list--methods .list__item--facebook .list__item__link:hover {
    background-color: #8B9DC3;
}

.list--methods .list__item--facebook .list__item__link:focus {
    background-color: #DFE3EE;
    color: rgba(0,0,0,0.54);
}

.list--methods .list__item--googleplus .list__item__link {
    background-color: #4285F4;
    background-image: url('../images/method--googleplus.svg');
}

.list--methods .list__item--googleplus .list__item__link:hover {
    background-color: #4285F4;
}

.list--methods .list__item--googleplus .list__item__link:focus {
    background-color: #EEEEEE;
    color: rgba(0,0,0,0.54);
}

.list--methods .list__item--xing .list__item__link {
    background-color: #005A5F ;
    background-image: url('../images/method--xing.svg');
}

.list--methods .list__item--xing .list__item__link:hover {
    background-color: #B0D400;
}

.list--methods .list__item--xing .list__item__link:focus {
    background-color: #005A5F;
}

.list--methods .list__item--indeed .indeed-button span {
    display: none !important;
}

.list--methods .list__item--indeed .indeed-button:after {
    content: 'Indeed';
    background-color: #085FF7;
    background-image: url('../images/method--indeed.svg');
}

.list--methods .list__item--indeed:hover .indeed-button:after {
    background-color: #1497FF;
}

.list--methods .list__item--indeed:focus .indeed-button:after {
    background-color: #085FF7;
}

.list--methods .list__item--seek .seek-apply-btn {
    background-color: #253C70;
    padding-left: 0;
    font-size: 0;
}

.list--methods .list__item--seek .seek-apply-btn .seek-apply-btn__image {
    margin: -5px 0 -5px 0;
    height: 22px;
}

.list--methods .list__item--monster .list__item__link {
    background-color: #642891;
    background-image: url('../images/method--monster.svg');
}

.list--methods .list__item--monster .list__item__link:hover {
    background-color: #7137A4;
}

.list--methods .list__item--monster .list__item__link:focus {
    background-color: #D7D7E4;
    color: rgba(0,0,0,0.54);
}

.list--methods .list__item--dropbox .list__item__link {
    border-width: 1px;
    border-style: solid;
    border-color: #0084D5;
    background-color: #EBEFF5;
    background-image: url('../images/method--dropbox.svg');
    color: #333333;
}

.list--methods .list__item--dropbox .list__item__link:hover {
    background-color: #EBEFF5;
}

.list--methods .list__item--dropbox .list__item__link:focus {
    background-color: #EBEFF5;
}

.list--methods .list__item--googledrive .list__item__link {
    border-width: 1px;
    border-style: solid;
    border-color: #0084D5;
    background-color: #EBEFF5;
    background-image: url('../images/method--googledrive.svg');
    color: #333333;
}

.list--methods .list__item--googledrive .list__item__link:hover {
    background-color: #EBEFF5;
}

.list--methods .list__item--googledrive .list__item__link:focus {
    background-color: #EBEFF5;
}

.list--methods .list__item--file .list__item__link {
    border-width: 1px;
    border-style: solid;
    border-color: #008477;
    background-color: #008477;
    background-image: url('../images/method--file.svg');
    color: #FFFFFF;
}

.list--methods .list__item--file .list__item__link:hover {
    background-color: #008477;
}

.list--methods .list__item--file .list__item__link:focus {
    background-color: #008477;
}

.list--methods .list__item--paste .list__item__link {
    border-width: 1px;
    border-style: solid;
    border-color: #0084D5;
    background-color: #EBEFF5;
    background-image: url('../images/method--paste.svg');
    color: #333333;
}

.list--methods .list__item--paste .list__item__link:hover {
    background-color: #EBEFF5;
}

.list--methods .list__item--paste .list__item__link:focus {
    background-color: #EBEFF5;
}

.list--methods .list__item--later .list__item__link {
    border-width: 1px;
    border-style: solid;
    border-color: #0084D5;
    background-color: #EBEFF5;
    background-image: url('../images/method--later.svg');
    color: #333333;
}

.list--methods .list__item--later .list__item__link:hover {
    background-color: #EBEFF5;
}

.list--methods .list__item--later .list__item__link:focus {
    background-color: #EBEFF5;
}

/* REGISTER METHODS: FORM LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.form--methods .fieldSpec {
    max-width: calc(50% - 10px);
    margin-left: auto;
    margin-right: auto;
}

.form--methods .button-bar {
    max-width: calc(50% - 10px);
    margin-left: auto;
    margin-right: auto;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.form--methods .tpt_uploadResumeError {
    display: none;
}

.form--methods .tpt_uploadResumeNextButton.tpt_uploadResumeNextButtonInactive {
    display: none;
}

/* DETAIL: SECTION LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.section--details .section__header__image {
    width: 130px;
}

@media all and (max-width:768px) {

    /* Structure
       -------------------------------------------------------------------------- */
    .section--details .section__header__text {
        width: 100%;
        min-height: 110px;
    }

    /* Behaviour
       -------------------------------------------------------------------------- */
    .section--details .section__header__text {
        display: table-cell;
    }

}

/* DETAIL: ARTICLE LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.article--details + .article--details {
    margin-top: 20px;
}

.article--details .article__header {
    margin-bottom: 26px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.article--details .article__header__text__title__icon {
    color: #26C59A; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

/* DETAIL: INFO ORGANIZATION LEVEL: ATTACHMENTS
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--attachments .list__item {
    padding: 2px 0px;
}

.list--attachments .list__item+.list__item {
    margin-top: 10px;
}

.list--attachments .list__item__text__title {
    margin-bottom: 4px;
}

.attachment-preview {
    margin: 0 1em;
    height: 0;
    padding: 0 10px;
}

.attachment-preview.attachment-preview--show {
    margin: 20px 0 0;
    height: 524px;
    padding: 10px 20px 20px;
}

.attachment-preview .attachment-preview__bar {
    margin-bottom: 10px;
}

.attachment-preview .attachment-preview__preview {
    width: 100%;
    height: 464px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--attachments .list__item__text__title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list--attachments .list__item__actions {
    display: block;
}

.attachment-preview {
    display: block;
    transition-property: height, opacity, margin, padding, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    overflow: hidden;
}

.attachment-preview.attachment-preview--show {
    display: block;
    transition-property: height, opacity, margin, padding, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    overflow: hidden;
}

.attachment-preview .attachment-preview__bar {
    text-align: right;
}

.attachment-preview:not(.attachment-preview--show) .attachment-preview__bar {
    display: none;
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--attachments {
    font-size: 15px;
}

.list--attachments .list__item__text__title {
    font-size: 16px;
    font-weight: 400;
}

.list--attachments .list__item__actions {
    font-size: 14px;
}

.attachment-preview {
    opacity: 0;
    background-color: #FFFFFF;
}

.attachment-preview.attachment-preview--show {
    opacity: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #CACACA; /* var(--color--borders) in an IE free world - use this comment as a handler for smart find & replace! */
    background: #FFFFFF;
}

/* DETAIL: INFO ORGANIZATION LEVEL: HISTORY
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--history {
    margin-bottom: -30px !important;
}

.list--history .list__item {
    padding: 0px 0px 30px;
}

.list--history .list__item__text__subtitle {
    margin-top: 2px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--history .list__item__text__title {
    display: block;
}

.list--history .list__item__text__subtitle {
    display: block;
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--history .list__item__text__title {
    display: block;
}

.list--history .list__item__text__subtitle {
    font-size: 14px;
    color: #999999;
}

/* DETAIL: INFO ORGANIZATION LEVEL: LINKED FORM
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--linked-form .list__item+.list__item {
    margin-top: 20px;
}

.list--linked-form .list__item__text__subtitle {
    margin-top: 1px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--linked-form .list__item__text__title {
    display: block;
}

.list--linked-form .list__item__text__subtitle {
    display: block;
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--linked-form .list__item__text__title {
    font-size: 15px;
    font-weight: 400;
    color: #565656;
}

.list--linked-form .list__item__text__subtitle {
    font-size: 14px;
    color: #999999;
}

/* DETAIL ASIDE: ARTICLE LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.article--view-more-aside {
    margin-top: 40px;
}

.article--view-more-aside .article__header--hr-bottom {
    padding-bottom: 16px;
    margin-bottom: 18px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.article--view-more-aside .article__header__text__title {
    font-weight: bold;
}

/* DETAIL ASIDE: INFO ORGANIZATION LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.list--view-more-aside .list__item {
    /*height: 64px;*/
    padding: 6px 0;
    margin-bottom: 15px;
}

.list--view-more-aside a {
    width: 100%;
}

.list--view-more-aside .list__item__image {
    width: 50px;
    padding-right: 10px;
}

.list--view-more-aside .list__item__image img {
    width: 100%;
    height: auto;
}

.list--view-more-aside .list__item__text__title {
    margin-top: 2px;
}

.list--view-more-aside .list__item__text__subtitle {
    margin-top: 2px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.list--view-more-aside a {
    display: table;
    table-layout: fixed;
}

.list--view-more-aside a>* {
    display: table-cell;
    vertical-align: top;
}

.list--view-more-aside .list__item__image img {
    display: block;
}

.list--view-more-aside .list__item__text__title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list--view-more-aside .list__item__text__subtitle {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--view-more-aside .list__item__image img {
    border-radius: 100%;
}

.list--view-more-aside .list__item__text__title {
    font-size: 16px;
    font-weight: 400;
}

.list--view-more-aside .list__item:hover .list__item__text__title {
    color: #26C59A; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

.list--view-more-aside .list__item__text__subtitle {
    font-size: 14px;
    color: #575756;
}

/* SUCCESS: SECTION LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.section--success .section__header--hr-bottom {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.section--success .section__header__image {
    width: 100%;
    padding-right: 0;
}

.section--success .section__header__image img {
    max-width: 223px;
}

.section--success .section__header__text__title--4 {
    margin-top: 12px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.section--success .section__header>* {
    display: table-row;
    text-align: center;
}

/* Appearance
   -------------------------------------------------------------------------- */
.section--success .section__header__image img {
    border-radius: 0;
}

/* WIDGET: SOCIAL LOGIN
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.social-login__text {
    margin-bottom: 10px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.social-login__items {
    white-space: nowrap;
}

.social-login__items__icon{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Appearance
   -------------------------------------------------------------------------- */
.social-login__text {
    font-weight: bold;
    color: #004750;
    font-size: 18px;
}

.social-login__items {
    color: #CCCCCC;
}

/* WIDGET: SOCIAL SHARE
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */
.aside .social-share {
    margin-top: 40px;
}

.social-share__text {
    margin-bottom: 10px;
}

.section .social-share__popup {
    padding: 4px 10px;
    min-width: 110px;
}

/* Behaviour
   -------------------------------------------------------------------------- */
.section .social-share {
    display: inline-block;
    position: relative;
}

.section .social-share__text {
    display: none;
}

.aside .social-share__button {
    display: none;
}

.social-share__popup {
    white-space: nowrap;
}

.section .social-share__popup {
    display: none;
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 100%;
}

.social-share--active .social-share__popup {
    display: block;
}

.social-share__popup__icon {
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

/* Appearance
   -------------------------------------------------------------------------- */
.social-share__text {
    color: #999999;
}

.social-share--active .social-share__button {
    border-radius: 0 0 4px 4px;
    background-color: #FAFAFA;
}

.social-share--active .social-share__button .fv-share:before {
    content: 'c';
}

.social-share__popup {
    color: #CCCCCC;
}

.section .social-share__popup {
    border-radius: 4px 4px 0 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #CACACA; /* var(--color--borders) in an IE free world - use this comment as a handler for smart find & replace! */
    background-color: #FFFFFF;
}

.social-share__popup__icon:hover {
    color: #26C59A; /* var(--color--site) in an IE free world - use this comment as a handler for smart find & replace! */
}

@media all and (max-width:768px) {
    .section .social-share__popup__icon:nth-of-type(odd) {
        float: left;
    }

    .section .social-share__popup__icon:nth-of-type(even) {
        float: right;
    }

    /* Behaviour
       -------------------------------------------------------------------------- */
    .section .social-share__popup__icon:nth-of-type(odd) {
        clear: both;
    }

    .section .social-share__popup__icon:nth-of-type(even) {
        clear: right;
    }

}