/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.page-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
}

.main-menu {
    height: 49px;
}

.mnu a {
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 17px !important;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
    border-left: 1px solid #e5e5e5;
    text-shadow: 1px 1px 0 #fff;
    color: rgb(0, 113, 188);
    border-bottom: 0;
    transition: none;
}

.mnu a:focus,
.mnu a:hover {
    transition: none;
}

ul.mnu li a:hover {
    border-bottom: 0!important;
}

#main-menu {
    max-width: 960px;
    margin: 0 auto;
}

.mnu {
    position: relative;
    z-index: 9999;
}

.mnu,
.mnu ul,
.mnu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right;
}

.mnu>li>h1,
.mnu>li>h2,
.mnu>li>h3,
.mnu>li>h4,
.mnu>li>h5,
.mnu>li>h6 {
    margin: 0;
    padding: 0;
}

.mnu ul {
    display: none;
}

.mnu li,
.mnu a {
    position: relative;
}

.mnu a {
    display: block;
}

.mnu a.disabled {
    cursor: not-allowed;
}

.sm:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.mnu,
.mnu *,
.mnu *:before,
.mnu *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mnu {
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.mnu a.current {
    background: #555555;
    color: white;
}

.mnu a.disabled {
    color: #cccccc;
}

.mnu a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.08);
}

.mnu a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}

.mnu li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mnu>li:first-child {
    border-top: 0;
}

.mnu ul {
    background: rgba(179, 179, 179, 0.1);
}

.mnu ul a,
.mnu ul a:hover,
.mnu ul a:focus,
.mnu ul a:active {
    font-size: 14px;
    border-left: 8px solid transparent;
}

.mnu ul ul a,
.mnu ul ul a:hover,
.mnu ul ul a:focus,
.mnu ul ul a:active {
    border-left: 16px solid transparent;
}

.mnu ul ul ul a,
.mnu ul ul ul a:hover,
.mnu ul ul ul a:focus,
.mnu ul ul ul a:active {
    border-left: 24px solid transparent;
}

.mnu ul ul ul ul a,
.mnu ul ul ul ul a:hover,
.mnu ul ul ul ul a:focus,
.mnu ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.mnu ul ul ul ul ul a,
.mnu ul ul ul ul ul a:hover,
.mnu ul ul ul ul ul a:focus,
.mnu ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

.main-menu {
    border-bottom: 1px solid rgb(204, 204, 204);
    background: #f5f5f5;
    background: -webkit-linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    background: -moz-linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    background: -ms-linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    background: -o-linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    border-bottom: 1px solid rgb(204, 204, 204);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.main-menu:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

.nav-brand a {
    display: block;
    padding: 11px 11px 11px 20px;
    color: #555;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}

#main-menu {
    clear: both;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 5px 10px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #555;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}

/* x icon */

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
    display: none;
}

#main-menu-state:checked~#main-menu {
    display: block;
}

@media only screen and (min-width: 970px) {
    .mnu a {
        padding: 15px 33px !important;
    }
    .lang-local .mnu a,
    .lang-de .mnu a,
    .lang-jp .mnu a {
        padding: 15px 37px !important;
    }
    .lang-en .mnu a {
        padding: 15px 40px !important;
    }
}

@media only screen and (max-width: 970px) {
    .mnu {
        width: 755px;
        margin: 0 auto;
    }
    .lang-local .mnu,
    .lang-jp .mnu,
    .lang-de .mnu {
        width: 700px;
    }
    .lang-en .mnu {
        width: 662px;
    }
}

