/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; }
img { border:0 none; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }



/*
    font
*/


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

@font-face {
    font-family: 'SansaPro-SemiBold';
    src: url('font/SansaPro-SemiBold.eot');
    src: url('font/SansaPro-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('font/SansaPro-SemiBold.woff') format('woff'),
         url('font/SansaPro-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SansaPro-Bold';
    src: url('font/SansaPro-Bold.eot');
    src: url('font/SansaPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('font/SansaPro-Bold.woff') format('woff'),
         url('font/SansaPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'SansaPro';
    src: url('font/SansaPro-NormalItalic.eot');
    src: url('font/SansaPro-NormalItalic.eot?#iefix') format('embedded-opentype'),
         url('font/SansaPro-NormalItalic.woff') format('woff'),
         url('font/SansaPro-NormalItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'SansaPro';
    src: url('font/SansaPro-SemiBoldItalic.eot');
    src: url('font/SansaPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('font/SansaPro-SemiBoldItalic.woff') format('woff'),
         url('font/SansaPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}*/
a, button, select {cursor:pointer;}
body, input, select, .button
{
    font-family:SansaPro, arial, helvetica;
    color:#475258;
}
input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
}
select
{
    width:100%;
    appearance:none;
     -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
     background-image:url(dropdown.png);
     background-repeat:no-repeat;
     background-position:right center;
}
.ie9 .pickerList {overflow: hidden;border-radius:6px;}
.ie9 .pickerList select
{
    width:120%;
    background-position:80% center;
 }


select::-ms-expand
{
    padding-top:10px;
    display: none;
}

input, select, .button
{
    border-radius:6px;
    border-width:0px;
    min-height:30px;
    line-height:22px;
    font-weight:bold;
    margin:1px;
    padding-top:8px;padding-bottom:8px;
    padding-left:10px;padding-right:10px;
    min-width:30px;min-height:30px;
    font-size:15px;
}

input
{
    /*
    padding-top:0;
    padding-bottom:0;

    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    -ms-touch-action: all
    */
}

*
{
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-touch-callout: none;
    /*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none
    */


}
/*
layout
*/
/*horizontal*/
.horizontal
{
    white-space:nowrap;
}
.horizontal>*
{
    display:inline-block;
}
.horizontal.horizontalAlignCenter{text-align:center;}
.horizontal.horizontalAlignCenter>*{display:inline-block;}

.horizontal.verticalAlignMiddle>*{vertical-align:middle;}
.horizontal.horizontalAlignRight{}
.horizontalAlignJustify>*{width:100%;}
.horizontal.verticalAlignTop{}

/*vertical*/
.vertical>*:last-child
{
    margin-bottom:0;
}

.verticalAlignJustify>*{height:100%;}
.vertical.horizontalAlignLeft{}
.vertical.horizontalAlignCenter{text-align:center;}



html, body, .startup, .mainGroup, .screenNavigator,.screen
{
    height:100%;
    overflow:hidden;
}
div.screenNavigator, div.image
{
    margin-bottom:0;
}
.startup
{
    white-space:nowrap;
    overflow:visible;
    position:relative;
}
.panelScreen>.displayObject
{
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
}
.panelScreen
{
    background:white;
    position:absolute;
    width:100%;

    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    /*
    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    -ms-transition: left .3s ease-out;
    -o-transition: left .3s ease-out;
    transition: left .3s ease-out;
    */
}
.callout-style{
    padding:4px 8px;
}
/*
.popup>.panelScreen>.displayObject,.popup>.panelScreen
{
    height:100%;
}*/
.popup .alternateNameQuietButton /*close button*/
{
    position:absolute;
    right:0;
    top:4px;
}
}
.popup>.panelScreen
{
    position:relative;
}
.home>.displayObject
{
    height:100%;
}


h2{
    background-color:#142559;
    min-height:48px;
    line-height:48px;
    text-align:center;
    margin:0;
    margin-bottom:0;
    margin-top:0;
    font-weight:bold;
    font-size:18px;
}
h2.header, input, select, .button, .slider
{
    background-color:#E6E7E8;
}
.cgu-style
{
    white-space:normal;
    padding-bottom:5px;
}

.header
{
    width:100%;
}

h2>div
{
    display:inline-block;
    vertical-align:middle;
}


h2 .leftItems{float:left; height:30px;}
h2.rightItems
{
    float:right;
}
/*
h2.main-header-style button
{
    min-height:36px;
    height:36px;
}*/
h2.main-header-style>div
{
    line-height:initial;
}

h2.main-header-style
{
    line-height:46px;
    position:absolute;
    background-color:#142559;
    color:white;
    min-height:48px;
    padding: 8px;
}

.popup h2.main-header-style
{
    position:relative;

}
/*
.popup>.footer
{
    position:
}*/
.right
{
    position:absolute;
    right:0;
}
.bold-style
{
    font-weight:bold

}
button.alternateNameBackButton
{
    background-color:transparent;
    background-position:-201px -969px;width:40px;height:40px;
    position:absolute;
    top:4px;

}

/*
.menu-icon
{
    background-color:#142559;
    position:absolute;
    display:none;
}
*/
.button
{
    position:relative;
    white-space:nowrap;
    line-height:1;
    min-width:30px;
    min-height:38px;

    -webkit-transition: box-shadow .1s ease-out;
    -moz-transition: box-shadow .1s ease-out;
    -ms-transition: box-shadow .1s ease-out;
    -o-transition: box-shadow .1s ease-out;
    transition: box-shadow .1s ease-out;
}
.button:active
{
    box-shadow: 0px 0px 4px #faba00 inset
}



.mainGroup
{
    /*width:100%;*/
    display:inline-block;
    position:relative;

}
.menu
{
    white-space:normal;
    position:relative;
    background:#142559;
    padding-top:44px;
    display:inline-block;
    vertical-align:top;
    width:280px;
    height:100%;

}

.menu
{
    overflow:hidden;
    overflow-y:auto;
}
.menu button.alternateNameQuietButton
{
    position:absolute;
    top:4px;
    left:240px;
    border-bottom-width:0px;
}
.menu .button
{
    text-align:left;
    margin:0;
    border-radius:0;
    background-color:#142559;
    color:#ffffff;
    width:280px;
    border-bottom:1px solid #43507A ;
    padding-right:17px;
}

.check {
    display: flex;
    align-items: center;
}
label.check {
    height:auto;
    min-height: 44px;
}
.check input{
    max-height: 16px;
    max-width: 16px;
}
.check span{
    text-align:left;
    height:auto;
}
.label, .check span
{
    white-space:initial;
}

.button .label
{
    margin-left:8px;
    margin-right:8px;
}
.button>*
{
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
    text-align:left;

}

button.alternateNameQuietButton
{
    background-color:#142559;
    width:auto;
}
.menuButton
{
    position:absolute;
    right:0;
    top:4px;
    z-index:100;
}
button.alternateNameCallToActionButton
{
    background:#fff;
    border:1px solid #B3BBC1;
}
button.replay-style
{
    background:#475258;
}
button.replay-style:active
{
    background:#333333;
}

button.alternateNameForwardButton.disabled
{
    background:#E6E7E8;
}
button.alternateNameForwardButton image
{
    margin-top:-8px;
}
button.alternateNameForwardButton
{
    background:#e00025;
}

button.alternateNameForwardButton:active
{
    background:#a9001c;

}
.contact button.alternateNameForwardButton
{
    width:auto

}

button.replay-style, button.alternateNameForwardButton
{
     box-shadow:initial;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    color:white;
    font-size:15px;
    min-height:48px;
}

button.algo-button-style
{

    position:absolute;
    display:inline-block;
    color:#fff;
    font-size:18px;
    text-align:left;
    border-radius:0;
}
button.algo-button-style > div
{
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    display:block;
    position:absolute;
    left:0;
    top:0;
}

button.algo-button-style:active > div
{
    opacity:.8;
}

button.algo-button-style div.image
{
    overflow:hidden;
}

button.algo-button-style > div.label
{
    left:10%;
    top:auto;
    bottom:10%;
    z-index:2;
}

.link-style
{
    text-decoration:underline;
    background:transparent;
}

label
{
    display:block;
    height:75px;
    text-align:center;

}
label span
{
    margin-left:10px;
    vertical-align:middle;
    display: inline-block;
    height:36px;
}

.slider
{
    position:relative;
    height:14px;
}
.slider>button
{
    position:absolute;
    top:-10px;
    background-color:#1d252b;
    border:2px solid white;
    min-width:15px;
    width:15px;
    border-radius:0;
}

.lineGraphics .displayObject, .curveGraphics .displayObject,
.loadGraphics .displayObject
{
    position:relative;
    display:inline-block;
}
.curveGraphics{position:relative;left:30%}

.lineGraphics .label, .curveGraphics .label,.loadGraphics .layoutGroup,
.curveGraphics .button , .torSkin, .rollersSkin, .plasticIcon, .loadSkin
{
    position:absolute;
}



.popup .account
{
    background-color:#ffffff;
    /*border:1px ridge #E6E7E8;*/
}

.popup-layout
{
    position:absolute;
    top:0;left:0;
    z-index:200;
    width:100%;
    height:100%;
}
.popup-layout > .bg
{
    opacity:.25;
    height:100%;
    background:#B3BBC1;
}
.popup
{
    position:absolute;
    left:50%;
    width: 600px;
    max-width: 90%;
    top:10%;
    bottom:10%;
    padding:0;
}
.popup .panelScreen
{
    
    left:-50%;
}
div.tooltip {
      z-index:300;
      position: absolute;
      top:10px;
      white-space:initial;
      width:auto;
      /*height: 48px;
      line-height: 48px;*/

      padding-top: 6px;
      padding: 4px;
      font-size: 14px;
      text-align: center;
      color: #fff;
      background: #142559;
      /*
      border: 0px 0px 0px 0px none none none none rgb(255, 255, 255) rgb(70, 126, 42) rgb(255, 255, 255) rgb(255, 255, 255);
      */
      border-radius: 6px;
      /*
      text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
       */
      box-shadow: 0px 0px 8px #666;

}

div.tooltip:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 10px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #142559;
}

.fade
{

    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.startup
{
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.startup > .image
{
    position:absolute;
    top:0;
    z-index:100;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
  .home .hutchinson2-icon { position:relative;top:-20px;}
}
.conveyxonic-skin
{
    position:relative;
    top:-10px;
}

.loadGraphics .label
{
    -webkit-transform: translate3d(0, 0,0);
}
.advice-style
{
    font-family:SansaPro-SemiBold;
    font-size:12px;
    text-align:center;
    color:#142559;
}

.button.advice-style-left
{
    margin:0 !important;
    padding:0 !important;
}

.button.advice-style-left div
{
    margin:0 !important;
}


.advice-style-left
{
    font-family:SansaPro-SemiBold;
    font-size:12px;
    text-align:left;
    padding-left:0;
    background:transparent;
    color:#142559;
}

.advice-style-grey
{
    font-family:SansaPro;
    font-size:12px;
    text-align:left;
    color:#475258;
}
.ref-style
{
    font-family:SansaPro-Bold;
    font-size:22px;
}
/*
.conveyxonic_tarteaucitron{
    position: absolute;
    left: 12px;
    bottom: 12px;
    border: 0 !important
}*/

/*
.desktop body
{

    min-width:980px;
}
*/