@charset "UTF-8";

@font-face {
    font-family: 'FFDINWebProRegular';
    src: url('../fonts/DIN_Regular.eot');
    src: url('../fonts/DIN_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN_Regular.woff2') format('woff2'), url('../fonts/DIN_Regular.woff') format('woff'), url('../fonts/DIN_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'FFDINWebProMedium';
    src: url('../fonts/DIN_Medium.eot');
    src: url('../fonts/DIN_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN_Medium.woff2') format('woff2'), url('../fonts/DIN_Medium.woff') format('woff'), url('../fonts/DIN_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'FFDINWebProBold';
    src: url('../fonts/DIN_Bold.eot');
    src: url('../fonts/DIN_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN_Bold.woff2') format('woff2'), url('../fonts/DIN_Bold.woff') format('woff'), url('../fonts/DIN_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'FFDINWebProBlack';
    src: url('../fonts/DIN_Black.eot');
    src: url('../fonts/DIN_Black.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN_Black.woff2') format('woff2'), url('../fonts/DIN_Black.woff') format('woff'), url('../fonts/DIN_Black.ttf') format('truetype');
}

/* ------------------------------------------------- */

/* GENERAL                                           */

/* ------------------------------------------------- */

.clear, .clearfix, .clearfixe {
    clear: both;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

html {
    background: #fff;
    height: 100%;
}

body {
    font-family: FFDINWebProRegular, Arial, Helvetica, Verdana, sans-serif;
    color: #000;
    background-color: #efefef;
    font-weight: 400;
    font-size: 14px;
    min-height: 100%;
    line-height: 1.4;
}

a {
    color: #0061af;
    text-decoration: underline;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    background-color: transparent;
}

a:hover, a:active, a:focus {
    border: none;
    /*outline:0;*/
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfixe, .clear {
    clear: both;
}

div.clearfixe, div.clear {
    height: 0;
}

.clearfixe:before, .clearfixe:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfixe:after {
    clear: both;
}

.red {
    color: #f53131;
}

.green {
    color: #3c0;
}

img.img_center {
    display: block;
    margin: 0 auto;
}

ol, ul {
    margin-left: 0;
}

ul {
    padding-left: 30px;
    /* default is 40px */
}

.content .main li {
    min-height: 24px;
}

abbr[title], acronym[title] {
    cursor: help;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

ol.lower-alpha > li {
    list-style: lower-alpha;
}

ol.upper-alpha > li {
    list-style: upper-alpha;
}

ol.lower-roman > li {
    list-style: lower-roman;
}

ol.upper-roman > li {
    list-style: upper-roman;
}

ul.no-bullet {
    margin-left: 0;
    padding-left: 15px;
}

ul.no-bullet li {
    list-style: none;
}

ul.spacing li, ol.spacing li {
    margin-bottom: 0.5em;
}

ul.border, ol.border {
    border-left: 5px solid #e4ebee;
}

p.note {
    font-size: 85%;
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

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

.hidden {
    display: none;
}

.smargin {
    margin-bottom: 0.33em;
}

.margins {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margins2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

dl {
    margin: 0.5em 0 1em 0;
    vertical-align: top;
}

dt, dd {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0 0 0.5em;
}

dt {
    width: 24%;
}

dd {
    width: 75%;
}

dl.w33-66 dt {
    width: 33%
}

dl.w33-66 dd {
    width: 66%
}

dl.w50-50 dt, dl.w50-50 dd {
    width: 50%
}

.content .sidebar .widget_contact dl {
    line-height: 19px;
}


.content .sidebar .widget_contact dt {
    width: 100%;
    float: left;
    clear: left;
}

.content .sidebar .widget_contact dd {
    width: auto;
    float: right;
    text-align: right;
    margin-top: -26px;
}

.event-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event-list h4 {
    margin: 0;
    padding: 0;
}

.event-list li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.event-list li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.event-list li a {
    text-decoration: underline;
}

/* Table ------------------------------------------- */

/* ------------------------------------------------- */

table {
    border-bottom: 1px solid #dae3e8;
    width: 100%;
    height: auto !important;
    margin: 1em 0;
}

table thead tr td {
    font-weight: 700;
}

th, td {
    font-size: 14px;
    padding: 5px;
    text-align: left;
    vertical-align: baseline;
}

th {
    text-align: center;
}

th:first-child, table.two-columns-list th {
    text-align: left;
}

th.numeric, td.numeric {
    text-align: right !important;
    white-space: nowrap;
    /* for French formatting */
}

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

table.two-columns-list tbody tr, table.even-cells tbody tr, table.clear tbody tr, table.two-columns-list tbody tr.even, table.even-cells tbody tr.even, table.clear tbody tr.even, table tbody tr:nth-child(odd), table table tbody tr:nth-child(odd), table tbody tr.odd {
    background-color: #fff;
}

table thead tr, table td table thead tr {
    background-color: #fff !important;
}

table thead tr th, table td table thead tr th {
    border-top: 1px solid #a8beca;
    border-bottom: 1px solid #dae3e8;
}

table.two-columns-list, table.two-columns-list tbody tr, table.two-columns-list td, table.two-columns-list tbody th, table.even-cells, table.even-cells tr, table.even-cells td, table.even-cells th, table.clear, table.clear tr, table.clear td, table.clear th {
    /*background: #fff;*/
    border: 0;
}

table.two-columns-list tbody th, table.two-columns-list td, table.even-cells th, table.even-cells td {
    font-size: 1em;
    font-weight: 400;
    vertical-align: top;
    padding: 0.5em 5px;
}

table.two-columns-list td:first-child {
    padding-right: 25px;
    white-space: nowrap;
}

table.even-cells th, table.even-cells td {
    width: 50%;
}

table.even-cells.c3 th, table.even-cells.c3 td {
    width: 33%;
}

table.even-cells.c4 th, table.even-cells.c4 td {
    width: 25%;
}

/* Hide All table after a 'table' in a 'table' (just two 'tables' is ok) */

table table table {
    display: none;
}

iframe {
    display: block;
    border: 0;
    margin: 0 auto;
    padding: 0;
}

.margins {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Media - Fluid Images - Video (Responsive) ------- */

/* ------------------------------------------------- */

figure {
    margin: 0;
}

img, object, embed, video {
    max-width: 100%;
    _width: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

img.top {
    vertical-align: top;
}

img.bottom {
    vertical-align: bottom;
}

img.left {
    margin-right: 5px;
    float: left;
}

img.right {
    margin-left: 5px;
    float: right;
}

/* accordion --------------------------------------- */

/* ------------------------------------------------- */

ul.accordion {
    clear: both;
    margin: 2.5em 0;
    border-left: 5px solid #e4ebee;
    padding: 0 0 0 5px;
    list-style: none;
}

ul.accordion > li {
    background: #fff;
    margin: 0 0 3px 0;
    padding: 0;
    list-style: none;
}

ul.accordion > li.active > a {
    background: #dfe7eb;
    color: #11759a;
}

ul.accordion > li.active > a:hover {
    color: #fff;
}

ul.accordion > li > a {
    position: relative;
    background: #11759a;
    display: block;
    color: #fff;
    line-height: 1.1;
    padding: 4px 24px 4px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 1s ease;
}

ul.accordion > li > a:hover {
    background: #003e7e;
}

ul.accordion > li > a > span {
    position: absolute;
    right: 4px;
    top: 0;
    float: right;
    margin: -1px 0 0 14px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
}

ul.accordion > li > ul, ul.accordion > li > .content_accordion {
    display: none;
    /*background: #f3f7f9;*/
    margin: 15px 0 30px 0;
    /*padding: 1em 0 5px 0;*/
    padding: 0;
    /*font-size: 14px;
          font-weight: 400;
          color: #333;*/
    width: 100%;
    /* Needed or it shrinks */
}

#tinymce ul.accordion > li > ul, #tinymce ul.accordion > li > .content_accordion {
    display: block;
}

ul.accordion > li > ul > li {
    margin: 0 0 15px 10px;
    padding: 0;
    list-style: none;
}

ul.accordion > li > .content_accordion {
    /*margin: 0 0 15px 10px;*/
    margin-left: 10px;
    width: auto;
    min-width: 96%;
}

ul.home_accordion > li > .content_accordion {
    width: 280px;
}

ul.accordion > li > .content_accordion > .first, ul.accordion > li > .content_accordion > *:first-child {
    margin-top: 0;
}

/* Reset list style depth */

ul.accordion > li > ul > li ul > li, ul.accordion > li > .content_accordion ul > li {
    list-style: disc;
}

ul.accordion > li > ul > li ul > li ul > li, ul.accordion > li > .content_accordion ul > li ul > li {
    list-style: circle;
}

ul.accordion > li > ul > li ul > li ul > li ul > li, ul.accordion > li > .content_accordion ul > li ul > li ul > li {
    list-style: square;
}

ul.accordion .col_odd, ul.accordion .col_even {
    width: 48%;
}

ul.accordion .col_odd h4, ul.accordion .col_even h4 {
    font-size: 16px;
}

ul.accordion .col_odd h5, ul.accordion .col_even h5 {
    font-size: 14px;
}

ul.accordion .col_odd .content_col, ul.accordion .col_even .content_col {
    border-left: 5px solid #e4ebee;
    padding: 0 0 0 5px;
}

ul.accordion .col_odd {
    float: left;
}

ul.accordion .col_even {
    float: right;
}

/* Link Filetypes ---------------------------------- */

/* ------------------------------------------------- */

a.pdf, a.doc, a.docx, a.ppt, a.pptx, a.xls, a.xlsx, a.csv, a.location, a.external {
    background: url('images/icon_pdf.png') transparent left top no-repeat;
    /*display: inline-block;*/
    min-height: 20px;
    padding: 0 0 2px 27px;
    /*font-size:14px;
          font-weight: 700;*/
}

a.doc, a.docx {
    background: url('images/icon_doc.png') transparent left top no-repeat;
}

a.ppt, a.pptx {
    background: url('images/icon_ppt.png') transparent left top no-repeat;
}

a.xls, a.xlsx, a.csv {
    background: url('images/icon_xls.png') transparent left top no-repeat;
}

a.location {
    background: url('images/icon_location.png') transparent left top no-repeat;
}

a.external {
    background: url('images/icon_blank.png') transparent left top no-repeat;
}

table.icon-align td {
    vertical-align: top !important;
}

table.icon-align a.pdf, table.icon-align a.doc, table.icon-align a.docx, table.icon-align a.ppt, table.icon-align a.pptx, table.icon-align a.xls, table.icon-align a.xlsx, table.icon-align a.csv, table.icon-align a.location, table.icon-align a.external {
    display: inline-block;
}

/* Action Button  ---------------------------------- */

/* ------------------------------------------------- */

/* Action Contact */

a.action_contact {
    position: relative;
    width: 257px;
    /*height: 38px;
              line-height: 38px;
              padding: 0 10px;*/
    margin-left: 39px;
    display: block;
    background-color: #fff;
    /*border-top:1px solid #a8beca;
              border-right:1px solid #a8beca;
              border-bottom:1px solid #a8beca;*/
    border: 1px solid #a8beca;
    font-size: 18px;
    color: #11759a;
    font-weight: 700;
    /*text-transform: uppercase;*/
    transition: background-color 1s ease, border 1s ease, color 1s ease;
    padding: 7px 10px;
    height: auto;
    min-height: 24px;
    line-height: 23px;
}

a.action_contact:before {
    content: '';
    background: url('images/bt_action_blue_arrow.png') #fff left top no-repeat;
    width: 39px;
    height: 40px;
    position: absolute;
    display: block;
    top: -1px;
    left: -39px;
}

a.action_contact:hover:before {
    content: '';
    background: url('images/bt_action_blue_arrow.png') #fff left bottom no-repeat;
}

a.action_contact:hover {
    background-color: #e1e9ed;
    /*border-top:1px solid #e1e9ed;
              border-right:1px solid #e1e9ed;
              border-bottom:1px solid #e1e9ed;*/
    border: 1px solid #e1e9ed;
    color: #214f87;
}

/* Action Blank (external link) */

a.action_blank {
    position: relative;
    /*width: 270px;*/
    height: 18px;
    padding: 0 5px 0 5px;
    margin-left: 20px;
    display: block;
    border: 1px solid #a8beca;
    line-height: 18px;
    font-family: "Lucida sans Unicode", "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #11759a;
    font-weight: 700;
    /*text-transform: uppercase;*/
    transition: background-color 1s ease, border 1s ease, color 1s ease;
}

a.action_blank:before {
    content: '';
    background: url('images/bt_action_blank.png') #fff left top no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: -1px;
    left: -20px;
}

a.action_blank:hover:before {
    content: '';
    background: url('images/bt_action_blank.png') #fff left bottom no-repeat;
}

a.action_blank:hover {
    background-color: #e1e9ed;
    border-top: 1px solid #e1e9ed;
    border-right: 1px solid #e1e9ed;
    border-bottom: 1px solid #e1e9ed;
    color: #214f87;
}

/* Action Blank Big */

a.action_blank_big {
    position: relative;
    width: auto;
    min-height: 14px;
    padding: 7px 10px 5px;
    margin-left: 30px;
    display: inline-block;
    border: 1px solid #a8beca;
    line-height: 16px;
    font-family: "Lucida sans Unicode", "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #11759a;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 1s ease, border 1s ease, color 1s ease;
}

a.action_blank_big:before {
    content: '';
    background: url('images/bt_action_blank_big.png') #fff left top no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: -1px;
    left: -30px;
}

a.action_blank_big:hover:before {
    content: '';
    background: url('images/bt_action_blank_big.png') #fff left bottom no-repeat;
}

a.action_blank_big:hover {
    background-color: #e1e9ed;
    border-top: 1px solid #e1e9ed;
    border-right: 1px solid #e1e9ed;
    border-bottom: 1px solid #e1e9ed;
    color: #214f87;
}

/* Action Right Arrow */

a.action_right_arrow {
    position: relative;
    width: 139px;
    height: 18px;
    padding: 0 5px 0 5px;
    margin-left: 20px;
    display: block;
    border: 1px solid #a8beca;
    background-color: #fff;
    line-height: 18px;
    font-family: "Lucida sans Unicode", "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #11759a;
    font-weight: 700;
    transition: background-color 1s ease, border 1s ease, color 1s ease;
}

a.action_right_arrow:after {
    content: '';
    background: url('images/bt_action_blue_arrow_next_20.png') #fff left top no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: -1px;
    left: -20px;
}

a.action_right_arrow:hover:after {
    content: '';
    background: url('images/bt_action_blue_arrow_next_20.png') #fff left bottom no-repeat;
}

a.action_right_arrow:hover {
    background-color: #e1e9ed;
    border-top: 1px solid #e1e9ed;
    border-right: 1px solid #e1e9ed;
    border-bottom: 1px solid #e1e9ed;
    color: #214f87;
}

/* ------------------------------------------------- */

/* HEADER                                            */

/* ------------------------------------------------- */


.container-overall {
    position: relative;
    overflow: hidden;
}

html,
body,
.scroller {

}

.scroller {
   /* overflow-y: scroll; */
}

.scroller,
.scroller-inner {
    position: relative;
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute; /* we can't use fixed here :( */
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b2934;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 9999;
}

.slide-menu-holder {
    padding: 0 20px;


}

.slide-menu-holder-inner {
    padding: 0 20px;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    z-index: 999999999;
}

.mp-level::after {
    z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
    cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
}

.mp-pusher,
.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.mp-menu ul li > a {
    display: block;
    padding: 1em 8px;
    /*outline: none;*/
    text-decoration: none;
    box-shadow: inset 0 -1px #384450;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    color: #16fffa;
    text-transform: uppercase;
    font-family: FFDINWebProMedium, Arial, Helvetica, Verdana, sans-serif;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #384450, inset 0 1px #384450;
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
    position: relative;
    display: block;
    padding: 12px 27px;
    /*outline: none;*/
    box-shadow: inset 0 -1px #384450;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 17px;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    color: #fff;
    background-color: #253746;
    font-family: FFDINWebProMedium, Arial, Helvetica, Verdana, sans-serif;
}

.mp-back:hover {
    color: #fff;
}

.mp-back::after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f105";
    right: 21px;
    top: 9px;
    font-size: 1.3em;
    color: #16fffa;
}

.has-children > a {
    position: relative;
}

.has-children > a::after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f105";
    right: 21px;
    top: 9px;
    font-size: 1.3em;
    color: #16fffa;
}


.mm-logo {
    width: 100%;
    border-bottom: 1px solid #384450;
    -webkit-box-shadow: 0 5px 22px -4px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 5px 22px -4px rgba(0, 0, 0, 0.46);
    box-shadow: 0 5px 22px -4px rgba(0, 0, 0, 0.46);
}

.mm-logo-holder {
    width: 100%;
    padding: 10px 20px;
}

.menu-close {
    width: 58px;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.menu-close img {
    width: 100%;
}


.mp-level.mp-level-overlay .menu-close {
    opacity: 0.3;
    transition: all 0.3s ease;
}


.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
    display: block;
}

.trigger-holder {
    display: none;
    position: absolute;
    left: 8px;
    top: 11px;
    transform: translateY(-11px);
    z-index: 500;
    max-width: 58px;

}

.trigger-holder p {
    margin-bottom: 0;
    margin-top: 0;
    width: 100% !important;
}

.trigger-holder a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}

.trigger-holder a img {
    width: 100%;
}


.mobile-search-form .container--tabs {
    padding: 55px 25px 0;
}

.mobile-search-form .container--tabs .nav-tabs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

.mobile-search-form .container--tabs .tab-content {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.mobile-search-form .container--tabs .tab-content > .tab-pane.active {
    display: block;
}

.mobile-search-form .container--tabs .tab-content > .tab-pane {
    display: none;
}

.desc {
    color: #fff;
    text-align: center;
}

.mobile-search-form .container--tabs #getQuote2 {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #2c4357;
    border-radius: 20px;
    background: #1b2935;
    z-index: 10;
    max-height: 42px;
}

.mobile-search-form .container--tabs fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.mobile-search-form .container--tabs #QuoteSymbol_2 {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #182430;
    border-radius: 20px;
    /*outline: 0;*/
    font-family: FFDINWebProRegular, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 10px 45px 10px 15px;
    /*text-transform: uppercase;*/
    border: 0;
}

.mobile-search-form .container--tabs fieldset #btn-search-2 {
    background: 0 0;
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
    font-size: 18px;
    width: 44px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.mobile-search-form .container--tabs .nav-tabs > li:first-child {
    margin-right: -2px;
}

.mobile-search-form .container--tabs .nav-tabs > li {
    display: inline-block;
    width: 50%;
}

.mobile-search-form .container--tabs .nav-tabs > li:first-child {
    margin-right: -2px;
}

.mobile-search-form .container--tabs .nav-tabs > li:last-child {
    margin-left: -2px;
}

.mobile-search-form .container--tabs .nav-tabs > li > a {
    float: left;
    width: 100%;
    color: #fff !important;
    line-height: 11px;
    padding: 10px 27px;
    border: 1px solid #16fffa;
    border-radius: 4px 0 0 4px;
    font-family: FFDINWebProBold, Arial, Helvetica, Verdana, sans-serif;
}

.mobile-search-form .container--tabs .nav-tabs > li.active > a, .mobile-search-form .container--tabs .nav-tabs > li.active > a:focus, .mobile-search-form .container--tabs .nav-tabs > li.active > a:hover {
    color: #000 !important;
    cursor: default;
    background-color: #16fffa;
}

.mobile-search-form .container--tabs .nav-tabs > li:last-child a {
    border-radius: 0 4px 4px 0 !important;
}


/* Top Links --------------------------------------- */

/* ------------------------------------------------- */

.mobile-search-trigger {
    display: none;
    font-size: 24px;
    padding: 12px 13px;
    /*margin-right: 10px;*/
    width: 58px;
    height: 58px;
    text-align: center;
}


#page-header {
    border-bottom: 1px solid #2c4357;
    color: #16fffa;
    background: #1b2935;
}

#page-header .wrapper {
    padding: 0 20px;
}

#page-header a {
    text-decoration: none;
}

#page-header .top_links {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    z-index: 100;
}

#page-header .top_links a {
    color: #16fffa;
}

