﻿html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
  background: #dcdcdc url(/img/cheval-investment.jpg) no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font: 100 13px/20px "Helvetica", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  position: relative;
  height: 100%;
  min-height: 100%;
  color: #404a4d;
}
ul {
  list-style: none;
}
ul li {
  display: inline-block;
}
em {
  font-style: italic;
}
a:link,
a:visited,
a:active {
  color: #a8986d;
  transition: color 0.2s ease;
  text-decoration: none;
  font-weight: 400;
}
a:link img,
a:visited img,
a:active img {
  border: none;
  max-width: 100%;
  height: auto;
}
a:hover {
  color: #343c3f;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica", serif;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  font-size: 2.375rem;
  line-height: 2.75rem;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 34px;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media screen and (max-width: 640px) {
  h2,
  .h2 {
    font-size: 22px;
    line-height: 30px;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
h3 {
  font-size: 24px;
  line-height: 34px;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h4 {
  font-size: 22px;
  line-height: 28px;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
h5 {
  font-size: 16px;
  line-height: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 640px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.text-heading {
  letter-spacing: 0.1em;
}
.link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 400;
  color: black;
}
.text-jumbo {
  font-size: 64px;
  line-height: 64px;
  font-size: 4rem;
  line-height: 4rem;
}
@media screen and (max-width: 640px) {
  .text-jumbo {
    font-size: 54px;
    line-height: 54px;
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}
strong,
.text-heavy {
  font-weight: 600;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-light {
  font-weight: 100;
}
hr {
  border: 0;
  height: 1px;
  background-color: #a5b1b4;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  hr {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container-narrow {
  max-width: 760px;
}
.container-xnarrow {
  max-width: 420px;
}
.container-collapse {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 6.77966%;
}
.col-1:last-child {
  margin-right: 0;
}
.col-2 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 15.25424%;
}
.col-2:last-child {
  margin-right: 0;
}
.col-3 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 23.72881%;
}
.col-3:last-child {
  margin-right: 0;
}
.col-4 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 32.20339%;
}
.col-4:last-child {
  margin-right: 0;
}
.col-5 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 40.67797%;
}
.col-5:last-child {
  margin-right: 0;
}
.col-6 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
}
.col-6:last-child {
  margin-right: 0;
}
.col-7 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 57.62712%;
}
.col-7:last-child {
  margin-right: 0;
}
.col-8 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 66.10169%;
}
.col-8:last-child {
  margin-right: 0;
}
.col-9 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 74.57627%;
}
.col-9:last-child {
  margin-right: 0;
}
.col-10 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 83.05085%;
}
.col-10:last-child {
  margin-right: 0;
}
.col-11 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 91.52542%;
}
.col-11:last-child {
  margin-right: 0;
}
.col-12 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%;
}
.col-12:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .col-6-md {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
  }
  .col-6-md:last-child {
    margin-right: 0;
  }
  .col-12-md {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
  }
  .col-12-md:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-6-sm {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
  }
  .col-6-sm:last-child {
    margin-right: 0;
  }
  .col-12-sm {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
  }
  .col-12-sm:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .col-6-xs {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
  }
  .col-6-xs:last-child {
    margin-right: 0;
  }
  .col-12-xs {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%;
  }
  .col-12-xs:last-child {
    margin-right: 0;
  }
}
.grid-col-3 li {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 32.20339%;
}
.grid-col-3 li:last-child {
  margin-right: 0;
}
.grid-col-3 li:nth-child(3n) {
  margin-right: 0;
}
.grid-col-3 li:nth-child(3n + 1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .grid-col-3 li {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
  }
  .grid-col-3 li:nth-child(3n) {
    margin-right: 1.69492%;
  }
  .grid-col-3 li:nth-child(3n + 1) {
    clear: none;
  }
  .grid-col-3 li:last-child {
    margin-right: 0;
  }
  .grid-col-3 li:nth-child(2n) {
    margin-right: 0;
  }
  .grid-col-3 li:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 640px) {
  .grid-col-3 li {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 100%;
  }
  .grid-col-3 li:last-child {
    margin-right: 0;
  }
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Gill Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
.input,
.btn {
  font-size: 16px;
  border-radius: 3px;
  line-height: normal;
}
.input {
  display: block;
  width: 100%;
  padding: 11px 14px 14px 14px;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  border: 1px solid #ffffff;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
textarea {
  min-height: 120px;
}
.input:focus {
  color: #343c3f;
  border-color: #fff;
  outline: 0;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 11px 14px;
  font-weight: 400 !important;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-small {
  padding: 8px 14px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
}
a.btn-primary,
.btn-primary {
  color: #fff;
  background-color: #a8986d;
  border-color: #a8986d;
}
a.btn-primary:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #293133;
  border-color: #293133;
}
.btn-primary.active,
.btn-primary:active {
  color: #fff;
  background-color: #333;
  background-image: none;
  border-color: #333;
}
.btn-light,
a.btn-light {
  color: #343c3f !important;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.btn-light:hover,
a.btn-light:hover {
  color: #343c3f !important;
  background-color: #eee;
  border-color: #fff;
}
.btn-light.active,
.btn-light:active,
a.btn-light:active {
  color: #343c3f !important;
  background-color: #f9f9f9;
  border-color: #fff;
}
section,
header,
footer,
.section,
.table {
  position: relative;
  display: block;
}
section:after,
header:after,
footer:after,
.section:after,
.table:after {
  clear: both;
  content: "";
  display: table;
}
#map {
  height: 160px;
  opacity: 0.8;
}
#login {
  min-height: 100%;
  padding: 8% 10px 0 10px;
}
@media screen and (max-width: 640px) {
  #login {
    padding: 20px 10px;
  }
}
#login .logo {
  margin-top: 25px;
}
.logo {
  display: inline-block;
  margin: 0 auto;
}
.v-align-top {
  vertical-align: top;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-bottom {
  vertical-align: bottom;
}
.va-container,
.alpha {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-alpha {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-alpha-light {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-alpha-dark {
  background-color: rgba(90, 90, 90, 0.2);
}
.bg-alpha-grad-top {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.bg-alpha-grad-bottom {
  z-index: 1;
  background: -moz-linear-gradient(
    top,
    rgba(238, 238, 238, 0) 0%,
    #f9f9f9 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(238, 238, 238, 0) 0%,
    #f9f9f9 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(238, 238, 238, 0) 0%,
    #f9f9f9 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#f9f9f9',GradientType=0 );
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-black {
  background-color: #333;
}
.bg-dark {
  background-color: #343c3f;
}
.bg-grey {
  background-color: #404a4d;
}
.bg-white {
  background-color: #fff;
}
.bg-light {
  background-color: #dcdcdc;
}
.bg-lighter {
  background-color: #eee;
}
.bg-lightest {
  background-color: #f9f9f9;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-faded {
  opacity: 0.8;
}
.text-black {
  color: #333;
}
.space-1 {
  margin-bottom: 8px;
}
.space-2 {
  margin-bottom: 16px;
}
.space-3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .space-2-sm {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .space-2-md {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .space-1-xs {
    margin-bottom: 8px;
  }
}
.pd-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pd-md {
  padding-top: 35px;
  padding-bottom: 35px;
}
.pd-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pd-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pd-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pd-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.pd-h-md {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .pd-h-md {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .pd-h-md {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pd-h-lg {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .pd-h-lg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pd-bottom-none-sm {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hide-md {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .show-tablet {
    display: none;
  }
}
.text-contrast {
  color: #fff;
}
.text-contrast a:hover {
  color: #dcdcdc;
}
.meta {
  font-size: 11px;
  line-height: 16px;
  font-size: 0.6875rem;
  line-height: 1rem;
}
.alert {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert a {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning a {
  color: #66512c;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success a {
  color: #2d5f2e;
}
.hide {
  display: none;
}
.fade-in-page {
  -webkit-animation: fade-in ease-in-out 1s both;
  -moz-animation: fade-in ease-in-out 1s both;
  animation: fade-in ease-in-out 1s both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out-page {
  -webkit-animation: fade-out ease-in-out 1s both;
  -moz-animation: fade-out ease-in-out 1s both;
  animation: fade-out ease-in-out 1s both;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content p {
  margin-bottom: 15px;
}
.content p:last-child {
  margin-bottom: 0;
}
.content ul li {
  display: block;
  position: relative;
  padding: 6px 10px 6px 24px;
}
.content ol > li {
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.content ol {
  list-style-type: lower-alpha;
  padding: 0 30px 0 30px;
}
.content table {
  border: 1px solid #343c3f;
  background-color: #f9f9f9;
  border-radius: 3px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.content table tr td,
.content table tr th {
  padding: 8px;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.content table tr td:last-child,
.content table tr th:last-child {
  border-right: none;
}
.content table tr th {
  background-color: #404a4d;
  border-color: #343c3f;
  color: #fff;
  font-weight: bold;
}
.content table tr:last-child td {
  border-bottom: 0;
}
.content ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "•";
  font-size: 24px;
  color: #404a4d;
}
img.profile {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
img.img-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 20px 30px 20px 0;
}
.list-nav li {
  margin: 0 3px;
}
