@charset "utf-8";
/* CSS Document */

/* reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr {	
    margin:0;
    padding:0;
    border: 0;
    outline:0;	
    vertical-align: baseline;		
    background: transparent;		
}
img, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;		
}
img{
    vertical-align:bottom;
    max-width: 100%;
    max-height: 100%;
}
*{
    box-sizing: border-box;
}

/* general
--------------------------------------------------*/
html, body {
    font-family: 'Roboto', sans-serif;
}
html {
    width:100%;
    height:100%;
    font-size:11px;
}
body{
    background:#f2f7fa;
    line-height:1;
    width:100%;	height:100%;
    color:#646464;
}
p, li, td, th{
    line-height:1.4em;
}
p,ul{
    padding-bottom:15px;
}
table{
    margin-bottom:30px;
    border-collapse: collapse;
    border-spacing: 0;	
}
h1, h2, h3, h4, h5, h6{
    color:#000000;	
    font-weight: normal;
    padding-bottom:16px;
}
h1{
    font-size:1.5em;	
}
h2{
    font-size:1.3em;
}
#headerContent h2{
    font-size: 416%;
    font-weight: normal;
    color: #fff;
    max-width: 550px;
}
#headerContent h2 span{
    font-size: 40%;
    display: block;
    margin:  20px 0 40px 0;
    line-height: 1.3em;
}
.main-page #headerContent h2{
    font-size: 500%;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    max-width: 550px;
    padding: 0;
        text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
}

h3{
    font-size:1.1em;
}
h4{
    font-size:1em;
}
a{
    color:#00a3e4;	
    text-decoration:none;
}
a:hover{

}
a:active{
    outline:none;
}
a:focus{
    -moz-outline-style:none;
    outline:none;
}
a img{
    border:none;
}	
/*for ie and .png, make black bg under image*/
a:focus img, a:hover img{
    filter:alpha(opacity=90);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity:.9;
}
ul{
    list-style:none;	
}
ul li{
    padding:0px 0 15px 18px;
    background:url(/default/images/bullet.gif) no-repeat 0px 7px;
    font-size: 108%;
    color: #646464;
}
p{
    line-height: 1.2em;
}
acronym{
    cursor:help;
}
.clear{
    clear:both;	
    line-height:0;	
}
.left{
    float: left;	
}
.line{
    height:1.4em;
    border-top:1px solid #e8e7e6;
}
pre{
    line-height:20px;
}
.mobile{
    display: none;
}
/*tinyMce*/
.wciecie{
    text-indent:20px;
}
.ramka{
    padding:1px;
    background-color:#ffffff;
    border:1px solid #e8e7e6;
}
.doLewej{
    float:left;
    display:inline;
    margin-right:20px;
    margin-bottom:5px;
}
.ramkaIDoLewej{
    padding:1px;
    background-color:#ffffff;
    border:1px solid #e8e7e6;

    float:left;
    display:inline;
    margin-right:20px;
    margin-bottom:5px;
}
.doPrawej{
    float:right;
    display:inline;
    margin-left:20px;
    margin-bottom:5px;
}
.ramkaIDoPrawej{
    padding:1px;
    background-color:#ffffff;
    border:1px solid #e8e7e6;

    float:right;
    display:inline;
    margin-left:20px;
    margin-bottom:5px;
}
.centrujText{
    text-align:center;
}
.textDoPrawej{
    text-align:right;
}
.lightbox{

}

table.imageAndText{
    border-collapse:collapse;
    width:100%;
}
table.imageAndText td{
    vertical-align:top;
    text-align:left;
    padding:0;
}
table.imageAndText td.leftColumn{
    padding-right:20px;
}
table.imageAndText td.right-column p,
table.imageAndText td.right-column ul,
table.imageAndText td.right-column div{
    font-style:italic;
}
table.imageAndText td.right-column h4{
    font-size:113%;
}


/* components
--------------------------------------------------*/
/*.btn*/
.btn{
    height: 40px;
    line-height: 38px;
    padding: 0 19px 0 18px;
    background: #fff;
    border: 1px solid #d3dee4;
    color: #00a3e4;
    display: inline-block;
}
.btn span{
    display: inline-block;
    height:8px;
    width: 3px;
    margin: 0 0 0 10px;
}
.btn.blue{
    border-color: #00a3e4;
    color: #fff;
    background-color: #00a3e4;
}
.btn.blue span{
    display: inline-block;
    height:8px;
    width: 3px;
    background: url('/images/submitBtnBg.png') top center no-repeat;
    margin: 0 0 0 10px;
}