#page-header .powered_by a {
    color: #16fffa;
}

#page-header .top_links ul.navigation {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: middle;
}

#page-header .top_links ul.navigation > li {
    display: block;
    float: right;
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
    line-height: 40px;
}

#page-header .top_links ul.navigation > li.ticker {
    text-align: left;
    font-family: FFDINWebProMedium, Arial, Helvetica, Verdana, sans-serif;
    white-space: nowrap;
    min-width: 135px;
    float: left;
    margin-left: 0;
}

#page-header .top_links ul.navigation > li.ticker span {
    color: #fff;
}

#page-header .top_links ul.navigation > li.ticker span.qmjsdatadown, #page-header .top_links ul.navigation > li.ticker span.qmjsdataup {
    padding: 0 0 0 20px;
    display: inline;
    position: relative;
}

#page-header .banner {
    color: #fff;
    width: 100%;
    border-top: 1px solid #2c4357;
    border-bottom: 1px solid #2c4357;
}

#page-header .banner .wrapper {
    height: 118px;
    z-index: 200;
}

#page-header .banner .wrapper .logo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    min-height: 90px;
    vertical-align: middle;
    float: left;
    margin-left: -5px;
    line-height: 1;
}

#page-header .banner .wrapper .logo a {
    display: inline-block;
    max-width: 100%;
    padding: 5px;
    color: #fff;
}

