@import url("font-awesome.min.css");

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");

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-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

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

body {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 80em;
}

@media screen and (max-width: 1680px) {
  .container { width: 80em; }
}

@media screen and (max-width: 1280px) {
  .container { width: 65em; }
}

@media screen and (max-width: 980px) {
  .container { width: 90%; }
}

@media screen and (max-width: 736px) {
  .container { width: 90% !important; }
}

@media screen and (max-width: 480px) {
  .container { width: 90% !important; }
}

.row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  box-sizing: border-box;
}

.row > * {
  float: left;
  box-sizing: border-box;
}

.row::after, .row::before {
  content: "";
  display: block;
  clear: both;
  height: 0px;
}

.row.uniform > * > :first-child {
  margin-top: 0px;
}

.row.uniform > * > :last-child {
  margin-bottom: 0px;
}

.row > * {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2em;
}

.row {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -1px;
  margin-left: -2em;
}

.row.uniform > * {
  padding-top: 2em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2em;
}

.row.uniform {
  margin-top: -2em;
  margin-right: 0px;
  margin-bottom: -1px;
  margin-left: -2em;
}

@media screen and (max-width: 1680px) {
  .row > * { padding: 0px 0px 0px 2em; }
  .row { margin: 0px 0px -1px -2em; }
  .row.uniform > * { padding: 2em 0px 0px 2em; }
  .row.uniform { margin: -2em 0px -1px -2em; }
}

@media screen and (max-width: 1280px) {
  .row > * { padding: 0px 0px 0px 1.5em; }
  .row { margin: 0px 0px -1px -1.5em; }
  .row.uniform > * { padding: 1.5em 0px 0px 1.5em; }
  .row.uniform { margin: -1.5em 0px -1px -1.5em; }
}

@media screen and (max-width: 980px) {
  .row > * { padding: 0px 0px 0px 1.5em; }
  .row { margin: 0px 0px -1px -1.5em; }
  .row.uniform > * { padding: 1.5em 0px 0px 1.5em; }
  .row.uniform { margin: -1.5em 0px -1px -1.5em; }
}

@media screen and (max-width: 736px) {
  .row > * { padding: 0px 0px 0px 1.25em; }
  .row { margin: 0px 0px -1px -1.25em; }
  .row.uniform > * { padding: 1.25em 0px 0px 1.25em; }
  .row.uniform { margin: -1.25em 0px -1px -1.25em; }
}

@media screen and (max-width: 480px) {
  .row > * { padding: 0px 0px 0px 1.25em; }
  .row { margin: 0px 0px -1px -1.25em; }
  .row.uniform > * { padding: 1.25em 0px 0px 1.25em; }
  .row.uniform { margin: -1.25em 0px -1px -1.25em; }
}

body {
}

@media screen and (max-width: 480px) {
  html, body { min-width: 320px; }
}

