@charset "utf-8";
/* CSS Document */

* {
    outline: none;
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
    background-color: #fff;
	font-family: 'GT Walsheim Pro',sans-serif;
	-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	position:relative;
}

::-webkit-scrollbar {
	width:6px
}

::-webkit-scrollbar-track {
	background:rgba(255,255,255,1);
	border-radius:0
}

::-webkit-scrollbar-thumb {
	background:#FF2CA5;
	border-radius:0
}


header.novo-header {
	display: none;
}

novo-list[_ngcontent-serverApp-c102] {
    overflow: auto;
    min-height: 100%;
	position: relative;
    display: block;
}

.background[_ngcontent-serverApp-c107] {
    overflow-x: hidden;
    background-color: #f4f4f4;
    max-height: 100% !important;
    height: 100% !important;
}


novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102] {
	width: 45%;
    display: inline-block;
    position: relative;
    margin: 10px !important;
	    min-height: 280px;
    vertical-align: top;
	border: 1px solid #082340;

}



.frame[_ngcontent-serverApp-c103] .list[_ngcontent-serverApp-c103], .frame[_ngcontent-serverApp-c103] app-sidebar[_ngcontent-serverApp-c103] {
    height:100% !important;
    
}


section.credits {
	display: none;
}

a:active, a:hover, novo-activity-table .clickable:active, novo-activity-table .clickable:hover, novo-data-table .clickable:active, novo-data-table .clickable:hover {
    color: #FF2CA5;
}

app-job-list novo-list>div>novo-list-item div.list-item>item-header item-title>h6, app-job-list novo-list>div>novo-list-item div.list-item item-content i {
    color: #FF2CA5;
}

novo-list-item item-header item-title {
    padding: 10px;
    display: block;
	padding-bottom: 0px;
}

novo-list-item item-header item-title h6 {
    margin: 0;
    color: #FF2CA5;
    padding: 0;
	display: block;
    font-size: 1.6rem;
    line-height: 0.6;
	text-align: left;
	min-height: 3.8rem;
}

novo-list-item item-header item-title h6 a,
novo-list-item item-header item-title h6 a:hover,
novo-list-item item-header item-title h6 a:visited {
	text-decoration: none;
	line-height: 1.2;
	    color: #FF2CA5 !important;
}

a, novo-activity-table .clickable, novo-data-table .clickable {
    color: #FF2CA5;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: color .2s ease-in-out;
	font-size: 1.6rem;
    line-height: 1.6;
}

novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102] .description[_ngcontent-serverApp-c102] {
        font-size: 1.4rem;
    line-height: 1.2 !important;
	max-height: 5.6em !important;
    padding-top: 15px !important;
	    color: #636363;

}

/*novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102] .description[_ngcontent-serverApp-c102]:before {*/
	novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102]:after {	
	content: "Read More";
	display: inline-block;
		width: 92%;
    background: #FF2CA5;
    border: solid 1px #FF2CA5;
	    color: #ffffff;
    padding: 5px;
		margin-top: 15px;
		margin: 5px;
    position: relative;
    bottom: 0;
    margin-bottom: 15px;
		font-size: 1.2rem;
}

novo-list-item {
	display: block !important;
	padding: 0;
}
novo-list-item .list-item {
    display: block !important;
    width: 100% !important;
}

novo-list-item item-header {
    display: block !important;
    align-items: center;
    width: 100% !important;
	padding-bottom: 10px;
}

multi-picker [class*=-group] label span, novo-check-list [class*=-group] label span, novo-checkbox [class*=-group] label span {
    display: inline-block;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: left;
}

.chip[data-automation-id="chip-address"] {
	display: block;
    text-align: left;
    background-color: #FFF !important;
    font-size: 1.2rem;
    font-weight: 600;
	padding: 0px !important;
	color: #082340;
}

.chip[data-automation-id="chip-salary"] {
	display: block;
    text-align: left;
    background-color: #f3f3f3 !important;
    font-size: 1.2rem;
    font-weight: 600;
    color: #082340;
    border-radius: 0 !important;
    position: relative;
    margin: 0 !important;
	padding: 15px !important;
}

.chip[data-automation-id="chip-salary"]:before {
	    content: "Salary";
    display: block;
    color: #FF2CA5;
    font-size: 1rem;
    text-transform: uppercase;
}

.chip[data-automation-id="chip-undefined"],
.chip[data-automation-id="chip-dateLastPublished"],
span.category {
	display: none !important;
}

span.description {
	text-align: left;
	color: #FF0000;
    font-weight: 600;
    font-size: 1rem;
}