/*dialog*/
.defaultImagesContainer{
    clear:both;
}
.defaultImagesContainer{
    margin: 0px 0 20px 0;
    overflow: hidden;
    height: 140px;
}
.defaultImagesContainer img{
    margin: 0 0 0 40px;
    display: inline-block;
    vertical-align: middle;
}
.defaultImagesContainer span.description{
    display: none !important;
}
/*dialog*/
.ui-widget-overlay{
    z-index: 1050;
}
.ui-dialog{
    overflow:inherit;
    padding:0;
    margin:0;
    z-index: 10000;
    border:none;
    border-radius:0;
    background:#ffffff;
    width: auto !important;
    min-width: 300px;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header{

    margin: 0;
    padding: 0;
    border: none;
}
.ui-dialog .ui-dialog-titlebar span.ui-dialog-title{
    display: none !important;
    box-sizing:border-box;
    width:100%;
    height:auto;
    padding:30px;
    margin:0;

    border:none;
    border-bottom:1px solid #e1e1e1;			
    color:#457ee5;	
    font-size:26px;
    font-weight:normal;
    background:none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
    border:none;
    padding:0;
    margin:0;
    background:url(/images/closeBtn.png) no-repeat center right;
    background-color: transparent;
    width:55px; height:40px;
    position:absolute; top:18px; right:-45px;
    border:none;
    border-radius:0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{

}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close *{
    display:none;
}
.ui-dialog .ui-dialog-buttonpane{
    border-color:#d4d4d4;
    background:#f9f9f9;
}
.ui-dialog .dialogContainer{
    padding:0;
}

.ui-dialog .box{
    padding:0;
    margin:0;
}
.ui-dialog .box .header{
    display: none;
}
.ui-dialog .box .header h2{
    padding:0;
    margin:0;

    color:#457ee5;
}
.ui-dialog .box .content{
    box-sizing:border-box;
    padding:0px;
    padding-bottom:0;
    margin:0;
    color:#fff;
}
/*popup*/
#popupContainer{
    padding:0px;
    position:relative; z-index:1;
    margin-bottom:0px;
}
#popupContainer ul{
    padding:0; margin:0;
}
#popupContainer ul li{
    font-weight:bold;
    padding:20px;	
    margin-bottom:5px;	
    border:1px solid #ffffff;
}
#popupContainer ul li.info{
    border-color:#009900;
    background:#d9ecd4;
    color:#009900;
}
#popupContainer ul li.warning{
    border-color:#de6c28;
    background:#f8e3d3;
    color:#de6c28;
}
#popupContainer ul li.error{
    border-color:#ed1c24;	
    background:#fdddcf;
    color:#ed1c24;
}
#popupContainer ul li a.hideBtn{
    display:inline-block;
    text-transform:lowercase;
    font-weight:bold;
    position:absolute; right:20px; top:20px;
    color:#333333;
}
/*table.default*/
table.default{
    width: 100%;
    font-size: 108%;
    text-align: left;
    margin-bottom: 0;
}
.appEmployerIndexLayout table.default{
    margin-bottom: 20px;
}
table.default tr:nth-child(even){
    border: 1px solid #dedede;
}
table.default th{
    color:#646464;

}
table.default th,
table.default td{
    vertical-align:top;
    padding:20px 30px;	

} 
table.default td{
    color: #000000;
}
table.default td:nth-of-type(2){
    color: #7ac043;
}
table.default td:nth-of-type(4){
    color: #1cade7;
}
.appWorkerApplicationLayout table.default td:nth-of-type(4){
    color: #000000;
}
table.default td:nth-of-type(5){
    color: #102955;
}

/*form.default*/
form.default{
    width:100%;
    max-width: 650px;
    display: block;
    margin: 0 auto;
}
form.default.cvForm{
    margin-top: 30px;
}
.cmsContactFormBox form.default{
    max-width: none;
}
form.default .row{
    width:100%;
    margin:0 0 40px 0;
}
form.default .row.row_message{
    clear: both;
}
form.default label{
    display: none;
    position: absolute;
    margin: -15px 0 0 0px;
    color: #9e9e9e;
}
form.default .row_file label{
    color: #000;
    font-size: 166%;
    margin-top: -30px
}
form.default .row_description label{
    display: block;
}
.cmsNewsletterBox form.default label{
    color: #fff;
}

form.default .row_file label{
    display: block;
}
form.default .row_select label{
    /* display: block; */

}
form.default label span.asterix{
    font-weight:bold;
    color:#ff0000;
}
form.default input[type="text"],
form.default input[type="password"],
form.default select,
form.default textarea{
    width:100%;
    color: #00a3e4;  
    font-size: 166%;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0 0 9px 0;
}
form.default textarea{
    background-image: 
        -webkit-linear-gradient(left, white 0px, transparent 0px), 
        -webkit-linear-gradient(right, white 0px, transparent 0px), 
        -webkit-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -moz-linear-gradient(left, white 0px, transparent 0px), -moz-linear-gradient(right, white 0px, transparent 0px), -moz-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -ms-linear-gradient(left, white 0px, transparent 0px), -ms-linear-gradient(right, white 0px, transparent 0px), -ms-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -o-linear-gradient(left, white 0px, transparent 0px), -o-linear-gradient(right, white 0px, transparent 0px), -o-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: linear-gradient(left, white 0px, transparent 0px), linear-gradient(right, white 0px, transparent 0px), linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-size: 100% 100%, 100% 100%, 100% 31px;
    line-height: 1.60em;
    height: 60px;
    resize: none;
    overflow: hidden;
}
form.default textarea.tinyMce{
    height: 400px;
}
form.default input[type="button"],
form.default input[type="submit"]{
    background: url('/images/submitBtnBg.png') top left no-repeat;
    background-position: calc(100% - 23px) 48%;
    background-position: -webkit-calc(100% - 23px) 48%;
    background-position: -moz-calc(100% - 23px) 48%;
    background-color: #00a3e4;
    color: #fff;
    border:none;
    height: 40px;
    line-height: 39px;
    padding: 0 34px 0 19px;

}
form.default input[type="button"],
form.default input[type="submit"]{
    cursor: pointer;
}
form.default input[type="button"]:hover,
form.default input[type="submit"]:hover{

}