body {
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

body.is-loading *, body.is-loading *::before, body.is-loading *::after {
  animation: 0s ease 0s normal none 1 running none !important;
transition: none 0s ease 0s   !important;
}

body, input, select, textarea {
  color: #9a9a9a;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea { font-size: 12pt; }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea { font-size: 12pt; }
}

@media screen and (max-width: 980px) {
  body, input, select, textarea { font-size: 12pt; }
}

@media screen and (max-width: 736px) {
  body, input, select, textarea { font-size: 12pt; }
}

@media screen and (max-width: 480px) {
  body, input, select, textarea { font-size: 12pt; }
}

a {
  color: #6cc091;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong, b {
  color: #555555;
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h2 {
  font-size: 1.85em;
  font-weight: 300;
}

h3 {
  font-size: 1.75em;
}

@media screen and (max-width: 480px) {
  h3 { font-size: 1.25em; }
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #dbdbdb;
  font-style: italic;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 2em;
}

code {
  background-color: rgba(144, 144, 144, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin-top: 0px;
  margin-right: 0.25em;
  margin-bottom: 0px;
  margin-left: 0.25em;
  padding-top: 0.25em;
  padding-right: 0.65em;
  padding-bottom: 0.25em;
  padding-left: 0.65em;
}

pre {
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

pre code {
  display: block;
  line-height: 1.75;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  overflow-x: auto;
}

hr {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
  margin-top: 2em;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

hr.major {
  margin-top: 3em;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: 0px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.inner {
  max-width: 75em;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

@media screen and (max-width: 1280px) {
  .inner { max-width: 90%; }
}

@media screen and (max-width: 480px) {
  .inner { max-width: 90%; }
}

section.special, article.special {
  text-align: center;
}

section.special article, article.special article {
  text-align: left;
}

section.wrapper, article.wrapper {
  padding-top: 6em;
  padding-right: 0px;
  padding-bottom: 6em;
  padding-left: 0px;
}

section.wrapper header, article.wrapper header {
  margin-bottom: 4em;
}

section.wrapper header h2, article.wrapper header h2 {
  font-size: 2.75em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0.5em;
  margin-left: 0px;
}

section.wrapper header p, article.wrapper header p {
  font-size: 1em;
}

section.wrapper article header, article.wrapper article header {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 980px) {
  section.wrapper, article.wrapper { padding: 4em 0px; }
}

@media screen and (max-width: 736px) {
  section.wrapper, article.wrapper { padding: 3em 0px; }
  section.wrapper header, article.wrapper header { margin-bottom: 2em; }
  section.wrapper header h2, article.wrapper header h2 { font-size: 2em; }
  section.wrapper header p, article.wrapper header p { font-size: 0.9em; }
}

@media screen and (max-width: 480px) {
  section.wrapper article, article.wrapper article { text-align: center; }
}

header p {
  color: #bbbbbb;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
}

header h4 + p, header h5 + p, header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
}

.flex {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex.flex-2 {
  justify-content: space-between;
}

.flex.flex-2 article {
  width: 50%;
}

@media screen and (max-width: 980px) {
  .flex.flex-2 article { width: 100%; margin-bottom: 3em; }
  .flex.flex-2 article:last-child { margin-bottom: 0px; }
}

@media screen and (max-width: 480px) {
  .flex.flex-2 br { display: none; }
}

form {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

form .field {
  margin-bottom: 1.5em;
}

form .field.half {
  display: inline-block;
  width: 48%;
}

form .field.half.first {
  margin-right: 3%;
}

@media screen and (max-width: 980px) {
  form .field.half { display: block; width: 100%; }
  form .field.half.first { margin-right: 0px; }
}

label {
  color: #555555;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #1a598d;
  border-right-color: #1a598d;
  border-bottom-color: #8dcca9;
  border-left-color: #1a598d;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
  color: white;
  display: block;
  outline-width: 0px;
  outline-style: none;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid {
box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  border-top-color: #4bae77;
  border-right-color: #4bae77;
  border-bottom-color: #4bae77;
  border-left-color: #4bae77;
box-shadow: 0px 0px 0px 1px #4bae77;
}

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative;
}

.select-wrapper::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.select-wrapper::before {
  color: white;
  display: block;
  height: 2.75em;
  line-height: 2.75em;
  pointer-events: none;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 2.75em;
}

input[type="text"], input[type="password"], input[type="email"], select {
  height: 2.75em;
}

textarea {
  padding-top: 0.75em;
  padding-right: 1em;
  padding-bottom: 0.75em;
  padding-left: 1em;
}

input[type="checkbox"], input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  text-decoration: none;
  color: #9a9a9a;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
  background-color: rgba(144, 144, 144, 0.075);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-radius: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #8dcca9;
  border-right-color: #8dcca9;
  border-bottom-color: #8dcca9;
  border-left-color: #8dcca9;
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0px;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 1.65em;
}

input[type="checkbox"]:checked + label::before, input[type="radio"]:checked + label::before {
  background-color: #6cc091;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-color: #6cc091;
  border-right-color: #6cc091;
  border-bottom-color: #6cc091;
  border-left-color: #6cc091;
  color: white;
  content: "";
}

input[type="checkbox"]:focus + label::before, input[type="radio"]:focus + label::before {
  border-top-color: #6cc091;
  border-right-color: #6cc091;
  border-bottom-color: #6cc091;
  border-left-color: #6cc091;
box-shadow: 0px 0px 0px 1px #6cc091;
}

input[type="checkbox"] + label::before {
  border-radius: 0px;
}

input[type="radio"] + label::before {
  border-radius: 100%;
}

:-moz-placeholder {
  color: #c4e5d3 !important;
  opacity: 1;
}

*::-moz-placeholder {
  color: #c4e5d3 !important;
  opacity: 1;
}

.formerize-placeholder {
  color: #c4e5d3 !important;
  opacity: 1;
}

.box {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
  margin-bottom: 2em;
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
}

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
  margin-bottom: 0px;
}

.box.alt {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.box.person {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #8dcca9;
  border-right-color: #8dcca9;
  border-bottom-color: #8dcca9;
  border-left-color: #8dcca9;
  padding-top: 3em;
  padding-right: 1.5em;
  padding-bottom: 3em;
  padding-left: 1.5em;
}

.box.person h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.box.person .image {
  margin-bottom: 1em;
}

.box.person .image img {
  max-width: 100%;
}

.icon {
  text-decoration: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  position: relative;
}

.icon::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.icon > .label {
  display: none;
}

.image {
  border-radius: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 0px;
  display: block;
}

.image.left, .image.right {
  max-width: 40%;
}

.image.left img, .image.right img {
  width: 100%;
}

.image.round img {
  border-radius: 100%;
}

.image.left {
  float: left;
  padding-top: 0px;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 0px;
  top: 0.25em;
}

.image.right {
  float: right;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 1em;
  padding-left: 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  width: 100%;
}

.image.fit img {
  width: 100%;
}

.image.main {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3em;
  margin-left: 0px;
  width: 100%;
}

.image.main img {
  width: 100%;
}

ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.alt li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dbdbdb;
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 0px;
}

ul.alt li:first-child {
  border-top-width: 0px;
  border-top-style: none;
  padding-top: 0px;
}

ul.alt.dark li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.25);
}

ul.icons {
  cursor: default;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.icons li {
  display: inline-block;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.icons li:last-child {
  padding-right: 0px;
}

ul.icons li .icon::before {
  font-size: 2em;
}

ul.actions {
  cursor: default;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding-left: 0px;
}

ul.actions li {
  display: inline-block;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0px;
}

ul.actions.small li {
  padding-top: 0px;
  padding-right: 0.5em;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical li {
  display: block;
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical li:first-child {
  padding-top: 0px;
}

ul.actions.vertical li > * {
  margin-bottom: 0px;
}

ul.actions.vertical.small li {
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0px;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0px;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0.5em;
}

@media screen and (max-width: 480px) {
  ul.actions { margin: 0px 0px 2em; }
  ul.actions li { padding: 1em 0px 0px; display: block; text-align: center; width: 100%; }
  ul.actions li:first-child { padding-top: 0px; }
  ul.actions li > * { width: 100%; margin: 0px !important; }
  ul.actions li > .icon::before { margin-left: -2em; }
  ul.actions.small li { padding: 0.5em 0px 0px; }
  ul.actions.small li:first-child { padding-top: 0px; }
}

dl {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
}

dl dt {
  display: block;
  font-weight: 600;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}

dl dd {
  margin-left: 2em;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  width: 100%;
}

table tbody tr {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

table th {
  color: #555555;
  font-size: 0.9em;
  font-weight: 600;
  padding-top: 0px;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
  text-align: left;
}

table thead {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #dbdbdb;
}

table tfoot {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #dbdbdb;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
  border-left-color: #dbdbdb;
  -moz-border-top-colors: none;
  border-top-colors: none;
  -moz-border-right-colors: none;
  border-right-colors: none;
  -moz-border-bottom-colors: none;
  border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-left-colors: none;
  border-image: none;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom-width: 0px;
  border-bottom-style: none;
}

table.alt tfoot {
  border-top-width: 0px;
  border-top-style: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  background-color: transparent;
box-shadow: 0px 0px 0px 3px #6cc091 inset;
  color: #6cc091 !important;
  border-radius: 30px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
  height: 3.75em;
  line-height: 3.85em;
  letter-spacing: 2px;
  padding-top: 0px;
  padding-right: 4em;
  padding-bottom: 0px;
  padding-left: 4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
  background-color: rgba(108, 192, 145, 0.15);
}

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
  background-color: rgba(108, 192, 145, 0.15);
}

input.icon[type="submit"], input.icon[type="reset"], input.icon[type="button"], button.icon, .button.icon {
  padding-left: 1.35em;
}

input.icon[type="submit"]::before, input.icon[type="reset"]::before, input.icon[type="button"]::before, button.icon::before, .button.icon::before {
  margin-right: 0.5em;
}

input.fit[type="submit"], input.fit[type="reset"], input.fit[type="button"], button.fit, .button.fit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  width: 100%;
}

input.small[type="submit"], input.small[type="reset"], input.small[type="button"], button.small, .button.small {
  font-size: 0.8em;
}

input.big[type="submit"], input.big[type="reset"], input.big[type="button"], button.big, .button.big {
  font-size: 1.35em;
}

input.alt[type="submit"], input.alt[type="reset"], input.alt[type="button"], button.alt, .button.alt {
  background-color: transparent;
box-shadow: 0px 0px 0px 3px white inset;
  color: white !important;
}

input.alt[type="submit"]:hover, input.alt[type="reset"]:hover, input.alt[type="button"]:hover, button.alt:hover, .button.alt:hover {
  background-color: #7ec89e;
}

input.alt[type="submit"]:active, input.alt[type="reset"]:active, input.alt[type="button"]:active, button.alt:active, .button.alt:active {
  background-color: #7ec89e;
}

input.alt.icon[type="submit"]::before, input.alt.icon[type="reset"]::before, input.alt.icon[type="button"]::before, button.alt.icon::before, .button.alt.icon::before {
  color: #bbbbbb;
}

input.special[type="submit"], input.special[type="reset"], input.special[type="button"], button.special, .button.special {
  background-color: #6cc091;
  color: white !important;
}

input.special[type="submit"]:hover, input.special[type="reset"]:hover, input.special[type="button"]:hover, button.special:hover, .button.special:hover {
  background-color: #7ec89e;
}

input.special[type="submit"]:active, input.special[type="reset"]:active, input.special[type="button"]:active, button.special:active, .button.special:active {
  background-color: #5ab884;
}

input.disabled[type="submit"], input[type="submit"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="button"], input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
  background-color: #9a9a9a !important;
box-shadow: 0px -0.15em 0px 0px rgba(0, 0, 0, 0.15) inset;
  color: white !important;
  cursor: default;
  opacity: 0.25;
}

@media screen and (max-width: 480px) {
  input[type="submit"], input[type="reset"], input[type="button"], button, .button { padding: 0px; width: 100%; }
}

.subpage {
  padding-top: 44px;
}

.subpage #header {
  background-color: #6cc091;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  top: 0px;
  height: 44px;
  line-height: 44px;
  position: fixed;
}

#header {
  color: white;
  cursor: default;
  height: 3.25em;
  left: 0px;
  line-height: 3.25em;
  position: absolute;
  text-align: right;
  top: 2em;
  width: 100%;
  z-index: 10001;
}

#header .inner {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
}

#header .logo {
  color: white;
  display: inline-block;
  font-weight: 400;
  left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  position: absolute;
  top: 0px;
  font-size: 1em;
}

#header .logo strong {
  color: white;
  font-weight: 600;
}

#header a {
transition: color 0.2s ease-in-out 0s;
  display: inline-block;
  padding-top: 0px;
  padding-right: 0.75em;
  padding-bottom: 0px;
  padding-left: 0.75em;
  text-decoration: none;
  font-size: 1em;
}