.frame[_ngcontent-serverApp-c103] app-sidebar[_ngcontent-serverApp-c103] {
	z-index: 99;
}
		

/* for theme header & footer */

header {
	padding: 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	font-family: 'GT Walsheim Pro';
    font-weight: bold;
    font-style: normal;
	background: rgba(60,80,105,0.0);
	-webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

/*.header-bg {
	background: rgba(60,80,105,0.0);
    height: 200px;
    width: 100%;
    position: absolute;
}*/

header .container {
	
    max-width: 1580px;
	padding-top: 35px;
	padding-bottom: 35px;
	-webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
	   z-index: 999;
    position: relative;
}

header.solid {
	background: rgba(60,80,105,0.8);
	box-shadow: 0 0 15px 0 rgba(32,32,32,0.7);
}

header.fix-solid {
	background: rgba(8,35,64,0.8);
	box-shadow: 0 0 15px 0 rgba(32,32,32,0.7) !important;
}

header.solid  .container {
	padding-top: 15px;
	padding-bottom: 15px;
}

header.fix-solid  .container {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

header .link-logo  {
	-webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
	display: inline-flex;
}

header .link-logo img {
	height: 130px;
}

header.solid .link-logo img {
	height: 100px;
}

header.fix-solid .link-logo img {
	height: 100px !important;
	width: auto;

}


header #top-links {
	margin-right: -20px;
}

header .top-links {
    color: #fff;
	text-align: right;
}

header #top-links, header #top-links ol li a {
	color: #FFF;
	font-size: 1.3rem;
	text-decoration: none;
}

header #top-links, header #top-links ol li a:hover {
	text-decoration: none;
	color: #FFF;
} 

header #top-links ol li:not(.telephone) a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

header #top-links ol li.telephone i {
		display: none;
	}

header #top-links ol li:not(.telephone) a.linkedin:hover {
	border-color: #007bb6;
	background: #007bb6
}

header #top-links ol li:not(.telephone) a.facebook:hover {
	border-color: #3b5998;
	background: #3b5998
}

header #top-links ol li:not(.telephone) a.twitter:hover {
	border-color: #00b6f1;
	background: #00b6f1
}

header #top-links ol li:not(.telephone) a.instagram:hover {
	border-color: #c32aa3;
	background: #c32aa3
}

header #top-links ol li:not(.telephone) a.email:hover {
	border-color: #FF2CA5;
	background: #FF2CA5;
}


header #top-links ol li.telephone span {
	/*display: none*/
}

header ol {
    margin: 0 -5px 20px;
	list-style: none;
}

header ol a {
	color: #FFF;
}

header ol li {
    display: inline-block;
    margin: 0 5px;
}

header #main-nav {
    clear: right;
    float: right;
    position: relative;
    color: #fff;
}

header ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

header ul>li {
    position: relative;
    margin: 0 10px;
    display: inline-block;
}

header ul>li a {
    display: block;
	font-size: 1.3rem;
	font-weight: bold;
    line-height: 1.5;
    padding: 10px 0px 5px;
    font-family: 'GT Walsheim Pro';
    position: relative;
	color: #FFF;
	text-decoration: none;
}

header ul>li a:hover {
	text-decoration: none;
	color: #FFF;
}

header ol li a .fa {
	font-size: 1.2rem !important;
}

header ul>li.menu a {
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    width: 30px;
    height: 30px;
    background: url("../images/menu.svg") center center no-repeat;
    background-size: contain;
	text-decoration: none;
}


header ul>li a:hover:after {
    width: 100%;
	color: #FFF;
	text-decoration: none;
}
header ul>li a:after {
    content: "";
    margin: 2px 0 0;
    display: block;
    width: 0%;
    height: 3px;
    background: #ffffff;
	color: #FFF;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

header ul>li.menu a:after, header ul>li.menu a:hover:after  {
	width: 0%;
	height: 0px;
}

header #fullmenu {
	height: 100vh;
	width: 100%;
	/*background: #CCC;*/
	position: absolute;
	top: 0;
	right: -100%;
	left: 100%;
	z-index: 99;
	/*display: none;*/
	-webkit-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 900ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

header #fullmenu.opened {
    left: 0;
    right: 0;
}

header #fullmenu img {
	width: 100%;
	height: 100%;
	position: absolute;
}

header #fullmenu .container {
    height: 100%;
}

header #fullmenu #menu-list {
    width: 100%;
    display: table;
    height: calc(100%);
    position: relative;
    overflow: hidden;
}

header #fullmenu #menu-list .menu-list-wrapper {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}



header #fullmenu #menu-list ul.navigation_list {
    list-style: none;
    position: relative;
    padding: 80px 0 0;
    text-align: center;
}

