@charset "UTF-8";
@charset "UTF-8";
html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    border: 0;
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    font-size: 100%;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    margin: 2em;
    padding: 2em;
}

address,
article,
aside,
audio,
blockquote,
canvas,
dl,
dd,
dt,
fieldset,
figure,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
input,
main,
nav,
noscript,
ol,
output,
p,
pre,
section,
select,
ul,
td,
textarea,
th,
video {
    line-height: normal;
}

h1 {
    font-size: 138.5%;
}

h2 {
    font-size: 123.1%;
}

h3 {
    font-size: 108%;
}

h1,
h2,
h3,
p,
fieldset,
table,
pre {
    margin: 1em 0;
}

caption,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
th {
    font-weight: bold;
}

optgroup {
    font-weight: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

blockquote,
ul,
ol,
dl {
    margin: 1em;
}

ol,
ul,
dl {
    margin-left: 2em;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: disc outside;
}

th,
td {
    border: 0;
    padding: 0;
}

th {
    text-align: center;
}

caption {
    margin-bottom: .5em;
    text-align: center;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
    padding: 1px;
}

caption {
    text-align: left;
}

table {
    border-collapse: collapse;
}

td[align=left],
th[align=left],
.align-left {
    text-align: left !important;
}

td[align=center],
th[align=center],
.align-center {
    text-align: center !important;
}

td[align=right],
th[align=right],
.align-right {
    text-align: right !important;
}

td[valign=top],
th[valign=top],
.valign-top {
    vertical-align: top !important;
}

td[valign=middle],
th[valign=middle],
.valign-middle {
    vertical-align: middle !important;
}

td[valign=bottom],
th[valign=bottom],
.valign-bottom {
    vertical-align: bottom !important;
}

.clearfix {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

u,
span.u,
sup {
    text-decoration: underline;
}

del {
    color: red;
}

ins {
    color: green;
}

small {
    font-size: 0.8em;
}

big {
    font-size: 1.2em;
}

sub,
sup {
    font-size: 0.7em;
    line-height: 1em;
}

:first-child {
    margin-top: 0;
}

:last-child {
    margin-bottom: 0;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.columns {
    display: table;
    width: 100%;
}

.columns .columns-col {
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.columns .columns-col .columns-wrap {
    display: block;
    min-height: 2em;
    padding: 0
}

.cols12-12 .c0 {
    width: 50%
}

.cols12-12 .c1 {
    width: 50%
}

.cols13-13-13 .c0 {
    width: 33.333333333333%
}

.cols13-13-13 .c1 {
    width: 33.333333333333%
}

.cols13-13-13 .c2 {
    width: 33.333333333333%
}

.cols13-23 .c0 {
    width: 33.333333333333%
}

.cols13-23 .c1 {
    width: 66.666666666667%
}

.cols23-13 .c0 {
    width: 66.666666666667%
}

.cols23-13 .c1 {
    width: 33.333333333333%
}

.cols14-14-14-14 .c0 {
    width: 25%
}

.cols14-14-14-14 .c1 {
    width: 25%
}

.cols14-14-14-14 .c2 {
    width: 25%
}

.cols14-14-14-14 .c3 {
    width: 25%
}

.cols14-14-24 .c0 {
    width: 25%
}

.cols14-14-24 .c1 {
    width: 25%
}

.cols14-14-24 .c2 {
    width: 50%
}

.cols14-24-14 .c0 {
    width: 25%
}

.cols14-24-14 .c1 {
    width: 50%
}

.cols14-24-14 .c2 {
    width: 25%
}

.cols14-34 .c0 {
    width: 25%
}

.cols14-34 .c1 {
    width: 75%
}

.cols24-14-14 .c0 {
    width: 50%
}

.cols24-14-14 .c1 {
    width: 25%
}

.cols24-14-14 .c2 {
    width: 25%
}

.cols34-14 .c0 {
    width: 75%
}

.cols34-14 .c1 {
    width: 25%
}

.cols15-15-15-15-15 .c0 {
    width: 20%
}

.cols15-15-15-15-15 .c1 {
    width: 20%
}

.cols15-15-15-15-15 .c2 {
    width: 20%
}

.cols15-15-15-15-15 .c3 {
    width: 20%
}

.cols15-15-15-15-15 .c4 {
    width: 20%
}

.cols25-15-15-15 .c0 {
    width: 40%
}

.cols25-15-15-15 .c1 {
    width: 20%
}

.cols25-15-15-15 .c2 {
    width: 20%
}

.cols25-15-15-15 .c3 {
    width: 20%
}

.cols15-25-15-15 .c0 {
    width: 20%
}

.cols15-25-15-15 .c1 {
    width: 40%
}

.cols15-25-15-15 .c2 {
    width: 20%
}

.cols15-25-15-15 .c3 {
    width: 20%
}

.cols15-15-25-15 .c0 {
    width: 20%
}

.cols15-15-25-15 .c1 {
    width: 20%
}

.cols15-15-25-15 .c2 {
    width: 40%
}

.cols15-15-25-15 .c3 {
    width: 20%
}

.cols15-15-15-25 .c0 {
    width: 20%
}

.cols15-15-15-25 .c1 {
    width: 20%
}

.cols15-15-15-25 .c2 {
    width: 20%
}

.cols15-15-15-25 .c3 {
    width: 40%
}

.cols35-15-15 .c0 {
    width: 60%
}

.cols35-15-15 .c1 {
    width: 20%
}

.cols35-15-15 .c2 {
    width: 20%
}

.cols15-35-15 .c0 {
    width: 20%
}

.cols15-35-15 .c1 {
    width: 60%
}

.cols15-35-15 .c2 {
    width: 20%
}

.cols15-15-35 .c0 {
    width: 20%
}

.cols15-15-35 .c1 {
    width: 20%
}

.cols15-15-35 .c2 {
    width: 60%
}

.cols35-25 .c0 {
    width: 60%
}

.cols35-25 .c1 {
    width: 40%
}

.cols25-35 .c0 {
    width: 40%
}

.cols25-35 .c1 {
    width: 60%
}

.cols45-15 .c0 {
    width: 80%
}

.cols45-15 .c1 {
    width: 20%
}

.cols15-45 .c0 {
    width: 20%
}

.cols15-45 .c1 {
    width: 80%
}

html {
    background-color: #393939;
    font-family: 'Raleway', arial, sans-serif;
}

body {
    background-color: #ededed;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

a {
    color: #0066a0;
    text-decoration: underline;
}

a:hover {}

a:focus,
a:active {}

a[rel^="external"]::after {
    content: "\2197";
}

a.follow::after {
    content: ' »';
}

abbr {}

acronym {}

address {}

blockquote {}

bdo {}

cite {}

code {}

dfn {}

h1,
.h1 {
    color: #393939;
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2,
.h2 {
    color: #393939;
    font-size: 1em;
    font-weight: 800;
    line-height: 18px;
    text-transform: uppercase;
}

h3,
.h3 {
    color: #393939;
    font-size: 1em;
    font-weight: 800;
    line-height: 18px;
    margin: 2em 0 -0.75em 0;
    text-transform: uppercase;
}

.headline {
    font-size: 20px;
    line-height: 24px;
}

hr {}

i,
em {}

img {}

img[align="left"],
.alignleft {
    float: left;
    margin: 0 24px 24px 0 !important;
}

img[align="right"],
img.alignright {
    float: right;
    margin: 0 0 24px 24px !important;
}

kbd {}

p {}

pre {}

q {}

samp {}

b {}

big {}

small {}

strike {}

strong {}

sup {}

sub {}

ol {}

ol ol {}

ol ul {}

ol li {}

ul {}

ul li {}

ul ul {}

ul ol {}

dl {}

dl dt {}

dl dd {}

form {
    text-align: left;
}

fieldset {}

fieldset dl {
    margin: 1em 0;
}

fieldset dl dt {}

fieldset dl dd {
    margin-left: 0;
}

label {
    color: #393939;
    font-weight: 800;
    text-transform: uppercase;
}

legend {}

input,
textarea,
.input-text {
    background: #fff;
    border: 2px solid #d2d2d2;
    display: inline-block;
    font-size: 0.8461538462em;
    height: 30px;
    line-height: normal;
    padding: 0 7px;
}

input,
textarea,
.input-text {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input:focus,
.input-text:focus {
    border-color: #333;
}

input:hover,
.input-text:hover {}

input:active,
.input-text:active {}

textarea {
    height: auto;
    padding: 7px;
}

textarea:focus,
.textarea:focus {
    border-color: #333;
}

textarea:hover,
.textarea:hover {}

textarea:active,
.textarea:active {}

input[type=checkbox],
input[type=radio],
input[type=range],
input[type=submit],
input[type=reset],
input[type=button],
input[type=color],
button,
.input-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1em;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

input[type=checkbox],
input[type=radio] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type=file] {
    line-height: normal;
}

input[type=range] {
    background: transparent;
    border: none;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=color],
button,
.input-button {
    background: #db9e44;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=color],
button,
.input-button {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 3px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=color]:hover,
button:hover,
.input-button:hover {
    background: #576e7f;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
input[type=color]:hover,
button:hover,
.input-button:hover {}

input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.input-button:active {}

input[type=submit][disabled=disabled],
input[type=reset][disabled=disabled],
input[type=button][disabled=disabled],
button[disabled=disabled],
.input-button[disabled=disabled] {
    background: #dadada;
}

.input-button::after {
    display: none;
}

a.input-button {
    height: auto;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}

select {
    background: #fff;
    border: 2px solid #d2d2d2;
    display: inline-block;
    font-size: 0.8461538462em;
    height: 2.50000000000em;
    padding: 0 7px;
    vertical-align: middle;
}

select:focus {
    border-color: #333;
}

select:hover {}

select {}

optgroup {}

option {}

input:invalid,
select:invalid,
textarea:invalid {
    background-color: #F9E6E2;
    border: 1px solid red;
}

input[required],
select[required],
textarea[required],
input:required,
select:required,
textarea:required {
    background-color: #fffdec;
}

input[aria-invalid],
select[aria-invalid],
textarea[aria-invalid],
input:required:invalid,
select:required:invalid,
textarea:required:invalid {
    background-color: #F9E6E2;
    border: 1px solid red;
}

input[required][aria-valid],
select[required][aria-valid],
textarea[required][aria-valid],
input:required:valid,
select:required:valid,
textarea:required:valid {
    background-color: #F9E6E2;
    border: 1px solid green;
}

caption {
    margin: 0;
}

col {}

colgroup {}

table {}

tr {}

td {
    vertical-align: top;
}

th {}

table.spreadsheet {
    border: 6px solid #fff;
    outline: 1px solid #dadada;
}

table.spreadsheet caption {
    background: #dadada;
    font-weight: normal;
    margin: 0;
    padding: 0.3333333333em 0.6666666667em;
}

table.spreadsheet td,
table.spreadsheet th {
    border-color: #ccc;
    padding: 0.3333333333em 0.6666666667em;
}

table.spreadsheet thead {}

table.spreadsheet thead th {
    background-color: #d8a100;
    color: #393939;
    font-weight: normal;
}

table.spreadsheet tfoot {}

table.spreadsheet tfoot th {
    background-color: #d8a100;
    color: #393939;
    font-weight: normal;
}

table.spreadsheet tbody {}

table.spreadsheet tbody tr td {}

table.spreadsheet tbody tr.even td,
table.spreadsheet tbody tr:nth-child(even) td {
    background-color: #fafafa;
}

table.spreadsheet tbody tr.odd td,
table.spreadsheet tbody tr:nth-child(odd) td {
    background-color: #e7e7e8;
}

table.spreadsheet tbody tr:hover td {
    background-color: rgb(255, 244, 203);
}

table.spreadsheet tbody tr:focus td,
table.spreadsheet tbody tr.focus td {}

@charset "UTF-8";
html {}

body {
    background: transparent;
    margin: 0;
    min-width: 964px;
    padding: 0;
}

.outerwrap {
    margin: 0 auto;
    width: 964px;
}

.innerwrap {
    position: relative;
}

p {
    line-height: inherit;
}

body.style-fm .input-button {
    background-color: #db9e44;
}

body.style-rm .input-button {
    background-color: #ce3939;
}

body.style-srm .input-button {
    background-color: #727272;
}

#top {
    left: 0;
    position: absolute;
    top: -9999em;
}

#header {
    background: #fff;
}

#header .innerwrap {
    height: 130px;
}

#logo {
    left: 1px;
    position: absolute;
    top: 21px;
}

#logo a {
    background: no-repeat -10px 0;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}

#nav-mobile {
    display: none;
}

#nav-top {
    position: absolute;
    right: 0;
    top: 30px;
}

#nav-top ul {
    margin: 0;
    padding: 0;
}

