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;
}
/* 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;
}

/* HTML5 DECLARATIONS */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
    display: block;
}

audio[controls], canvas, video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

/* BASE */

html {
    height: 100%;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
/* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
    margin: 0;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #1D1C1E;
}
/* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */

body {
    font-size: 0.75em;
    line-height: 1.5em;
    font-family: Verdana, sans-serif;
    color: #333;
}
/* IE7 and older can't resize px based text */


#header {
    text-align: center;
    background: #479dbb url(/Content/images/slider/header-bg.png) 0 0 repeat-x;
    height: 329px;
}

#contentAfterBottom {
    background-color: #fff;
    border-top: 1px solid #D9DBDA;
}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "ff-dax-web-pro",Verdana, sans-serif;
    color: #000; /* text-shadow:1px 1px 1px rgba(0,0,0,.10) */
}

h1 {
    margin: 0;
    font-size: 36px;
    line-height: 0.9em;
    margin-bottom: 0.9em;
    font-family: Verdana, sans-serif;
}

h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 1em;
}

h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.125em;
    margin-bottom: 1.125em;
}

h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2857142857142858em;
    margin-bottom: 0.6428571428571425em;
}

h5 {
    margin: 0;
    font-size: 1.3125em;
    line-height: 1.1428571428571428571428571428571em;
    margin-bottom: 1.1428571428571428571428571428571em;
}
/* 21px / 24px */
h6 {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.3333333333333333333333333333333em;
    margin-bottom: 1.3333333333333333333333333333333em;
}
/* 18px / 24px */
p, ul, blockquote, pre, td, th, label {
    margin: 0;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
    /* 16px / 24px */
    small, p.small {
        margin: 0;
        font-size: 0.875em;
        line-height: 1.7142857142857142857142857142857em;
        margin-bottom: 1.7142857142857142857142857142857em;
    }
/* 14px / 24px */

/* CODE */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* Allow line wrapping of 'pre' */
pre, code, kbd, samp {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace;
}

/* TABLES */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
}

th {
    text-align: left;
}

tr, th, td {
    padding-right: 1.5em;
    border-bottom: 0 solid #333;
}

/* FORMS */
form {
    margin: 0;
}

fieldset {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

legend {
    *margin-left: -.75em;
}

button, input, select, textarea {
    vertical-align: baseline;
    *vertical-align: middle;
}
/* IE7 and older */
button, input {
    line-height: normal;
    *overflow: visible;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/* QUOTES */
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

blockquote, q, cite {
    font-style: italic;
}

blockquote {
    padding-left: 1.5em;
    border-left: 3px solid #ccc;
}

    blockquote > p {
        padding: 0;
    }

/* LISTS */
ul, ol {
    list-style-position: inside;
    padding: 0;
}

li ul, li ol {
    margin: 0 1.5em;
}

dl dd {
    margin-left: 1.5em;
}

dt {
    font-family: Futura, "Century Gothic", AppleGothic, sans-serif;
}

/* HYPERLINKS */
a {
    text-decoration: none;
    color: #e06512;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: none;
    }

a.imgOnly {
    text-decoration: none;
}

/* Better CSS Outline Suppression */

/* MEDIA */
figure {
    margin: 0;
}

img, object, embed, video { /* max-width: 100%; */
}

object#enigmatix {
  max-height: 628px;
}
/* Fluid images */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/* Improve IE's resizing of images */
svg:not(:root) {
    overflow: hidden;
}
/* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {
    border-bottom: 1px dotted #333;
    cursor: help;
}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {
    text-decoration: none;
}

mark {
    background: #c47529;
}

ins {
    background: #d49855;
}

del {
    text-decoration: line-through;
}

::-moz-selection {
    background: #c47529;
    color: #fff;
    text-shadow: none;
}
/* selected text */
::selection {
    background: #c47529;
    color: #fff;
    text-shadow: none;
}
/* selected text */

/* OTHERS */
strong, b, dt {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

var, address {
    font-style: normal;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/* Position 'sub' and 'sup' without affecting line-height */
sup {
    top: -0.5em;
}
/* Move superscripted text up */
sub {
    bottom: -0.25em;
}
/* Move subscripted text down */
span.amp {
    font-family: Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    font-size: 110%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/* Best available ampersand */

/* MICRO CLEARFIX HACK */
.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;
    }

#branding {
    max-width: 927px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

    #branding .inside {
        position: absolute;
        z-index: 10000;
        top: 0;
        left: 0;
        margin: 0 0 0 2.083%;
        width: 97.917%;
        padding: 0;
    }

        #branding .inside h1 {
            float: left;
            margin-top: 10px;
        }

    #branding div.inside .nav.first {
        padding-left: 20px;
    }

    #branding div.inside .nav {
        float: left;
        padding-left: 20px;
        margin-top: 15px;
    }


    #branding div.inside .nav-light {
        /*width: 190px;*/
        float: right;
        /* padding-left:20px; */
        margin-top: 17px;
    }

