﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

strong, b, mark {
    font-weight: bold;
    font-style: inherit;
}

em, i, cite, q, address, dfn, var {
    font-style: italic;
    font-weight: inherit;
}

abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}

ins {
    border-bottom: 1px solid;
}

a, u, ins {
    text-decoration: none;
}

del, s {
    text-decoration: line-through;
}

pre, code, samp, kbd {
    font-family: monospace;
}

small {
    font-size: .75em;
}

img {
    border: 0;
    font-style: italic;
}

input, select, option, optgroup, textarea {
    font: inherit;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, address, figure, pre, fieldset, hr, .nav, .island, .media {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

figcaption, small {
    font-size: 12px;
    font-size: .75rem;
}

small, code {
    line-height: 1;
}

pre, code, input, textarea {
    font: inherit;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    line-height: 1.5;
    background-color: #eeede9;
    color: #333;
}

body {
    min-height: 100%;
    background-color: #fff;
}

.cf, .grids, .media {
    zoom: 1;
}

.cf:before, .grids:before, .media:before, .cf:after, .grids:after, .media:after {
    content: "";
    display: table;
}

.cf:after, .grids:after, .media:after {
    clear: both;
}

.island {
    padding: 1.5em;
}

.island > :last-child {
    margin-bottom: 0;
}

.media {
    display: block;
}

.media .img {
    float: left;
    margin-right: 10px;
}

.media .body {
    overflow: hidden;
    margin-bottom: 0;
}

.logo, .logo img {
    display: block;
    width: auto;
    height: auto;
}

.logo {
    background: url(/path/to/logo);
}

.logo:hover {
    background-position: 0 -00px;
}

.logo img {
    position: absolute;
    left: -99999px;
}

.nav {
    list-style: none;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
}

h1, .alpha {
    font-size: 2em;
    line-height: 1.5;
}

h2, .beta {
    font-size: 1.5em;
    line-height: 1;
}

h3, .gamma {
    font-size: 1.25em;
    line-height: 1.2;
}

h4, .delta {
    font-size: 1.125em;
    line-height: 1.333;
}

h5, .epsilon {
    font-weight: bold;
}

h5, .epsilon, h6, .zeta {
    font-size: 1em;
    line-height: 1.5;
}

figure img {
    display: block;
    margin-bottom: 0;
}

a:visited {
    opacity: .8;
}

a:active, a:focus {
    position: relative;
    top: 1px;
}

li > ul, li > ol {
    margin-bottom: 0;
}

ul.numbered {
    list-style: decimal outside;
}

q {
    quotes: "‘" "’" "“" "”";
}

q:before {
    content: "‘";
    content: open-quote;
}

q:after {
    content: "’";
    content: close-quote;
}

q q:before {
    content: "“";
    content: open-quote;
}

q q:after {
    content: "”";
    content: close-quote;
}

blockquote {
    quotes: "“" "”";
}

blockquote p:before {
    content: "“";
    content: open-quote;
}

blockquote p:after {
    content: "";
    content: no-close-quote;
}

blockquote p:last-of-type:after {
    content: "”";
    content: close-quote;
}

blockquote {
    text-indent: -0.4em;
}

.source {
    display: block;
    text-indent: 0;
    margin-top: -24px;
    margin-top: -1.5rem;
}

.source:before {
    content: "—";
}

mark {
    background-color: #ffc;
    color: #333;
}

pre, code {
    font-family: "inconsolata","monaco","consolas","courier new",courier,monospace;
}

pre {
    overflow: auto;
    line-height: 24px;
}

img {
    max-width: 100%;
    height: auto;
    color: #c00;
}

    img.left {
        margin: 0 1.5em 0 0;
    }

    img.right {
        margin: 0 0 0 1.5em;
    }

fieldset {
    padding: 1.5em;
    border: 1px solid #ccc;
}

.text-input:active, .text-input:focus, textarea:active, textarea:focus {
    cursor: text;
}

.check-list {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin-left: 0;
}

.check-list li {
    width: 25%;
    float: left;
}

.check-label {
    display: inline;
}

fieldset > :last-child {
    margin-bottom: 0;
}

.message {
    font-weight: normal;
    display: block;
    padding: 10px 10px 10px 36px;
    border: 1px solid #ccc;
    margin-left: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}

ul.message {
    list-style: decimal outside;
    padding: 10px 10px 10px 56px;
}

.accessibility {
    position: absolute;
    left: -99999px;
}

.more-link:after {
    content: " »";
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    float: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center, .text-centre {
    text-align: center;
}

.debug [style], .debug style {
    outline: 5px solid yellow;
}

.debug style {
    display: block;
}

.debug img {
    outline: 5px solid red;
}

.debug img[alt] {
    outline-color: green;
}

.debug img[alt=""] {
    outline-color: yellow;
}

.debug a {
    outline: 5px solid yellow;
}

.debug a[title] {
    outline-color: green;
}

.debug a[href="#"] {
    outline-color: yellow;
}

.debug a[target] {
    outline-color: red;
}

.debug [class=""], .debug [id=""] {
    outline: 5px solid yellow;
}

.wrapper {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 25px;
}

.grids {
    max-width: 960px;
    clear: both;
    margin: 0 0 0 -4.167%;
    list-style: none;
    position: relative;
}

[class^="grid-"] {
    float: left;
    margin: 0 4.167% 0 0;
}

.grids [class^="grid-"] {
    margin: 0 0 0 4.167%;
}

.grid-1 {
    width: 4.167%;
}

.grid-2 {
    width: 12.5%;
}

.grid-3 {
    width: 20.833%;
}

.grid-4 {
    width: 29.167%;
}

.grid-5 {
    width: 37.5%;
}

.grid-6 {
    width: 45.833%;
}

.grid-7 {
    width: 54.167%;
}

.grid-8 {
    width: 62.5%;
}

.grid-9 {
    width: 70.833%;
}

.grid-10 {
    width: 79.167%;
}

.grid-11 {
    width: 87.5%;
}

.grid-12 {
    width: 95.833%;
    margin: 0;
}

pre, code {
    background-color: #fef8c4;
}

html {
    font-family: 'open sans',arial,helvetica,sans-serif;
    color: #000;
}

h1, h3, h4 {
    font-family: 'open sans', sans-serif;
}

h2 {
    font-family: 'montserrat',sans-serif;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

h2 .light {
    font-size: 30px !important;
    color: #939598;
}

p {
    font-family: 'open sans',sans-serif;
    font-family: 18px;
    color: #000000;
    text-align: justify;
}

a.btnblue {
    font-family: 'montserrat',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    margin: 0 auto;
    background: #0cacf8;
}

a:hover.btnblue {
    background: #42b8ea;
    text-decoration: none;
    color: #fff;
}

h1 {
    text-transform: uppercase;
    margin-top: 1em;
}

h1.blue {
    color: #04a1e3;
    margin-bottom: 0 !important;
}

.backcontainer {
    width: 100%;
    background-color: #fff;
    border-top: solid 1px #d0cfca;
}

.backcontainerHeader {
    background: #072237 url(http://www.xiti.com/content/images/new/header.png) repeat-x center bottom;
    height: 273px;
}

.backcontainerFooter {
    background-color: #072237;
    min-height: 275px;
}

.backcontainerHeader {
    border-top: solid 2px #5d5948 !important;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 600;
}

.xbold {
    font-weight: 700;
}

.island {
    color: #333;
    border: 1px solid #ddd;
    min-height: 9em;
    background: #efeeea;
    background: -moz-linear-gradient(top,#efeeea 0,#ddddd9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efeeea),color-stop(100%,#ddddd9));
    background: -webkit-linear-gradient(top,#efeeea 0,#ddddd9 100%);
    background: -o-linear-gradient(top,#efeeea 0,#ddddd9 100%);
    background: -ms-linear-gradient(top,#efeeea 0,#ddddd9 100%);
    background: linear-gradient(top,#efeeea 0,#ddddd9 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#efeeea',endcolorstr='#ddddd9',gradienttype=0);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
    text-align: center;
}

ul.solution {
    list-style: none;
    margin: 0 auto;
}

ul.solution li {
    display: block;
    text-align: center;
    width: 29%;
    height: 130px;
    float: left;
    margin: 0 2% 0 2%;
}

ul.solution li a {
    text-decoration: none;
    font-family: 'open sans',sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

a.buttongrey {
    font-family: 'open sans',sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 70%;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    background: #696969;
    background: -moz-linear-gradient(top,#696969 0,#555 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#696969),color-stop(100%,#555));
    background: -webkit-linear-gradient(top,#696969 0,#555 100%);
    background: -o-linear-gradient(top,#696969 0,#555 100%);
    background: -ms-linear-gradient(top,#696969 0,#555 100%);
    background: linear-gradient(top,#696969 0,#555 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#696969',endcolorstr='#555555',gradienttype=0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    -moz-box-shadow: 0 1px 2px rgba(000,000,000,0.7),inset 0 0 1px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(000,000,000,0.7),inset 0 0 1px rgba(255,255,255,0.2);
    text-shadow: 0 -1px 0 rgba(000,000,000,0.4),0px 1px 0 rgba(255,255,255,0.3);
}

a:hover.buttongrey {
    background: #42b8ea;
    text-decoration: none;
    color: #fff;
}

a.buttonblue {
    font-family: 'open sans',sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 70%;
    padding: 10px 20px;
    margin: 0 auto;
    display: block;
    background: #42b8ea;
    background: -moz-linear-gradient(top,#42b8ea 0,#04a1e3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#42b8ea),color-stop(100%,#04a1e3));
    background: -webkit-linear-gradient(top,#42b8ea 0,#04a1e3 100%);
    background: -o-linear-gradient(top,#42b8ea 0,#04a1e3 100%);
    background: -ms-linear-gradient(top,#42b8ea 0,#04a1e3 100%);
    background: linear-gradient(top,#42b8ea 0,#04a1e3 100%);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#42b8ea',endcolorstr='#04a1e3',gradienttype=0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #fff;
    -moz-box-shadow: 0 1px 2px rgba(000,000,000,0.7),inset 0 0 1px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(000,000,000,0.7),inset 0 0 1px rgba(255,255,255,0.2);
    text-shadow: 0 -1px 0 rgba(000,000,000,0.4),0px 1px 0 rgba(255,255,255,0.3);
}

a:hover.buttonblue {
    background: #42b8ea;
    text-decoration: none;
    color: #fff;
}

#nav {
    margin-top: 165px;
    text-align: right;
}

#nav a {
    color: #fff;
}

#nav a:hover {
    color: #0CF;
}

#nav ul {
    margin-bottom: 0;
}

#nav ul li {
    font-family: 'montserrat';
    font-size: 16px;
    text-transform: uppercase;
    display: inline;
    list-style: none;
    margin: 0;
    zoom: 1;
}

#nav ul li a {
    padding: 4px 0 0 20px;
}

.footer {
    font-family: 'open sans';
    margin-top: 5em;
    font-size: .7em;
}

.footer p {
    font-family: 'open sans';
    color: #fff;
}

.footer .links {
    font-size: 9px;
    text-transform: uppercase;
    color: #0cacf8;
    margin-bottom: 0;
}

.footer .footerTitle {
    font-family: 'montserrat';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
}

.footer .copyrights {
    font-size: 9px;
}

.footer .social {
    overflow: hidden;
    padding: 0 0 10px 0;
    position: relative;
    line-height: normal;
}

.footer .social #facebook {
    background: url(http://www.xiti.com/content/images/picto-facebook.png) no-repeat scroll left center transparent;
}

.footer .social #twitter {
    background: url(http://www.xiti.com/content/images/picto-twitter.png) no-repeat scroll left center transparent;
}

.footer .social #blog {
    background: url(http://www.xiti.com/content/images/picto-blog.png) no-repeat scroll left center transparent;
}

.footer .social a:hover {
    top: -5px;
}

.footer .social a {
    -moz-transition: all .4s ease 0s;
    color: #b6b6b8;
    display: block;
    float: left;
    font-family: "helvetica neue",verdana,sans-serif;
    font-size: 2em;
    outline: medium none;
    padding: 20px 0 15px 80px;
    position: relative;
    top: 0;
    width: 16.6%;
}

.footer .social a span {
    display: block;
    font-family: georgia,serif;
    font-size: .7em;
    font-style: italic;
}

a {
    color: #04a1e3;
    text-decoration: none;
}

    a:hover {
        color: #0cf;
    }

mark {
    border-bottom: 2px solid;
}

pre {
    padding: 10px;
}

    pre code, pre mark {
        background: 0;
    }

::selection {
    background-color: #42b8ea;
    color: #fff;
}

::-moz-selection {
    background-color: #42b8ea;
    color: #fff;
}

hr {
    padding: 0;
    border: 0;
    height: 1px;
    background-color: #ccc;
}

#IFlogin {
    border: medium none;
    overflow: hidden;
    width: 630px;
    height: 120px;
}

.footer .links {
    float: right;
}

#lang_sel li a.lang_sel_sel {
    border: medium none;
    color: #fff;
}

#lang_sel li a.lang_sel_sel:hover {
    color: #fff;
}

#lang_sel li ul {
    border: medium none;
}

#my_account {
    float: right;
    margin-right: 20px;
}

#lang_sel {
    float: right;
}

#lang_sel ul, #lang_sel li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#lang_sel li:before {
    content: "" !important;
}

#lang_sel li {
    float: left;
    position: relative;
    width: 50px;
}

#lang_sel a, #lang_sel a:visited, .header a.link, .header a.link:visited {
    color: #fff;
    display: block;
    font-family: 'montserrat';
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
    text-decoration: none !important;
}

#lang_sel a, #lang_sel a:visited {
    padding-left: 10px;
}

#lang_sel ul ul {
    height: 0;
    left: 0;
    position: absolute;
    top: 24px;
    visibility: hidden;
    width: 40px;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited {
    border-width: 0 1px 1px;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
}

#lang_sel a:hover, #lang_sel ul ul a:hover, .header a.link:hover {
    color: #0CF;
}

#lang_sel *:hover > a, #lang_sel ul ul *:hover > a {
    color: #0CF;
}

#lang_sel a.lang_sel_sel {
    background: url("http://www.xiti.com/content/images/new/nav-arrow-down.png") no-repeat scroll right center;
    color: #444;
}

#lang_sel a.lang_sel_sel:hover {
    color: #000;
    text-decoration: none;
}