#page-header .banner .wrapper .logo a img {
    display: inline-block;
    width: auto;
    height: 90px;
}

#page-header .banner .wrapper .logo .title_website {
    display: inline-block;
    position: relative;
    top: 5px;
    text-indent: 0;
    font-family: FFDINWebProBold, Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    overflow: visible;
    white-space: pre-wrap;
    height: auto;
    width: 385px;
    margin-left: 50px;
    text-transform: uppercase;
}

#page-header .banner .wrapper .search_form {
    position: absolute;
    top: 28px;
    right: 20px;
    font-size: 14px;
    width: 365px;
}

#page-header .banner .wrapper .search_form form {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

#page-header .banner .wrapper .search_form form #getQuote {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    border: 1px solid #2c4357;
    border-radius: 20px;
    background: #1b2935;
    z-index: 10;
    max-height: 42px;
}

#page-header .banner .wrapper .search_form form fieldset {
    z-index: 20;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#page-header .banner .wrapper .search_form form fieldset #QuoteSymbol_1 {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 10px 45px 10px 15px;
    background: #efefef;
    border-radius: 20px;
    /*outline: 0;*/
    font-family: FFDINWebProRegular, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    /*text-transform: uppercase;*/
    border: 0;
}

#page-header .banner .wrapper .search_form form fieldset #btn-search {
    background: 0 0;
    position: absolute;
    top: 1px;
    right: 1px;
    border: 0;
    font-size: 18px;
    width: 44px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    text-align: center;
    color: #182430;
}