.nav-light .link {
    float: left;
    padding: 5px 10px 0 15px;
}

    .nav-light .link a:link, .nav-light .link a:visited {
        font-weight: 700;
        font-size: 1em;
        text-decoration: none;
    }

    .nav-light .link a:hover, .nav-light .link a:active {
        text-decoration: underline;
    }

.chosen-nav {
    width: 120px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    float: left;
}

    .chosen-nav.ie-hack {
        height: 28px;
    }

.nav-light .chzn-container {
    font-size: 16px;
    float: right;
    top: -2px;
}

.nav-light .chzn-results {
    font-size: 13px;
}

.nav-light div b {
    right: 5px;
    position: relative;
    top: 3px;
}

.nav-light .chzn-container a {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 24px;
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
}


.nav-light .chzn-container .chzn-drop {
    text-align: left;
}


a.buttonoCSS {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFF544;
    background: #f2960e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyOTYwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZjYwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2960e 0%, #df6007 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2960e), color-stop(100%,#df6007)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2960e 0%,#df6007 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2960e 0%,#df6007 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2960e 0%,#df6007 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2960e 0%,#df6007 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2960e', endColorstr='#df6007',GradientType=0 ); /* IE6-8 */
    text-shadow: 1px 1px 0px #555;
    display: block;
    float: left;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 15px;
    position: relative;
}

    a.buttonoCSS.noBackground {
        border: none;
        background: none;
        filter: none;
    }

    a.buttonoCSS.smaller {
        padding: 0px 15px;
    }

    a.buttonoCSS.blue {
        border-color: #37A2DF;
        background: #48dbff; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4ZGJmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjgyYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #48dbff 0%, #2b82a1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48dbff), color-stop(100%,#2b82a1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #48dbff 0%,#2b82a1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #48dbff 0%,#2b82a1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #48dbff 0%,#2b82a1 100%); /* IE10+ */
        background: linear-gradient(to bottom, #48dbff 0%,#2b82a1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48dbff', endColorstr='#2b82a1',GradientType=0 ); /* IE6-8 */
    }

    a.buttonoCSS.large {
        padding: 10px 20px;
    }

        a.buttonoCSS.large span {
            font-size: 24px;
        }


    a.buttonoCSS:hover, a.buttonoCSS.hovered {
        background: #e16409; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxNjQwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTYyMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e16409 0%, #e16209 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e16409), color-stop(100%,#e16209)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e16409 0%,#e16209 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e16409 0%,#e16209 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e16409 0%,#e16209 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e16409 0%,#e16209 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16409', endColorstr='#e16209',GradientType=0 ); /* IE6-8 */
    }

    a.buttonoCSS.noBackground:hover, a.buttonoCSS.noBackground.hovered {
        background: none;
    }

    a.buttonoCSS.noBackground:hover, a.buttonoCSS.noBackground.hovered {
        background-color: #faf489;
    }

    a.buttonoCSS.blue:hover, a.buttonoCSS.blue.hovered {
        background: #43bee2; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzYmVlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjc4OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #43bee2 0%, #2b7895 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43bee2), color-stop(100%,#2b7895)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #43bee2 0%,#2b7895 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #43bee2 0%,#2b7895 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #43bee2 0%,#2b7895 100%); /* IE10+ */
        background: linear-gradient(to bottom, #43bee2 0%,#2b7895 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43bee2', endColorstr='#2b7895',GradientType=0 ); /* IE6-8 */
    }

    a.buttonoCSS span, a.buttonoCSS div {
        font-size: 14px;
        line-height: 29px;
        color: #fff;
        /*position: absolute;*/
        top: 50%;
    }

        a.buttonoCSS span.black, a.buttonoCSS div.black {
            font-size: 14px;
            line-height: 31px;
            color: #000;
        }

a.buttono {
    background: transparent url(/Content/images/buttons/button2.png) no-repeat top right;
    color: #fff;
    text-shadow: 1px 1px 0px #555;
    display: block;
    float: left;
    font-weight: 700;
    height: 33px;
    padding-right: 23px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}
a.buttono.noFloatFixedWidth {
    float: inherit;
    width: 144px;
}

    a.buttono span {
        background: transparent url(/Content/images/buttons/button.png) no-repeat top left;
        display: block;
        font-size: 14px;
        line-height: 31px;
        padding-left: 24px;
        color: #fff;
        height: 33px;
    }

a:hover.buttono {
    background-position: bottom right;
    color: #fff;
    outline: none;
}

    a:hover.buttono span {
        background-position: bottom left;
    }

a.buttonom {
    background: transparent url(/Content/images/buttons/button-medium-blue2.png) no-repeat top right;
    color: #fff;
    text-shadow: 1px 1px 0px #E2E2E2;
    display: block;
    float: left;
    font-weight: 700;
    height: 46px;
    padding-right: 21px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}

    a.buttonom span {
        background: transparent url(/Content/images/buttons/button-medium-blue.png) no-repeat top left;
        display: block;
        font-size: 17px;
        line-height: 44px;
        padding-left: 24px;
        color: #2C2C2C;
        height: 46px;
    }

a:hover.buttonom {
    background-position: bottom right;
    color: #fff;
    outline: none;
}

    a:hover.buttonom span {
        background-position: bottom left;
    }


.buttonom.yellowish {
    background-image: url(/Content/images/buttons/button-medium-orange2.png);
}

    .buttonom.yellowish span {
        background-image: url(/Content/images/buttons/button-medium-orange.png);
    }

    .buttonom.yellowish.disabled-button {
        background-image: url(/Content/images/buttons/button-medium-orange2-disabled.png);
    }

        .buttonom.yellowish.disabled-button span {
            background-image: url(/Content/images/buttons/button-medium-orange-disabled.png);
        }

a.buttonLarge {
    background: transparent url(/Content/images/buttons/button-big-orange2.png) no-repeat top right;
    color: #fff;
    text-shadow: 1px 1px 0px #ddd;
    display: block;
    float: left;
    font-weight: 700;
    height: 58px;
    padding-right: 24px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px #333;
}

    a.buttonLarge.blue {
        background: transparent url(/Content/images/buttons/bt_blue_big2.png) no-repeat top right;
        padding-right: 22px;
    }

        a.buttonLarge.blue span {
            background: transparent url(/Content/images/buttons/bt_blue_big.png) no-repeat top left;
        }

    a.buttonLarge span {
        background: transparent url(/Content/images/buttons/button-big-orange.png) no-repeat top left;
        display: block;
        font-size: 32px;
        line-height: 60px;
        padding-left: 24px;
        color: #222;
        height: 58px;
    }

    a.buttonLarge.smaller span {
        font-size: 21px;
    }

a:hover.buttonLarge {
    background-position: bottom right;
    color: #fff;
    outline: none;
}

    a:hover.buttonLarge span {
        background-position: bottom left;
    }

ul.slides li a {
    display: block;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 30.48780487804878%;
    left: 17.30103806228374%;
}

ul.smallPic {
    /* display:table; */
    width: 100%;
}

    ul.smallPic li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding-left: 0.5%;
        padding: 0 10px;
        zoom: 1;
        *display: inline;
    }

.inside.nimbus {
  max-width: inherit;
}

.inside {
    max-width: 927px;
    width: 100%;
    margin: 0 auto;
}

#contentBottom h2 {
    color: #222;
}

