/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*.close {
	display: none;
}
.open {
	display: block;
}

.careers__popup .rgba{ 
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
	background-color: rgba(0,0,0,.5);
}

.careers__popup{
	position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.careers__popup.active{
	opacity: 1;
    visibility: visible;
}

.careers__popup--details{
	position: relative;
    z-index: 2;
    padding: 10px 25px;
    background: #ffffff;
    margin-top: 25px;
    max-width: 800px;
    max-height: 95vh;
    overflow: auto;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}


.careers__popup--position{
	color: #1A5F70 !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
   /* margin-top: 40px;*/
    order: -1;
}

.careers__popup .gform_title{
	display: none;
}

.careers__popup .gform_wrapper.gform_validation_error form .gfield_validation_message, .careers__popup .gform_wrapper.gform_validation_error form .validation_message{
    font-size: 12px !important;
    padding: 0 !important;
}

.careers__popup--exit{
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.careers__popup .gform_button{
    background-color: #173A42 !important;
    color: #FFF !important;
    padding: 17px 80px 17px 80px !important;
    border-radius: 50px 50px 50px 50px !important;
    border: transparent !important;
}
.careers__popup .gform_button:hover{
	background-color: var(--e-global-color-secondary );
    background: var(--e-global-color-secondary );
}

.careers__popup .gform_confirmation_message p>strong{
	font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
    color: #173A42 !important;
}
.careers__popup .gform_confirmation_message{
	margin-bottom: 20px;
}

.gform_confirmation_wrapper+iframe+script+.careers__popup--position{
	display: none !important;
}

@media (max-width: 768px){
    .careers__popup--details{
        padding: 20px 30px;
    }
    .careers__popup--details{
    	margin-top: 0
    }
    .careers__popup--exit{
    	right: 20px;
        top: 20px;
    }
}*/