form.default .hasErrors input[type="text"],
form.default .hasErrors input[type="password"],
form.default .hasErrors select,
form.default .hasErrors textarea{
    border-color:#ff0000;
}
form.default .row ul{
    box-sizing:border-box;
    clear:both;
}
form.default .row ul li{
    box-sizing:border-box;
    float:left;
    text-align:left;
    background: none;
    padding: 0;
}
form.default ::-webkit-input-placeholder {
    color: #000000;  
}

form.default :-moz-placeholder { /* Firefox 18- */
    color: #000000;   
}

form.default ::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;   
}

form.default :-ms-input-placeholder {  
    color: #000000;  
}
form.default input:focus,
form.default select:focus,
form.default textarea:focus,
form.default button:focus {
    outline: none;
}

/* containers
--------------------------------------------------*/
#main-wrapper{
    width:100%;	
    height: 100%;
}

#header-wrapper{
    width:100%;
    height: 504px;
    position: relative;
}
#header{
    width:100%; 
    margin:0 auto;	
}

#content-wrapper{
    width:100%;
    position: absolute;
    margin:0 auto;
    z-index: 1000;


    margin-top: -200px;
    left: 0; right: 0;
}
#content{
    width:1120px;	
    margin: 0 auto;
}

#footerWrapper{
    width:100%;
    background:#2c323c;
}
#footer{
    width:1120px;		
    padding:40px 30px 40px 30px;
    margin:0 auto;
}
#underFooter{
    width:1120px;		
    padding:30px 30px 20px 30px;
    margin:0 auto;
}
.content-wrapper-home #partners{
}
#partners{
    width:1120px;		
    padding:0;
    margin:0 auto;
    text-align: center;
}
#partners p{
    width: 100%;
    text-align: left;
    font-size: 108%;
    color: #94aab8;
    padding: 30px 0 30px 30px;    
}
#partners img{
    margin:0 13px  30px 13px;
   /* width: 100px;*/
   mix-blend-mode: darken;
}
/*columns*/

#leftColumn{
    float:left; 

}
#main-column{
    float:left; 
}
#right-column{
    float:left; 

}

/*leftColumn and main-column and right-column*/
#content.columns-left-right #leftColumn{
    width: 360px;
}
#content.columns-left-right #main-column{
    width: calc(100% - 380px); /*380px - 380 - 20px*/
    width: -webkit-calc(100% - 380px); /*380px - 380px - 20px*/
    width: -moz-calc(100% - 380px); /*380px - 380px - 20px*/    
    margin: 0 10px;
    margin-bottom: 38px;
    font-size: 110%;
}
#content.columns-left-right #right-column{
    width: 360px;
}

/*leftColumn and main-column*/
#content.columns-left #leftColumn{
    display:block;
    padding-right:30px;	
}
#content.columns-left #main-column{
    float:right; width:75%;
}

/*main-column and right-column*/
#content.columns-right #main-column{
    width: calc(100% - 258px); /* 248px - 10px */
    width: -webkit-calc(100% - 258px); /* 248px - 10px */
    width: -moz-calc(100% - 258px); /* 248px - 10px */       
    background: #fff;
    margin: 0 10px 0 0;
    border-bottom: 1px solid #e7ecef;
}
#content.columns-right #right-column{
    width: 248px;
}
#content.columns-right #main-column .container{
    position: relative;
    border-bottom: 1px solid #d1d6d8;
    padding: 30px;
}
.appEmployerIndexLayout #content.columns-right #main-column .container{
    padding-bottom: 0;
}
.appWorkerIndexLayout #content.columns-right #main-column .container{
    padding-bottom: 0;
}
.containerPaddingBotoom{
    height: 30px;
    width: 100%;
}
#content.columns-right #main-column .cmsContactFormBox .container{
    border-bottom: none;
    padding: 30px 0;
}
/* layout
--------------------------------------------------*/
/*breadCrumbTrail*/
#breadCrumbTrailContainer{
    border-bottom:1px solid #e8e7e6;
    padding-top:3px;
    padding-bottom:11px;
    margin-bottom:14px;
}
#breadCrumbTrail{
    padding:0;
}
#breadCrumbTrail li{
    float:left;
    padding-right:12px;
}
#breadCrumbTrail li.lastChild{
    font-weight:bold;
}