#header a:hover {
  color: white;
}

#header a:last-child {
  padding-right: 0px;
}

#header a.navPanelToggle {
  display: none;
  text-decoration: none;
  height: 4em;
  width: 4em;
  z-index: 10003;
}

#header a.navPanelToggle .fa {
  font-size: 1.25em;
}

@media screen and (max-width: 980px) {
  #header a.navPanelToggle { display: inline-block; }
}

@media screen and (max-width: 736px) {
  #header a { padding: 0px 0.5em; }
}

@media screen and (max-width: 980px) {
  #header { top: 1em; }
}

@media screen and (max-width: 736px) {
  #header { top: 0.5em; }
}

@media screen and (max-width: 480px) {
  #header { font-size: 0.9em; }
}

@media screen and (max-width: 980px) {
  #nav { display: none; }
}

#navPanel {
  transform: translateX(20em);
transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: #6cc091;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: #daefe3;
  height: 100%;
  max-width: 80%;
  width: 20em;
  padding-top: 0.5em;
  padding-right: 1.25em;
  padding-bottom: 0.5em;
  padding-left: 1.25em;
  z-index: 10010;
}

#navPanel.visible {
  transform: translateX(0px);
box-shadow: 0px 0px 1.5em 0px rgba(0, 0, 0, 0.2);
  visibility: visible;
}