#page-header .banner .wrapper .search_form fieldset, #page-header .banner .wrapper .search_form form {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

#page-header .banner .wrapper .search_form form {
    min-height: 64px;
}

#page-header .banner .wrapper .search_form form .powered_by {
    position: relative;
    text-align: right;
    font-size: 12px;
    margin: 0 5px 0 0;
    min-height: 14px;
    top: 49px;
    line-height: 1;
}

.wrapper {
    position: relative;
    max-width: 1300px;
    margin: auto;
    padding: 0 10px;
}

#page-content .widget {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 19px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    margin-bottom: 20px;
}

.mobile-search-form {
    display: none;
    height: 0;
    overflow: hidden;
    background-color: #1b2935;
}

.mobile-search-form.open {
    display: block;
    height: 92.5vh;
}

.main_nav {
    position: relative;
    width: 100%;
    display: block;
    background: #1b2935;
    border-bottom: 1px solid #2c4357;
}

.main_nav > ul {
    min-height: 40px;
    line-height: 40px;
}

.main_nav > ul > li.level0 {
    display: block;
    float: left;
    margin: 0 30px 0 0;
}

.main_nav > ul li, .main_nav > ul ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_nav > ul > li.level0 > .main_category, .main_nav > ul > li.level0 > a {
    font-family: FFDINWebProMedium, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.main_nav > ul > li.level0 > .main_category, .main_nav > ul > li.level0 > a.home_link {

}

#page-id-home .main_nav > ul > li.level0 > a.home_link, .main_nav > ul > li.level0 > a.active {
    color: #16fffa;
}

