@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/gotham-extra-narrow-light.otf") format("opentype"),
    url("../fonts/gotham-extra-narrow-light.woff") format('woff')
;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/gotham-extra-narrow-bold.otf") format("opentype"),
    url("../fonts/gotham-extra-narrow-bold.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham-extra-narrow-book.otf") format("opentype"),
    url("../fonts/gotham-extra-narrow-book.woff") format('woff');
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/gotham-extra-narrow-medium.otf") format("opentype"),
    url("../fonts/gotham-extra-narrow-medium.woff") format('woff');
}

div#ccm-toolbar {
    z-index: 99999999;
}

body {
    padding-top: 68px;
}

* {
    font-family: Gotham;
}

.theme-princess a {
    text-decoration: none;
}

.x_edit {
    padding-left: 5px;
    padding-right: 5px;
}
.theme-princess-editable .header-container-fluid {
    margin-top: 48px;
}
.ui-autocomplete a {
    display: inline-block !important;
    width: 100%;
    cursor: pointer;
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    background: transparent !important;
}
.header-container-fluid {
    position: fixed;
    z-index: 99999;
    border-bottom: 4px solid #00A7E0;
    top: 0px;
    left: 0px;
}


.header {
    background-color: #0054A0;
    padding: 0px 0px;
}

.header .header-logo {
    /*padding-top: 32px;*/
    /*padding-bottom: 32px;*/
    width: 250px;
    max-height: 40px;
}

.header .top-navbar {
    padding: 0px;
    justify-content: space-between;
}

.header .top-navbar .navbar-collapse {
    flex-grow: 0;
}

.header .top-navbar .navbar-brand {
    padding: 0px;
    line-height: 64px;
}


.header .top-navbar ul.top-menu > li {
    margin-right: 5px;
}

.header .top-navbar ul.top-menu > li > a.dropdown-toggle:after {
    display: none;
    margin: 0 auto;
    width: 10px;
}

.header .top-navbar ul.top-menu > li > a {
    color: #ffffff;
    font: 16px/52px Gotham, Arial, Helvetica, sans-serif;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    letter-spacing: 1px;
    white-space: nowrap;
}

.header .top-navbar ul.top-menu > li:hover,
.header .top-navbar ul.top-menu > li:active,
.header .top-navbar ul.top-menu > li.active,
.header .top-navbar ul.top-menu > li:focus {
    background-color: #E4F3FD;
    border: none;
    outline: transparent;

}

.header .top-navbar ul.top-menu > li > a:focus {
    color: #ffffff;
}

.header .top-navbar ul.top-menu > li:hover > a,
.header .top-navbar ul.top-menu > li.active > a,
.header .top-navbar ul.top-menu > li:active > a,
.header .top-navbar ul.top-menu > li:focus > a {
    color: #004178;
}

.header .top-navbar ul.top-menu .dropdown:hover > ul {
    border: 1px solid #0054A0;
    border-top: 0px;

}


ul.top-menu .dropdown.show {
    background-color: #E4F3FD;
}

ul.top-menu ul.dropdown-menu {
    /*position: absolute;*/
    width: 100%;
    background-color: #E4F3FD;
    border: 0px;
    /*position: relative !important;*/
}

ul.top-menu .dropdown-menu > li {
    width: 25%;
}

ul.top-menu .dropdown-menu > li > a:hover,
ul.top-menu .dropdown-menu > li > a:focus {
    text-decoration: none;
}

ul.top-menu .dropdown-menu > li > a {
    font: 16px/3px Gotham-Medium, Arial, Helvetica, sans-serif;
    color: #0054A0;
}


body.top-menu-submenu-opened .home-page {
    position: absolute !important;
}

.home-page .home-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 105px);
    min-width: 100%;
    min-height: calc(100% - 65px);
    z-index: 1;
    object-position: center;
    object-fit: cover;
}
.top-menu-submenu.opened {
    display: block;
}

.top-menu-submenu {
    background-color: #E4F3FD;
    padding-top: 30px;
    padding-bottom: 15px;
    display: none;
}

.top-menu-submenu > .container {
    position: relative;
}