#contentBottom h3 {
    padding-bottom: 9px;
    margin-bottom: 9px;
    color: #222;
}

ul.news li {
    border-top: #dedede solid 1px;
}

    ul.news li a {
        display: block;
        padding: 1.5em 30px 1.5em 10px;
        color: #2f3435;
        background: url(/Content/images/icons/arrow-off.png) 96% 50% no-repeat;
    }

        ul.news li a:hover {
            text-decoration: none;
            background: #fff url(/Content/images/icons/arrow-on.png) 96% 50% no-repeat;
        }

p.news a {
    padding: 10px;
    background: #fff;
    font-weight: 700;
}

p.news {
    margin-top: 20px;
}

p.practice a {
    padding: 10px 0;
    font-weight: 700;
}

p.practice {
    font-size: 16px;
}

.topSearch {
    padding: 0 0 18px 0;
}


form.search {
    position: relative;
    width: 305px;
    float: right;
    height: 34px;
    left: -10px;
}

    form.search label {
        display: none;
    }

    form.search input.text {
        width: 247px;
        height: 24px;
        border: solid #e56d04 3px;
        padding: 2px 5px;
        color: #333;
        position: absolute;
        left: 0;
        top: 0;
    }



        form.search input.text.not_example {
            color: #999;
        }

    form.search input.send {
        border: none;
        padding: 0;
        color: #e56d04;
        font-weight: 700;
        width: 46px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 0;
        background: transparent url(/Content/images/buttons/search-btn.png) 0 0 no-repeat;
    }

        form.search input.send:hover {
            text-decoration: underline;
        }

p.curriculum {
    border: solid #d1d7d9 1px;
    padding: 5px 50px 5px 5px;
    display: block;
    background: url(/Content/images/icons/double-arrow.png) 95% 50% no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 80;
    text-align: right;
    font-size: 0.90em;
}

    p.curriculum:hover {
        background: #f1f3f3 url(/Content/images/icons/double-arrow.png) 95% 50% no-repeat;
    }

