/*************/
/* css 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/******************/
/* embedded fonts */
/******************/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url("font/BebasNeue-webfont.eot");
    src: url("font/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("font/BebasNeue-webfont.woff") format("woff"), url("font/BebasNeue-webfont.ttf") format("truetype"), url("font/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*******************/
/* layout elements */
/*******************/

body {
    padding: 0;
    margin: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    color: #303030;
    text-align: center;
    background: #101010;
}

.wrap {
    border-top: 5px solid #ed3237;
    width: 100%;
    overflow: hidden;
    background: #373435 url(images/gif/bg.gif) top left repeat;
}

.container {
    margin: 0 auto 20px;
    padding: 0;
    background: #fff;
    border: 5px solid #6a6466;
    border-top: none;
    width: 950px;
    overflow: hidden;
    text-align: left;
}

#header {
    width: 950px;
    height: 170px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.logo {
    border: none;
    float: left;
    width: 198px;
    height: 127px;
    margin: 0;
}

.slogan {
    font-size: 165%;
    clear: right;
    text-align: right;
    padding: 30px 15px 0 0;
}

.content_top {
    clear: both;
    width: 930px;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    background: url(images/jpeg/bg_thumbs.jpg) top center no-repeat / cover;
    height: 530px;
}

.thumb_service {
    width: 178px;
    height: 220px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.thumb_service_last {
    width: 178px;
    height: 220px;
    float: left;
    margin: 0;
    padding: 0;
}

.content {
    line-height: 1.6em;
    clear: both;
    width: 930px;
    overflow: hidden;
    padding: 10px;
    margin: 0;
    font-size: 90%;
}

.left_col {
    width: 600px;
    padding: 10px;
    float: left;
    overflow: hidden;
}

.right_col {
    width: 300px;
    float: right;
    overflow: hidden;
}

.col_470 {
    width: 460px;
    padding: 5px;
    overflow: hidden;
}

.col_450 {
    width: 450px;
    overflow: hidden;
}

.content_bottom {
    background: #6a6466 url(images/gif/logo_watermark.gif) bottom right no-repeat;
    clear: both;
    line-height: 1.6em;
    width: 910px;
    overflow: hidden;
    padding: 20px;
    margin: 0;
    font-size: 90%;
}

.footer {
    font-size: 85%;
    background: #101010;
    overflow: hidden;
    margin: 0;
    padding: 10px 0 20px;
    clear: both;
    width: 100%;
}

.footer_inner {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    overflow: hidden;
    text-align: left;
}

.logos_footer {
    width: 193px;
    float: left;
}

.copy {
    line-height: 1.5em;
    text-align: right;
    float: right;
}

/*************************/
/* links and navigations */
/*************************/

.topnav {
    line-height: 1;
    list-style: none;
    width: auto;
    float: right;
    margin: 0;
    padding: 10px 15px 0 0;
    overflow: hidden;
}

.topnav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.topnav a {
    color: #373435;
    font-weight: normal;
    text-decoration: none;
    float: left;
    margin: 0;
    padding: 5px 0 5px 15px;
}

.topnav a:hover, .topnav a:active, .topnav a.selected {
    color: #3962a7;
    text-decoration: underline;
}

.nav_home a {
    border-right: 1px solid #373435;
    padding: 5px 15px;
}

body.home .nav_home a,
body.contact .nav_contact a {
    color: #3962a7;
    text-decoration: underline;
}

/*MAINNAV BAR*/

.nav {
    line-height: 1;
    background: #6a6466;
    height: 40px;
    list-style: none;
    width: 950px;
    border-bottom: 3px solid #ed3237;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.nav a {
    color: #e0d3d8;
    font-weight: normal;
    text-decoration: none;
    float: left;
    margin: 0 10px 0 0;
    height: 25px;
    padding: 15px 8px 0;
}

.nav a:hover, .nav a:active, .nav a.selected {
    color: #fff;
    text-decoration: none;
    background: #ed3237;
}

body.about .nav_about a,
body.expertise .nav_expertise a,
body.consulting .nav_consulting a,
body.customer .nav_customer a,
body.careers .nav_careers a {
    color: #fff;
    text-decoration: none;
    background: #ed3237;
}

/*NAV RIGHT BAR*/

.nav_right {
    line-height: 1.5em;
    list-style: none;
    width: 300px;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav_right li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.nav_right a {
    color: #303030;
    font-weight: normal;
    text-decoration: none;
    float: left;
    margin: 0 0 1px;
    width: 280px;
    background: #eaeaea;
    padding: 8px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nav_right a:hover, .nav_right a:active, .nav_right a.selected {
    color: #fff;
    text-decoration: none;
    background: #3962a7;
}

/*STANDARD LINK*/

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
    text-decoration: underline;
}

/*STANDARD LINK*/

.footer a:link, .footer a:visited, .footer a:active {
    color: #766f71;
    font-weight: normal;
    text-decoration: none;
}

.footer a:hover {
    color: #766f71;
    text-decoration: underline;
}

/********/
/* text */
/********/

p {
    margin: 0 0 12px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    font-family: 'BebasNeueRegular';
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 185%;
    color: #ed3237;
    line-height: 1em;
}

h2 {
    font-family: 'BebasNeueRegular';
    margin: 10px 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 160%;
    color: #000000;
    line-height: 1.3em;
}

h3 {
    font-family: 'BebasNeueRegular';
    margin: 10px 0 0;
    padding: 0;
    font-weight: normal;
    font-size: 140%;
    color: #3962a7;
    line-height: 1.3em;
}

ul {
    list-style-image: url(images/gif/bullet.gif);
    padding: 0 0 20px 20px;
    margin: 0 0 0 15px;
    line-height: 2em;
}

.list_tick {
    list-style-image: url(images/gif/tick.gif);
}

.list_customer {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0;
    width: 300px;
    float: left;
    line-height: 2em;
}

.list_customer strong {
    color: #ed3237;
}

.content_bottom p {
    color: #e0d3d8;
}

.content_bottom h1 {
    color: #fff;
}

.content_bottom strong {
    color: #fff;
}

.footer p {
    color: #766f71;
}

.footer strong {
    color: #766f71;
}

.address {
    width: 250px;
    padding: 20px;
    float: left;
}

/*****************/
/* website forms */
/*****************/
#form {
    float: left;
    padding: 15px;
    margin: 0;
    width: 270px;
}

textarea {
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica,sans-serif;
    color: #555555;
    width: 262px;
    padding: 3px;
    height: 64px;
    background: #f0f0f0;
    border: 1px solid #bbbbbb;
}

input {
    font-size: 11px;
    font-family: Arial, Verdana, Helvetica,sans-serif;
    color: #555555;
    width: 262px;
    padding: 3px;
    height: 19px;
    overflow: hidden;
    background: #f0f0f0;
    border: 1px solid #bbbbbb;
}

label {
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
    padding: 0 0 5px 0;
    width: 250px;
    color: #000;
}

#submit {
    font-family: 'BebasNeueRegular';
    cursor: pointer;
    width: 270px;
    height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 180%;
    border: none;
    color: #fff;
    background: #3962a7;
}

.formrow {
    overflow: hidden;
    clear: both;
    padding: 0 0 8px;
    zoom: 1;
}

.errormessage {
    border: 1px solid #DF8F8F;
    background: #FFCECE url(images/png/errormessage.png) no-repeat 9px center;
    padding: 8px 8px 8px 33px;
    color: #585B66;
    font-size: 13px;
    margin: 5px 0 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.notice {
    background: #DBE3FF url(images/png/notice.png) no-repeat 9px center;
    border: 1px solid #A2B4EE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 8px 8px 33px;
    color: #585B66;
    font-size: 12px;
    margin: 5px 0 10px;
}

.error:focus,
.error {
    border-color: #f00;
}

/********/
/* misc */
/********/
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.loading {
    display: block;
}

.error_container {
    text-align: center;
    padding: 10px 0;
}

.btn_linkedin {
    float: right;
    padding: 0 0 0 5px;
}

.facebook {
    width: 21px;
    float: right;
    padding: 0 0 0 5px;
}

.twitter {
    float: right;
    padding: 0 0 0 5px;
    width: 21px;
}

.clear {
    clear: both;
}

.homebox {
    min-height: 239px;
    width: 283px;
    float: left;
    padding: 10px;
    margin: 0 10px 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,255,255,0.2);
}

.ie .homebox {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff)";
    background: transparent;
    zoom: 1;
}

