@font-face{
font-family:"News Gothic W01 Bold";
src:url("Fonts/2f1e98db-85dd-4534-94c9-c229191511d4.eot?#iefix");
src:url("Fonts/2f1e98db-85dd-4534-94c9-c229191511d4.eot?#iefix") format("eot"),url("Fonts/c9c438fb-cc69-4afa-8784-732af7594cc5.woff") format("woff"),url("Fonts/4dd05b9f-d17c-4622-9bb5-4f9dc0902f05.ttf") format("truetype"),url("Fonts/db64de75-8a77-4996-b276-5453aba0b2c1.svg#db64de75-8a77-4996-b276-5453aba0b2c1") format("svg");
}
@font-face{
font-family:"News Gothic W01";
src:url("Fonts/7feeddb9-43b6-461a-97b6-b56aff5e8106.eot?#iefix");
src:url("Fonts/7feeddb9-43b6-461a-97b6-b56aff5e8106.eot?#iefix") format("eot"),url("Fonts/16d0ae15-a315-4df1-a24c-7addb09b5eef.woff") format("woff"),url("Fonts/f87bf9c6-814b-4e50-bc84-247e8b0a841d.ttf") format("truetype"),url("Fonts/3f2579a8-dff8-4c55-8a9d-ba8ec6b7c5b0.svg#3f2579a8-dff8-4c55-8a9d-ba8ec6b7c5b0") format("svg");
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/**
 * Colors :
 *   Orange -> #f29400
 *   gray/blue light -> #a4acb1
 *   gray/blue strong -> #51626f
 *   orange light -> #f7c38d
 */

.wrapper                                { width:840px; margin:0 auto; position:relative; }
body                                    { color:#a4acb1; font:14px/21px 'Myriad Pro 1167301', sans-serif; }

.element-invisible                      { display:none; }
.tabs.primary                           { padding:0; margin:0 0 20px 0; }
.tabs.primary li                        { display:inline-block; *display:inline; *zoom:1; }
.tabs.primary li a                      { color:white; text-decoration:none; display:inline-block; *display:inline; *zoom:1; background:#f29400; 
                                          padding:2px 10px; font-size:12px; }
.tabs.primary li a:hover                { background:#d58200; }

#content article span.editor-bolder     { font-weight:bold; }

/**
* Buttons
*/
.button.more a                          { display:block; }
.button.more a, .button.back, #edit-submit
                                        { padding:4px 20px; color:white; font:12px/18px 'Myriad Pro 1166607', sans-serif; font-weight:bold;
                                          -webkit-border-radius: 2px 1px 1px 2px/2px; text-decoration: none; text-shadow: 1px 1px #9ca5ab;
                                          -moz-border-radius: 2px 1px 1px 2px/2px;
                                          border-radius: 2px 1px 1px 2px/2px;
                                          background-color: #b9c0c5;
                                          -webkit-box-shadow: 0 1px rgba(255,255,255,.5), inset 0 2px 4px rgba(0,0,0,.24);
                                          -moz-box-shadow: 0 1px rgba(255,255,255,.5), inset 0 2px 4px rgba(0,0,0,.24);
                                          box-shadow: 0 1px rgba(255,255,255,.5), inset 0 2px 4px rgba(0,0,0,.24);
                                          background-image: -webkit-linear-gradient(top, #dbe0e4, #9fa8ae);
                                          background-image: -moz-linear-gradient(top, #dbe0e4, #9fa8ae);
                                          background-image: -o-linear-gradient(top, #dbe0e4, #9fa8ae);
                                          background-image: -ms-linear-gradient(top, #dbe0e4, #9fa8ae);
                                          background-image: linear-gradient(to bottom, #dbe0e4, #9fa8ae);
                                        }
.button.more a:hover, .button.back:hover, #edit-submit:hover
                                        { background-image: -webkit-linear-gradient(top, #9fa8ae, #dbe0e4);
                                          background-image: -moz-linear-gradient(top, #9fa8ae, #dbe0e4);
                                          background-image: -o-linear-gradient(top, #9fa8ae, #dbe0e4);
                                          background-image: -ms-linear-gradient(top, #9fa8ae, #dbe0e4);
                                          background-image: linear-gradient(to bottom, #9fa8ae, #dbe0e4);
                                        }
.button.more a:active, .button.back:active, #edit-submit:active
                                        { -webkit-box-shadow: 0 1px rgba(255,255,255,.8), inset 0 2px 4px rgba(0,0,0,.48);
                                          -moz-box-shadow: 0 1px rgba(255,255,255,.8), inset 0 2px 4px rgba(0,0,0,.48);
                                          box-shadow: 0 1px rgba(255,255,255,.8), inset 0 2px 4px rgba(0,0,0,.48);
                                        }

/**
* Main header / menu / langswitcher
*/
#header .wrapper.logo                   { height:110px; }
#header .wrapper.logo img               { margin:24px 0 0 0; }

#header .wide.orange                    { background:#f29400; height:30px; width:900px; margin:0 auto; }

#header nav                             { float:left; text-transform:uppercase; }
#header nav ul                          { margin:0; padding:0; }
#header nav li                          { display:inline-block; *display:inline; *zoom:1; }
#header nav a                           { color:white; text-decoration:none; line-height:30px; font-size:12px; }
#header nav a:hover, #header nav a.active, #header nav a.active-trail
                                        { color:#38464e; }

#header nav.block-menu-block a          {  }
#header nav.block-menu-block a:after    { content:"|"; padding:0 10px; color:white; }
#header nav.block-menu-block li.last a:after
                                        { content:""; display:none; }

#header nav#block-locale-language       { float:right; display:none; }
#header nav#block-locale-language span  { font-size:11px; color:#e5e5e5; }
#header nav#block-locale-language a     { color:#e5e5e5; }
#header nav#block-locale-language a.active, #header nav#block-locale-language a:hover
                                        { color:white; }

/**
* HP Slider
*/
#featured                               { height:310px; background:#dbdcdd; width:900px; margin:0 auto; }
#featured article.promotion             { width:900px; height:310px; position:relative; text-align:left; }
#featured article.promotion header      { width:385px; height:180px; position:absolute; left:30px; top:70px; z-index:2; }
#featured article.promotion header h1   { color:white; margin:0 0 10px 0; font:28px/28px 'nasalization_freeregular'; text-transform:uppercase; }
#featured article.promotion header p    { color:#585f64; font:16px/24px 'Myriad Pro 1167301'; }
#featured article.promotion img         { position:absolute; top:0; left:0; z-index:1; }
#featured .jcarousel-navigation         { position:absolute; top:205px; right:30px; z-index:3; }
#featured .jcarousel-navigation span    { display:none; }
#featured .jcarousel-navigation li      { display:block; margin:0 0 5px 0; }
#featured .jcarousel-navigation li a    { display:block; height:6px; width:6px; background:white; }
#featured .jcarousel-navigation li.active a
                                        { background:#f29400; }
#featured article.promotion .button.more a
                                        { display:inline-block; *display:inline; *zoom:1; }

/**
* HP content
*/
.front #content                         { margin-top:40px; }
.front #content article                 { float:left; width:425px; text-align: justify; margin:0 0 50px 0; }
.front #content article h1              { font:14px/21px 'Myriad Pro 1167301', sans-serif; color:#51626f; font-weight:bold; margin:0 0 30px 0;
                                          text-transform:uppercase; }
.front #content article h2              { font:13px/20px sans-serif; color:#f29400; font-weight:bold; margin:20px 0; }
.front #content article span.brand      { color:#f29400; }
.front #content article p a             { color:#a4acb1; }
.front #content article p a:hover       { text-decoration:none; }
.front #content article p span.editor-bolder
                                        { font-weight:bold; }

#hp-last-news                           { width:347px; background:#b9c0c5; float:right; position:relative; color:white; padding:0 0 15px 15px; }
#hp-last-news h1                        { text-transform:uppercase; font:14px/21px 'Myriad Pro 1167301', sans-serif; border-bottom:1px solid white;
                                          margin:5px 0 10px 0; }
#hp-last-news .wtf                      { background:#85919a; height:100%; width:158px; position:absolute; top:0; right:0; z-index:1; }
#hp-last-news article.news-hp           { position:relative; z-index:2; width:auto; padding:0 15px 0 0; margin:0; }
#hp-last-news article.news-hp .image    { float:left; margin:0 15px 0 0;  }
#hp-last-news article.news-hp h1        { float:left; border:0; padding:0; font-weight:normal; font-family:'Myriad Pro 1167301'; margin:0;
                                          width:128px; text-align:left; }
#hp-last-news article.news-hp h1 a      { color:white; text-decoration:none; }
#hp-last-news article.news-hp h1 a:hover{ text-decoration:underline; }
#hp-last-news article.news-hp .date-display-single
                                        { float:left; font:10px/15px 'Myriad Pro 1166607', sans-serif; font-weight:bold; width:128px; }
#hp-last-news article.news-hp .summary  { float:left; width:128px; }
#hp-last-news article.news-hp .more     { float:left; }
#hp-last-news article.news-hp .more a   { padding:3px 20px; margin-top:15px; }

/**
* Pages
*/
#content #featured                      { margin-bottom:40px; height:148px; }
#content #featured img                  { margin:0 auto; display:block; }

#content .content.left                  { float:left; width:425px; text-align: justify; margin:0 0 50px 0; }
#content .content.left h1,
#content .contact .left h1,
aside.find-us h1                        { font:14px/21px 'Myriad Pro 1167301', sans-serif; color:#51626f; /*font-weight:bold;*/ margin:0 0 30px 0;
                                          text-transform:uppercase; }
#content .content.left h2,
#content .contact .left h2,
aside.find-us h2                        { font:14px/21px 'Myriad Pro 1166607', sans-serif; color:#f29400; font-weight:bold; margin:20px 0; }

#content .content.left h3,
#content .contact .left h3,
aside.find-us h3                        { font:13px/20px 'Myriad Pro 1166607', sans-serif; color:#51626f; font-weight:bold; margin:20px 0; }

#content .content.left a,
#content .contact.left a,
aside.find-us a                         { color:#51626f; text-decoration:underline; }

#content .content.left a:hover,
#content .contact.left a:hover,
aside.find-us a:hover                   { color:#51626f; text-decoration:none; }

#content .content.aside                 { float:right; width:347px; background:#b9c0c5; position:relative; color:white; padding:0 0 15px 15px;
                                          margin:0 0 20px 0; }
#content .content.aside h1              { text-transform:uppercase; font:14px/21px 'Myriad Pro 1167301', sans-serif; border-bottom:1px solid white;
                                          margin:5px 0 10px 0; }
#content .content.aside h2              { text-transform:uppercase; font:14px/21px 'Myriad Pro 1167301', sans-serif; position:absolute; top:25px;
                                          right:-10px; z-index:3;
                                          width:128px; }
#content .content.aside .photo-media    { margin:15px 0 0; position:relative; z-index:2; }
#content .content.aside .photo-media img{ margin:0 15px 0 0; }
#content .content.aside .photo-media span.photo-title
                                        { position: absolute; bottom:0; font:10px/10px 'Myriad Pro 1167301', sans-serif; }
#content .content.aside .wtf            { background:#85919a; height:100%; width:128px; position:absolute; top:0; right:0; z-index:1; }

/**
* News
*/
#content .view-articles ol              { padding:0; margin:0; }
#content .view-articles ol li           { list-style:none; }
#content article.news                   { clear:both; margin:0 0 45px 0; padding:0 0 25px 0; border-bottom:1px solid #b9c0c5; }
#content li.views-row-last article.news { border:0; }
#content article.news h1                { display:block; float:left; font:14px/21px 'Myriad Pro 1167301', sans-serif; color:#51626f; margin:0 0 20px 0;
                                          text-transform:uppercase; }
#content article.news h1:after          { content:"|"; padding:0 10px; }
#content article.news h1 a              { color:#51626f; text-decoration:none; }
#content article.news h1 a:hover        { text-decoration:underline; }
#content article.news h2                { font:14px/21px 'Myriad Pro 1166607', sans-serif; color:#f29400; font-weight:bold; margin:20px 0; }
#content article.news span.date-display-single
                                        { color:#51626f; float:left; }
#content article.news .summary          { float:right; width:630px; text-align: justify; }
#content article.news .summary p.first-child
                                        { margin-top:0; }
#content article.news .summary p.last-child
                                        { margin-bottom:0; }
#content article.news .image            { float:left; clear:both; }
#content article.news .button.more      { display:block; float:left; margin:10px 0 0 21px; }

#content article.news.detail            { margin:25px 0 0 0; }
#content article.news.detail .news-picture
                                        { clear:both; float:left; width:189px; }
#content article.news.detail .news-picture .photo-title
                                        { font:10px/15px 'Myriad Pro 1167301', sans-serif; color:#51626f; }
#content article.news.detail .summary   { float:right; width:630px; text-align: justify; }

#content .pager                         { display:block; margin:0 auto; padding:0; text-align:center; }
#content .pager li                      { display:inline-block; *zoom:1; *display:inline; margin:0 2px; }
#content .pager li.pager-first, #content .pager li.pager-last
                                        { display:none; }
#content .pager li a                    { color:#51626f; text-decoration:none; }
#content .pager li a:hover              { text-decoration:underline; }

/**
* Certifications
*/
#certifs                                { float:right; width:347px; background:#b9c0c5; position:relative; color:white; padding:0 0 15px 15px;
                                          margin:0 0 20px 0; }
#certifs h1                             { text-transform:uppercase; font:14px/21px 'Myriad Pro 1167301', sans-serif; border-bottom:1px solid white;
                                          margin:5px 0 10px 0; }
#certifs .certifications-section        { position:relative; margin:0 0 5px 0; padding:0 0 10px 0; border-bottom:1px solid white; }
#certifs .certifications-section h1     { text-transform:uppercase; font:14px/21px 'Myriad Pro 1166607', sans-serif; position:absolute; top:0;
                                          right:-10px; z-index:3; width:128px; margin:0; border:0; }
#certifs .certifications-section .certifications-list
                                        { padding:0; margin:0; }
#certifs .certifications-section .certifications-list li
                                        { list-style:none; }
#certifs .certifications-section.last-child
                                        { border:0; padding:0; margin:0; }
#certifs article.certification          { margin:10px 0; position:relative; z-index:2; width:200px; color:#51626f; 
                                          font:12px/18px 'Myriad Pro 1167301', sans-serif; }
#certifs article.certification h1       { /*display:inline;*/ position:static; }
#certifs article.certification h1 a     { color:#51626f; font:12px/18px 'Myriad Pro 1166607', sans-serif; }
/*#certifs article.certification h1:after,*/
#certifs article.certification span.date-display-single:after
                                        { content:" - "; font-weight:normal; }
#certifs .wtf                           { background:#85919a; height:100%; width:128px; position:absolute; top:0; right:0; z-index:1; }

/**
* Contact
*/
#content article.contact .left          { float:left; width:425px; margin:0 0 50px 0; }
#content form input, #content form textarea
                                        { border:2px solid #cbcdcf; border-radius:3px; width:327px; display:inline-block; *display:inline; *zoom:1; }
#content form label                     { width:89px; display:inline-block; *display:inline; *zoom:1; margin:0; }
#content form .form-item                { margin:0 0 10px 0; }
#content form .form-textarea-wrapper    { display:inline-block; *display:inline; *zoom:1; }
#content form .form-textarea-wrapper textarea
                                        { width:331px; }
#content form .form-textarea-wrapper .grippie 
                                        { /*display:none;*/ }
#content form #edit-submit              { border:0; width:auto; padding:4px 40px; }

#content article.contact #edit-submit   { margin:0 0 0 93px; }
#content article.contact h1             { font:14px/21px 'Myriad Pro 1167301', sans-serif; color:#51626f; font-weight:bold; margin:0 0 25px 0;
                                          text-transform:uppercase; }
#content article.contact h2             { font:14px/21px 'Myriad Pro 1167301', sans-serif; font-weight:bold; margin:0 0 10px 0; }
#content article.contact .find-us       { margin:50px 0 0 0; }

#content aside.contacts                 { margin:0 0 50px 0; }
#content aside.contacts h1              { color:white; }
#content aside.contacts .section        { position:relative; border-bottom:1px solid white; margin:0 0 10px 0; }
#content aside.contacts .section h1.section-title
                                        { border:0; margin:0; position:absolute; top:0; left:230px; z-index:4; }
#content aside.contacts .section ul     { margin:0; padding:0; }
#content aside.contacts .section ul li  { list-style:none; }
#content aside.contacts .section article.person
                                        { color:#51626f; font:12px/18px 'Myriad Pro 1167301', sans-serif; width:200px; }
#content aside.contacts .section article.person h1
                                        { border:0; color:#51626f; margin:0; font:12px/18px 'Myriad Pro 1166607', sans-serif; text-transform:none; }
#content aside.contacts .section article.person p
                                        { margin:0 0 15px 0; }
#content aside.contacts .section article.person a
                                        { color:#51626f; }
#content aside.contacts .section article.person a:hover
                                        { text-decoration:none; }
#content aside.contacts .section.last   { border:0; }

#content .captcha img                   { margin:0 32px 0 0; }
#content .captcha img, #content .captcha .form-item-captcha-response
                                        { display:inline-block; *display:inline; *zoom:1; }
#content .captcha .form-item-captcha-response label
                                        { display:none; }

/**
* Global footer
*/
#footer                                 { clear:both; margin-top:50px; font-size:12px; position:relative; }
#footer a                               { color:#a4acb1; text-decoration:underline; }
#footer a:hover                         { text-decoration:none; }
#footer span                            { color:#f29400; }

#footer a.linkedin                      { position:absolute; display:block; height:16px; width:16px; top:0; right:0; font-size:0; line-height:0;
                                          text-indent:-9999px; background:url(../img/linkedin.png) center top no-repeat; }
#footer a.linkedin:hover                { background-position:center bottom; }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