#nav-top li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 0 8px;
    padding: 0;
}

#nav-top a {
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #7a7a7a;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin: 0;
    min-width: 28px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

#nav-top a {
    border-radius: 3px;
}

#nav-top a:hover {
    background-color: #576e7f;
    border-color: #576e7f;
    color: #fff;
}

#nav-top .ctus a {
    background-color: #db9e44;
    border-color: #db9e44;
    color: #fff;
    padding: 0 22px;
    text-transform: uppercase;
}

#nav-top .ctus a:hover {
    background-color: #576e7f;
    border-color: #576e7f;
}

html[lang="en"] #nav-top .en {
    display: none;
}

html[lang="fr"] #nav-top .fr {
    display: none;
}

#nav-top .en {
    display: none;
}

#nav-top .fr {
    display: none;
}

#main {
    background: #ededed;
}

#heading {
    background: #333 no-repeat center top;
    margin: 0 auto;
    padding: 31px 0;
    max-width: 1600px;
}

#heading .outerwrap {
    display: table;
    height: 198px;
}

#heading .innerwrap {
    color: #fff;
    display: table-cell;
    vertical-align: bottom;
}

#heading h1 {
    color: #fff;
    letter-spacing: 0.75px;
    margin: 0;
}

#content {
    padding: 50px 0;
}