/*header*/
#fixed-menu{
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    display: none;
    background: #0e2754;
    z-index: 5000;
    height: 60px;
}
#fixed-menu.fixed{
    display: block;
}
#fixed-menu .fixed-menu-content{
    width: 1120px;
    margin: 0 auto;
}
#fixed-menu .pageZoneBtnContaner{
    float: left;
    margin: 0;
    padding: 0;
    position:static;
    right: auto;
    left: auto;
}
.backgroundSlider{
    width: 100%;
    height: 504px;
}
.backgroundSlider .slide{
    width: 100%;
    height: 100%;
    display: none;
}
.backgroundSlider .slide:nth-of-type(1){
    background:url(/images/main-background.jpg) top center no-repeat;	 
    background-size: cover;
}
.backgroundSlider .slide:nth-of-type(2){
    background:url(/default/images/mainBg2.jpg) top center no-repeat;	
    background-size: cover;
}
.backgroundSlider .slide:nth-of-type(3){
    background:url(/default/images/mainBg3.jpg) top center no-repeat;	 
    background-size: cover;
}
#header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
    color: #ffffff;
    background: #2c323c;
    background-color: white;
    /*-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.8);*/
}
#header .logo{
    position: absolute;
}
#header .headerData{
    width: 100%;
    text-align: right;
    padding: 0 29px 0 0;
}
#header .headerData span{
    color:#0067a4; 
    margin: 0 28px 0 0;
    padding: 0 20px 0 0;
    height: 12px;
    line-height: 12px;
       /* text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);*/
}
#header .headerData span:last-of-type{
    margin: 0;
}
#header .headerData .address{
    background: url('/images/headerPointer.png') center right no-repeat;
}
#header .headerData .phone{
    background: url('/images/headerPhone.png') center right no-repeat
}
#header .headerData .website{
    background: url('/images/headerWebsite.png') center right no-repeat;
    padding-right: 24px;
}
#header .header { 
    width: 1120px;
    margin: auto;
    margin-bottom: 20px;
}
#headerContent {
    position: absolute;
    z-index: 100;
    top: 161px;
    left: 0;
    right: 0;
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 30px;
}

.main-pageWork{
    height: 50px;
    line-height: 50px;
    padding: 15px 20px 15px 18px;
    margin: 0 30px 0 0;
    font-size: 125%;
    color: #ffffff;
    background-color: #00a850;
}
.main-pageWork span, .main-pageTraining span{
    background: url('/default/images/offerBtnBg.png') center left no-repeat;
    width: 4px;
    height: 10px;
    display: inline-block;
    margin: 0 0 0 10px;
}
.main-pageTraining{
    height: 50px;
    line-height: 50px;
    padding: 15px 20px 15px 18px;
    font-size: 125%;
    color: #ffffff;  
    background: #f88e1d;
}
#headerContent .zones{
    position: absolute;
    top: 0; right: 0;
}
.main-vehicle-tracking{
    height: 100px;
    width: 248px;
    padding: 30px;
    font-size: 108%;
    color: #ffffff;  
    background: url('/images/vehicle-tracking.png') top left no-repeat;
    display: block;
}
.main-fleet-tracking{
    height: 100px;
    width: 248px;
    padding: 30px;
    font-size: 108%;
    color: #ffffff;  
    background: url('/images/fleet-tracking.png') top left no-repeat;
    display: block;
}
.main-vehicle-tracking .mark, .main-fleet-tracking .mark{
    display: none;
}
.main-vehicle-tracking span, .main-fleet-tracking span{
    display: block;
    font-size: 153%;
    margin: 8px 0 0 0;
}
.pageZoneBtnContaner{
    position: absolute;
    right: 10px;
    top: 10px;
}
.vehicle-tracking{
    height: 60px;
    width: 206px;
    padding: 22px 30px;
    font-size: 108%;
    color: #ffffff;  
    background: url('/images/vehicle-tracking-small.png') top left no-repeat;
    display: inline-block;
}
.fleet-tracking{
    height: 60px;
    width: 219px;
    padding: 22px 30px;
    font-size: 108%;
    color: #ffffff;  
    background: url('/images/fleet-tracking-small.png') top left no-repeat;
    display: inline-block;
}
.vehicle-tracking .mark, .fleet-tracking .mark{
    display: none;
}
.backgroundSliderPaginator{
    position: absolute;
    right: 30px;
    bottom: -40px;
    display: none;
}
.backgroundSliderPaginator span{
    border-radius: 50%;
    width: 10px;
    height: 10px; 
    background: #fff;
    opacity: 0.6;
    display: inline-block;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.backgroundSliderPaginator span.current{
    opacity: 1;
}
/*footer*/
#footer .footerColumn{
    float: left;
}
#footerWrapper .footerLine{
    width: 100%;
    height: 1px;
    background: #3b4451;
}
#footerWrapper p{
    color: #fff;
    padding: 0 0 7px 0;
}
#footerWrapper .footerColumn.links p:first-of-type{
    margin: -3px 20px 14px 0;
}
#footerWrapper .footerColumn.contact p{
    padding: 0 0 7px 0;
}
#footer .footerColumn a{
    margin: 0 30px 0 0;
    color: #96999e;
    display: inline-block;

}
#footer .footerColumn.links a{
    line-height: 2em;
}

#footer .footerColumn.contact {
    float: right;
    text-align: right;
}
#footer .footerColumn.contact a{
    color: #00a3e4;
    margin: 0;
}
#footer .footerPhone{
    background: url('/default/images/footer-phone.png') right center no-repeat;
    padding: 0 37px 0;
    margin: 32px 0 0 0
}
#footer .footerPhone p{
    color: #00a3e4;
    font-size: 250%;
    padding: 0 0 8px 0;
}
#footer .footerPhone p span.direct{
    font-size: 46%;
    margin: -3% 10px 0 0;

}
#footerWrapper p.time{
    margin: -3px 38px 0 0;
}
#footer .footerPhone p span{
    display: inline-block;
    vertical-align: top;
}
#underFooter p:first-of-type{
    float: left;
    color: #96999e;
}
#underFooter p:last-of-type{
    float: right;
}
#underFooter p:first-of-type span{
    color: #fff;
}
#underFooter p:last-of-type a{
    color: #f88e1d;
}
#underFooter p:last-of-type a{
    color: #f88e1d;
}

