@import url('//fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:400italic,400,600|Muli:300');

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}

.u-hide {
  display: none;
}
.u-bold {
  font-weight: bold;
}
.u-required {
  color: #d9534f;
}
.u-mb-10 {
  margin-bottom: 10px;
}
html.site {
  -webkit-font-smoothing: antialiased;
}
body.site {
  background-color: #fff;
  color: #666;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}
.site .boxed {
  background-color: #fff;
}
.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 120%;
  color: #0099da;
  margin: 10px 0 17px;
}
.site h1 {
  font-size: 2.3em;
}
.site h2 {
  font-size: 2em;
}
.site h3 {
  font-size: 1.7em;
}
.site h4 {
  font-size: 1.4em;
}
.site h5 {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}
.site h6 {
  font-size: 1em;
  font-weight: 400;
}
.site a {
  color: #0099da;
  text-decoration: none;
}
.site .strong {
  font-weight: 400;
}
.site a:hover {
  color: #000;
}
.site a.button {
  text-decoration: none;
}
.site input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.site :focus {
  outline: none !important;
}
.site ::-moz-focus-inner {
  border: 0 !important;
}
.site iframe {
  border: 0;
}
.site p.small {
  font-size: 0.9em;
}
.site .margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.site dt {
  color: #0099da;
}
.site dt,
.site dd {
  margin: 2px 0;
}
.site .small-font {
  font-size: 0.9em;
}
.site .primary-color {
  color: #0099da;
}
.site .alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.site .alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.site .aligncenter {
  display: block;
  margin: 0 auto;
}
.site .imageborder {
  padding: 5px;
  border: solid 1px #ddd;
}
.site img + p {
  margin-top: 20px;
}
.site img.alignleft + p,
.site img.alignright + p {
  margin-top: 0;
}
.site .p-lg {
  font-size: 1.1em;
  line-height: 180%;
}
.site .margin-bottom {
  margin-bottom: 40px;
}
.site .margin-top {
  margin-top: 40px;
}
.site .margin-top-80 {
  margin-top: 80px;
}
.site hr {
  display: block;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}