header #fullmenu #menu-list ul.navigation_list li {
    line-height: 1.1;
	display: block;
}

header #fullmenu #menu-list ul.navigation_list li:before, header #fullmenu #menu-list ul.navigation_list li:after {
    display: table;
    clear: both;
    content: "";
}

header #fullmenu #menu-list ul.navigation_list li a {
    font-size: 3.6rem;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 0;
    letter-spacing: -1px;
    width: inherit;
    float: none;
    display: inline-block;
    padding: 0;
	line-height: 1.3;
}

#fixed-side-links {
    position: fixed;
    z-index: 10;
    top: 30%;
    right: 0;
}


#fixed-side-links dl {
    margin: 0;
    padding: 0;
}


#fixed-side-links dl dt, #fixed-side-links dl dd {
    display: block;
    width: 45px;
    height: 55px;
    color: #ffffff;
    margin: 4px 0;
    padding: 0;
    text-align: center;
    line-height: 1.5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


#fixed-side-links dl dt, #fixed-side-links dl dd {
    height: auto;
    position: relative;
    font-size: 18px;
}

#fixed-side-links dl dt a {
    background: #ffffff;
    color: #FF2CA5 !important;
    -webkit-box-shadow: 10px 10px 30px 5px rgba(240,80,70,0.3);
    -moz-box-shadow: 10px 10px 30px 5px rgba(240,80,70,0.3);
    box-shadow: 10px 10px 30px 5px rgba(240,80,70,0.3);
}

#fixed-side-links dl dt a, #fixed-side-links dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
    background: #FF2CA5;
    overflow: hidden;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}


#fixed-side-links dl dt a {
    background: #ffffff;
    color: #FF2CA5;
    -webkit-box-shadow: 10px 10px 30px 5px rgba(240,80,70,0.3);
    -moz-box-shadow: 10px 10px 30px 5px rgba(240,80,70,0.3);
    box-shadow: 10px 10px 30px 5px rgba(240,80,70,0.3);
}

#fixed-side-links dl dt span, #fixed-side-links dl dd span {
    position: relative;
    left: 39px;
    margin: 30px 0 22px 0;
    display: inline-block;
    white-space: nowrap;
    writing-mode: lr-tb;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    overflow: hidden;
}

#fixed-side-links dl dt span:after, #fixed-side-links dl dd span:after {
    content: "";
    float: left;
    margin-bottom: 100%;
}

#fixed-side-links dl dt a:hover, #fixed-side-links dl dd a:hover {
    background: #082340;
}

#fixed-side-links dl dt a:hover {
    background: #082340;
    color: #ffffff !important;
}


footer {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
	background: #082340;
	position: relative;
}

footer h4 {
        font-size: 1.6rem;
    color: #FF2CA5;
    margin-top: 0px;
    padding: 0px;
    line-height: 1.2rem;
    margin-bottom: 10px
}

footer a, footer p, footer p a {
	color: #fff;
	text-decoration: none;
    background-color: transparent;
	margin: 0 0 1.2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: normal;
}

footer p a:hover {
	color:#FFF;
	text-decoration: none;
}

footer ul.format, footer ol.format {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer ul li {
    margin-bottom: 7px;
    font-size: 1rem;
}

footer ul li a {
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	font-size: 1.2rem;
}

footer ul li a:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
	color: #fff;
	text-decoration: none;
}

footer .footer-row>div {
    position: relative;
    padding: 0 30px;
}

footer .footer-row>div:after {	 
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: #ffffff;
}

footer .footer-row>div:last-of-type:after {
    display: none;
}

footer figure {
	   display: inline-block;
    width: auto;
    max-width: 60%;
margin: 0;
    margin-top: 1em;
}

footer figure img {
    max-width: 100%;
    height: auto;
}

footer .footer-info {
    margin-top: 30px;
}

.container {
	max-width:1170px;
}

footer .social-links-footer {
    margin-top: 0.5rem;
    margin: 6px -5px;
}

footer .social-links-footer li {
    display: inline-block;
    margin: 5px 5px;
}

footer .social-links-footer li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 100%;
    -webkit-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
	margin: 0;
	padding: 0;
}

footer .social-links-footer li a:hover {
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

footer .social-links-footer li a.linkedin:hover {
    border-color: #007bb6;
    background: #007bb6;
}

#footer .social-links-footer li a.linkedin:hover {
	border-color: #007bb6;
	background: #007bb6
}

#footer .social-links-footer li a.facebook:hover {
	border-color: #3b5998;
	background: #3b5998
}

#footer .social-links-footer li a.twitter:hover {
	border-color: #00b6f1;
	background: #00b6f1
}