/* boxes
--------------------------------------------------*/
.main-columnBoxWrapper{
    width: calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);  
    border-left: 1px solid #e7ecef;   
    border-right: 1px solid #e7ecef;   
    position: absolute;
    top: 200px;
    left: -1px;
    z-index: -1;
}
#main-column .box{
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}
.box{
    width:100%;	
    margin-bottom:8px;
}	
.box .header{
    padding: 0 15px 0 15px;
    background: #051738;
    display: inline-block;
}
.cmsSitesIndexLayout #main-column .box .header{
    display: none;
}
.cmsSitesIndexLayout.main-page #main-column .box .header{
    display: inline-block;
}
#main-column .box .header{
    display: none;
}
.cmsNewsDetailsLayout #main-column .box .header{

}
.cmsSitesIndexLayout.contactPage #main-column .box .header{
}
.box .header h3, 
.box .header h2, 
.cmsSitesIndexLayout #main-column .header  h2,
.cmsSitesIndexLayout #main-column .header  h3{ 
    font-weight: normal;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 100%;
}
.box >.content{
    padding: 30px;    
}
.cmsTopNavBox.box >.content{
    padding: 3px 0 0 0;
}
.contactPage #main-column .box >.content{
    padding: 30px 30px 0 30px;
}
#main-column .box >.content{
    background: #fff   
}

/*cmsTopNavBox*/
.cmsTopNavBox{
    text-align: right; 
    width: 100%;
    padding: 15px 25px 0 0;
}
.cmsTopNavBox a{
    color: #fff;
}
.cmsTopNavBox .content > ul{	
    list-style:none;	
    float: right;
    padding: 0 4px 0 0;
}
.cmsTopNavBox .content > ul li{
    background: none;
    padding: 0 0 10px 0;
    float: left;
    margin: 0 0 0 30px;
}
.cmsTopNavBox .content > ul li:first-of-type{
    padding: 0 0 17px 0;
}
#fixed-menu .cmsTopNavBox .content > ul li:first-of-type{
    padding: 0 0 28px 0;
}
#fixed-menu .cmsTopNavBox .content > ul li{
    padding: 0 0 22px 0;
}
.cmsTopNavBox .content > ul li.selected{
    border-bottom: 2px solid #00a3e4;
}
.cmsTopNavBox .content > ul > li:last-child{
    /*margin: 0;*/
}
.cmsTopNavBox .content > ul li a{
    font-size: 115%;
        color: #0067a4;
    display: block;
        /*text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);*/
}

.fixed-menuContent .cmsTopNavBox .content > ul li a{
    font-size: 108%;

}
.fixed-menuContent .cmsTopNavBox .content ul li ul{
    display: none !important;
}

.cmsTopNavBox .content > ul li a:hover, 
.cmsTopNavBox .content > ul li a.selected,
.cmsTopNavBox .content > ul li:hover > a{

}
.cmsTopNavBox .content > ul > li:first-of-type a span{
    display: none;
}

.cmsTopNavBox .content > ul >li:first-of-type a:after{
    content:url('/images/menu-home.png');
    width: 14px;
    height: 12px;
    display: block;
        text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
}
.cmsTopNavBox .content > ul li a.mobileAppendHref{
    display: none;
}
.cmsTopNavBox .content ul li ul{
    display: none;
    position: absolute;
    z-index: 99999;
    background: #0e2754;
    padding: 0;
    margin-top: 10px;
}
.cmsTopNavBox .content ul li ul li{
    border-bottom: 1px solid #1d3f7e;
    height: 49px;
    list-style-type: none;
    background: none;
    padding: 0;
    float: none;
}
.cmsTopNavBox .content ul li ul li:last-of-type{
    border: none;
}
.cmsTopNavBox .content ul li ul li a{
    color: #fff;
    font-size: 108%;
    height: 49px;
    line-height: 49px;
    padding: 0 30px 0 30px;
    display: block;
    text-align: left;
}
.cmsTopNavBox .content > ul li.selected ul li{
    border-bottom: 1px solid #1d3f7e;
}
.cmsTopNavBox .content > ul >  li.selected ul{
    /*display: block; */
}
.cmsTopNavBox .content > ul >  li:hover ul{
    display: block;
}
.cmsTopNavBox .content ul li ul li{
    margin: 0;
    padding: 0;
}