#lang_sel a.lang_sel_sel:hover, #lang_sel a.lang_sel_sel:focus {
    top: 0 !important;
}

#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
    visibility: visible;
}

#lang_sel img.iclflag {
    height: 12px;
    position: relative;
    top: 1px;
    width: 18px;
}

h2.form {
    padding: 10px 20px;
    font-size: 18px;
}

h2.form, h3.form {
    padding: 10px 0;
    margin: 0;
}

span.label, span.labelSolution, span.labelWarning {
    padding: 8px 0 2px 0;
    display: block;
    font-size: 1em;
}

span.labelSolution {
    font-weight: bold;
}

span.labelWarning {
    font-style: italic;
    color: red;
}

span.labelToValidate {
    display: block;
    font-size: 1em;
    color: #2d2d2d;
}

input.textEntry, textarea.textEntry, input.passwordEntry, select.textEntry {
    -moz-transition: all .3s ease 0s;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    font: 13px/18px arial,helvetica,sans-serif;
    padding: 4px 6px;
    resize: none;
    width: 380px;
}

textarea.textEntry, select.textEntry {
    width: 400px;
}

input.textEntry:hover, textarea.textEntry:hover, input.passwordEntry:hover, select.textEntry:hover {
    border: 1px solid #999;
}

input.textEntry:focus, textarea.textEntry:focus, input.passwordEntry:focus, select.textEntry:focus {
    border: 1px solid #999;
}

