@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    color: #232c42;
    margin: 0; 
}
a { 
    background-color: transparent; 
}
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 900;
}
#page {
    overflow: hidden;
}
header {
    position: absolute;
    width: 100%;
}
.union_page .context_header {
    background-image:url('../img/header-bck.webp');
    background-repeat: repeat-x;
    background-position: top center;
}
.training_page .context_header {
    background-image:url('../img/header-bkg.webp');
    background-repeat: repeat-x;
    background-position: top center;
}
.training_page .mobile-logo  {
    background-image: url(../img/logo-bkg.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding: 30px 150px 40px 20px;
    float: left;
}
.union_page .mobile-logo  {
    background-image: url(../img/logo-bck.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding: 30px 150px 40px 20px;
    float: left;
}
.training_page .left-bg {
    background-image: url(../img/left-header-bkg.webp);
    background-repeat: repeat-x;
    background-position: top left;
}
.union_page .left-bg {
    background-image: url(../img/left-header.webp);
    background-repeat: repeat-x;
    background-position: top left;
}
.context_header .container.main-content {
    padding-left: 0;
    padding-right: 0;
}
.hp_keyart {
    background-image:url('../img/jatc-hp-keyart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;

}
.context_home_page .hp_keyart {
    background-image:url('../img/jatc-hp-keyart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    margin-top:150px;
}
.inner_keyart {
    background-image:url('../img/jatc-inner-keyart.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 464px;
    margin-top:150px;
}
.keyart_holder {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    padding-bottom: 85px;
}
.keyart_holder .top_line {
    color:#69cef2;
    font-size:59px;
    text-transform: uppercase;
    font-weight:700;
    line-height:0.9;
}
.keyart_holder .black_line {
    font-weight: 900;
    font-style: italic;
    color: white;
    font-size: 130px;
    text-transform: uppercase;
    background-image: url(../img/title-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 20px 10px;
    margin-top: 15px;
}
.inner_keyart .keyart_holder .top_line {
    color:#69cef2;
    font-size: 59px;
    text-transform: uppercase;
    font-weight:700;
    line-height:0.9;
    padding-left: 25px;
}
.inner_keyart .keyart_holder .black_line {
    font-weight: 900;
    font-style: italic;
    color: white;
    font-size: 89px;
    text-transform: uppercase;
    background-image: url(../img/title-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 20px 10px;
    margin-top: 15px;
}

.keyart_holder .button_holder a {
    border: 1px solid white;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    margin: 65px 10px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.keyart_holder .button_holder a img {
    margin:0 5px 0 5px;
}
.button_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav-icon {
    display:none;
}
.career {
    padding: 90px 0;
}
.top_career_title {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #00558b;
    line-height: 0.9;
    text-transform: uppercase;
}
.main_career_title {
    font-size: 70px;
    text-align: center;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom:80px;
    text-transform: uppercase;
}
.context_home_page .top_career_title {
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    color: #00558b;
    line-height: 0.9;
    text-transform: uppercase;
    padding-left: 145px;
}
.context_home_page .main_career_title {
    font-size: 70px;
    text-align: left;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom:80px;
    text-transform: uppercase;
    padding-left: 145px;
}
.career {
    background-image:url('../img/career-bg.webp');
    background-size: cover;
    background-position: bottom center;
}
.career_slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career_slide .image {
    width: 50%;
}
.career_slide .slide_content {
    width: 50%;
    font-weight:500;
    padding-left:20px;
}
.career_slide .top_title {
    font-size: 28px;
    font-weight: 700;
    color: #00558b;
    text-transform: uppercase;
    
}
.context_home_page .career_slide .top_title {
    margin-bottom: 10px;
}
.career_slide .slider_title span {
    font-size: 68px;
    font-weight: 900;
    color: white;
    background-image: url(../img/career-title.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 20px 20px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
.context_home_page .career_slide .slider_title span {
    font-size: 68px;
    font-weight: 900;
    color: white;
    background-image: url(../img/career-title-context.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 20px 0px;
    margin: 0px;
    line-height: 1.2;
    display: inline-block;
    text-transform: uppercase;
}
.context_home_page .career_slide p {
    margin-top: 20px;
}
.career_slide .button_holder {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.career_slide .button_holder a {
    border: 1px solid black;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: black;
    margin: 25px 10px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.career_slide .button_holder a:first-child {
     margin-right:15px;
}
.career_slide .button_holder a:nth-of-type(2) {
    color:#00558b;
    border-color:#69cef2;
}
.career_slide .button_holder a img {
    margin-left:10px;
}
.context_home_career .slick-dots {
    text-align: right;
    bottom: 0;
}
.context_home_career .slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ' ';
    text-align: center;
    opacity: 1;
    background: black;
    border:1px solid white ;
}
.context_home_career .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #69cef2;
}
.candidates,
.home_news {
    background-image: url('../img/candidates-bg.webp');
    background-color: #00558b;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding: 90px 0;
    color: white;
}

.candidates_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.candiate_content {
    width: 50%;
    padding-right: 9%;
}
.candidates_info .top_title,
.home_news .top_title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.candidates_info .candidate_title {
    font-size: 68px;
    font-weight: 900;
    color: #00558b;
    background-image: url(../img/candidates-title.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 20px 25px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
.home_news .news_title h2{
    font-size: 68px;
    font-weight: 900;
    color: #00558b;
    background-image: url(../img/candidates-title.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px 20px 25px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
}
.news_image {
    margin-top: 50px;
}
.news_image img {
    width: 100%;
}
.news_content p {
    font-weight: 500;
    font-size: 18px; 
}
.news_content h2 {
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    margin: 25px 0;
    padding: 0;
}
.context_home_page .news_content a {
    font-weight: 900;
    font-size: 18px;
    font-style: italic;
    color: white;
}
.news_content a {
    font-weight: 900;
    font-size: 18px;
    font-style: italic;
}
.news_content .news_more img {
    margin-left: 10px;
} 
.all_news {
    border: 1px solid #69cef2;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 25px;
}
.all_news:hover {
    color:#69cef2;
    text-decoration: none;
}
.all_news img {
    margin-left: 10px;
}
.candidates_info .button_holder {
    display: flex;
    justify-content: flex-start;
}
.candidates_info .button_holder a {
    border: 1px solid white;
    padding: 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    margin: 25px 0px 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.candidates_info .button_holder a img {
    margin-left:10px;
}
.candidates_info .image {
        width: 50%;
}
.accordion-item, .accordion-button {
    background: none;
    border: none;
}
.accordion-button,
.accordion-body {
    padding: 20px 0;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: none;
    font-weight: 700;
    font-size: 37px;
}
.accordion-button.collapsed {
    color: white;
    font-weight: 700;
    font-size: 37px;
}
.accordion-body {
    color: white;
}
.accordion-item .accordion-button{
    border-bottom:2px solid #0479c3;
}
.accordion-item:last-of-type .accordion-button{
    border-bottom:none;
}
.accordion-button::after {
    background-image: none !important;
    content: '\002B';
    font-weight: 500;
    color: #69cef2;
    background-color: transparent;
    border-radius: 100px;
    border: 2px solid #69cef2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    transition: all 0.3sease-in-out;
    border-radius: 100px;
    line-height: 1;
}

.accordion-button:not(.collapsed)::after {
    content: '\2212';
    background-color: transparent;

}
.accordion-button:focus-visible {
    outline: none;
}
.accordion {
    --bs-accordion-btn-focus-box-shadow: none;
}
footer {
    background: black;
    color: white;
    padding: 90px 0;
    min-height: 700px;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.career_logo_holder {
    position: relative;
    width: 100%;
}
.footer_social {
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.context_footer .footer_copy {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
.context_footer .footer_address {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom:55px;
    text-align: right;
}
.context_footer .footer_address a {
    color: white;
}
.context_footer .footer_address span {
    color: #69cef2;
}
.context_footer .footer_nav_main ul {
    margin-bottom: 50px;
}
.context_footer .footer_nav_sub ul {
    margin-bottom: 60px;
}
.context_footer .footer_nav_main ul,
.context_footer .footer_nav_sub ul {
    list-style-type: none;
    text-transform: uppercase;
    display: flex;
    padding: 0;
    justify-content: flex-end;
}
.context_footer .footer_nav_main li {
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    margin-left:66px;
}
.context_footer .footer_nav_sub li {
    font-weight: 500;
    font-size: 18px;
    color:white;
    margin-left:50px;
}
.context_footer .footer_nav_main li:first-child,
.context_footer .footer_nav_sub li:first-child {
    margin-left:0;
}
.context_footer .footer_nav_main li a,
.context_footer .footer_nav_sub li a {
    color: white;
    text-decoration: none;
}
.context_footer .footer_nav_main li a:hover,
.context_footer .footer_nav_sub li a:hover {
    color: #69cef2;
    text-decoration: none;
}
.context_footer .footer_nav_sub li:last-child a {
    font-weight: 900;
    font-style: italic;
    color: #69cef2;
}
.context_footer .footer_nav_sub li:last-child a:hover {
    color: #ffffff;
}
.career_logo_holder .career_logo {
    position: absolute;
    right: 150px;
    top: -15px;
}
.context_title_holder {
    position: relative;
    width: 100%;
}
.keyart_context {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 10;
}
.header-holder .main_menu {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-holder .main_menu li {
    margin-left: 55px;
    background:url('../img/bluearrow.png') no-repeat right center;
    position: relative;
    padding: 50px 20px 50px 0;
}
.header-holder .main_menu li:first-child {
    margin-left: 0;
}
.header-holder .main_menu li a {
    font-size: 24px;
    font-weight: 900;
    font-style:italic;
    color: #00558b;
    text-transform: uppercase;
    text-decoration: none;
    padding: 30px 0px;
}
.header-holder .main_menu li ul {
    display: none;
    background-color:  white;
    position: absolute;
    top: 78px;
    left: 0;
    list-style-type: none;
    margin: 0;
    width: 200px;
    padding: 25px 15px 5px 15px;
    z-index: 1000;
}
.header-holder .main_menu li ul li a {
    padding: 0;
}
.header-holder .main_menu li ul li {
    margin-left: 0;
    background: none;
    padding:10px 0;
}
.header-holder .main_menu li ul li.last {
    border-bottom: none;
}
.header-holder .main_menu li ul li a {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.header-holder .main_menu li:hover ul {
    display: block;
}
.header-holder .top_nav {
    text-align: right;
}

.header-holder .top_nav nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}
.header-holder .top_nav nav ul li {
    margin-left: 48px;
}
.header-holder .top_nav nav ul li a {
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.header-holder .top_nav nav ul .training_nav-last,
.header-holder .top_nav nav ul .union_nav-last { 
    margin-left: 60px;
}
.header-holder .top_nav nav ul .training_nav-last a,
.header-holder .top_nav nav ul .union_nav-last a {
    font-weight: 900;
    font-style: italic;
    color: #69cef2;

}
.training_page .training_nav,
.training_page .training_nav-last {
    display: none;
}
.union_page .union_nav,
.union_page .union_nav-last {
    display: none;
}
.content_section {
    padding: 90px 0;
}
.content_section .suptitle {
    color: #00558b;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.content_section h1 {
    color: #00070c;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
     margin-bottom: 35px;
     line-height:0.8;
}
.content_section .subtitle {
    color: #00558b;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 30px;
}
.wysiwyg p {
    font-size: 22px;
    font-weight:500;
    color: #00070c;
    line-height: 1.2;
}
.wysiwyg .cnt_button {
    border: 1px solid black;
    padding: 8px 30px 8px 15px;
    font-size: 21px;
    text-transform: uppercase;
    margin: 25px 10px 0;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background: url('../img/arrow-blue.webp') no-repeat calc(100% - 10px) center;
    color: #00070c;
    text-decoration: none;
}
.wysiwyg .cnt_button:hover {
    color:#69cef2;
}
.content_section .row {
    position: relative;
}

.content_section .container > .row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% * 8 / 12 + (100% * 1 / 12) / 2); /* col-lg-8 + half of offset-lg-1 */
    width: 1px;
    background: #69cef2; 
}
.sidebar-title {
    color: #00070c;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.sidebar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu li {
    margin-bottom: 20px;
}
.sidebar-menu li a {
    color: #808080;
    font-weight: 400;
    font-size: 18px;
}
.sidebar-menu li.active a {
    color: #00558b;
    font-style: italic;
    font-weight: 700;
}
.contractor {
    border-bottom: 2px solid #0b5c90;
    margin-bottom: 50px;
}
.contractor h2 {
    color: #00070c;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 35px;
}
.contractor .location {
    font-size:18px;
    color: #00070c;
    font-weight: 500;
    padding: 0 15px 30px 30px;
    background:url('../img/location.webp') no-repeat 3px 3px;
    margin-left: 15px;
}
.contractor .phone {
    font-size:18px;
    color: #00070c;
    font-weight: 500;
    padding: 0 15px 30px 30px;
    background:url('../img/phone.webp') no-repeat  0px 3px;
}
.contractor .email {
    font-size:18px;
    color: #00070c;
    font-weight: 500;
    padding: 0 15px 30px 30px;
    background:url('../img/email.webp') no-repeat  0 3px;
    margin-left: 15px;
}
.contractor .web {
    font-size:18px;
    color: #00070c;
    font-weight: 500;
    padding: 0 15px 30px 30px;
    background:url('../img/web.webp') no-repeat 0 3px;
}
.contractor .service_list {
    font-size:18px;
    color: #00070c;
    font-weight: 500;
    padding: 0 15px 30px 30px;
    background:url('../img/services.webp') no-repeat  2px 3px;
    margin-left: 15px;
}
.contractor a {
    color: #00070c;
    text-decoration: none;
}
.contractor_item h1 {
    margin-bottom: 70px;
}