#content h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

#footer {
    padding: 50px 0;
}

#footer .columns {
    margin-bottom: 40px;
}

#footer .columns-col {
    border-right: 1px solid #7a7a7a;
}

#footer .columns-col .columns-wrap {
    padding: 6px 28px 30px 28px;
}

#footer .columns-col .heading {
    color: #fff;
    font-weight: 800;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

#footer .columns-col a {
    color: #7a7a7a;
    text-decoration: none;
}

#footer .columns-col a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .c0 .columns-wrap {
    padding-left: 0;
}

#footer .c1 {
    font-size: 13px;
}

#footer .c2 {
    border-right: 0;
}

#footer .rmc {
    font-size: 14px;
    line-height: 18px;
}

#footer .rmc .heading {
    background: no-repeat -10px 0;
    margin: -9px 0 21px 0;
    overflow: hidden;
    text-indent: -9999em;
}

#nav-bottom {}

#nav-bottom ul {
    margin: 0;
    padding: 0;
}

#nav-bottom li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#nav-bottom a {
    text-transform: uppercase;
}

#credits {
    text-align: right;
}

#bottom {
    left: 0;
    position: absolute;
    top: -9999em;
}

.accordeon {}

.accordeon-title {
    background: #db9e44;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 18px 76px 18px 30px;
    position: relative;
}