.curriculum span.city {
    display: block;
    font-weight: bold;
}

.the_list {
    display: none;
    width: 278px;
    border: solid #D1D7D9 1px;
    position: absolute;
    left: 8px;
    top: 43px;
    z-index: 67;
    max-height: 320px;
    overflow: auto;
}

    .the_list li {
        background-color: #f1f3f3;
    }

        .the_list li a {
            color: #333;
            text-decoration: none;
            padding: 10px 20px 10px;
            display: block;
            text-align: left;
        }

            .the_list li a:hover {
                color: #e06512;
            }
#content, #contentBottom {
    padding: 1.5em 0;
}

#content {
    /* border-top:solid #48859b 1px; */
    background-color: #fff;
}

    #content h3 {
        padding-top: 10px;
    }

.testimonial {
    padding: 0 0 0 32px;
    background: url(/Content/images/layout/quote-mark.png) 0 0 no-repeat;
    border-bottom: #DEDEDE solid 1px;
    margin-bottom: 18px;
}

/*.emptyTwitterFeed {
padding:0 0 0 10px;
margin-bottom:18px;
}
.emptyTwitterFeed img
{
    margin: 10px 0;
}*/

p.name {
    font-weight: 700;
}

#contentBottom h3.underline {
    border-bottom: #DEDEDE solid 1px;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.margin {
    padding-bottom: 1.5em;
}

#contentBottom {
    background: #f1f3f3;
    border-top: solid #d9dee0 1px;
}

#footer {
    background: #1d1c1e url(/Content/images/layout/footer-bg.png) 0 0 repeat-x;
    padding: 1.5em 0;
    color: #b3b3b3;
}

    #footer h4 {
        color: #b3b3b3;
        border-bottom: #3b3a3b solid 1px;
        padding-bottom: 18px;
        margin-bottom: 18px;
        font-weight: bold;
    }

    #footer li {
        background: url(/Content/images/icons/arrow-list.png) center left no-repeat;
        padding-left: 15px;
    }

.arrowed-list li {
    background: url(/Content/images/icons/arrow-on-small.png) center left no-repeat;
    padding-left: 15px;
    font-size: 14px;
}

#footer a:link, #footer a:visited {
    color: #b3b3b3;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #e06512;
    text-decoration: none;
}

.optInBox {
    border-bottom: #3b3a3b solid 1px;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

    .optInBox p {
        font-size: 0.95em;
    }

form.optin label {
    display: none;
}

form.optin input.text {
    width: 194px;
    height: 24px;
    border: solid #e56d04 3px;
    padding: 2px 5px;
    color: #333;
}

    form.optin input.text.not_example {
        color: #999;
    }

form.optin input.send {
    border: none;
    padding: 0 0 0 5px;
    color: #e56d04;
    font-weight: 700;
    background: transparent;
}

    form.optin input.send:hover {
        text-decoration: underline;
    }

#footer ul.socials li {
    display: inline-block;
    background: none;
    padding-left: 0;
}

    #footer ul.socials li a {
        display: block;
        margin-right: 7px;
        width: 48px;
        height: 48px;
    }

    #footer ul.socials li.twitter a {
        background: url(/Content/images/icons/social-twitter.png) 0 0 no-repeat;
    }

    #footer ul.socials li.facebook a {
        background: url(/Content/images/icons/social-facebook.png) 0 0 no-repeat;
    }

    #footer ul.socials li.rss a {
        background: url(/Content/images/icons/social-rss.png) 0 0 no-repeat;
    }

    #footer ul.socials li.pinterest a {
        background: url(/Content/images/icons/social-pinterest.png) 0 0 no-repeat;
    }

    #footer ul.socials li.linkedin a {
        background: url(/Content/images/icons/social-linkedin.png) 0 0 no-repeat;
    }

.bottomBox {
    background: #0e0e0f;
    padding: 18px;
    margin: 18px 0;
}

    .bottomBox p {
        margin: 0;
        padding: 0;
    }

        .bottomBox p a {
            color: #E06512 !important;
        }

            .bottomBox p a:hover {
                text-decoration: underline !important;
            }

.grids {
    clear: both;
    max-width: 967px;
    width: 100%;
    margin: 0 0 0 -2.083%;
    list-style: none; /* So we can make grids out of lists */
}

[class^="grid-"] {
    float: left;
    margin: 0 2.083% 0 0;
}

.grids [class^="grid-"] {
    margin: 0 0 0 2.083%;
}

.grid-1 {
    width: 6.25%;
}

.grid-2 {
    width: 14.583%;
}

.grid-3 {
    width: 22.917%;
}

.grid-4 {
    width: 31.25%;
}