#navPanel a:not(.close) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #8dcca9;
  color: #daefe3;
  display: block;
  padding-top: 0.75em;
  padding-right: 0px;
  padding-bottom: 0.75em;
  padding-left: 0px;
  text-decoration: none;
  font-weight: 400;
}

#navPanel a:first-child:not(.close) {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#navPanel .close {
  text-decoration: none;
transition: color 0.2s ease-in-out 0s;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #daefe3;
  cursor: pointer;
  display: block;
  height: 4em;
  padding-right: 1.25em;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  vertical-align: middle;
  width: 5em;
}

#navPanel .close::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  content: "";
  width: 3em;
  height: 3em;
  line-height: 3em;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}

#navPanel .close:hover {
}

#banner {
  padding-top: 8em;
  padding-right: 0px;
  padding-bottom: 9em;
  padding-left: 0px;
  background-image: url("../../images/banner.jpg");
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

#banner::before {
  content: "";
  background-color: rgba(75, 75, 93, 0.85);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#banner .inner {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 10005;
  padding-top: 8em;
}

#banner h1 {
  font-size: 3.5em;
  font-weight: 400;
  color: white;
  line-height: 1em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#banner h3 {
  font-weight: 400;
  color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 1.5em;
}

#banner .icon {
  color: #6cc091;
  font-size: 2em;
}

