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

   * LOGIN: SITE LEVEL
   * LOGIN: SECTION LEVEL

   * DASHBOARD: DASHLETS: ARTICLE LEVEL

   * SEARCH: FORM LEVEL

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

   * REGISTER METHODS: STEPS LIST
   * 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 .main {
    border-width: 1px;
    border-style: solid;
    border-color: var(--color--borders); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

@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__footer {
    background-color: var(--color--site--10); /* Theme color defined in #16, with an override for each Library use as IE fallback */
    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: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

.article--dashlet .article__footer {
    border-radius: 0 0 4px 4px;
    background-color: var(--color--site--10); /* Theme color defined in #16, with an override for each Library use as IE fallback */
    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: var(--color--site--10); /* Theme color defined in #16, with an override for each Library use as IE fallback */
    }

}

/* SEARCH: FORM LEVEL
   ========================================================================== */

/* Structure
   -------------------------------------------------------------------------- */

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

   .form--search .fieldSpec {
        display: inline-block;
        vertical-align: bottom;
        width: 32%;
        padding-bottom: 0;
    }

    .form--search .fieldSpec + .fieldSpec {
        margin-left: 2%;
    }

    /* fix for IE */
    .body--IE .form--search .Section{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.form--search .fieldSpec .submitButton{
    width: 100%;
}

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

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

}

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

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

    /* Appearance
       -------------------------------------------------------------------------- */
    .body--dashboard .main,
    .body--search-jobs .main {
        background-color: #FFFFFF;
    }

}

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

/* Structure
   -------------------------------------------------------------------------- */

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

.list--jobs .list__item__text {
    padding: 90px 24px 0px;
}

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

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

.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: right;
}

.list--jobs .list__item__description {
    clear: both;
}

/* Appearance
   -------------------------------------------------------------------------- */
.list--jobs .list__item__text__title {
    font-size: 20px;
    font-weight: 600;
    color: #0f4b90;
}

.list--jobs .list__item__text__title a:hover {
    color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

.list--jobs .list__item__text__subtitle {
    color: #999999;
}

.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-bottom: 10px;
}

.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: 17px;
    height: 17px;
}

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

.list--steps .list__item:before {
    position: absolute;
    bottom: -3px;
}

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

/* Appearance
   -------------------------------------------------------------------------- */
.list--steps .list__item {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #828282;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
}

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

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