.grid-5 {
    width: 39.583%;
}

.grid-6 {
    width: 47.917%;
}

.grid-7 {
    width: 56.25%;
}

.grid-8 {
    width: 64.583%;
}

.grid-9 {
    width: 72.917%;
}

.grid-10 {
    width: 81.25%;
}

.grid-11 {
    width: 89.583%;
}

.grid-12 {
    width: 97.917%;
    margin: 0;
}





/* media Queries

FOLDING FLUID GRID
< 767px			- 1-Column Fluid Grid
768px - 1023px	- 2-Column Fluid Grid
> 1024px			- 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */


/* MOBILE LANDSCAPE */
@media only screen and (max-width: 500px) {
    body {
    }

    .grids {
        /*	margin:0;
	width:auto; */
    }

        [class^="grid-"],
        .grids [class^="grid-"] {
            width: auto;
            float: none;
            margin: 0;
        }
}

/* SMALL TABLET */
@media (max-width: 720px) {
    body {
    }

    .grids {
        /*margin:0;
	width:auto;*/
    }

        [class^="grid-"],
        .grids [class^="grid-"] {
            /*width:auto;
	float:none;
	margin:0; */
        }
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) {
    body {
    }
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) {
    body {
    }
}

@media only screen and (min-width: 1280px) {
    /* DESKTOP */
    body {
    }
}

#noScriptOuter {
    background-color: #1d1c1e;
    padding: 10px;
    position: relative;
    z-index: 99999;
}

#noScriptInner {
    width: 760px;
    border: 2px dashed white;
    margin: 0 auto;
    padding: 10px;
}

    #noScriptInner img {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
    }

    #noScriptInner span {
        color: white;
        font-size: 1.4em;
        line-height: 1.2em;
    }

    #noScriptInner a {
        font-weight: bold;
    }

.validation-summary-errors {
    background: url(/Content/images/layout/warning_bg.png) 0 100% repeat-x;
    width: 100%;
    padding: 15px 20px 0 20px;
    margin-bottom: 10px;
    border: solid #eaaba6 1px;
    clear: both;
    margin-top: 20px;
}

    .validation-summary-errors a {
        color: #5D0016;
    }

.fieldContainer {
    text-align: left;
}

.validationErrorCheckOnly span.field-validation-error {
    display: none;
}

.validation-summary-errors ul li {
    font-weight: 700;
    font-size: 11px;
    background: url(/Content/images/icons/ico-error.png) 0 0 no-repeat;
    padding-left: 35px;
    color: #cd0a00;
    padding-top: 2px;
    min-height: 20px;
    margin-bottom: 3px;
}


.validation-box p {
    font-size: 10px;
    padding: 3px 0 2px 30px;
    background: url(/Content/images/icons/ico-error.png) 0 5px no-repeat;
    margin: 0 0 0 -4px;
    color: #CD0A00;
    font-weight: 700;
    min-height: 26px;
    height: auto;
}

.validation-box {
    width: 200px;
    z-index: 1000;
    border: solid #EAABA6 1px;
    padding: 0 10px 0 5px;
    margin-right: 0px;
    min-height: 31px;
    height: auto;
    float: right;
    position: absolute;
    display: none;
    background-color: #FFF5F3;
}

.validated-box {
    width: 200px;
    padding: 0 10px 0 5px;
    margin-right: 0px;
    min-height: 31px;
    height: auto;
    float: right;
    position: absolute;
    display: none;
}

    .validated-box p {
        font-size: 10px;
        padding: 3px 0 2px 30px;
        background: url(/Content/images/icons/ico-check-ok.png) 0 5px no-repeat;
        margin: 0 0 0 -4px;
        color: #CD0A00;
        font-weight: 700;
        min-height: 26px;
        height: auto;
    }


.validation-box .pointer {
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    height: 32px;
    background: url(/Content/images/layout/error-message-pointe.png) 0 0 no-repeat;
}

h1.topExplanation {
    padding-top: 6px;
    font-size: 24px;
    margin-bottom: 6px;
    color: #333;
    height: 36px;
    line-height: 36px;
}

p.subExplanation {
    margin-bottom: 6px;
    font-size: 16px;
    margin-left: 6px;
    color: #333;
}

span.stepNumber {
    font-size: 46px;
    font-weight: bold;
    position: relative;
    top: 2px;
    text-shadow: 1px 1px 1px #bbb;
}

div#code input {
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
    height: 18px;
    border: solid #e56d04 3px;
}

.codeInputBox {
    padding-top: 3px;
}

div#newAccountBox input, div#loginBox input {
    width: 250px;
    font-size: 18px;
    padding: 4px;
    height: 20px;
    border: solid #e56d04 1px;
    margin-bottom: 6px;
}

div#newAccountBox, div#loginBox {
    font-size: 11px;
    font-weight: bold;
}