#page-id-home .main_nav > ul > li.level0 > a.home_link:hover, .main_nav > ul > li.level0 > a.active:hover {
    color: #fff;
}


/* Banner  ----------------------------------------- */

/* ------------------------------------------------- */

.header .banner {
    background: url('images/bg_banner.png') #fff left top repeat-x;
    width: 100%;
    height: 144px;
    border-bottom: 4px solid #003e7e;
}

.header .banner h1.logo, .header .banner div.logo {
    margin: 0;
    padding: 20px 0 0 0;
    width: 241px;
    float: left;
}

.header .banner div.logo a, .header .banner div.logo img {
    display: inline-block;
    width: 241px;
    height: 98px;
}

.header .banner h1.logo .title_website, .header .banner div.logo .title_website {
    text-indent: -99999px;
}

/* Social Sidebar ------------------------- */

/* ------------------------------------------------- */

.header .banner .social {
    padding-top: 62px;
    text-align: right;
}

/* Social Sidebar ---------------------------------- */

/* ------------------------------------------------- */

.social_sidebar {
    margin-right: 20px;
    display: inline;
}

.header .social_sidebar a {
    float: left;
    width: 21px;
    margin-left: 5px;
}

.header .social_sidebar img {
    opacity: 1;
    transition: opacity 1s ease;
    width: 21px;
}

.social_sidebar img:hover {
    opacity: 0.5;
}