#footer .social-links-footer li a.instagram:hover {
	border-color: #c32aa3;
	background: #c32aa3
}

#footer .social-links-footer li.googleplus,#footer .social-links-footer li.youtube,#footer .social-links-footer li.xing {
	display: none
}

#footer .social-links-footer li a.telephone:hover{
	border-color: #FF2CA5;
	background: #FF2CA5
}

#footer .social-links-footer li a.email:hover{
	border-color: #FF2CA5;
	background: #FF2CA5
}

#footer .social-links-footer li a.location:hover {
	border-color: #FF2CA5;
	background: #FF2CA5
}


#arrowhome {
	width:40px;
	padding:10px;
	border:1px solid #000;
	/*background:#748693;*/
	background: rgba(116,134,147,0.5);
	position: fixed;
	right:20px;
	bottom:30px;
	display:none;
	cursor:pointer;
	z-index:999;
}

#jobs {
	margin-top: 180px;
	padding-bottom: 60px;
	min-height: 500px;
}

.open-positions {
	display: none;
}

[_nghost-serverApp-c100] {
    background-color: #f4f4f4;
    margin-top: 12px;
}

/* job single page */

.background[_ngcontent-serverApp-c107] .job-container[_ngcontent-serverApp-c107] {
    margin: 0 0% !important;
    padding: 0% !important;
    background-color: #fff;
}

.background[_ngcontent-serverApp-c107] {
    background-color: #FFF !important;
}

.background[_ngcontent-serverApp-c107] .job-container[_ngcontent-serverApp-c107] .job-description-text[_ngcontent-serverApp-c107] p {
    word-break: break-word;
	font-size: 1.2rem;
	text-align: left;
}

.background[_ngcontent-serverApp-c107] .job-container[_ngcontent-serverApp-c107] .job-header[_ngcontent-serverApp-c107] .job-title[_ngcontent-serverApp-c107] {
    font-size: 2.4em !important;
    font-weight: 400 !important;
	float: left;
	    color: #FF2CA5;
}

div.job-description-text,
div.job-description-text p {
	font-size: 1.4rem !important;
	text-align: left;
}


novo-modal-container {
    z-index: 9999;
}

novo-modal>section, novo-notification>section {
	overflow-x: hidden !important;
	min-height: 600px;
}

button[theme][theme=primary] {
	background: #FF2CA5;
}


a:visited, novo-activity-table .clickable:visited, novo-data-table .clickable:visited {
    color: #FFFFFF !important;
}

@media (max-width: 980px) { 
	
	header a.link-logo  {
		width: 130px;
   		height: 90px;
	}
	
	header.fix-solid a.link-logo  {
		width: 110px !important;
   		 height: 70px !important;
	}
	
}



@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	
	header a.link-logo  {
		width: 130px;
   		height: 90px;
	}
	
	header.fix-solid a.link-logo  {
		width: 110px !important;
   		 height: 70px !important;
	}
	
	header .top-links ul>li:not(.menu) {
		display: none;
	}
	
	#jobs {
   		margin-top: 150px;
	}
	
	div.job-description-text, div.job-description-text p {
		    font-size: 1.2rem !important;
	}
	
	header #fullmenu #menu-list ul.navigation_list li a {
    	font-size: 1.8rem;
	}
	
	footer {
		text-align: center;
		padding: 20px 0;
	}
	
	header #top-links ol li.telephone span {
        display: none !important;
    }
    
    header #top-links ol li.telephone i {
        display: inline-block !important;
    }
    
    header #top-links ol li.telephone a {
        border: 1px solid #ffffff;
        background: transparent;
        border-radius: 100%;
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }
}



            @media (max-width: 767px) {
                .hidden-xs {
                    display:none !important
                }

                .visible-xs {
                    display: block !important
                }
            }

            @media (max-width: 991px) and (min-width: 768px) {
                .hidden-sm {
                    display:none !important
                }

                .visible-sm {
                    display: block !important
                }
            }

            @media (max-width: 1399px) and (min-width: 992px) {
                .hidden-md {
                    display:none !important
                }

                .visible-md {
                    display: block !important
                }
            }

            @media (min-width: 1400px) {
                .hidden-lg {
                    display:none !important
                }

                .visible-lg {
                    display: block !important
                }
            }

@media (max-width: 560px) {
	novo-list[_ngcontent-serverApp-c102] .job-card[_ngcontent-serverApp-c102] {
    	width: auto;
	}
	
}

@media (max-width: 480px) {
	
	header.fix-solid .link-logo img {
		height: 70px !important;
	}
	
	footer {
		padding-bottom: 70px;
		color: #000;
		text-align: center;
	}
}



