<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#17144c; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
    #cboxTopLeft{width:14px; height:14px; background:url(img/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(img/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(img/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(img/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(img/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(img/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(img/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(img/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(img/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}

#colorbox, #cboxWrapper {
	overflow: visible;
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter,#cboxBottomRight {
	display: none;
	width: 0;
	height: 0;
}
#cboxContent {
	background: none;
}
#cboxLoadedContent {
	margin-bottom: 0;
}
#cboxClose {
    background: #fff url(../img/lightbox-close-icon.svg) no-repeat center/30px;
    top: -80px;
	left: 0;
    right: 0;
	bottom: auto;
	margin: auto;
    width: 56px;
    height: 56px;
	border-radius: 50%;
}
#cboxClose:hover {
	background-position: center;
}

#cboxLoadedContent img {
	width: 100%;
	height: auto;
}
#cboxLoadedContent .map {
	background: #fff;
	padding: 17px 16px;
}
#cboxLoadedContent #map {
	width: 100%;
	height: 550px;
}
#application-form {
	background: #fff;
	padding: 47px 56px;
}
#application-form h2 {
	text-align: center;
	font-size: 32px;
	color: #116962;
	margin-bottom: 30px;
}
#application-form .form-text {
	font-size: 18px;
	color: #474747;
	text-align: center;
	margin-bottom: 38px;
}
#application-form .left,
#application-form .right {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 24px) / 2);
	margin-bottom: 40px;
	position: relative;
}
#application-form .left {
	margin-right:24px;
}
#application-form .select {
	position: relative;
	cursor: pointer;
	margin-top: -16px;
}
#application-form .select-input {
	background: #efefef;
	border-radius: 20px;
	position: relative;
	font-size: 16px;
	line-height: 58px;
	box-sizing: border-box;
	padding: 0 20px;
	display: block;
	z-index: 1;
	border: 1px solid #efefef;
}
#application-form .select-input:after {
	content: '';
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
	background: url(../img/pulldown-arrow.svg) no-repeat center;
	width: 20px;
	height: 20px;
}
#application-form .select-container {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #efefef;
	padding-top: 60px;
	border-radius: 20px 20px 0 0;
}
#application-form .select-container div {
	font-size: 16px;
	padding: 10px 22px;
}
#application-form .select-container div:hover {
	background: #116962;
	color: #fff;
}
#application-form .select.select-fix .select-input:after {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
#application-form .input-container {
	background: #efefef;
	border-radius: 20px;
	padding: 0 20px;
	border: 1px solid #efefef;
}
#application-form .input-container input {
	width: 100%;
	height: 58px;
	font-size: 16px;
	background: #efefef;
}
#application-form .select.error .select-input,
#application-form .input-container.error {
	border-color: #d14841;
}
#application-form .upload-cv {
	font-size: 16px;
	color: #474747;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#application-form .uploaded-files .file-item {
	margin-bottom: 13px;
}
#application-form .uploaded-files .file-item .file-name {
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    background: url(../img/Job/file-icon.png) no-repeat left;
    padding-left: 30px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-right: 46px;
}
#application-form .uploaded-files .file-item .delete-file {
	display: inline-block;
    vertical-align: top;
    font-size: 13px;
	font-weight: lighter;
    color: #c03b3b;
    position: relative;
    padding-left: 25px;
    letter-spacing: 1px;
    line-height: 18px;
}
#application-form .uploaded-files .file-item .delete-file:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c03b3b url(../img/Job/delete-icon.svg) no-repeat center/10px;
}
#application-form .uploaded-files .file-item input {
	visibility: hidden;
}
#application-form .upload {
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #116962;
    border-radius: 25px;
    font-size: 16px;
    font-weight: lighter;
    width: 188px;
    line-height: 50px;
    box-sizing: border-box;
	position: relative;
}
#application-form .upload input {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
input[type=file], /* FF, IE7+, chrome (except button) */
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
	cursor: pointer; 
}
#application-form .policies {
	margin-top: 48px;
}
#application-form .checkbox {
	font-size: 16px;
	color: #474747;
	padding-left: 40px;
	position: relative;
	display: block;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 32px;
}
#application-form .checkbox:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	background: url(../img/checkbox-2.svg);
	width: 18px;
	height: 18px;
}
#application-form .checkbox.checked:before {
	background-image: url(../img/checkbox-2-checked.svg);
}
#application-form .checkbox.error:before {
	background-image: url(../img/checkbox-2-error.svg);
}
#application-form .verify {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 25px;
}
#application-form .verify  img {
	width: auto;
}
#application-form .verify #refresh {
	background: url(../img/refresh-icon.svg) no-repeat center;
	width: 36px;
	height: 27px;
	font-size: 0 !important;
}
#application-form .verify .input-container input {
	width: 150px;
}
#application-form #submit {
	display: block;
	width: 240px;
	height: 50px;
	background: #116962;
	color: #fff;
	font-size: 17px;
	border-radius: 25px;
	margin: 0 auto 33px;
}
#application-form .error-message {
	margin-bottom: 20px;
}
#application-form .error-message,
#application-form .success-message {
	text-align: center;
	color: #d14841;
	font-size: 16px;
}
#colorbox.mobile #application-form .left,
#colorbox.mobile #application-form .right {
	width: 100%;
}
#colorbox.mobile #application-form .left {
	margin-right: 0;
}</pre></body></html>