/* Banner Category --------------------------------- */

/* ------------------------------------------------- */

.banner_category {
    text-align: center;
    background: #013e7d;
}

/* ------------------------------------------------- */

/* LANDING PAGE MENU                                 */

/* ------------------------------------------------- */

/* DIV Version */

.landing_page_menu, .two_columns {
    display: block;
}

.landing_page_menu .cell {
    margin-top: 40px;
}

.landing_page_menu .cell.odd, .two_columns .cell.odd {
    float: left;
    width: 48%;
}

.landing_page_menu .cell.even, .two_columns .cell.even {
    float: right;
    width: 48%;
}

.content .main .landing_page_menu h3 {
    color: #333;
    font-size: 24px;
    padding: 0 0 7px 0;
    /*margin: 0 0 13px 0;*/
    border-bottom: 1px solid #a8beca;
}

.landing_page_menu_content {
    border-left: 5px solid #e5ebee;
    padding-left: 15px;
    font-size: 14px;
}

.landing_page_menu_content img {
    width: 100%;
}

.landing_page_menu_content .texte {
    padding-top: 6px;
    margin: 15px 0;
}

.landing_page_menu_content p:first-child {
    margin-top: 0;
}

.landing_page_menu_content p:last-of-type {
    margin-bottom: 0;
}

/* UL Version */

ul.landing_page_menu {
    display: block;
    margin: 0;
    padding: 0;
}