#banner p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.75em;
}

#banner .flex {
  justify-content: center;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 4em;
  margin-left: auto;
}

#banner .flex div {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.2);
  padding-top: 0px;
  padding-right: 8em;
  padding-bottom: 0px;
  padding-left: 8em;
}

#banner .flex div:last-child {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-right: 0px;
}

#banner .flex div:first-child {
  padding-left: 0px;
}

#banner .flex div p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #banner { background-attachment: scroll; }
}

@media screen and (max-width: 1680px) {
  #banner .flex div { padding: 0px 6em; }
}

@media screen and (max-width: 1280px) {
  #banner { padding: 7em 0px 6em; }
  #banner .inner { padding-top: 6em; }
  #banner h1 { font-size: 3em; }
  #banner h3 { font-size: 1.25em; }
  #banner .flex div { padding: 0px 3em; }
}

@media screen and (max-width: 980px) {
  #banner { background-attachment: scroll; padding: 5em 0px 4em; }
  #banner .inner { padding-top: 4em; }
  #banner h1 { font-size: 2.5em; }
  #banner h3 { font-size: 1.25em; }
  #banner .flex div { font-size: 0.85em; padding: 0px 1.5em; }
}

@media screen and (max-width: 736px) {
  #banner { padding: 4em 0px 3em; }
  #banner .inner { padding-top: 3em; }
  #banner h1 { font-size: 2em; }
  #banner h3 { font-size: 1.25em; }
  #banner .flex { flex-direction: column; margin: 0px auto 2em; }
  #banner .flex div { font-size: 0.85em; padding: 0px; border: medium none; margin-bottom: 1em; }
}

@media screen and (max-width: 480px) {
  #banner h1 { font-size: 1.5em; }
}

#footer {
  padding-top: 6em;
  padding-right: 0px;
  padding-bottom: 6em;
  padding-left: 0px;
  background-color: #6cc091;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  text-align: center;
}

#footer h3 {
  color: white;
  margin-bottom: 2em !important;
}

#footer label {
  text-align: left;
  color: white;
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#footer .copyright a:hover {
  color: white;
}

@media screen and (max-width: 980px) {
  #footer { padding: 4em 0px; }
}

@media screen and (max-width: 736px) {
  #footer { padding: 3em 0px; }
}

#message {
  border-bottom-color: #1a598d;
  font-size: 12pt;
}

#name {
  border-bottom-color: #1a598d;
}

#email {
  border-bottom-color: #1a598d;
}

#boubou38 {
  color: #1a598d !important;
}

