/* CSS - default */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Header = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header
{
border-bottom: 1px solid rgb(252,252,252);
box-shadow: 0px 2px 2px -2px rgba(222,222,222,.75);
display: block;
font-size: 38px;
font-weight: 500;
line-height: 1.1;
padding: 9px 18px;
text-align: center;
}/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Domain = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.domain
{
background-repeat: no-repeat;
background-position: center top;
background-size: auto 124px;
padding: 9px 9px 9px 9px;
-webkit-transition: background-image 0.2s ease-in-out;
   -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
     -o-transition: background-image 0.2s ease-in-out;
        transition: background-image 0.2s ease-in-out;
}
.domain:hover
{
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Header = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.domain>h3
{
color: rgb(49,112,149);
text-align: center;
margin: 9px 0px 18px 0px;
padding: 0px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Links = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.domain>a.link-focus
{
background-image:url('/static/cylian/img/focus.png');
background-size: .9em;
background-position: left 40%;
background-repeat:no-repeat;
padding-left: 1.1em;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Domain - service = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.domain.service
{background-image: url('/static/cylian/img/icon-service-disabled.png');padding-top: 133px;}
.domain.service:hover
{background-image: url('/static/cylian/img/icon-service-enabled.png');}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Domain - expert = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.domain.expert
{background-image: url('/static/cylian/img/icon-expert-disabled.png');padding-top: 133px;}
.domain.expert:hover
{background-image: url('/static/cylian/img/icon-expert-enabled.png');}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Domain - training = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.domain.training
{background-image: url('/static/cylian/img/icon-training-disabled.png');padding-top: 133px;}
.domain.training:hover
{background-image: url('/static/cylian/img/icon-training-enabled.png');}/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* = Summary = */
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.summary
{
text-align: justify;
}