ul.landing_page_menu > li {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.landing_page_menu > li:nth-child(odd), ul.landing_page_menu > li.odd {
    float: left;
    width: 48%;
}

ul.landing_page_menu > li:nth-child(even), ul.landing_page_menu > li.even {
    float: right;
    width: 48%;
}

.landing_page_sublevel {
    margin-top: 5px;
}

ul.landing_page_sublevel {
    margin: 5px 0 0 0;
    padding: 0;
}

.landing_page_sublevel > li, .content .sidebar .widget .content_widget > ul.landing_page_sublevel > li {
    border-bottom: 1px solid #dae3e8;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    min-height: 20px;
}

.landing_page_sublevel > li:last-child, .content .sidebar .widget .content_widget > ul.landing_page_sublevel > li:last-child {
    border-bottom: 0;
}

.landing_page_sublevel > li a, .landing_page_sublevel > li a.pdf, .landing_page_sublevel > li a.doc, .landing_page_sublevel > li a.docx, .landing_page_sublevel > li a.ppt, .landing_page_sublevel > li a.pptx, .landing_page_sublevel > li a.xls, .landing_page_sublevel > li a.xlsx, .landing_page_sublevel > li a.csv, .landing_page_sublevel > li a.action_right_arrow {
    background: url('images/bt_action_blue_arrow_next_20_sprite.png') transparent -20px top no-repeat;
    display: block;
    min-height: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 0 27px;
    transition: background-color 1s ease;
}

.landing_page_sublevel > li a:hover {
    background: url('images/bt_action_blue_arrow_next_20_sprite.png') #dfe7eb left -20px no-repeat;
}

.landing_page_sublevel > li a.blank {
    background: url('images/bt_action_blank_sprite.png') transparent -20px top no-repeat;
}

.landing_page_sublevel > li a.blank:hover {
    background: url('images/bt_action_blank_sprite.png') #dfe7eb left -20px no-repeat;
}

.landing_page_sublevel > li a i {
    margin-left: 15px;
}

.landing_page_sublevel > li a.pdf, .landing_page_sublevel > li a.pdf:hover {
    background-image: url('images/icon_pdf.png');
    background-position: left top;
}

.landing_page_sublevel > li a.doc, .landing_page_sublevel > li a.doc:hover, .landing_page_sublevel > li a.docx, .landing_page_sublevel > li a.docx:hover {
    background-image: url('images/icon_doc.png');
    background-position: left top;
}

.landing_page_sublevel > li a.ppt, .landing_page_sublevel > li a.ppt:hover, .landing_page_sublevel > li a.pptx, .landing_page_sublevel > li a.pptx:hover {
    background-image: url('images/icon_ppt.png');
    background-position: left top;
}

.landing_page_sublevel > li a.xls, .landing_page_sublevel > li a.xls:hover, .landing_page_sublevel > li a.xlsx, .landing_page_sublevel > li a.xlsx:hover .landing_page_sublevel > li a.csv, .landing_page_sublevel > li a.csv:hover {
    background-image: url('images/icon_xls.png');
    background-position: left top;
}

.sidebar .landing_page_sublevel > li a:hover {
    background-color: #fff;
}

/* ------------------------------------------------- */
/* CONTENT                                           */
/* ------------------------------------------------- */

/* Main Content ------------------------------------ */

/* ------------------------------------------------- */

.content .main {
    /*width: 660px;*/
    margin-top: 20px;
    /*padding-right: 15px;*/
    width: 100%;
    /*float: left;*/
    max-width: 66.14557292%;
}

.content .main.one_column {
    /*width: 940px;*/
    width: 100%;
    /*float: left;
    max-width: 66.14557292%;*/
}


/* Title H1 ---------------------------------------- */

/* ------------------------------------------------- */

.content .main .title_main_content, .content .main .subtitle {
    padding-bottom: 1px;
    border-bottom: 1px solid #a8beca;
}

.content .main .title_main_content {
    margin-bottom: 21px;
    position: relative;
    min-height: 38px;
}

.content .main .title_main_content h1 {
    font-size: 30px;
    color: #003e7e;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* SubTitle H2 ------------------------------------- */

/* ------------------------------------------------- */

.content .main h2 {
    border-bottom: 1px solid #a8beca;
    font-size: 24px;
    font-weight: 400;
}

.content .main h2.first {
    margin-top: 0;
}

.content .main .subtitle h2 {
    margin-top: 0 !important;
    border-bottom: 0 none !important;
}

.content .main h4 {
    font-size: 16px;
}

.content .main h5 {
    font-size: 15px;
}

.content .main h6 {
    font-size: 14px;
}


/* Free Page (Content Page) ------------------------ */

/* ------------------------------------------------- */

.content .main .abstract {
    padding: 0;
    margin: 2em 0;
    font-size: 18px;
    color: #666;
}

.content .main hr {
    border: 0 none;
    background-color: #dae3e8;
    height: 1px;
    width: 100%;
    display: block;
}

.content_wrapper > ul, .content_wrapper > ol {
    border-left: 5px solid #e5ebee;
}

.content .main img.left {
    margin: 0 10px 10px 0;
}

.content .main img.right {
    margin: 0 0 10px 10px;
}

table ul, table ol {
    border: 0;
}

/* Content Split ----------------------------------- */

/* ------------------------------------------------- */

.content_left {
    float: left;
    width: 48%;
}

.content_right {
    float: right;
    width: 48%;
}

/* Home -------------------------------------------- */

/* ------------------------------------------------- */


.content .sidebar .widget h4 {
    margin: 21px 0 20px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

.content .sidebar .widget h4.first {
    margin-top: 0;
}

.content .sidebar .widget h4 span {
    font-weight: 400;
    margin-left: 30px;
}

/* Sidebar on the Home Page */

.content .sidebar.sidebar_home_page {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
}

.content .sidebar.sidebar_home_page .col1, .content .sidebar.sidebar_home_page .col2, .content .sidebar.sidebar_home_page .col3 {
    width: 300px;
    float: left;
    margin-right: 20px;
}

.content .sidebar.sidebar_home_page .col3 {
    margin-right: 0;
}

.content .sidebar.sidebar_home_page .widget {
    margin-top: 0;
}

/*
.content .sidebar.sidebar_home_page a.bt_all_news {
    float: right;
    background: url('images/bt_action_orange_arrow_right.png') #fff 3px center no-repeat;
    padding: 0 8px 0 20px;
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}
*/
/* Home accordion */

ul.home_accordion {
    margin-top: 21px;
}

ul.home_accordion .home_accordion_col1 {
    float: left;
    width: 130px;
    overflow: hidden;
}

ul.home_accordion .home_accordion_col2 {
    float: right;
    width: 130px;
    overflow: hidden;
    margin-right: 10px;
}

ul.home_accordion .home_accordion_col1 img, ul.home_accordion .home_accordion_col2 img {
    margin: 5px 0;
}

/* filtre listing */

.content .main .display_list {
    float: right;
    padding-bottom: 5px;
}

.content .main .display_list fieldset, .content .main .display_list form, .content .main .display_list label {
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
}


/* Senior Management ----------------------------------------- */

/* ------------------------------------------------- */


.profil_sheet {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.profil_sheet figure {
    float: left;
    margin-right: 20px;
}

.profil_sheet h3 {
    font-family: 'FFDINWebProBold', Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 0;
}

.profil_sheet p {
    margin-bottom: 0;
}

.profil_sheet h4 {
    font-family: 'FFDINWebProRegular', Arial, Helvetica, Verdana, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.profil_sheet .profil_resume {
    padding-left: 120px;
}

.profil_sheet figure img {
    width: 98px;
    min-height: 120px;
}

/* Sidebar ----------------------------------------- */

/* ------------------------------------------------- */

.content .sidebar {
    /*width: 300px;*/
    margin-top: 20px;
    width: 100%;
    max-width: 32.29192708%;
    float: right;
}

.content .sidebar a.action_contact {
    margin-top: 25px;
    width: auto;
}

.sidebar .content_widget a.action_contact {
    margin-top: 20px;
}

.content .sidebar a.action_contact.no_margin {
    margin-top: 0;
}

.content .sidebar.single {
    margin-top: 19px;
}

.content .sidebar img {
    max-width: 300px;
}

/* ------------------------------------------------- */
/* WIDGETS                                           */
/* ------------------------------------------------- */


.widget h3.title {
    margin: 0 0 20px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    font-family: 'FFDINWebProMedium', Arial, Helvetica, sans-serif;
}

.content .sidebar > .first, .content .sidebar .widget.first, .content .sidebar .widget a.action_contact, .content .sidebar > a.action_contact.first {
    margin-top: 0;
}

/*.content .sidebar .widget_text .content_widget {
    paddingx: 5px 0 5px 15px;
}*/

.content .sidebar .widget .content_widget p {
    margin: 1em 0;
}

.content .sidebar .widget a.pdf, .content .sidebar .widget a.doc, .content .sidebar .widget a.docx, .content .sidebar .widget a.ppt, .content .sidebar .widget a.pptx, .content .sidebar .widget a.xls, .content .sidebar .widget a.xlsx, .content .sidebar .widget a.csv, .content .sidebar .widget a.location, .content .sidebar .widget a.external {
    display: block;
    /*padding: 0 0 0 30px;*/
}

.content .sidebar .widget .content_widget > ul {
    margin: 0;
    padding: 0;
}

.content .sidebar .widget .content_widget > ul > li {
    margin: 21px 0 0 0;
    padding: 0;
    list-style: none;
}

.content .sidebar .widget .content_widget > ul > li.first {
    margin-top: 0 !important;
}

.content .sidebar .widget .content_widget img {
    max-width: 280px;
}

/* Widget Latest News ------------------------------ */

/* ------------------------------------------------- */

.content .widget_latest_news p {
    font-size: 14px;
    margin: 0 0 7px 0;
}

.content .widget_latest_news span.publish_date {
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important;
}


/* Widget Related Links ---------------------------- */

/* ------------------------------------------------- */

.content .sidebar .widget_related_links ul li {
    border-bottom: 1px solid #dae3e8;
    padding: 5px 0;
}

.content .sidebar .widget_related_links a.action_blank {
    border: 0 none !important;
    width: auto;
    height: 20px;
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    text-transform: none;
    font-size: 14px;
}

.content .sidebar .widget_related_links a.action_blank:before {
    top: 0;
}

/* ------------------------------------------------- */
/* 2 columns block                                   */
/* ------------------------------------------------- */

.content .main .two_columns {
    clear: both;
}

.content .main .two_columns .col_left, .content .main .two_columns .col_right {
    width: 49%;
    float: left;
}

.content .main .two_columns .col_right {
    margin-left: 2%;
}

/* ------------------------------------------------- */
/* FOOTER                                            */
/* ------------------------------------------------- */

#page-footer {
    background: #1b2935;
    padding: 40px 0;
}

#page-footer .wrapper {
    padding: 0 20px;
}

#page-footer a {
    color: #0061af;
    text-decoration: none;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
}

#page-footer #footer_pillars {
    background: 0 0;
    padding-bottom: 40px;
    font-size: 14px;
}

#page-footer #footer_pillars .pillar {
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 0 15px;
}