@media (min-width: 768px) {
    .page-header+div {
        margin-top: 48px
    }
    /* Switch to desktop layout
    -----------------------------------------------
       These transform the menu tree from
       collapsible to desktop (navbar + dropdowns)
    -----------------------------------------------*/
    /* start... (it's not recommended editing these rules) */
    .mnu ul {
        position: absolute;
        width: 12em;
    }
    .mnu li {
        float: left;
    }
    .mnu.sm-rtl li {
        float: right;
    }
    .mnu ul li,
    .mnu.sm-rtl ul li,
    .mnu.sm-vertical li {
        float: none;
    }
    .mnu a {
        padding: 15px 18px;
        white-space: nowrap;
    }
    .mnu ul a,
    .mnu.sm-vertical a {
        white-space: normal;
    }
    .mnu .sm-nowrap>li>a,
    .mnu .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
    }
    /* ...end */
    .mnu a.current {
        background: #555555;
        color: white;
    }
    .mnu a.disabled {
        background: white;
        color: #cccccc;
    }
    .mnu a.has-submenu {
        padding-right: 32px;
    }
    .mnu a span.sub-arrow {
        top: 50%;
        margin-top: -8px;
        right: 25px;
        width: 8px;
        height: 16px;
        font: 14px/16px monospace !important;
        background: transparent;
    }
    .mnu a.highlighted span.sub-arrow:before {
        display: none;
    }
    .mnu>li {
        border-top: 0;
    }
    .mnu>li:first-child {
        border-left: 0;
    }
    .mnu ul {
        background: white;
        -webkit-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.3);
        border-radius: 0 0 3px 3px;
    }
    .mnu li li {
        padding: 0;
    }
    .mnu li li:last-child a {
        border-radius: 0 0 3px 3px;
    }
    .mnu li li:last-child {
        background: #ffffff;
        border-radius: 0 0 3px 3px;
    }
    .mnu li:hover li:hover a {
        background: #0071bc;
        color: #f5f5f5;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.2);
    }
    .mnu ul a {
        border: 0 !important;
    }
    .mnu ul a.has-submenu {
        padding-right: 20px;
    }
    .mnu ul a span.sub-arrow {
        right: auto;
        margin-left: -12px;
    }
    .mnu ul>li {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }
    .mnu ul>li:first-child {
        border-top: 0;
    }
    .mnu span.scroll-up,
    .mnu span.scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: white;
        height: 20px;
    }
    .mnu span.scroll-up-arrow,
    .mnu span.scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #555555 transparent;
    }
    .mnu span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
    }
    .mnu.sm-rtl a.has-submenu {
        padding-right: 20px;
        padding-left: 32px;
    }
    .mnu.sm-rtl a span.sub-arrow {
        right: auto;
        left: 20px;
    }
    .mnu.sm-rtl.sm-vertical a.has-submenu {
        padding: 11px 20px;
    }
    .mnu.sm-rtl.sm-vertical a span.sub-arrow {
        right: 20px;
        margin-right: -12px;
    }
    .mnu.sm-rtl>li:first-child {
        border-left: 1px solid #eeeeee;
    }
    .mnu.sm-rtl>li:last-child {
        border-left: 0;
    }
    .mnu.sm-rtl ul a.has-submenu {
        padding: 11px 20px;
    }
    .mnu.sm-rtl ul a span.sub-arrow {
        right: 20px;
        margin-right: -12px;
    }
    .mnu.sm-vertical a span.sub-arrow {
        right: auto;
        margin-left: -12px;
    }
    .mnu.sm-vertical li {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }
    .mnu.sm-vertical>li:first-child {
        border-top: 0;
    }
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked)~#main-menu {
        display: block;
    }
    .mnu>li {
        background: none !important;
    }
    .mnu li:hover a {
        background: #ffffff;
        background: -webkit-linear-gradient(180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
        background: -moz-linear-gradient(180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
        background: -ms-linear-gradient(180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
        background: -o-linear-gradient(180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
        background: linear-gradient(180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
    }
    .mnu>li:hover {
        background: #29abe2 !important;
        box-shadow: 1px 8px 10px rgba(41, 171, 226, 0.3);
        border-bottom: 1px solid #50b2dc;
    }
    .mnu li:hover a {
        border-color: #dedede;
    }
    .mnu li:hover li a {
        background: #fff;
    }
    .mnu li {
        padding-bottom: 2px;
        border-bottom: 0;
    }
    .mnu li li {
        padding-bottom: 0;
    }
    .mnu li:last-child a {
        border-right: 1px solid #e5e5e5;
    }
    .mnu a span.sub-arrow {
        top: 22px;
        margin-top: 0;
        bottom: 2px;
        left: inherit;
        margin-left: -5px;
        right: 18px;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #0071bc transparent transparent transparent;
        background: transparent;
    }
}

.clear {
    display: block;
    position: relative;
    clear: both;
    float: none;
}

footer {
    display: block;
    position: relative;
}

footer#footer_section #copyright p {
    width: 85%;
    float: left;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.lang-en #footer-page .footer-links ul.columns li.last .languages,
.lang-en #footer-page .footer-links ul.columns li.last a.serial {
    width: 195px;
}

.lang-jp #footer-page .footer-links ul.columns li.last .languages,
.lang-jp #footer-page .footer-links ul.columns li.last a.serial {
    width: 206px;
}

.lang-fr #footer-page .footer-links ul.columns li.last .languages,
.lang-fr #footer-page .footer-links ul.columns li.last a.serial {
    width: 223px;
}

.lang-de #footer-page .footer-links ul.columns li.last .languages,
.lang-de #footer-page .footer-links ul.columns li.last a.serial {
    width: 186px;
}