.list--steps .list__item:before {
    content: '';
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

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

.list--steps .list__item--current:after {
    background-color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

.list--steps .list__item--filled:after {
    background-color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

@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: INFO ORGANIZATION LEVEL
   ========================================================================== */

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

/*
 * .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 .indeed-button,
.list--methods .indeed-button:active,
.list--methods .indeed-button:hover,
.list--methods .indeed-button:link,
.list--methods .indeed-button:visited {
    margin: unset;
    width: 100%;
    height: 100% !important;
    padding: unset !important;
}

/*
 * .seek-apply-btn 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 .seek-apply-btn,
.list--methods .seek-apply-btn:active,
.list--methods .seek-apply-btn:hover,
.list--methods .seek-apply-btn:link,
.list--methods .seek-apply-btn:visited {
    width: 100%;
    height: 100%;
}

.list--methods .list__item__link,
.list--methods .indeed-button:after,
.list--methods .seek-apply-btn:after {
    width: 100%;
    padding: 85px 0 10px;
}

/* Behaviour
   -------------------------------------------------------------------------- */

/*
 * .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 .indeed-button,
.list--methods .indeed-button:active,
.list--methods .indeed-button:hover,
.list--methods .indeed-button:link,
.list--methods .indeed-button:visited {
    display: block !important;
    position: unset !important;
}

/*
 * .seek-apply-btn 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 .seek-apply-btn,
.list--methods .seek-apply-btn:active,
.list--methods .seek-apply-btn:hover,
.list--methods .seek-apply-btn:link,
.list--methods .seek-apply-btn:visited {
    display: block;
    text-align: unset;
}

.list--methods .list__item__link,
.list--methods .indeed-button:after,
.list--methods .seek-apply-btn:after {
    display: block;
    background-position: center 6px;
    -webkit-background-size: 64px auto;
    background-size: 64px auto;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.list--methods .list__item__link:hover,
.list--methods .indeed-button:hover:after,
.list--methods .seek-apply-btn:hover:after {
    background-position: center 0;
}

.list--methods .indeed-button span,
.list--methods .seek-apply-btn span {
    display: none !important;
}

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

/*
 * .indeed-button generates itself with system styles that use !important all over.
 * We override the properties we need to match .list__item__link.
 */
.list--methods .indeed-button,
.list--methods .indeed-button:active,
.list--methods .indeed-button:hover,
.list--methods .indeed-button:link,
.list--methods .indeed-button:visited {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-image: none !important;
    filter: none;
    text-decoration: none !important;
    cursor: pointer !important;
}

/*
 * .seek-apply-btn generates itself with system styles that use !important all over.
 * We override the properties we need to match .list__item__link.
 */
.list--methods .seek-apply-btn,
.list--methods .seek-apply-btn:active,
.list--methods .seek-apply-btn:hover,
.list--methods .seek-apply-btn:link,
.list--methods .seek-apply-btn:visited {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    filter: none;
    font-family: inherit;
    font-size: 0;
    line-height: normal;
    text-decoration: none;
    color: inherit;
}

.list--methods .list__item__link,
.list--methods .indeed-button:after,
.list--methods .seek-apply-btn:after {
    font-size: 13px;
    text-transform: uppercase;
    color: #5E6D81;
}

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

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

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

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

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

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

.list--methods .list__item--seek .seek-apply-btn:after {
    content: 'Seek';
    background-image: url('../images/method--seek.svg');
}

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

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

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

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

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

.list--methods .list__item__link:hover,
.list--methods .indeed-button:hover:after,
.list--methods .seek-apply-btn:hover:after {
    color: #4b4b4b;
}

/* 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: 32px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.article--details .article__header__text__title__icon {
    color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

/* 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;
}

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

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

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

.attachement-preview .attachement-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;
}

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

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

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

.attachement-preview:not(.attachement-preview--show) .attachement-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;
}

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

.attachement-preview.attachement-preview--show {
    opacity: 1;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color--borders); /* Theme color defined in #16, with an override for each Library use as IE fallback */
    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 {
    color: #565656;
}

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

/* Structure
   -------------------------------------------------------------------------- */
.list--view-more-aside .list__item {

    /*height: 64px;*/
    padding: 6px 0;
}

.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: 15px;
    font-weight: 400;
}

.list--view-more-aside .list__item:hover .list__item__text__title {
    color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

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

/* 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-style: italic;
    color: #999999;
}

.social-login__items {
    color: #CCCCCC;
}

.social-login__items__icon:hover{
    color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

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

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

.social-share__popup__icon {
    margin-right: 12px;
}

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

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

/* 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;
}

.social-share__popup__icon img {
    width: auto;
    height:28px;
}

/* Appearance
   -------------------------------------------------------------------------- */
.social-share__text {
    font-style: italic;
    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: var(--color--borders); /* Theme color defined in #16, with an override for each Library use as IE fallback */
    background-color: #FFFFFF;
}

.social-share__popup__icon:hover {
    color: var(--color--site); /* Theme color defined in #16, with an override for each Library use as IE fallback */
}

@media all and (max-width:1024px) {
  .social-share__popup__icon {
      margin-right: 6px;
  }
}

@media all and (max-width:660px) {
  .social-share .fa-inverse{
      font-size: .8em;
  }

  .social-share .fa-stack-2x {
    font-size: 1.6em;
  }

  .social-share .fa-stack{
    line-height: 1.6em;
  }
}
