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

/*  Customised  */

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.purple,
h1,
.item-page h1,
h2 strong,
.item-page h2,
.page-header h2,
.page-header h2 a,
.item-page h3 {
color: #5e3d8a;
}

h1, .item-page h1 {
margin-top: 0;
font-size: 32px;
}

.page-header h2 {
margin-bottom: 15px;
}

h2 {
font-size: 24px;
}

.grey {
  color: #666666;
}

.small {
  font-size: 14px;
}

#header .menu {
margin-top: 20px;  
}

#header .menu li {
padding: 0 0 0 16px !important;
}

#header .menu li img {
margin-right: 7px;
vertical-align: baseline;
}

#header .span2 {
background: url(https://www.career-connections.eu/en/images/template/logo_cc.gif) 0 0 no-repeat;
width: 400px;
height: 90px;
}

#header .banner.span10 {
width: 370px;
}

@media (max-width: 410px)  {
#header .span2 {
background: url(https://www.career-connections.eu/en/images/template/logo_cc_small.gif) 0 0 no-repeat;
width: 100%;
height: 60px;
}
#header .banner.span10 {
width: 100%;
}
#header .menu li {
padding: 0 0 0 0px !important;
}
}

#header ul.nav.menu li a {
color: #666666;
font-size: 90%;
}

@media (min-width: 980px)  {
nav .span9 {
width: 100%;
}
}

@media (max-width: 980px)  {
nav .span9 {
width: 100%;
}
}

@media (max-width: 979px) and (min-width: 768px){
nav .span9 {
width: 100% !important;
}
}

#mainnav div.navbar-inner {
background: #f7eefd;
}

#mainnav .nav > li > a,
#mainnav .nav > li > a:hover, 
#mainnav .nav > li > a:focus, 
#mainnav .nav > li > a:active
#mainnav .nav > li.active > a {
color: #666666 !important;
}

#mainnav .nav > li.active a:after, 
#mainnav .nav > li.active .separator:after,
#mainnav .nav>li>a:after, 
#mainnav .nav>li>.separator:after {
border-color: #a78bd5 !important;
}

#mainnav .btn-navbar {
background: #696969 !important;
}

.items-row .item {
padding-top: 0;
}

.items-row .item p {
margin-top: 0;
}

.items-row .item p.photo {
margin-bottom:30px;
}



div#Mod90.ja-module.module,
div#Mod89.ja-module.module {
margin-bottom: 0;
}

div.sidebar-inner ul.latestnews {
list-style: none;
}

.module-ct>ul {
margin: 0 !important;
}

div.sidebar-inner ul.latestnews li {
padding: 7px 0;
border-bottom: #cccccc 1px dashed;
}

.page-header h2 a,
.item-page_job .page-header h2 {
font-size: 24px;
font-weight: 500;
margin-bottom: 20px;
}

.box h4 {
margin: 0 0 7px 0;
color: #5e3d8a;
}

.box {
border: #A78BD5 1px solid;
border-radius: 15px;
padding: 20px 30px;
margin: 30px 0;}

.box ul {
margin: 10px 0;
}
.box ul li {
line-height: 1.4em;
list-style: none;
padding: 0;
margin: 15px 0;
color: #5e3d8a;
}

.box ul li:before {
    content: "\f00c";
    position: relative;
    font-family: FontAwesome;
    margin-right: .5em;
    color: #5e3d8a;
    font-size: 120%; 
}

#footer a {
color: #a78bd5;
}

/*  Job  */

.blog_job .page-header h2 {
margin: 10px 0 0 0;
}

.item-page_job .page-header h1,
.blog_job .page-header h1 {
margin-bottom: 20px;  
}

.page-header a:hover {
border-bottom: none;
color: #a78bd5;
}

.items-row.cols-1 .page-header h2:before {
content: " \f0f6";
font-family: FontAwesome;
position: relative;
color: #999999;
font-size: 2em;
margin-right: 15px;
top: 20px;
}

.blog_job .items-row .item {
font-size: 18px;
}

.blog_job .items-row .item p {
margin-left: 65px;
}

/* table.table-job {
margin-bottom: 30px;
}

table.table-job th,
table.table-job td {
padding: 5px;
border-bottom: #cccccc 1px dotted;
border-collapse: collapse;
}

table.table-job th {
text-align: left;
vertical-align: top;
padding: 5px 20px 0 5px;
}*/

table.table-job {
    font-size: 1.0em;
    line-height: 1.6em;
    width: 100%;
    border-bottom: #cccccc solid 1px;
    border-collapse: collapse;
    margin-top: 25px;
    margin-bottom: 15px;
}

table.table-job th {
    font-size: 1.0em;
    font-weight: bold;
    color: #333333;
    text-align: left;
    border-top: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    background-color: #efefef;
    border-collapse: collapse;
    width: 70px;
    padding: 15px;
}

table.table-job td {
    font-size: 1.0em;
    font-weight: normal;
    padding: 15px;
    border-top: #cccccc solid 1px;
    border-left: #cccccc solid 1px;
    border-right: #cccccc solid 1px;
    border-collapse: collapse;
}

table.table-job td p {
margin: 0;
}

.btn_entry {
background: #5e3d8a; 
padding: 15px 25px;
width: 220px;
font-size: 1.2em;
text-align: center;
margin: 10px 0 30px 0;
border-radius: 0.2em;
}

.btn_entry a i {
margin-left: 10px;
}

.btn_entry a, .btn_entry a:hover {
color: #ffffff;
text-decoration: none;
}

.btn_entry.right {
background: #a584c6; 
} 

.btn_entry.center, .center {
  margin-left: auto;
  margin-right: auto;
}

/*  Jobs Navigation  */

.pager li>a, .pager li>span {
border: 1px solid #5e3d8a;
color: #5e3d8a;
}

.pager li>a:hover, .pager li>a:focus {
background-color: #5e3d8a;
}

/*  Policy  */
.item-page.policy h3 {font-weight: normal; font-size: 20px;}

/*  Footer Bottomright  Menu  */

#footer .nav>li>a:hover, 
#footer .nav>li>a:active, 
#footer .nav>li>a:focus {
border-bottom: none;
} 

#footer .nav>li:before {
content: "";
}

#footer ul.nav.menu li a img {
margin-right: 7px;
padding-bottom: 6px;
}

img.imgright {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

img.imgleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  img.imgleft, img.imgright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}


/*  Mobile  Adjustment  */
@media (max-width: 768px)  {
#header .menu {
text-align: left;
}
.page-header h2 {
font-size: 18px;
}
.items-row.cols-1 .page-header h2:before {
content: none;
}
.blog_job .items-row .item p {
margin: 0;
font-size: 13px;
}
}

@media (min-width: 768px){
.btn_entry.sp {display: none;}
}