table.rblEntry {
    display: inline;
}

span.valSummary, div.valSummary {
    display: block;
    padding-bottom: 30px;
    color: red;
}

@media(max-width:720px) {
    html {
        font-size: 1.125em;
        padding: 0 !important;
        margin: 0 !important;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .wrapper {
        width: auto;
    }

    .grids {
        margin: 0;
        width: auto;
    }

    #nav {
        text-align: center;
        margin-top: 60px;
    }

    #nav a {
        color: #000 !important;
    }

    h1 {
        margin-top: 120px !important;
    }

    [class^="grid-"], .grids [class^="grid-"] {
        width: auto;
        float: none;
        margin: 0;
    }

    .logo {
        margin-left: auto;
        margin-right: auto;
    }

    ul, ol, dl {
        margin-left: 1.5em;
    }

    img.left, img.right {
        max-width: 50%;
        height: auto;
    }

    .backcontainerFooter {
        background-color: #072237;
        min-height: 500px;
    }

    .footer .footerTitle {
        text-align: left;
        clear: both;
        padding-top: 10px;
    }
}

@media print {
    * {
        background-color: #fff;
        color: #000;
        text-shadow: none !important;
    }

    body {
        font-size: .75em;
    }

    .wrapper {
        width: 75%;
        margin: 0 auto;
    }

    .nav, .footer {
        display: none;
    }

    .logo img {
        position: static;
    }

    .grids {
        width: auto;
    }

    [class^="grid-"] {
        width: auto;
        float: none;
        clear: both;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .message {
        border: 0;
        font-weight: bold;
    }

    a:link:after, a:visited:after {
        content: " (" attr(href) ")";
        font-size: smaller;
    }
}