.accordeon-wrap {
    padding: 26px 30px 70px 30px;
}

.js .accordeon-title {
    cursor: pointer;
}

.js .accordeon-title:after {
    background: url('../images/sprites.png');
    content: '';
    display: block;
    height: 36px;
    margin-top: -18px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 36px;
}

.js .accordeon.active .accordeon-title:after {
    background-position: -40px 0;
}

.js .accordeon-content {
    display: none;
}

.js .accordeon-title:after {
    border-radius: 36px;
    transform: rotate(-90deg);
}

.js .accordeon.active .accordeon-title:after {
    transform: rotate(0deg);
}

.js .accordeon .accordeon-title:after,
.js .accordeon.active .accordeon-title:after {
    transition: transform 0.5s;
}

body.style-rm .accordeon-title {
    background: #ce3939;
}

body.style-srm .accordeon-title {
    background: #727272;
}

.certificate {
    background: #333;
    display: table;
    font-size: 1em;
    height: 130px;
    margin: 0 auto 29px auto;
    width: 280px;
}

.certificate a {
    color: #fff;
    display: table-cell;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all .5s ease-in-out;
  	-moz-transition: all .5s ease-in-out;
  	-o-transition: all .5s ease-in-out;
  	transition: all .5s ease-in-out;
  	border:1px solid #fff;
}

.certificate a:hover {
    background-color: #fff;
    color:#000;
    border:1px solid #000;
    text-decoration: none;
}

.certificate a .wrap {
    display: table;
}

.certificate strong {
    border-right: 1px solid #fff;
    display: table-cell;
    font-size: 36px;
    margin: 0 12px 0 0;
    padding: 0 10px 0 28px;
    text-align: right;
    vertical-align: middle;
    width: 40%;
}