.site hr.color {
  border-color: #0099da !important;
}
.site hr.dotted {
  border-style: dotted !important;
}
.site hr.dashed {
  border-style: dashed !important;
}
.site hr.double {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
}
.site .list-line {
  list-style-type: none;
  padding: 0;
}
.site .list-line li {
  border-bottom: solid 1px #eee;
}
.site .list-line li:first-child {
  border-top: solid 1px #eee;
}
.site .list-line li a {
  color: #333;
  text-decoration: none;
  padding: 7px;
  display: block;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.site .list-line li a:hover {
  background-color: #f5f5f5;
  color: #0099da;
}
.site .main-header {
  background-color: #0099da;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
  position: relative;
}
.site .main-header.main-header-inverse {
  background-color: #f5f5f5;
  color: #000;
  border-bottom: solid 1px #ddd;
}
.site .main-header.main-header-inverse .page-title,
.site .main-header.main-header-inverse .breadcrumb a,
.site .main-header.main-header-inverse .breadcrumb {
  color: #000;
}
.site .main-header.main-header-inverse .breadcrumb li {
  color: #0099da;
}
.site .main-header.main-header-inverse .breadcrumb a:hover {
  border-bottom: solid 1px #000;
}
.site .main-header.main-header-inverse .breadcrumb > li + li:before {
  color: #666;
}
.site .main-header .page-title {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2em;
  display: inline-block;
  padding-top: 5px;
}
.site .table-striped-primary > tbody > tr:nth-child(odd) > td,
.site .table-striped-primary > tbody > tr:nth-child(odd) > th {
  background-color: #0099da;
  color: #fff;
}
.site .popover {
  border-radius: 0;
}
.site .panel-border {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 10px;
}
.site .panel-border .panel-body {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.site .sidebar .panel-body {
  color: #444;
}
.site .sidebar .panel-body h4 {
  font-weight: 500;
}
.site .page-header {
  color: #000;
  border-bottom: solid 1px #0099da;
  margin-bottom: 30px;
  margin-top: 10px;
}

.site .card,
.site .card .card-footer {
  background-color: #f7f7f7;
}
.site .card-default {
  border-color: #e5e5e5;
}
.site .card-default .card-header {
  border-color: #e5e5e5;
}
.site .card-primary {
  border-color: #0099da;
}
.site .card-primary .card-header,
.site .card-primary .card-footer {
  background-color: #0099da;
  color: #fff;
}
.site .card-header {
  border-radius: 0;
  font-family: Lato, Open Sans, sans-serif;
}
.site .card-header a {
  font-weight: 500 !important;
}
.site .card-header i {
  margin-right: 5px;
  font-size: 1.1em;
}
.site .card-title {
  padding: 7px;
}
.site .card-primary .card-header a {
  color: #fff;
}
.site .card-primary .card-heading a:hover {
  background-color: none;
}
.site .card-primary .card-header a,
.site .card-primary .card-footer a {
  color: #fff;
}
.site .card .card-primary .card-header a:hover {
  background-color: transparent !important;
}
.site .card-default .card-header,
.site .card-default .card-footer {
  background-color: #f3f3f3;
  color: #333;
}

.site .main-header .container {
  position: relative;
}
.inline-flex {
  display: inline-flex;
}
@media (max-width: 500px) {
  .site .main-header .breadcrumb {
    display: none !important;
  }
}
.site .main-header .breadcrumb {
  margin: 0;
  display: inline-block;
  background: none;
  color: #fff;
  font-size: 1.1em;
  position: absolute;
  top: 0;
  right: 10px;
}
.site .main-header .breadcrumb li {
  color: #eee;
}
.site .main-header .breadcrumb li.current_item {
  color: #eee;
}
.site .main-header .breadcrumb a {
  color: #fff;
}
.site .main-header .breadcrumb a:hover {
  text-decoration: none;
  border-bottom: solid 1px #fff;
}
.site .breadcrumb > li + li:before {
  padding: 0 6px 0 5px;
  content: '\00bb';
}
.site .main-header .breadcrumb > li + li:before {
  color: #fff;
}

.site .navbar {
  padding: 0;
}

.site .navbar-default {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #ececec, #f4f4f4);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f4f4f4));
  background-image: linear-gradient(to top, #ececec, #f4f4f4);
  margin-bottom: 0;
  border-bottom: 0;
}
.site .navbar-default .navbar-brand {
  font-size: 28px;
  font-weight: 300;
  text-transform: lowercase;
  font-family: Muli, sans-serif;
  word-spacing: -6px;
  -webkit-text-stroke: 0.01em;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
  color: #000;
}
@media (min-width: 360px) and (max-width: 768px) {
  .site .navbar-default .navbar-brand {
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .site .navbar-default .navbar-brand {
    background: none;
    padding-left: 0;
  }
}
.site .navbar-default .navbar-brand span {
  color: #0099da;
}
.site .dropdown-menu li a {
  position: relative;
}
.site .dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 8px;
}
.site .dropdown-menu li a:hover .label {
  background-color: #fff;
  color: #0099da;
}
@media (min-width: 767px) {
  .site .navbar-collapse {
    padding: 0;
  }
  .site .navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
  }
  .site .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 30px;
  }
  .site .navbar-default .navbar-nav > li > a:hover,
  .site .navbar-default .navbar-nav > li > a:active,
  .site .navbar-default .navbar-nav > li > a:focus,
  .site .navbar-default .navbar-nav > .active > a:hover,
  .site .navbar-default .navbar-nav > .active > a {
    background-color: #0099da;
    background-image: -webkit-linear-gradient(bottom, #0087c1, #0099da);
    background-image: -o-linear-gradient(bottom, #0087c1, #0099da);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0087c1), to(#0099da));
    background-image: linear-gradient(to top, #0087c1, #0099da);
    color: #fff;
  }
  .site .navbar-default .navbar-nav > .open > a,
  .site .navbar-default .navbar-nav > .open > a:hover,
  .site .navbar-default .navbar-nav > .open > a:focus {
    background-color: #0099da;
    background-image: -webkit-linear-gradient(bottom, #0087c1, #0099da);
    background-image: -o-linear-gradient(bottom, #0087c1, #0099da);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0087c1), to(#0099da));
    background-image: linear-gradient(to top, #0087c1, #0099da);
    color: #fff;
  }
  .site .dropdown-menu {
    padding: 0;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: 0 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
  }
  .site .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
  }
  .site .dropdown-menu .active > a,
  .site .dropdown-menu li > a:hover,
  .site .dropdown-menu li > a:focus,
  .site .dropdown-menu li > a:active {
    background-color: #0099da;
    background-image: -webkit-linear-gradient(bottom, #0087c1, #0099da);
    background-image: -o-linear-gradient(bottom, #0087c1, #0099da);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0087c1), to(#0099da));
    background-image: linear-gradient(to top, #0087c1, #0099da);
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .site .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 25px;
  }
  .site .dropdown > a:after {
    right: 10px;
  }
  .site .navbar-default .navbar-brand {
    font-size: 1.9em;
    word-spacing: -5px;
    -webkit-text-stroke: 0.007em;
    background-image: none;
    padding-left: 5px;
  }
}
.site .navbar-header .navbar-toggle {
  margin: 0;
  padding: 8px 12px 4px;
  background-color: #555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4d4d4d), to(#666));
  background-image: linear-gradient(to top, #4d4d4d, #666);
  border: none;
  border-radius: 0;
  color: #fff;
  position: absolute;
  left: 0;
  height: 50px;
}
.site .navbar-header .navbar-toggle:hover,
.site .navbar-header .navbar-toggle:focus {
  background-color: #0087c1;
}
.site .navbar-header .navbar-toggle i {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 1.5em;
}
.site .sb-icon-navbar i {
  background-color: #555;
  background-image: -webkit-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -o-linear-gradient(bottom, #4d4d4d, #666);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4d4d4d), to(#666));
  background-image: linear-gradient(to top, #4d4d4d, #666);
  color: #fff;
  padding: 11px;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 15px 14px 14px;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 842px) {
  .site .navbar-right {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .site .sb-icon-navbar i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .site .navbar-default .navbar-brand {
    font-size: 1.2em;
    word-spacing: -4px;
    margin-left: 60px;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.site #footer-widgets {
  background-color: #444;
  color: #eee;
  padding: 5px 0 20px;
  border-top: solid 1px #ccc;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.site .footer-widget-title {
  font-family: Lato, sans-serif;
  font-size: 1.6em;
  color: #0eb7ff;
}
.site #footer-widgets a {
  color: #eee;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.site #footer-widgets a:hover {
  color: #0eb7ff;
}
.site #footer {
  background-color: #333;
  color: #ccc;
  padding: 17px 0 10px;
  border-top: solid 1px #555;
}
.site #footer a {
  color: #0099da;
  text-decoration: none;
}
.site #footer a:hover {
  color: #0099da;
}
.site #footer p {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.2em;
}
.site .footer-widget .media {
  margin-bottom: 10px;
}
.site .footer-widget .media .media-heading {
  font-size: 1.1em;
  line-height: 1.3em;
}
.site .footer-widget small {
  color: #ccc;
  font-style: oblique;
}
.site .footer-widget .thumbnail {
  border-color: #666;
  background-color: rgba(0, 0, 0, 0.2);
}
.site .three_cols {
  overflow: hidden;
}
.site .three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}

.site input.input-lg[type='text'] {
  height: 40px !important;
}
.site .padding-20 {
  padding: 20px 0;
}
.site .padding-40 {
  padding: 40px 0;
}
.site .margin-10 {
  margin: 10px 0 !important;
}
.site .no-margin {
  margin: 0 !important;
}
.site .no-padding {
  padding: 0 !important;
}
.site .no-margin-bottom {
  margin-bottom: 0 !important;
}
.site .no-margin-top {
  margin-top: 0 !important;
}
.site .no-margin-left {
  margin-left: 0 !important;
}
.site .no-margin-right {
  margin-right: 0 !important;
}
.site .lateral-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.site .block {
  margin-bottom: 40px;
}
.site .block .nav > li > a > i {
  font-size: 1.3em;
}
.site .block ul {
  padding: 0;
}
.site .block ul.simple li {
  list-style-type: none;
  margin: 3px 0;
}
.site .block ul.simple li a {
  border-left: solid 2px #0099da;
  padding-left: 20px;
}
.site .block ul.simple li a:hover {
  border-color: #000;
}
.site .block ul.simple li ul {
  padding-left: 20px;
}
.site .post-sidebar {
  padding: 0;
}
.site .post-sidebar li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.site .post-sidebar img {
  float: left;
  padding: 5px;
  border: solid 1px #ccd;
  background-color: #ddd;
  margin-right: 10px;
}
.site .post-sidebar h4 {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-size: 1.1em;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}
.site .post-sidebar .date {
  margin-top: 10px;
  color: #666;
  display: block;
}
.site #header-full {
  background-image: url('img/back.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}
.site .wrap-primary {
  background-color: #0099da;
  background-color: rgba(0, 64, 90, 0.7);
  padding: 40px 0;
}
.site #header-full .secondary-color {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  color: #cdff76;
  font-weight: 300;
}
.site #header-full .lead {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-weight: 300;
  font-size: 1.6em;
  max-width: 700px;
  margin: 0 auto;
}
.site .header-full-icons {
  margin-top: 80px;
}
.site .header-full-icons {
  margin-top: 80px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.site .header-full-icons .icon-ar {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.site .header-full-icons .icon-ar:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site #header-full h1,
.site #header-full h2,
.site #header-full h3,
.site #header-full h4,
.site #header-full h6 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-family: Muli, Lato, sans-serif;
}
.site .head-title {
  font-size: 5em;
  font-weight: 300;
  text-align: center;
  color: #fff !important;
}
@media (min-height: 900px) {
  .site .wrap-primary {
    padding: 20px 0;
  }
  .site .header-full-icons {
    margin-top: 40px;
  }
}
@media (min-height: 990px) {
  .site .wrap-primary {
    padding: 80px 0 40px;
  }
}
@media (max-height: 900px) {
  .site .wrap-primary {
    padding: 0;
  }
  .site .header-full-icons {
    margin-top: 40px;
  }
  .site .head-title {
    font-size: 3em;
  }
  .site .head-subtitle {
    font-size: 2em;
  }
  .site .header-full-icons .icon-ar.icon-ar-xl-lg {
    width: 60px;
    height: 60px;
    font-size: 32px;
    line-height: 1.8;
  }
}
@media (max-height: 768px) {
  .site .head-full-logo {
    display: none;
  }
}
@media (max-width: 991px) {
  .site .wrap-primary {
    padding: 20px 0;
  }
  .site .header-full-icons {
    margin-top: 40px;
  }
  .site .head-title {
    font-size: 3em;
    font-weight: 300;
    text-align: center;
    color: #fff !important;
  }
  .site .head-subtitle {
    font-size: 2em;
  }
}
.site .error-404 {
  max-width: 500px;
}
.site .error-404 h1 {
  font-size: 6em;
  text-transform: uppercase;
  font-family: Open Sans;
}
.site .error-404 h2 {
  font-size: 3em;
  text-transform: uppercase;
}
@media (min-height: 1019px) {
  .site .error-404 {
    margin: 48px auto 49px;
  }
}
.site .paper-back {
  background-image: url('img/back.png');
  background-repeat: repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.site .title-logo {
  background-image: url('img/colors/blue/logo50.png');
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 2.3em;
  font-weight: 300;
  font-family: Muli, Lato, sans-serif;
  color: #000;
  padding-top: 70px;
  margin-bottom: 20px;
  text-align: center;
}
.site .title-logo span {
  color: #0099da;
}
.site .transparent-div {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 2px #fff;
  border: solid 1px #c3c3c3;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  color: #7e8488;
}
.site .transparent-div h1,
.site .transparent-div h2,
.site .transparent-div h3 {
  color: #7e8488;
}
.site .transparent-div h1 {
  font-size: 3.5em;
}
.site .transparent-div p {
  font-size: 1.2em;
  font-family: Lato, sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.site .transparent-div .btn-ar.btn-primary {
  border: solid 1px #00638e;
  background-image: -webkit-linear-gradient(top, #0099da, #0080b6);
  background-image: -o-linear-gradient(top, #0099da, #0080b6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0099da), to(#0080b6));
  background-image: linear-gradient(to bottom, #0099da, #0080b6);
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.site .absolute-center {
  height: 700px;
}
@media (min-width: 500px) {
  .site .absolute-center {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.site #back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.site #back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.site #back-top a i {
  font-size: 2em;
}
@media (max-width: 767px) {
  .site #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .site #back-top a i {
    font-size: 1.6em;
  }
}
.site .header-full {
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: -o-linear-gradient(bottom, #f0f0f0, #f4f4f4);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#f4f4f4));
  background-image: linear-gradient(to top, #f0f0f0, #f4f4f4);
}
.site .header-full-title {
  float: left;
  overflow: hidden;
  padding-left: 0;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 90%;
}
.site .header-full-title h1 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: Muli;
  color: #000;
  font-size: 32px;
  padding-right: 5px;
  float: left;
}
/* .site .layout-fr .header-full-title h1,
.site .claim-layout-fr .header-full-title h1,
.site .account-layout-fr .header-full-title h1 {
  font-size: 22px;
} */
.site .header-full-title h1 a {
  color: #000;
  text-decoration: none;
}
.site .header-full-title h1 span,
.site .header-full-title h1 span a {
  color: #0099da;
}
.site .header-full-title p {
  margin-bottom: 15px;
  font-size: 1.2em;
  text-align: center;
}
.site .top-nav {
  float: right;
  position: relative;
}
.site .navbar-header-full {
  background-color: #f0f0f0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: solid 1px #ddd;
}
.site .navbar-header-full.navbar-inverse {
  border-top: solid 1px #0099da;
}
.site .navbar-header-full.navbar-dark {
  border-top: solid 1px #444;
}
.site .navbar-default.navbar-inverse + .main-header {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.site .navbar-default.navbar-inverse + .main-header .page-title,
.site .navbar-default.navbar-inverse + .main-header a {
  color: #333;
  border-color: #333;
}
.site .navbar-default.navbar-inverse + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.site .navbar-default.navbar-inverse + .main-header li.active,
.site .navbar-default.navbar-inverse + .main-header li.current_item {
  color: #000;
  border-color: #000;
}
.site .header-full-dark {
  background-image: none;
  background-color: #444;
  color: #fff;
}
.site .header-full-dark .header-full-title h1 a {
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: Muli;
  word-spacing: -7px;
  color: #fff;
  font-size: 32px;
}
.site .navbar-header-full .sb-icon-navbar i {
  height: 51px;
  margin-top: -1px;
}
.site .navbar-inverse .sb-icon-navbar i {
  background-color: #444;
  background-image: none;
}
.site .header-full + .navbar-inverse {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site .navbar-dark {
  background-color: #444;
  background-image: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.site .navbar-dark a {
  background-image: none;
}
.site .navbar-default.navbar-dark .navbar-nav > li > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .active > a {
  background-image: none;
  color: #fff;
}
.site .navbar-default.navbar-dark .navbar-nav > li > a,
.site .navbar-default.navbar-dark .navbar-nav > li > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > li > a:focus,
.site .navbar-default.navbar-dark .navbar-nav > .active > a,
.site .navbar-default.navbar-dark .navbar-nav > .active > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .active > a:focus {
  color: #fff;
}
.site .navbar-default.navbar-dark .navbar-nav > .open > a,
.site .navbar-default.navbar-dark .navbar-nav > .open > a:hover,
.site .navbar-default.navbar-dark .navbar-nav > .open > a:focus {
  background-color: #0099da;
  background-image: none;
  color: #fff;
}
.site .navbar-default.navbar-dark .navbar-brand {
  color: #eee;
}
.site .navbar-default.navbar-dark + .main-header {
  background-color: #f1f1f1;
  border-bottom: solid 1px #ddd;
  color: #333;
}
.site .navbar-default.navbar-dark + .main-header .page-title,
.site .navbar-default.navbar-dark + .main-header a {
  color: #333;
  border-color: #333;
}
.site .navbar-default.navbar-dark + .main-header .breadcrumb > li + li:before {
  color: #888;
}
.site .navbar-default.navbar-dark + .main-header li.active,
.site .navbar-default.navbar-dark + .main-header li.current_item {
  color: #000;
  border-color: #000;
}
.site .navbar-dark .sb-icon-navbar i {
  background-color: #0099da;
  background-image: none;
}
.site .navbar-dark .navbar-header .navbar-toggle {
  background-color: #0099da;
  background-image: none;
}
.site .navbar-header .navbar-toggle:hover,
.site .navbar-header .navbar-toggle:focus {
  background-color: #0087c1;
}
@media (max-width: 767px) {
  .site .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site .navbar-dark .navbar-collapse {
    border-color: #555;
  }
}
.site .language-toggle {
  margin-top: 30px;
  list-style: none;
}
/* .site .layout-fr .language-toggle,
.site .claim-layout-fr .language-toggle,
.site .account-layout-fr .language-toggle {
  margin-top: 20px;
} */
.site .content {
  margin-top: 30px;
}
.site #claim-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.site .navbar-default .navbar-link {
  color: #fff;
}
.site .navbar-default .navbar-link:hover {
  color: #fff;
  text-decoration: none;
}
.site .navbar-default .navbar-nav > .active > a,
.site .navbar-default .navbar-nav > .active > a:hover,
.site .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0099da;
}
.site .intro-grid h1 {
  margin-bottom: 10px;
}
.site .intro-grid h2 {
  padding-top: 10px;
  font-weight: 700;
  font-size: 1.3em;
}
.site .intro-grid thead th {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.site .intro-grid thead th.head-col1 {
  background-color: #0099da;
  width: 40%;
}
.site .intro-grid thead th.head-col2 {
  background-color: #0099da;
  border-left: 1px solid #fff;
  width: 40%;
}
.site .intro-grid tbody th.col1,
.site .intro-grid tbody td.col1 {
  background-color: #dff0d8;
}
.site .intro-grid tbody th.col2,
.site .intro-grid tbody td.col2 {
  background-color: #fcf8e3;
}
.site .intro-grid tbody tr th {
  padding-top: 18px;
  color: #0099da;
  text-align: center;
}
.site .intro-grid tbody tr th i {
  font-size: 20px;
}
.site .intro-grid tbody ol ul {
  padding-left: 15px;
}
.site .intro-grid .box {
  padding: 10px;
}
.site .intro-grid .box ol {
  padding-left: 20px;
}
.site .intro-grid .box ul {
  padding-left: 20px;
  margin-top: 10px;
}
.site .qe-faq-toggle .qe-toggle-title i {
  color: #0099da;
}
.site .qe-faq-toggle.active .qe-toggle-title,
.site .qe-faq-toggle .qe-toggle-title:hover {
  background-color: #0099da;
  color: #fff;
}
.site .qe-faq-toggle.active .qe-toggle-title i,
.site .qe-faq-toggle .qe-toggle-title:hover i {
  color: #fff;
}
.site .home .page-header {
  display: none;
}
.site #menu-main-menu .menu-claim a,
.site #menu-main-menu .menu-reclamation a {
  color: #f0ad4e;
  font-weight: 700;
}
.site #menu-main-menu .menu-claim a:hover,
.site #menu-main-menu .menu-reclamation a:hover {
  color: #fff;
}
.site #menu-main-menu .menu-claim i,
.site #menu-main-menu .menu-reclamation i {
  margin-right: 2px;
}
.site #menu-main-menu .menu-claim.active a {
  color: #fff;
}
.site .maintenance {
  padding: 10px;
  font-weight: bold;
}

.site .faq {
  margin-bottom: 2px;
  transition: all 0.5s;
  color: #666;
}
.site .faq .faq-title {
  background-color: #fafafa;
  border: 1px solid #ddd;
  font-weight: bold;
}
.site .faq .faq-title a {
  padding: 1em;
  display: block;
}
.site .faq .faq-title a:hover {
  color: #fff;
}
.site .faq .faq-title i {
  color: #0099da;
}
.site .faq .faq-title i.fa {
  margin-right: 0.5em;
}
.site .faq .faq-content {
  padding: 1.5em 1.5em 0.3em;
  margin: 0;
  border: 1px solid #ddd;
}
.site .faq.active .faq-title,
.site .faq .faq-title:hover {
  background-color: #0099da;
  color: #fff;
}
.site .faq.active .faq-title i,
.site .faq .faq-title:hover i {
  color: #fff;
}
.site .page-home .page-title,
.site .page-accueil .page-title {
  display: none;
}
.site .page-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.site .page-block p {
  margin-top: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #0099da;
  border-color: #0099da;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0099da;
  border-color: #0099da;
  opacity: 0.9;
}

.btn-outline-primary {
  color: #0099da;
  background-color: #fff;
  border-color: #0099da;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #0099da !important;
  border-color: #0099da !important;
}

.text-orange {
  color: #c5581b;
}

.u-ft-20 {
  font-size: 20px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-w-20 {
  width: 20%;
}

ul.faq-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.faq-links li {
  margin-bottom: 3px;
}

.home-img {
  max-width: 100%;
  margin-bottom: 20px;
}

.text-email {
  color: #2140f6;
}

.text-green {
  background-color: #dff0d8 !important;
}

.text-dark-beige {
  color: #785514;
}
.text-beige-2 {
  background-color: #fcf8e3 !important;
}

.text-purple {
  background-color: #d9e1f2 !important;
}
.text-violet {
  color: #68379a;
}

.text-turqoise {
  background-color: #c8ecf3 !important;
}

.text-maroon {
  background-color: #e9e3e9 !important;
}

.text-peach {
  background-color: #fbe4d6 !important;
}
.text-highlight-back {
  background-color: #fffd54;
}

.text-green-2 {
  color: #006400;
}
.text-light-blue {
  color: #6ebeee;
}
.text-blue {
  color: #0099da;
  font-weight: boler;
}

.text-blue2 {
  color: #3b6199;
}

.text-blue-2 {
  color: #5e708f;
}
.text-dark-red {
  color: #864553;
}
.text-orange {
  color: #aa6708;
}
.text-dark-orange {
  color: #b26c32;
}
.text-dark-brown {
  color: #7a3f1a;
}
.text-dark-yellow {
  color: #9d8a58;
}
.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 20px;
}
.bg-dark-gold {
  background-color: #fdf2d0;
}
.bg-highlight-yellow {
  background-color: gold;
}
.bg-dark-gray {
  background: #d6dce3;
}
.bg-gray {
  background: #dddddd;
}
.bg-gray-darker {
  background: #aaaaaa;
}
.bg-green {
  background: #cbead6;
}
.alert-green {
  color: #004b22;
  background: #cbead6;
  border: 1px solid #b7e2c5;
  border-radius: 5px;
  padding: 10px 0px 10px 2em;
}

.alert-yellow {
  color: #000;
  background: #fdf2d0;
  border: 1px solid #777;
  border-radius: 2px;
  padding: 10px 20px 20px 2em;
  text-align: justify;
}

.full-width {
  width: 100%;
}

.btn-multi-line {
  white-space: normal;
  width: 100%;
  height: 80px;
  margin-top: 15px;
}
.table-row-show {
  display: table-row;
}
.hide {
  display: none;
}

.octicon {
  display: inline-block;
  font-style: normal;
  font-size: 26px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  background-color: #0099da;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

.octicon:hover {
  opacity: 0.9;
}

.octicon-plus:before {
  content: '+';
}
.octicon-dash:before {
  content: '-';
}

.products .col-form-label {
  font-weight: bold;
  font-size: 20px;
}

.products > .card-body > .card-title {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.repair-records {
  background-color: #fff !important;
}

.repair-records .row {
  margin-bottom: 40px;
}

.repair-records .col-form-label {
  font-weight: bold;
  font-size: 18px;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #ccc;
}
.table-header-beige {
  background: beige;
}

.alert-orange {
  color: #492c03;
  background-color: #f5e6d1;
  border-color: #d9534f;
}

.alert-blue {
  color: #0c5460;
  background-color: #e5f7ff;
  border-color: #bee5eb;
}

.text-darkred {
  color: #aa6708;
}

.text-darkblue {
  color: #215868;
}
.text-dark-purple {
  color: #714471;
}
.text-center {
  text-align: center;
  vertical-align: middle !important;
}
.text-center-top {
  text-align: center;
}
.text-center-vertical {
  display: block;
  margin: 0 auto;
}

.list-no-bullet {
  list-style-type: none;
}

ol.decimal-right-parenthesis {
  counter-reset: decimal;
  padding-left: 20px;
}
ol.decimal-right-parenthesis li {
  list-style: none;
  position: relative;
}
ol.decimal-right-parenthesis > li:before {
  counter-increment: decimal;
  content: counter(decimal, decimal) ')';
  position: absolute;
  left: -1.4em;
}

ol.decimal-bold {
  counter-reset: decimal;
  padding-left: 20px;
}
ol.decimal-bold li {
  list-style: none;
  position: relative;
}
ol.decimal-bold > li:before {
  counter-increment: decimal;
  content: counter(decimal, decimal) '.';
  position: absolute;
  left: -1.4em;
  font-weight: bold;
}

ol.roman {
  counter-reset: roman;
  padding-left: 20px;
}
ol.alpha {
  counter-reset: alpha;
  padding-left: 20px;
}
ol.upper-alpha {
  counter-reset: upper-alpha;
  padding-left: 20px;
}
ol.lower-alpha {
  counter-reset: lower-alpha;
}
ol.lower-alpha-no-parenthesis {
  counter-reset: lower-alpha;
}
ol.lower-alpha-no-parenthesis-bold {
  counter-reset: lower-alpha;
}
ol.lower-alpha-right-parenthesis {
  counter-reset: lower-alpha;
}
ol.upper-alpha-no-parenthesis {
  counter-reset: upper-alpha;
}
ol.upper-alpha-no-parenthesis-bold {
  counter-reset: upper-alpha;
}
ol.alpha li,
ol.roman li,
ol.upper-alpha li {
  list-style: none;
  position: relative;
}
ol.lower-alpha li {
  list-style: none;
  position: relative;
}
ol.lower-alpha-no-parenthesis li {
  list-style: none;
  position: relative;
}
ol.lower-alpha-no-parenthesis-bold li {
  list-style: none;
  position: relative;
}
ol.lower-alpha-right-parenthesis li {
  list-style: none;
  position: relative;
}
ol.upper-alpha-no-parenthesis li {
  list-style: none;
  position: relative;
}
ol.upper-alpha-no-parenthesis-bold li {
  list-style: none;
  position: relative;
}
ol.roman > li:before {
  counter-increment: roman;
  content: '(' counter(roman, lower-roman) ') ';
  position: absolute;
  left: -1.4em;
}
ol.alpha > li:before {
  counter-increment: alpha;
  content: '(' counter(alpha, lower-alpha) ') ';
  position: absolute;
  left: -1.4em;
}
ol.lower-alpha > li:before {
  counter-increment: lower-alpha;
  content: '(' counter(lower-alpha, lower-alpha) ') ';
  position: absolute;
  left: -1.4em;
}
ol.lower-alpha-no-parenthesis > li:before {
  counter-increment: lower-alpha;
  content: counter(lower-alpha, lower-alpha) '.';
  position: absolute;
  left: -1.4em;
}
ol.lower-alpha-no-parenthesis-bold > li:before {
  counter-increment: lower-alpha;
  content: counter(lower-alpha, lower-alpha) '.';
  position: absolute;
  left: -1.4em;
  font-weight: bold;
}
ol.lower-alpha-right-parenthesis > li:before {
  counter-increment: lower-alpha;
  content: counter(lower-alpha, lower-alpha) ')';
  position: absolute;
  left: -1.4em;
}
ol.upper-alpha-no-parenthesis > li:before {
  counter-increment: upper-alpha;
  content: counter(upper-alpha, upper-alpha) '.';
  position: absolute;
  left: -1.4em;
}
ol.upper-alpha-no-parenthesis-bold > li:before {
  counter-increment: upper-alpha;
  content: counter(upper-alpha, upper-alpha) '.';
  position: absolute;
  left: -1.4em;
  font-weight: bold;
}
ol.upper-alpha > li:before {
  counter-increment: upper-alpha;
  content: counter(upper-alpha, upper-alpha) ') ';
  position: absolute;
  left: -1.4em;
}

.faq-table ul {
  padding-left: 15px;
}

table .faq-table {
  background: transparent;
}

.support ul > li {
  margin-bottom: 5px;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: '-   ';
  text-indent: -5px;
}
.m-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#header-full-top {
  text-align: center;
}

#header-content {
  width: 100%;
  vertical-align: top;
}

#header-title {
  *display: inline-block;
  width: 90%;
  vertical-align: top;
  float: left;
  text-align: center;
}

#header-nav {
  *display: inline-block;
  width: 10%;
  vertical-align: top;
  float: right;
}

.select-editable {
  position: relative;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.select-editable input {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  width: 90%;
  border: none;
}
.select-editable select:focus,
.select-editable input:focus {
  outline: none;
}