footer#footer_section #copyright nav.languages {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 1% 0 0 0;
    width: 15%;
    background: rgb(51, 51, 51);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

footer#footer_section #copyright nav.languages span.lang-select {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5% 10%;
    margin: 0;
    color: rgb(240, 240, 240);
    font-size: 11pt;
    font-weight: lighter;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

footer#footer_section #copyright nav.languages span.lang-select:before {
    content: '';
    position: absolute;
    display: block;
    right: 3%;
    bottom: 20%;
    width: 0;
    height: 0;
    border-top: 5px solid rgb(255, 255, 255);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

footer#footer_section #copyright nav.languages span.lang-select:after {
    content: '';
    position: absolute;
    display: block;
    right: 3%;
    top: 20%;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgb(255, 255, 255);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

footer#footer_section #copyright nav.languages ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    padding: 0 0 5% 0;
    border: none;
    border-radius: 3px 3px 0 0;
}

footer#footer_section #copyright nav.languages:focus ul,
footer#footer_section #copyright nav.languages:active ul,
footer#footer_section #copyright nav.languages:hover ul,
footer#footer_section #copyright nav.languages ul.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

footer#footer_section #copyright nav.languages ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

footer#footer_section #copyright nav.languages ul li:last-child::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 43%;
    width: 0;
    height: 0;
    border-top: 8px solid rgb(255, 255, 255);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

footer#footer_section #copyright nav.languages ul li a {
    display: block;
    padding: 5% 10%;
    margin: 0;
    cursor: pointer;
    color: #0071bc;
    font-size: 11pt;
    font-weight: lighter;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    background: rgb(255, 255, 255);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(220, 220, 220);
}

footer#footer_section #copyright nav.languages ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

footer#footer_section #copyright nav.languages ul li:last-child a {
    border: none;
    border-radius: 0 0 3px 3px;
}

footer#footer_section #copyright nav.languages ul li:hover a {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background: #0071bc;
}

footer#footer_section #copyright nav.languages ul li:last-child:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 43%;
    width: 0;
    height: 0;
    border-top: 8px solid #0071bc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/**
* FIX
* Footer layout on store / FAQ / Blog
*/

body footer#footer-page>nav ul,
body footer#footer-page>nav ul li,
body footer#footer-page>nav ul li a,
body footer#footer-page>nav ul li nav>span,
body footer#footer-page>nav ul li nav>ul li,
body footer#footer-page>nav ul li nav>ul li a,
body #footer-page .footer-links ul.columns li.last .languages span.lang-select,
body #footer-page .footer-links ul.columns li.last .support span.support-select,
body #footer-page .footer-links ul.columns li.last .languages ul li a,
body #footer-page .footer-links ul.columns li.last .support ul li a {
    font-family: Arial, Verdana, Geneva, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

body footer#footer-page>nav ul,
body footer#footer-page>nav ul li,
body footer#footer-page>nav ul li a,
body #footer-page .footer-links ul.columns li.col ul.items li a {
    font-size: 10.5pt !important;
    line-height: 1.5 !important;
}

body footer#footer-page>nav ul li nav>span,
body footer#footer-page>nav ul li nav>ul li,
body footer#footer-page>nav ul li nav>ul li a,
body #footer-page .footer-links ul.columns li.last .languages span.lang-select,
body #footer-page .footer-links ul.columns li.last .support span.support-select,
body #footer-page .footer-links ul.columns li.last .languages ul li a,
body #footer-page .footer-links ul.columns li.last .support ul li a {
    font-size: 11pt !important;
}