.certificate em {
    display: table-cell;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    padding: 0 18px 0 10px;
    text-transform: none;
}

.certificate .sm {
   	font-size:16px;
   	font-weight:normal;
}

.rm .certificate {
    background-color: #dd3843;
    border-color:1px solid #dd3843;
}

.srm .certificate {
    background-color: #727474;
    border-color:1px solid #727474;
}

.fm .certificate {
    background-color: #dc9f4c;
    border-color:1px solid #dc9f4c;
}

#front-page h1 {
    left: -9999em;
    margin: 0;
    position: absolute;
    top: -9999em;
}

#front-page #main {
    background: #fff;
}

#front-page #swiper {
    background: #576e7f;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1800px;
}

#front-page #swiper .swiper-container {
    height: 480px;
    width: 100%;
}

#front-page #swiper .swiper-slide {
    background: no-repeat 50% top;
    color: #fff;
    height: 310px;
    padding: 85px 0;
    position: relative;
    width: 100%;
}

#front-page #swiper .swiper-slide .outerwrap {
    display: table;
    height: 310px;
    margin: 0 auto;
}

#front-page #swiper .swiper-slide .innerwrap {
    display: table-cell;
    vertical-align: bottom;
}

#front-page #swiper .swiper-slide h2 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 15px 0;
    position: relative;
}

#front-page #swiper .swiper-slide .content {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    width: 500px;
}

#front-page #swiper .swiper-slide .more {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#front-page #swiper .swiper-slide .more a {
    display: block;
    height: 480px;
    overflow: hidden;
    text-indent: -9999em;
    width: 100%;
}

#front-page.js #swiper .swiper-slide {
    background-position: 20% top;
    opacity: 0.25;
}

#front-page.js #swiper .swiper-slide-active {
    background-position: 50% top;
    opacity: 1;
}

#front-page.js #swiper .swiper-slide,
#front-page.js #swiper .swiper-slide-active {
    transition: opacity 0.75s, background 1s;
}

#front-page.js #swiper .swiper-slide h2 {
    top: 100px;
    opacity: 0;
}

#front-page.js #swiper .swiper-slide-active h2 {
    top: 0;
    opacity: 1;
}

#front-page.js #swiper .swiper-slide h2,
#front-page.js #swiper .swiper-slide-active h2 {
    transition: opacity 0.75s, top 1s;
}

#front-page.js #swiper .swiper-slide .content {
    top: 100px;
    opacity: 0;
}

#front-page.js #swiper .swiper-slide-active .content {
    top: 0;
    opacity: 1;
}

#front-page.js #swiper .swiper-slide .content,
#front-page.js #swiper .swiper-slide-active .content {
    transition: opacity 0.75s 0.25s, top 1s 0.25s;
}

#front-page #certification {
    background: #fff;
    padding: 44px 0 80px 0;
}

#front-page #certification h2 {
    font-weight: normal;
    margin: 0 0 34px 0;
    text-align: center;
    text-transform: none;
}

#front-page #certification h2 {
    left: -9999em;
    position: absolute;
    top: -9999em;
}

#front-page #certification h2 small {
    color: #7a7a7a;
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 2px;
}

#front-page #certification h2 strong {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

#front-page #certification .columns-wrap {
    padding: 0 10px;
    position: relative;
    text-align: center;
}

#front-page #certification .input-button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

#front-page #certification .rm .input-button {
    background-color: #ce3939;
}

#front-page #certification .rm .input-button:hover {
    background-color: #576e7f;
}

#front-page #certification .srm .input-button {
    background-color: #727272;
}

#front-page #certification .srm .input-button:hover {
    background-color: #576e7f;
}

#front-page #certification .fm .input-button {
    background-color: #db9e44;
}

#front-page #certification .fm .input-button:hover {
    background-color: #576e7f;
}

#front-page #certification .content {
    min-height: 124px;
    padding: 0 10px 18px 10px;
}

#front-page #certification .more {
    margin: 0;
}

#front-page #risk {
    padding: 43px 0 80px 0;
}

#front-page #risk h2 {
    font-weight: normal;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: none;
}

#front-page #risk h2 small {
    color: #7a7a7a;
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 2px;
}

#front-page #risk h2 strong {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

#front-page #risk .c0 .columns-wrap {
    margin-left: auto;
    padding-right: 10px;
    text-align: right;
    width: 310px;
}

