/* Lp digital - v1.0.1 MAR2015 - JUL2015*/
.transition-fx-std {
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.make-overlay-gradient {
  min-height: 90px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-8 */
}
.lt-ie10 .make-overlay-gradient {
  filter: none;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/*
EDITED BY GROUPE LP - AUG2012 July2015
deleted: a:visited
deleted: print
*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
/*a:visited { color: #551a8b; }*/
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  /*background-color: #f0dddd;*/
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.pager,
.modal-footer {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
/*OFF see print less*/
@media print {
  * {
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #177478;
}
a.text-primary:hover {
  color: #0f4b4d;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #177478;
}
a.bg-primary:hover {
  background-color: #0f4b4d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 988px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1183px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 20px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #177478;
  border-color: #135f63;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0f4b4d;
  border-color: #092e2f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #177478;
  border-color: #135f63;
}
.btn-primary .badge {
  color: #177478;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #4673AF;
  border-color: #3f679d;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #375b8b;
  border-color: #2d4a71;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4673AF;
  border-color: #3f679d;
}
.btn-info .badge {
  color: #4673AF;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CB5226;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #8b381a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #177478;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #CB5226;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #8b381a;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #177478;
  border-color: #177478;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #177478;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #4673AF;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #CB5226;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.pager,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


@font-face {font-family: 'Onest-Book';src: url('../fonts/onest/Onest-Thin.ttf')  format('truetype'),url('../fonts/onest/Onest-Thin.woff2') format('woff2');}

@font-face {font-family: 'Onest-Black';src: url('../fonts/onest/Onest-Black.ttf')  format('truetype'),url('../fonts/onest/Onest-Black.woff2') format('woff2');}

@font-face {font-family: 'Onest-BookItalic';src: url('../fonts/onest/Onest-Thin.ttf')  format('truetype'),url('../fonts/onest/Onest-Thin.woff2') format('woff2');}

@font-face {font-family: 'Onest-BlackItalic';src: url('../fonts/onest/Onest-Black.ttf')  format('truetype'),url('../fonts/onest/Onest-Black.woff2') format('woff2');}

@font-face {font-family: 'Onest-Bold';src: url('../fonts/onest/Onest-Bold.ttf')  format('truetype'),url('../fonts/onest/Onest-Bold.woff2') format('woff2');}

@font-face {font-family: 'Onest-BoldItalic';src: url('../fonts/onest/Onest-Bold.ttf')  format('truetype'),url('../fonts/onest/Onest-Bold.woff2') format('woff2');}

@font-face {font-family: 'Onest-ExtraBoldItalic';src: url('../fonts/onest/Onest-ExtraBold.ttf')  format('truetype'),url('../fonts/onest/Onest-ExtraBold.woff2') format('woff2');}

@font-face {font-family: 'Onest-ExtraBold';src: url('../fonts/onest/Onest-ExtraBold.ttf')  format('truetype'),url('../fonts/onest/Onest-ExtraBold.woff2') format('woff2');}

@font-face {font-family: 'Onest-ExtraLight';src: url('../fonts/onest/Onest-ExtraLight.ttf')  format('truetype'),url('../fonts/onest/Onest-ExtraLight.woff2') format('woff2');}

@font-face {font-family: 'Onest-ExtraLightItalic';src: url('../fonts/onest/Onest-ExtraLight.ttf')  format('truetype'),url('../fonts/onest/Onest-ExtraLight.woff2') format('woff2');}

@font-face {font-family: 'Onest-LightItalic';src: url('../fonts/onest/Onest-Light.ttf')  format('truetype'),url('../fonts/onest/Onest-Light.woff2') format('woff2');}

@font-face {font-family: 'Onest-Light';src: url('../fonts/onest/Onest-Light.ttf')  format('truetype'),url('../fonts/onest/Onest-Light.woff2') format('woff2');}

@font-face {font-family: 'Onest-MediumItalic';src: url('../fonts/onest/Onest-Medium.ttf')  format('truetype'),url('../fonts/onest/Onest-Medium.woff2') format('woff2');}

@font-face {font-family: 'Onest-Medium';src: url('../fonts/onest/Onest-Medium.ttf')  format('truetype'),url('../fonts/onest/Onest-Medium.woff2') format('woff2');}

@font-face {font-family: 'Onest-SemiBoldItalic';src: url('../fonts/onest/Onest-SemiBold.ttf')  format('truetype'),url('../fonts/onest/Onest-SemiBold.woff2') format('woff2');}

@font-face {font-family: 'Onest-SemiBold';src: url('../fonts/onest/Onest-SemiBold.ttf')  format('truetype'),url('../fonts/onest/Onest-SemiBold.woff2') format('woff2');}

@font-face {font-family: 'Onest-ThinItalic';src: url('../fonts/onest/Onest-Thin.ttf')  format('truetype'),url('../fonts/onest/Onest-Thin.woff2') format('woff2');}

@font-face {font-family: 'Onest-Thin';src: url('../fonts/onest/Onest-Thin.ttf')  format('truetype'),url('../fonts/onest/Onest-Thin.woff2') format('woff2');}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-x-twitter:before {
  content: "𝕏"
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'groupama';
  src: url('../fonts/groupama.eot?5m4wi6');
  src: url('../fonts/groupama.eot?#iefix5m4wi6') format('embedded-opentype'), url('../fonts/groupama.woff?5m4wi6') format('woff'), url('../fonts/groupama.ttf?5m4wi6') format('truetype'), url('../fonts/groupama.svg?5m4wi6#groupama') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'groupama';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-stats:before {
  content: "\e608";
}
.icon-compte:before {
  content: "\e609";
}
.icon-document:before {
  content: "\e60a";
}
.icon-contact:before {
  content: "\e60b";
}
.icon-ampoule:before {
  content: "\e60c";
}
.icon-personnage:before {
  content: "\e60d";
}
.icon-news:before {
  content: "\e604";
}
.icon-more:before {
  content: "\e606";
}
.icon-calendar:before {
  content: "\e607";
}
.icon-play:before {
  content: "\e605";
}
.icon-download:before {
  content: "\e600";
}
.icon-search:before {
  content: "\e601";
}
.icon-link:before {
  content: "\e602";
}
.icon-podcast:before {
  content: "\e603";
}
.icon-circle {
  height: 39px;
  width: 39px;
  text-align: center;
  line-height: 37px;
  font-size: 25px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding-bottom: 40px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened.mm-label > a.mm-subopen {
  height: 25px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-opened .mm-page {
  box-sizing: border-box;
  position: relative;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu buttonbars addon CSS
*/
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-buttonbar > a {
  text-decoration: none;
}
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.mm-buttonbar > input:checked + label {
  border-color: transparent  !important;
}
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}
.mm-footer .mm-buttonbar > * {
  border-left: none;
}
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu footer addon CSS
*/
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.mm-menu.mm-hasfooter > .mm-panel {
  padding-bottom: 80px;
}
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next {
  padding-top: 30px;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mm-header .mm-prev,
.mm-header .mm-next {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}
.mm-header .mm-next {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}
.mm-header [href].mm-prev:before,
.mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
  margin-left: 5px;
  margin-right: -2px;
}
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next {
  padding-top: 20px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after {
  border-color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu labels addon CSS
*/
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}
.mm-list > li.mm-collapsed {
  display: none;
}
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}
.mm-search {
  background: inherit;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}
label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}
a.mm-subopen + label.mm-toggle,
a.mm-subopen + label.mm-check {
  right: 50px;
}
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle,
em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle:before {
  background: #333333;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top,
.mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  z-index: 0;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mm-menu.mm-front.mm-top,
.mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black input.mm-check:checked ~ label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
/*Edited JUL2014 - loader gif path*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  /*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
  /*background: #869791;*/
  /*filter: Alpha(Opacity=50);*/
  /*IE7 fix*/
  /*opacity: 0.5;*/
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  /*filter: Alpha(Opacity=100);*/
  /*IE7 fix*/
  /*opacity: 1;*/
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  /*filter: Alpha(Opacity=50);*/
  /*IE7 fix*/
  /*opacity: 0.5;*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*Front-page updates 2023*/
.home-section.fullwidth.box-bg-primary-dark{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  overflow: hidden !important;
}

.owl-carousel.owl-fw {
  position: relative !important;
  width: 100% !important;
}

.home-section.fullwidth.box-bg-primary-dark {
  margin-top: 0 !important;
}

.header-wrapper {
  margin-bottom: 0 !important;
}
.home-section.fullwidth .container {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section.container.site-width-setter{
  margin-top: 10px !important;
}
/* Lp digital - v1.2.5 JUNE - JULY - AUG - OCT - NOV 2015*/
@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.ot-sdk-show-settings{
  cursor: pointer;
}

@media screen and (max-width: 380px) {
  #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    padding: .8em 0 !important;
  }
}

.visuallyhidden,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*Common v1.0.1*/
@media all {
  @-ms-viewport {
    width: device-width;
  }
  /*Resetting Microsoft IE*/
  /*Selection + placeholder*/
  ::-moz-selection {
    background: #443F3F;
    color: #fff;
  }
  ::selection {
    background: #443F3F;
    color: #fff;
  }
  ::-moz-placeholder {
    color: #443F3F;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #443F3F;
  }
  ::-webkit-input-placeholder {
    color: #443F3F;
  }
  ::-moz-placeholder {
    color: #443F3F;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #443F3F;
  }
  ::-webkit-input-placeholder {
    color: #443F3F;
  }
  .placeholder {
    color: #443F3F;
  }
  /*Noscript*/
  noscript p {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 1px #666;
    background-color: red;
  }
  /*IE Alert*/
  .browser-ie-alert {
    color: #fff;
    font-size: 1em;
    padding: 10px;
    background-color: #666;
  }
  /*Smoothing font*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  li,
  td,
  th {
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  }
  /*Accessibility top links*/
  #access-shortcuts-wrapper {
    z-index: 999000;
    position: relative;
  }
  #access-shortcuts-wrapper ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999010;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  }
  #access-shortcuts-wrapper ul li {
    float: left;
    padding: 1em;
    list-style: none;
    position: relative;
    background: none;
  }
  #access-shortcuts-wrapper a {
    color: #000;
  }
  #access-shortcuts-wrapper a:hover,
  #access-shortcuts-wrapper a:focus {
    color: #CB5226;
    outline-color: #8b381a;
  }
  /*RWD js detection*/
  /*IE8 requires .lt-ie9 */
  /*Grid*/
  .rw {
    *zoom: 1;
  }
  .rw:before,
  .rw:after {
    content: "";
    display: table;
  }
  .rw:after {
    clear: both;
  }
  .rw .w-1,
  .rw .w-2,
  .rw .w-3,
  .rw .w-4,
  .rw .w-5,
  .rw .w-6,
  .rw .w-x,
  .rw .w-50,
  .rw .w-100 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .w-hidden {
    display: none;
  }
  /**/
}
@media screen and (min-width: 1024px) {
  .content-marques {
    height: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .content-marques {
    height: 50px !important;
  }
}
/*
Styling for all kind of media: print, screen and
so as to bypass IE<9: using queries "@media only screen and"
*/
@media all {
  body [class*="col-"] {
    /*outline:solid 1px purple;*/
  }
  body {
    font-family: 'Onest-Light', sans-serif;
    font-size: 0.9375em;
    line-height: 1.2em;
    color: #000;
    background: #fff;
  }
  body.site-is-analyst #nav {
    background-color: #2CA6D4;
  }
  body.site-is-press #nav {
    background-color: #CB5226;
  }
  body.site-is-candidat #nav {
    background-color: #762B81;
  }
  /*Accessibility 8.6 */
  #main-content a {
    text-decoration: underline;
  }
  #main-content a:hover {
    text-decoration: underline !important;
  }
  #main-content a:focus {
    text-decoration: underline !important;
    outline:dotted 1px #8b381a
  }
  /*FIN Accessibility 8.6 */
  img,
  embed,
  object,
  video,
  canvas {
    max-width: 100%;
    height: auto;
  }
  ul.nav,
  ol.nav,
  nav ul,
  nav ol,
  .dl-submenu,
  .dl-menu {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
  }
  ul.nav-inline li {
    display: inline;
  }
  /*P*/
  p,
  ul,
  ol {
    margin: 0 0 1.5em 0;
  }
  /*Hn*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .ttl-h1,
  .ttl-h2,
  .ttl-h3,
  .ttl-h4,
  .ttl-h5,
  .ttl-h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 120%;
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
    color: #177478;
    /*-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;*/
  }
  .aside h1,
  .aside h2,
  .aside h3,
  .aside h4,
  .aside h5,
  .aside h6,
  .aside .ttl-h1,
  .aside .ttl-h2,
  .aside .ttl-h3,
  .aside .ttl-h4,
  .aside .ttl-h5,
  .aside .ttl-h6 {
    color: #333;
  }
  img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: revert !important;
  }
  h1,
  .ttl-h1 {
    font-size: 2.5em;
    color: #177478;
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
    position: relative;
    line-height: 1em;
    padding-bottom: 8px;
    margin-bottom: 0.5em;
  }
  .ttl-dark {
    color: #000 !important;
  }
  .ttl-dark span {
    color: #177478 !important;
  }
  h2,
  .ttl-h2 {
    margin-bottom: 0.5em;
    font-size: 1.4em;
  }
  .no-size{
    font-size: unset;
  }
  .text-black{
    color: #000;
  }
  .text-green {
    color:#177478;
  }
  .bold {
    font-family: 'Onest-Bold';
  }
  .subttl {
    font-size: 1.384em;
    color: #000;
  }
  h3,
  .ttl-h3 {
    margin-bottom: 0.7em;
    font-size: 1.266em;
    color: #000;
  }
  h4,
  .ttl-h4 {
    font-size: 1.17em;
  }
  h5,
  .ttl-h5 {
    font-size: 1.1em;
  }
  h6,
  .ttl-h6 {
    font-size: 1em;
  }
  h3,
  h4,
  h5,
  h6,
  .ttl-h3,
  .ttl-h4,
  .ttl-h5,
  .ttl-h6 {
    margin-bottom: 0.7em;
  }
  mark,
  .mark {
    color: #CB5226 !important;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    padding: 0;
  }
  /*B I ADDRESS*/
  b,
  i {
    line-height: normal;
  }
  address {
    font-style: normal;
    line-height: normal;
  }
  /*A*/
  a {
    color: #CB5226;
    text-decoration: none;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
  }
  a:hover,
  a:focus {
    color: #8b381a;
    text-decoration: underline;
  }
  a:focus {
    outline: dotted 1px #8b381a;
  }
  a[href^=tel] {
    color: #CB5226;
  }
  /*ios phone number detection formatting*/
  /*FORMATING*/
  strong,
  b {
    font-weight: 400;
    font-family: 'Onest-Bold';
  }
  /*Misc*/
  .align-left {
    text-align: left !important;
  }
  .align-center {
    text-align: center !important;
  }
  .align-right {
    text-align: right !important;
  }
  .align-justify {
    text-align: justify !important;
  }
  .block-left {
    float: left !important;
  }
  .block-right {
    float: right !important;
  }
  .block-fullwidth {
    text-align: center;
  }
  .block-icon {
    width: auto!important;
  }
  .valign-middle {
    vertical-align: middle;
  }
  /**/
  .no-padding {
    padding: 0!important;
  }
  .no-margin {
    margin: 0!important;
  }
  /*HR*/
  hr,
  .hr {
    margin: 0 0 1.48em 0;
    border-color: #EEEEEE;
    /*.clearfix;*/
    clear: both;
  }
  hr.hr-strong,
  .hr.hr-strong {
    border-top-width: 3px;
  }
  /**/
  .row-auto-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
  /**/
  .btn.btn-readmore {
    text-transform: uppercase;
    font-family: 'Onest-Bold';
  }
  .btn.btn-readmore i {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 1.2em;
    line-height: 26px;
    display: inline-block;
    margin-left: 0.5em;
    width: 28px;
    height: 28px;
    border: 1px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
  }
  .btn.btn-readmore i:before {
    content: "\f105";
  }
  /**/
  .ttl {
    line-height: 1;
    text-transform: initial !important;
  }
  /**/
  .address {
    font-style: normal;
  }
  /*--> icons list*/
  /*Toi be completed*/
  /*figure*/
  .figure {
    position: relative;
    padding: 0;
  }
  .figure.block-left {
    margin: 0 40px 0.5em 0;
  }
  .figure.block-right {
    margin: 0 0 0.5em 40px;
  }
  .figure.block-fullwidth {
    width: auto;
    margin: 0 0 1em 0;
    padding: 0;
    text-align: center;
  }
  .figure > .figcaption,
  .figure > .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0.866em;
    margin: 0;
    padding: 1em;
    background-color: #000;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000);
    background-color: hsla(0, 0%, 0%, 0.45);
  }
  .figure > .figcaption a,
  .figure > .wp-caption-text a,
  .figure > .figcaption,
  .figure > .wp-caption-text {
    color: #fff;
  }
  #main-content .figure > .figcaption a,
  #main-content .figure > .wp-caption-text a,
  #main-content .home-section .content-marques a,
  #main-content .pagination li a,
  #main-content .aside a,
  #main-content .push-item a ,
  #main-content .content-focus a
  {
    text-decoration:none;
  }
  /*
figcaption's width matches img's width
see at http://stackoverflow.com/questions/6534473/how-can-i-make-the-width-of-my-figcaption-match-the-width-of-the-img-inside
/!\ doesn't work in IE
*/
  .figure.block-centered {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  /*Float Reflow Fix; overflow y is trying to patch chrome unzoomed page scrollbar*/
  .float-reflow,
  .float-reflow .content-inner-pad {
    overflow: auto;
    overflow-y: hidden;
    /*width: 100%;*/
  }
  /**/
  .page-has-leftpane .figure.block-left,
  .page-has-rightpane .figure.block-left,
  .page-has-leftpane .figure.block-right,
  .page-has-rightpane .figure.block-right {
    width: 35%;
  }
  /*BOOTSTRAP*/
  /**/
  .label-tag {
    text-transform: uppercase;
    border: 1px solid #177478;
    display: inline-block;
    color: #177478;
    padding: 6px 12px;
    line-height: 1.42857143;
  }
  /*btn*/
  .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Onest-Book';
    font-size: 1.153em;
  }
  .btn:focus,
  .btn:active:focus,
  .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn .fa {
    margin-right: 7px;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 1.153em;
  }
  .btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414;
  }
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    background-image: none;
  }
  .btn-default.disabled,
  .btn-default[disabled],
  fieldset[disabled] .btn-default,
  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled:active,
  .btn-default[disabled]:active,
  fieldset[disabled] .btn-default:active,
  .btn-default.disabled.active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default.active {
    background-color: #333;
    border-color: #333;
  }
  .btn-default .badge {
    color: #333;
    background-color: #fff;
  }
  .btn-brand-clr-primary {
    color: #fff;
    background-color: #177478;
    border-color: #177478;
  }
  .btn-brand-clr-primary:hover,
  .btn-brand-clr-primary:focus,
  .btn-brand-clr-primary:active,
  .btn-brand-clr-primary.active,
  .open > .dropdown-toggle.btn-brand-clr-primary {
    color: #fff;
    background-color: #0f4b4d;
    border-color: #0d4245;
  }
  .btn-brand-clr-primary:active,
  .btn-brand-clr-primary.active,
  .open > .dropdown-toggle.btn-brand-clr-primary {
    background-image: none;
  }
  .btn-brand-clr-primary.disabled,
  .btn-brand-clr-primary[disabled],
  fieldset[disabled] .btn-brand-clr-primary,
  .btn-brand-clr-primary.disabled:hover,
  .btn-brand-clr-primary[disabled]:hover,
  fieldset[disabled] .btn-brand-clr-primary:hover,
  .btn-brand-clr-primary.disabled:focus,
  .btn-brand-clr-primary[disabled]:focus,
  fieldset[disabled] .btn-brand-clr-primary:focus,
  .btn-brand-clr-primary.disabled:active,
  .btn-brand-clr-primary[disabled]:active,
  fieldset[disabled] .btn-brand-clr-primary:active,
  .btn-brand-clr-primary.disabled.active,
  .btn-brand-clr-primary[disabled].active,
  fieldset[disabled] .btn-brand-clr-primary.active {
    background-color: #177478;
    border-color: #177478;
  }
  .btn-brand-clr-primary .badge {
    color: #177478;
    background-color: #fff;
  }
  .btn-brand-clr-1 {
    color: #fff;
    background-color: #CB5226;
    border-color: #CB5226;
  }
  .btn-brand-clr-1:hover,
  .btn-brand-clr-1:focus,
  .btn-brand-clr-1:active,
  .btn-brand-clr-1.active,
  .open > .dropdown-toggle.btn-brand-clr-1 {
    color: #fff;
    background-color: #a0411e;
    border-color: #973d1c;
  }
  .btn-brand-clr-1:active,
  .btn-brand-clr-1.active,
  .open > .dropdown-toggle.btn-brand-clr-1 {
    background-image: none;
  }
  .btn-brand-clr-1.disabled,
  .btn-brand-clr-1[disabled],
  fieldset[disabled] .btn-brand-clr-1,
  .btn-brand-clr-1.disabled:hover,
  .btn-brand-clr-1[disabled]:hover,
  fieldset[disabled] .btn-brand-clr-1:hover,
  .btn-brand-clr-1.disabled:focus,
  .btn-brand-clr-1[disabled]:focus,
  fieldset[disabled] .btn-brand-clr-1:focus,
  .btn-brand-clr-1.disabled:active,
  .btn-brand-clr-1[disabled]:active,
  fieldset[disabled] .btn-brand-clr-1:active,
  .btn-brand-clr-1.disabled.active,
  .btn-brand-clr-1[disabled].active,
  fieldset[disabled] .btn-brand-clr-1.active {
    background-color: #CB5226;
    border-color: #CB5226;
  }
  .btn-brand-clr-1 .badge {
    color: #CB5226;
    background-color: #fff;
  }
  .btn-brand-clr-2 {
    color: #fff;
    background-color: #2CA6D4;
    border-color: #2CA6D4;
  }
  .btn-brand-clr-2:hover,
  .btn-brand-clr-2:focus,
  .btn-brand-clr-2:active,
  .btn-brand-clr-2.active,
  .open > .dropdown-toggle.btn-brand-clr-2 {
    color: #fff;
    background-color: #2385aa;
    border-color: #217fa2;
  }
  .btn-brand-clr-2:active,
  .btn-brand-clr-2.active,
  .open > .dropdown-toggle.btn-brand-clr-2 {
    background-image: none;
  }
  .btn-brand-clr-2.disabled,
  .btn-brand-clr-2[disabled],
  fieldset[disabled] .btn-brand-clr-2,
  .btn-brand-clr-2.disabled:hover,
  .btn-brand-clr-2[disabled]:hover,
  fieldset[disabled] .btn-brand-clr-2:hover,
  .btn-brand-clr-2.disabled:focus,
  .btn-brand-clr-2[disabled]:focus,
  fieldset[disabled] .btn-brand-clr-2:focus,
  .btn-brand-clr-2.disabled:active,
  .btn-brand-clr-2[disabled]:active,
  fieldset[disabled] .btn-brand-clr-2:active,
  .btn-brand-clr-2.disabled.active,
  .btn-brand-clr-2[disabled].active,
  fieldset[disabled] .btn-brand-clr-2.active {
    background-color: #2CA6D4;
    border-color: #2CA6D4;
  }
  .btn-brand-clr-2 .badge {
    color: #2CA6D4;
    background-color: #fff;
  }
  .btn-brand-clr-3 {
    color: #fff;
    background-color: #762B81;
    border-color: #762B81;
  }
  .btn-brand-clr-3:hover,
  .btn-brand-clr-3:focus,
  .btn-brand-clr-3:active,
  .btn-brand-clr-3.active,
  .open > .dropdown-toggle.btn-brand-clr-3 {
    color: #fff;
    background-color: #531e5b;
    border-color: #4c1c53;
  }
  .btn-brand-clr-3:active,
  .btn-brand-clr-3.active,
  .open > .dropdown-toggle.btn-brand-clr-3 {
    background-image: none;
  }
  .btn-brand-clr-3.disabled,
  .btn-brand-clr-3[disabled],
  fieldset[disabled] .btn-brand-clr-3,
  .btn-brand-clr-3.disabled:hover,
  .btn-brand-clr-3[disabled]:hover,
  fieldset[disabled] .btn-brand-clr-3:hover,
  .btn-brand-clr-3.disabled:focus,
  .btn-brand-clr-3[disabled]:focus,
  fieldset[disabled] .btn-brand-clr-3:focus,
  .btn-brand-clr-3.disabled:active,
  .btn-brand-clr-3[disabled]:active,
  fieldset[disabled] .btn-brand-clr-3:active,
  .btn-brand-clr-3.disabled.active,
  .btn-brand-clr-3[disabled].active,
  fieldset[disabled] .btn-brand-clr-3.active {
    background-color: #762B81;
    border-color: #762B81;
  }
  .btn-brand-clr-3 .badge {
    color: #762B81;
    background-color: #fff;
  }
  .btn-tag {
    color: #000;
    background-color: transparent;
    border-color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Onest-Light';
    font-size: 0.866em;
    text-transform: uppercase;
    line-height: 2.3em;
    height: 44px;
    margin-bottom: 0.666em;
  }
  .btn-tag:hover,
  .btn-tag:focus,
  .btn-tag:active,
  .btn-tag.active,
  .open > .dropdown-toggle.btn-tag {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #000000;
  }
  .btn-tag:active,
  .btn-tag.active,
  .open > .dropdown-toggle.btn-tag {
    background-image: none;
  }
  .btn-tag.disabled,
  .btn-tag[disabled],
  fieldset[disabled] .btn-tag,
  .btn-tag.disabled:hover,
  .btn-tag[disabled]:hover,
  fieldset[disabled] .btn-tag:hover,
  .btn-tag.disabled:focus,
  .btn-tag[disabled]:focus,
  fieldset[disabled] .btn-tag:focus,
  .btn-tag.disabled:active,
  .btn-tag[disabled]:active,
  fieldset[disabled] .btn-tag:active,
  .btn-tag.disabled.active,
  .btn-tag[disabled].active,
  fieldset[disabled] .btn-tag.active {
    background-color: transparent;
    border-color: #000;
  }
  .btn-tag .badge {
    color: transparent;
    background-color: #000;
  }
  .btn-tag:hover {
    color: #fff;
    background-color: #177478;
    border-color: #177478;
  }
  .btn-tag:hover:hover,
  .btn-tag:hover:focus,
  .btn-tag:hover:active,
  .btn-tag:hover.active,
  .open > .dropdown-toggle.btn-tag:hover {
    color: #fff;
    background-color: #0f4b4d;
    border-color: #0d4245;
  }
  .btn-tag:hover:active,
  .btn-tag:hover.active,
  .open > .dropdown-toggle.btn-tag:hover {
    background-image: none;
  }
  .btn-tag:hover.disabled,
  .btn-tag:hover[disabled],
  fieldset[disabled] .btn-tag:hover,
  .btn-tag:hover.disabled:hover,
  .btn-tag:hover[disabled]:hover,
  fieldset[disabled] .btn-tag:hover:hover,
  .btn-tag:hover.disabled:focus,
  .btn-tag:hover[disabled]:focus,
  fieldset[disabled] .btn-tag:hover:focus,
  .btn-tag:hover.disabled:active,
  .btn-tag:hover[disabled]:active,
  fieldset[disabled] .btn-tag:hover:active,
  .btn-tag:hover.disabled.active,
  .btn-tag:hover[disabled].active,
  fieldset[disabled] .btn-tag:hover.active {
    background-color: #177478;
    border-color: #177478;
  }
  .btn-tag:hover .badge {
    color: #177478;
    background-color: #fff;
  }
  input[type="checkbox"]:checked + label.btn-tag {
    color: #fff;
    background-color: #177478;
    border-color: #177478;
  }
  input[type="checkbox"]:checked + label.btn-tag:hover,
  input[type="checkbox"]:checked + label.btn-tag:focus,
  input[type="checkbox"]:checked + label.btn-tag:active,
  input[type="checkbox"]:checked + label.btn-tag.active,
  .open > .dropdown-toggleinput[type="checkbox"]:checked + label.btn-tag {
    color: #fff;
    background-color: #0f4b4d;
    border-color: #0d4245;
  }
  input[type="checkbox"]:checked + label.btn-tag:active,
  input[type="checkbox"]:checked + label.btn-tag.active,
  .open > .dropdown-toggleinput[type="checkbox"]:checked + label.btn-tag {
    background-image: none;
  }
  input[type="checkbox"]:checked + label.btn-tag.disabled,
  input[type="checkbox"]:checked + label.btn-tag[disabled],
  fieldset[disabled] input[type="checkbox"]:checked + label.btn-tag,
  input[type="checkbox"]:checked + label.btn-tag.disabled:hover,
  input[type="checkbox"]:checked + label.btn-tag[disabled]:hover,
  fieldset[disabled] input[type="checkbox"]:checked + label.btn-tag:hover,
  input[type="checkbox"]:checked + label.btn-tag.disabled:focus,
  input[type="checkbox"]:checked + label.btn-tag[disabled]:focus,
  fieldset[disabled] input[type="checkbox"]:checked + label.btn-tag:focus,
  input[type="checkbox"]:checked + label.btn-tag.disabled:active,
  input[type="checkbox"]:checked + label.btn-tag[disabled]:active,
  fieldset[disabled] input[type="checkbox"]:checked + label.btn-tag:active,
  input[type="checkbox"]:checked + label.btn-tag.disabled.active,
  input[type="checkbox"]:checked + label.btn-tag[disabled].active,
  fieldset[disabled] input[type="checkbox"]:checked + label.btn-tag.active {
    background-color: #177478;
    border-color: #177478;
  }
  input[type="checkbox"]:checked + label.btn-tag .badge {
    color: #177478;
    background-color: #fff;
  }
  .btn-read-next {
    color: #177478;
  }
  .btn-read-next:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 18px;
    border: 1px solid #177478;
    margin-right: 0.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  .btn-block {
    white-space: initial;
  }
  .btn-has-icon {
    padding-left: 45px;
    position: relative;
  }
  .loader-container {
    text-align: center;
    padding: 10px 0;
    background: #f8f8f8;
  }
  .pending {
    opacity: 0.4;
  }
  /*FILTER*/
  .filter-wrapper .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .filter-wrapper .row > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .query-resume {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #1A6753;
  }
  .query-resume strong {
    font-family: 'Onest-Bold';
    font-size: 1.166em;
    font-weight: 400;
  }
  /*FORM*/
  .form {
    font-size: 1.153em;
    /*17px*/
  }
  .form .form-group {
    *zoom: 1;
  }
  .form .form-group:before,
  .form .form-group:after {
    content: " ";
    display: table;
  }
  .form .form-group:after {
    clear: both;
  }
  .form .form-group:before,
  .form .form-group:after {
    content: " ";
    display: table;
  }
  .form .form-group:after {
    clear: both;
  }
  .form .form-group .hr {
    display: block;
    border-top: 1px solid #EEEEEE;
    margin-top: 0.5em;
  }
  .form .control-label {
    text-align: left;
    font-weight: 400;
    color: #177478;
    font-family: Arial, Helvetica, sans-serif;
  }
  .form .form-action {
    margin-bottom: 0;
    text-align: right;
  }
  .form .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
  .form .btn .fa {
    margin-left: -10px;
  }
  .form .radio-inline {
    color: #177478;
  }
  .form .radio-inline + .radio-inline {
    padding-left: 2em;
  }
  .form .checkbox-inline {
    margin-right: 20px;
  }
  .form .inner-form {
    margin-top: -15px;
  }
  .form .inner-form > .control-label {
    padding-left: 30px;
  }
  .form .form-control {
    height: 42px;
    padding: 6px 12px;
    line-height: 1.9em;
    font-family: 'Onest-Light';
  }
  .form textarea.form-control {
    height: auto;
  }
  .form .btn-submit {
    height: 42px;
    font-size: 0.755em;
    font-family: 'Onest-Light';
    text-transform: uppercase;
    color: #fff;
    background-color: #CB5226;
    border-color: #CB5226;
  }
  .form .btn-submit:hover,
  .form .btn-submit:focus,
  .form .btn-submit:active,
  .form .btn-submit.active,
  .open > .dropdown-toggle.form .btn-submit {
    color: #fff;
    background-color: #a0411e;
    border-color: #973d1c;
  }
  .form .btn-submit:active,
  .form .btn-submit.active,
  .open > .dropdown-toggle.form .btn-submit {
    background-image: none;
  }
  .form .btn-submit.disabled,
  .form .btn-submit[disabled],
  fieldset[disabled] .form .btn-submit,
  .form .btn-submit.disabled:hover,
  .form .btn-submit[disabled]:hover,
  fieldset[disabled] .form .btn-submit:hover,
  .form .btn-submit.disabled:focus,
  .form .btn-submit[disabled]:focus,
  fieldset[disabled] .form .btn-submit:focus,
  .form .btn-submit.disabled:active,
  .form .btn-submit[disabled]:active,
  fieldset[disabled] .form .btn-submit:active,
  .form .btn-submit.disabled.active,
  .form .btn-submit[disabled].active,
  fieldset[disabled] .form .btn-submit.active {
    background-color: #CB5226;
    border-color: #CB5226;
  }
  .form .btn-submit .badge {
    color: #CB5226;
    background-color: #fff;
  }
  .form label {
    font-family: 'Onest-Light';
    font-weight: 300;
    font-size: 1.118em;
    /*17px -> 19px*/
  }
  .form .form-inline label {
    margin-right: 0.95em;
  }
  .form .form-shrunk {
    width: 80%;
    margin: 0 auto;
  }
  .form .form-shrunk label {
    margin: 2.368em 0 0.95em 0;
  }
  .form .form-shrunk .btn-submit {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .lt-ie9 .form .form-shrunk .btn-submit {
    position: relative;
    left: 50%;
    margin-left: -63px;
  }
  .form p {
    font-size: 0.765em;
    /*17px -> 13px*/
    font-family: 'Onest-LightItalic';
    padding-top: 0.866em;
  }
  .sign-up-duration {
    *zoom: 1;
    margin-bottom: 1.5em;
  }
  .sign-up-duration:before,
  .sign-up-duration:after {
    content: " ";
    display: table;
  }
  .sign-up-duration:after {
    clear: both;
  }
  .sign-up-duration:before,
  .sign-up-duration:after {
    content: " ";
    display: table;
  }
  .sign-up-duration:after {
    clear: both;
  }
  .sign-up-duration p {
    margin: 0;
  }
  .sign-up-duration .duration {
    float: left !important;
    float: left;
  }
  .sign-up-duration .duration .ttl {
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
    font-size: 1.615em;
    color: #177478;
  }
  .sign-up-duration .duration select {
    margin-left: 15px;
  }
  .sign-up-duration .overall,
  .cart .overall {
    font-family: 'Onest-Light', sans-serif;
    font-size: 1.153em;
    line-height: 1.2em;
  }
  .sign-up-duration .overall span,
  .cart .overall span {
    color: #333;
    font-size: 1.666em;
    font-weight: 600;
    display: block;
  }
  .sign-up-duration .overall .notice,
  .cart .overall .notice {
    font-size: 0.8em;
    font-weight: 400;
    text-transform: capitalize;
  }
  .sign-up-duration-inline.sign-up-duration .overall,
  .sign-up-duration-inline.cart .overall {
    float: right !important;
    float: right;
  }
  .sign-up-duration-inline.sign-up-duration .overall span,
  .sign-up-duration-inline.cart .overall span {
    display: inline;
    padding-left: 0.5em;
  }
  /*
Header
*/
  /*header*/
  .header-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 900;
    margin-bottom: 2.66667em;
  }
  .header-wrapper .header-logo-container {
    width: 342px;
    position: relative;
  }
  .header-wrapper .header-logo-container .logo {
    margin: 0;
    position: absolute;
    z-index: 100;
    width:300px;
    margin-top:30px;
  }
  .header-wrapper .header-logo-container .header-tagline {
    position: absolute;
    top: 0;
    left: 273.6px;
    white-space: nowrap;
    color: #177478;
    text-transform: uppercase;
    font-family: 'Onest-Medium';
    line-height: 40px;
    z-index: 100;
  }
  .header-wrapper .header-toolbar-wrapper {
    text-align: right;
    font-size: 0.85em;
    height: 40px;
  }
  .header-wrapper .header-toolbar-wrapper > p {
    display: inline;
    margin: 0;
    line-height: 40px;
    padding-right: 1em;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav {
    /*.pull-right;*/
    position: relative;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li {
    height: 28px;
    vertical-align: middle;
    display: block;
    float: left;
    margin-left: 1px;
    position: static;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li a {
    line-height: 1em;
    padding: 0 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li .btn {
    font-size: 1em;
    line-height: 39px;
    padding-left: 1em;
    padding-right: 1em;
    border: none;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li .btn .fa {
    margin-right: none;
    /* -0.5em */
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li .primary-submenu {
    top: 39px;
    min-width: 528px;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li .primary-submenu ul {
    margin: 0;
    padding: 0;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li .primary-submenu ul li {
    display: block;
    margin: 0.5em 0;
  }
  .header-wrapper .header-toolbar-wrapper ul.nav > li .primary-submenu ul li a {
    padding: 0;
    margin: 0;
  }
  .header-wrapper .header-access-wrapper {
    text-align: right;
    padding: 6px 0;
  }
  .header-wrapper .header-access-wrapper li {
    padding: 0 2px;
  }
  .header-wrapper .input-group .form-control,
  .header-wrapper .input-group .btn {
    height: 28px;
  }
  .header-wrapper .input-group .form-control {
    font-size: 1em;
    border-right-width: 0;
  }
  .header-wrapper .input-group .btn {
    padding: 2px 8px;
    color: #999;
    background-color: transparent;
    border-color: #ccc;
    font-size: 11px;
  }
  .header-wrapper .input-group .btn .fa {
    margin: 0;
  }
  .header-wrapper.affix {
    position: fixed;
    top: 0;
    width: 100%;
    height: 42px;
  }
  .header-wrapper.affix .container {
    position: relative;
  }
  .header-wrapper.affix .pull-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
  }
  .header-wrapper.affix #nav-primary {
    display: table;
  }
  .header-wrapper.affix #nav-primary > li {
    display: table-cell;
    float: none;
  }
  .header-wrapper.affix #nav-primary > li div.nav-section > a {
    padding: 0!important;
    display: block;
    text-align: center;
    line-height: 42px;
  }
  .lt-ie9 .header-wrapper.affix #nav-primary {
    width: 531px;
  }
  .header-wrapper.affix .header-toolbar-wrapper ul.nav > li {
    margin-left: 0;
  }
  .header-wrapper.affix .header-toolbar-wrapper ul.nav > li .btn {
    line-height: 42px;
  }
  .header-wrapper.affix .header-toolbar-wrapper ul.nav > li .primary-submenu {
    top: 42px;
  }
  .lt-ie9 .header-wrapper.affix .header-toolbar-wrapper ul.nav {
    width: 321px;
  }
  .header-wrapper.affix #nav,
  .header-wrapper.affix #nav-primary > li,
  .header-wrapper.affix #nav-primary > li div.nav-section,
  .header-wrapper.affix #nav-primary > li div.nav-section > a {
    height: 42px;
  }
  .header-wrapper.affix #nav-primary > li div.nav-section > a {
    padding: 0 2.15em 1em 2.15em;
  }
  .header-wrapper.affix .hidden-sticky {
    display: none !important;
  }
  .header-wrapper.affix #nav .primary-submenu {
    top: 42px;
  }
  .header-wrapper.affix #nav .nav-desktop {
    padding-left: 138px;
  }
  .header-wrapper.affix .header-logo-container .logo {
    width: 138px;
    top: -6px;
    overflow: hidden;
    height: 48px;
    margin-top:unset;
    margin-left:-25px;
  }
  .header.header-container {
    *zoom: 1;
    /*header-toolbar-wrapper*/
  }
  .header.header-container:before,
  .header.header-container:after {
    content: " ";
    display: table;
  }
  .header.header-container:after {
    clear: both;
  }
  .header.header-container:before,
  .header.header-container:after {
    content: " ";
    display: table;
  }
  .header.header-container:after {
    clear: both;
  }
  .header.header-container .header-wrapper {
    border-bottom: solid 1px #eee;
    padding: 0;
  }
  .header.header-container .logo-container {
    text-align: right;
  }
  .header.header-container .logo {
    display: inline-block;
    margin: 10px 0;
  }
  .header.header-container .logo-baseline {
    margin: 0;
  }
  .header.header-container .header-toolbar-wrapper {
    position: static;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first {
    margin: 21.5px 0 0 0;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first a {
    color: #000;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first a:hover {
    color: #CB5226;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first > li {
    display: inline;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .form-search-global-wrapper {
    display: inline-block;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper .drop-search {
    display: none;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
    top: 44px;
    padding: 0.5em 1em 1.35em 1em;
    text-align: right;
    background-color: #fff;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff, endColorstr=#f2ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ffffff, endColorstr=#f2ffffff);
    background-color: hsla(0, 0%, 100%, 0.95);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper .drop-search:before {
    content: "";
    position: absolute;
    left: 4.19em;
    top: -10px;
    display: block;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper.open .drop-search {
    display: block;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper .drop-search.animated {
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper .drp-back {
    z-index: 990;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper .drop-search label {
    color: #177478;
    text-transform: uppercase;
    padding: 0.6em 0 0 0;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .search-wrapper .btn-close {
    margin: 0 0.5em;
  }
  .header.header-container .header-toolbar-wrapper .header-toolbar-first .login-wrapper {
    padding: 0 1em;
  }
  /*
NAV
*/
  #nav {
    height: 85px;
    background-color: white;
    position: relative;
  }
  #nav .nav-desktop {
    padding-left: 342px;
  }
  /*desktop*/
  #nav-primary {
    display: block;
    *zoom: 1;
  }
  #nav-primary:before,
  #nav-primary:after {
    content: " ";
    display: table;
  }
  #nav-primary:after {
    clear: both;
  }
  #nav-primary:before,
  #nav-primary:after {
    content: " ";
    display: table;
  }
  #nav-primary:after {
    clear: both;
  }
  #nav-primary a {
    color: #177478;
    text-decoration: none;
  }
  #nav-primary > li {
    display: block;
    float: left;
  }
  .site-is-press #nav-primary > li {
    border-left: 1px solid #d0633c;
  }
  .site-is-analyst #nav-primary > li {
    border-left: 1px solid #41afd8;
  }
  .site-is-candidat #nav-primary > li {
    border-left: 1px solid #84408e;
  }
  #nav-primary > li div.nav-section {
    /*position:relative;*/
    height: 84px;
  }
  #nav-primary > li div.nav-section > a {
    height: 84px;
    display: table-cell;
    padding: 0 16px 20px 16px;
    vertical-align: bottom;
    position: relative;
  }
  #nav-primary > li div.nav-section > a .icon-circle {
    height: 39px;
    width: 39px;
    text-align: center;
    line-height: 37px;
    font-size: 34px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #177478;
  }
  .lt-ie9 #nav-primary > li div.nav-section > a {
    padding: 0 13px 15px 13px;
  }
  #nav-primary > li div.nav-section .toggle-search:not(.collapsed) {
    background: white;
    color: #177478;
  }
  .site-is-press #nav-primary > li div.nav-section .toggle-search:not(.collapsed) {
    background: white;
    color: #CB5226;
  }
  .site-is-analyst #nav-primary > li div.nav-section .toggle-search:not(.collapsed) {
    background: white;
    color: #2CA6D4;
  }
  .site-is-candidat #nav-primary > li div.nav-section .toggle-search:not(.collapsed) {
    background: white;
    color: #762B81;
  }
  #nav-primary > li div.nav-section .toggle-search:not(.collapsed) .icon-circle {
    border-color: #177478;
  }
  .site-is-press #nav-primary > li div.nav-section .toggle-search:not(.collapsed) .icon-circle {
    border-color: #CB5226;
  }
  .site-is-analyst #nav-primary > li div.nav-section .toggle-search:not(.collapsed) .icon-circle {
    border-color: #2CA6D4;
  }
  .site-is-candidat #nav-primary > li div.nav-section .toggle-search:not(.collapsed) .icon-circle {
    border-color: #762B81;
  }
  #nav-primary > li.has-child div.nav-section > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
  }
  .site-is-press #nav-primary > li.has-child div.nav-section > a:before {
    background-color: #a94420;
  }
  .site-is-analyst #nav-primary > li.has-child div.nav-section > a:before {
    background-color: #248cb3;
  }
  .site-is-candidat #nav-primary > li.has-child div.nav-section > a:before {
    background-color: #5a2162;
  }
  #nav-primary > li.has-child div.nav-section > a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    text-align: center;
    color: #88a9aa;
  }
  #nav-primary > li:not(.pull-right):hover div.nav-section > a,
  #nav-primary > li.nav-opened div.nav-section > a,
  #nav-primary > li.active div.nav-section > a {
    font-weight: bold;
  }
  .site-is-press #nav-primary > li:not(.pull-right):hover div.nav-section > a,
  .site-is-press #nav-primary > li.nav-opened div.nav-section > a,
  .site-is-press #nav-primary > li.active div.nav-section > a {
    background-color: #a0411e;
  }
  .site-is-analyst #nav-primary > li:not(.pull-right):hover div.nav-section > a,
  .site-is-analyst #nav-primary > li.nav-opened div.nav-section > a,
  .site-is-analyst #nav-primary > li.active div.nav-section > a {
    background-color: #2385aa;
  }
  .site-is-candidat #nav-primary > li:not(.pull-right):hover div.nav-section > a,
  .site-is-candidat #nav-primary > li.nav-opened div.nav-section > a,
  .site-is-candidat #nav-primary > li.active div.nav-section > a {
    background-color: #531e5b;
  }
  #nav-primary > li.nav-selected .nav-section > a {
    border-bottom: 2px solid #177478;
  }
  .site-is-press #nav-primary > li.nav-selected .nav-section > a {
    border-bottom: 2px solid #CB5226;
  }
  .site-is-analyst #nav-primary > li.nav-selected .nav-section > a {
    border-bottom: 2px solid #2CA6D4;
  }
  .site-is-candidat #nav-primary > li.nav-selected .nav-section > a {
    border-bottom: 2px solid #762B81;
  }
  #nav-primary > li .dl-menusection {
    position: relative;
    height: 84px;
    z-index: 600;
  }
  #nav-primary > li .dl-menusection > a {
    display: block;
    padding: 0 25px;
  }
  #nav-primary > li:last-child .dl-menusection > a {
    border-width: 0;
  }
  #nav-primary > li .primary-submenu {
    position: absolute;
    font-size: 0.9333em;
    font-family: 'Onest-ExtraBold';
    padding: 17px 0;
    top: 84px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-bottom: 5px solid #177478;
    height: 0;
    visibility: hidden;
    z-index: 600;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
  }
  .site-is-press #nav-primary > li .primary-submenu {
    border-bottom: 5px solid #CB5226;
  }
  .site-is-analyst #nav-primary > li .primary-submenu {
    border-bottom: 5px solid #2CA6D4;
  }
  .site-is-candidat #nav-primary > li .primary-submenu {
    border-bottom: 5px solid #762B81;
  }
  #nav-primary > li .primary-submenu li,
  #nav-primary > li .primary-submenu a:not(.btn) {
    color: #177478;
  }
  #nav-primary > li .primary-submenu.visuallyhidden {
    width: 1px !important;
  }
  #nav-primary > li .primary-submenu > .container {
    padding-left: 125px;
  }
  #nav-primary > li > :hover .primary-submenu,
  #nav-primary > li.nav-opened .primary-submenu {
    visibility: visible;
    clip: rect(auto, auto, auto, auto);
    width: auto;
    height: auto;
    margin: 0;
  }
  #nav-primary > li.pull-right {
    background-color: white;
  }
  #nav-primary > li.pull-right div.nav-section > a {
    padding-bottom: 0;
    vertical-align: middle;
  }
  #nav-primary > li.pull-right:hover {
    background: white!important;
  }
  #nav-primary > li.pull-right:hover a {
    color: #177478;
    font-weight: bold;
  }
  #nav-primary > li.pull-right:hover a .icon-circle {
    border-color: #177478;
  }
  #nav-primary li ul {
    min-width: 100%;
  }
  #nav-primary li ul li {
    display: block;
    text-align: left;
    position: relative;
    padding: 15px 0 14px 15px;
    text-transform: uppercase;
  }
  #nav-primary li ul li > a {
    text-transform: uppercase;
  }
  #nav-primary li ul li + li {
    border-top: 1px solid #ddd;
  }
  #nav-primary li ul li:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #177478;
    font-size: 0.6em;
    vertical-align: middle;
    height: 19px;
    line-height: 17px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  #nav-primary li ul li a:hover {
    text-decoration: underline;
  }
  #nav-primary li ul li li {
    border-width: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Onest-Light';
    font-size: 0.928em;
  }
  #nav-primary li ul li li a {
    text-transform: none;
  }
  #nav-primary li ul li li:before {
    border-width: 0;
    top: 8px;
  }
  #nav-primary li ul li.has-child:before {
    content: "\f078";
  }
  #nav-primary li:last-child div.nav-section {
    border-right-width: 0;
  }
  .lt-ie9 #nav-primary .primary-submenu li,
  .lt-ie9 #nav-primary .primary-submenu a {
    color: #177478;
  }
  .lt-ie9 #nav-primary .primary-submenu .btn {
    color: #fff;
  }
  .submenu-search {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 601;
    width: 100%;
    background: #fff;
  }
  .submenu-search .search-global {
    border-bottom: solid 4px #177478;
  }
  .site-is-press .submenu-search .search-global {
    border-bottom: solid 4px #CB5226;
  }
  .site-is-analyst .submenu-search .search-global {
    border-bottom: solid 4px #2CA6D4;
  }
  .site-is-candidat .submenu-search .search-global {
    border-bottom: solid 4px #762B81;
  }
  .submenu-search .collapse-body {
    padding: 2em !important;
  }
  .submenu-search .collapse-body .box-bg-grey {
    margin: 0;
  }
  .submenu-search .collapse-body .btn {
    font-size: 0.754em;
    height: 3.23em;
  }
  #nav-toolbar {
    display: block;
    *zoom: 1;
    /*has-child*/
  }
  #nav-toolbar:before,
  #nav-toolbar:after {
    content: " ";
    display: table;
  }
  #nav-toolbar:after {
    clear: both;
  }
  #nav-toolbar:before,
  #nav-toolbar:after {
    content: " ";
    display: table;
  }
  #nav-toolbar:after {
    clear: both;
  }
  #nav-toolbar > li .primary-submenu {
    position: absolute;
    font-family: 'Onest-Bold';
    text-align: left;
    right: 0;
    background-color: #FFFFFF;
    border-bottom: 2px solid #177478;
    height: 0;
    visibility: hidden;
    z-index: 602;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    background-color: #EEEEEE;
    padding: 1.866em;
    margin-bottom: 1.5em;
    padding: 2em;
  }
  #nav-toolbar > li .primary-submenu.visuallyhidden {
    width: 1px !important;
  }
  #nav-toolbar > li .primary-submenu.form-inline {
    text-align: center;
    margin-bottom: 0;
  }
  #nav-toolbar > li .primary-submenu.home-section {
    padding: 0;
  }
  #nav-toolbar > li .primary-submenu p a {
    text-transform: uppercase;
    margin-top: 1em;
  }
  #nav-toolbar > li .primary-submenu li {
    border-bottom: solid 1px #eeeeee;
    padding: 1em 0;
    text-transform: uppercase;
    font-family: 'Onest-Bold';
    margin: 0.5em 0;
  }
  #nav-toolbar > li .primary-submenu li:last-child {
    margin-bottom: 1em;
  }
  #nav-toolbar > li .primary-submenu li ul li {
    border: none;
    padding: 0 0 0 1em;
    font-size: 1em;
  }
  #nav-toolbar > li .primary-submenu li ul li:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #177478;
    font-size: 0.6em;
    vertical-align: middle;
    height: 19px;
    line-height: 17px;
    margin-right: 0.5em;
  }
  #nav-toolbar > li .primary-submenu li ul li a {
    text-transform: none;
    font-family: 'Onest-Light';
  }
  #nav-toolbar > li .primary-submenu li ul li:last-child {
    border-bottom: none;
  }
  #nav-toolbar > li > :hover .primary-submenu,
  #nav-toolbar > li.nav-opened .primary-submenu {
    visibility: visible;
    clip: rect(auto, auto, auto, auto);
    width: auto;
    height: auto;
    margin: 0;
  }
  #nav-toolbar > li:hover .nav-section > a.btn {
    background: #f5f5f5;
  }
  #nav-toolbar > li:hover .nav-section > a.btn:after {
    content: "\f106";
  }
  #nav-toolbar > li:hover.brand-clr-primary .nav-section > a.btn {
    color: #177478;
  }
  #nav-toolbar > li:hover.brand-clr-1 .nav-section > a.btn {
    color: #CB5226;
  }
  #nav-toolbar > li:hover.brand-clr-2 .nav-section > a.btn {
    color: #2CA6D4;
  }
  #nav-toolbar > li:hover.brand-clr-3 .nav-section > a.btn {
    color: #762B81;
  }
  #nav-toolbar > .has-child .nav-section > a {
    text-decoration: none;
  }
  #nav-toolbar > .has-child .nav-section > a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-left: 8px;
  }
  #nav-toolbar > .has-child.brand-clr-black .nav-section > a {
    color: #000;
  }
  #nav-toolbar > .has-child.brand-clr-black .nav-section .primary-submenu li,
  #nav-toolbar > .has-child.brand-clr-black .nav-section .primary-submenu a:not(.btn) {
    color: #177478;
  }
  #nav-toolbar > .has-child.brand-clr-black .nav-section .primary-submenu {
    border-bottom: solid 4px #177478;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-black .nav-section .primary-submenu li,
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-black .nav-section .primary-submenu a {
    color: #177478;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-black .nav-section .primary-submenu .btn {
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-primary .nav-section > a {
    background-color: #177478;
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-primary .nav-section .primary-submenu li,
  #nav-toolbar > .has-child.brand-clr-primary .nav-section .primary-submenu a:not(.btn) {
    color: #177478;
  }
  #nav-toolbar > .has-child.brand-clr-primary .nav-section .primary-submenu {
    border-bottom: solid 4px #177478;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-primary .nav-section .primary-submenu li,
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-primary .nav-section .primary-submenu a {
    color: #177478;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-primary .nav-section .primary-submenu .btn {
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-1 .nav-section > a {
    background-color: #CB5226;
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu li,
  #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu a:not(.btn) {
    color: #CB5226;
  }
  #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu {
    border-bottom: solid 4px #CB5226;
  }
  #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu ul li:before {
    color: #CB5226;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu li,
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu a {
    color: #CB5226;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-1 .nav-section .primary-submenu .btn {
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-2 .nav-section > a {
    background-color: #2CA6D4;
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu li,
  #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu a:not(.btn) {
    color: #2CA6D4;
  }
  #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu {
    border-bottom: solid 4px #2CA6D4;
  }
  #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu ul li:before {
    color: #2CA6D4;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu li,
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu a {
    color: #2CA6D4;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-2 .nav-section .primary-submenu .btn {
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-3 .nav-section > a {
    background-color: #762B81;
    color: #fff;
  }
  #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu li,
  #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu a:not(.btn) {
    color: #762B81;
  }
  #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu {
    border-bottom: solid 4px #762B81;
  }
  #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu ul li:before {
    color: #762B81;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu li,
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu a {
    color: #762B81;
  }
  .lt-ie9 #nav-toolbar > .has-child.brand-clr-3 .nav-section .primary-submenu .btn {
    color: #fff;
  }
  #nav-toolbar > .has-child .primary-submenu-large {
    width: 950px !important;
  }
  /*mobile*/
  /*NAV mobile*/
  .mm-page {
    padding-top: 0;
    /* 164px : header height + margin-bottom */
  }
  .mm-menu {
    background: #177478;
    color: #fff;
    /*z-index: 10000;*/
  }
  .mm-menu .is-press,
  .mm-menu .is-press li {
    background-color: #CB5226;
  }
  .mm-menu .is-analyst,
  .mm-menu .is-analyst li {
    background-color: #2CA6D4;
  }
  .mm-menu .is-candidat,
  .mm-menu .is-candidat li {
    background-color: #762B81;
  }
  .mm-menu .is-rapport {
    background-color: #C41E4A;
  }
  .mm-menu .is-lang,
  .mm-menu .is-lang li {
    background-color: #105356;
  }
  .mm-menu .mm-list > li > a.mm-subclose {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 34px;
  }
  .nav-mobile-item {
    padding: 1em;
    border-bottom: solid 1px #8bbabc;
  }
  .dl-menuwrapper {
    max-width: none;
    float: none;
    z-index: 1000;
  }
  .dl-menuwrapper#dl-menu .dl-trigger {
    float: right !important;
    float: right;
    width: 70px;
    height: 84px;
    position: relative;
    background-color: #135f63;
    -webkit-transition: all 160ms ease;
    -o-transition: all 160ms ease;
    transition: all 160ms ease;
  }
  .site-is-press .dl-menuwrapper#dl-menu .dl-trigger {
    background-color: #b64922;
  }
  .site-is-analyst .dl-menuwrapper#dl-menu .dl-trigger {
    background-color: #2796bf;
  }
  .site-is-candidat .dl-menuwrapper#dl-menu .dl-trigger {
    background-color: #65256e;
  }
  .dl-menuwrapper#dl-menu .dl-trigger:before,
  .dl-menuwrapper#dl-menu .dl-trigger:after {
    content: "";
    height: 3px;
    width: 50%;
    left: 25%;
    background-color: #fff;
    backface-visibility: hidden;
    transition: 0.65s;
  }
  .dl-menuwrapper#dl-menu .dl-trigger:before {
    position: absolute;
    top: 32px;
    -webkit-box-shadow: #fff 0 9px 0 0;
    box-shadow: #fff 0 9px 0 0;
  }
  .dl-menuwrapper#dl-menu .dl-trigger:after {
    position: absolute;
    top: 50px;
  }
  .dl-menuwrapper#dl-menu .dl-trigger.dl-active {
    background-color: #0f4b4d;
  }
  .site-is-press .dl-menuwrapper#dl-menu .dl-trigger.dl-active {
    background-color: #a0411e;
  }
  .site-is-analyst .dl-menuwrapper#dl-menu .dl-trigger.dl-active {
    background-color: #2385aa;
  }
  .site-is-candidat .dl-menuwrapper#dl-menu .dl-trigger.dl-active {
    background-color: #531e5b;
  }
  .dl-menuwrapper#dl-menu .dl-trigger.dl-active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 42px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .dl-menuwrapper#dl-menu .dl-trigger.dl-active:after {
    top: 42px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .dl-menuwrapper#dl-menu ul.dl-menuopen {
    /*background-color:@bg-mobile-nav;*/
    background-color: #177478;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6177478, endColorstr=#e6177478)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6177478, endColorstr=#e6177478);
    background-color: hsla(182.4742268, 67.83216783%, 28.03921569%, 0.9);
  }
  .dl-menuwrapper#dl-menu ul.dl-menuopen.dl-subview {
    background-color: transparent;
  }
  .dl-menuwrapper#dl-menu ul.dl-menuopen .brand-clr-1 {
    background-color: #CB5226;
  }
  .dl-menuwrapper#dl-menu ul.dl-menuopen .brand-clr-2 {
    background-color: #2CA6D4;
  }
  .dl-menuwrapper#dl-menu ul.dl-menuopen .brand-clr-3 {
    background-color: #762B81;
  }
  .dl-menuwrapper#dl-menu .dl-submenu {
    background-color: #177478;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6177478, endColorstr=#e6177478)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6177478, endColorstr=#e6177478);
    background-color: hsla(182.4742268, 67.83216783%, 28.03921569%, 0.9);
  }
  .dl-menuwrapper > .dl-submenu {
    top: 0;
  }
  #nav-mobile {
    top: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  #nav-mobile li a {
    padding: 1em;
    border-bottom: solid 1px #8bbabc;
    font-size: 0.866em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  #nav-mobile li a:after {
    color: #fff;
  }
  #nav-mobile li a:hover {
    color: #fff;
    background-color: #0f4b4d;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e60f4b4d, endColorstr=#e60f4b4d)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e60f4b4d, endColorstr=#e60f4b4d);
    background-color: hsla(182.4742268, 67.83216783%, 18.03921569%, 0.9);
  }
  #nav-mobile li a:hover:after {
    color: #fff;
  }
  #nav-mobile li a .icon {
    margin: 0 0.5em 0 0;
  }
  #nav-mobile li.dl-back a {
    color: #fff;
    padding-left: 1.5em;
  }
  #nav-mobile li.dl-back:after {
    color: #fff;
    font-weight: bold;
  }
  #nav-mobile li.nav-is-search {
    padding: 1em;
    border-bottom: solid 1px #8bbabc;
  }
  #nav-mobile li.nav-is-search .btn.btn-solid {
    font-size: 14px;
  }
  #nav-mobile li.nav-is-contact a {
    color: #eee;
    background-color: #EEEEEE;
    border-bottom-color: #DBDBDB;
  }
  #nav-mobile li.nav-is-contact a:hover {
    background-color: #177478;
  }
  #nav-mobile li.nav-is-user a {
    color: #177478;
    background-color: #EEEEEE;
  }
  #nav-mobile li.nav-is-user a:hover {
    background-color: #177478;
  }
  #nav-mobile li.nav-is-contact .fa {
    font-size: 1.65em;
  }
  #nav-mobile li.nav-is-user .fa {
    font-size: 1.2em;
  }
  #nav-mobile li .form-inline {
    padding: 1em;
  }
  #nav-mobile li .form-inline .form-group:last-of-type {
    margin-bottom: 0;
  }
  .nav-mobile {
    display: none;
  }
  .nav-mobile .dl-menuwrapper button.dl-trigger {
    display: none;
  }
  .nav-mobile-extra-wrapper {
    display: none;
  }
  /*member*/
  #header .header-submenu-container {
    position: absolute;
    top: 35px;
    left: 0;
    padding-top: 3px;
    z-index: 600;
    height: 0;
    visibility: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
  }
  /**/
  #header .toolbar li:hover .header-submenu-container,
  #header .toolbar li.nav-opened .header-submenu-container {
    visibility: visible;
    clip: rect(auto, auto, auto, auto);
    width: auto;
    height: auto;
    margin: 0;
  }
  /**/
  #header .toolbar li:hover a,
  #header .toolbar li.nav-opened a {
    background-color: #FFFFFF;
    border: 1px solid #9DC71F;
    padding-right: 14px;
    text-decoration: none;
  }
  /**/
  #header .toolbar li:hover a i,
  #header .toolbar li.nav-opened a i {
    height: auto;
    visibility: visible;
    height: 33px;
    width: 34px;
  }
  #header .header-submenu {
    background-color: #FFFFFF;
    border: 2px solid #9DC71F;
    padding: 15px 0;
  }
  #header .header-submenu .header-submenu-col {
    width: 190px;
    float: left;
    padding: 0 0 0 20px;
    border-right: 1px solid #9DC71F;
  }
  #header .header-submenu .header-submenu-col:last-child {
    border-width: 0;
  }
  #header .header-submenu .header-submenu-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header .header-submenu .header-submenu-col ul li {
    float: none;
    margin: 6px 0;
    padding-left: 18px;
  }
  #header .header-submenu .header-submenu-col ul li:before {
    content: '';
    display: block;
    vertical-align: middle;
    background: url(../img/ico-tiles.png) no-repeat scroll -162px -52px;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #header .header-submenu .header-submenu-col ul li a {
    background: none;
    border-width: 0!important;
    padding: 0;
  }
  #header-nav-mobile {
    display: none;
  }
  #header-nav-mobile li {
    float: left;
  }
  .site-is-press #header-nav-mobile li {
    border-left: 1px solid #d0633c;
  }
  .site-is-analyst #header-nav-mobile li {
    border-left: 1px solid #41afd8;
  }
  .site-is-candidat #header-nav-mobile li {
    border-left: 1px solid #84408e;
  }
  #header-nav-mobile li .btn {
    height: 84px;
    background-color: #135f63;
    padding-top: 1.3em;
  }
  .site-is-press #header-nav-mobile li .btn {
    background-color: #b64922;
  }
  .site-is-analyst #header-nav-mobile li .btn {
    background-color: #2796bf;
  }
  .site-is-candidat #header-nav-mobile li .btn {
    background-color: #65256e;
  }
  #header-nav-mobile li .toggle-search {
    background-color: #0f4b4d;
    color: #fff;
  }
  .site-is-press #header-nav-mobile li .toggle-search {
    background-color: #a0411e;
    color: #fff;
  }
  .site-is-analyst #header-nav-mobile li .toggle-search {
    background-color: #2385aa;
    color: #fff;
  }
  .site-is-candidat #header-nav-mobile li .toggle-search {
    background-color: #531e5b;
    color: #fff;
  }
  #header-nav-mobile li .toggle-search.collapsed {
    background-color: #135f63;
  }
  .site-is-press #header-nav-mobile li .toggle-search.collapsed {
    background-color: #b64922;
  }
  .site-is-analyst #header-nav-mobile li .toggle-search.collapsed {
    background-color: #2796bf;
  }
  .site-is-candidat #header-nav-mobile li .toggle-search.collapsed {
    background-color: #65256e;
  }
  #header-nav-mobile li .toggle-search:not(.collapsed) {
    background: #fff;
    color: #177478;
  }
  .site-is-press #header-nav-mobile li .toggle-search:not(.collapsed) {
    background: #fff;
    color: #CB5226;
  }
  .site-is-analyst #header-nav-mobile li .toggle-search:not(.collapsed) {
    background: #fff;
    color: #2CA6D4;
  }
  .site-is-candidat #header-nav-mobile li .toggle-search:not(.collapsed) {
    background: #fff;
    color: #762B81;
  }
  #header-nav-mobile li .btn-menu {
    float: right !important;
    float: right;
    width: 70px;
    height: 84px;
    position: relative;
    background-color: #135f63;
    -webkit-transition: all 160ms ease;
    -o-transition: all 160ms ease;
    transition: all 160ms ease;
  }
  .site-is-press #header-nav-mobile li .btn-menu {
    background-color: #b64922;
  }
  .site-is-analyst #header-nav-mobile li .btn-menu {
    background-color: #2796bf;
  }
  .site-is-candidat #header-nav-mobile li .btn-menu {
    background-color: #65256e;
  }
  #header-nav-mobile li .btn-menu:before,
  #header-nav-mobile li .btn-menu:after {
    content: "";
    height: 3px;
    width: 50%;
    left: 25%;
    background-color: #fff;
    backface-visibility: hidden;
    transition: 0.65s;
  }
  #header-nav-mobile li .btn-menu:before {
    position: absolute;
    top: 32px;
    -webkit-box-shadow: #fff 0 9px 0 0;
    box-shadow: #fff 0 9px 0 0;
  }
  #header-nav-mobile li .btn-menu:after {
    position: absolute;
    top: 50px;
  }
  #header-nav-mobile li .btn-menu.dl-active {
    background-color: #0f4b4d;
  }
  .site-is-press #header-nav-mobile li .btn-menu.dl-active {
    background-color: #a0411e;
  }
  .site-is-analyst #header-nav-mobile li .btn-menu.dl-active {
    background-color: #2385aa;
  }
  .site-is-candidat #header-nav-mobile li .btn-menu.dl-active {
    background-color: #531e5b;
  }
  #header-nav-mobile li .btn-menu.dl-active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 42px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #header-nav-mobile li .btn-menu.dl-active:after {
    top: 42px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #header-nav-mobile li .btn-menu.active {
    background-color: #0f4b4d;
  }
  .site-is-press #header-nav-mobile li .btn-menu.active {
    background-color: #a0411e;
  }
  .site-is-analyst #header-nav-mobile li .btn-menu.active {
    background-color: #2385aa;
  }
  .site-is-candidat #header-nav-mobile li .btn-menu.active {
    background-color: #531e5b;
  }
  #header-nav-mobile li .btn-menu.active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 42px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #header-nav-mobile li .btn-menu.active:after {
    top: 42px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  /*member - home*/
  #header.header-home-wrapper .header-submenu-container {
    top: 27px;
  }
  #header.header-home-wrapper .toolbar .header-submenu-col li {
    font-size: 14px;
  }
  .no-touch #header.header-home-wrapper .toolbar li:hover a {
    padding-right: 7px;
  }
  .no-touch #header.header-home-wrapper .toolbar li:hover a i {
    height: auto;
    visibility: visible;
    height: 25px;
    width: 26px;
  }
  .mobile-submenu-container {
    display: none;
  }
  /*
STRUCTURE
*/
  /*
BREADCRUMB
*/
  .breadcrumb-wrapper {
    padding: 0 0 1em 0!important;
    margin-bottom: 2.4667em !important;
    border-bottom: 1px solid #105356;
  }
  .breadcrumb-wrapper a {
    display: inline-block;
    color: #177478;
    padding: 0 0.45em;
  }
  .breadcrumb-wrapper span {
    display: inline-block;
  }
  .breadcrumb-wrapper span span:nth-child(1) > a:first-of-type {
    padding-left: 0em;
  }
  .breadcrumb-wrapper .breadcrumb_last {
    color: #000;
    padding: 0 0 0 0.45em;
  }
  .page-is-document .breadcrumb-wrapper {
    margin-bottom: 0!important;
    border: none;
  }
  /*
Pagination
*/
  .pagination {
    display: block;
    text-align: center;
    height: 40px;
  }
  .pagination li {
    display: inline-block;
  }
  .pagination li a {
    width: 38px;
    height: 38px;
    color: #177478;
    border: none;
    background: #fff;
    color: #161616;
    line-height: 1em;
    font-size: 1.4666em;
  }
  .pagination li a:hover,
  .pagination li a:focus {
    background: #fff;
    color: #177478;
  }
  .pagination .active a {
    background: #fff;
    color: #177478;
  }
  .pagination .active a:hover,
  .pagination .active a:focus {
    background: #fff;
    color: #177478;
  }
  .pagination .btn-next a,
  .pagination .btn-prev a {
    margin: 0 1em;
    width: 38px;
    height: 38px;
    background-color: #CB5226;
    color: #fff;
    font-size: 0.866em;
    line-height: 2em;
  }
  /*
ACCORDION
*/
  .content-accordion,
  .content-accordion > .panel {
    margin-bottom: 1.5em;
  }
  .content-accordion .panel-heading {
    position: relative;
  }
  .content-accordion .panel-heading .panel-title {
    margin: 0;
  }
  .content-accordion .panel-heading a:before {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
  }
  .content-accordion .panel-heading a.collapsed:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .content-accordion .panel-body {
    padding-top: 1em;
  }
  /*
FOOTER
*/
  .footer.footer-wrapper {
    background-color: #105356;
    padding-bottom: 50px;
  }
  .footer.footer-wrapper .footer-sitemap {
    font-family: 'Onest-Light', sans-serif;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer.footer-wrapper .footer-sitemap .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer.footer-wrapper .footer-sitemap .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer.footer-wrapper .footer-sitemap .row .col-sm-3 {
    float: none !important;
    width: auto !important;
    padding: 10px;
    margin-left: 100px;
  }
  .footer.footer-wrapper .footer-sitemap .row .seul-ftr {
    float: left;
  }
  .footer.footer-wrapper .footer-sitemap .ttl {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    font-family: 'Onest-Bold';
    color: #fff;
    text-transform: uppercase;
  }
  .footer.footer-wrapper .footer-sitemap .ttl a {
    color: #fff;
  }
  .footer.footer-wrapper .footer-sitemap .nav {
    margin-bottom: 1em;
    font-size: 0.866em;
  }
  .footer.footer-wrapper .footer-sitemap .nav li {
    margin-bottom: 1em;
    position: relative;
    padding-left: 0.75em;
  }
  .footer.footer-wrapper .footer-sitemap .nav li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    color: #fff;
    position: absolute;
    top: 0.2em;
    left: 0;
  }
  .footer.footer-wrapper .footer-sitemap .nav li a {
    color: #fff;
  }
  .footer.footer-wrapper .footer-sitemap.footer-top {
    background-color: #EEEEEE;
    color: #105356;
  }
  .footer.footer-wrapper .footer-sitemap.footer-top .ttl,
  .footer.footer-wrapper .footer-sitemap.footer-top .ttl a {
    color: #105356;
  }
  .footer.footer-wrapper .footer-sitemap.footer-top .nav li {
    position: relative;
  }
  .footer.footer-wrapper .footer-sitemap.footer-top .nav li a {
    color: #105356;
  }
  .footer.footer-wrapper .footer-sitemap.footer-top .nav li:before {
    color: #105356;
  }
  .footer.footer-wrapper .footer-sitemap.footer-top .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
  .footer.footer-wrapper .footer-quicklink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.23em;
  }
  .footer.footer-wrapper .footer-quicklink .nav {
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 2em 0;
    margin-bottom: 2em;
  }
  .footer.footer-wrapper .footer-quicklink .nav li {
    display: inline-block;
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
  }
  .footer.footer-wrapper .footer-quicklink .nav li + li {
    padding-left: 3em;
  }
  .footer.footer-wrapper .footer-quicklink .nav li .fa,
  .footer.footer-wrapper .footer-quicklink .nav li [class*="icon-"] {
    color: #80A7C1;
    display: inline-block;
    vertical-align: middle;
    font-size: 2em;
    line-height: 1.4em;
    width: 1.4em;
    height: 1.4em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #80A7C1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin-right: 0.3em;
  }
  .footer.footer-wrapper .footer-quicklink .footer-select-wrapper {
    text-align: right;
    margin-bottom: 0;
  }
  .footer.footer-wrapper .footer-quickies {
    font-size: 0.733em;
    color: #fff;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .footer.footer-wrapper .footer-quickies .container {
    position: relative;
  }
  .footer.footer-wrapper .footer-quickies a {
    color: #fff;
  }
  .footer.footer-wrapper .footer-quickies p {
    margin: 0;
  }
  .footer.footer-wrapper .footer-quickies .logo {
    position: relative;
    text-align: center;
  }
  .footer.footer-wrapper .footer-quickies .logo img {
    width: 26%;
    min-width: 21.81em;
  }
  .footer.footer-wrapper .footer-quickies .pull-left {
    position: absolute;
    bottom: -3em;
    left: 25%;
    z-index: 1;
    font-size: 1.2em;
  }
  .footer.footer-wrapper .footer-quickies .pull-right {
    position: absolute;
    bottom: 2em;
    right: 20px;
    z-index: 1;
  }
  .footer.footer-wrapper .footer-quickies .nav li {
    display: inline;
  }
  .footer.footer-wrapper .footer-quickies .nav li + li:before {
    content: "-";
    padding: 0 4px;
  }
  .form-resume {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 0.8em;
  }
  .form-resume .form-resume-ttl {
    font-family: 'Onest-Light', sans-serif;
    font-size: 1.16em;
    font-weight: 400;
    color: #177478;
  }


  /*MISC*/
  /*--> Table*/
  table.table-green th {
    color: #177478;
  }
  table.table-orange th {
    color: #CB5226;
  }
  table.table-blue th {
    color: #2CA6D4;
  }
  table.table-purple th {
    color: #762B81;
  }
  table.table-pink th {
    color: #C41E4A;
  }
  table.table-grey th {
    color: #777777;
  }
  table tbody th {
    width: 200px;
  }
  /*--> Video wrapper*/
  .video-wrapper {
    margin: 0 0 2em 0;
  }
  .video-wrapper iframe {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  /*
Layout
*/
  .page-1col .layout-col-wrapper {
    max-width: 740px;
    margin: 0 auto;
  }
  .page-1col .block-left,
  .page-1col .block-right {
    width: 30%;
  }
  .page-1col .aside {
    border-top: 1px solid #ddd;
    padding-top: 80px;
  }
  .page-full-width .aside {
    border-top: 1px solid #ddd;
    padding-top: 80px;
  }
  .aside > .content > .content-header {
    text-align: center;
    color: #177478;
    text-transform: uppercase;
    border-bottom: 1px solid #177478;
    font-family: 'Onest-Bold';
    margin-bottom: 0.75em;
    font-size: 1.6em;
  }
  .aside > .content > .content-body {
    background-color: #eeeeee;
  }
  .aside > .content > .footer-links {
    background-color: #e2e2e2;
    padding: 1em;
    text-transform: uppercase;
    font-family: 'Onest-Bold';
    font-size: 1em;
    text-align: center;
  }
  .aside > .content > .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav-primary .aside > .content .content-header {
    border-bottom-width: 0;
    margin-bottom: 0;
  }
  #nav-primary .aside > .content .content-body .news-meta {
    font-family: 'Onest-Light';
    font-size: 0.928em;
  }
  #nav-primary .aside > .content .content-body .ttl {
    font-size: 0.928em;
  }
  #nav-primary .aside > .content .footer-links {
    padding: 0;
    background-color: #eeeeee;
    font-size: 2.5em;
    text-align: right !important;
  }
  .metadata-wrapper {
    font-size: 0.866em;
    margin-bottom: 0.5em;
  }
  .metadata-wrapper p {
    color: #177478;
    margin: 0;
  }
  .metadata-wrapper .meta-list {
    *zoom: 1;
    margin-bottom: 0.75em;
  }
  .metadata-wrapper .meta-list:before,
  .metadata-wrapper .meta-list:after {
    content: " ";
    display: table;
  }
  .metadata-wrapper .meta-list:after {
    clear: both;
  }
  .metadata-wrapper .meta-list:before,
  .metadata-wrapper .meta-list:after {
    content: " ";
    display: table;
  }
  .metadata-wrapper .meta-list:after {
    clear: both;
  }
  .metadata-wrapper .meta-list li {
    width: 50%;
    float: left;
    padding-right: 3em;
  }
  .metadata-wrapper .meta-list li span {
    color: #177478;
  }
  .training {
    float: right !important;
    float: right;
    border-left: 1px solid #A3ABB1;
    padding-left: 15px;
    position: relative;
  }
  .training:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #A3ABB1;
  }
  .training .training-language {
    color: #177478;
    text-transform: uppercase;
    font-size: 1.615em;
    vertical-align: middle;
    line-height: 1em;
    height: 44px;
    padding: 9px 0 12px 0;
  }
  .training .training-partner {
    border-top: 1px solid #ddd;
    padding-top: 6px;
    height: 46px;
  }
  .training .training-partner img {
    width: 100%;
    max-width: 100%;
  }
  .article h1 {
    text-align: left;
  }
  .article h1 + .subttl {
    font-size: 0.866em;
    text-transform: uppercase;
    margin-top: -1.5em;
  }
  .article h1 + .subttl strong {
    color: #177478;
    font-weight: 400;
    font-family: 'Onest-Light';
  }
  .article .chapo {
    font-size: 1.266em;
    line-height: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.7em;
    font-weight: 300;
    color: #000;
  }
  .article .pager {
    margin: 0 0 1.6666em 0;
  }
  .article .pager li > a {
    border: none;
    color: #177478;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Onest-Bold';
    font-size: 0.8667em;
  }
  .article .pager li > a:before {
    position: relative;
    padding-right: 3px;
    margin-right: 0.7em;
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: solid 1px #177478;
    color: #177478;
    font-size: 1.2em;
    width: 33px;
    height: 33px;
    line-height: 2em;
    vertical-align: -2px;
  }
  .lt-ie9 .article .pager li > a:before {
    padding-left: 7px;
  }
  .article .pager li > a:hover,
  .article .pager li > a:focus {
    background-color: #fff;
    color: #105356;
  }
  .header-image.article,
  .header-image {
    position: relative;
    margin-bottom: 30px;
  }
  .header-image h1 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #000;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000);
    background-color: hsla(0, 0%, 0%, 0.65);
    padding: 0.75em 0.523em;
    font-family: 'Onest-Bold';
  }
  .wall-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
  .wall-wrapper.wall-wrapper-hidden {
    display: none;
  }
  .home .wall-wrapper,
  .page-is-home .wall-wrapper {
    max-height: 620px;
    overflow: hidden;
  }
  .page-sub-content .wall-wrapper {
    max-height: 310px;
    overflow: hidden;
  }
  .wall-wrapper > div {
    padding-right: 12px;
    padding-left: 12px;
  }
  .wall-wrapper .grid-sizer {
    padding: 0 12px;
  }
  .wall-wrapper .wall-item {
    height: 286px;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
  }
  #main-content .wall-wrapper .wall-item a {
    color: #fff;
    text-decoration:none;
  }
  #main-content .wall-wrapper .wall-item a:focus, #main-content .wall-wrapper .wall-item a:hover {
    text-decoration:underline !important;
  }
  .wall-wrapper .wall-item.wall-initiative {
    background-color: #EEEEEE;
    color: #177478;
  }
  .wall-wrapper .wall-item.wall-initiative-highlighted {
    color: #fff;
    background-color: #177478;
  }
  .wall-wrapper .wall-item.wall-initiative-highlighted h1,
  .wall-wrapper .wall-item.wall-initiative-highlighted h2,
  .wall-wrapper .wall-item.wall-initiative-highlighted h3,
  .wall-wrapper .wall-item.wall-initiative-highlighted h4,
  .wall-wrapper .wall-item.wall-initiative-highlighted h5,
  .wall-wrapper .wall-item.wall-initiative-highlighted h6 {
    color: #fff;
  }
  .wall-wrapper .wall-item.wall-initiative-color {
    color: #fff;
  }
  .wall-wrapper .wall-item.wall-initiative-color h1,
  .wall-wrapper .wall-item.wall-initiative-color h2,
  .wall-wrapper .wall-item.wall-initiative-color h3,
  .wall-wrapper .wall-item.wall-initiative-color h4,
  .wall-wrapper .wall-item.wall-initiative-color h5,
  .wall-wrapper .wall-item.wall-initiative-color h6 {
    color: #fff;
  }
  .wall-wrapper .wall-item.wall-initiative-color .quoted-data {
    margin: 0;
  }
  .wall-wrapper .wall-item.wall-initiative-color .quoted-data:before {
    content: "\201D";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5em;
    font-size: 2em;
    font-family: 'Onest-Bold';
  }
  .lt-ie9 .wall-wrapper .wall-item.wall-initiative-color .quoted-data:before {
    margin-left: 2.7em;
  }
  .wall-wrapper .social-groupe {
    background-color: #177478;
  }
  .wall-wrapper .social-groupe h1,
  .wall-wrapper .social-groupe h2,
  .wall-wrapper .social-groupe h3,
  .wall-wrapper .social-groupe h4,
  .wall-wrapper .social-groupe h5,
  .wall-wrapper .social-groupe h6 {
    color: #fff;
  }
  .wall-wrapper .social-twitter {
    background-color: #61B6EE;
  }
  .wall-wrapper .social-twitter h1,
  .wall-wrapper .social-twitter h2,
  .wall-wrapper .social-twitter h3,
  .wall-wrapper .social-twitter h4,
  .wall-wrapper .social-twitter h5,
  .wall-wrapper .social-twitter h6 {
    color: #fff;
  }
  .wall-wrapper .social-facebook {
    background-color: #3B5998;
  }
  .wall-wrapper .social-facebook h1,
  .wall-wrapper .social-facebook h2,
  .wall-wrapper .social-facebook h3,
  .wall-wrapper .social-facebook h4,
  .wall-wrapper .social-facebook h5,
  .wall-wrapper .social-facebook h6 {
    color: #fff;
  }
  .wall-wrapper .social-linkedin {
    background-color: #0275B3;
  }
  .wall-wrapper .social-linkedin h1,
  .wall-wrapper .social-linkedin h2,
  .wall-wrapper .social-linkedin h3,
  .wall-wrapper .social-linkedin h4,
  .wall-wrapper .social-linkedin h5,
  .wall-wrapper .social-linkedin h6 {
    color: #fff;
  }
  .wall-wrapper .content-body {
    position: relative;
  }
  .wall-wrapper .overflow-ellipsis p {
    width: 300px;
    white-space: normal;
    overflow: hidden;
    display: block;
    /* or inline-block */
    text-overflow: Ellipsis;
    Word-wrap: anywhere;
    max-height: 5em;
    line-height: 1.8em;
    text-align: left;
  }
  ul.list-unstyled li {
    padding-left: 0!important;
  }
  ul.list-unstyled li:before {
    display: none!important;
  }
  ul.list-links {
    padding: 0;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.866em;
  }
  ul.list-links li {
    position: relative;
    padding-left: 15px;
  }
  #main-content ul.list-links li a {
    color: #177478;
    text-decoration: none;
  }
  ul.list-links li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 0.5em;
    left: 0;
    color: #177478;
    font-size: 0.9em;
  }
  .list-profiles {
    list-style: none;
    padding: 0;
  }
  .list-profiles li:nth-child(4n+1),
  .list-profiles div:nth-child(4n+1) {
    clear: both;
  }
  .lt-ie9 .list-profiles li,
  .lt-ie9 .list-profiles div {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 24%;
  }
  .article ol:not([class]) {
    padding: 0 0 0 1em;
  }
  .article ul:not([class]) {
    list-style: none;
    padding: 0 0 0 1em;
  }
  .article ul:not([class]) li {
    margin-bottom: 0.7em;
  }
  .article ul:not([class]) li:before {
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    background-color: #177478;
    float: left;
    margin: 7px 6px 0 -10px;
  }
  .article ul:not([class]) li ul {
    margin-top: 0;
  }
  .article ul:not([class]) li ul li:before {
    content: "-";
    height: 1em;
    width: 10px;
    margin: 0 0 0 -10px;
    background-color: transparent!important;
  }
  .profile-header {
    border-bottom: 1px solid #eeeeee;
    *zoom: 1;
  }
  .profile-header:before,
  .profile-header:after {
    content: " ";
    display: table;
  }
  .profile-header:after {
    clear: both;
  }
  .profile-header:before,
  .profile-header:after {
    content: " ";
    display: table;
  }
  .profile-header:after {
    clear: both;
  }
  .profile-header .profile-picture {
    width: 200px!important;
    margin: 0 2em 2em 0!important;
  }
  .profile-header .chapo {
    border-width: 0;
    padding: 0;
  }
  .profile-preview {
    text-align: center;
    font-size: 0.866em;
    position: relative;
  }
  .profile-preview a {
    color: #000;
  }
  .profile-preview .figure {
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .profile-preview .profile-name {
    text-transform: uppercase;
    display: block;
    color: #177478;
    font-family: 'Onest-Bold';
  }
  .home-section .content.content-marques {
    margin: 0;
  }
  .home-section.fullwidth {
    position: relative;
  }
  .home-section.fullwidth .container {
    position: relative;
    width: 95%;
  }
  .home-section.fullwidth [class*="col-"] {
    padding: 0;
    margin: 0;
  }
  .home-section.fullwidth .row {
    margin: 0;
  }
  .home-section.fullwidth .owl-header {
    position: absolute;
  }
  .home-section.fullwidth .owl-header .ttl-h2 {
    color: #fff;
    padding-bottom: 0.1em;
  }
  .home-section.fullwidth .owl-header .sub-ttl {
    color: #fff;
    font-size: 1.0666em;
    text-transform: uppercase;
    padding-bottom: 1em;
    border-bottom: solid 1px #fff;
  }
  .home-section .content-marques {
    position: relative;
    height: 464px;
  }
  .home-section .content-marques a,
  .home-section .content-marques h3 {
    color: #fff;
  }
  .home-section .content-marques h3 {
    text-transform: uppercase;
    font-family: 'Onest-Bold';
    font-size: 1.2em;
  }
  .home-section .content-marques .bg-image {
    background: url(../../media/media-home-01.jpg) no-repeat 0 0;
    background-size: 100% !important;
    height: 464px;
  }
  .home-section .content-marques .bg-image .content-header {
    position: absolute;
    top: 40px;
    left: 24px;
  }
  .home-section .content-marques .bg-image .figure {
    z-index: -10;
    overflow: hidden;
  }
  .home-section .content-marques .bg-image .figure img {
    max-width: inherit;
  }
  .home-section .content-marques .bg-image .ttl {
    display: inline-block;
    padding: 0.1em 0.5em;
    margin: 0;
    font-family: 'Onest-Bold';
    text-align:left;
    font-size: 2.26667em;
    color: #177478;
    text-transform: uppercase;
    background-color: #fff;
  }
  .home-section .content-marques .bg-image .ttl.ttl-01 {
    color: #105356;
  }
  .home-section .content-marques .bg-image .ttl.ttl-02 {
    color: #1A6753;
  }
  .home-section .content-marques .content-body {
    text-align: center;
  }
  .home-section .content-marques .content-body .icon {
    margin: 15% auto 0.3em auto;
    width: 110px;
    height: 110px;
    color: #fff;
    font-size: 5em;
    line-height: 1.5em;
  }
  .home-section .content-marques .content-body ul {
    padding: 0;
  }
  .home-section .content-marques .content-body ul li {
    list-style: none;
  }
  .home-section .content-marques .content-body ul li a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 0.8em;
    margin: 0 0.3em 0 0;
  }
  .home-section .content-marques.marques-more {
    height: 50% !important;
    text-align: center;
  }
  .home-section .content-marques.marques-more .figure img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: 10%;
    margin-bottom: 1em;
    width: 40%;
    height: 40%;
  }
  .home-section .content-marques.marques-more p:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 0.8em;
    margin: 0 0.3em 0 0;
  }
  .home-section .content-marques.marques-more .content-footer {
    font-size: 2.5em;
  }
  .home-section .content-marques.marques-more .content-footer a {
    position: absolute;
    bottom: 0.1em;
    right: 0;
  }
  .home-section .bg1 {
    background-color: #177478;
  }
  .home-section .bg1 h1,
  .home-section .bg1 h2,
  .home-section .bg1 h3,
  .home-section .bg1 h4,
  .home-section .bg1 h5,
  .home-section .bg1 h6 {
    color: #fff;
  }
  .home-section .bg2 {
    background-color: #105356;
  }
  .home-section .bg2 h1,
  .home-section .bg2 h2,
  .home-section .bg2 h3,
  .home-section .bg2 h4,
  .home-section .bg2 h5,
  .home-section .bg2 h6 {
    color: #fff;
  }
  .home-section .bg3 {
    background-color: #1A6753;
  }
  .home-section .bg3 h1,
  .home-section .bg3 h2,
  .home-section .bg3 h3,
  .home-section .bg3 h4,
  .home-section .bg3 h5,
  .home-section .bg3 h6 {
    color: #fff;
  }
  .home-section .ttl-h2,
  .home-section h2 {
    font-family: 'Onest-Bold';
    font-size: unset;
    text-align: left;
    padding: 1.1765em 0 0.88235em 0;
    margin: 0;
  }
  .home-section .group-number {
    font-size: 1.0666em;
    text-align: center;
    margin: 3.125em 0;
  }
  .home-section .group-number .ttl {
    color: #177478;
    font-size: 2.125em;
    font-family: 'Onest-Bold';
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
  }
  .home-section .group-number .data-number {
    padding-top: 12%;
    margin-bottom: 0;
  }
  .home-section .group-number .number {
    font-size: 5.625em;
    font-family: 'Onest-Bold';
  }
  .home-section .group-number .numberplus {
    font-size: 1.875em;
    font-family: 'Onest-Bold';
  }
  .home-section .group-number .txt-brand {
    color: #177478;
  }
  .home-section .group-number .txt-green {
    color: #A2C038;
  }
  .home-section .group-number .txt-orange {
    color: #CB5226;
  }
  .home-section .container .figure .wp-caption-text {
    margin: 0;
  }
  .home-section .container .figure .wp-caption-text .ttl {
    font-family: 'Onest-Bold';
    font-size: 1.3864em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
  }
  .home-section .container .figure .wp-caption-text .description {
    margin: 0;
  }
  .home-section .container.group img {
    width: 100%;
  }
  .home-section .three-cols {
    margin: 2.5em 0;
  }
  .home-section .three-cols .content-actu {
    padding: 0.5em 1.5em;
  }
  .home-section .three-cols .content-actu .ttl-h3 {
    font-size: 2.2666em;
    font-family: 'Onest-Bold';
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0.3em;
  }
  .home-section .three-cols .content-actu .content-footer {
    font-size: 0.666em;
    text-align: center;
  }
  .home-section .three-cols .content-actu .btn {
    margin: 0.5em 0;
  }
  .home-section .three-cols .figure {
    text-align: center;
    margin-bottom: 1em;
  }
  .home-section .three-cols .figure img {
    max-width: 100%;
  }
  .home-section.box-bg-grey {
    margin-bottom: 0;
  }
  .home-section .box-recrute .content-header .ttl {
    font-family: 'Onest-Bold';
    font-size: 2.26667em;
    color: #177478;
    text-transform: uppercase;
    margin: 0;
    padding: 0.1em 0;
  }
  .home-section .box-recrute .content-header .ttl.ttl-01 {
    color: #105356;
  }
  .home-section .box-recrute .content-header .ttl.ttl-02 {
    color: #1A6753;
  }
  .home-section .box-recrute .content-header .ttl:last-child {
    padding-bottom: 0.88235em;
  }
  .home-section .box-recrute p {
    margin-bottom: 1em;
  }
  .home-section .box-recrute .btn {
    text-transform: uppercase;
    font-size: 0.86667em;
    font-family: 'Onest-Light';
  }
  .content-preview a .figure {
    position: relative;
    overflow: hidden;
  }
  .content-preview a .figure img {
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  .content-preview a .figure .figure-caption,
  .content-preview a .figure .wp-caption-text {
    background-color: #000;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000);
    background-color: hsla(0, 0%, 0%, 0.45);
    color: #fff;
    font-family: 'Onest-Bold';
    font-size: 0.8666em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8em 2em 1.5em 1em;
    line-height: 1.2em;
  }
  .content-preview a .figure .figure-caption:after,
  .content-preview a .figure .wp-caption-text:after {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-family: groupama;
    content: "\e606";
    font-size: 2.5em;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
  }
  .content-preview a:hover .figure img,
  .content-preview a:focus .figure img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  .content-preview a:hover .figure .figure-caption,
  .content-preview a:focus .figure .figure-caption,
  .content-preview a:hover .figure .wp-caption-text,
  .content-preview a:focus .figure .wp-caption-text {
    color: #fff;
  }
  .content-preview-2 a .figure .figure-caption,
  .content-preview-2 a .figure .wp-caption-text {
    font-family: 'Onest-Bold';
    font-size: 0.8666em;
    text-transform: uppercase;
    text-align: center;
  }
  .content {
    margin-bottom: 1.2em;
    position: relative;
    *zoom: 1;
  }
  .content:before,
  .content:after {
    content: " ";
    display: table;
  }
  .content:after {
    clear: both;
  }
  .content:before,
  .content:after {
    content: " ";
    display: table;
  }
  .content:after {
    clear: both;
  }
  .content-list .content {
    padding-bottom: 1.933em;
    border-bottom: 1px solid #ddd;
  }
  .content-list .content:last-child {
    border-width: 0;
  }
  .content .content-header {
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
    line-height: 1em;
  }
  .content .content-header p {
    margin-bottom: 0.75em;
  }
  .content .content-header .subttl {
    text-transform: none;
    font-family: 'Onest-Medium';
  }
  .content .footer ul {
    margin: 0;
    padding: 0;
  }
  .content .footer ul li {
    margin: 0;
  }
  .content .footer ul li + li {
    margin-top: 0.5em;
  }
  .content .footer ul li:before {
    display: none;
  }
  .content .footer ul.list-links {
    padding: 0 0 0 25px;
    list-style: none;
    margin: 0;
  }
  .content .footer ul.list-links li:before {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: 1px 6px 0 -25px;
    text-align: center;
    border: 1px solid #177478;
    color: #177478;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    line-height: 1.2em;
  }
  .content .footer ul.list-links li + li {
    margin-top: 4px;
  }
  .content .footer .btn {
    font-size: 0.866em;
    font-family: 'Onest-Bold';
    color: #177478;
    text-transform: uppercase;
    position: relative;
  }
  .content .footer .btn .icon-circle {
    width: 33px;
    height: 33px;
    line-height: 31px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .footer .btn .icon-circle.icon-more {
    font-size: 24px;
  }
  .content.content-focus .content-header {
    text-transform: uppercase;
    font-family: 'Onest-Light';
    text-align: center;
    color: #1A6753;
  }
  .content.content-focus .content-header h2 {
    font-size: 2.533em;
    font-weight: 400;
    font-family: 'Onest-Light';
  }
  .content.content-focus .content-header a {
    color: #1A6753;
    position: relative;
    padding-bottom: 40px;
    display: block;
    margin-bottom: 1em;
  }
  .content.content-focus .content-header a:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .content.content-focus .content-header a.collapsed:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .content.content-focus .content-header a .subttl {
    color: #1A6753;
  }
  .content.content-focus-secondary .content-header h2 {
    color: #CB5226;
  }
  .content.content-focus-ico {
    padding-left: 112px;
    position: relative;
    min-height: 109px;
  }
  .content.content-focus-ico .content-header .ttl {
    text-transform: uppercase;
    font-size: 1.8666em;
    margin-bottom: 0.2em;
    font-family: 'Onest-Bold';
  }
  .content.content-focus-ico .content-header .ttl .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    font-size: 65px;
    text-align: center;
    line-height: 88px;
    border-color: #177478;
    color: #177478;
  }
  .content.content-focus-ico .footer {
    text-align: center;
  }
  .content.content-focus-ico .footer li {
    list-style: none;
  }
  .content.content-carousel {
    background-color: #eeeeee;
  }
  .content.content-carousel .content-header {
    padding: 2em;
  }
  .content.content-carousel .content-header .sup-ttl {
    font-size: 1.2em;
    margin: 0;
  }
  .content.content-carousel .content-header h2 {
    font-size: 1.866em;
    text-transform: uppercase;
    color: #000;
    font-family: 'Onest-Bold';
    margin: 0;
  }
  .content.content-carousel .owl-sync {
    margin: 0 auto;
    max-width: 640px;
  }
  .wall-item .content.content-social-item {
    font-size: 0.866em;
    height: 286px;
  }
  .wall-item .content.content-social-item .content-header {
    height: 53px;
    text-transform: uppercase;
    font-family: 'Onest-Bold';
  }
  .wall-item .content.content-social-item .content-header:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 1.7em;
    padding: 0.7em;
  }
  .wall-item .content.content-social-item .content-header .ttl {
    display: inline-block;
    vertical-align: middle;
    word-wrap: break-word;
  }
  .wall-item .content.content-social-item .content-body {
    height: 183px;
    padding: 0 1em;
    text-align: center;
    position: relative;
  }
  .wall-item .content.content-social-item .content-body p {
    padding-top: 40px;
  }
  .wall-item .content.content-social-item .content-body figure {
    line-height: 183px;
  }
  .wall-item .content.content-social-item .content-body .meta-date {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0;
  }
  .wall-item .content.content-social-item .content-footer {
    padding: 0 1em;
    height: 45px;
  }
  .wall-item .content.content-social-item .content-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wall-item .content.content-social-item .content-footer .btn {
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
  }
  .wall-item .content.content-social-item .content-footer p {
    line-height: 45px;
    margin: 0;
  }
  .wall-item.social-groupe .content.content-social-item .icon-circle,
  .wall-item.social-groupe .content.content-social-item .fa {
    margin: 30px auto;
    width: 75px;
    height: 75px;
    font-size: 4em;
    line-height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #fff;
    display: block;
    text-align: center;
  }
  .wall-item.social-groupe .content.content-social-item .fa {
    font-size: 2.3em;
  }
  .wall-item.social-groupe .content.content-social-item .content-header {
    height: auto;
  }
  .wall-item.social-groupe .content.content-social-item .content-body {
    height: auto;
  }
  .wall-item.social-groupe .content.content-social-item .content-body p {
    margin-bottom: 0;
    font-size: 1.3em;
    padding-top: 0;
  }
  .wall-item.social-groupe .content.content-social-item .content-body .number {
    font-size: 2.6187em;
    font-family: 'Onest-Bold';
    margin-bottom: 0.2em;
    line-height: 1em;
  }
  .wall-item.social-groupe .content.content-social-item .content-body .number-ppl {
    text-transform: uppercase;
    margin-bottom: 1em;
  }
  .wall-item.social-facebook .content.content-social-item .content-header:before {
    content: "\f09a";
  }
  .wall-item.social-facebook .content.content-social-item img {
    max-height: 170px;
  }
  .wall-item.social-video .content.content-social-item {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .wall-item.social-video .content.content-social-item .content-header {
    font-family: 'Onest-Medium';
    text-transform: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1em;
    z-index: 10;
    text-align: left;
    height: auto;
    background-color: #000;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
    background-color: hsla(0, 0%, 0%, 0.75);
  }
  .wall-item.social-video .content.content-social-item .content-header p {
    margin: 0;
  }
  .wall-item.social-video .content.content-social-item .content-body {
    height: auto;
    padding: 0;
    /* position: absolute; top: 0; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden;*/
  }
  .wall-item.social-video .content.content-social-item .content-body .figure img {
    -webkit-transform: scale(1.24);
    -ms-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
  }
  .wall-item.social-video .content.content-social-item .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 50px;
  }
  .wall-item.social-twitter .content.content-social-item .content-header:before {
    content: "\f099";
  }
  .wall-item.social-twitter .content.content-social-item img {
    max-height: 170px;
  }
  .wall-item.social-linkedin .content.content-social-item .content-header:before {
    content: "\f0e1";
  }
  .content.content-player-video {
    background-color: #222222;
    color: #fff;
    width: 80%;
  }
  #main-content .content.content-player-video a {
    color: #fff;
    text-decoration: none;
  }
  .content.content-player-video h1,
  .content.content-player-video h2,
  .content.content-player-video h3,
  .content.content-player-video h4,
  .content.content-player-video h5,
  .content.content-player-video h6 {
    color: #fff;
  }
  .content.content-player-video .content-header {
    padding: 1em 1.866em;
    color: #fff;
  }
  .content.content-player-video .content-header h2 {
    font-size: 1.866em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
  }
  .content.content-player-video .metadata-wrapper {
    font-family: 'Onest-Light';
    margin: 0;
  }
  .content.content-player-video .metadata-wrapper p {
    color: #fff;
    margin: 0;
  }
  .content.content-player-video .player-description {
    padding: 0.5em;
  }
  .content.content-player-video .footer {
    text-align: center;
    border-top: 1px solid #3b3b3b;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .content.content-player-video .footer ul {
    padding: 0;
    list-style: none;
  }
  .content.content-player-video .footer .btn {
    color: #fff;
  }
  .wall-item .content.content-article-item {
    height: 100%;
    overflow: hidden;
  }
  .wall-item .content.content-article-item .content-header {
    text-transform: uppercase;
    font-family: 'Onest-Light';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: left;
  }
  .wall-item .content.content-article-item .content-header .ttl {
    padding: 0.9em;
    font-size: 0.8666em;
  }
  .wall-item .content.content-article-item .content-header .ttl.ttl-orange {
    background-color: #CB5226;
  }
  .wall-item .content.content-article-item .content-header .ttl.ttl-blue {
    background-color: #2CA6D4;
  }
  .wall-item .content.content-article-item .content-header .ttl.ttl-purple {
    background-color: #762B81;
  }
  .wall-item .content.content-article-item .content-header .ttl.ttl-pink {
    background-color: #C41E4A;
  }
  .wall-item .content.content-article-item .content-header .ttl.ttl-green {
    background-color: #A2C038;
  }
  .wall-item .content.content-article-item .content-body {
    height: 306px;
    padding: 0;
    position: static;
    overflow: hidden;
  }
  .wall-item .content.content-article-item .content-body .figure {
    position: static;
  }
  .wall-item .content.content-article-item .content-body .figure-caption,
  .wall-item .content.content-article-item .content-body .wp-caption-text {
    background-color: #000;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#73000000, endColorstr=#73000000);
    background-color: hsla(0, 0%, 0%, 0.45);
    color: #fff;
    font-family: 'Onest-Bold';
    font-size: 0.8666em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    line-height: 1.2em;
  }
  .wall-item .content.content-article-item .content-body .figure-caption .ttl,
  .wall-item .content.content-article-item .content-body .wp-caption-text .ttl {
    margin-bottom: 0.2em;
    font-size: 1.154em;
  }
  .wall-item .content.content-article-item .content-body .meta-date {
    margin: 0;
    font-family: 'Onest-Light';
  }
  .wall-item .content.content-wall-initiative {
    font-family: 'Onest-Light';
    text-align: center;
    font-size: 0.8666em;
  }
  .wall-item .content.content-wall-initiative .content-header {
    text-transform: uppercase;
    height: 68px;
  }
  .wall-item .content.content-wall-initiative .content-header .ttl {
    margin: 34px;
    padding: 2em 1em;
  }
  .wall-item .content.content-wall-initiative .content-body {
    height: 185px;
    padding: 0 1em;
  }
  #main-content .wall-item .content.content-wall-initiative .content-body a {
    text-align: center;
    position: relative;
    font-size: 1.266em !important;
    font-weight: bold !important;
    text-decoration: none;
  }
  .wall-item .content.content-wall-initiative .content-body .body-large {
    margin: 0;
    font-size: 1.2em;
    font-family: 'Onest-Bold';
    line-height: 1.2em;
  }
  .wall-item .content.content-wall-initiative .content-footer {
    position: relative;
    text-align: center;
  }
  .wall-item.wall-initiative-highlighted .content.content-wall-initiative .meta-date:before,
  .wall-item.wall-initiative-color .content.content-wall-initiative .meta-date:before {
    background-color: #fff;
  }
  .content.content-more {
    text-align: center;
    margin-bottom: 0;
  }
  .content.content-more .footer {
    margin-bottom: 2em;
  }
  .content.content-more .nav {
    margin-bottom: 1.02333em;
  }
  .page-sub-content .content .footer {
    text-align: center;
  }
  .page-sub-content .content .footer ul {
    padding: 0;
    list-style: none;
  }
  .content.box-bordered .footer {
    padding: 1em 0 0.5em 0;
  }
  .content.box-bordered .footer ul {
    margin: 0;
  }
  .content.content-twitter .content-header {
    color: #61B6EE;
    border-bottom-color: #61B6EE;
  }
  .content.content-twitter .content-body {
    background-color: #61B6EE;
    padding: 1em 1em 0 1em;
  }
  .content.content-twitter .content-body .item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .content.content-twitter .content-footer {
    text-align: right;
    background-color: #61B6EE;
  }
  .content.content-twitter .content-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .content.content-twitter .content-footer .btn {
    font-size: 1em;
  }
  .content.content-twitter a {
    color: white;
  }
  .content.content-twitter .footer ul li:before {
    border-color: #2CAAE1;
    color: #2CAAE1;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f099";
    font-size: 0.85em;
    line-height: 1.4em;
  }
  .content.content-twitter .footer ul li a {
    color: #2caae1;
  }
  .content.content-twitter-home .content-header {
    border-right: 1px solid #fff;
    border-bottom-width: 0;
    float: left;
    width: 72px;
    text-align: center;
    position: relative;
    height: 80px;
    margin-right: 25px;
  }
  .content.content-twitter-home .content-header .fa {
    line-height: 80px;
    font-size: 1.5em;
  }
  .content.content-twitter-home .content-header:after {
    content: "";
    position: absolute;
    margin-top: -8px;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .content.content-twitter-home .content-header p {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .content.content-contact {
    padding: 1em;
    background-color: #CB5226;
  }
  .content.content-contact .content-header {
    text-align: left;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .lt-ie9 .content.content-contact .content-header {
    border-color: #fff;
  }
  .content.content-contact .content-body {
    background-color: transparent;
  }
  .content.content-contact .content-body .content-contact-service {
    height: auto;
    text-align: left;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  .content.content-contact .content-body .content-contact-service .content-header {
    font-size: 1em;
  }
  .content.content-contact a {
    color: #fff;
  }
  .content.content-contact-service {
    background-color: #EEEEEE;
    padding: 1.866em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 0.866em;
    font-family: 'Onest-Light';
    height: 155px;
  }
  .content.content-contact-service .content-header {
    text-transform: uppercase;
    font-family: 'Onest-Bold';
  }
  .content.content-contact-service .content-footer a {
    color: #177478;
  }
  .content.content-formulaire h2 {
    text-align: center;
    font-size: 2.533em;
    text-transform: uppercase;
    font-family: 'Onest-Light';
    border-top: 1px solid #ddd;
    padding-top: 1.447em;
  }
  .content.page-sub-content {
    font-size: 0.866em;
  }
  .content.page-sub-content .content-header {
    text-transform: uppercase;
    font-family: 'Onest-Bold';
  }
  .content.page-sub-content .content-footer a {
    color: #177478;
  }
  .box-bg-grey {
    background-color: #EEEEEE;
    padding: 1.866em;
    margin-bottom: 1.5em;
  }
  .box-bg-grey.form-inline {
    text-align: center;
    margin-bottom: 0;
  }
  .box-bg-grey.home-section {
    padding: 0;
  }
  .box-bg-primary-dark {
    background-color: #105356;
  }
  .box-grey {
    background-color: #EEEEEE !important;
    color: #177478 !important;
  }
  .box-grey h1,
  .box-grey h2,
  .box-grey h3,
  .box-grey h4,
  .box-grey h5,
  .box-grey h6 {
    color: #177478;
  }
  .box-grey .content-header {
    color: #177478 !important;
  }
  .box-grey a {
    color: #177478 !important;
  }
  .box-grey li:before {
    background-color: #177478 !important;
  }
  .aside .box-grey > .content-header {
    border-bottom: solid 1px #177478;
  }
  .box-grey .meta-date:before {
    background-color: #177478 !important;
  }
  .box-green {
    background-color: #177478 !important;
    color: #fff;
  }
  .box-green h1,
  .box-green h2,
  .box-green h3,
  .box-green h4,
  .box-green h5,
  .box-green h6 {
    color: #fff;
  }
  .box-green .content-header {
    color: #fff !important;
  }
  .box-green a {
    color: #fff;
  }
  .box-green li:before {
    background-color: #fff !important;
  }
  .aside .box-green > .content-header {
    border-bottom: solid 1px #fff;
  }
  .box-orange {
    background-color: #CB5226 !important;
    color: #fff;
  }
  .box-orange h1,
  .box-orange h2,
  .box-orange h3,
  .box-orange h4,
  .box-orange h5,
  .box-orange h6 {
    color: #fff;
  }
  .box-orange .content-header {
    color: #fff !important;
  }
  .box-orange a {
    color: #fff;
  }
  .box-orange li:before {
    background-color: #fff !important;
  }
  .aside .box-orange > .content-header {
    border-bottom: solid 1px #fff;
  }
  .box-blue {
    background-color: #2CA6D4 !important;
    color: #fff;
  }
  .box-blue h1,
  .box-blue h2,
  .box-blue h3,
  .box-blue h4,
  .box-blue h5,
  .box-blue h6 {
    color: #fff;
  }
  .box-blue .content-header {
    color: #fff !important;
  }
  .box-blue a {
    color: #fff;
  }
  .box-blue li:before {
    background-color: #fff !important;
  }
  .aside .box-blue > .content-header {
    border-bottom: solid 1px #fff;
  }
  .box-purple {
    background-color: #762B81 !important;
    color: #fff;
  }
  .box-purple h1,
  .box-purple h2,
  .box-purple h3,
  .box-purple h4,
  .box-purple h5,
  .box-purple h6 {
    color: #fff;
  }
  .box-purple .content-header {
    color: #fff !important;
  }
  .box-purple a {
    color: #fff;
  }
  .box-purple li:before {
    background-color: #fff !important;
  }
  .aside .box-purple > .content-header {
    border-bottom: solid 1px #fff;
  }
  .box-highlighted {
    background-color: #EEEEEE;
    padding: 1em;
    margin-bottom: 1.2em;
    /*&.box-green {background-color:@brand-primary!important; color:#fff;
    h1,h2,h3,h4,h5,h6 {color:#fff;}
    .content-header {color:#fff!important;}
    a {color:#fff;}
    li:before {background-color: @white!important;}
    .aside & {> .content-header{border-bottom: solid 1px @white;}}
  }
  &.box-orange {background-color: @brand-clr-1 !important; color:#fff;
    h1,h2,h3,h4,h5,h6 {color:#fff;}
    .content-header {color:#fff!important;}
    a {color:#fff;}
    li:before {background-color: @white!important;}
    .aside & {> .content-header{border-bottom: solid 1px @white;}}
  }
  &.box-blue {background-color: @brand-clr-2 !important; color:#fff;
    h1,h2,h3,h4,h5,h6 {color:#fff;}
    .content-header {color:#fff!important;}
    a {color:#fff;}
    li:before {background-color: @white!important;}
    .aside & {> .content-header{border-bottom: solid 1px @white;}}
  }
  &.box-purple {background-color: @brand-clr-3 !important; color:#fff;
    h1,h2,h3,h4,h5,h6 {color:#fff;}
    .content-header {color:#fff!important;}
    a {color:#fff;}
    li:before {background-color: @white!important;}
    .aside & {> .content-header{border-bottom: solid 1px @white;}}
  } */
  }
  .box-highlighted .footer {
    border-color: #fff;
    padding: 1em 0 0 0;
  }
  .box-highlighted .footer ul {
    margin: 0;
  }
  .box-highlighted .figure.block-left {
    margin-bottom: 0;
  }
  .box-highlighted .content-price .content-header p {
    font-family: 'Onest-Light';
    margin: 1.2em 0 0 0;
    line-height: 1.133em;
  }
  .box-highlighted .content-price .footer {
    font-size: 0.866em;
    text-transform: uppercase;
    padding-top: 0;
  }
  .box-highlighted.box-bg-grey .footer {
    border-color: #fff;
    padding: 1em 0 0.5em 0;
  }
  .box-highlighted.box-bg-grey .footer ul {
    margin: 0;
  }
  .box-bordered {
    border: 2px solid #ddd;
    padding: 10px;
  }
  .sitemap-list {
    padding: 0;
  }
  .sitemap-list > li {
    text-transform: uppercase;
    font-family: 'Onest-Bold';
  }
  .sitemap-list li {
    display: block;
    text-align: left;
    position: relative;
    padding: 15px 0 14px 15px;
  }
   #main-content .sitemap-list li > a {
    text-transform: uppercase;
     text-decoration :none;
    color: #177478;
  }
  .sitemap-list ul {
    padding: 0;
    list-style: none;
  }
  .sitemap-list ul li {
    border-width: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'Onest-Light';
    font-size: 0.928em;
  }
  .sitemap-list ul li:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #177478;
    font-size: 0.6em;
    vertical-align: middle;
    height: 19px;
    line-height: 17px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #main-content .sitemap-list ul li a {
    text-transform: none;
    text-decoration:none;
    color: #105356;
  }
  .sitemap-list ul li a:hover {
    text-decoration: underline;
  }
  .sitemap-list ul li ul li a {
    color: #177478;
  }
  .sitemap-list ul li ul li ul li:before {
    content: '•';
    font-size: 1em;
  }
  .page-sub-content {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding-top: 2em;
    text-align: center;
  }
  .page-sub-content .content-header {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 1em;
  }
  .page-sub-content .content-header h2 {
    color: #177478;
    font-family: 'Onest-Bold';
    font-size: 3.6em;
    line-height: 1.1em;
  }
  .page-sub-content .content-header .subttl {
    font-size: 1em;
    font-family: 'Onest-Light';
    margin-top: -1.5em;
  }
  .page-sub-content .footer {
    text-align: center;
  }
  .page-sub-content .footer ul li:before {
    display: none;
  }
  .page-sub-content .wall-wrapper .content-header {
    color: #fff;
  }
  .content-quote {
    position: relative;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #CB5226;
    padding: 1.48em 1em;
  }
  .content-quote .quoted-data {
    font-size: 1.133em;
    margin: 1.765em 0 0 0;
    padding: 0;
    border: 0;
  }
  .content-quote .quoted-data .quoted-data-footer {
    font-family: 'Onest-Light';
    font-size: 0.765em;
  }
  .content-quote .quoted-data .quoted-data-footer strong {
    font-size: 1.538em;
  }
  .content-quote p:first-child:before {
    content: "\201D";
    display: block;
    font-size: 2em;
    font-family: 'Onest-Bold';
  }
  .content-quote .figure.block-left {
    text-align: center;
  }
  .content-quote .figure.block-left img {
    border-radius: 100%;
  }
  .push-list .push-item {
    border-top: 1px solid #DBDBDB;
    padding-top: 2.5em;
  }
  .push-item {
    padding-bottom: 3em;
    margin: 0;
  }
  .push-item a {
    text-decoration: none;
    color: #177478;
  }
  .push-item a:hover {
    text-decoration: underline;
    color: #0b3638;
  }
  .push-item a:focus {
    text-decoration: underline #8b381a !important;
    color: #8b381a;
  }
  .push-item .block-left,
  .push-item .figure.block-left {
    width: 190px;
    margin-right: 32px;
    text-align: center;
  }
  .push-item .block-left .ico {
    color: #177478;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 50px;
    margin: 0 auto;
  }
  .push-item .block-left .ico.icon-calendar {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 90px;
  }
  .push-item .figure.block-left {
    position: relative;
  }
  .push-item .figure.block-left .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    color: #fff;
  }
  .push-item .news-meta {
    font-size: 0.866em;
    color: #000;
  }
  .push-item .news-meta,
  .push-item .news-meta p {
    margin-bottom: 0.75em;
  }
  .push-item .news-meta.meta-supttl {
    font-size: 1.2em;
    font-family: 'Onest-Medium';
    color: #222222;
  }
  .push-item .news-meta.meta-supttl,
  .push-item .news-meta.meta-supttl p {
    margin-bottom: 0.2em;
  }
  .push-item .news-meta .label-tag {
    font-size: 0.866em;
  }
  .push-item .ttl {
    font-size: 1.766em;
    padding-top:10px;
    padding-left:2px;
    font-family: 'Onest-Bold';
    margin: 0 0 0.2em 0;
  }
  .push-item .chapo {
    font-size: 1em;
    line-height: 1.2em;
    border-width: 0;
    padding: 0;
  }
  .push-item .box-bg-grey {
    position: relative;
    padding-left: 85px;
  }
  .push-item ul {
    padding: 0;
    margin-bottom: 0;
  }
  .push-item ul li {
    list-style: none;
    margin-bottom: 1em;
  }
  .push-item ul li:last-child {
    margin-bottom: 0;
  }
  .push-item ul li a {
    color: #177478;
    font-size: 0.8666em;
    text-transform: uppercase;
  }
  .push-item ul li a .ico {
    position: absolute;
    left: 0.5em;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 3.4em;
    line-height: 1em;
  }
  .push-item .footer {
    color: #177478;
    text-transform: uppercase;
    font-size: 0.866em;
  }
  .aside .push-item {
    background-color: #eeeeee;
    padding: 0;
  }
  .aside .push-item .content-inner-pad {
    padding: 1em;
  }
  .aside .push-item .content-inner-pad .news-meta .label-tag {
    background-color: #fff;
    border-color: #fff;
  }
  .aside .push-item .content-inner-pad .ttl {
    font-size: 0.866em;
    color: #000;
  }
  .owl-carousel {
    width: auto;
    position: static;
    display: block;
  }
  .owl-carousel.slider-loader:after {
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: rgba(255, 255, 255, 0.85);
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
  }
  .owl-carousel .item + .item {
    display: none;
  }
  .owl-carousel .owl-item {
    padding: 0;
  }
  .owl-carousel .owl-item > .box > .box-body {
    padding: 0;
  }
  .owl-carousel > .owl-controls {
    margin: 0 auto;
    text-align: center;
  }
  .owl-carousel > .owl-controls .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
  }
  .owl-carousel > .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
  }
  .owl-carousel > .owl-controls .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    background-color: #177478;
    border: solid 1px #177478;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: 4px;
    margin-right: 4px;
  }
  .owl-carousel > .owl-controls .owl-pagination .owl-page.active span {
    background-color: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-prev,
  .owl-carousel > .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #000;
    text-align: center;
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-prev:hover,
  .owl-carousel > .owl-controls .owl-buttons .owl-next:hover,
  .owl-carousel > .owl-controls .owl-buttons .owl-prev:focus,
  .owl-carousel > .owl-controls .owl-buttons .owl-next:focus {
    color: #fff;
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-prev .fa,
  .owl-carousel > .owl-controls .owl-buttons .owl-next .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    font-size: 8em;
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-prev {
    left: 0.5em;
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-prev .fa {
    border-right-width: 1px;
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-next {
    right: 0.5em;
  }
  .owl-carousel > .owl-controls .owl-buttons .owl-next .fa {
    border-left-width: 1px;
  }
  #main-content .owl-carousel .item a {
    text-decoration: none;
  }
  .owl-carousel .item a:hover .ttl {
    text-decoration: underline;
  }
  .owl-carousel.owl-fw {
    position: relative;
  }
  .owl-carousel.owl-fw .item {
    position: relative;
  }
  .owl-carousel.owl-fw .item .slide-caption {
    position: absolute;
    bottom: 2em;
    left: 15%;
    background-color: #fff;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
    background-color: hsla(0, 0%, 100%, 0.8);
    padding: 1em;
    padding-left: 20px;
  }
  .owl-carousel.owl-fw .item .slide-caption .ttl-caption {
    color: #105356;
    font-family: 'Onest-Bold';
    font-size: 1.2em;
    margin: 0 0 0.25em 0;
    padding: 0;
    text-align: left;
  }
  .owl-carousel.owl-fw .item .slide-caption .ttl-caption .ttl-01 {
    color: #177478;
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption {
    margin: 0;
    padding: 0;
    font-size: 0.86em;
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption li {
    list-style: none;
    position: relative;
    line-height: 1.5em;
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption li:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #177478;
    font-size: 0.6em;
    vertical-align: middle;
    line-height: 17px;
    padding-right: 0.5em;
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption li a {
    color: #105356;
    font-family: 'Onest-Medium';
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption li a:hover {
    text-decoration: underline;
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption li.has-child:before {
    content: "\f078";
  }
  .owl-carousel.owl-fw .item .slide-caption .content-caption li.has-child li a {
    color: #177478;
  }
  .owl-carousel.owl-fw .item .slide-caption .content-footer a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 2em;
    color: #177478;
  }
  .owl-carousel.owl-fw .owl-buttons .owl-prev,
  .owl-carousel.owl-fw .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
  .owl-carousel.owl-fw .owl-buttons .owl-prev:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-next:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-prev:focus,
  .owl-carousel.owl-fw .owl-buttons .owl-next:focus {
    color: #177478;
  }

  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-next .fa:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa:focus,
  .owl-carousel.owl-fw .owl-buttons .owl-next .fa:focus {
    border-color: #177478;
  }
  .owl-carousel.owl-fw .owl-buttons .owl-prev {
    left: 24px;
  }
  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa {
    border-right-width: 1px;
  }
  .owl-carousel.owl-fw .owl-buttons .owl-next {
    color: #fff;
    right: 24px;
    margin-right: 66px;
  }

  .owl-carousel.owl-fw .owl-buttons .owl-next .fa {
    border-left-width: 1px;
  }
  .owl-carousel.owl-slideshow {
    margin-left: 35px;
    margin-right: 35px;
    *zoom: 1;
  }
  .owl-carousel.owl-slideshow:before,
  .owl-carousel.owl-slideshow:after {
    content: " ";
    display: table;
  }
  .owl-carousel.owl-slideshow:after {
    clear: both;
  }
  .owl-carousel.owl-slideshow:before,
  .owl-carousel.owl-slideshow:after {
    content: " ";
    display: table;
  }
  .owl-carousel.owl-slideshow:after {
    clear: both;
  }
  .owl-carousel.owl-slideshow > .item:nth-child(-n+3) {
    display: block;
    padding: 0 20px;
    width: 33.333%;
    float: left;
  }
  .owl-carousel.owl-slideshow .item .ttl {
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
    color: #177478;
    font-size: 1.615em;
    line-height: 1.2em;
    margin: 0.2em 0;
  }
  .owl-carousel.owl-slideshow .item .sub-ttl {
    font-weight: 300;
    color: #000;
  }
  .owl-carousel.owl-slideshow .owl-item {
    padding: 0 20px;
  }
  .owl-carousel.owl-slideshow .owl-wrapper-outer {
    margin-bottom: 25px;
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-pagination {
    bottom: 7px;
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    bottom: 35px;
    width: 40px;
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: transparent;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev:hover,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next:hover,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev:focus,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next:focus {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev .fa,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    font-size: 5em;
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev {
    left: -35px;
    text-align: left;
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next {
    right: -35px;
    text-align: right;
  }
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons {
    /*.owl-prev {left: calc(-@btn-size + 20);}
        .owl-next {right: calc(-@btn-size + 20);}*/
  }
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-prev,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-next {
    bottom: auto;
    top: 50%;
    margin-top: -43px;
    width: 86px;
    height: 86px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #177478;
    background-color: #fff;
    zoom: 1;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff, endColorstr=#b3ffffff);
    background-color: hsla(0, 0%, 100%, 0.7);
  }
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-prev:hover,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-next:hover,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-prev:focus,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-next:focus {
    color: #0f4b4d;
  }
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-prev .fa,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-next .fa {
    font-size: 8em;
  }
  .owl-sync .owl-carousel.owl-thumbnail {
    margin: 20px -10px;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-wrapper-outer {
    z-index: 2;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-controls {
    margin: 0 -45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-controls .owl-buttons div {
    margin: 0;
    color: #fff;
    padding: 0;
    text-align: left;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-controls .owl-buttons div.owl-next {
    text-align: right;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-controls .owl-buttons div .fa {
    font-size: 3em;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-item {
    padding: 0 10px;
  }
  .owl-sync .owl-carousel.owl-thumbnail .owl-item.synced .item {
    border: 2px solid #177478;
  }
  .box-bordered {
    border: 2px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .box-form-select .content-header {
    color: #177478 !important;
    font-size: 1.615em !important;
  }
  .box-form-select .input-group-btn {
    padding-left: 4px;
  }
  .box-form-select .input-group-btn .btn {
    font-size: 15px;
    font-family: 'Onest-Medium', Arial, Helvetica, sans-serif;
    color: #177478;
    background-color: #ddd;
    border-color: #ddd;
  }
  .box-form-select .input-group-btn .btn:hover,
  .box-form-select .input-group-btn .btn:focus,
  .box-form-select .input-group-btn .btn:active,
  .box-form-select .input-group-btn .btn.active,
  .open > .dropdown-toggle.box-form-select .input-group-btn .btn {
    color: #177478;
    background-color: #c4c4c4;
    border-color: #bebebe;
  }
  .box-form-select .input-group-btn .btn:active,
  .box-form-select .input-group-btn .btn.active,
  .open > .dropdown-toggle.box-form-select .input-group-btn .btn {
    background-image: none;
  }
  .box-form-select .input-group-btn .btn.disabled,
  .box-form-select .input-group-btn .btn[disabled],
  fieldset[disabled] .box-form-select .input-group-btn .btn,
  .box-form-select .input-group-btn .btn.disabled:hover,
  .box-form-select .input-group-btn .btn[disabled]:hover,
  fieldset[disabled] .box-form-select .input-group-btn .btn:hover,
  .box-form-select .input-group-btn .btn.disabled:focus,
  .box-form-select .input-group-btn .btn[disabled]:focus,
  fieldset[disabled] .box-form-select .input-group-btn .btn:focus,
  .box-form-select .input-group-btn .btn.disabled:active,
  .box-form-select .input-group-btn .btn[disabled]:active,
  fieldset[disabled] .box-form-select .input-group-btn .btn:active,
  .box-form-select .input-group-btn .btn.disabled.active,
  .box-form-select .input-group-btn .btn[disabled].active,
  fieldset[disabled] .box-form-select .input-group-btn .btn.active {
    background-color: #ddd;
    border-color: #ddd;
  }
  .box-form-select .input-group-btn .btn .badge {
    color: #ddd;
    background-color: #177478;
  }
  .box-toggle {
    padding: 0;
  }
  .js .box-toggle .box-header {
    border-bottom: 1px solid #fff;
    padding-left: 60px;
    position: relative;
  }
  .js .box-toggle .box-header .fa {
    color: #177478;
    position: absolute;
    top: 42px;
    left: 40px;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .box-toggle .box-header {
    margin: 0;
    font-size: 1.5em;
    padding: 40px;
  }
  .box-toggle .box-body {
    -webkit-transition: max-height 250ms ease;
    -o-transition: max-height 250ms ease;
    transition: max-height 250ms ease;
    overflow: hidden;
  }
  .box-toggle.close .box-header .fa {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .box-toggle.close .box-body {
    max-height: 0!important;
  }
  .box-toggle .form.form-custom {
    margin: 0;
  }
  .site-is-press .btn-primary {
    color: #fff;
    background-color: #CB5226;
    border-color: #CB5226;
  }
  .site-is-press .btn-primary:hover,
  .site-is-press .btn-primary:focus,
  .site-is-press .btn-primary:active,
  .site-is-press .btn-primary.active,
  .open > .dropdown-toggle.site-is-press .btn-primary {
    color: #fff;
    background-color: #a0411e;
    border-color: #973d1c;
  }
  .site-is-press .btn-primary:active,
  .site-is-press .btn-primary.active,
  .open > .dropdown-toggle.site-is-press .btn-primary {
    background-image: none;
  }
  .site-is-press .btn-primary.disabled,
  .site-is-press .btn-primary[disabled],
  fieldset[disabled] .site-is-press .btn-primary,
  .site-is-press .btn-primary.disabled:hover,
  .site-is-press .btn-primary[disabled]:hover,
  fieldset[disabled] .site-is-press .btn-primary:hover,
  .site-is-press .btn-primary.disabled:focus,
  .site-is-press .btn-primary[disabled]:focus,
  fieldset[disabled] .site-is-press .btn-primary:focus,
  .site-is-press .btn-primary.disabled:active,
  .site-is-press .btn-primary[disabled]:active,
  fieldset[disabled] .site-is-press .btn-primary:active,
  .site-is-press .btn-primary.disabled.active,
  .site-is-press .btn-primary[disabled].active,
  fieldset[disabled] .site-is-press .btn-primary.active {
    background-color: #CB5226;
    border-color: #CB5226;
  }
  .site-is-press .btn-primary .badge {
    color: #CB5226;
    background-color: #fff;
  }
  .site-is-analyst .btn-primary {
    color: #fff;
    background-color: #2CA6D4;
    border-color: #2CA6D4;
  }
  .site-is-analyst .btn-primary:hover,
  .site-is-analyst .btn-primary:focus,
  .site-is-analyst .btn-primary:active,
  .site-is-analyst .btn-primary.active,
  .open > .dropdown-toggle.site-is-analyst .btn-primary {
    color: #fff;
    background-color: #2385aa;
    border-color: #217fa2;
  }
  .site-is-analyst .btn-primary:active,
  .site-is-analyst .btn-primary.active,
  .open > .dropdown-toggle.site-is-analyst .btn-primary {
    background-image: none;
  }
  .site-is-analyst .btn-primary.disabled,
  .site-is-analyst .btn-primary[disabled],
  fieldset[disabled] .site-is-analyst .btn-primary,
  .site-is-analyst .btn-primary.disabled:hover,
  .site-is-analyst .btn-primary[disabled]:hover,
  fieldset[disabled] .site-is-analyst .btn-primary:hover,
  .site-is-analyst .btn-primary.disabled:focus,
  .site-is-analyst .btn-primary[disabled]:focus,
  fieldset[disabled] .site-is-analyst .btn-primary:focus,
  .site-is-analyst .btn-primary.disabled:active,
  .site-is-analyst .btn-primary[disabled]:active,
  fieldset[disabled] .site-is-analyst .btn-primary:active,
  .site-is-analyst .btn-primary.disabled.active,
  .site-is-analyst .btn-primary[disabled].active,
  fieldset[disabled] .site-is-analyst .btn-primary.active {
    background-color: #2CA6D4;
    border-color: #2CA6D4;
  }
  .site-is-analyst .btn-primary .badge {
    color: #2CA6D4;
    background-color: #fff;
  }
  .site-is-candidat .btn-primary {
    color: #fff;
    background-color: #762B81;
    border-color: #762B81;
  }
  .site-is-candidat .btn-primary:hover,
  .site-is-candidat .btn-primary:focus,
  .site-is-candidat .btn-primary:active,
  .site-is-candidat .btn-primary.active,
  .open > .dropdown-toggle.site-is-candidat .btn-primary {
    color: #fff;
    background-color: #531e5b;
    border-color: #4c1c53;
  }
  .site-is-candidat .btn-primary:active,
  .site-is-candidat .btn-primary.active,
  .open > .dropdown-toggle.site-is-candidat .btn-primary {
    background-image: none;
  }
  .site-is-candidat .btn-primary.disabled,
  .site-is-candidat .btn-primary[disabled],
  fieldset[disabled] .site-is-candidat .btn-primary,
  .site-is-candidat .btn-primary.disabled:hover,
  .site-is-candidat .btn-primary[disabled]:hover,
  fieldset[disabled] .site-is-candidat .btn-primary:hover,
  .site-is-candidat .btn-primary.disabled:focus,
  .site-is-candidat .btn-primary[disabled]:focus,
  fieldset[disabled] .site-is-candidat .btn-primary:focus,
  .site-is-candidat .btn-primary.disabled:active,
  .site-is-candidat .btn-primary[disabled]:active,
  fieldset[disabled] .site-is-candidat .btn-primary:active,
  .site-is-candidat .btn-primary.disabled.active,
  .site-is-candidat .btn-primary[disabled].active,
  fieldset[disabled] .site-is-candidat .btn-primary.active {
    background-color: #762B81;
    border-color: #762B81;
  }
  .site-is-candidat .btn-primary .badge {
    color: #762B81;
    background-color: #fff;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    color: #fff;
  }
  .modal-content {
    padding: 2em;
  }
  .modal-content .form-custom h4 {
    padding-top: 1em;
    color: black;
    border-top: solid 1px #E5E5E5;
  }
  .modal-content .modal-header .ttl-h2 {
    text-transform: uppercase;
    font-family: 'Onest-Bold';
    font-size: 1.8666em;
    line-height: 1.5em;
    margin-left: 2em;
  }
  .modal-content .modal-header .ttl-h2 .fa,
  .modal-content .modal-header .ttl-h2 .icon {
    position: absolute;
    left: 45px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    line-height: 2.2em;
    color: #177478;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #177478;
  }
  .modal-content .modal-header .ttl-h2 .icon {
    font-size: 42px;
    line-height: 1.1em;
  }
  .modal-content .modal-header .close {
    position: absolute;
    right: 1em;
    top: 1em;
    color: #CB5226;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #CB5226;
    opacity: 1;
  }
  .modal-content .modal-body p {
    font-size: 1.2666em;
  }
  .modal-content .modal-body h4 {
    font-size: 1.045em;
  }
  .modal-content .modal-body .meta {
    text-align: center;
    font-size: 0.9333em;
    margin: 0;
  }
  .modal-content .modal-footer .btn {
    font-size: 1em;
  }
  .modal-content.modal-actu .modal-body .btn-submit {
    margin: 2em 0 1em 0;
  }
  .section-404 {
    position: relative;
    padding: 20px 0 40px 0;
    *zoom: 1;
    margin-top: 10px;
    margin-bottom: 75px;
    font-family: 'Onest-Light';
  }
  .section-404:before,
  .section-404:after {
    content: " ";
    display: table;
  }
  .section-404:after {
    clear: both;
  }
  .section-404:before,
  .section-404:after {
    content: " ";
    display: table;
  }
  .section-404:after {
    clear: both;
  }
  .section-404 h1 {
    font-family: 'Onest-Light';
    font-size: 1.6em;
    color: #161616;
    position: relative;
    margin-top: 4em;
    padding-top: 5.33em;
    padding-bottom: 2.2em;
    float: left;
    width: 50%;
    border-right: 1px solid #EEEEEE;
    text-align: center;
  }
  .section-404 h1 span {
    position: absolute;
    color: #CB5226;
    font-size: 6.6667em;
    bottom: 1em;
    left: 22%;
    font-family: 'Onest-Bold';
  }
  .section-404 .float-reflow {
    padding: 90px 0 0 38px;
  }
  .section-404 .float-reflow .ttl {
    font-size: 1.6em;
    font-family: 'Onest-Bold';
    text-transform: uppercase;
    margin-bottom: 1em;
  }
  .section-404 .float-reflow .ttl-01 {
    color: #105356;
  }
  .section-404 .float-reflow .btn-primary {
    text-transform: uppercase;
    font-family: 'Onest-Light';
  }
  /*
Sharing: Social Stuff
*/
  .share-this-page {
    z-index: 700;
  }
  .share-this-page.affix-top {
    position: absolute;
    top: 650px;
    right: 1em;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .share-this-page.affix {
    position: fixed;
    top: 165px;
    right: 1em;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .share-this-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .share-this-page ul li a {
    position: relative;
    display: block;
    font-size: 1em;
    text-align: center;
    margin-bottom: 0.75em;
    padding: 0;
  }
  .share-this-page ul li a .fa {
    display: inline-block;
    margin-right: 0;
    width: 3em;
    height: 3em;
    line-height: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    text-align: center;
    color: #fff;
    background-color: #177478;
    border-color: #105356;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .site-is-press .share-this-page ul li a .fa {
    background-color: #CB5226;
  }
  .site-is-analyst .share-this-page ul li a .fa {
    background-color: #2CA6D4;
  }
  .site-is-candidat .share-this-page ul li a .fa {
    background-color: #762B81;
  }
  .share-this-page ul li a:hover .fa,
  .share-this-page ul li a:focus .fa {
    color: #fff;
    background-color: #0f4b4d;
  }
  .site-is-press .share-this-page ul li a:hover .fa,
  .site-is-press .share-this-page ul li a:focus .fa {
    background-color: #a0411e;
  }
  .site-is-analyst .share-this-page ul li a:hover .fa,
  .site-is-analyst .share-this-page ul li a:focus .fa {
    background-color: #2385aa;
  }
  .site-is-candidat .share-this-page ul li a:hover .fa,
  .site-is-candidat .share-this-page ul li a:focus .fa {
    background-color: #531e5b;
  }
  .share-this-page ul li a.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .share-this-page ul li a.btn-annual-report .ico-report {
    display: block;
    margin: auto;
    width: 3em;
    height: 3em;
    line-height: 3em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    text-align: center;
    color: #fff;
    background-color: #C41E4A;
    border-color: #C41E4A;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNFODc2ODMwMkY0MzExRTdBNkFEQzcxMEU2OTg1NzdEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNFODc2ODMxMkY0MzExRTdBNkFEQzcxMEU2OTg1NzdEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0U4NzY4MkUyRjQzMTFFN0E2QURDNzEwRTY5ODU3N0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0U4NzY4MkYyRjQzMTFFN0E2QURDNzEwRTY5ODU3N0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55l1aBAAAA/UlEQVR42mL8////JwYGBl4G6oDPjEADdYEMZyDuB2JHMg3aD8SFQLyXAWggCDv8hwAGMvF/qBkMTAxUBoPKQA5yDJQA4qVAHIQmth6Ir2LVgSdSEoD4AxB/B+KTSGLvgfgiEBtjixRsBsoC8TYg/gnE9UBsCpU7AhWrA2JWXLHMgsXRE4FYDIiNgfgKVOwcELOgiWEF2AyMAOI/QPwPScwKiH+jiRFt4C8sYj+HZDrECkCFw3loJIgD8RMyzZEB4pdA/ApkYACQIUAlB35gBCdGwiARiN8C8SZyYhkZcAGxCRDHw7wExCdBGQynDgLlXOx/VPAPiNXx6QEIMACxzzJ10D2B5gAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .share-this-page ul li a.btn-annual-report:hover .ico-report,
  .share-this-page ul li a.btn-annual-report:focus .ico-report {
    background-color: #a8193f;
    border-color: #a8193f;
  }
  .share-this-page ul li a.btn-annual-report span {
    display: block;
    margin-top: 0.5em;
    position: static;
    height: auto;
    width: auto;
    font-size: 0.6667em;
    color: #C41E4A;
  }
  /*
cookie
*/
  #cookie-notice {
    font-size: 15px!important;
    position: relative!important;
  }
  /*End common Screen*/
}
@media all and screen and (max-width: 768px) {
  img,
  embed,
  object,
  video,
  canvas {
    max-width: 50% !important;
    height: auto;
  }
  p,
  ul,
  ol {
    margin: 0 0 1.3em 0;
  }
}
@media all and (max-width: 1199px) {
  h1,
  .ttl-h1 {
    font-size: 2em;
  }
}
@media all and (max-width: 767px) {
  .float-reflow .figure {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
}
@media all and (max-width: 767px) {
  .form .form-inline label {
    margin: 0 0 0.95em 0;
  }
}
@media all and (max-width: 767px) {
  .form .form-shrunk label {
    margin: 0.95em 0;
  }
}
@media all and (min-width: 768px) {
  .form-control.select-center {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .form-control.select-center {
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .header-wrapper .header-toolbar-wrapper {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header-wrapper .header-access-wrapper .btn {
    font-size: 0;
  }
  .header-wrapper .header-access-wrapper .btn .fa {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .header-wrapper .header-access-wrapper li + li:before {
    content: "";
    display: inline-block;
    height: 18px;
    border-right: 1px solid #ddd;
    vertical-align: middle;
  }
  .header-wrapper .header-access-wrapper .btn {
    background-color: transparent;
    border-color: transparent;
    color: #177478;
  }
  .header-wrapper .header-access-wrapper .btn .fa {
    margin: 0;
  }
  .header-wrapper .header-access-wrapper .btn:focus,
  .header-wrapper .header-access-wrapper .btn:hover {
    background-color: #177478;
    color: #fff;
  }
}
@media all and (max-width: 991px) {
  .header-wrapper.affix #nav-primary {
    display: none;
  }
}
@media all and (max-width: 1199px) {
  .header-wrapper.affix #nav-primary {
    width: 531px;
  }
}
@media all and (min-width: 1200px) {
  .header-wrapper.affix #nav-primary {
    width: 692px;
  }
}
@media all and (max-width: 1199px) {
  .header-wrapper.affix .header-toolbar-wrapper ul.nav {
    width: 320px;
  }
}
@media all and (min-width: 1200px) {
  .header-wrapper.affix .header-toolbar-wrapper ul.nav {
    width: 354px;
  }
}
@media all and (max-width: 1199px) {
  .header-wrapper.affix {
    font-size: 0.9em;
  }
  .header-wrapper.affix #nav-primary > li div.nav-section > a {
    padding: 0 1em 1em 1em;
  }
  .header-wrapper.affix #nav-primary div.nav-section {
    max-width: inherit;
  }
}
@media all and (max-width: 991px) {
  .header-wrapper.affix .header-toolbar-wrapper {
    display: none;
  }
  .header-wrapper.affix #nav-mobile {
    top: 42px;
  }
  .header-wrapper.affix #header-nav-mobile li .btn {
    height: 42px;
    padding-top: 0;
  }
  .header-wrapper.affix #header-nav-mobile li .btn-menu {
    height: 42px;
  }
  .header-wrapper.affix #header-nav-mobile li .btn-menu:before {
    position: absolute;
    top: 10px;
  }
  .header-wrapper.affix #header-nav-mobile li .btn-menu:after {
    position: absolute;
    top: 28px;
  }
  .header-wrapper.affix #header-nav-mobile li .btn-menu.active:before {
    top: 21px;
  }
  .header-wrapper.affix #header-nav-mobile li .btn-menu.active:after {
    top: 21px;
  }
  .header-wrapper.affix .submenu-search {
    top: 42px;
  }
}
@media all and (max-width: 1199px) {
  .header-wrapper .header-logo-container .logo {
    width: 276px;
    top: 25px;
    margin-top:10px;
    margin-left:-30px;
  }
  .header-wrapper .header-logo-container .header-tagline {
    left: 77.28px;
  }
}
@media all and (max-width: 991px) {
  .header-wrapper .header-logo-container .header-tagline {
    left: 193.2px;
  }
}
@media all and (max-width: 767px) {
  .header-wrapper .header-logo-container .logo {
    width: 180px;
    top: -6px;
    height: 70px;
    overflow: hidden;
  }
  .header-wrapper .header-logo-container .header-tagline {
    left: 40px;
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header.header-container .header-toolbar-wrapper .login-wrapper {
    float: right !important;
    float: right;
    text-align: right;
  }
  .header.header-container .header-toolbar-wrapper .login-wrapper b {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .header.header-container .header-toolbar-wrapper .header-toolbar-first {
    margin-top: 64px;
  }
  .header.header-container .logo-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 140px;
    margin-left: -70px;
  }
  .header.header-container .logo-container a {
    margin: 40px 0;
  }
  .header.header-container .logo-container a img {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  #nav .nav-desktop {
    padding-left: 276px;
    /*padding-right: 0;*/
  }
}
@media all and (max-width: 767px) {
  #nav {
    height: 64px;
  }
}
@media all and (max-width: 1199px) {
  #nav-primary div.nav-section {
    max-width: 148px;
  }
}
@media all and (max-width: 991px) {
  #nav-primary {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .submenu-search {
    top: 64px;
  }
}
@media all and (max-width: 991px) {
  .submenu-search .collapse-body {
    padding: 0 !important;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .dl-menuwrapper#dl-menu .dl-trigger {
    height: 64px;
  }
}
@media all and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }
}
@media all and (max-width: 991px) {
  #header-nav-mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #header-nav-mobile li .btn {
    height: 64px;
    padding-top: 0.6em;
  }
  #header-nav-mobile li .btn-menu {
    height: 64px;
    width: 64px;
  }
  #header-nav-mobile li .btn-menu:before,
  #header-nav-mobile li .btn-menu:after {
    content: "";
    height: 3px;
    width: 50%;
    left: 25%;
    background-color: #fff;
    backface-visibility: hidden;
    transition: 0.65s;
  }
  #header-nav-mobile li .btn-menu:before {
    position: absolute;
    top: 20px;
    -webkit-box-shadow: #fff 0 9px 0 0;
    box-shadow: #fff 0 9px 0 0;
  }
  #header-nav-mobile li .btn-menu:after {
    position: absolute;
    top: 38px;
  }
  #header-nav-mobile li .btn-menu.active {
    background-color: #0f4b4d;
  }
  #header-nav-mobile li .btn-menu.active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 32px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #header-nav-mobile li .btn-menu.active:after {
    top: 32px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@media all and (max-width: 991px) {
  .mobile-submenu-container {
    display: block;
  }
  .mobile-submenu-container {
    position: relative;
    z-index: 600;
  }
  .mobile-submenu-container .mobile-submenu-search {
    position: absolute;
    background-color: #ddd;
    top: 0;
    left: 0;
    right: 0;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s linear;
    -moz-transition: max-height 0.2 linear;
    -o-transition: max-height 0.2s linear;
    -ms-transition: height 0.2s ease;
    transition: max-height 0.2s linear;
  }
  .mobile-submenu-container .mobile-submenu-search.open {
    max-height: 63px;
  }
  .mobile-submenu-container .mobile-submenu-search form {
    padding: 15px;
  }
  .mobile-submenu-container .mobile-submenu-search .btn {
    color: #fff;
    background-color: #414141;
    border-color: #414141;
    font-weight: 600;
    font-size: 0.9em;
    height: 34px;
  }
  .mobile-submenu-container .mobile-submenu-search .input-group-btn {
    font-size: 1em;
  }
}
@media all and (max-width: 767px) {
  .breadcrumb-wrapper {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .footer.footer-wrapper .footer-sitemap .row .col-md-2 {
    width: 20%;
  }
}
@media all and (max-width: 767px) {
  .footer.footer-wrapper .footer-sitemap.footer-top {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .footer.footer-wrapper .footer-sitemap {
    padding-bottom: 0em;
  }
  .footer.footer-wrapper .footer-sitemap .ttl {
    font-size: 1.075em;
    margin: 0;
    padding: 0.75em 0;
  }
  .footer.footer-wrapper .footer-sitemap ul.nav {
    display: none;
  }
  .footer.footer-wrapper .footer-sitemap .row [class*="col-"]:last-child .ttl {
    display: block !important;
  }
  .footer.footer-wrapper .footer-sitemap .row [class*="col-"]:last-child ul.nav {
    display: block;
  }
  .footer.footer-wrapper .footer-sitemap .row [class*="col-"]:last-child ul.nav li {
    display: inline-block;
  }
  .footer.footer-wrapper .footer-sitemap .row [class*="col-"]:last-child ul.nav li a .fa,
  .footer.footer-wrapper .footer-sitemap .row [class*="col-"]:last-child ul.nav li a [class*="icon-"] {
    font-size: 2em;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
  }
  .footer.footer-wrapper .footer-sitemap .row [class*="col-"]:last-child ul.nav li a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media all and (max-width: 767px) {
  .footer.footer-wrapper .footer-quicklink .nav {
    margin: 0;
    padding: 1em 0;
    *zoom: 1;
  }
  .footer.footer-wrapper .footer-quicklink .nav:before,
  .footer.footer-wrapper .footer-quicklink .nav:after {
    content: " ";
    display: table;
  }
  .footer.footer-wrapper .footer-quicklink .nav:after {
    clear: both;
  }
  .footer.footer-wrapper .footer-quicklink .nav:before,
  .footer.footer-wrapper .footer-quicklink .nav:after {
    content: " ";
    display: table;
  }
  .footer.footer-wrapper .footer-quicklink .nav:after {
    clear: both;
  }
  .footer.footer-wrapper .footer-quicklink .nav li {
    display: block;
    float: left;
    width: 20%;
  }
  .footer.footer-wrapper .footer-quicklink .nav li .fa,
  .footer.footer-wrapper .footer-quicklink .nav li [class*="icon-"] {
    font-size: 1.5em;
    line-height: 1.4em;
    width: 1.4em;
    height: 1.4em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 0em;
    display: block;
    margin: 0 auto 0.2em auto;
  }
  .footer.footer-wrapper .footer-quicklink .nav li a span {
    font-size: 0.625em;
    display: block;
    line-height: 1.2em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .footer.footer-wrapper .footer-quicklink .nav li + li {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .footer.footer-wrapper .footer-quickies .pull-left {
    float: none!important;
    padding-top: 0.5em;
    left: 80px;
  }
  .footer.footer-wrapper .footer-quickies .pull-right {
    float: none!important;
    padding-top: 0.5em;
    bottom: 10em;
    left: 20px;
  }
}
@media all and (max-width: 767px) {
  .footer.footer-wrapper .footer-quicklink-wrapper {
    text-align: center;
  }
  .footer.footer-wrapper .footer-quicklink-wrapper .nav li {
    padding-bottom: 1em;
  }
  .footer.footer-wrapper .footer-quicklink-wrapper .footer-select-wrapper {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  table tbody th {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .metadata-wrapper .meta-list li {
    width: auto;
    float: none;
    padding-right: 0;
  }
}

@media all and (max-width: 991px) {
  .header-image.figure {
    padding-top: 43%;
    position: relative;
    overflow: hidden;
  }
  .header-image.figure img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@media all and (max-width: 767px) {
  .home .wall-wrapper,
  .page-is-home .wall-wrapper {
    max-height: none;
  }
}
@media all and (min-width: 1200px) {
  .wall-wrapper .col-sm-2,
  .wall-wrapper .grid-sizer {
    width: 33%;
  }
}
@media all and (max-width: 1199px) {
  .wall-wrapper .col-sm-2,
  .wall-wrapper .grid-sizer {
    width: 243px;
  }
}
@media all and (max-width: 991px) {
  .wall-wrapper .col-sm-2,
  .wall-wrapper .grid-sizer {
    width: 248px;
  }
}
@media all and (min-width: 1200px) {
  .wall-wrapper .col-sm-4 {
    width: 33%;
  }
}
@media all and (max-width: 1199px) {
  .wall-wrapper .col-sm-4 {
    width: 486px;
  }
}
@media all and (max-width: 991px) {
  .wall-wrapper .col-sm-4 {
    width: 496px;
  }
}
@media all and (max-width: 767px) {
  .wall-wrapper {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .wall-wrapper .col-sm-2 {
    width: 100%;
    max-width: 100%;
  }
  .wall-wrapper .col-sm-4 {
    width: 100%;
    max-width: 100%;
  }
  .wall-wrapper .wall-item.article {
    height: auto;
  }
}
@media all and (max-width: 1199px) {
  .home-section.fullwidth .owl-header .ttl-h2 {
    font-size: 2.666em;
    top: 0.3em;
  }
  .home-section.fullwidth .owl-header .sub-ttl {
    font-size: 0.9em;
    top: 4.5em;
  }
}
@media all and (max-width: 991px) {
  .home-section.fullwidth .owl-header {
    position: relative;
    color: #177478;
    padding: 0;
  }
  .home-section.fullwidth .owl-header .ttl-h2 {
    position: static;
    font-size: 2em;
    color: #177478;
  }
  .home-section.fullwidth .owl-header .sub-ttl {
    position: static;
    color: #177478;
    border-bottom: solid 1px #177478;
  }
}
@media all and (max-width: 768px) {
  .home-section.fullwidth .owl-header {
    position: relative;
    color: #177478;
    padding: 0;
  }
  .home-section.fullwidth .owl-header .ttl-h2 {
    position: static;
    font-size: 1em;
    color: #177478;
  }
}
@media all and (max-width: 767px) {
  .home-section .content-marques .bg-image .figure img {
    max-width: 100%;
  }
}
@media all and (max-width: 1199px) {
  .home-section .three-cols .content-actu .ttl-h3 {
    font-size: 1.8em;
  }
}
@media all and (min-width: 992px) {
  .home-section .three-cols .content-actu {
    height: 414px;
  }
}
@media all and (max-width: 1199px) {
  .home-section .content-marques h3 {
    font-size: 1em;
  }
  .home-section .content-marques .bg-image .ttl {
    font-size: 1em;
  }
  .home-section .content-marques .content-body .icon {
    margin: 10% auto 10% auto;
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 4em;
    line-height: 1.2em;
  }
}
@media all and (max-width: 768px) {
  .home-section .content-marques h3 {
    font-size: 0.5em;
  }
  .home-section .content-marques .bg-image .ttl {
    font-size: 0.5em;
  }
  .home-section .content-marques .content-body .icon {
    margin: 10% auto 10% auto;
    width: 53px;
    height: 53px;
    color: #fff;
    font-size: 2em;
    line-height: 1em;
  }
}
@media all and (max-width: 991px) {
  .home-section .ttl-h2,
  .home-section h2 {
    font-size: unset;
  }
  .home-section .group-number {
    font-size: 0.8em;
  }
  .home-section .content-marques.marques-more .figure img {
    width: 85px;
    height: 85px;
  }
}
@media all and (max-width: 768px) {
  .home-section .ttl-h2,
  .home-section h2 {
    font-size: unset;
  }
  .home-section .group-number {
    font-size: 0.5em;
  }
  .home-section .content-marques.marques-more .figure img {
    width: 53px;
    height: 53px;
  }
}
@media all and (max-width: 768px) {
  .home-section .content-marques .bg-image .ttl {
    font-size: 1em;
  }
  .home-section .content-marques .content-body .icon {
    margin: 0.5em auto;
  }
  .home-section .content-marques.marques-more {
    height: auto;
  }
  .home-section .content-marques.marques-more .figure img {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 53px;
    height: 53px;
  }
  .home-section .ttl-h2,
  .home-section h2 {
    font-size: unset;
  }
  .home-section .group-number .data-number {
    padding-top: 5%;
  }
  .home-section .group-number .ttl {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .home-section .wp-caption-text {
    position: static;
  }
  .home-section .box-recrute {
    text-align: center;
  }
}
@media all and (max-width: 1199px) {
  .content.content-focus .content-header h2 {
    font-size: 2em;
  }
}
@media all and (max-width: 767px) {
  .content.content-focus-ico {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .content.content-focus-ico .content-header .ttl .ico {
    font-size: 2em;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media all and (max-width: 767px) {
  .content.content-focus-ico .content-header .ttl {
    font-size: 1.3em;
    padding: 0.7em 0 1em 3em;
  }
}
@media all and (max-width: 767px) {
  .content.content-carousel .content-header h2 {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .wall-col.col-sm-2 .wall-item .content.content-social-item .content-header .ttl {
    max-width: 150px;
  }
}
@media all and (max-width: 360px) {
  .wall-col.col-sm-2 .wall-item .content.content-social-item .content-header .ttl {
    max-width: 228px;
  }
}
@media all and (max-width: 767px) {
  .wall-item .content.content-social-item .content-body .meta-date {
    position: static;
    padding-top: 1em;
  }
}
@media all and (max-width: 1199px) {
  .wall-item.social-video .content.content-social-item .content-body .figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
  }
}
@media all and (max-width: 991px) {
  .wall-item.social-video .content.content-social-item .content-body .figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media all and (max-width: 767px) {
  .wall-item.social-video .content.content-social-item {
    position: static;
  }
  .wall-item.social-video .content.content-social-item .content-body .figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media all and (max-width: 1199px) {
  .wall-item .content.content-article-item .content-body .figure img {
    -webkit-transform: scale(1.23);
    -ms-transform: scale(1.23);
    -o-transform: scale(1.23);
    transform: scale(1.23);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
  }
}
@media all and (max-width: 991px) {
  .wall-item .content.content-article-item .content-body .figure img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
  }
}
@media all and (max-width: 767px) {
  .wall-item .content.content-article-item .content-body .figure img {
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
  }
}
@media all and (max-width: 767px) {
  .wall-item .content.content-article-item {
    height: auto;
    overflow: visible;
  }
  .wall-item .content.content-article-item .content-body .figure {
    text-align: center;
  }
  .wall-item .content.content-article-item .content-body .figure-caption,
  .wall-item .content.content-article-item .content-body .wp-caption-text {
    text-align: left;
    position: static;
  }
  .wall-item .content.content-article-item .content-body {
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .wall-item .content.content-wall-initiative .content-body {
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .wall-item .content.content-wall-initiative .content-footer .meta-date {
    padding-top: 5em;
  }
}
@media all and (max-width: 767px) {
  .wall-item .content.content-wall-initiative .content-footer .meta-date {
    padding-top: 8em;
  }
}
@media all and (max-width: 767px) {
  .content.content-twitter-home .content-header {
    width: 60px;
    margin-top: 20px;
    text-align: left;
  }
  .content.content-twitter-home .content-header .fa {
    line-height: 80px;
    font-size: 1em;
  }
}
@media all and (max-width: 1199px) {
  .box-highlighted {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .page-sub-content .content-header h2 {
    font-size: 2.67em;
    padding-bottom: 0.5em;
  }
}
@media all and (max-width: 767px) {
  .content-quote .quoted-data {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .owl-carousel > .owl-controls .owl-buttons .owl-prev,
  .owl-carousel > .owl-controls .owl-buttons .owl-next {
    position: absolute;
  }
}
@media all and (max-width: 1199px) {
  .owl-carousel.owl-fw .item .slide-caption {
    font-size: 0.9em;
  }
}
@media all and (max-width: 991px) {
  .owl-carousel.owl-fw .item .slide-caption {
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .owl-carousel.owl-fw .owl-buttons {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next {
    display: block;
  }
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-prev .fa,
  .owl-carousel.owl-slideshow > .owl-controls .owl-buttons .owl-next .fa {
    top: 50%;
    margin-top: -0.5em;
    font-size: 3em;
  }
}
@media all and (max-width: 1199px) {
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-prev,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-next {
    width: 57.33333333px;
    height: 57.33333333px;
  }
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-prev .fa,
  .owl-sync .owl-carousel.owl-main > .owl-controls .owl-buttons .owl-next .fa {
    font-size: 4em;
  }
}
@media all and (max-width: 767px) {
  .owl-sync .owl-carousel.owl-thumbnail {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .modal-content .modal-header .ttl-h2 {
    font-size: 1.5em;
    margin-left: 2.5em;
  }
}
@media all and (max-width: 1199px) {
  .section-404 h1 span {
    left: 16%;
  }
}
@media all and (max-width: 991px) {
  .section-404 h1 span {
    left: 4%;
  }
}
@media all and (max-width: 767px) {
  .section-404 h1 {
    font-size: 1.6em;
    position: relative;
    padding-top: 0;
    padding-bottom: 1.5em;
    float: none;
    width: auto;
    border-right-width: 0;
  }
  .section-404 h1 span {
    position: relative;
    font-size: 4em;
    bottom: auto;
    left: auto;
  }
  .section-404 .float-reflow {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (max-width: 1279px) {
  .share-this-page {
    position: static!important;
    text-align: center;
    margin: 1em 0;
  }
  .share-this-page ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5em;
  }
}
/*Printer*/
@media print {
  /**/
  #access-shortcuts-wrapper,
  .header-wrapper,
  .nav.nav-wrapper,
  .header-toolbar-wrapper,
  .breadcrumb,
  .footer-wrapper,
  .share-this-page,
  .content-player-video,
  .content-focus-ico .ico,
  .content-focus-ico .icon-circle,
  .push-item .ico,
  .page-sub-content,
  .content-carousel,
  .filter-wrapper,
  .pagination,
  .content-quote p:first-child:before {
    display: none;
  }
  body {
    font-size: 12px;
    color: inherit!important;
  }
  .aside {
    display: none;
  }
  .collapse {
    display: block;
  }
  .list-profiles {
    list-style: none;
    padding: 0;
  }
  .list-profiles li:nth-child(4n+1),
  .list-profiles div:nth-child(4n+1) {
    clear: both;
  }
  .list-profiles .col-sm-3 {
    width: 25%!important;
    float: left;
  }
  .col-sm-3 {
    width: 40%!important;
    float: left;
  }
  #main-content .figure>.figcaption a,#main-content .figure>.wp-caption-text a
  {
    text-decoration:none;
  }
  .box-green,
  .box-orange,
  .box-blue,
  .box-purple,
  .box-green .content-header,
  .box-orange .content-header,
  .box-blue .content-header,
  .box-purple .content-header,
  .wall-wrapper .wall-item,
  .wall-wrapper .wall-item a,
  .figure > .figcaption a,
  .figure > .wp-caption-text a,
  .figure > .figcaption,
  .figure > .wp-caption-text,
  .home-section .content-marques a,
  .home-section .content-marques h3 {
    color: #000 !important;
  }
  .wall-wrapper .hidden-xs {
    display: block!important;
  }
  .wall-wrapper .col-sm-2 {
    width: 33%!important;
    float: left;
  }
  .wall-wrapper .col-sm-4 {
    width: 66%!important;
    float: left;
  }
  .page-is-home h2 {
    text-align: center;
  }
  .page-is-home .content-more {
    display: none;
  }
  .page-is-home .content-marques {
    height: auto!important;
  }
  .page-is-home .content-marques .bg-image {
    padding: 0 0 0 5em;
    height: auto;
  }
  .page-is-home .content-marques.marques-more .icon-circle {
    display: none;
  }
  .page-is-home .owl-header .sub-ttl {
    text-align: center;
  }
  .page-is-home .owl-controls {
    display: none!important;
  }
  .page-is-home .home-section.fullwidth .col-sm-6 .col-sm-4 {
    width: 33.3333% !important;
    float: left;
  }
  .page-is-home .owl-carousel.owl-fw .owl-item {
    width: 720px!important;
  }
  .page-is-home .owl-carousel.owl-fw .owl-item img {
    width: 100%;
  }
  .page-is-home .slide-caption {
    position: static!important;
  }
  .page-is-home .group-number {
    text-align: center;
  }
  .page-is-home .group-number div {
    float: none;
    width: 100%!important;
  }
  .page-is-home .col-sm-6 {
    width: 50%;
    float: left;
  }
  .page-is-home .wall-wrapper {
    position: static!important;
    height: auto!important;
    max-height: none;
    overflow: visible;
  }
  .page-is-home .wall-wrapper .wall-col {
    float: none;
    position: static!important;
  }
  .page-is-home .wall-wrapper .wall-col.col-sm-2 {
    width: 100% !important;
    clear: both;
  }
  .page-is-home .wall-wrapper .wall-col.col-sm-4 {
    width: 100% !important;
    clear: both;
  }
  .page-is-home .wall-wrapper .wall-col .wall-item {
    height: auto!important;
    background-color: #eeeeee !important;
  }
  .page-is-home .wall-wrapper .wall-col .wall-item .content-header,
  .page-is-home .wall-wrapper .wall-col .wall-item .content-body {
    height: auto!important;
  }
  .page-is-home .three-cols {
    overflow: hidden;
  }
  .page-is-home .three-cols [class*="col-"] {
    width: 33% !important;
  }
  .container {
    width: 90%!important;
    margin: 0 auto!important;
  }
  .container .row {
    *zoom: 1;
    width: 100%!important;
  }
  .container .row:before,
  .container .row:after {
    content: " ";
    display: table;
  }
  .container .row:after {
    clear: both;
  }
  .container .row:before,
  .container .row:after {
    content: " ";
    display: table;
  }
  .container .row:after {
    clear: both;
  }
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  display: flex !important;
}

a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
  content: "";
  font-family: 'Onest-Medium';
  font-size: 15px;
  display: block;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
}

@media all and (max-width: 767px) {
  a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after {
    display: none;
  }
}

.page-template-tpl-homepage .owl-carousel.owl-theme,
.page-template-tpl-homepage .owl-carousel.owl-theme .owl-item img  {
  max-height: 500px;
  width : 1920px;
}

.btn-media {
  overflow-wrap: break-word !important;
  white-space: normal;
}

.header-image h1 {
  margin-top: 18vh;
}

@media screen and (max-width : 507px) {
  .header-image h1 {
    margin-top: 5vh;
  }
}

.owl-carousel.owl-fw .owl-buttons .owl-prev .fa,
.owl-carousel.owl-fw .owl-buttons .owl-next .fa {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  font-size: 6em;
  height: 86px;
  width: 86px;
  border-radius: 100%;
  border: solid 1px #fff;
  line-height: 1.1em;
}

@media all and (max-width: 991px) {
  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa,
  .owl-carousel.owl-fw .owl-buttons .owl-next .fa {
    left: 0;
    right: 0;
    top: 30%;
    margin-top: -0.5em;
    font-size: 4em;
    height: 57.33px;
    width: 57.33px;
    border-radius: 100%;
    border: solid 1px #fff;
    line-height: 1.1em;
  }

  .owl-carousel.owl-fw .owl-buttons .owl-next{
    position: absolute;
    right:0;
  }
}

@media all and (max-width: 571px) {
  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa,
  .owl-carousel.owl-fw .owl-buttons .owl-next .fa {
    left: 0;
    right: 0;
    top: 30%;
    margin-top: -0.5em;
    font-size: 3em;
    height: 43px;
    width: 43px;
    border-radius: 100%;
    border: solid 1px #fff;
    line-height: 1.1em;
  }

  .owl-carousel.owl-fw .owl-buttons .owl-next{
    position: absolute;
    right:0;
  }

  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-next .fa:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-prev .fa:focus,
  .owl-carousel.owl-fw .owl-buttons .owl-next .fa:focus {
    border-color: #fff;
    color: #fff;
  }
  .owl-carousel.owl-fw .owl-buttons .owl-prev:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-next:hover,
  .owl-carousel.owl-fw .owl-buttons .owl-prev:focus,
  .owl-carousel.owl-fw .owl-buttons .owl-next:focus {
    color: #fff;
  }
  .fa-angle-left::before .fa-angle-left::before .success-arrow{
    color: #177478;
  }
}