/**
End fix
*/

#footer-page {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    background: rgb(235, 235, 235);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    clear: both;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-weight: lighter;
    font-size: 11pt;
}

#footer-page .clear {
    clear: both;
    float: none;
    width: 0;
    height: 0;
}

#footer-page .background {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer-page nav,
#footer-page div {
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    padding: 0;
    margin: 0;
}

#footer-page .footer-links {
    width: 90%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#footer-page .footer-links ul.columns {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    float: left;
    width: 100%;
}

#footer-page .footer-links ul.columns li.col {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    list-style: none;
    padding: 5px 2%;
    width: 16%;
    float: left;
}

.lang-fr #footer-page .footer-links ul.columns li.col {
    width: 19%;
}

#footer-page .footer-links ul.columns li.col h3 {
    margin: 0;
    padding: 5px 0 10px 0;
    font-weight: lighter;
    font-size: 18pt;
    color: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}

.lang-fr #footer-page .footer-links ul.columns li.col h3 {
    font-size: 20px;
}

#footer-page .footer-links ul.columns li.col ul.items {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-page .footer-links ul.columns li.col ul.items li {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

#footer-page .footer-links ul.columns li.col ul.items li a {
    display: block;
    padding: 5px 0;
    outline: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 10.5pt;
    font-weight: lighter;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    color: rgb(41, 171, 226);
}

#footer-page .footer-links ul.columns li.last,
.lang-fr #footer-page .footer-links ul.columns li.last {
    width: 35%;
    float: right;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

#footer-page .footer-links ul.columns li.last a.serial,
#footer-page .footer-links ul.columns li.last .languages span.lang-select,
#footer-page .footer-links ul.columns li.last .support span.support-select {
    font-size: 11pt;
    font-weight: lighter;
}

#footer-page .footer-links ul.columns li.last a.serial {
    display: inline-block;
    float: right;
    clear: both;
    margin: 5px 0;
    padding: 5px 10px;
    background: rgb(51, 51, 51);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    color: rgb(240, 240, 240);
    transition: all 500ms ease-out;
    box-sizing: border-box;
}

#footer-page .footer-links ul.columns li.last a.serial::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    margin: 0 0 0 8px;
    padding: 0;
    border-left: 5px solid rgb(255, 255, 255);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#footer-page .footer-links ul.columns li.last a.serial:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 300ms ease-out;
}

#footer-page .footer-links ul.columns li.last p.copyright {
    clear: both;
    margin: 0;
    padding: 5px;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: lighter;
    line-height: 18pt;
    text-align: right;
    color: rgb(90, 90, 90);
}

#footer-page .footer-links ul.columns li.last .languages,
#footer-page .footer-links ul.columns li.last .support {
    display: block;
    position: relative;
    float: right;
    clear: both;
    z-index: 555;
    margin: 5px 0;
    padding: 0;
    background: rgb(51, 51, 51);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 500ms ease-out;
}

#footer-page .footer-links ul.columns li.last .languages:hover,
#footer-page .footer-links ul.columns li.last .support:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 300ms ease-out;
}

#footer-page .footer-links ul.columns li.last .languages span.lang-select,
#footer-page .footer-links ul.columns li.last .support span.support-select {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0;
    color: rgb(240, 240, 240);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}

#footer-page .footer-links ul.columns li.last .languages span.lang-select::before,
#footer-page .footer-links ul.columns li.last .support span.support-select::before {
    content: '';
    position: absolute;
    display: block;
    right: 3%;
    bottom: 20%;
    width: 0;
    height: 0;
    border-top: 5px solid rgb(255, 255, 255);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#footer-page .footer-links ul.columns li.last .languages span.lang-select::after,
#footer-page .footer-links ul.columns li.last .support span.support-select::after {
    content: '';
    position: absolute;
    display: block;
    right: 3%;
    top: 20%;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgb(255, 255, 255);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#footer-page .footer-links ul.columns li.last .languages ul,
#footer-page .footer-links ul.columns li.last .support ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    padding: 0 0 5% 0;
    border: none;
    border-radius: 3px 3px 0 0;
}