#front-page #risk .c1 .columns-wrap {
    margin-right: auto;
    padding-left: 10px;
    padding-top: 4px;
    width: 310px;
}

#front-page #risk .form {
    height: 58px;
    margin: 0 0 10px 0;
    padding-right: 35px;
    position: relative;
}

#front-page #risk .form:after {
    background: url('../images/sprites.png') no-repeat 0 -61px;
    content: '';
    display: block;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

#front-page #risk .form a {
    background-color: #db9e44;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#front-page #risk .risk {
    height: 58px;
    margin: 0;
    padding-left: 35px;
    position: relative;
}

#front-page #risk .risk:after {
    background: url('../images/sprites.png') no-repeat -39px -60px;
    content: '';
    display: block;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
}

#front-page #risk .risk a {
    background-color: #ce3939;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

body.abou h1 {
    font-size: 40px;
}

body.abou #content .post-content {
    font-size: 20px;
    line-height: 24px;
    padding: 0 80px 50px 80px;
    text-align: center;
}

body.certificat #content {
    padding-bottom: 80px;
}

body.certificat .headline {
    margin-bottom: 15px;
    width: 630px;
}

body.certificat .container .left {
    float: left;
    padding-top: 6px;
    width: 630px;
}

body.certificat .container .float-wrap {
    padding-right: 30px;
}

body.certificat .container .left .more .input-button {
    font-size: 1.125em;
    padding: 17px 40px;
    width: 160px;
}

body.certificat .container .right {
    float: right;
    width: 310px;
}

body.certificat .container .right .float-wrap {
    background: #727272;
    color: #fff;
    padding: 20px;
}

body.certificat .container .right h2 {
    color: #fff;
}

body.certificat .module {
    padding: 10px 0 25px 0;
}

body.certificat .module h2 {
    margin-bottom: 10px;
}

body.certificat .module .level {
    font-size: 18px;
    line-height: 22px;
}

body.certificat .module ul {
    font-size: 15px;
    margin: 0;
}

body.certificat .module ul li {
    display: block;
    margin-bottom: 5px;
}

body.style-fm .module .level {
    color: #db9e44;
}

body.style-rm .module .level {
    color: #ce3939;
}

body.style-srm .module .level {
    color: #727272;
}

body.cdex #content {
    padding-top: 52px;
    padding-bottom: 70px;
}

body.cdex #content .post-content {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 30px 0;
    text-align: center;
}

body.cdex #content h1 {
    margin-bottom: 35px;
}

body.cdex h1 .post-parent {
    color: #7a7a7a;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 9px;
    text-transform: none;
}

body.cdex h1 .post-title {
    display: block;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

body.exam #content {
    padding-top: 46px;
    padding-bottom: 80px;
}

body.exam #content h1 {
    font-size: 40px;
    margin: 0 0 10px 0;
}

body.exam #content .post-content {
    padding-bottom: 45px;
}

body.ctus #content {
    padding-bottom: 80px;
}

body.ctus .headline {
    margin-bottom: 40px;
}

body.ctus .container .left {
    float: left;
    width: 350px;
}

body.ctus .container .left dl {
    margin: 0;
}

body.ctus .container .left dt {
    color: #000;
    margin-bottom: 2px;
    text-transform: uppercase;
}

body.ctus .container .left dd {
    margin-bottom: 1em;
}

body.ctus .container .right {
    float: right;
    width: 555px;
}

body.ctus form {
    margin: 0;
}

body.ctus form dl {
    margin: 0 0 20px 0;
}

body.ctus form dl dt {
    margin: 0 0 10px 0;
}

body.ctus form .submit input {
    font-size: 1.125em;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 220px;
}

body.ctus #firstname {
    width: 370px;
}

body.ctus #email {
    width: 370px;
}

body.ctus #question {
    width: 520px;
}

@charset "UTF-8";
#nav {
    padding-top: 130px;
}

#nav-mobile {
    background: url('../images/sprites.png') no-repeat -100px 0;
    display: block;
    height: 30px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 80px;
    width: 37px;
}

#nav-mobile {
    border-radius: 0;
}

#nav.active #nav-mobile {
    background-position: -150px 0;
}

#nav #nav-mobile,
#nav.active #nav-mobile {
    transition: background-position 0.5s;
}

#nav-primary {
    background: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}

