﻿/* ==========================================================================
   16_SPECIFICS
   --------------------------------------------------------------------------
   * README

   * SEARCH JOBS (HOME): SITE LEVEL

   * BANNER: SECONDARY

   * WIDGET: SOCIAL LOGIN

   * LOGIN
   ========================================================================== */

/* 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.
 */

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

[class*="__wrapper"] {
    max-width: 1440px;
}

/* BANNER: MAIN
   ========================================================================== */
.banner--main {
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    /*padding-bottom: 45px;*/
}

.body--search-jobs .module__header__text__title--1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25
}
.body--search-jobs .module .article__header__text__subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #3d3d3d;
}
.body--search-jobs .module .article__header__text__subtitle span {
    margin-right: 22px;
}
.body--search-jobs .article--result .article__content {
    line-height: 24px;
    margin-top: 10px;
}
.body--search-jobs .list-controls--top,
.body--search-jobs .list-controls--bottom,
.body--profile .list-controls--top,
.body--profile .list-controls--bottom,
.body--retails-country .list-controls--top,
.body--retails-country .list-controls--bottom {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
}
.body--search-jobs .list-controls__legend,
.body--profile .list-controls__legend,
.body--retails-country .list-controls__legend {
    float: none;
    margin-right: 0;
}

.body--search-jobs .module .column__item--side {
    width: 210px;
}
.body--search-jobs .module .column__item--side .row {
    height: 100%;
}

.body--search-jobs .module .social-share {
    flex-grow: 2;
}
.body--search-jobs .module .social-share .button--action-secondary,
.body--search-jobs .module .social-share .button--action-secondary:link,
.body--search-jobs .module .social-share .button--action-secondary:visited {
    color: #3d3d3d;
}

/* Media query to target only mobile */

@media all and (max-width:450px) {
    .banner--main .banner__text {
        width: 100%;
    }
}

/* Media query to target tablet and desktop */

/* Media query to target only tablet */

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .body--search-jobs .module .article__header__text__subtitle span {
        margin-right: 42px;
    }
}

/* BANNER: SECONDARY
   ========================================================================== */
.module--secondary .module__wrapper {
    background-color: #fff;
    padding: 80px 40px;
    text-align: center;
}
.row__banner.banner__content {
    height: 334px;
    display: flex;
    justify-content: center;
    background-image: var(--banner--profilePage);
    max-width: 1141px;
    margin: 0 auto 32px;
    border: 45px solid #FAF9F8;
    background-size: cover;
    background-position: center;
}
.banner__title {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 2.5px;
}
.banner__actions {
    margin-top: 40px;
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .row__banner.banner__content {
        height: auto;
        max-width: 100%;
        padding: 20px;
        min-height: 180px;
        border: none;
    }
    .module--secondary .module__wrapper {
        padding: 0 24px 80px;
    }
    .module--secondary .banner__title {
        font-size: 34px;
    }
    .module--secondary .banner__subtitle {
        font-size: 14px;
        padding-bottom: 24px;
        line-height: 24px;
    }
    .module--secondary .banner__actions {
        margin-top: 0;
    }
}

/* Media query to target tablet and desktop */

/* SEARCH JOBS: SECTION LEVEL
   ========================================================================== */