span.stepExplanation {
    font-size: 26px;
    text-shadow: 1px 1px 1px #bbb;
}

.stepRow {
    margin-bottom: 10px;
    background-color: #F1F3F3;
    box-shadow: 1px 1px 1px #eee;
    padding: 8px;
    position: relative;
}

div#accountType input {
    height: 24px;
    width: 24px;
}

div#accountType label {
    font-size: 14px;
    position: relative;
    top: -6px;
}

.movedDown {
    margin-top: 12px !important;
}

.signin_container input {
    font-size: 18px;
    padding: 4px;
    height: 20px;
    border: solid #e56d04 1px;
}

.googleBtn a.googleSignIn {
    display: block;
    width: 199px;
    height: 33px;
    background: url(/Content/images/buttons/button-signin-google.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    outline: 0;
}

.googleBtn.en-us a.googleSignIn {
    background: url(/Content/images/buttons/button-signin-google.png);
}

.googleBtn.fr-ca a.googleSignIn {
    background: url(/Content/images/buttons/button-signin-google.fr-CA.png);
}


.googleBtn a.googleSignIn:hover {
    background-position: 0 -33px;
}

.googleBtn {
    margin: 5px 0;
    font-size: 14px;
}

#classroomCodeWrapper {
    padding-bottom: 10px;
    position: relative;
}

#classroomCodeImage {
    width: 130px;
    height: 84px;
    position: absolute;
    right: -55px;
    bottom: 9px;
}

    #classroomCodeImage.en-us {
        background-image: url(/Content/images/layout/code-activation.png);
    }

    #classroomCodeImage.fr-ca {
        background-image: url(/Content/images/layout/code-activation.fr-CA.png);
    }

#hr {
    background: #B0CDDC;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
}

#videosPage .videos img {
    display: block;
}

#videosPage .videoBlock {
    margin-bottom: 6px;
    font-size: 12px;
    text-align: center;
    width: 204px;
}

#videosPage h1 {
    font-size: 2em;
    margin-bottom: 1em;
    line-height: 1em;
}

.userNaming {
    position: relative;
    top: -8px;
    font-size: 17px;
    max-width: 240px;
}

.buttonsBoxEditions {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

    .buttonsBoxEditions .buttono span {
        font-size: 12px;
    }

.buttonsBoxEditionsGreen {
    float: left;
    margin-left: 30px;
    margin-top: 8px;
}

.topBarButtonLarge {
    background-image: url('/Content/images/buttons/top-bar-button-big.png');
    width: 111px;
    height: 39px;
    text-align: center;
    margin-bottom: 2px;
    margin-right: 10px;
    float: left;
}

    .topBarButtonLarge a {
        padding: 1px 2px 2px 2px;
        height: 100%;
        width: 100%;
        color: #b9fe00;
        font-size: 11px;
        display: block;
        font-size: 13px;
        padding-top: 9px;
    }

        .topBarButtonLarge a:hover {
            text-decoration: none;
        }

    .topBarButtonLarge:hover {
        background-position: 0 39px;
    }

.topBarButton {
    background-image: url('/Content/images/buttons/top-bar-button.png');
    width: 84px;
    height: 20px;
    text-align: center;
    margin-bottom: 2px;
}

    .topBarButton a {
        padding: 1px 2px 2px 2px;
        height: 100%;
        width: 100%;
        color: #b9fe00;
        font-size: 12px;
        display: block;
    }

        .topBarButton a:hover {
            text-decoration: none;
        }

    .topBarButton:hover {
        background-position: 0 20px;
    }

.topBarButtonContainer {
    float: right;
    margin-top: 6px;
}

.topBarHomeIcon {
    display: block;
    font-size: 13px;
    float: left;
    position: relative;
    top: -4px;
}

    .topBarHomeIcon a {
        color: #b9fe00;
    }

    .topBarHomeIcon img {
        position: relative;
        top: 3px;
    }

#topBarInner .mainInfoBox {
    float: left;
    max-width: 500px;
}

    #topBarInner .mainInfoBox span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
    }

.button-promo-container {
    background-image: url(/Content/images/buttons/top-bar-button-promo.png);
    width: 103px;
    height: 28px;
    display: block;
    text-align: center;
    margin-bottom: 2px;
    margin-right: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 1px;
}

    .button-promo-container:hover {
        background-position: 0 -28px;
    }