/*cmsBottomNavBox*/
.cmsBottomNavBox{
    padding:0;
    margin:0;
    float:none;
    padding-bottom:27px;
}
.cmsBottomNavBox .content > ul li{
    float:left;
    background:url(/default/images/topNavSep.gif) no-repeat right 5px;
    padding:0 10px;
}
.cmsBottomNavBox .content > ul li:first-child{
    padding-left:0;
}
.cmsBottomNavBox .content > ul li:last-child{
    background:none;
}
.cmsBottomNavBox .content > ul li a{
    color:#b4dced;
    font-weight:bold;
}
.cmsBottomNavBox .content > ul li a:hover, 
.cmsBottomNavBox .content > ul li a.selected{
    color:#ffffff;
}
.cmsSitesIndex{
    margin: 0;
    padding: 0;
}
.main-page .cmsSitesIndex{
    height: 0px;
}
.contactPage .cmsSitesIndex{
    height: 0px;
}
/*cmsNewsBox*/
.cmsNewsBox{
    background: #fff;
    border: 1px solid #e7ecef;
}
.cmsNewsBox .header{
    background: #494949;
    margin: -1px 0 0 -1px;
}
.cmsNewsBox .content{
    border-bottom: 1px solid #d1d6d8;
}
.news{
    margin: 0 0 30px 0;
    position: relative;
}
.cmsNewsBox .news .img{
    float: left;
    padding: 0 30px 0 0;
}
.appGraduateIndexLayout #main-column .news .img{
    float: left;
    padding: 0 30px 0 0;
    width: 180px;
}
.appEventIndexLayout #main-column .news .img{
    float: left;
    padding: 0 30px 0 0;
    width: 200px;
}
.main-page .cmsNewsBox .news .img{
    padding: 0;
    float: none;
}
.cmsNewsBox .news a{
    color: #646464;
}
.cmsNewsBox .news .newsContent,
.appGraduateIndexLayout #main-column .news .newsContent{
    float: left;
    width: calc(100% - 30px - 150px);
    width: -webkit-calc(100% - 30px - 150px);
    width: -moz-calc(100% - 30px - 150px);      
}
.cmsNewsBox .news .newsContent h4,
.appGraduateIndexLayout #main-column .news .newsContent h4{
    font-size: 166%;
    font-weight: normal;
    line-height: 1.2em;
    color: #000;
    margin: -5px 0 4px 0;
}
.cmsNewsBox .date{
    top: 140px;
    left: 180px;
}
.cmsNewsBox .date div{
    display: inline;
    color: #313131;
    margin: 0 3px 0 0;}
.cmsNewsBox .date span{
    margin: 0 3px 0 0;
}
.cmsNewsBox .lastChild{

}

/*cmsNewsletterBox*/
.cmsNewsletterBox{
    background: #0e2754;
    color: #fff;
    line-height: 1.5em;
    height: 190px;
    margin: 0 0 20px 0;

}

.cmsNewsletterBox form.default{
    position: relative;
}
.cmsNewsletterBox form.default label{
    width:100%;
    text-align:left;
    padding-right:0;
    display: block !important;
    margin: -5px 0 23px 0;
}
.cmsNewsletterBox form.default input[type="text"]{
    width:100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #274e96;
    margin: 66px 0 0 0;
}
.cmsNewsletterBox form.default .row ul li{
    width:100%;
}
.cmsNewsletterBox form.default input[type="submit"]{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.cmsNewsletterBox form.default input[type="text"]{
    width:100%;
    color: #f2f7fa;  
    font-size: 93%;
    padding: 0 0 9px 0;
}
.cmsNewsletterBox form.default ::-webkit-input-placeholder {
    color: #f2f7fa;  
}

.cmsNewsletterBox form.default :-moz-placeholder { 
    color: #f2f7fa;   
}

.cmsNewsletterBox form.default ::-moz-placeholder { 
    color: #f2f7fa;   
}

.cmsNewsletterBox form.default :-ms-input-placeholder {  
    color: #f2f7fa;  
}
.cmsNewsletterBox form.default input[type="submit"]{
    width: 13px;
    height: 13px;
    background: url('/images/submitBtnBg.png') center center no-repeat;
    background-color:#00a3e4;
    color:#ffffff;
    border: none;
    padding: 0;
}
/*cmsContactFormBox*/
.cmsContactFormBox form.default .row:nth-of-type(1){
    width: 25%;
    float: left;
    padding: 0 10px 0 0;
}
.cmsContactFormBox form.default .row:nth-of-type(2){
    width: 25%;
    float: left;
    padding: 0 20px 0 20px;
}
.cmsContactFormBox form.default .row:nth-of-type(3){
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}
.appEmployerIndexLayout .companyContact .section p.label{
    font-size: 166%;
    color: #000;
    margin: 0;
}

.cmsContactFormBox #contactMapWrapper{
    position:absolute; left:0; top:0; right:0; bottom:0;
    height: 330px;
}
.cmsContactFormBox #contactMapWrapper iframe{
    width:100%; height:330px;
}
.cmsContactFormBox .underMap{
    padding: 323px 0 0 0;
}
.cmsContactFormBox .underMap .section{
    float: left;
    width: 25%;
}
.cmsContactFormBox .underMap .section:nth-of-type(2){
    float: left;
    width: 40%;
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
}
#main-column .cmsContactFormBox .underMap  p.label{
    font-size: 166%;
    color: #000;
    margin: 0;
    padding: 0 0 4px 0;
}
#main-column .cmsContactFormBox .underMap  p.label.formTitle{
    margin: 50px 0 40px 0;
}
#main-column .cmsContactFormBox .weekend{
    padding: 0 0 0 20px; 
}
#main-column .cmsContactFormBox form.default row.row_message{
    margin: 0 0 0 50px; 
}
/*cmsSideNavBox*/
.cmsSideNavBox{

}
.cmsSideNavBox ul li ul{
    padding-bottom:0;
}
.cmsSideNavBox ul li a.selected{
    font-weight:bold;
}