#footer-page .footer-links ul.columns li.last .languages:focus ul,
#footer-page .footer-links ul.columns li.last .languages:active ul,
#footer-page .footer-links ul.columns li.last .languages:hover ul,
#footer-page .footer-links ul.columns li.last .languages ul.active,
#footer-page .footer-links ul.columns li.last .support:focus ul,
#footer-page .footer-links ul.columns li.last .support:active ul,
#footer-page .footer-links ul.columns li.last .support:hover ul,
#footer-page .footer-links ul.columns li.last .support ul.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

#footer-page .footer-links ul.columns li.last .languages ul li,
#footer-page .footer-links ul.columns li.last .support ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-page .footer-links ul.columns li.last .languages ul li:last-child::after,
#footer-page .footer-links ul.columns li.last .support ul li:last-child::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 43%;
    width: 0;
    height: 0;
    border-top: 8px solid rgb(255, 255, 255);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

#footer-page .footer-links ul.columns li.last .languages ul li a,
#footer-page .footer-links ul.columns li.last .support ul li a {
    display: block;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    color: #0071bc;
    font-size: 11pt;
    font-weight: lighter;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    background: rgb(255, 255, 255);
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(220, 220, 220);
}

#footer-page .footer-links ul.columns li.last .languages ul li:first-child a,
#footer-page .footer-links ul.columns li.last .support ul li:first-child a {
    border-radius: 3px 3px 0 0;
}

#footer-page .footer-links ul.columns li.last .languages ul li:last-child a,
#footer-page .footer-links ul.columns li.last .support ul li:last-child a {
    border: none;
    border-radius: 0 0 3px 3px;
}

#footer-page .footer-links ul.columns li.last .languages ul li:hover a,
#footer-page .footer-links ul.columns li.last .support ul li:hover a {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background: #0071bc;
}

#footer-page .footer-links ul.columns li.last .languages ul li:last-child:hover::after,
#footer-page .footer-links ul.columns li.last .support ul li:last-child:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 43%;
    width: 0;
    height: 0;
    border-top: 8px solid #0071bc;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

@media (max-width: 767px) {
    #main-menu {
        width: auto !important;
    }
    .page-header+div {
        margin-top: 0;
    }
    .page-header {
        position: static;
        right: auto;
        left: auto;
        z-index: 1030;
        top: auto;
    }
    .mnu a {
        padding: 15px 26px;
        white-space: nowrap;
    }
    .main-menu {
        height: auto;
        background: #fff;
    }
    .mnu li {
        background: #fff;
        border-bottom: 1px solid #dcdcdc;
    }
    .mnu li:last-child {
        border-bottom: 0;
    }
    .mnu li {
        padding-bottom: 0;
    }
    .mnu>li:hover {
        background: none;
    }
    .mnu li:hover a {
        background: #fff;
    }
    .mnu li:hover a {
        border-color: #fff;
    }
    .mnu ul a,
    .mnu ul a:hover,
    .mnu ul a:focus,
    .mnu ul a:active {
        border-left: 25px solid transparent;
    }
    .mnu,
    .mnu ul {
        border-top: 1px solid #dcdcdc !important;
    }
    .mnu li li {
        border-top: 0;
    }
    .mnu li li a {
        padding: 10px 26px;
    }
    footer#footer_section #copyright p {
        width: 100%;
        float: none;
    }
    footer#footer_section #copyright nav.languages {
        float: none;
        width: 45%;
        display: block;
        margin: 3% auto;
    }
    #footer-page .footer-links ul.columns li.col,
    #footer-page .footer-links ul.columns li.last,
    .lang-fr #footer-page .footer-links ul.columns li.col,
    .lang-fr #footer-page .footer-links ul.columns li.last {
        float: none;
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }
    #footer-page .footer-links ul.columns li.last a.serial,
    #footer-page .footer-links ul.columns li.last .languages,
    #footer-page .footer-links ul.columns li.last .support {
        float: none;
        margin: 5px auto;
    }
    #footer-page .footer-links ul.columns li.last p.copyright {
        text-align: center;
        margin-top: 5px;
    }
}

@media screen and (max-width: 680px) {
    .columns .col {
        width: 100% !important;
        margin: 2% auto !important;
    }
}

.last-update {
    white-space: nowrap;
}

/* Helpers */

.p-0 {
    padding: 0px;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.m-0 {
    margin: 0px;
}

.m-3 {
    margin: 3px;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}