.button-buy-now {
    padding: 1px 2px 2px 0px;
    height: 100%;
    width: 100%;
    color: #b9fe00;
    font-size: 11px;
    display: block;
    font-size: 13px;
    padding-top: 4px;
    color: #111;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

    .button-buy-now:hover {
        text-decoration: none;
    }

.success-box {
    background: url(/Content/images/layout/confirm_bg.png) 0 100% repeat-x;
    width: 100%;
    padding: 15px 20px 0 20px;
    margin-bottom: 10px;
    border: solid #cbe683 1px;
    clear: both;
    margin-top: 20px;
}

    .success-box li, .success-box span {
        font-weight: 700;
        font-size: 11px;
        background: url(/Content/images/icons/ico-check-ok.png) 0 0 no-repeat;
        padding-left: 35px;
        color: #64aa00;
        padding-top: 2px;
        min-height: 26px;
        display: block;
        margin-bottom: 3px;
    }

.waitLoading, .waitLoading * {
    cursor: wait !important;
}

.wait, .wait * {
    cursor: wait !important;
}

#contactUsBottomInfoBox ul {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 8px;
}

#contactUsBottomInfoTitle {
    font-size: 14px;
    display: block;
    font-weight: bold;
}

#contactUsBottomInfoBox a {
    color: #E06512 !important;
}

    #contactUsBottomInfoBox a:hover {
        text-decoration: underline !important;
    }

.grayRoundedBox {
    padding: 4px 5px 2px 2px;
    border: 1px solid #eee;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color ease-out 0.2s;
}

    .grayRoundedBox:hover {
        background-color: #f1f3f3;
    }

    .grayRoundedBox span {
        width: 195px;
        padding: 12px 0 0 10px;
    }


    .grayRoundedBox:hover {
        background-color: #f1f3f3;
    }

    .grayRoundedBox span {
        width: 195px;
        padding: 12px 0 0 10px;
    }

a .grayRoundedBox {
    color: #000;
    font-size: 15px;
}

.ico_home {
    background: url(/Content/images/icons/icon-home-family.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_school {
    background: url(/Content/images/icons/icon-school.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_class {
    background: url(/Content/images/icons/icon-class-students.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_video {
    background: url(/Content/images/icons/icon-videos.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_money {
    background: url(/Content/images/icons/icon-money.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_info {
    background: url(/Content/images/icons/icon-information.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_teacher {
    background: url(/Content/images/icons/icon-teacher-board.png) no-repeat;
    width: 62px;
    height: 60px;
}

.ico_arrow {
    margin: 18px 0 0 0;
    background: url(/Content/images/icons/arrow-on.png) no-repeat;
    width: 13px;
    height: 25px;
}

.ico_arrow_small {
    margin: 0 0 0 5px;
    background: url(/Content/images/icons/arrow-on-small.png) center left no-repeat;
    padding-left: 6px;
    height: 13px;
    width: 6px;
}

#problemSolvedBox {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
}

    #problemSolvedBox img {
        position: relative;
        top: 2px;
        margin-left: 4px;
    }

    #problemSolvedBox h4 {
        margin-bottom: 0;
    }

.app-styled {
    min-height: 600px;
}

    .app-styled h1, .app-styled h2, .app-styled h3, .app-styled h4, .app-styled h5 {
        color: #fff;
        text-shadow: 1px 1px 2px #111;
    }

    .app-styled a {
        color: #B9FE00;
    }

.clear {
    clear: both;
}


.suggestion {
    position: absolute;
    margin-left: 328px;
    top: -3px;
    font-size: 11px;
    display: none;
    line-height: 16px;
}

#suggestion-fill {
    outline: none;
}

.suggestion span {
    display: block;
}

.suggestion a {
    font-style: italic;
    color: #6E8CAD;
}

/*
* {
    font-family: 'Comic Sans MS' !important;
}
*/

.netmaths-try {
    background-color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.4);
    float: left;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.other-region {
    background-color: lemonchiffon;
    border-bottom: 1px solid #555;
    position: absolute;
    z-index: 100;
    width: 100%;
}

.inner-region {
    padding: 5px 20px;
    margin-right: 10px;
    font-size: 11px;
    text-align: center;
}

    .inner-region .flag {
        position: relative;
        top: 3px;
        margin-right: 8px;
    }


.other-region .close {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
    width: 30px;
}

    .other-region .close a:hover {
        color: #D45C03;
        text-decoration: none;
    }

.inner-region .region-link {
    font-weight: bold;
}

.inner-region .dont-ask {
    font-style: italic;
}


.popover.region-selection {
    width: 150px;
}

    .popover.region-selection .popover-content {
        padding-bottom: 0;
    }

.region-selector-content {
    margin-bottom: 0;
}

    .region-selector-content li {
        border-bottom: 1px solid rgba(0,0,0, 0.1);
        margin-bottom: 5px;
    }

    .region-selector-content a {
        display: block;
        color: #333;
    }

    .region-selector-content img {
        vertical-align: top;
        padding-bottom: 5px;
        margin-right: 10px;
    }

    .region-selector-content li.last {
        border: none;
        text-align: center;
    }

.region-selector-pop {
    width: 55px;
    background-color: #fff;
    height: 28px;
    display: block;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,0.4);
    position: relative;
    top: 1px;
}

    .region-selector-pop img {
        position: absolute;
        top: 5px;
        left: 6px;
    }

    .region-selector-pop .caret-down {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: top;
        border-top: 4px solid #000000;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        position: absolute;
        right: 5px;
        top: 12px;
    }

.ui-page.ui-page-theme-a.ui-page-active
{
    position: relative;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: Right;
}

#mesure7 ul {
    list-style: circle;
}

#extrait {
    width: 800px;
    padding: 10px;
    border: 1px solid #000;
}

.yellow-box {
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
    border-bottom: 2px solid #e06512;
    background-color: #F8F5AC;
}

#subscriptionTypes.yellow-box {
    border-left: 2px solid #e06512;
    border-right: 2px solid #e06512;
    border-radius: 0 0 10px 10px;
    padding-top: 20px;
}

#subscriptionTypes {
    top: 50px;
}

.pop-under-box {
    position: absolute;
    z-index: 1;
    display: none;
    margin-left: auto;
    margin-right: auto;
    left: 2px;
    right: 2px;
}

a.text-like {
    color: #000000;
    text-decoration: none;
}

#subscriptionBox {
    position: absolute;
}

#subscriptionTypes hr {
    background-color: #ffffff;
    height: 1px;
    border: none;
}

.rightAligned {
    float: right;
    text-align: right;
}

.leftAligned {
    float: left;
    text-align: left;
}

div.stepRow label[data-label-for=text] {
    font-size: 14px;
    position: relative;
    line-height: 30px;
}

div.stepRow input[type=radio] {
    height: 24px;
    width: 24px;
}
div.searchBox label[data-label-for=radio] {
    font-size: 14px;
    position: relative;
    top: -6px;
}
div.searchBox{
   padding:8px;
}
.spacing.top{
    margin-top:10px;
}
.spacing.bottom{
    margin-bottom:10px
}
.spacing.top.tiny{
    margin-top:5px;
}
.spacing.bottom.tiny{
    margin-bottom:5px
}
.spacing.top.large{
    margin-top:15px;
}
.spacing.bottom.large{
    margin-bottom:15px
}

.container-JDM {
    position: relative;
}

.overlay-JDM {
    position: absolute;
    z-index: 2;
}

#stroke-orange-5 {
    left: 15px;
    top: -30px;
    display: none;
}