/*.appSliderBox*/
.appSliderBox{
    height:380px;
    background:#ffffff;
}
.appSliderBox .content{
    position:relative;
    overflow:hidden;
    width:100%; height:100%;
}
.appSliderBox .content .slide{
    position:absolute; left:0; top:0;
    width:100%; 
    margin-left:100%;	
}
.appSliderBox .content .slide .image{
    width:100%;
}
.appSliderBox .content .slide .image img{
    width:100%;
}

/*.appOfferkBox*/
.appOfferTrainingBox, .appOfferBox{
    background: #fff;
    border: 1px solid #e7ecef;    
}
.appOfferTrainingBox .header{
    background: #f9a44a;    
    margin: -1px 0 0 -1px;
}
.appOfferBox .header{
    background: #00a850;
    margin: -1px 0 0 -1px;
}
.appOfferTrainingBox > .content, .appOfferBox > .content{
    border-bottom: 1px solid #d1d6d8; 
    padding: 26px 30px 30px 30px;
}
.appOfferBox .name{
    color: #00a850;
    font-size: 166%;
    margin: 0 0 10px 0;
}
.appOfferTrainingBox .name{
    color: #f88e1d;  
    font-size: 166%;
    margin: 0 0 15px 0;
}

.appOfferTrainingBox .companyName, .appOfferBox .companyName{
    color: #313131;
    padding: 0 0 25px 0;
}
.appOfferTrainingBox .place, .appOfferBox .place{
    color: #646464;
}

.appOfferTrainingBox .description, .appOfferBox .description{
    margin: 0 0 20px 0;
}
.appOfferTrainingBox .date, .appOfferBox .date{
    position: absolute;
    bottom: 25px;
    left: 0px;
}

.appOfferTrainingBox .date div, .appOfferBox .date div{
    display: inline-block;
    color: #313131;
}
.appOfferTrainingBox .date span, .appOfferBox .date span{
    margin: 0 0 0 3px;   
}
.main-pageWorkSlider, .main-pageTrainingSlider{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 259px;

}
.main-pageWorkSlider .slide, .main-pageTrainingSlider .slide{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: -2000px;
    z-index: 1;
    margin: 0 auto;
    cursor: pointer;
    background: #fff;
}
.main-pageWorkSlider .slide.current, .main-pageTrainingSlider .slide.current{
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
}
.main-pageWorkSliderPaginator, .main-pageTrainingSliderPaginator{
    text-align: left;
    width: 100%;
    margin:0 0 24px 0;
}
.main-pageWorkSliderPaginator .item, .main-pageTrainingSliderPaginator .item{
    border-radius: 50%;
    width: 7px;
    height: 7px; 
    background: #d3dee4;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0 0;
}
.main-pageWorkSliderPaginator .item.current, .main-pageTrainingSliderPaginator .item.current{
    background: #00a3e4;
}

/* appEventBox */
.appEventBox {
    border-bottom: 1px solid #d7e4ec;
}

.appEventBox .header{
    background: #00a3e4;
    margin: 0 0 10px 0;
}
.box.appEventBox .content{
    padding: 0;
}
.appEventBox .event .date{
    width: 100%;
    border: solid 1px #d7e4ec;
    border-bottom: none;
    position: relative;
    padding: 16px 30px;
    cursor: pointer;
}
.appEventBox .event .date .bg{
    background: url('/default/images/eventArrowDown.png') center center no-repeat;
    display: inline-block;
    width: 6px;
    height: 69px;
    position: absolute;
    top: 0;
    right: 29px;
}
.appEventBox .event .date.selected{
    background-color: #fff;
    margin-bottom: -1px;
}
.appEventBox .event .date.selected .bg{
    background: url('/default/images/eventArrowUp.png') center center no-repeat;
}
.appEventBox .event .date div{
    display: inline-block;
    vertical-align: top;
}
.appEventBox .event .date div:first-of-type{    font-size: 133%;
    color: #00a3e4;
}
.appEventBox .event .date div:nth-of-type(2){
    color: #00a3e4;
}
.appEventBox .event .date div:nth-of-type(2) span{
    display: block;
    margin: 4px 0 0 10px;
}
.appEventBox .event .info{    padding: 30px;
    border: 1px solid #d7e4ec;
    margin: 0 0 10px 0;
}
.appEventBox .event .info .name{
    font-size: 105%;
    color: #000;
}
.appEventBox .event .info .description{
    color: #646464;
}
.appEventBox .btn.blue{
    margin: 20px 0 30px 0;
}