.homebox_h3 {
    color: #fff;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 8px 9px 5px;
    display: block;
    box-sizing: border-box;
}

.homebox_h3 a {
    color: #fff;
}

.homebox_snip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    background: rgba(70, 129, 192, 0.87);
    padding: 15px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.3s linear;
}

.nomar {
    margin-right: 0;
}

.img-hover {
    display: block;
    position: relative;
    overflow: hidden;
}

.img-hover img {
    width: 100%;
    height: 194px;
}

.homebox:hover .homebox_snip {
    transform: none;
}

/*TABLE*/

table {
    border-collapse: collapse;
    border: 1px solid #000000;
    font: normal 11px verdana, arial, helvetica, sans-serif;
    color: #666666;
    background: #eeeeee;
}

caption {
    text-align: left;
    font: normal 11px verdana, arial, helvetica, sans-serif;
    background: transparent;
}

td, th {
    border: 1px solid #cccccc;
    padding: .8em;
    color: #666666;
}

thead th, tfoot th {
    font: bold 11px verdana, arial, helvetica, sans-serif;
    border: 1px solid #4A78BA;
    text-align: left;
    background: #193888;
    color: #fff;
    padding-top: 6px;
}

tbody td a {
    background: transparent;
    text-decoration: none;
    color: #F6ECF0;
}

tbody td a:hover {
    background: transparent;
    color: #cc0000;
}

tbody th a {
    font: normal 11px verdana, arial, helvetica, sans-serif;
    background: transparent;
    text-decoration: none;
    font-weight: normal;
    color: #F6ECF0;
}

tbody th a:hover {
    background: transparent;
    color: #FFFFFF;
}

tbody th, tbody td {
    vertical-align: top;
    text-align: left;
}

tfoot td {
    color: #fff;
    border: 1px solid #4A78BA;
    background: #193888;
    padding-top: 6px;
}

.odd {
    background: #dbdbdb;
}

tbody tr:hover {
    background: #ffffff;
}

tbody tr:hover th,
tbody tr.odd:hover th {
    background: #51152A;
}