.form--search--keywords-only .fieldSearchJobs.fieldSpec {
    display: none !important;
}
@media all and (max-width: 1400px) {
    .module--link-back--top .module__wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Media query to target mobile and tablet */
@media (max-width: 1024px) {
    .section--search-jobs .section__header {
        margin-bottom: 16px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #D8D8D8; /* var(--color--borders) */
        padding-bottom: 16px;
    }

    .section--search-jobs .section__header:not(.section__header--hr-bottom) + * {
        margin-top: 0;
    }

    .section--search-jobs .section__header__text__title--2 {
        font-weight: 500;
    }
    .section__content__results .column {
        flex-direction: column;
    }
    .section__content__results .column__item {
        width: 100% !important;
    }
    .body--search-jobs .module .column__item--side .article__header__actions {
        text-align: center;
        margin-top: 16px;
    }
    .module--detail-main .column__item {
        margin: 0 0 60px !important;
    }
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .section--search-jobs {
        padding-bottom: 24px;
    }

    .section--search-jobs .section__header__text__title--2 {
        font-size: 22px;
        letter-spacing: -0.1px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search {
        top: 39px;
    }

    .body--search-jobs .list-controls--top {
        border-bottom: 1px solid #3d3d3d;
        padding: 40px 0 20px
    }
    .column--pad.article--result {
        padding: 30px 16px;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 0
    }
}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .section--search-jobs .section__content__results {
        margin-bottom: 8px;
        padding: 16px 0;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-bottom-color: #D8D8D8; /* var(--color--borders) */
    }
}

/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
    .section--search-jobs {
        border-radius: 3px 3px 0 0;
        background-color: #FFFFFF;
        padding: 24px;
    }

    .section--search-jobs .section__header__text__title--2 {
        font-size: 24px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search {
        top: 68px;
    }

    .section--search-jobs.section--collapsible-form-search .form--search .section--collapsible-form-search__toggle {
        top: -55px;
        right: 24px;
    }
}

/* Media query to target only desktop */
@media all and (min-width:1025px) {
    .section--search-jobs .section__header {
        display: none;
    }

    .section--search-jobs .section__header__text__title {
        color: #FFFFFF;
    }

    .section--search-jobs .section__header:not(.section__header--hr-bottom) + * {
        margin-top: 20px;
    }

    .section--search-jobs .section__content + .section__content {
        background-color: #FFFFFF;
        padding: 32px 0;
    }

    .section--search-jobs .form--search {
        color: #FFFFFF;
    }

    .section--search-jobs .section__content__results {
        margin-top: 8px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #D8D8D8;
    }

}

/* SEARCH JOBS: ARTICLE LEVEL
   ========================================================================== */

.article--result .article__header__text__subtitle {
    margin-top: 8px;
    color: inherit;
}

.article--result .article__content {
    line-height: 150%;
}

.article--result .button--default-1 {
    display: block;
    margin-top: 25px
}

/* Media query to target only mobile */
@media all and (max-width:750px) {
    .article--result {
        margin-bottom: 30px;
    }
    .article--result .article__header {
        flex-direction: column;
    }

    .article--result .article__header__text {
        width: 100%;
        padding:16px 0;
    }
    .article--result .article__header__actions {
        text-align: left;
        white-space: nowrap;
        margin-top: 16px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }
    .article--result .button--default-1 {
        display: block;
        margin-top: 0;
        font-size: 12px;
        padding: 4px 20px;
        min-width: 170px;
        border:1px solid #CDC4BA;
        background-color: #fff;
        color: #CDC4BA;
    }
    .article--result .social-share__button {
        margin-left: -10px;
        color: #3d3d3d;
        min-width: auto;
        font-size: 12px;
        padding: 5px 10px
    }

    .article--result .article__header__text__title {
        font-size: 18px;
    }

    .article--result .article__header__text__subtitle {
        color: #565656;
    }
    .article--result .article__content {
        margin-top: 0;
        font-size: 14px
    }
    .article--result .button--action-default,
    .article--result .button--action-default:link,
    .article--result .button--action-default:visited {
        border-color: #000000;
    }

}

/* Media query to target tablet and desktop */
@media all and (min-width:751px) {
    .article--result {
        border-bottom: 1px solid rgba(61,61,61,.1)
    }
    .article--result.no-border {
        border-bottom: none;
    }
    .article--result:first-child {
        border-top: none;
    }

    .article--result .column__item--main {
        width: calc(100% - 300px);
    }
    .article--result .column__item--side {
        width: 200px;
    }

    .article--result.article--result--nomorejobs {
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }
}

/* ARTICLE LEVEL: TITLES WITH ZIG-ZAG BOTTOM RIBBONS
   ========================================================================== */
[class*="article__header--with-ribbon"] {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

[class*="article__header--with-ribbon"]:before,
[class*="article__header--with-ribbon"]:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 112px;
}

[class*="article__header--with-ribbon"]:after {
    height: 14px;
    background: linear-gradient(-135deg, #FFFFFF 8px, transparent 0) 0 8px, linear-gradient(135deg, #FFFFFF 8px, transparent 0) 0 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

[class*="article__header--with-ribbon"]:before {
    height: 11px;
}

.article__header--with-ribbon-magenta:before {
    background: linear-gradient(-135deg, #FA3A7A 8px, transparent 0) 0 8px, linear-gradient(135deg, #FA3A7A 8px, transparent 0) 0 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

.article__header--with-ribbon-cyan:before {
    background: linear-gradient(-135deg, #5DDAEA 8px, transparent 0) 0 8px, linear-gradient(135deg, #5DDAEA 8px, transparent 0) 0 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */
.article--attachments-upload [class*="--hr-bottom"] {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* PROFILE: ARTICLE LEVEL: ATTACHMENT UPLOAD
   ========================================================================== */
/* Media query to target tablet and desktop */
@media all and (min-width:751px) {

    .list--steps .list__item.list__item--step-1,
    .list--steps .list__item.list__item--step-4 {
        position:relative;
    }

    .list--steps .list__item.list__item--step-1:before,
    .list--steps .list__item.list__item--step-4:before {
        content:"";
        display:inline-block;
        width:50%;
        height:1px;
        border-top: 4px solid #FFFFFF;
        position:absolute;
        left:0;
        top:0;
        z-index:3;
    }

    .list--steps .list__item.list__item--step-4:before {
        right:0;
        left:auto;
        top:0;
    }

    .list--steps .list__item__text__subtitle {
        margin-bottom: -6px;
        width: 16px;
        height: 16px;
        text-indent: -9999px;
        overflow: hidden;
    }
}

/* REGISTRATION CUSTOMIZATION belu!
   ========================================================================== */

/* job detail */
.detail-data.column {
    justify-content: flex-end;
}
.detail-data .column__item {
    width: auto !important;
    border-left: 1px solid rgba(61,61,61,.3);
    text-align: center;
    align-self: stretch;
    display: flex;
    padding: 5px 20px;
}
.detail-data .column__item:first-child {
    border-left: none;
}
.detail-data .column__item span {
    font-weight: 600;
    align-self: center;
    text-align: center;
    width: 100%;
}

.module--detail-main .column__item {
    margin: 0 40px 60px;
    padding: 0 20px;
}
.module--detail-main .column__item .column__item--aside {
    margin: 0 0 60px 40px;
    padding: 0 0 0 20px;
}
.module--detail-main .article--view-more-aside {
    background-color: #EDECEA;
    padding: 60px
}
.module--detail-main .article--video-aside {
    padding: 0 0 60px;
}

.button-container {
    margin: 80px 0 40px;
}

.button-container--medium {
    margin: 40px 0;
}

.button-container--small {
    margin: 20px 0;
}

.button-container + .paragraph {
    margin-bottom: 80px;
}

.module--detail-main .social-share .social-share__text {
    font-family:"HalesworthET";
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 30px
}
.module--detail-main .social-share {
    display: block;
    width: 100%
}
.module--detail-main .social-share .clearfix {
    display: flex;
    width: 100%;
    height: 60px;
    text-align: center;
    margin-left: 0;
    transition: all .5s;
}

.module--detail-main .social-share--item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #d8d8d8;
    text-align: center;
    margin-left: 0;
    transition: all .5s;
    padding: 0 auto;

}

.module--detail-main .social-share--item:not(:last-of-type) {
    border-right-width: 0px;
}

.module--detail-main .social-share .social-share__popup__icon {
    width: 100%;
    border-left: 1px solid #d8d8d8;
    height: 60px;
    text-align: center;
    margin-left: 0;
    transition: all .5s;
}
.module--detail-main .social-share .social-share__popup__icon i {
    margin: 15px auto 0;
    font-size: 24px;
}
.module--detail-main .social-share .social-share__popup__icon:hover {
    background-color: #d8d8d8
}

.share--detail .social-share--item:hover {
    background-color: #d8d8d8;
}
/* Job Detail Belu */
.section__header--job-detail {
    padding: 80px 100px 40px 100px;
}

.module--job-status .column__item--2cols {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.module--job-status .column__subitem {
    width: 50%;
}

.module--job-status p {
    margin-bottom: 27px;
    font-weight: 500;
    letter-spacing: 0.8px;
}
.module--job-status span {
    font-weight: 300;
    letter-spacing: 0.8px;
}
.module--job-status .button-bar .button {
    min-width: 265px;
}

.module--detail-main .article__header:not(.article__header--hr-bottom) + * {
    margin-top: 50px;
}

.section--description .section__content + .section__content {
    margin-top: 80px;
}

.module--job-description .column--detail {
    padding: 100px;
}

@media all and (max-width:750px) {
    .body--job-detail .banner--main {
        height: auto;
        min-height: 474px;
    }

    .body--job-detail .banner--main .banner__wrapper {
        padding-top: 80px;
    }

    .detail-data.column {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 14px;
        margin-top: 60px;
    }
    .detail-data .column__item {
        padding: 0 10px;
        margin: 8px 0
    }
    .detail-data .column__item:first-child {
        padding-left: 0;
    }

    .module--detail-main .column__item {
        margin: 0 0 60px;
        padding: 0;
    }
    .module--detail-main .column__item.column__item--aside {
        margin: 0 0 24px;
    }

    .button-container,
    .column__item--aside .button-bar {
        text-align: center;
    }
    .module--detail-main .article--video-aside {
        padding: 0 0 60px;
    }
    .module--detail-main .article--view-more-aside {
        background-color: #EDECEA;
        padding: 38px 24px;
        margin-top: 0;
    }

    .section__header--job-detail {
        padding: 80px 40px 40px;
    }

    .module--job-status .column__item--2cols {
        flex-direction: column;
    }

    .module--job-status .column__subitem {
        width: 100%;
    }
    .module--job-status .column__subitem + .column__subitem {
        margin-top: 40px;
    }
}

@media all and (max-width:750px) {
    .section__header--job-detail {
        padding: 50px 24px 10px;
    }
    .body--job-detail .module .article__header {
        text-align: left;
    }
    .body--job-detail .article--view-more-aside .article__header {
        text-align: center;
    }

    .body--job-detail .article--view-more-aside .article__header__text__title {
        margin-top: 8px;
    }
    .section--description .section__content + .section__content {
        margin-top: 50px;
    }
}
.body--job-detail .module--detail-data .column {
        flex-wrap: wrap;
    }
.body--job-detail .module--detail-data .column__item--main {
    width: calc(100% - 300px);
}
.body--job-detail .module--detail-data .column__item--center {
    margin-bottom: 20px;
}
/* APPLICATION METHODS */
.section__content.tpt_loginHiddenFields {
    margin-top: 0
}

.form--grid .fieldSpec.button-bar {
    width: 100%;
    padding-top: 0px !important;
    margin-bottom: 10px;
}
.form--grid .fieldSpec.button-bar .button + .button {
    margin-left: 8px;
}

.popup-page .popupWizardErrorMessage,
.login-data-page .popupWizardErrorMessage {
    display: none;
}

.popup-page .form--has-errors .popupWizardErrorMessage,
.login-data-page .form--has-errors .popupWizardErrorMessage {
    display: block;
}

.popup-page .errorMessage,
.login-data-page .errorMessage {
    text-align: left;
}

/* Belu */

/* Helpers */
.section__header--mt80:not(.section__header--hr-bottom) + * {
    margin-top: 80px;
}

.section__header--mt40:not(.section__header--hr-bottom) + * {
    margin-top: 40px;
}

/* Login to Your Data page */

.login-data-page{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .login-data-page .main{
     text-align: center;
 }
 /* IE fix */
 .body--IE.login-data-page .grid,
 .body--Gecko.login-data-page .grid {
    display: block;
 }
 .login-data-page .article__header:not(.article__header--hr-bottom) + * {
     margin-top: 20px;
 }
 .login-data-page .main__wrapper {
     padding-left: 24px;
     padding-right: 24px;
 }
 .login-data-page .link__wrap {
     padding: 0 24px;
 }
 .login-data-page .article__header__text__title--5 {
     font-family: "HalesworthET";
     font-weight: 500;
     font-size: 30px;
     letter-spacing: 1.5px;
     text-align: center;
     line-height: 1.2;
     padding: 22px 0;
     width: 100%;
 }
 .login-data-page .link__wrap.text--right{
     text-align: center;
 }
 .login-data-page .article__header {
     margin-bottom: 0;
 }
 .login-data-page .article__header__text__intro {
     font-size: 16px;
     color: #595959;
     letter-spacing: 0.8px;
     text-align: center;
     line-height: 23px;
 }
 .login-data-page .list__datalogin {
     list-style: disc;
     list-style-type: disc;
     list-style-position: inside;
 }
 .login-data-page .form {
     margin: 0 auto;
     max-width: 600px;
 }
 .login-data-page--register .form {
     margin: 0 auto;
     max-width: 700px;
 }
 .login-data-page .fieldSpec,
 .login-data-page--register .fieldSpec {
     float: left;
     clear: none;
     width: 46%;
     margin: 0 2%;
 }
 .login-data-page .fieldSpec.button-bar,
 .login-data-page .fieldSpec.form__item--full,
 .login-data-page--resetPassword .fieldSpec {
     width: 100%;
     float: none;
     clear: both;
     text-align: center;
     margin: 0;
 }
 .login-data-page .fieldSpec.button-bar .button{
     float: none;
 }
 .login-data-page--register .fieldSpec.form__item--full .paragraph--note {
     padding: 0 10%;
     text-align: center;
 }
 .login-data-page .form .paragraph--note {
     max-width: 440px;
     margin: 0 auto 20px auto;
     font-size: 13px;
 }
 .login-data-page .form .fieldSpec.hasErrors {
     z-index: 999;
 }
 @media all and (max-width:750px) {
     .login-data-page .main {
         padding: 40px 24px;
     }
     .login-data-page .article__header__text__title--5 {
         font-size: 24px;
     }
     .login-data-page [class*="--right"] {
         text-align: center;
     }
     .login-data-page .form--popup {
         padding-top: 40px;
     }
     .login-data-page .errorMessage {
         display: block !important;
         color: #E06666 !important;
     }
     .login-data-page .errorMessage .errorMessageIcon {
         display: none;
     }
     .login-data-page .article__header:not(.article__header--hr-bottom) + * {
         margin-top: 0;
     }
     .login-data-page .form--popup .alert.alert--error {
         display: none;
     }
     .popup-page--register .fieldSpec,
     .login-data-page--register .fieldSpec {
         float: none;
         clear: none;
         width: 100%;
         margin: 0;
     }
 }

/* Pop up pages */

.popup-page {
   background-color: #FFFFFF;
   text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-page .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-page .grid--2 > .grid__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

/* IE fix */
.body--IE.popup-page .grid,
.body--Gecko.popup-page .grid {
   display: block;
}

.popup-page .article__header:not(.article__header--hr-bottom) + * {
    margin-top: 20px;
}

.popup-page .main__wrapper {
    padding-left: 24px;
    padding-right: 24px;
}

.popup-page .link__wrap {
    padding: 0 24px;
}

.popup-page .link__wrap.text--right {
    text-align: center;
}

.popup-page .article__header {
    margin-bottom: 0;
}

.article__header__text__title--popup,
.popup-page .article__header__text__title--5 {
    font-family: "HalesworthET";
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.2;
    padding: 22px 0;
    width: 100%;
}

.popup-page .article__header__text__intro {
    font-size: 16px;
    color: #595959;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 23px;
}

.popup-page .list__popup {
    list-style: disc;
    list-style-type: disc;
    list-style-position: inside;
}

.popup-page--login .form {
    margin: 0 auto;
    max-width: 600px;
}

.popup-page--register .form {
    margin: 0 auto;
    max-width: 700px;
}

.popup-page--register .fieldSpec {
    float: left;
    clear: none;
    width: 46%;
    margin: 0 2%;
}

.popup-page--register .fieldSpec.CheckBoxListFormField {
    padding-bottom: 10px;
}

.popup-page--register .fieldSpec.CheckBoxListFormField legend {
    position: absolute;
    left: 254px;
    top: 8px;
}

.popup-page--register .fieldSpec.privacyPolicyDescription {
    width: 100%;
    text-align: left;
}

.popup-page .fieldSpec.popup-button-bar,
.popup-page .fieldSpec.form__item--full,
.popup-page--resetPassword .fieldSpec {
    width: 100%;
    float: none;
    clear: both;
}

.popup-page--register .fieldSpec.form__item--full .paragraph--note {
    padding: 0 10%;
    text-align: center;
}

.popup-page--login .form .paragraph--note {
    max-width: 440px;
    margin: 0 auto 20px auto;
    font-size: 13px;
}

.popup-page .form .fieldSpec.hasErrors {
    z-index: 999;
}

#iframe1 {
    height: 758px;
}

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

    .lity-close {
        left: 24px;
        top: 24px;
    }

    .popup-page .main {
        padding: 40px 24px;
    }

    .article__header__text__title--popup,
    .popup-page .article__header__text__title--5 {
        font-size: 24px;
    }

    .popup-page [class*="--right"] {
        text-align: center;
    }

    .popup-page .form--popup {
        padding-top: 40px;
    }

    .popup-page .errorMessage {
        display: block !important;
        color: #E06666 !important;
    }

    .popup-page .errorMessage .errorMessageIcon {
        display: none;
    }

    .popup-page .article__header:not(.article__header--hr-bottom) + * {
        margin-top: 0;
    }

    .popup-page .form--popup .alert.alert--error {
        display: none;
    }

    .popup-page--login .fieldSpec,
    .popup-page--register .fieldSpec {
        float: none;
        clear: none;
        width: 100%;
        margin: 0;
    }
}

/* Job Alerts */
.body--jobalerts .banner__image--container,
.body--jobalerts-edit .banner__image--container,
.body--jobalerts-delete .banner__image--container {
    background-image:linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 24%, rgba(0,0,0,0.8) 84%), var(--homepage--banner);
    background-position: left top;
    background-size: cover;
}

@media all and (max-width: 750px) {
    .body--jobalerts .main__wrapper {
        padding-top: 70px;
        padding-bottom: 0;
    }
}

/* Edit Job Alerts link */
.form--agent .fieldSpec {
    padding-bottom: 40px;
}

.link.tpt_searchAgentHiddenFieldsToggle {
    margin-left: 20px;
    font-weight: 700;
}

@media all and (max-width:750px) {
    .form--agent .fieldSpec {
        padding-bottom: 20px;
    }

    .form--agent .fieldSpec > label,
    .form--agent .AlertCustomField label {
        padding-bottom: 15px;
    }

    .AlertCustomField input,
    .AlertCustomField select,
    .AlertCustomField textarea,
    .AlertCustomField .ui-widget {
        margin-bottom: 20px;
    }

    .section--job-alerts .section__header:not(.section__header--hr-bottom) + * {
        margin-top: 40px;
    }
}

/* Application Methods Resume Widget Social apply and Login */
.body--application-methods .article--registered {
    background-color: transparent;
}

.body--application-methods .form .fieldSpec:not(.button-bar) {
    float: left;
    margin-right: 5%;
    clear: none;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
}

.body--application-methods .link__wrap {
    margin-top: 40px;
}

.body--application-methods .link.link--small {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-bottom-color: inherit;
}

.body--application-methods .social-login__text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 0.8px;
}

.body--application-methods .passwordGroup{
    display: contents;
}

.body--application-methods .comment{
    padding-top: 10px;
}

.list--social .list__item {
    margin-bottom: 25px;
}

@media all and (max-width:768px) {
    .list--social .list__item {
        margin-bottom: 15px;
    }

    .list--methods .list__item--linkedin [name="widget-holder"] {
        margin: 0;
        max-width: 185px;
    }

    .list--methods .list__item--seek .seek-apply-btn {
        margin: 0;
    }
}

@media all and (max-width:750px) {
    .tpt_uploadResumeLoginLegend,
    .tpt_registrationMethods {
        text-align: center;
    }
    .list--methods .list__item__link,
    .list--methods .list__item--linkedin [name="widget-holder"]:after,
    .list--methods .list__item--indeed .indeed-button:after {
        margin: 10px auto;
    }
    .list__item.list__item--later {
        margin-top: 40px
    }

    .list__item.list__item--later .link__has-icon {
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .list__item.list__item--later p {
        color: #4F4F4F;
        font-weight: 300;
    }

    .tpt_loginHiddenFields .form--grid .fieldSpec.button-bar .button + .button {
        margin-left: 0;
    }
    .list--methods .list__item--linkedin [name="widget-holder"] {
        margin: auto;
        max-width: 185px;
    }

    .list--methods .list__item--seek .seek-apply-btn {
        margin: auto;
    }

    .list--social-login .list__item {
        width: 100%;
    }

    .body--application-methods .form .fieldSpec:not(.button-bar) {
        float: none;
        margin-right: 0;
        clear: both;
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }

    .body--application-methods .social-login {
        margin-top: 20px;
    }

    .body--application-methods .social-login .seek-apply-btn {
        margin: auto;
    }

    .link.tpt_searchAgentHiddenFieldsToggle {
        display: block;
        margin: 10px 0 0;
    }

}

/* search tags */
.article--searchTags {
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.list--searchTags {
    text-align: center;
}

.list--searchTags li {
    display: inline-block;
    float: none;
    width: auto;
    padding: 10px 0 10px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 15px;
    font-weight: 300;
}

.list--searchTags li a{
    /*content: "\f00d";
    font-family: FontAwesome;*/
    background-image: var(--icon--close--popup);
    background-size: 12px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}
.list--searchTags li a[data-clear] {
    font-weight: 600;
}

/* Success */
.module.module--success .column {
    align-items: flex-end;
}
.module.module--success .list {
    margin: 70px 0;
}
.module.module--breadbrumb {
    text-align: center;
}

.module.module--success .article__header__text__title--1 span {
    font-weight: 300;
}

.module--success .form--password .paragraph--note {
    font-size: 13px;
    margin-bottom: 25px;
    margin-left: 27px;
}

.module--choosepassword .form--password .paragraph--note {
    font-size: 13px;
    margin-bottom: 30px;
    margin-left: 27px;
}

.module--choosepassword .form--password .paragraph--note {
    font-size: 13px;
    margin-bottom: 30px;
    margin-left: 27px;
}

.module--choosepassword .form--password .alert--error {
    text-align: left;
    padding-left: 0;
}

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

    .module.module--success .list {
        margin: 40px 0;
    }

    .module.module--success .article__header__text,
    .module.module--breadbrumb {
        text-align: left;
    }

    .module.module--success .article__header {
        margin-bottom: 0 !important;
    }

    .module.module--success [class*="--extra-top-pad"] {
        padding-top: 40px;
    }

    .module.module--breadbrumb [class*="--pad"] {
        padding-top: 20px !important;
    }
}

/* existing email */
.section__warning__container {
    padding: 40px 0;
}
.section__warning {
    max-width: 900px;
    margin: auto;
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.section__warning__left {
    padding: 10px 32px;
}
.section__warning__left img {
    max-width: 40px
}
.section__warning__mid {
    padding: 13px 0 15px;
}
.section__warning__right {
    padding: 13px 42px 10px 22px;
}
.section__warning__right .button {
    min-width: auto;
    border-radius: 5px;
    padding: 8px 15px;
    white-space: nowrap;
    color: #3c3c3c !important;
}
.section__warning__right__close {
    position: absolute;
    right: 10px;
    top: 10px
}

@media screen and (max-width: 960px) {
    .section__warning__container {
        padding: 40px 0;
        margin: 0 24px;
    }
    .section__warning {
        align-items: flex-start;
    }
}
@media screen and (max-width: 600px) {
    .section__warning {
        flex-wrap: wrap;
    }
    .section__warning__right {
        width: 100%;
        padding: 0 42px 20px 22px;
    }
    .section__warning__left {
        padding: 10px 0 0 32px;
        width: 90px;
    }
    .section__warning__mid {
        padding: 13px 20px 15px 0;
        width: calc(100% - 90px);
    }
    .section__warning__right .button {
        margin-left: 68px;
        min-width: 120px;
    }
}
@media screen and (max-width: 414px) {
    .section__warning__right {
        width: 100%;
        padding: 0 16px 20px 16px;
    }
    .section__warning__left {
        padding: 10px 0 8px 16px;
        width: 100%;
    }
    .section__warning__left img {
        max-width: 30px
    }
    .section__warning__mid {
        padding: 0 16px 15px;
        width: 100%;
    }
    .section__warning__right .button {
        margin-left: 0;
        width: 100%;
    }
}

/* Profile */

.body--profile .section__wrapper,
.body--profile .content__wrapper {
    padding: 0;
}

.body--profile .article__header__text__title--5 {
    font-size: 22px;
}

/* Section Subnav Top + Action links */
.section--profile-actions {
    padding-top: 80px;
    padding-bottom: 100px;
}
.section__subnav,
.section__actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.section__actions {
    justify-content: center;
}
.section__subnav__item {
    padding: 30px 15px;
}
.section__subnav__link {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color:rgba(61,61,61,.5);
}

.section__subnav__link--active,
.section__subnav__link:hover,
.section__subnav__link:active,
.section__subnav__link:focus {
    font-size: 18px;
    font-weight: 500;
    color:#3D3D3D;
}

.section__actions .link {
    margin: 0 30px;
    font-size: 14px;
    font-weight: 600;
    color:#3D3D3D;
    border-bottom-color: #3D3D3D;
}

.section__actions .link:hover,
.section__actions .link:active,
.section__actions .link:focus {
    border-bottom-color: transparent;
}

/* Profile titles */
.body--profile .section__header__text,
.body--profile .article__header__text {
    text-align: center;
}

.section__content--personnal-info .article__header__text,
.section__content--work .article__header__text,
.section__content--education .article__header__text {
    margin-bottom: 55px;
}

.section--toolbox {
    padding-bottom: 80px;
}

.section__content--personnal-info .paragraph {
    letter-spacing: 0.8px;
}

.section__content--personnal-info .info {
    font-weight: 300;
}

/* Profile History Tables */

.list--history {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list--history .list__item {
    padding: 0 0 24px 0;
    max-width: 25%;
    flex-basis: 25%;
}
.list--history .list__item * {
    padding-right: 10px
}

.list--history .list__item__text__subtitle.ico:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.list--history .list__item__text__subtitle.ico.icon--work:before {
    background-image: var(--icon--work);
    background-size: 17px;
}

.list--history .list__item__text__subtitle.ico.icon--education:before {
    background-image: var(--icon--education);
    background-size: 18px;
}

@media all and (max-width: 1024px) {
    .list--history .list__item {
        padding: 0 0 24px 0;
        max-width: 50%;
        flex-basis: 50%;
    }
}
@media all and (max-width: 768px) {
    .list--history {
        flex-direction: column;
    }

    .list--history .list__item {
        padding: 0 0 24px;
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .list--history .list__item * {
        padding-right: 0;
    }
}

/* Profile Attachments */
.section--attachments[class*="--narrow"] {
    margin-left: 0;
    margin-right: 0;
}

.article--attachments-upload {
    position: relative;
    margin: 0;
}

.article--attachments-upload .article__content {
    margin-top:40px;
}

.article--attachments-upload .article__header__actions {
    position: absolute;
    right: 10px;
    width: 30px !important;
}

.tpt_uploadFileCaptionTrigger .ico {
    width: 13px !important;
}

.article--attachments-upload .article__header__text {
    text-align: left;
}

.article--attachments-upload .article__header__text__title--2 {
    font-size: 16px;
    font-weight: 600;
}

/* Profile Form attachments */
.form--attachments .fieldSpec .description {
    padding-bottom: 15px !important;
    font-weight: 500;
    color: #595959;
}

.form--attachments .fieldSpec.fileFieldCustom.FileField {
    position: relative;
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
}

.form--attachments .fieldSpec.fileFieldCustom.FileField .drivePickerButton {
    position: absolute;
    right: calc(100% - 230px);
    top: 4px;
    display: block !important;
    border: none;
}

.form--attachments div.jfilestyle label {
    min-width: 175px;
}

div.jfilestyle label {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(151, 151, 151, 0.26) !important;
    /* border: 1px solid #979797; */
    opacity: 1;
    font-family: "HelveticaNow", sans-serif;
    font-weight: 400 !important;
    letter-spacing: normal !important;
}

div.jfilestyle label span i {
    color: #CDC4BA !important;
}

div.jfilestyle label.uploaded,
div.jfilestyle label.uploaded i {
    background: #CDC4BA !important;
    color: #FFFFFF !important;
}

div.jfilestyle--input input[type="text"] {
    background-color: transparent !important;
}

.form--attachments .fieldSpec.fileFieldCustom.FileField .drivePickerButton {
    background-image: var(--icon--google--drive--gray);
    background-size: auto 60%;
}

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

    .form--attachments div.jfilestyle label {
        min-width: calc(100% - 55px) !important;
    }

    .form--attachments .fieldSpec.fileFieldCustom.FileField .drivePickerButton {
        right: 0;
    }

    .form--edit-profile div.jfilestyle label {
        min-width: 100% !important;
    }

    .form--edit-profile .Separator {
        margin-top: 0;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .section--toolbox {
        padding-bottom: 60px;
    }

}

/* Profile Applications */
.table--cards .info {
    padding-right: 10px;
}

/* Profile Blocks */
.body--profile .module--cards .module__wrapper--bgcolor--1 {
    background-color: #FFFFFF;
}

.body--profile .module--jobsoffer .module__header__text__title--1 {
    font-family: "HalesworthET", serif;
}

/* Edit Profile */
.body--edit-profile .section__content--edit-profile {
    margin-top: 0;
}

/* Delete Profile */
.body--profile .section--delete-profile .section__content,
.body--profile .section--delete-profile .form {
    margin-top: 80px;
}

/* Profile Jobs Offer Module */
.body--profile #section3b .module__wrapper,
.body--profile #section3b .article--pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Profile Mobile */

@media all and (max-width: 750px) {
    .body--profile .module--intersect--2 {
        display: none;
    }
    .section__subnav,
    .section__actions {
        flex-direction: column;
    }

    .section__actions .link {
        margin: 0 0 20px 0;
    }

    .section__content--personnal-info .paragarph {
        margin-bottom: 20px;
    }
    .body--profile .article__footer .button-bar {
        text-align: center;
    }
    .body--profile .article__footer .link--actions {
        font-size: 14px;
    }
}

@media all and (max-width: 750px) {
    .body--profile .section--profile-actions {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .body--profile [class*="--separator-top-80"] {
        margin-top: 50px;
        padding-top: 50px;
    }

    .body--profile .module .article__header {
        margin-bottom: 4px;
    }

    .body--profile .section__header__text,
    .body--profile .article__header__text {
        text-align: left;
    }

    .body--profile .section__header__text__title--5 {
        font-size: 28px;
        letter-spacing: 1.4px;
    }

    .body--profile .article__header__text__title--5 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

/* Reset Password */
.body--reset-password .module__header__text__title--1 {
    padding-bottom: 40px;
    padding-top: 20px;
}
.body--reset-password .fieldSpec {
    max-width: 360px;
    margin: auto;
}
.body--reset-password .fieldSpec > label {
    text-align: left;;
    padding-bottom: 12px;
    font-weight: 500;
}
.body--reset-password .fieldSpec.button-bar {
    padding-top: 30px !important;
}

.body--reset-password .banner__text {
    max-width: 610px;
}

.body--reset-password .banner__text__title {
    text-transform: lowercase;
}

.body--reset-password .banner__text__title:first-letter {
    text-transform: uppercase;
}

.body--reset-password .breadcrumbs.breadcrumbs--bottom {
    margin-top: 50px;
}

.body--reset-password .module__wrapper--extra-pad-vert {
    padding-bottom: 0;
}

@media all and (max-width: 750px) {
    .body--reset-password .module__wrapper--extra-pad-vert {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 60px;
    }
    .body--reset-password .fieldSpec.button-bar {
        padding-top: 10px !important;
    }
    .body--reset-password .breadcrumbs.breadcrumbs--bottom {
        margin-top: 30px;
    }

    .paragraph--note {
        font-size: 16px;
        letter-spacing: 0.8px;
    }

}

/* Register Wizards */
.form--register .fieldSpec.fileFieldCustom div[class*="description"] p {
    margin-bottom: 34px;
}
.form--register .fieldSpec.fileFieldCustom div[class*="description"] p:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .form--register .fieldSpec.fileFieldCustom div[class*="description"] {
        min-height: 155px;
    }
}

@media (max-width: 750px) {
    .form--register .fieldSpec.fileFieldCustom div.jfilestyle label {
        min-width: 100% !important;
    }

    .form--register .fieldSpec.fileFieldCustom {
        padding-bottom: 45px;
    }
}

/* Resume Widget button upload */
.body--application-methods .form--methods {
    margin-top: 45px;
    max-width: 735px;
}

.body--application-methods .form--methods .fieldSpec {
    float: none;
    margin-right:0;
    clear: both;
    width: 100% !important;
    max-width: 100%;
    padding-bottom: 0;
}

.body--application-methods .form--methods-item {
    margin-bottom:20px;
    width: 260px;
}

.form--methods div.jfilestyle label.uploaded, div.jfilestyle label[for="tpt_resumeFile"] {
    min-width: 175px;
}

.form--methods #dropboxLinkNameContainer,
.form--methods #driveLinkNameContainer {
    width: 200px;
    text-align: center;
}
.button--upload-file,
.button--upload-file:link,
.button--upload-file:visited {
    display: inline-block;
    margin: 0;
    width: auto;
    min-width: auto;
    padding: 10px 15px;

    background-color: #FFFFFF;

    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(151, 151, 151, 0.26);
    font-family: "HelveticaNow", sans-serif;
    text-align: center;
    line-height: normal;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 500;
    color: #3D3D3D;
    letter-spacing: 0.8px;
}

.button--upload-file i {
    color: #CDC4BA;
    margin-right: 15px;
}

@media (max-width: 750px) {
    .body--application-methods .form--methods-item {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .body--application-methods .form--methods-item {
        width: auto;
    }
}

/* General */
.column--flex-dir-col {
    flex-direction: column;
}

@media (min-width: 751px) {
    .banner__text__title br {
        display: block;
    }
}

@media (max-width: 750px) {
    .banner__text__title br,
    .section__header__text br {
        display: none;
    }
    .button-bar.button-bar--center button,
    .button-bar.button-bar--center .button,
    .button-bar.button-bar--default button,
    .button-bar.button-bar--default .button {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .module__header__text__title--1b {
        font-size: 24px;
        letter-spacing: 1.2px;
        font-weight: 600 !important;
        color: rgba(0, 0, 0, 1) !important;
        line-height: normal !important;
    }
}

/* Module Link Back */
.module.module--link-back--top .module__wrapper {
    padding-top: 80px;
}
.breadcrumbs--bottom-mt {
    margin-top: 80px;
}

/* Module Cards */
@media (min-width: 769px) {
    .module.module--cards .column__item--side .module__header__text__title--1 {
        padding-right: 20px;
    }

    .locations--uk .module.module--cards .column__item--side .module__header__text__title--1 {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 750px) {
    /* Module Link Back */
    .module.module--link-back--top .module__wrapper {
        padding-top: 40px;
        padding-top: 40px;
        padding-right: 24px;
        padding-left: 24px;
    }

    /* Module Registration Steps */
    .module.module.module--registration-steps {
        border-bottom: 1px solid #d8d8d8;
    }

    /* Application Confirmation */
    .body--application-confirmation .article__header__text.article__header__text--extra-pad-vert {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .body--application-confirmation .button-bar {
        padding-top: 50px;
    }

    .section__header:not(.section__header--hr-bottom) + * {
        margin-top: 40px;
    }

    .section__header--mt80:not(.section__header--hr-bottom) + * {
        margin-top: 40px;
    }
    .breadcrumbs--bottom-alt {
        margin-top: 60px;
    }
    .breadcrumbs--bottom-mt {
        margin-top: 40px;
    }
    .module--side-padding {
        padding-left: 24px;
        padding-right: 24px;
    }
    .module--success .mob-extras {
        display: block;
        padding-top: 40px
    }

}

/* Retails country selector and Student Pages country selector */

.form--select-center .fieldSpec.SelectFormField{
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 3rem;
    max-width: 600px;
    position: relative;
    z-index: 100;
}
@media (max-width: 750px) {
    .form--select-center .fieldSpec.SelectFormField{
        margin-top: 1rem;
    }
}
.form--search.form--select-center .select2-container--open .select2-dropdown {
    top: unset !important;
}
.form--select-center .fieldSpec.SelectFormField .SelectFormField{
    background-color: transparent;
}
.form--select-center .form--title{
    font-family: "HelveticaNow";
    font-weight: 600;
    font-size: 35px;
    color: #3D3D3D;
    letter-spacing: 1.75px;
    text-align: center;
}
.form--select-center .form--subtitle{
    font-family: "HalesworthET";
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
    letter-spacing: 0.9px;
    text-align: center;
}

/* deduping message * /
.section__warning__container {
    color: #FFFFFF;
    margin:0 auto;
    padding: 1.25em 0.75em;
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 800px;
    border-radius: 5px;
    justify-content: center;
    background-color: #3d3d3d;
}

.section__warning {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.section__warning__mid,
.section__warning__left,
.section__warning__right {
    flex: 1 auto;
    text-align: left;
}
.section__warning__right__close a,
.section__warning__right .saveButton,
.section__warning .section__warning__mid p,
.section__warning .section__warning__mid p a {
    font-family: Arial, Helvetica, sans-serif;
}

.section__warning__mid {
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
}
.section__warning__mid p {
    line-height: 1.25;
}

.section__warning__mid p a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

.section__warning__left {
    max-width: 40px;
    margin-top: -4px;
}
.section__warning__left img {
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
    max-width: 100%;
}

.section__warning__right .saveButton {
    color: #3d3d3d;
    border: 1px solid #FFFFFF;
    padding: 7px 14px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: middle;
    background-color: #FFFFFF;
}
.section__warning__right .saveButton:hover {
    color: #FFFFFF;
    border-color: #cc3333;
    background-color: #cc3333;
}

.section__warning__right__close {
    top: 2.5px;
    right: 10px;
    position: absolute;
}

.section__warning__right__close a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
}

@media only screen and (min-width: 601px) and (max-width: 851px) {
    .section__warning__mid {
        max-width: 370px;
    }
}

@media only screen and (max-width:600px) {
    .section__warning__container {
        margin: 0em 0em 3em 0em;
        padding: 1em;
        max-width: 100%;
        text-align: center;
        align-content: center;
        flex-direction: column;
    }
    .section__warning {
        align-items: center;
        align-content: center;
        flex-direction: column;
    }
    .section__warning__mid {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section__warning__mid,
    .section__warning__right {
        width: 100%;
        padding: 0.75em;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
    .section__warning__mid {
        padding-top: 1.75em;
    }
    .section__warning__left {
        display: none;
        visibility: hidden;
    }
    .section__warning__mid p:first-child {
        padding-bottom: 1em;
    }
    .section__warning__right__close {
        top: 10px;
        right: 20px;
    }
}
*/

/* ==========================================================================
   GOOGLE MAP
   ==========================================================================
*/
#map__canvas {
    width: 100%;
    height: 300px;
    max-width: 100%;
    max-height: 100%;
}
.mapPopUp__scrollDown {
    color: #808080;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.hidden{
    display: none;
}
.gm-ui-hover-effect {
    right: 0px !important;
    left: unset !important;
    top: 0px !important;
    min-width: 0px;
    min-height: 0px;
}
div[jstcache] {
    display: none;
}
button.gm-control-active{
    min-width: unset;
}

/* ==========================================================================
   AVAILABILITY TABLE (PROFILE)
   ==========================================================================
*/
.table--availability{
    margin: 0 auto;
    margin-top: 3rem;
}
.table--availability td,
.table--availability th{
    border: solid 1px #E4E4E4;
    text-align: center;
    width: 120px;
    padding: 10px 0;
    font-family: "HelveticaNow";
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    letter-spacing: 0.8px;
}
.table--availability .border-none{
    border: none;
}
/* Used to only show the first letter of each day of the week */
@media only screen and (max-width:640px){
    .table--availability th span {
        width: 14px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        font-size: 14px;
        letter-spacing: 15px;
    }
}

/* ==========================================================================
   AVAILABILITY TABLE (WIZARDS)
   ==========================================================================
*/
@media only screen and (min-width:768px){
    #availabilitiesSection .availabilities-table__column{
        width: 12.5%;
        float: left;
        clear: none;
        padding: 0;
    }
    /* Inner cells */
    #availabilitiesSection .availabilities-table__column:nth-child(1n + 3) .cb-a11y {
        border-bottom: 1px solid #E4E4E4;
        border-right: 1px solid #E4E4E4;
        margin: 0 !important;
        padding: 13px 0;
    }
    #availabilitiesSection .availabilities-table__column:nth-child(1n + 3) .check-radio-tweak-wrapper{
        margin: 0 auto;
    }
    /* Columns headers */
    #availabilitiesSection .availabilities-table__column legend {
        border: 1px solid #E4E4E4;
        border-left: none;
        padding: 10px 0 !important;
        text-align: center;
    }
    /* Row headers */
    #availabilitiesSection .availabilities-table__column:nth-child(2) .CheckBoxListFormField > div{
        border: 1px solid #E4E4E4;
        border-top: none;
        margin: 0 !important;
        padding: 10px 0;
        text-align: center;
        font-weight: 400;
    }
    /* First empty cell */
    #availabilitiesSection .availabilities-table__column:nth-child(2) legend{
        border-top: 1px solid transparent;
    }
    /* Utility class for labels */
    #availabilitiesSection .md-hidden{
        display: none;
    }
}
@media only screen and (max-width:767px){
    #availabilitiesSection .fieldSpecFirstColumn{
        display: none;
    }
}

/* ==========================================================================
   SPEEDBUMPS (All portal, in BaseTemplate)
   ==========================================================================
*/
.speedbump__overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999999999999; /*Must be over the nav bar */
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    font-family: ' HalesworthET';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1.5px;
    text-align: center;
    color: #3d3d3d;
}
.speedbump__dialog-window {
    max-width: 838px;
    min-height: 470px;
    border-radius: 20px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 80px;
    display: block;
}
.speedbump__close {
    position: relative;
    top: 0;
    left: calc(50% - 39px);
    display: inline-block;
    margin-left: auto;
    padding: 30px;
    cursor: pointer;
}
.speedbump__logo{
    display: block;
    margin: 0 auto 48px auto;
}
.speedbump__text--unfortunately {
    padding: 0 80px;
}
.speedbump__text--change {
    padding: 0 80px;
    margin-top: 32px;
}
.speedbump__do-not-notify-container {
    margin-top: 48px;
    padding: 0 80px;
}
.speedbump__do-not-notify-label {
    font-family: ' HelveticaNow';
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.8px;
}
.speedbump__continue {
    text-align: center;
    margin-top: 32px;
}

/* Retails country selector and Student Pages country selector */

.form--select-center .fieldSpec.SelectFormField{
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 3rem;
    max-width: 600px;
    position: relative;
    z-index: 100;
}
@media (max-width: 750px) {
    .form--select-center .fieldSpec.SelectFormField{
        margin-top: 1rem;
    }
}
.form--search.form--select-center .select2-container--open .select2-dropdown {
    top: unset !important;
}
.form--select-center .fieldSpec.SelectFormField .SelectFormField{
    background-color: transparent;
}
.form--select-center .form--title{
    font-family: "HelveticaNow";
    font-weight: 600;
    font-size: 35px;
    color: #3D3D3D;
    letter-spacing: 1.75px;
    text-align: center;
}
.form--select-center .form--subtitle{
    font-family: "HalesworthET";
    font-weight: 600;
    font-size: 18px;
    color: #3D3D3D;
    letter-spacing: 0.9px;
    text-align: center;
}

#fileNameContainer {
    padding-right: 8px;
}

h2.appMeth__text {
    font-size: 25px;
    margin-bottom: 35px;
}

.list-item__bold {
    font-weight: bold;
    list-style-type: disc;
    list-style-position: inside;
}

.list-item {
    list-style-type: disc;
    list-style-position: inside;
}

/* Manage Data */
.manage-data-page .banner__text__title,
.login-data-page .banner__text__title,
.popup-page--manage-data .banner__text__title{
    font-size: 54px;
}

.manage-data-page .article__content p.mandatoryAlert,
.popup-page--manage-data .article__content p.mandatoryAlert {
    margin-bottom: 12px;
}
.manage-data-page form,
.popup-page--manage-data form {
    margin-top: 0px;
}
.manage-data-page .alert.alert--error{
    text-align: left;
    padding-left: 0;
}

/*
    ==========================================================================
    FORM STYLING FOR TITLES
    ==========================================================================
*/
.form-title--spacing .formContainer h3:first-of-type {
    padding-top: 0;
}

.form-title--spacing .formContainer .formfieldSpec h3 {
    padding-top: 80px;
    margin-bottom: 80px;
    margin-top: 0;
}

/*
    ==========================================================================
    LOGIN
    ==========================================================================
*/

.form--login .Section.fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
}

.form--login .Section::before,
.form--login .Section::after {
    content: initial;
}

.form--login .button-bar {
    grid-column: 1/3;
}

.form--login .button-bar .button-bar__wrap {
    display: flex;
    justify-content: center;
}

.form--login .fieldSpec + .button-bar.fieldSpec:not([class*="--separator-top-80"]) {
    padding-top: 30px;
}

.form--login legend {
    display: none;
}

.form--login {
    margin: 0 auto 75px auto;
    max-width: 600px;
    position: relative;
}

.form--login .button-bar:not([class*="button-bar--"]) .button {
    float: unset;
}

.form--login .fieldSpec {
    padding-bottom: 0;
}

.form--login .comment {
    text-align: start;
}

.form--login .link {
    font-size: .8rem;
}

.login-data-page .fieldSpec {
    position: relative;
}

/* Media query to target mobile and tablet */
@media all and (max-width:700px) {
    .form--login .Section.fieldset {
        display: flex;
        flex-direction: column;
    }
}