#page-footer #footer_pillars .pillar .caption {
    color: #fff;
    margin-bottom: 10px;
    font-family: FFDINWebProBold, Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
}

#page-footer #footer_pillars .pillar ul {
    margin: 0;
    padding: 0;
}

#page-footer #footer_pillars .pillar ul li {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

#page-footer #footer_pillars a {
    color: #16fffa;
}

#page-footer .footer_links {
    border-top: 1px solid #2c4357;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #97a5ae;
    vertical-align: middle;
    line-height: 64px;
}

#page-footer .footer_links a {
    font-family: FFDINWebProMedium, Arial, Helvetica, Verdana, sans-serif;
    color: #97a5ae;
    display: inline-block;
}

#page-footer .footer_links .logo {
    float: left;
    width: 164px;
    min-height: 64px;
    line-height: 1;
}

#page-footer .footer_links ul.navigation {
    margin: 0;
    padding: 0 20px;
    width: 640px;
    min-height: 32px;
    line-height: 32px;
    text-align: right;
    float: left;
}

.fr #page-footer .footer_links ul.navigation {
    width: 875px;
}

#page-footer .footer_links ul.navigation li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
    display: inline-block;
    top: -2px;
    position: relative;
}

#page-footer .footer_links ul.navigation li a {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
}

#page-footer .footer_links .social_sidebar {
    width: 128px;
    float: right;
    text-align: right;
    margin: 0;
}

#page-footer .footer_links .social_sidebar a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #1b2935;
    background: #97a5ae;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    margin-left: 4px;
}

#page-footer .footer_links .social_sidebar a .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

#page-footer .footer_links .social_sidebar a.ico-facebook {
    color: #97a5ae;
    background: #1b2935;
    font-size: 28px;
}

#page-footer .legal {
    color: #97a5ae;
    font-family: FFDINWebProMedium, Arial, Helvetica, Verdana, sans-serif;
}

#page-footer .legal .disclaimer {
    font-size: 12px;
    text-align: justify;
}

#page-footer .legal .disclaimer p {
    margin: 0;
    padding: 0;
}

#page-footer .legal .copyright {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

/**
     * Text options
     */

table.text-right tr td, table.text-right tr th, tbody.text-right tr td, tbody.text-right tr th, tr.text-right td, tr.text-right th {
    text-align: right;
}

table.text-center tr td, table.text-center tr th, tbody.text-center tr td, tbody.text-center tr th, tr.text-center td, tr.text-center th {
    text-align: center;
}

table.text-left tr td, table.text-left tr th, tbody.text-left tr td, tbody.text-left tr th, tr.text-left td, tr.text-left th {
    text-align: left;
}

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

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

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

/* Responsive Container */

.responsive-container, .responsive-container.ratio16x9 {
    margin: 1em auto;
    position: relative;
    /*padding-bottom: 62.5%;*/
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe, .responsive-container video, .responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-container.ratio16x10 {
    padding-bottom: 62.5%;
}

.responsive-container.ratio4x3 {
    padding-bottom: 75%;
}

.partners {
    text-align: center;
    vertical-align: middle;
}

.partners a {
    display: inline-block;
    margin: 10px 20px 30px 20px;
}

h1 {
    font-size: 20px;
}