.stroke-orange {
    left: 55px;
    top: 30px;
    display: none;
}

#five-patch {
    left: 457px;
    top: 122px;
    display: none;
}
.noEmail{
    font-style:italic;
    color:#ff0303;
}


span.loggedMessage {
  color: white;
  padding: 5px 5px 0 0;
  display: inline-block;
}

/* TOP BAR SIGNIN */

p.appsLink {
  background: azure;
  width: inherit;
  margin: 16px 0 0 0;
  text-align: center;
  padding: 5px 5px 0 5px;
  font-size: 13px;
  border-radius: 6px;
  display: none;
  width: 116px;
}
div.btnMenuApp:hover .appsLink {
  display: block;
}

.btnMenuApp img {
  display: inline-block;
  border-radius: 4px;
}

.chzn-container-single .chzn-single span {
  margin-bottom: 3px;
  margin-right: 5px !important;
  display: inline-block !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
}
.btnMenuApp a.chzn-single.chzn-default {
  border: 1px solid black;
  text-align: left;
  vertical-align: middle;
  height: 28px;
  padding: 5px 13px 7px 13px;
  background: azure;
  font-size: 14px;
}
.btnMenuApp.chzn-container-single .chzn-single div b {
  right: 5px;
  position: relative;
  top: 8px;
}

.btnMenuApp .appsLink a {
  display: block;
  width: 100%;
}

.btnMenuApp a[href='/Home'] {
  border-bottom: 1px solid lightgray;
}

.nav-light .chzn-container a {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: 24px;
  color: #333;
  font-weight: normal;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
}
.nav-light .SignUpSelect {
    width: 82px;
}
.nav-light .appsLink a {
  text-align: center;
}
.triangle-isosceles.top:after {
  top: 50px;
  right: 48px;
  bottom: auto;
  left: auto;
  border-width: 0 15px 15px;
  border-color: azure transparent;
}
.triangle-isosceles:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #f3961c transparent;
  display: block;
  width: 0;
}

/*Temporary fixes*/
.ui-page.ui-page-theme-a.ui-page-active[data-role=page], .inside.nimbus.ui-mobile-viewport.ui-overlay-a
{
    background-color: transparent !important;
    background: transparent !important; 
}

#PersonnalInformationContainer
{
    margin-top: 0;
}