#nav-primary {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}

#nav-primary li .submenuLink .submenu {
	display:block !important;
}

#nav-primary li .submenuLink .subMenuTitle {
	font-weight:bold;
	font-size:16px;
	font-style: italic;
	padding-top:10px;
	display:inline-block;
}

.no-js #nav #nav-primary {
    top: -9999px;
}

.no-js #nav:hover #nav-primary {
    top: 130px;
}

.js #nav #nav-primary {
    display: none;
}

#nav-primary ul {
    margin: 0;
    padding: 0;
}

#nav-primary ul li {
    border-bottom: 1px solid #000;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-primary ul li:last-child {
    border-bottom: 0;
}

#nav-primary ul li a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

#nav-primary > ul {
    padding: 20px;
}

#nav-primary a:hover {
    color: #576e7f;
}

#front-page #nav-primary .home > a,
body.abou #nav-primary .abou > a,
body.ctrm #nav-primary .ctrm > a,
body.csrm #nav-primary .csrm > a,
body.ctfm #nav-primary .ctfm > a,
body.cdex #nav-primary .cdex > a {
    color: #db9e44;
}

body {
    min-width: 718px;
}

.outerwrap {
    width: 718px;
}

#logo a {
    background-image: url(../images/risk-management-certification-297x62.png);
    height: 62px;
    width: 297px;
}

#footer .rmc .heading {
    background-image: url(../images/risk-management-certification-gray-195x41.png);
    height: 41px;
    width: 195px;
}

body.abou #heading {
    background-image: url(../images/desktop/body-abou.jpg);
}

body.csrm #heading {
    background-image: url(../images/desktop/body-csrm.jpg);
}

body.ctfm #heading {
    background-image: url(../images/desktop/body-ctfm.jpg);
}

body.ctrm #heading {
    background-image: url(../images/desktop/body-ctrm.jpg);
}

body.ctus #heading {
    background-image: url(../images/desktop/body-ctus.jpg);
}

#heading {
    padding: 21px 0;
    max-width: 1600px;
}

#heading .outerwrap {
    height: 168px;
}

#heading h1 {
    font-size: 45px;
    line-height: 50px;
}

.certificate {
    height: 150px;
    margin: 0 auto 29px auto;
    width: 226px;
}

.certificate strong {
    font-size: 30px;
    padding: 0 10px 0 18px;
}

.certificate em {
    font-size: 16px;
    line-height: 20px;
    padding: 0 18px 0 10px;
}

#front-page #swiper {
    height: 380px;
}

#front-page #swiper .swiper-container {
    height: 380px;
}

#front-page #swiper .swiper-slide {
    height: 270px;
    padding: 55px 0;
}

#front-page #swiper .swiper-slide .outerwrap {
    height: 270px;
}

#front-page #swiper .swiper-slide h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 15px 0;
}

#front-page #swiper .swiper-slide .content {
    font-size: 20px;
    line-height: 24px;
    width: 400px;
}

#front-page #certification {
    padding: 34px 0 80px 0;
}

#front-page #certification .columns {
    margin-left: -10px;
    margin-right: -10px;
    width: 738px;
}

#front-page #certification .columns-wrap {
    padding: 0 10px;
}

#front-page #certification .content {
    min-height: 165px;
    padding: 0 5px 18px 5px;
}

#front-page #risk {
    padding: 34px 0 80px 0;
}

body.certificat .headline {
    margin-bottom: 15px;
}

body.certificat .container .left {
    width: 480px;
}

body.certificat .container .right {
    width: 225px;
}

body.cdex #content {
    padding-top: 40px;
}

body.cdex #certification .columns {
    margin-left: -10px;
    margin-right: -10px;
    width: 738px;
}

body.cdex #certification .columns-wrap {
    padding: 0 10px;
}

body.cdex #certification a {
    height: 150px;
    margin: 0 0 24px 0;
}

body.cdex #certification a .wrap {
    font-size: 16px;
    line-height: 20px;
}

body.cdex #certification a .wrap strong {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
}

body.cdex #certification .srm a .wrap strong {
    padding-left: 18px;
}

body.ctus .container .left {
    width: 300px;
}

body.ctus .container .right {
    width: 390px;
}

body.ctus #firstname {
    width: 290px;
}

body.ctus #email {
    width: 290px;
}

body.ctus #question {
    width: 370px;
}