.top-menu-submenu-list {
    list-style: none;
    /*flex-flow: row wrap;*/
    display: flex !important;
    margin-bottom: 0px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.top-menu-submenu-list > li {
    /*flex-grow: 1;*/
    /*flex-shrink: 0;*/
    align-self: flex-start;
    margin-bottom: 15px;
    width: 25%;
}

.top-menu-submenu-list > li > a {
    font: 16px/22px Gotham-Medium, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;

    margin-bottom: 15px;
    display: inline-block;
}

.top-menu-submenu-list > li > a:hover {
    text-decoration: none;
    cursor: pointer;
}


.top-menu-submenu-list-sublist > li > a:hover {
    text-decoration: none;
}

.top-menu-submenu-list-sublist > li > a {
    font: 14px/20px Gotham, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #0054A0;
}

.top-menu-submenu-list-sublist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.close-top-menu-submenu {
    background: none;
    border: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.close-top-menu-submenu:focus {
    /*outline: none;*/
    /**/
    /*box-shadow: none;*/
}

.close-top-menu-submenu > img {
    width: 24px;
    height: 24px;
}

.footer {
    background-color: #0054A0;
}

.footer .container-footer-menu {
    padding-top: 35px;
    padding-bottom: 30px;
}

.footer-top-line {
    background-color: #E4F3FD;
    padding: 15px;
}

.footer-menu-list-container .footer-menu-list-title {
    font: 20px/25px Gotham, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.footer-menu-list-container .footer-menu-list {
    list-style: none;
    padding: 0px;
}

.footer-menu-list-container .footer-menu-list > li > a {
    font: 14px/3px Gotham, Arial, Helvetica, sans-serif;
    opacity: 0.8;
    color: #FFFFFF;
}

.footer-menu-list-container .footer-menu-list > li > a:hover {
    text-decoration: none;
}


.footer .copy-rights {
    font: 13px/19px Gotham, Arial, Helvetica, sans-serif;
    color: #E4F3FD;
}

.footer .copy-rights a {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-discover {
    padding-top: 70px;
}

.widget-title-content-button .widget-title {
    font: 20px/25px Gotham, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.widget-title-content-button .widget-content .widget-input {
    width: 100%;
    max-width: 250px;
    border: 1px solid transparent;
    line-height: 30px;
}

.widget-title-content-button .widget-content .widget-input.search {
    background-image: url('../images/outline-search-24px.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
}

.widget-title-content-button .widget-content .widget-input.newsletter {
    background-image: url('../images/outline-mail_outline-24px.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
}

.widget-title-content-button .widget-button {
    margin-top: 15px;
}

.widget-title-content-button .widget-button > button,
.sidebar-content .widget-button > button {
    background-color: #ffffff;
    font: 25px/23px Gotham-Bold, Arial, Helvetica, sans-serif;
    color: #0054A0;
    border: none;
    padding: 12px 20px;

}

.widget-title-content-button.autocomplete-widget .ui-helper-hidden-accessible {
    display: none;
}

.widget-title-content-button.newsletter-widget .newsletter-widget-privacy-link a {
    color: #ffffff;
    text-decoration: underline;
}


@media (min-width: 992px) {
    .sidebar {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #0054A0;
    }

    .discipline .sidebar,
    .auditions .sidebar{
        margin-right: 0px;
    }

}


.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 0px;
    background-color: #a4a4a4;
    width: 80px;
    height: 50px;

    box-shadow: 0px 10px 15px #000000;
}

.back-to-top:after {
    content: " ";
    position: absolute;
    display: block;
    width: 80px;
    height: 50px;
    background: url('../images/outline-expand_more-24px.svg') no-repeat center center;
    background-size: 50px;
    transform: rotate(180deg);
}

/**
########
*/

.page_title_with_full_image {
    display: block;
    width: 100%;
}

.page_title_with_full_image .page_title_image {
    min-height: 500px;
    background-color: #EFECEC;
}

.page_title_with_full_image .page_title {
    background-color: #000000;
    font: 38px/54px Gotham, Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 9px 0px;
}

.page_title_tab_list_container {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 9px 0px 0px 0px;
}

.page_title_tab_list_container .tab-list {
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page_title_tab_list_container .tab-list > li > a {
    text-align: center;
    font: 28px/40px Gotham;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #ffffff;
}

.page_title_tab_list_container .tab-list > li > a.active {
    background-color: #ffffff;
    color: #000;
}


.page_title_tab_list_container .tab-list > li {
    width: 250px;
}

.container.princess-container {
    max-width: 1366px;
    /*padding-top: 40px;*/
}

.box-title-list .title {
    font: 24px/34px Gotham, Arial, Helvetica, sans-serif-Medium;
    margin: 0px 0px 15px 0px;
}

.box-title-list .list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.box-title-list .list > li {
    margin-bottom: 5px;
}

.box-title-list .list > li > a {
    font: 16px/3px Gotham, Arial, Helvetica, sans-serif-Medium;
    color: #0054A0;
}

.box-title-list .list > li > a:hover {
    text-decoration: underline;
}


.container-list-of-items {
    margin-bottom: 50px;
}

.container-list-of-items .list-item {
    padding: 24px;
}

.container-list-of-items.list-stripped .list-item:nth-child(even) {
    background: #E4F3FD 0% 0% no-repeat padding-box;
    /*border: 2px solid #0054A0;*/
}

.container-list-of-items .list-item .list-item-title {
    font: 25px/35px Gotham-Medium, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px 0px 15px 0px;
}

.container-list-of-items .list-item .list-item-description {
    font: 14px/20px Gotham;
    overflow: hidden;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
}

.container-list-of-items .list-item .list-item-description.content-opened {
    /* pentru efect */
    max-height: 5000px;
    transition: max-height 1s ease-out;
}

.container-list-of-items .list-item .item-list-read-more {
    font: Bold 20px/28px Gotham-Bold, Arial, Helvetica, sans-serif;
    position: relative;
    color: #0054A0;
}

.container-list-of-items .list-item .item-list-read-more:hover {
    text-decoration: none;
}

.container-list-of-items .list-item .item-list-read-more:after {
    /*content: " ";*/
    /*display: block;*/
    /*position: absolute;*/
    /*background: url('../images/outline-expand_more-24px.svg') no-repeat center center;*/
    /*width: 24px;*/
    /*height: 24px;*/
    /*right: -24px;*/
    /*top: -2px*/
}

.container-list-of-items .list-item .item-list-read-more.content-opened:after {
    transform: rotate(180deg);
}

.container-list-of-items .list-item .list-item-apply-button {
    background: #35A748 0% 0% no-repeat padding-box;
    font: Bold 20px/30px Gotham-Medium, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 35px;
    border-radius: 0px;
    margin-top: 15px;
}

.container-list-of-items .list-item .list-item-apply-button.disabled {
    cursor: no-drop;
    /*opacity: 0.6;*/
    background-color: #515151;
    border-color: #515151;
}


.collapse-list .collapse-list-item {
    margin-bottom: 30px;
}

.collapse-list .collapse-list-item .collapse-list-item-button {
    font: 20px/25px Gotham-Medium, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #0054A0;
    position: relative;
    padding-right: 30px;
    display: inline-block;
}

.collapse-list .collapse-list-item .collapse-list-item-content {
    margin-top: 20px;
}

.collapse-list .collapse-list-item .collapse-list-item-button:hover {
    text-decoration: none;
}

.collapse-list .collapse-list-item .collapse-list-item-button:after {
    content: " ";
    display: block;
    position: absolute;
    background: url('../images/outline-expand_more-24px.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    right: -1px;
    top: -2px;
    transform: rotate(180deg);
}

.theme-princess .accordion-item .accordion-header .accordion-button.collapsed::after {
    transform: rotate(0deg) !important;
}
.theme-princess .accordion-item .accordion-header .accordion-button::after {
    content: " ";
    display: block;
    background: url('../images/outline-expand_more-24px.svg') no-repeat center center;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.collapse-list .collapse-list-item .collapse-list-item-button.collapsed:after {
    transform: none;
}


.widget-search-sidebar .widget-title {
    color: #000000;
    font: 24px/34px Gotham-Medium, Arial, Helvetica, sans-serif;
}

.widget-search-sidebar.widget-title-content-button .widget-content .widget-input {
    border: 1px solid #666666;

}

.widget-search-sidebar.widget-title-content-button .widget-button > button,
.sidebar-content .widget-button > button {
    background: #009DD2 0% 0% no-repeat padding-box;
    color: #ffffff;
}

.widget-newsletter-sidebar .widget-title {
    color: #000000;
    font: 24px/34px Gotham-Medium, Arial, Helvetica, sans-serif;
}

.widget-newsletter-sidebar.widget-title-content-button .widget-content .widget-input {
    border: 1px solid #666666;

}

.widget-newsletter-sidebar.widget-title-content-button .widget-button > button {
    background: #009DD2 0% 0% no-repeat padding-box;
    color: #E4F3FD;
}

.widget-newsletter-sidebar.widget-title-content-button.newsletter-widget .newsletter-widget-privacy-link label {
    color: #000000;
}

.widget-newsletter-sidebar.widget-title-content-button.newsletter-widget .newsletter-widget-privacy-link a {
    color: #000000;
    text-decoration: underline;
}

.list-item-helper-icons .label-with-icon {
    position: relative;
    /*display: inline-block;*/
    font: 14px/20px Gotham;
    padding-left: 30px;
    margin-right: 40px;
}

.list-item-helper-icons .label-with-icon:before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    left: 0px;
}

.list-item-helper-icons .label-with-icon.location:before {
    background-image: url('../images/outline-location_on-24px.svg');
}

.list-item-helper-icons .label-with-icon.date:before {
    background-image: url('../images/outline-date_range-24px.svg');
}

.list-item-helper-icons .label-with-icon.audition-type:before {
    background-image: url('../images/baseline-trip_origin-24px.svg');
}

.select-with-icon {
    border: 1px solid #666666;
}

.select-with-icon .input-group-prepend {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.select-with-icon .input-group-prepend.work {
    background-image: url('../images/outline-work_outline-24px.svg');
}

.select-with-icon .input-group-prepend.location {
    background-image: url('../images/outline-location_on-24px.svg');
}

.select-with-icon .input-group-prepend.calendar {
    background-image: url('../images/outline-date_range-24px.svg');
}

.select-with-icon .custom-input, .select-with-icon .custom-select {
    flex-grow: 1;
    max-width: calc(100% - 30px);
}

.select-with-icon .custom-input,
.select-with-icon .custom-select {
    border: 0px;
}

.select-with-icon .custom-input:focus,
.select-with-icon .custom-select:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}


.careers-bottom-description {
    font: 14px/20px Gotham-Light;
}

.careers-container {
    padding: 80px 0px;
}
.careers-container .careers-main-page-discipline-images {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.careers-item > a {
    font: 38px/54px Gotham-Medium, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    color: #0054A0;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}

.careers-item > a:hover {
    text-decoration: none;
    background-color: #0054A0;
    color: #ffffff;
}

.contact-form .form-group label {
    font: 19px/4px Gotham-Medium, Arial, Helvetica, sans-serif;
}

.contact-form .form-group input {
    border-radius: 0px;
}

.contact-form .contact-send-button {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 200px;
    background: #35A748 0% 0% no-repeat padding-box;
    border-radius: 0px;
}

.application_main_title > h1 {
    font: 72px/100px Gotham-Bold, Arial, Helvetica, sans-serif;
    margin: 50px 0px;
}


.job-application .job-description {
    background: #E4F3FD 0% 0% no-repeat padding-box;
    padding: 20px;
    font: 14px/20px Gotham;
}

.job-application .job-description p {
    color: rgb(68, 68, 68);
}

.job-application-form-group {
    margin-bottom: 30px;
}

.job-application-form-group .job-application-form-group-tile {
    font: 25px/35px Gotham-Medium, Arial, Helvetica, sans-serif;
    color: #0054A0;
    position: relative;
    margin-left: 50px;
    border-bottom: 1px solid #0054A0;
    margin-bottom: 40px;
}

.job-application-form-group .job-application-form-group-tile .bullet {
    background: #0054A0 0% 0% no-repeat padding-box;
    width: 32px;
    height: 32px;
    font: 24px/32px Gotham-Medium, Arial, Helvetica, sans-serif;
    display: block;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: -50px;
    top: 3px;
}

.job-application-form-group label {
    font: 19px/27px Gotham-Medium, Arial, Helvetica, sans-serif;
}

.job-application-form-group .upload-photo-with-label.required > label,
.job-application-form-group .upload-audio-container.required > label,
.job-application-form-group .upload-resume-container.required > label,
.job-application-form-group .form-group.required > label {
    position: relative;
}

.job-application-form-group .upload-photo-with-label.required > label:after,
.job-application-form-group .upload-audio-container.required > label:after,
.job-application-form-group .upload-resume-container.required > label:after,
.job-application-form-group .form-group.required > label:after {
    content: "*";
    display: block;
    position: absolute;
    top: 0px;
    right: -10px;
}

.required.error_class > label {
    color: red !important;
}

.job-application-form-group select,
.job-application-form-group textarea,
.job-application-form-group input {
    border-radius: 0;
    border-color: #666666;
    /*-webkit-appearance: initial;*/
    -webkit-border-radius: 0;
}


.job-application-form-group .job-application-from-subgroup {
    border-left: 1px solid #0054A0;
    padding-left: 15px;
}

.upload-photo-with-label > label {
    font: 16px/22px Gotham-Bold, Arial, Helvetica, sans-serif;
    /*display: block;*/
}


.upload-photo-with-label .custom-upload-photo-input {
    width: 125px;
    height: 125px;
    border: 1px solid #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.upload-photo-with-label.secondary .custom-upload-photo-input {
    width: 85px;
    height: 85px;
    display: inline-block;
    margin-right: 15px;
}

.upload-photo-with-label.secondary .custom-upload-photo-input > input {
    width: 85px;
    height: 85px;
}

.upload-photo-with-label .custom-upload-photo-input.face-photo {
    background-image: url('/website/assets/icons/round-face-24px.svg');
}

.upload-photo-with-label .custom-upload-photo-input.body-photo {
    background-image: url('/website/assets/icons/round-directions_walk-24px.svg');
}

.upload-photo-with-label .custom-upload-photo-input.other-photo {
    background-image: url('/website/assets/icons/round-image-24px.svg');
}

.upload-photo-with-label .custom-upload-photo-input > input:hover {
    cursor: pointer;
}

.upload-photo-with-label .custom-upload-photo-input > input {
    opacity: 0;
    width: 125px;
    height: 125px;
}

.upload-photo-with-label-same-line .upload-photo-with-label {
    display: inline-block;
    margin-right: 20px;
}

.demo-links-container .demo-link {
    position: relative;
    padding-right: 80px;
}

.demo-links-container .demo-link .demo-link-add-button {
    position: absolute;
    right: 15px;
    top: 0px;
    border-radius: 0px;
    font: 45px/25px Gotham;
    background-color: #0054A0;
    background-image: url("/website/assets/icons/add-more.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;

}

.demo-links-container .demo-link .demo-link-remove-button {
    position: absolute;
    right: 15px;
    top: 0px;
    border-radius: 0px;
    font: 45px/25px Gotham;
    color: red;
    background-image: url("/website/assets/icons/delete.png");
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: none;
    width: 38px;
    height: 38px;
}

.demo-links-container .demo-link .demo-link-remove-button:focus {
    box-shadow: none;
}

.demo-links-container .demo-link .demo-link-input {

}

.send_application_from_application_page {
    background-color: #35A748 !important;
    border-radius: 0px;
    font: 25px/30px Gotham-Medium, Arial, Helvetica, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
}

.select-upload-file-button > input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.select-upload-file-button {
    background-color: #0054A0;
    font: 20px/25px Gotham-Medium, Arial, Helvetica, sans-serif;
    position: relative;
    /*width: 150px;*/
    /*height: 40px;*/
    cursor: pointer;
    padding: 10px 20px 7px 20px;
    max-width: 160px;
    color: #ffffff;
    text-align: right;
    background-image: url("/website/assets/icons/add-more.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.start-video-recording-button {
    background-color: #fff;
    font: 20px/25px Gotham-Medium, Arial, Helvetica, sans-serif;
    position: relative;
    /*width: 150px;*/
    /*height: 40px;*/
    cursor: pointer;
    padding: 10px 20px 7px 20px;
    width: 130px;
    color: #000;
    text-align: right;
    background-image: url("/website/assets/icons/video-record.jpg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: left center;
}

.content-separator{
    padding-top: 50px;
}

.content-separator:first-child {
    padding-top: 0;
}

div[class*='showit-'] {
    display: none;
}

.resume-item,
.audio-item {
    border: 1px solid #000000;
    max-width: 300px;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
}

.resume-item .resume-item-name,
.audio-item .audio-item-name {
    color: #0054A0;
    font: 16px/30px Gotham-Medium, Arial, Helvetica, sans-serif;
}

.resume-item input[type="file"],
.audio-item input[type="file"] {
    display: none;
}

.resume-item .resume-item-delete,
.audio-item .audio-item-delete {
    width: 40px;
    height: 40px;
    background-image: url("/website/assets/icons/delete.png");
    background-position: center center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
    cursor: pointer;
}

.job-application-upload-loading {
    position: relative;
}

.job-application-upload-loading:after {
    display: block;
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url("/website/assets/icons/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.5);
}


.ui-datepicker.ui-widget.ui-widget-content.ui-corner-all {
    border-radius: 5px;
    border: 1px solid #0054A0;
    z-index: 999999 !important;
}


body.home .footer {
    display: none;
}


.home-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 68px;
    left: 0px;
    background-color: #0d2f56;
    z-index: 9999;
}

.home-page .career-side {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 998;
    /*background: url("../images/home-page-career-image.png") no-repeat center center;*/
    /*background-size: cover;*/
}

.home-page .career-side-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-size: cover;
}


.home-page .career-side-hover:hover {
// background-color: 0054A0;
    background: linear-gradient(90deg, rgba(0, 167, 224, 0) 0%, rgba(0, 84, 160, 0.7) 100%);
}

.home-page .discover-side {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 998;
    /*background: url("../images/home-page-discover-image.png") no-repeat center center;*/
    /*background-size: cover;*/
}

.home-page .discover-side-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-size: cover;
}

.home-page .discover-side-hover:hover {
    background: linear-gradient(-90deg, rgba(0, 167, 224, 0) 0%, rgba(0, 84, 160, 0.8) 100%);
}


.home-page .home-page-logo {
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -175px;
    top: 100px;

}

.home-page .home-page-button {
    position: absolute;
    top: 70%;
    margin-top: -56px;
    min-width: 247px;
    padding: 30px 30px;
    display: block;
    color: #ffffff;
}

.home-page .home-page-button h1 {
    margin-bottom: 0px;
    font: 48px/48px Gotham-Medium, Arial, Helvetica, sans-serif;


}

.home-page .home-page-button:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #8F3E97 !important;
}

.home-page .home-page-button h2 {
    font: 24px/34px Gotham-Light;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}


.home-page .career-side .home-page-button {
    right: 0px;
    background-color: #0054A0;
    text-align: right;
}

.home-page .discover-side .home-page-button {
    left: 0px;
    background-color: #22A8D6;
}

.discover-submenu {
    list-style: none;
    margin-bottom: 0px;
    text-align: right;
}

.discover-submenu > li {
    display: inline-block;
}

.discover-submenu > li > a {
    font: 20px/38px Gotham;
    text-decoration: none;
    color: #000000;
    padding: 0px 20px;
}

.discover-submenu > li.active > a,
.discover-submenu > li > a:hover {
    color: #0054A0;
}

.discover-box.shows .discover-box-title {
    background-color: #00A7E0;
    width: 100%;
    display: inline-block;
}


.discover-box {
    width: 100%;
    margin-bottom: 30px;

}

.discover-box a {
    text-decoration: none;
}

.discover-box .discover-box-cover img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: top;
}

.discover-box .discover-box-cover {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.discover-box .discover-box-title {
    background: #0054A0;
    font: 20px/24px Gotham;
    text-align: center;
    color: #ffffff;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
}

.discover-view-title {
    font: 45px/50px Gotham-Medium, Arial, Helvetica, sans-serif;
    color: #0054A0;
}

.discover-view-description {
    font: 14px/20px Gotham;
}

.discover_view img {
    max-width: 100%;
}

.discover-back-button {
    font: 20px/25px Gotham-Medium, Arial, Helvetica, sans-serif;
    color: #00A7E0;
    position: relative;
    padding-left: 30px;
}

.discover-back-button:hover {
    text-decoration: none;
}

.discover-back-button:before {
    display: block;
    content: " ";
    background: url("../images/back-button.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;

}

.discover-search-box > input {
    box-shadow: none;

}

.discover-search-box > input:focus {
    box-shadow: none;
    outline: none;
}

.discover-search-box .discover-search-button {
    background-color: #E4F3FD;
    border: 0px;
    padding: 4px 5px;
}

.discover-search-box .discover-search-button:focus {
    box-shadow: none;
    outline: none;
}

.discover-subtitle h2 {
    font: 38px/40px Gotham;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding-top: 36px;
    margin-bottom: 60px;
}

*:focus{
    outline: 2px dotted rgba(255,255,255,.8) !important;
    outline-offset: -2px !important;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.8) !important;
}

.theme-princess .page-not-found-container {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    font-size: 1.333rem;
    text-align: center;
}
.theme-princess .page-not-found-container h1 {
    font: normal normal 900 3.238rem/3.238rem "Tempo Std";
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .header .top-navbar ul.top-menu > li > a{
        padding-left: 0.7em;
        padding-right: 0.7em;
    }
}

@media (min-width: 768px) {
    .top-mobile-menu {
        display: none;
    }

    .toggle-sidebar-button {
        display: none;
    }

    .button-go-back-page-in-title {
        display: none;
    }
}

@media (max-width: 767px) {

    .container {
        max-width: 100%;
    }

    .header-container-fluid {
        position: fixed;
        z-index: 99999;
        top: 0px;

    }

    .home-page .career-side {
        width: 100%;
        height: 60%;
        top: 0px;
        left: 0px;
        background: url("../images/home-page-career-image.png") no-repeat center center;
        background-size: cover;
    }

    .home-page .discover-side {
        position: absolute;
        width: 100%;
        height: 40%;
        top: 60%;
        background: url("../images/home-page-discover-image.png") no-repeat center center;
        background-size: cover;
    }

    .home-page .home-page-logo {
        display: none;
    }


    .home-page .home-page-button {
        top: auto;
        bottom: 0px;
        background-color: #0054A0;
        text-align: center;
        padding: 10px 40px;
        min-width: 260px;
        margin-left: -130px;
        display: inline-block;
        margin-top: 0px;
        text-align: center;
    }

    .home-page .home-page-button h1 {
        margin-top: 10px;
    }

    .home-page .home-page-button h1 > a {
        font: 28px/30px Gotham-Medium, Arial, Helvetica, sans-serif;
    }

    .home-page .home-page-button h2 {
        font: 16px/18px Gotham-Light;
        margin: 0px;
    }

    .home-page .career-side .home-page-button {
        left: 50%;
        right: auto;
        bottom: 0px;
    }

    .home-page .discover-side .home-page-button {
        left: 50%;
        top: 0px !important;
        bottom: auto;
        background-color: #2A8338;
    }

    .home-page .discover-side .home-page-button h2 {
        text-align: center;
    }

    .home-page .career-side-hover {
        background: linear-gradient(270deg, rgba(0, 167, 224, 0.4) 0%, rgba(0, 84, 160, 0.4) 100%);
    }

    .top-menu {
        display: none;
    }

    .navbar-collapse-top-menu {
        position: fixed;
        right: 0px;
        top: 68px;
        width: 100%;
        height: 100%;
        z-index: 99999;
        overflow-y: auto;
        background-color: rgba(0, 0, 0, 0.8);
        border-top: 5px solid #00A7E0;
    }

    .navbar-nav.top-mobile-menu {
        padding-left: 40px;
        margin-top: 0px;
        padding-bottom: 70px;
        padding-top: 20px;
        width: 70%;
        min-height: 100%;
        background-color: #0054A0;
    }

    .navbar-nav.top-mobile-menu > li > a.nav-link {
        color: #ffffff;
        font: 24px/26px Gotham-Medium, Arial, Helvetica, sans-serif;
    }

    .navbar-light .navbar-nav.top-mobile-menu .active>.nav-link,
    .navbar-light .navbar-nav.top-mobile-menu .nav-link.active,
    .navbar-light .navbar-nav.top-mobile-menu .nav-link.show,
    .navbar-light .navbar-nav.top-mobile-menu .show>.nav-link {
        color: #ffffff;
    }

    .navbar-nav.top-mobile-menu > li > a.nav-link.active,
    .navbar-nav.top-mobile-menu > li > a.nav-link:focus {
        color: #ffffff;
    }

    .top-mobile-menu .top-mobile-submenu {
        list-style: none;
        padding-left: 0px;
        background-color: inherit;
        border: none;
    }

    .top-mobile-menu .top-mobile-submenu > li {
    }

    .top-mobile-menu .top-mobile-submenu > li > a {
        color: #ffffff;
        font: 16px/18px Gotham;
        padding: 20px 0px 20px 20px;
        display: block;
    }

    .top-mobile-menu .top-mobile-submenu > li > a:focus,
    .top-mobile-menu .top-mobile-submenu > li > a:hover {
        background-color: #024C90;
        text-decoration: none;
    }


    .careers-container {
        padding-bottom: 20px;
    }

    .careers-item.career-main-page-item {
        text-align: left;
    }

    .careers-main-page-discipline-images {
        display: none;
    }


    .container-footer-menu .widget-title-content-button {
        display: none;
    }

    .page_title_with_full_image .page_title {
        font-size: 28px;
        padding: 0px;
    }

    .page_title_with_full_image .page_title_image {
        min-height: 260px;
    }

    .sidebar {
        display: none;
    }

    .page-title-container {
        position: relative;
    }

    .toggle-sidebar-button {
        position: absolute;
        left: 0px;
        top: 0px;
        color: #ffffff;
        background: transparent;
        height: 100%;
        border: 0px;
    }

    .toggle-sidebar-button:focus {
        box-shadow: none;
        outline: none;
    }

    body.side-bar-opened {
        height: 100%;
        overflow-y: hidden;
    }

    body.side-bar-opened .page_title_image {
        height: 0px;
        min-height: 0px;
        transition: min-height 0.5s;
    }

    body.side-bar-opened .sidebar {
        position: fixed;
        left: 0px;
        display: block;
        z-index: 9999;
        top: 121px;
        -webkit-animation-name: slideSidebarKeyframe;
        -webkit-animation-duration: 4s;
        animation-name: slideSidebarKeyframe;
        animation-duration: 0.5s;
        width: 100%;
        overflow-y: auto;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);

    }

    body.side-bar-opened .sidebar .sidebar-content {
        width: 70%;
        background-color: #E4F3FD;
        display: block;
        min-height: 100%;
        padding: 20px 20px 100px 20px;
    }

    body.side-bar-opened .page-title-container {
        position: fixed;
        top: 67px;
        left: 0px;
        width: 100%;
        z-index: 9999;
    }

    body.sidebar-sticky .page-title-container {
        position: fixed;
        top: 67px;
        left: 0px;
        width: 100%;
        z-index: 9999;
    }

    @-webkit-keyframes slideSidebarKeyframe {
        from {
            left: -100%;
        }
        to {
            left: 0px
        }
    }

    .navbar-toggler.button-open-top-menu:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler.button-open-top-menu {
        font: 14px/20px Gotham;
        color: #FFFFFF;
        border: 0px;
        position: relative;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }

    .navbar-toggler.button-open-top-menu:before {
        content: " ";
        background: url("../images/close-button.png") no-repeat center center;
        background-size: 50%;
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        left: 10px;
        top: 5px;

    }

    .navbar-toggler.collapsed.button-open-top-menu:before {
        background: url("../images/burger-menu.png") no-repeat center center;
        background-size: contain;
    }


    .toggle-sidebar-button:focus {
        outline: none;
        box-shadow: none;
    }

    .toggle-sidebar-button {
        font: 14px/20px Gotham;
        color: #FFFFFF;
        border: 0px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .toggle-sidebar-button:before {
        content: " ";
        background: url("../images/burger-menu.png") no-repeat center center;

        background-size: contain;
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        left: 20px;
        top: 5px;
    }

    .toggle-sidebar-button.opened:before {
        background: url("../images/close-button.png") no-repeat center center;
        background-size: 50%;
    }


    .discover-submenu li.discover-submenu-search {
        display: none;
    }

    .discover-submenu {
        text-align: center;
        padding: 0px;
    }

    .discover-submenu > li.active > a,
    .discover-submenu > li > a {

        padding: 5px 5px;
        color: #ffffff;
        display: block;
    }

    .discover-submenu > li.discover-submenu-all {
        background-color: #000000;
        width: 30%;
        display: none;
    }

    .discover-submenu > li.discover-submenu-venues {
        background-color: #0054A0;
        width: 45%;

    }

    .discover-submenu > li.discover-submenu-experiences {
        background-color: #00A7E0;
        width: 45%;
    }

    .discover-subtitle {
        display: none;
    }

    .discover-submenu.mobile-hidden {
        display: none;
    }


    .button-go-back-page-in-title:focus,
    .button-go-back-page-in-title {
        font: 14px/20px Gotham;
        color: #FFFFFF;
        border: 0px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        text-decoration: none;
    }

    .button-go-back-page-in-title:before {
        content: " ";
        background: url("/website/assets/icons/arrow-back.png") no-repeat center center;

        background-size: contain;
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    .application_main_title > h1 {
        font: 40px/42px Gotham-Bold, Arial, Helvetica, sans-serif;
    }

    .page_title_tab_list_container .tab-list > li > a {
        margin-bottom: 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font: 20px/28px Gotham;
    }

    .list-item-helper-icons .label-with-icon {
        margin-right: 5px;
        white-space: nowrap;
    }


    .footer-discover {
        padding-top: 0;
    }
}



a.skip-main {

    background: #004178;
    color: #fff;
    padding: 14px 1em 13px;
    position: absolute;
    right: 0;
    top: -999em;
    white-space: nowrap;
    z-index: 100;
}
a.skip-main:focus, a.skip-main:active {
    top: 0px;
    height: auto;
    overflow:auto;
    margin: 0px;
    padding:5px;
    text-align:center;
    z-index:999;
    line-height: 60px;
}

@media (min-width: 1600px) {
}
@media (min-width: 1800px) {
}
@media (max-width: 1599.98px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
    .theme-princess {}
}
@media (max-width: 767.98px) {
    .theme-princess {}
}