/* appEventBox */
.appEmployerMenuBox, .appWorkerMenuBox{
    border-bottom: #e7ecef;
    background: #0e2754;
}
.appEmployerMenuBox > .content, .appWorkerMenuBox > .content{
    padding: 0;
    border-bottom: #d1d6d8;
}
.appEmployerMenuBox ul, .appWorkerMenuBox ul{
    width: 100%;
    padding: 10px 0;
}
.appEmployerMenuBox ul li, .appWorkerMenuBox ul li{
    border-bottom: 1px solid #1d3f7e;
    height: 49px;
    list-style-type: none;
    background: none;
    padding: 0;
}
.appEmployerMenuBox ul li:last-of-type, .appWorkerMenuBox ul li:last-of-type{
    border: none;
}
.appEmployerMenuBox ul li a, .appWorkerMenuBox ul li a{
    color: #fff;
    font-size: 108%;
    height: 49px;
    line-height: 49px;
    padding: 0 0 0 30px;
    display: block;
}
/* controllers
--------------------------------------------------*/
/*cmsNewsDetails*/
.cmsNewsDetails{

}
.cmsNewsDetails .imageContainer img {
    float: left;
    margin: 0 30px 0 0;
    width: 348px;
}
.cmsNewsDetails, .cmsNewsDetails p{
    font-size: 125%;
    font-weight: normal;
    color: #646464;
    padding: 0 0 30px 0;
    line-height: 1.3em;
}
.cmsNewsDetails .dateAdded{
    font-size: 100%;
    margin: 30px 0 0 0;
}
.cmsNewsDetails .dateAdded div{
    display: inline-block;
}
.cmsNewsDetails .dateAdded span{
    margin: 0 0 0 3px;
}
.cmsNewsDetails .imageContainer a{

}
.cmsNewsDetails .imageContainer a img{

}
p.label{
    font-size: 166%;
    color: #000;
    margin: 20px 0 0px 0;
}
p.label.top{
    margin-top: -6px;
}
form.default .row.row_worker_language1_name{
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}
form.default .row.row_worker_language1_value{
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
}
form.default .row.row_worker_language2_name{
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}
form.default .row.row_worker_language2_value{
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
}
form.default .row.row_worker_language3_name{
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}
form.default .row.row_worker_language3_value{
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
}
form.default .row.row_worker_language4_name{
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}
form.default .row.row_worker_language4_value{
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
}
.popupRegister{
    text-decoration: underline;
    background: url('/images/submitBtnBg.png') center right no-repeat;
    background-position: 94px 6px;
    padding: 0 15px 0 0;
}
.loginFormForm form.default input[type="text"]{
    margin: 12px 0 12px 0;
}
#mobileMenu .icon{
    display: none;
}
#mobileMenu .vehicle-tracking, #mobileMenu .fleet-tracking{
    display: none;
}
.event {
    background: white;
}
.page {
    margin-top: -500px!important;
}
/*accordion*/
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    height: 0;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    overflow: hidden
}
.accordion {
    border-bottom: 1px solid #D6D8DB;
    margin-top: 20px;
}
.accordion .tab {
    border-top: 1px solid #D6D8DB
}
.accordion .h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.accordion .accordion-toggle {
    display: block;
    position: relative;
    padding: 15px 0 15px 22px
}
.accordion .accordion-toggle:before {
    color: #0e2754;
    content: "–";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 14px;
}
.accordion .accordion-toggle.collapsed:before {
    content: "+"
}
.accordion .toggle-accordion {
    display: inline-block;
    margin: 5px 0;
    font-weight: 700
}
.accordion .toggle-accordion:hover {
    color: #838A92
}
.accordion .toggle-accordion:before {
    content: "-";
    color: #0e2754;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px
}
.accordion .toggle-accordion .state_open-all {
    display: none
}
.accordion .toggle-accordion .state_close-all {
    display: inline
}
.accordion .toggle-accordion.state_all-hidden .state_close-all {
    display: none
}
.accordion .toggle-accordion.state_all-hidden .state_open-all {
    display: inline
}
.accordion .toggle-accordion.state_all-hidden:before {
    content: ""
}
.accordion .editorial-content {
    padding: 0 0 15px 22px
}
.telematics {
    text-align: center;
}
.telehidden {
    display: none;
}
.telematics {
    display: inline;
}
.telematics:focus {
  border: none;
  outline-style: none; 
  -moz-outline-style:none;  
}
.telematics h3 {
    color: #fff;
    font-weight: bold;
}
#visible, #security, #efficient {
    position: absolute;
    width: 170px;
    color: #fff;
    cursor: pointer;
}
#visible {
    left: 60px;
    top: 152px;
}
#security {
    left: 260px;
    top: 315px;
    width: 155px;
}
#efficient {
    left: 420px;
    top: 152px;
}
.img-track {
    margin-right: 4%;
}
.event form {
    padding: 30px;
}
.feedback-input {
    color: #646464;
    font-size: 10px;
    line-height: 11px;
    background-color: transparent;
    border: 2px solid #d7e4ec;
    transition: all 0.3s;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}
[type="submit"] {
    background: #00a3e4;
    border: 0;
    cursor: pointer;
    color: white;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    padding: 0 19px 0 18px;
    transition: all 0.3s;
    margin-top: -4px;
}
/*
     FILE ARCHIVED ON 04:02:28 Apr 30, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:48:41 Jan 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.447
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 290.174
  LoadShardBlock: 254.44 (3)
  PetaboxLoader3.resolve: 133.717 (4)
  PetaboxLoader3.datanode: 239.307 (5)
  load_resource: 226.888
  loaddict: 119.357
*/