html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body.login {
  height: 100%;
}

body {
  font-family: "Nunito", Arial;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}

body.modal-services-open {
  overflow: auto;
  padding-right: 0 !important;
}

body.modal-services-open .services .modal {
  padding-right: 0 !important;
}

body,
.container,
header,
footer {
  min-width: 300px;
}

.page-title {
  margin-top: 0;
  color: #787878;
  text-transform: capitalize;
}

.page-title:first-child {
  margin-top: 0;
}

.page-title-border {
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-heading {
  position: relative;
  color: #787878;
}

.sidebar-heading:first-child {
  margin-top: 0;
}

.sidebar-heading .icon-edit {
  top: -2px;
}

.sidebar-heading .admin-control {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.modal-title {
  font-weight: bold;
}

.modal-footer .btn {
  min-width: 80px;
}

.text-center .img-responsive {
  display: inline-block;
}

.text-lg {
  font-size: 1.2em;
  margin-bottom: 20px;
}

a {
  color: #00677f;
}

a,
.btn {
  transition: all 0.3s ease-in-out;
}

a:focus,
.btn:focus {
  outline: none;
}

.h1,
h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 28px;
}

.h3,
h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

.bold,
.strong {
  font-weight: bold;
}

.cta {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/blank.png");
}

.icon-edit {
  font-size: 14px !important;
  position: relative;
  margin-left: 10px;
  color: #00a9e0;
  cursor: pointer;
}

.icon-edit:focus,
.icon-edit:hover {
  color: #000;
}

.btn-gray {
  background-color: #f9f9f9;
  border-color: #ddd;
}

.btn-gray:focus,
.btn-gray:hover {
  background-color: #f1f1f1;
  border-color: #ddd;
}

.btn-search,
.btn-search-toggle {
  width: 40px;
  background-color: #e7e7e7;
  color: #fff;
  border: 0;
}

.btn-search:focus,
.btn-search:hover,
.btn-search-toggle:focus,
.btn-search-toggle:hover {
  color: #fff;
  outline: none;
}

.btn-primary,
.btn-blue {
  background-color: #0780a9;
  color: #fff;
  border-color: transparent;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-blue:focus,
.btn-blue:hover {
  background-color: #007a93;
  color: #fff;
  border-color: transparent;
}

.btn-lightblue {
  background-color: #007a93;
  color: #fff;
  border-color: transparent;
}

.btn-lightblue:focus,
.btn-lightblue:hover {
  background-color: #00566a;
  color: #fff;
  border-color: transparent;
}

.btn-health,
.btn-orange {
  background-color: #ac6214;
  color: #fff;
}

.btn-health:focus,
.btn-health:hover,
.btn-orange:focus,
.btn-orange:hover {
  background-color: #8e4d09;
  color: #fff;
}

.btn-wealth,
.btn-green {
  background-color: #3b7f32;
  color: #fff;
}

.btn-wealth:focus,
.btn-wealth:hover,
.btn-green:focus,
.btn-green:hover {
  background-color: #2c6e23;
  color: #fff;
}

.btn-career,
.btn-violet {
  background-color: #5b2773;
  color: #fff;
}

.btn-career:focus,
.btn-career:hover,
.btn-violet:focus,
.btn-violet:hover {
  background-color: #491c5e;
  color: #fff;
}

.btn .caret {
  border-top-style: solid;
}

.btn-workplace,
.btn-maroon {
  background-color: #810a35;
  color: #fff;
}

.btn-workplace:focus,
.btn-workplace:hover,
.btn-maroon:focus,
.btn-maroon:hover {
  background-color: #690529;
  color: #fff;
}

.btn-service,
.nav > li > .btn-service {
  font-size: 22px;
  padding: 5px;
  background-color: #fff;
  border: 10px solid #ccc;
  text-transform: uppercase;
}

.btn-dropdown {
  min-width: 240px;
  text-align: left;
}

.btn-dropdown .caret {
  float: right;
  margin-top: 8px;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.btn-wide {
  min-width: 120px;
}

.nav > li > .btn-service {
  margin-bottom: 10px;
}

.btn-service:focus,
.btn-service:hover,
.nav > li > .btn-service:focus,
.nav > li > .btn-service:hover {
  background-color: #fff;
  border-color: #ddd;
}

.btn-service-health,
.nav > li > .btn-service-health {
  color: #ac6214;
  border-color: #ac6214;
}

.btn-service-health:focus,
.btn-service-health:hover,
.nav > li > .btn-service-health:focus,
.nav > li > .btn-service-health:hover {
  background-color: #fff;
  border-color: #8e4d09;
}

.btn-service-wealth,
.nav > li > .btn-service-wealth {
  color: #3b7f32;
  border-color: #3b7f32;
}

.btn-service-wealth:focus,
.btn-service-wealth:hover,
.nav > li > .btn-service-wealth:focus,
.nav > li > .btn-service-wealth:hover {
  background-color: #fff;
  border-color: #2c6e23;
}

.btn-service-career,
.nav > li > .btn-service-career {
  color: #5b2773;
  border-color: #5b2773;
}

.btn-service-career:focus,
.btn-service-career:hover,
.nav > li > .btn-service-career:focus,
.nav > li > .btn-service-career:hover {
  background-color: #fff;
  border-color: #491c5e;
}

.btn-service-workplace,
.nav > li > .btn-service-workplace {
  color: #810a35;
  border-color: #810a35;
}

.btn-service-workplace:focus,
.btn-service-workplace:hover,
.nav > li > .btn-service-workplace:focus,
.nav > li > .btn-service-workplace:hover {
  background-color: #fff;
  border-color: #690529;
}

.btn-white,
.nav > li > .btn-white {
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  color: #00a9e0;
}

.btn-white:focus,
.btn-white:hover,
.nav > li > .btn-white:focus,
.nav > li > .btn-white:hover {
  background-color: #fff;
  color: #005a8b;
}

.nav > li > .btn-white {
  margin-bottom: 10px;
}

.navbar-default {
  background: none;
}

html.no-mobile .navbar-default .navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}

html.no-mobile .navbar-default .navbar-nav > .dropdown .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

.off-canvas-container .navbar-nav {
  padding: 0px 10px;
}

.off-canvas-container .navbar-nav > .active > a,
.off-canvas-container .navbar-nav > .active > a:hover,
.off-canvas-container .navbar-nav > .active > a:focus {
  background-color: #666;
  border-radius: 4px;
  color: #fff;
  box-shadow: none;
}

.off-canvas-container .navbar-nav > li > a {
  margin-bottom: 10px;
}

.off-canvas-container .navbar-nav > li > a,
.off-canvas-container .dropdown-submenu.open > a,
.off-canvas-container .navbar-nav > .open > a,
.off-canvas-container .navbar-nav > .open > a:hover,
.off-canvas-container .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  border-radius: 4px;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}

.navbar-default .navbar-nav > li {
  width: auto;
  font-family: "Nunito", Arial;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-default .navbar-right > li {
  text-transform: capitalize;
}

.navbar-default .navbar-nav > li.divider {
  background: #fff;
  width: 1px;
  height: 15px;
  content: "|";
  margin: 13px 0;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    width: 100%;
  }
}
.navbar-default .navbar-nav li > a {
  color: #666;
  width: 100%;
  text-align: center;
}

.navbar-default .navbar-nav > li:first-child > a {
  border-left: none;
}

@media (max-width: 767px) {
  .navbar-default .navbar-container {
    margin-bottom: 0;
  }
  .logo_container img {
    width: 160px !important;
  }
  .navbar-default .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-default .container > .navbar-collapse {
    overflow: hidden;
  }
  .navbar-default .navbar-nav {
    background-color: #f3f3f3 !important;
  }
  .navbar-default .navbar-nav > li {
    border-bottom: 1px solid #e3e3e3;
  }
  .animation .navbar-default .navbar-nav .open .dropdown-menu > li,
  .animation .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li,
  .animation .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li {
    border-top: 1px solid #e3e3e3;
    color: #666 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a:hover {
    background-color: #f3f3f3 !important;
    color: #666 !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a:focus {
    background-color: #f3f3f3 !important;
    color: #666 !important;
  }
  .navbar-default .navbar-nav > li .dropdown-menu > .open > A {
    background-color: #f3f3f3 !important;
  }
  .animation .navbar-default .navbar-nav > li:first-child {
    background-color: #fff;
    text-align: center;
    padding: 10px;
  }
  .animation .navbar-default .navbar-nav > li:first-child > a {
    display: inline;
    padding: 0;
  }
  .animation .navbar-default .navbar-nav > li:first-child > a:hover {
    background-color: #fff !important;
    color: #666 !important;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: #f3f3f3 !important;
    color: #666 !important;
  }
}
.navbar-default .dropdown-menu {
  padding: 0;
  min-width: 200px;
}

.navbar-default .dropdown-menu > li > a {
  border: none;
  padding: 10px;
  color: #666;
  text-align: left;
  white-space: nowrap;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover > span,
.navbar-default .navbar-nav > li > a:focus > span,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
}

.action-listing .dropdown-menu > li > a:hover,
.action-listing .dropdown-menu > li > a:focus {
  color: #333 !important;
}

.navbar-default .dropdown-submenu {
  position: relative;
}

.navbar-default .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

@media (max-width: 767px) {
  html.ua-ie-8 .navbar-default .navbar-nav > .dropdown > a:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #666;
    margin-top: -15px;
    right: 20px;
  }
}
.navbar-default .dropdown-submenu > a:after {
  display: block;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #666;
  margin-top: -15px;
  right: 20px;
}

.navbar-default .dropdown-submenu:hover > a {
  background: #666;
  color: #fff;
}

.navbar-default .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

@media (max-width: 768px) {
  .navbar-default .dropdown-submenu.open > a:after {
    border-color: transparent transparent transparent #fff;
  }
  .navbar-default .dropdown-submenu.open:hover > a:after {
    border-color: transparent transparent transparent #fff;
  }
}
@media (max-width: 767px) {
  .navbar-default .dropdown > a:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #666;
    margin-top: 10px;
    right: 20px;
  }
  html.lt-ie9 .navbar-default .dropdown-submenu:hover > a {
    color: #666;
  }
  html.lt-ie9 .navbar-default .dropdown-submenu:hover > a:after {
    border-left-color: #666;
  }
  .navbar-default .dropdown-submenu.open > a:after {
    border-color: transparent transparent transparent #666;
  }
  .navbar-default .dropdown-submenu.open:hover > a:after {
    border-color: transparent transparent transparent #666;
  }
}
.navbar-default .dropdown-submenu.pull-left {
  float: none;
}

.navbar-default .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.navbar-dropmenu {
  margin-bottom: 20px;
  min-height: 1px;
  background-color: #00a9e0;
  border: 0;
}

.navbar-dropmenu .nav > li {
  display: table-cell;
  width: 1%;
}

.navbar-dropmenu .nav > li > a {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  background-color: #00a9e0;
  color: #fff;
}

.navbar-dropmenu .nav > li > a:focus,
.navbar-dropmenu .nav > li > a:hover {
  background-color: #00a9e0;
  color: #fff;
}

.navbar-dropmenu .nav > li > .dropdown-menu {
  left: 0;
  right: 0;
  margin-top: 0;
  padding: 0 0 10px;
  background-color: #00a9e0;
  color: #fff;
  border: 0;
}

.navbar-dropmenu .nav > li > .dropdown-menu > li > a {
  padding: 5px 20px;
  color: #fff;
  white-space: normal;
}

.navbar-dropmenu .nav > li > .dropdown-menu > li > a:focus,
.navbar-dropmenu .nav > li > .dropdown-menu > li > a:hover {
  background-color: #00a9e0;
  color: #fff;
  text-decoration: underline;
}

.navbar-menu .nav > li > a {
  font-size: 16px;
  padding: 0;
  color: #000;
}

.navbar-menu .nav > li > a:focus,
.navbar-menu .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.services-tabs {
  margin-bottom: 30px;
  background-color: #00a9e0;
  color: #fff;
}

.services-tabs .nav-tabs {
  border: 0;
}

.services-tabs .nav-tabs > li {
  margin-bottom: 0;
  width: 25%;
}

.services-tabs .nav-tabs > li:first-child {
  margin-left: 0;
}

.services-tabs .nav-tabs > li:first-child > a {
  text-align: left;
}

.services-tabs .nav-tabs > li > a {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: 110px;
  line-height: 110px;
  color: #fff;
  border: 0;
  text-align: center;
  white-space: nowrap;
}

.services-tabs .nav-tabs > li > a:focus,
.services-tabs .nav-tabs > li > a:hover,
.services-tabs .nav-tabs > .active > a {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.services-tabs .nav-tabs > li > .tab-service {
  text-transform: uppercase;
}

.services-tabs .nav-tabs > li > .tab-service,
.services-tabs .nav-tabs > li > .tab-service:hover {
  cursor: pointer;
}

.services-tabs .nav-tabs > li > .tab-service:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  color: #00a9e0;
  vertical-align: middle;
  border-top: 10px dashed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.services-tabs .nav-tabs > .active > .tab-service:before {
  display: inline-block;
}

.services-tabs .nav-tabs > li > .tab-service > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.services-tabs .nav-tabs > li > .tab-service > img {
  transition: opacity 0.3s ease-in-out;
}

.services-tabs .nav-tabs > li > .tab-service:hover > span {
  opacity: 1;
}

.services-tabs .nav-tabs > li > .tab-service:hover > img {
  opacity: 0;
}

.services-tabs .nav-tabs > li > .dropdown-menu {
  min-width: 100%;
  box-shadow: none;
}

.services-tabs .nav-tabs .dropdown-menu {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #00a9e0;
  color: #fff;
  border: 0;
}

.services-tabs .nav-tabs .dropdown-menu a {
  padding: 10px 20px;
  color: #fff;
}

.services-tabs .nav-tabs .dropdown-menu a:hover,
.services-tabs .nav-tabs .dropdown-menu .open > a {
  background-color: #005a8b;
}

label {
  font-weight: 400;
}

.container {
  max-width: 1080px;
}

.table {
  margin-bottom: 10px;
}

.table > thead > tr {
  background-color: #169788;
}

.table > thead > tr > th {
  color: #fff;
}

.table > thead > tr > th a {
  color: #00677f;
}

.table > thead > tr > th a:hover {
  text-decoration: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}

.table-striped > tbody > tr > td {
  border-top: 0;
}

.table-responsive {
  margin-bottom: 20px;
}

.table-responsive .xrx-table > thead > tr {
  background-color: #ebebeb;
}

.table-responsive .xrx-table > thead > tr > th {
  color: #666666;
  font-weight: normal;
}

.table-responsive .xrx-table > tbody > tr > td:first-child {
  font-weight: bold;
}

.table-responsive .xrx-table > tbody > tr:first-child > td {
  border-top: none !important;
}

.customSelect {
  position: relative;
  font-weight: bold;
  display: inline-block;
  height: 32px;
  color: #555;
}

.customSelect select {
  display: none;
}

.customSelect-value {
  position: absolute;
  border: 1px solid #bbb;
  overflow: hidden;
}

.customSelect-value > a {
  display: none;
  padding: 5px 30px 5px 10px;
  color: #666;
  background-color: #fff;
  text-decoration: none;
}

.customSelect-value a:hover,
.customSelect-value a.selected {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.customSelect-value > a.selected,
.customSelect-value.open > a {
  display: block;
}

.customSelect-value:before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
  color: #00a9e0;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  pointer-events: none;
}

.customSelect-value.open:before {
  content: "\e253";
}

.customSelect-value.open {
  height: auto;
}

.customSelect-value > a,
.customSelect-value.open > a,
.customSelect-value.open > a:focus,
.customSelect-value.open > a:hover {
  background-color: #fff;
}

.header-logo .customSelect-value.open > a:hover {
  background-color: #f5f5f5;
}

.fixedheader {
  top: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: inherit !important;
  z-index: 100;
}

.fixedheader .navbar .container {
  background: #444;
  padding: 0;
}

@media (max-width: 767px) {
  .fixedheader {
    position: fixed !important;
    /*overflow-y: scroll;
     max-height: 100vh;*/
  }
}
.top-header {
  min-height: 30px;
  position: relative;
}

.top-header .container,
.top-header .container-fluid {
  position: relative;
  border-bottom: 1px solid #666666;
}

.pagedashboard .top-header .container,
.pagedashboard .top-header .container-fluid {
  position: relative;
  border-bottom: 0;
}

.top-header .container .personalization,
.top-header .container-fluid .personalization {
  margin: 10px 0;
}

.top-header .container .personalization a,
.top-header .container-fluid .personalization a {
  color: #666666;
}

.top-header .container .personalization .navbar-form {
  border: 0 none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 220px;
  top: -6px;
}

@media (max-width: 767px) {
  .top-header .container .personalization .navbar-form {
    display: none;
  }
}
.top-header .container .personalization .navbar-form .btn-search-toggle .glyphicon-remove {
  display: none;
}

.top-header-nav {
  position: relative;
}

.top-header-nav > ul {
  float: right;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.top-header-nav > ul > li {
  display: inline;
  margin-left: 5px;
  color: #e3e3e3;
}

.top-header-nav > ul > li:before {
  content: "|";
  margin-right: 9px;
}

.top-header-nav > ul > li:first-child {
  margin-left: 0;
}

.top-header-nav > ul > li:first-child:before {
  content: "";
  margin-right: 0;
}

.top-header-nav > ul > li > a {
  color: #00677f;
}

.header-logo {
  color: #fff;
}

.header-logo .container,
.header-logo .container-fluid {
  position: relative;
  background: url(../images/img-page-header.jpg) no-repeat top left;
  height: 108px;
}

.header-logo .text-hide {
  margin: 0;
}

.header-logo .left,
.header-logo .right,
.header-logo .logo {
  position: relative;
  /*min-height: 80px;*/
}

.header-logo .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  background-color: #00a9e0;
  text-align: center;
  border-left: 20px solid #fce464;
}

.header-logo .logo {
  display: block;
  width: 400px;
  background: url("../images/logo-full.png") left center no-repeat;
}

.header-logo .tagline {
  margin: 0;
  padding-top: 38px;
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
}

.form-search {
  position: relative;
}

.form-search .form-control {
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.dropdown-menu .form-search .form-control,
.dropdown-menu .form-search .btn-search {
  border: 1px solid #dedede;
}

.form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.newsfeed .media-body h4,
.newsfeed .media-body p {
  margin-top: 0;
  margin-bottom: 5px;
}

.newsfeed .media-body h4 small a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.newsfeed .media-body h4 small a:focus,
.newsfeed .media-body h4 small a:hover {
  text-decoration: none;
}

.newsfeed .media-body h4 > a {
  color: #666;
  font-size: 17px;
}

.newsfeed .media-body h4 > a small {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.newsfeed .media-body h4 > a:focus,
.newsfeed .media-body h4 > a:hover {
  text-decoration: none;
}

.newsfeed .media-body h4 > a:focus small,
.newsfeed .media-body h4 > a:hover small {
  text-decoration: none;
}

.newsfeed .media-body .date,
.newsfeed .media-body .cat {
  font-size: 13px;
  color: #888;
}

.navbar-main {
  margin-top: 30px;
  height: 50px;
  border: 0;
}

.navbar-main .container {
  padding-right: 0;
}

.navbar-main .container .col-sm-12 {
  padding-right: 0;
}

.navbar-main .container,
.navbar-main .container-fluid {
  position: relative;
}

.navbar-main .navbar-nav {
  float: right;
  margin: 0;
}

.navbar-main .navbar-nav > li {
  float: left;
}

.navbar-main .navbar-nav > li > a {
  font-size: 14px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 50px;
  white-space: nowrap;
}

.badge {
  position: relative;
  top: -2px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: -5px;
  width: 20px;
  height: 20px;
  background-color: #9b2583;
  color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  padding: 3px 0;
  text-align: center;
}

.navbar-main .navbar-nav > li > a .glyphicon {
  font-size: 14px;
  margin-left: 10px;
}

.navbar-main .navbar-nav > li > a .glyphicon-triangle-top {
  display: none;
}

.navbar-main .navbar-nav > .open > a {
  background: #2895d5;
  color: #fff;
}

.navbar-main .navbar-nav > .open > a .glyphicon-triangle-bottom {
  display: none;
}

.navbar-main .navbar-nav > .open > a .glyphicon-triangle-top {
  display: inline-block;
}

.navbar-main .navbar-form {
  border: 0 none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: -10px;
  width: 100%;
}

.navbar-main .navbar-form .btn-search-toggle .glyphicon-remove {
  display: none;
}

.navbar-main .dropdown-menu {
  padding: 10px;
  width: 356px;
  border: 1px solid #2895d5;
  background: #fff;
  box-shadow: none;
  color: #333;
}

.navbar-main .navbar-nav > .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-main .dropdown-menu-wide {
  width: 356px;
  left: -104px;
}

.navbar-main .dropdown-menu .sort-by {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar-main .dropdown-menu .sort-by:before,
.navbar-main .dropdown-menu .sort-by:after {
  content: " ";
  display: table;
}

.navbar-main .dropdown-menu .sort-by:after {
  clear: both;
}

.navbar-main .dropdown-menu .sort-by label {
  font-weight: bold;
  float: left;
  width: 35%;
  padding-top: 6px;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

.navbar-main .dropdown-menu .sort-by .customSelect {
  float: left;
  width: 65%;
}

.navbar-main .dropdown-menu .sort-by .customSelect .customSelect-value {
  left: 0;
  right: 0;
}

.navbar-main .dropdown-menu .my-action-table {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.navbar-main .dropdown-menu .my-action-table table {
  width: 100%;
}

.navbar-main .dropdown-menu .my-action-table table > thead > tr > th {
  padding-bottom: 10px;
}

.navbar-main .dropdown-menu .my-action-table table > tbody > tr > td {
  font-size: 14px;
  padding-right: 10px;
  vertical-align: top;
}

.navbar-main .dropdown-menu .my-action-table td.title .due-date {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.navbar-main .dropdown-menu .footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: none;
}

.navbar-main .dropdown-menu .footable .footable-row-detail > td {
  padding-bottom: 10px;
}

.navbar-main .dropdown-menu .footable .footable-row-detail-name,
.navbar-main .dropdown-menu .footable .footable-row-detail-value {
  font-size: 14px;
}

.navbar-main .dropdown-menu .actions {
  text-align: center;
}

.navbar-main .dropdown-menu .actions a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.navbar-main .dropdown-menu .actions a:focus,
.navbar-main .dropdown-menu .actions a:hover {
  text-decoration: none;
}

.navbar-main .dropdown-menu .newsfeed {
  margin-bottom: 20px;
}

.sidebar .nav {
  list-style: url("../images/arrow.png");
  padding-left: 15px;
}

.sidebar .nav li {
  display: list-item;
  margin-bottom: 10px;
}

.sidebar .nav li > a {
  padding: 0;
}

.section-content .nav > li > a:focus,
.section-content .nav > li > a:hover,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #00677f;
}

.off-canvas-container .btn-toggle {
  position: absolute;
  top: 10px;
  padding: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.off-canvas-container .btn-toggle:focus,
.off-canvas-container .btn-toggle:hover {
  outline: none;
}

.off-canvas-menu .form-search .form-control {
  height: 42px;
  padding-right: 40px;
}

.off-canvas-menu {
  position: relative;
  min-height: 60px;
  padding: 10px 15px;
}

.off-canvas-menu .btn-toggle {
  left: 15px;
  background-image: url("../images/icon-30x30-toggle-menu.png");
}

.off-canvas-menu .form-search {
  margin-left: 50px;
  display: none;
}

.off-canvas {
  position: absolute;
  width: 100%;
  background-color: #f3f3f3;
  z-index: 1000 !important;
  transition: right 0.3s ease-in-out;
  height: 100vw;
  top: 76px;
}

.pageadmin .off-canvas {
  top: 116px;
}

@media (min-width: 768px) {
  .off-canvas {
    display: none !important;
  }
}
.off-canvas.collapse,
.off-canvas.collapsing {
  right: -110%;
  height: auto !important;
}

.off-canvas.collapse.in {
  right: 0;
}

.off-canvas .form-search {
  margin: 30px;
}

.off-canvas .btn-toggle {
  right: 15px;
  background-image: url("../images/icon-30x30-toggle-menu-collapse.png");
}

.off-canvas .form-search .form-control {
  height: 42px;
  border-color: #fff;
  line-height: 30px\9 ;
  /* IE8 and below */
  font-size: 17px;
}

.off-canvas .form-search .btn-search {
  right: 0;
  border: 1px solid #fff;
  display: none;
}

.off-canvas .navbar-menu .nav > li > a {
  color: #666;
}

.off-canvas .nav > li > .dropdown-menu {
  top: -10px;
  box-shadow: none;
  background-color: #e7e7e7;
  position: relative\9 ;
  /* IE8 and below */
}

.off-canvas .nav > li > .dropdown-menu > li {
  border-bottom: 1px solid #d5d5d5;
}

.off-canvas .nav .dropdown-menu {
  position: relative;
  float: none;
  min-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}

.off-canvas .nav .dropdown-menu > li > a,
.off-canvas .nav .dropdown-submenu > a {
  padding: 10px 20px;
}

.navbar-menu {
  margin-bottom: 0;
}

.navbar-menu .nav {
  margin-bottom: 20px;
}

.navbar-menu .nav > li > a {
  display: inline-block;
}

.carousel-fade .item {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.carousel-fade .item.active {
  opacity: 1;
}

.carousel-fade .item.active.left,
.carousel-fade .item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .item.next.left,
.carousel-fade .item.prev.right {
  opacity: 1;
}

.main-carousel {
  color: #fff;
  position: relative;
  /* postion admin pencil inside slick slider */
}

.pageadmin .main-carousel {
  max-width: 1030px;
  margin: 0 auto 20px;
  background-color: #d5d5d5;
  color: #333;
}

.ie8 .main-carousel {
  color: #333;
  position: relative;
  /* postion admin pencil inside slick slider */
}

.ie8 .pageadmin .main-carousel {
  color: #333;
}

@media (max-width: 767px) {
  .main-carousel {
    margin-top: 0px;
  }
  .pageadmin .main-carousel {
    margin-top: 0px;
  }
  html.lt-ie9 .main-carousel .carousel-photo img {
    margin-top: 0 !important;
  }
}
.main-carousel .item {
  height: 100%;
  min-height: 360px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.main-carousel .item > .carousel-photo {
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 66%;
}

.main-carousel .item > .carousel-photo span {
  position: absolute;
  top: 135px;
  right: 0;
  color: #fff;
  font-size: 34px;
  padding-right: 20px;
}

.main-carousel .item > .carousel-content {
  font-size: 15px;
  padding: 20px 20px 40px;
  position: absolute;
  width: 34%;
  right: 0;
}

.main-carousel .item > .carousel-content a:focus,
.main-carousel .item > .carousel-content a:hover {
  text-decoration: none;
}

.main-carousel .item > .carousel-content h3,
.main-carousel .item > .carousel-content p {
  margin-top: 0;
  margin-bottom: 5px;
}

.main-carousel .item > .carousel-content h3 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 30px;
}

.main-carousel .item > .carousel-content a {
  color: #666;
}

.main-carousel .item > .carousel-content ul {
  list-style-type: none;
  padding: 0;
}

.main-carousel .item > .carousel-content ul > li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0;
  line-height: 1.2;
}

.main-carousel .carousel-indicators {
  left: 0;
  bottom: 0;
  margin-left: 0;
  width: 66%;
}

.main-carousel .carousel-indicators li {
  margin: 0 2px;
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 7px;
}

.main-carousel .carousel-indicators li a:link,
.main-carousel .carousel-indicators li a:visited {
  text-decoration: none;
}

.main-carousel .carousel-indicators .active {
  margin: 0 2px;
  background-color: #fff;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

section.section {
  /*padding-top: 5px;
   padding-bottom: 5px;*/
  margin-top: 0;
}

.pageadmin section.section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
}

.pagedashboard section.section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  section.section {
    margin-top: 108px;
  }
  .pageadmin section.section {
    margin-top: 148px;
  }
  .pagedashboard section.section {
    margin-top: 0;
  }
}
.services,
.services .container,
.services .container-fluid {
  position: relative;
}

.services .modal {
  position: absolute;
}

.services .modal-dialog {
  width: inherit;
  margin: 0 10px;
  height: 100%;
}

.services .modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  background-color: #ccc;
  color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  border: 0;
}

.services .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  opacity: 1;
  z-index: 10;
}

.services .modal-content .close:focus,
.services .modal-content .close:hover {
  opacity: 1;
}

.services .modal-header,
.services .modal-footer {
  border: 0;
}

.services .modal-body {
  font-size: 18px;
  padding: 20px 20px 60px;
}

.services .modal-body h2 {
  font-weight: bold;
  text-transform: uppercase;
}

.services .modal-body .bold p {
  margin: 0;
}

.services .modal-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.services .modal.fade .modal-dialog {
  transform: translate(0, 0);
}

.services .modal-health .modal-content {
  background-color: #e98524;
}

.services .modal-wealth .modal-content {
  background-color: #56a846;
}

.services .modal-career .modal-content {
  background-color: #7a3e98;
}

.services .modal-workplace .modal-content {
  background-color: #b11e4c;
}

.box-service {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 60px;
  min-height: 333px;
  background-color: #fff;
  text-align: center;
  border: 10px solid #ccc;
}

@media (max-width: 767px) {
  html.lt-ie9 .box-service {
    padding-bottom: 0;
  }
}
.box-service:hover {
  box-shadow: 0 0 15px #666;
  cursor: pointer;
}

.box-service .content {
  position: relative;
  color: #fff;
}

.box-service .content .overlay {
  font-weight: bold;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.box-service .content .overlay p {
  float: left;
  margin: 0 0 7px 0;
  width: 45%;
  text-align: center;
  line-height: 1em;
}

.box-service .content .overlay p:nth-of-type(2n) {
  margin: 0 0 7px 5%;
}

.box-service h2 {
  color: #fff;
  font-size: 28px;
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
}

.box-service h2,
.box-service p {
  line-height: 1.2;
}

.box-service .actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 10px;
}

.box-service .actions .btn {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 100px;
  background: none;
}

.box-service-health {
  border-color: #7053aa;
  background: #7053aa;
}

.box-service-wealth {
  border-color: #2895d5;
  background: #2895d5;
}

.box-service-career {
  border-color: #9b2583;
  background: #9b2583;
}

.box-service-workplace {
  border-color: #b11e4c;
  background: #b11e4c;
}

.box-service-item {
  background: #ececec;
  border: 1px solid #fff;
  padding: 0;
  text-align: left;
}

.box-service-item:hover {
  background-color: #d5d5d5;
  box-shadow: 0 0 15px #666;
}

.box-service-item img {
  width: 100%;
}

.box-service-item strong {
  font-size: 24px;
  line-height: 24px;
  padding: 20px 35px 10px 20px;
  display: block;
}

.box-service-item p {
  color: #333;
  padding: 0 35px 20px 20px;
  display: block;
  margin: 0;
}

.box-service-item span {
  position: absolute;
  padding: 8px;
  right: 0;
  top: 16px;
  z-index: 5;
}

.box-service-item a.content {
  display: block;
}

.box-service-item a.content:hover {
  text-decoration: none;
}

.box-service-item .content-item {
  position: relative;
}

.box-service-item a.item1 strong {
  color: #7053a6;
}

.box-service-item a.item1 span {
  background-color: #7053a6;
}

.box-service-item:hover a.item1 span {
  color: #7053a6;
  background-color: #fff;
}

.box-service-item a.item2 strong {
  color: #34b8b6;
}

.box-service-item a.item2 span {
  background-color: #34b8b6;
}

.box-service-item:hover a.item2 span {
  color: #34b8b6;
  background-color: #fff;
}

.box-service-item a.item3 strong {
  color: #2891d1;
}

.box-service-item a.item3 span {
  background-color: #2891d1;
}

.box-service-item:hover a.item3 span {
  color: #2891d1;
  background-color: #fff;
}

html.no-mobile .box-service .actions .btn-view {
  display: none;
}

html.mobile .box-service .actions .btn-view {
  display: inline-block;
}

.newsfeed-panel {
  position: relative;
  box-shadow: 0px 0px 5px #dedede;
  -webkit-box-shadow: 0px 0px 5px #dedede;
  -moz-box-shadow: 0px 0px 5px #dedede;
  min-height: 200px;
  border: 1px solid #dedede;
  /* IE8 and below */
}

.newsfeed-panel-news .panel-heading,
.newsfeed-panel-news a {
  color: #9B2583;
}

.newsfeed-panel-tips .panel-heading,
.newsfeed-panel-tips h3,
.newsfeed-panel-tips a {
  color: #00677f !important;
}

.newsfeed-panel-photo {
  background-color: #fff;
}

.newsfeed-panel-photo .panel-footer .btn-primary.btn {
  color: #9B2583 !important;
}

.newsfeed-panel .date,
.newsfeed-panel .cat {
  color: #888;
}

.newsfeed-panel .panel-heading {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
  padding: 15px 10px;
  color: #9B2583;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
  margin-bottom: 0;
}

.newsfeed-panel .panel-body {
  padding-bottom: 50px;
  min-height: 290px;
}

.ie8 .newsfeed-panel .panel-body {
  padding-bottom: 50px;
  min-height: 230px;
}

.newsfeed-panel .panel-body .media {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.newsfeed-panel .panel-body h3 {
  margin-top: 0;
}

.newsfeed-panel .panel-body h3:last-child,
.newsfeed-panel .panel-body p:last-child {
  margin-bottom: 0;
}

.newsfeed-panel .panel-body-tips h3 {
  font-size: 18px;
  color: #005a8b;
}

.newsfeed-panel .panel-body-tips h4 {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 9px;
  font-size: 17px;
}

/*.newsfeed-panel .panel-body-tips h4:last-child {
   border-bottom: none;
 }*/
.newsfeed-panel .panel-body-tips h4.lastlink {
  border-bottom: none;
}

.newsfeed-panel .panel-body-tips h4 a {
  font-size: 18px;
  color: #666;
}

.newsfeed-panel .panel-body-photo .thumbnail {
  margin-bottom: 10px;
  height: 215px;
}

.newsfeed-panel .panel-body-photo .thumbnail img {
  width: 100%;
  display: none;
}

@media (max-width: 767px) {
  html.lt-ie9 .newsfeed-panel .panel-body-photo .thumbnail {
    padding: 0;
    background-image: none !important;
    overflow: hidden;
  }
  html.lt-ie9 .newsfeed-panel .panel-body-photo .thumbnail img {
    width: 100%;
    display: block !important;
  }
}
.newsfeed-panel .panel-body-photo p {
  color: #666;
}

.newsfeed-panel .panel-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  background: transparent;
  text-align: center;
  margin: 0 9px;
}

.newsfeed-panel .panel-footer .btn.btn-primary {
  border: none;
  background: none;
  color: #9B2583;
}

.newsfeed .col-sm-4:nth-of-type(3) .newsfeed-panel .panel-footer .btn.btn-primary {
  color: #666;
}

.newsfeed .col-sm-4:nth-of-type(3) .newsfeed-panel {
  background: #fff;
  border: 1px solid #eee;
}

.tabpanel {
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px #dedede;
}

.tabpanel .nav-tabs {
  border: 0;
}

.tabpanel .nav-tabs > li {
  margin-bottom: 0;
}

.tabpanel .nav-tabs > li {
  margin-bottom: 0;
}

.tabpanel .nav-tabs > li > a {
  display: block;
  padding: 20px 0;
  color: #000;
  border-radius: 0;
  border-top: 1px solid #eee !important;
  border-right: 1px solid #aaa !important;
  border-bottom: 1px solid #aaa !important;
}

.tabpanel .nav-tabs > li:first-child > a {
  border-left: 1px solid #eee !important;
}

.tabpanel .nav-tabs > li.active > a .icon-edit {
  color: #fff;
}

.tabpanel .nav-tabs > li > a:focus,
.tabpanel .nav-tabs > li > a:hover {
  color: #999;
  background-color: transparent;
}

.tabpanel .nav-tabs > li.active > a,
.tabpanel .nav-tabs > li.active > a:focus,
.tabpanel .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #999;
  border-bottom: none !important;
}

.tabpanel .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}

.tabpanel .nav-tabs.nav-justified > li > a {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 15px;
}

.tabpanel .nav-tabs {
  padding-left: 0;
}

.tabpanel .tab-content {
  padding: 20px 30px;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.tabpanel .title {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.tabpanel .graph {
  font-size: 1em;
}

.tabpanel .graph img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tabpanel .graph img.wealth {
  margin-left: 14%;
}

.box-sidebar {
  box-shadow: 0 0 5px #dedede;
  margin-bottom: 20px;
}

.box-sidebar .sidebar-heading {
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}

.box-sidebar .sidebar-content {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .box-sidebar .sidebar-heading {
    padding: 20px;
  }
  .box-sidebar .sidebar-content {
    padding: 20px;
  }
}
.box-sidebar .sidebar-content .newsfeed .media {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  margin-top: 0;
}

.box-sidebar .sidebar-content .newsfeed .media:first-child,
.box-sidebar .sidebar-content .newsfeed .media:first-child {
  border-top: none;
  padding-top: 0;
}

.box-sidebar .sidebar-content .newsfeed .media-body {
  display: table-cell;
}

.box-sidebar .sidebar-content .newsfeed .media-body h4 a {
  font-size: 14px;
  line-height: 16px;
}

.box-sidebar .sidebar-content .newsfeed .media-body h4 a small {
  white-space: nowrap;
}

.box-sidebar .sidebar-content .newsfeed .media-body h4 {
  font-size: 13px;
  margin-bottom: 2px;
}

.box-sidebar .sidebar-content .newsfeed .media-body .date {
  font-size: 12px;
  margin-bottom: 2px;
}

.box-sidebar .sidebar-content .newsfeed .media-body .cat {
  font-size: 12px;
}

.box-sidebar .sidebar-content .newsfeed .media-object {
  max-width: 90px;
}

.box-sidebar .sidebar-content h3 {
  margin-top: 0;
}

.health-section .tabpanel .nav-tabs > li > a:focus,
.health-section .tabpanel .nav-tabs > li > a:hover,
.health-section .tabpanel .nav-tabs > li.active > a,
.health-section .tabpanel .nav-tabs > li.active > a:focus,
.health-section .tabpanel .nav-tabs > li.active > a:hover {
  color: #7053aa;
  background-color: transparent;
}

.health-section .tabpanel .nav-tabs > li.active > a {
  border-bottom: none\9 ;
  /* IE8 and below */
}

.health-section .page-title,
.health-section .sidebar-heading {
  color: #7053aa;
}

.health-section .box-accordion-header h4 {
  color: #7053aa;
}

.health-section .box-accordion-show-hide a {
  background: #7053aa;
}

.wealth-section .tabpanel .nav-tabs > li > a:focus,
.wealth-section .tabpanel .nav-tabs > li > a:hover,
.wealth-section .tabpanel .nav-tabs > li.active > a,
.wealth-section .tabpanel .nav-tabs > li.active > a:focus,
.wealth-section .tabpanel .nav-tabs > li.active > a:hover {
  color: #00677f;
  background-color: transparent;
}

.wealth-section .page-title,
.wealth-section .sidebar-heading {
  color: #2895d5;
}

.wealth-section .box-accordion-header h4 {
  color: #2895d5;
}

.wealth-section .box-accordion-show-hide a {
  background: #2895d5;
}

.career-section .tabpanel .nav-tabs > li > a:focus,
.career-section .tabpanel .nav-tabs > li > a:hover,
.career-section .tabpanel .nav-tabs > li.active > a,
.career-section .tabpanel .nav-tabs > li.active > a:focus,
.career-section .tabpanel .nav-tabs > li.active > a:hover {
  color: #9b2583;
  background-color: transparent;
}

.career-section .page-title,
.career-section .sidebar-heading {
  color: #9b2583;
}

.career-section .box-accordion-header h4 {
  color: #9b2583;
}

.career-section .box-accordion-show-hide a {
  background: #9b2583;
}

.workplace-section .tabpanel .nav-tabs > li > a:focus,
.workplace-section .tabpanel .nav-tabs > li > a:hover,
.workplace-section .tabpanel .nav-tabs > li.active > a,
.workplace-section .tabpanel .nav-tabs > li.active > a:focus,
.workplace-section .tabpanel .nav-tabs > li.active > a:hover {
  color: #b11e4c;
  background-color: transparent;
}

.workplace-section .page-title,
.workplace-section .sidebar-heading {
  color: #b11e4c;
}

.box-accordion {
  position: relative;
  min-height: 20px;
  margin-bottom: 10px !important;
  padding: 0 0 0 30px;
}

.box-accordion:before,
.box-accordion:after {
  content: " ";
  display: table;
}

.box-accordion:after {
  clear: both;
}

.box-accordion-show-hide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

.box-accordion-show-hide a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  line-height: 20px;
  display: block;
  background-color: #00a9e0;
  text-decoration: none;
  border-radius: 10px;
  transition: height 0.3s ease-in-out, color 0.3s ease-in-out;
}

.box-accordion-show-hide a.collapsed {
  height: 20px;
}

.box-accordion-header {
  position: relative;
}

.box-accordion-header:before,
.box-accordion-header:after {
  content: " ";
  display: table;
}

.box-accordion-header:after {
  clear: both;
}

.box-accordion-header h4 {
  margin-top: 0;
}

.box-accordion-header h5 {
  font-weight: bold;
}

.box-accordion-body .sub-section {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.box-accordion-body h4 {
  font-weight: bold;
}

.box-accordion-body h5 {
  font-weight: bold;
  margin-top: 15px;
}

.box-accordion-body h1:first-child,
.box-accordion-body h2:first-child,
.box-accordion-body h3:first-child,
.box-accordion-body h4:first-child,
.box-accordion-body h5:first-child {
  margin-top: 0;
}

.box-accordion-body ul,
.box-accordion-body ol {
  margin-bottom: 20px;
  padding-left: 35px;
}

.box-accordion-body .nav > li {
  font-weight: bold;
  margin-bottom: 10px;
}

.box-accordion-body .nav > li > a {
  display: inline-block;
  padding: 0;
}

.box-accordion-body .nav > li > a:focus,
.box-accordion-body .nav > li > a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.box-accordion-body .nav > li ul {
  font-weight: 400;
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 0;
}

.loginwrapper {
  /*min-height: 100%;*/
  height: auto !important;
  height: 100%;
  margin: 0 auto -45px;
  /* the bottom margin is the negative value of the footer's height */
}

@media (min-width: 992px) {
  .navbar-main .container,
  .navbar-main .container-fluid {
    padding-left: 0;
  }
  .navbar-main .form-search .btn-search-toggle {
    display: none;
  }
  .main-carousel .item > .carousel-content {
    padding-left: 25px;
  }
  .legend-item {
    width: 184px !important;
  }
}
@media (max-width: 991px) {
  .navbar-main .navbar-form .btn-search-toggle {
    display: none;
  }
  .navbar-main .navbar-form.open .form-control {
    width: 100%;
  }
  .navbar-main .navbar-form.open {
    width: 100%;
  }
  .navbar-main .navbar-form.open .btn-search-toggle .fa-search {
    display: none;
  }
  .navbar-main .navbar-form.open .btn-search-toggle .glyphicon-remove {
    display: inline-block;
  }
  html.mobile .box-service {
    padding-bottom: 100px;
  }
  .footer-nav .copyrights {
    display: block;
    margin-left: 0;
  }
  .footer-nav .copyrights:before {
    content: "";
    margin-right: 0;
  }
  /*form.navbar-form.navbar-right.form-search {
     display: none;	
   }*/
  .main-carousel .item > .carousel-photo span {
    top: 135px;
    font-size: 30px;
    padding-right: 10px;
  }
}
@media (max-width: 860px) {
  .newsfeed-panel .media-left,
  .newsfeed-panel .media-right {
    display: block;
  }
  .newsfeed-panel .media-left {
    margin-bottom: 10px;
  }
  .newsfeed-panel .media-left .media-object {
    width: 100%;
  }
  .main-carousel .item > .carousel-photo span {
    top: 135px;
    font-size: 26px;
    padding-right: 10px;
  }
  .panel-body-news .media-body {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 4px;
    padding-right: 0px;
  }
  .top-header-nav {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .services-tabs .nav-tabs .dropdown-submenu .dropdown-menu {
    margin-top: 0;
  }
  .navbar-main .dropdown-menu .actions {
    text-align: right;
  }
  .navbar-menu {
    display: none;
  }
  .tabpanel .nav-tabs {
    overflow: hidden;
  }
  .tabpanel .nav-tabs > li > a {
    margin-right: -1px;
    margin-right: 0\9 ;
    /* IE8 and below */
  }
  .box-service {
    font-size: 14px;
  }
  html.no-mobile .box-service:hover,
  html.no-mobile .box-service:hover h2 {
    color: #fff;
  }
  html.no-mobile .box-service:hover .content .lay {
    display: none;
  }
  html.no-mobile .box-service:hover .content .overlay {
    display: block;
  }
  html.no-mobile .box-service-health:hover,
  html.no-mobile .box-service-wealth:hover,
  html.no-mobile .box-service-career:hover,
  html.no-mobile .box-service-workplace:hover {
    background-color: #666;
    border: 10px solid #666;
  }
  .newsfeed-panel .media-left,
  .newsfeed-panel .media-right,
  .newsfeed-panel .media-body {
    width: inherit;
  }
  .newsfeed-panel .media-left {
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
  }
  .newsfeed-panel .media-left .media-object {
    width: 100%;
  }
  .newsfeed-panel .media-right {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .newsfeed-panel .panel-body-photo h3 {
    bottom: 60px;
    color: #fff;
    left: 10px;
    position: absolute;
    right: 10px;
    padding: 10px 10px 20px;
  }
  .footer {
    position: static;
    bottom: 0;
    width: 100%;
  }
  .footer .right {
    padding-left: 20px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-header {
    text-align: center;
  }
  .top-header-nav {
    margin: 0 0 5px;
  }
  .top-header-nav > ul {
    float: none;
  }
  .header-logo .left,
  .header-logo .right {
    position: relative;
    float: left;
  }
  .header-logo .right {
    padding-left: 20px;
    width: 220px;
    background-color: transparent;
    text-align: left;
    border-left: 0;
  }
  .navbar-main .container,
  .navbar-main .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-main .navbar-nav {
    width: 100%;
    padding-right: 40px;
  }
  .navbar-main .navbar-nav > li {
    position: static;
    width: 50%;
  }
  .navbar-main .navbar-nav .open .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border: 10px solid #fce464;
  }
  .navbar-dropmenu .nav > li > .dropdown-menu > li > a {
    padding: 5px 10px;
  }
  .main-carousel .item > .carousel-photo {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 45%;
  }
  .main-carousel .item > .carousel-content {
    font-size: 14px;
    position: relative;
    width: 100%;
    padding: 15px 15px 40px;
  }
  .main-carousel .item > .carousel-content h3 {
    font-size: 18px;
  }
  .main-carousel .carousel-indicators {
    width: 100%;
    z-index: 5;
  }
  .services .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
  .box-service {
    min-height: 200px;
  }
  /*.box-service,
   html.mobile .box-service {
     padding-bottom: 100px;
   }*/
  .box-service,
  html.mobile .box-service {
    padding-bottom: 20px;
    height: 365px !important;
  }
  .box-service .content .lay {
    display: none;
  }
  .box-service .actions .btn {
    min-width: 100px;
  }
  html.no-mobile .box-service .actions .btn-view {
    display: inline-block;
  }
  html.mobile .box-service .actions .btn {
    font-size: 14px;
  }
  .newsfeed-panel .panel-heading {
    padding: 15px 100px 5px 10px;
    min-height: 48px;
  }
  .ie8 .newsfeed-panel .panel-heading {
    padding: 15px 100px 5px 10px;
    min-height: 30px;
  }
  .newsfeed-panel .panel-body {
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 230px;
  }
  .ie8 .newsfeed-panel .panel-body {
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 230px;
  }
  .newsfeed-panel .panel-body-photo {
    padding: 10px 10px 20px;
  }
  .ie8 .newsfeed-panel .panel-body-photo {
    padding: 10px;
  }
  .newsfeed-panel .panel-footer {
    bottom: inherit;
    left: auto;
    margin: 0;
    padding: 10px 0;
    right: 0;
    top: 0;
    border: none;
  }
  .newsfeed-panel .panel-body-tips h3,
  .newsfeed-panel .media-body .date,
  .newsfeed-panel .media-body .cat,
  .newsfeed-panel .date,
  .newsfeed-panel .cat {
    color: #333;
  }
  .newsfeed .col-sm-4:nth-of-type(3) .newsfeed-panel {
    background: #fff;
    border: 1px solid #eee;
  }
  .newsfeed .col-sm-4:nth-of-type(3) .newsfeed-panel .panel-body-photo h3 {
    color: #333 !important;
    right: 0;
    top: 60px;
  }
  .dropdown-submenu > a:after {
    float: none;
    position: absolute;
    right: 10px;
    border-top: 4px dashed\9 ;
    /* IE8 and below */
    border-right: 4px solid\9 ;
    /* IE8 and below */
  }
  .footer .container,
  .footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .left,
  .footer .right {
    width: auto;
    border-left: 0;
    text-align: center;
  }
  .footer .left {
    height: auto;
  }
  .footer .right {
    position: relative;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    background-color: #fff;
    color: #000;
  }
  .footer .tagline {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
  }
  .footer-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-nav > ul > li > a {
    color: #000;
  }
  .btn-search,
  .btn-search-toggle {
    width: 40px;
    background-color: #bbbaba;
    color: #fff;
    border: 0;
  }
}
@media (max-width: 767px) {
  .header-logo .logo {
    background-image: url("../images/logo-full-mobile.png");
    background-position: left;
    width: 316px;
    min-height: 70px;
  }
}
@media (max-width: 479px) {
  .header-logo .left,
  .header-logo .right,
  .header-logo .logo {
    min-height: 63px;
  }
  .header-logo .right {
    width: 140px;
  }
  .header-logo .tagline {
    padding-top: 28px;
    font-size: 18px;
  }
  .navbar-main .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar-main .navbar-nav > li > a .glyphicon {
    margin-left: 5px;
  }
  .box-service h2 {
    font-size: 20px;
  }
  .newsfeed-panel .media-left,
  .newsfeed-panel .media-right,
  .newsfeed-panel .media-body {
    display: block;
    width: inherit;
  }
  .newsfeed-panel .media-left {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .newsfeed-panel .panel-body-photo .thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsfeed .col-sm-4:nth-of-type(3) .newsfeed-panel .panel-body-photo h3 {
    color: #fff;
    float: none;
    height: 100%;
    left: 10%;
    margin: 0 auto;
    right: auto;
    top: 0;
  }
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
  .main-carousel .item > .carousel-photo span {
    top: 70px;
    font-size: 18px;
    padding-right: 10px;
  }
  .box-service,
  html.mobile .box-service {
    padding-bottom: 20px;
    height: 280px !important;
  }
  /*.box-service-item {
     padding-bottom: 0 !important;
     min-height: 100px !important;
   }*/
  .box-service-item strong {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 35px 10px 20px;
  }
  .box-service-item span {
    padding: 8px;
    top: 14px;
  }
}
@media (max-width: 360px) {
  .navbar-main .navbar-nav > li > a .glyphicon {
    display: none !important;
  }
  .main-carousel .item > .carousel-photo span {
    top: 60px;
    font-size: 16px;
    padding-right: 10px;
  }
}
@media (min-width: 300px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body.open-offcanvas {
    overflow: hidden;
  }
}
@media (min-height: 640px) {
  .footer-fix {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
}
/*Added by Fendy 20150429*/
.search-result h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px;
}

.search-result .highlight {
  display: inline-block;
  background-color: #ACFDA4;
  padding: 0px 2px;
}

.table-search {
  width: auto;
}

.table-search th {
  font-weight: normal;
  padding-bottom: 5px;
}

.table-search > tfoot .pagination {
  margin-top: 30px;
  margin-bottom: 5px;
}

.table-search .pagination a {
  border: none;
  color: #00a9e0;
  margin: 0px 5px;
  padding: 2px 7px;
  font-weight: bold;
}

.table-search .pagination .disabled a {
  color: #333333;
}

.table-search .pagination .active a {
  background: transparent;
  color: #333333;
}

.table-search .pagination .footable-page-arrow a {
  font-size: 22px;
  line-height: 15px;
  height: 24px;
}

.table-search .pagination li:first-child + li + li a {
  margin-left: 10px;
}

.table-search .pagination li:nth-last-child(3) a {
  margin-right: 10px;
}

.legend-header {
  font-size: 1.2em;
  font-weight: bold;
  color: #739fd0;
}

.legend-color {
  width: 16px;
  height: 16px;
  padding: 2px;
  float: left;
}

.legend-item {
  color: #000;
  float: left;
  width: 50%;
  padding-left: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.darkred {
  background-color: #af1f4b;
}

.darkblue {
  background-color: #005a8b;
}

.gray {
  background-color: #dedcc7;
}

.lightyellow {
  background-color: #fce464;
}

.lightblue {
  background-color: #00a9e0;
}

.green {
  background-color: #56a846;
}

.yellow {
  background-color: #c38a43;
}

.purple {
  background-color: #793f98;
}

.legend-figure {
  float: left;
  width: 20%;
  text-align: right;
}

.total-spacer2 {
  border-top: 2px solid #333;
  height: 5px;
}

.tabbedChart {
  margin-bottom: 20px;
}

html.lt-ie9 .services-tabs .nav-tabs > li > .tab-service > span {
  display: none;
}

html.lt-ie9 .services-tabs .nav-tabs > li > .tab-service:hover > span {
  display: block;
}

html.lt-ie9 .services-tabs .nav-tabs > li > .tab-service:hover > img {
  display: none;
}

html.lt-ie9 .tabpanel .nav-tabs {
  margin-bottom: -1px;
}

@media (min-width: 768px) {
  html.lt-ie9 body {
    margin-bottom: 0;
  }
  html.lt-ie9 .footer {
    position: relative;
    bottom: inherit;
  }
}
.action-box {
  font-size: 14px;
  list-style: outside none none;
  margin: 2px 0 0;
  padding: 5px 0;
}

.action-box .sort-by {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}

.action-box .sort-by:before,
.action-box .sort-by:after {
  content: " ";
  display: table;
}

.action-box .sort-by:after {
  clear: both;
}

.action-box .sort-by label {
  font-weight: bold;
  float: left;
  padding-top: 6px;
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

.action-box .sort-by .customSelect {
  float: left;
  width: 50%;
}

.action-box .customSelect {
  position: relative;
  font-weight: bold;
  display: inline-block;
  height: 32px;
  color: #555;
}

.action-box .customSelect-value {
  position: absolute;
  border: 1px solid #bbb;
  overflow: hidden;
}

.action-box .customSelect-value > a {
  display: none;
  padding: 5px 30px 5px 10px;
  color: #666;
  background-color: #fff;
  text-decoration: none;
}

.action-box .customSelect-value a:hover,
.action-box .customSelect-value a.selected {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.action-box .customSelect-value > a.selected,
.action-box .customSelect-value.open > a {
  display: block;
}

.action-box .customSelect-value:before {
  font-family: "Glyphicons Halflings";
  content: "\e252";
  color: #00a9e0;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  pointer-events: none;
}

.action-box .customSelect-value.open:before {
  content: "\e253";
}

.action-box .customSelect-value.open {
  height: auto;
}

.action-box .customSelect-value > a,
.action-box .customSelect-value.open > a,
.action-box .customSelect-value.open > a:focus,
.action-box .customSelect-value.open > a:hover {
  background-color: #fff;
}

.action-box .my-action-table {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.action-box .my-action-table table {
  width: 100%;
}

.action-box .my-action-table table > thead > tr > th {
  padding-bottom: 10px;
}

.action-box .my-action-table table > tbody > tr > td {
  font-size: 14px;
  padding-right: 10px;
  vertical-align: top;
}

.action-box .my-action-table td.title .due-date {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.action-listing .btn-group {
  display: none;
}

.action-listing .btn-group.actionshow {
  display: table;
  margin-bottom: 15px;
}

.action-listing label {
  font-weight: bold;
  padding-right: 10px;
  padding-top: 6px;
  text-align: right;
  white-space: nowrap;
  display: inline-block;
  float: left;
}

.action-listing .btn {
  cursor: default;
  background-color: #FFF;
  text-align: left;
  padding-right: 40px;
  display: inline-block;
  width: auto;
  font-weight: bold;
}

.action-listing .caret {
  position: absolute;
  right: 7px !important;
  top: 12px !important;
  color: #00a9e0;
}

.action-listing .btn-default:hover,
.action-listing .btn-default:focus,
.action-listing .btn-default:active,
.action-listing .btn-default.active,
.action-listing .open .dropdown-toggle.btn-default {
  background-color: #FFF;
  box-shadow: none;
}

.action-listing .btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.action-listing .dropdown-menu {
  margin-top: 0;
  width: auto !important;
  left: 100px !important;
}

.action-listing .dropdown-menu.newsfeed-menu {
  left: 89px !important;
  padding-top: 0;
  padding-bottom: 0;
}

.action-listing .dropdown-menu > li > a {
  padding: 3px 10px !important;
  font-weight: bold;
}

.action-listing .actiontable {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.action-listing .actiontable .actionhide {
  display: none;
}

.action-listing .media {
  margin-top: 0;
}

.action-listing .media-body h4,
.action-listing .media-body p {
  margin-top: 0;
  margin-bottom: 5px;
}

.action-listing .media-body h4 small a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  white-space: nowrap;
}

.action-listing .media-body h4 small a:focus,
.action-listing .media-body h4 small a:hover {
  text-decoration: none;
}

.action-listing .media-body h4 > a {
  color: #666;
  font-size: 17px;
}

.action-listing .media-body h4 > a small {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.action-listing .media-body h4 > a:focus,
.action-listing .media-body h4 > a:hover {
  text-decoration: none;
}

.action-listing .media-body h4 > a:focus small,
.action-listing .media-body h4 > a:hover small {
  text-decoration: none;
}

.action-listing .media-body .date,
.action-listing .media-body .cat {
  font-size: 13px;
  color: #888;
}

@media (max-width: 510px) {
  .action-listing .btn-group {
    margin-bottom: 15px;
    display: table;
  }
}
/************************* MM MENU *******************************/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  transition: transform 0.4s ease;
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a > span {
  position: relative;
  top: -1px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  width: 20px;
  height: 20px;
  background-color: #9b2583;
  color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  padding: 3px 0;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}

.mm-menu {
  background: #444;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

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-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-slideout {
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 0);
  }
}
.mm-menu.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

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: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-iconpanel .mm-panel {
  transition-property: transform, left;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: "x";
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  transition: right 0.4s ease;
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

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%;
  opacity: 0.1;
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle,
label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
  transition: transform 0.4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li {
  transition: none 0.4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: 100ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: 200ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: 300ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: 400ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: 500ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: 600ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: 700ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  transition-property: transform, opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  transition-property: opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  transition-property: opacity, top;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
  opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: #fff;
}

html.mm-pagedim-black #mm-blocker {
  background: #000;
}

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.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-slideout {
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-440px, 0);
  }
}
html.mm-front .mm-slideout {
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
  transition: transform 0.4s ease;
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

@media (min-width: 768px) {
  .mm-menu.mm-offcanvas {
    display: none;
  }
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(0, 0);
  }
  html.mm-blocking,
  html.mm-blocking body,
  html.mm-opened {
    overflow: auto;
  }
}
/************************* MENU *******************************/
body.animation .container,
body.animation .container-fluid {
  /*	-moz-transition: width 0.35s ease-in-out;
   -o-transition: width 0.35s ease-in-out;
   -webkit-transition: width 0.35s ease-in-out;
   transition: width 0.35s ease-in-out*/
}

body.animation a,
body.animation .btn {
  /*	-moz-transition: all 0.35s ease-in-out;
   -o-transition: all 0.35s ease-in-out;
   -webkit-transition: all 0.35s ease-in-out;
   transition: all 0.35s ease-in-out*/
}

@media (max-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
  .dropdown-submenu > a:after {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 60px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 55px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px;
  }
}
.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}

@media (max-width: 480px) {
  .block-xxs {
    display: block;
    width: 100%;
  }
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-12 {
    width: 100%;
    float: none;
  }
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .block-xs {
    display: block;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  min-width: 290px;
}

header {
  min-height: 50px;
}

.search-mobile-toggle {
  position: absolute;
  top: 15px;
  right: 47px;
  padding: 2px 4px;
}

.navbar-mobile-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.pageadmin .search-mobile-toggle {
  top: 55px;
}

.pageadmin .navbar-mobile-toggle {
  top: 55px;
}

@media (min-width: 768px) {
  .search-mobile-toggle {
    display: none;
  }
  .navbar-mobile-toggle {
    display: none;
  }
}
.navbar-mobile-toggle .glyphicon-remove {
  display: none;
}

html.mm-opening .navbar-mobile-toggle .glyphicon-menu-hamburger {
  display: none;
}

html.mm-opening .navbar-mobile-toggle .glyphicon-remove {
  display: inline-block;
  color: #d92231;
}

/* Search default */
.search-mobile-toggle .navmobile-icon-search {
  display: inline-block;
  background-image: url("../images/mobile-search.png");
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.search-mobile-toggle .navmobile-icon-search2 {
  display: none;
}

/* Search opened */
body.open-offcanvas .search-mobile-toggle .navmobile-icon-search {
  display: none;
}

body.open-offcanvas .search-mobile-toggle .navmobile-icon-search2 {
  display: inline-block;
  background-image: url("../images/mobile-search-hover.png");
  width: 33px;
  height: 33px;
  cursor: pointer;
}

/* Hamburger default */
.navbar-mobile-toggle .navmobile-icon-hamburger {
  display: inline-block;
  background-image: url("../images/mobile-hamburger.png");
  width: 67px;
  height: 59px;
  cursor: pointer;
}

.navbar-mobile-toggle .navmobile-icon-hamburger2 {
  display: none;
}

.ie8 .navbar-mobile-toggle.collapsed .navmobile-icon-hamburger {
  /* IE8 */
  display: inline-block;
  background-image: url("../images/mobile-hamburger.png");
  width: 67px;
  height: 59px;
  cursor: pointer;
}

.ie8 .navbar-mobile-toggle.collapsed .navmobile-icon-hamburger2 {
  /* IE8 */
  display: none;
}

/* Hamburger opened */
html.mm-opening .navbar-mobile-toggle .navmobile-icon-hamburger {
  display: none;
}

html.mm-opening .navbar-mobile-toggle .navmobile-icon-hamburger2 {
  display: inline-block;
  background-image: url("../images/mobile-hamburger-hover.png");
  width: 67px;
  height: 59px;
  cursor: pointer;
}

.ie8 .navbar-mobile-toggle .navmobile-icon-hamburger {
  /* IE8 */
  display: none;
}

.ie8 .navbar-mobile-toggle .navmobile-icon-hamburger2 {
  /* IE8 */
  display: inline-block;
  background-image: url("../images/mobile-hamburger-hover.png");
  width: 67px;
  height: 59px;
  cursor: pointer;
}

.navbar-mobile-toggle[data-toggle=collapse] {
  display: none;
}

@media (max-width: 767px) {
  html.lt-ie9 .navbar-mobile-toggle {
    display: none;
  }
  html.lt-ie9 .navbar-mobile-toggle[data-toggle=collapse] {
    display: block;
  }
}
#menu {
  display: none;
}

.navbar-mobile .mm-listview > li {
  border-bottom: 1px solid #e3e3e3;
}

.navbar-mobile #mm-1 .mm-listview > li:first-child {
  background-color: #000;
  text-align: center;
  padding: 10px 10px 10px 20px;
}

.navbar-mobile #mm-1 .mm-listview > li:first-child > a {
  display: inline;
  padding: 0;
}

.navbar-mobile .mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 0;
}

.navbar-mobile .mm-listview .mm-next {
  display: block;
  background: url("../images/blank.png");
  width: 100%;
  left: 0;
}

.navbar-mobile .mm-listview .mm-next:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: inline-block;
  width: 50px;
  color: #d92231;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  border-left-width: 0;
}

.navbar-mobile .mm-listview .mm-next:after {
  display: none;
}

.navbar-mobile .mm-navbar {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.navbar-mobile .mm-navbar > *,
.navbar-mobile .mm-navbar a {
  color: #444;
}

.navbar-mobile .mm-prev:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  left: 5px;
  width: inherit;
  height: inherit;
  color: #d92231;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  transform: rotate(0);
  border: 0;
}

html.mm-fullscreen .navbar-mobile {
  top: 59px;
}

html.mm-fullscreen .pageadmin .navbar-mobile {
  top: 116px;
}

html.lt-ie9 .mm-menu {
  max-width: inherit;
}

@media (max-width: 767px) {
  html.lt-ie9.mm-right.mm-opening .mm-slideout {
    position: relative;
    left: -80%;
  }
}
.navbar-mobile.mm-menu .menu > a {
  width: 100%;
}

.navbar-default {
  margin-bottom: 0;
  min-height: 1px;
  border: 0;
}

.pagehome .navbar-default {
  display: none;
}

@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    height: auto !important;
  }
}
.navbar-default .navbar-container {
  /*background-color: #adafaf*/
}

@media (max-width: 767px) {
  .pagehome .navbar-default {
    display: block;
  }
  .navbar-default .navbar-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
}
.navbar-default .navbar-container:before,
.navbar-default .navbar-container:after {
  display: table;
  content: " ";
}

.navbar-default .navbar-container:after {
  clear: both;
}

.navbar-default .navbar-nav {
  margin: 0;
}

.navbar-default:not(.navbar-admin) .navbar-nav > li > a,
.navbar-expand-lg:not(.navbar-admin) .navbar-nav .nav-link {
  margin-bottom: 0;
  padding: 10px 15px;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-default:not(.navbar-admin) .navbar-nav > li > a,
  .navbar-expand-lg:not(.navbar-admin) .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .navbar-expand-lg:not(.navbar-admin) .navbar-nav:last-child .nav-link {
    padding: 10px 0px 10px 15px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    text-align: left;
  }
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > [data-toggle=dropdown]:after {
    content: " ";
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #f3f3f3;
    color: #666 !important;
  }
}
.navbar-default .navbar-nav > li .dropdown-menu {
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav > li.user > span {
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-default .navbar-nav > li.user a {
  color: #fff;
}

.navbar-default .navbar-nav > li .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
  background-color: #4d4f53;
}

.navbar-default .navbar-nav > li .dropdown-menu > .open > a {
  background-color: #4d4f53;
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    min-width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > .dropdown-menu > li .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li + li > a {
    /*border-left: 1px solid #d5d5d5;
     border-left-color: rgba(255, 255, 255, 0.3)*/
  }
}
.navbar-default .navbar-nav > li + li.open > a {
  border-left-color: transparent;
}

.navbar-default .navbar-nav.nav-justified {
  margin: 0;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav.nav-justified {
    width: auto;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav.nav-justified {
    float: none;
    margin: 0;
  }
}
.navbar-default .navbar-nav.nav-justified > li {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav.nav-justified > li > a {
    display: table;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-default .navbar-nav.nav-justified > li:nth-of-type(2) > a {
    padding-left: 25px;
  }
  .navbar-default .navbar-nav.nav-justified > li > a > span {
    display: table-cell;
    vertical-align: middle;
    color: #666;
  }
  .navbar-default .navbar-nav.nav-justified > li.active > a > span {
    color: #fff;
  }
}
@media (max-width: 1599px) {
  .navbar-default .navbar-nav.nav-justified > li.last > .dropdown-menu [data-toggle=dropdown]:after {
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .navbar-default .navbar-nav.nav-justified > li.last > .dropdown-menu .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    box-shadow: none;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  /*color: #fff*/
}

@media (min-width: 768px) {
  html.no-mobile .navbar-default .navbar-nav > .dropdown:hover > a {
    background-color: #4d4f53;
    color: #fff;
  }
}
/*@media (min-width: 768px) {
   html.no-mobile .navbar-default .navbar-nav>.dropdown:hover>.dropdown-menu {
     display: block
   }
 }*/
.navbar-default .navbar-nav [data-toggle=dropdown] {
  background-position: right center;
  background-repeat: no-repeat;
}

/*.navbar-default .navbar-nav>li+li>a {
   border-left: 0
 }*/
@media (max-width: 767px) {
  .animation .navbar-default .navbar-nav > li > [data-toggle=dropdown] {
    /*background-image: url("../img/caret-down.png");*/
    color: #666;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .dropdown-menu [data-toggle=dropdown] {
    /*background-image: url("../img/caret-down.png");*/
    color: #666;
  }
}
/*@media (max-width: 1599px) {
   .navbar-default .navbar-nav.nav-justified>li.last>.dropdown-menu [data-toggle="dropdown"] {
     background-image: url("../img/caret-down.png");
     color: #666;
   }
 }*/
.navbar-user-control {
  padding: 10px 0;
  clear: both;
}

.navbar-user-control:before,
.navbar-user-control:after {
  display: table;
  content: " ";
}

.navbar-user-control:after {
  clear: both;
}

.navbar-user-control .nav {
  display: inline-block;
}

.navbar-user-control .nav > li {
  display: inline;
}

.navbar-user-control .nav > li > a {
  display: inline-block;
  padding: 0;
}

.navbar-user-control .nav > li > a:focus,
.navbar-user-control .nav > li > a:hover {
  background-color: transparent;
}

.navbar-user-control .nav > li > a > .fa:first-child {
  margin-right: 5px;
}

.navbar-user-control .nav > li > a > .badge:last-child {
  margin-left: 5px;
}

.navbar-user-control .nav > li + li:before {
  margin-right: 2px;
  padding: 0 5px;
  color: #ccc;
  content: "|";
}

@media (min-width: 768px) {
  .navbar-user-control .nav.nav-right {
    float: right;
  }
}
/***********************************SLICK SLIDER*******************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: block;
}

.healthslider button.slick-prev.slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 999;
  left: -50px;
  background: transparent;
  border: none;
  color: #4381c3;
  font-size: 40px;
  outline: none;
}

.healthslider button.slick-next.slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 999;
  right: -50px;
  background: transparent;
  border: none;
  color: #4381c3;
  font-size: 40px;
  outline: none;
}

.worklifeSlider button.slick-prev.slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 999;
  left: -50px;
  background: transparent;
  border: none;
  color: #4381c3;
  font-size: 40px;
  outline: none;
}

.worklifeSlider button.slick-next.slick-arrow {
  position: absolute;
  top: 37%;
  z-index: 999;
  right: -50px;
  background: transparent;
  border: none;
  color: #4381c3;
  font-size: 40px;
  outline: none;
}

.healthslider button.slick-prev.slick-arrow i {
  font-weight: normal;
}

.healthslider button.slick-next.slick-arrow i {
  font-weight: normal;
}

.worklifeSlider button.slick-prev.slick-arrow i {
  font-weight: normal;
}

.worklifeSlider button.slick-next.slick-arrow i {
  font-weight: normal;
}

.slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  font-size: 40px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 15;
}

.slick .slick-arrow i {
  font-weight: normal;
}

.slick .slick-arrow:focus,
.slick .slick-arrow:hover {
  outline: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.slick .slick-arrow.slick-prev {
  left: 0;
}

.slick .slick-arrow.slick-next {
  right: 0;
}

.slick .slick-arrow > span {
  display: block;
  line-height: inherit;
}

.slick .item:focus,
.slick .item:hover {
  outline: none;
}

.slick .content {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 20px;
  text-align: center;
  color: #fff;
}

section.carousel-sec .slick-slide img {
  display: block;
  background-position: top center;
  max-height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.carousel-sec .slick-slide .bg img {
  display: block;
  background-position: top center;
  max-height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023px) {
  .slick .content {
    max-width: 100%;
    margin: 0px 30px;
  }
}
@media (min-width: 1024px) {
  .slick .content {
    left: 0;
    right: 0;
    padding-bottom: 30px;
    max-width: 1080px;
    margin: 0 auto;
  }
}
.slick .content ul {
  list-style-type: none;
  padding-left: 0;
}

.slick .content ul li {
  margin-bottom: 5px;
}

.slick .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  list-style: none;
  z-index: 15;
}

@media (max-width: 850px) {
  section.carousel-sec .slick-slide .bg img {
    max-height: 580px !important;
  }
}
@media (min-width: 768px) {
  .slick .slick-dots {
    bottom: 20px;
  }
}
.slick .slick-dots li {
  display: inline;
  margin: 1px 4px;
}

.slick .slick-dots li button {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.slick .slick-dots li button:focus,
.slick .slick-dots li button:hover {
  outline: none;
}

.slick .slick-dots li.slick-active button {
  background-color: #43727e;
}

.main-carousel .banner .item {
  position: relative;
}

.main-carousel .banner .banner-img {
  position: relative;
}

@media (max-width: 767px) {
  .main-carousel .banner .banner-img {
    padding: 0px;
  }
  .slick .content {
    margin: 0px 45px;
  }
}
@media (min-width: 768px) {
  .main-carousel .banner .banner-img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.main-carousel .banner[class*=banner-col-] .content {
  background: none;
  padding: 25px 15px 30px;
  text-align: left;
}

.main-carousel .banner[class*=banner-col-] .content h1:first-child,
.main-carousel .banner[class*=banner-col-] .content h2:first-child,
.main-carousel .banner[class*=banner-col-] .content h3:first-child,
.main-carousel .banner[class*=banner-col-] .content h4:first-child,
.main-carousel .banner[class*=banner-col-] .content h5:first-child,
.main-carousel .banner[class*=banner-col-] .content h6:first-child {
  margin-top: 0;
}

.main-carousel .banner[class*=banner-col-] .content a {
  color: #fff;
}

@media (min-width: 768px) {
  .main-carousel .banner[class*=banner-col-] .slick-dots {
    bottom: 10px;
  }
}
@media (min-width: 768px) {
  .main-carousel .banner.banner-col-sm-6-6 .content,
  .main-carousel .banner.banner-col-sm-8-4 .content,
  .main-carousel .banner.banner-col-md-6-6 .content,
  .main-carousel .banner.banner-col-md-8-4 .content {
    top: 0;
    right: 0;
    bottom: 0;
  }
  .main-carousel .banner.banner-col-sm-6-6 .slick-dots,
  .main-carousel .banner.banner-col-sm-8-4 .slick-dots,
  .main-carousel .banner.banner-col-md-6-6 .slick-dots,
  .main-carousel .banner.banner-col-md-8-4 .slick-dots {
    right: 0;
    width: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .main-carousel .banner.banner-col-sm-6-6 .content {
    left: 66.66666667%;
  }
  .main-carousel .banner.banner-col-sm-6-6 .slick-dots {
    left: -34.677%;
  }
}
@media (min-width: 768px) {
  .main-carousel .banner.banner-col-sm-8-4 .slick-dots {
    left: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .main-carousel .banner.banner-col-md-6-6 .content {
    left: 50%;
  }
  .main-carousel .banner.banner-col-md-6-6 .banner-img {
    width: 50%;
  }
  .main-carousel .banner.banner-col-md-6-6 .slick-dots {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .main-carousel .banner.banner-col-md-8-4 .content {
    left: 66.66666667%;
    top: 30px;
  }
  .main-carousel .banner.banner-col-md-8-4 .banner-img {
    width: 100%;
  }
  .main-carousel .banner.banner-col-md-8-4 .slick-dots {
    right: -120%;
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .navbar-default .navbar-nav.nav-justified > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* custom */
.pagedashboard .navbar-default .navbar-nav {
  width: auto;
  background: #e7e7e7;
}

.pagedashboard .navbar-default .navbar-nav > li {
  width: auto;
  font-family: "Nunito", Arial;
  font-size: 16px;
}

/* START extend mega menu */
.navbar-default-megamenu {
  position: relative;
}

.navbar-default-megamenu .navbar-nav > li > .dropdown-megamenu {
  min-width: inherit;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* 1 col */
.navbar-default-megamenu .navbar-nav > .dropdown > .dropdown-megamenu {
  width: 200px;
  margin-left: -100px;
}

.navbar-default-megamenu .navbar-nav > .dropdown > .dropdown-megamenu .megamenu-col {
  width: 100%;
}

/* 2 col */
.navbar-default-megamenu .navbar-nav > .megamenu-col-2 > .dropdown-megamenu {
  width: 400px;
  margin-left: -200px;
}

.navbar-default-megamenu .navbar-nav > .megamenu-col-2 > .dropdown-megamenu .megamenu-col {
  width: 50%;
}

/* 3 col */
.navbar-default-megamenu .navbar-nav > .megamenu-col-3 > .dropdown-megamenu {
  width: 600px;
  margin-left: -300px;
}

.navbar-default-megamenu .navbar-nav > .megamenu-col-3 > .dropdown-megamenu .megamenu-col {
  width: 33.33333333%;
}

/* 4 col */
.navbar-default-megamenu .navbar-nav > .megamenu-col-4 > .dropdown-megamenu {
  width: 800px;
  margin-left: -400px;
}

.navbar-default-megamenu .navbar-nav > .megamenu-col-4 > .dropdown-megamenu .megamenu-col {
  width: 25%;
}

/* 5 col */
.navbar-default-megamenu .navbar-nav > .megamenu-col-5 > .dropdown-megamenu {
  width: 1000px;
  margin-left: -500px;
}

.navbar-default-megamenu .navbar-nav > .megamenu-col-5 > .dropdown-megamenu .megamenu-col {
  width: 20%;
}

.navbar-default-megamenu .megamenu-container {
  margin: 0;
  padding: 0;
}

.navbar-default-megamenu .megamenu-container:before,
.navbar-default-megamenu .megamenu-container:after {
  content: " ";
  display: table;
}

.navbar-default-megamenu .megamenu-container:after {
  clear: both;
}

.navbar-default-megamenu .megamenu-container .megamenu-row {
  width: 100%;
}

.navbar-default-megamenu .megamenu-container .megamenu-row:before,
.navbar-default-megamenu .megamenu-container .megamenu-row:after {
  content: " ";
  display: table;
}

.navbar-default-megamenu .megamenu-container .megamenu-row:after {
  clear: both;
}

.navbar-default-megamenu .megamenu-col {
  float: left;
  padding: 15px;
  width: 100%;
}

.navbar-default-megamenu .megamenu-container {
  padding-top: 10px;
}

.navbar-default-megamenu .megamenu-container .page-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
}

.navbar-default-megamenu .megamenu-container .page-title a,
.navbar-default-megamenu .megamenu-container .page-title a:hover,
.navbar-default-megamenu .megamenu-container .page-title a:focus {
  padding: 0;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

.navbar-default-megamenu .megamenu-container .page-title a:hover,
.navbar-default-megamenu .megamenu-container .page-title a:focus {
  color: #00a9e0;
}

.navbar-default-megamenu .megamenu-container .nav a {
  padding: 6px 20px;
  position: relative;
  color: #333;
  border-left: 0;
  text-align: left;
}

.navbar-default-megamenu .megamenu-container .nav a:before {
  position: absolute;
  top: 12px;
  content: "";
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 4px dashed;
  border-left: 4px solid\9 ;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  color: #00a9e0;
}

.navbar-default-megamenu .megamenu-container .nav a:hover,
.navbar-default-megamenu .megamenu-container .nav a:focus,
.navbar-default-megamenu .megamenu-container .nav .open > a {
  background-color: transparent;
  color: #00a9e0;
}

.navbar-default-megamenu .megamenu-container .nav .open > a:before {
  margin-top: 2px;
  margin-left: -2px;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.navbar-default-megamenu .megamenu-container .nav .dropdown-menu {
  position: static;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.navbar-default-megamenu .megamenu-container .nav .dropdown .dropdown-menu,
.navbar-default-megamenu .megamenu-container .nav .dropdown-submenu .dropdown-menu {
  position: relative;
  left: 0;
  margin-left: 20px;
}

.navbar-default-megamenu .megamenu-container .dropdown-submenu > a:after {
  display: none;
}

.navbar-default-megamenu .megamenu-container .nav .dropdown-menu > li > a:hover,
.navbar-default-megamenu .megamenu-container .nav .dropdown-menu > li > a:focus,
.navbar-default-megamenu .megamenu-container .nav .dropdown-menu > .open > a,
.navbar-default-megamenu .megamenu-container .nav .dropdown-menu > .open > a:hover,
.navbar-default-megamenu .megamenu-container .nav .dropdown-menu > .open > a:focus {
  background-color: transparent;
  color: #00a9e0 !important;
}

/* END extend mega menu */
/*custom*/
#content {
  padding: 15px 0;
  font-weight: 500;
}

#content h1 {
  color: #444;
}

#content h1.title {
  margin-top: 0;
}

.left-panel {
  padding-left: 20px;
}

.mid-panel {
  padding-right: 25px;
}

.right-panel {
  border-left: 1px solid #dadada;
}

.main-panel {
  padding: 0 25px;
}

.main-panel .ctn {
  margin-left: 15px;
  margin-bottom: 15px;
}

.main-panel .graph-chart {
  border: 1px solid #cacaca;
  text-align: center;
  padding: 15px;
}

.main-panel .graph-chart span.total {
  font-size: 30px;
  display: block;
}

.graph-table table {
  margin-bottom: 40px;
}

.graph-table ul,
.graph-table ol {
  margin-left: -1.5em;
}

.graph-table .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #ebebeb;
}

.graph-table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.graph-table tfoot {
  font-weight: bold;
  border-top: 3px solid #ddd;
}

.graph-table .title,
.graph-table a.title {
  color: #000;
  display: block;
  font-weight: bold;
}

.graph-table a.title:hover,
.graph-table a.title:focus {
  text-decoration: none;
  outline: 0;
}

.graph-table .desc {
  color: #444;
  display: none;
  margin: 10px 0;
}

.module-links {
  padding: 5px 4px 15px 15px;
}

.module-links h4 {
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
}

.module-links ul {
  margin: 0;
  padding: 0 20px 0 0;
}

.module-links ul > li {
  list-style: none;
  margin: 10px 0;
}

.module-links ul > li > a {
  text-decoration: underline;
}

.module-links ul > li.view-all {
  margin: 20px 0 0;
}

.mid-panel .graph-action {
  padding: 0;
  float: right;
}

.main-panel .graph-data {
  position: relative;
}

.main-panel .graph-data .desc {
  padding-right: 50px;
}

.main-panel .graph-data > div {
  display: table;
  height: 71px;
  min-height: 71px;
}

.main-panel .graph-data span {
  display: table-cell;
  vertical-align: middle;
}

.main-panel .graph-action {
  padding: 4px 0;
  float: right;
}

.main-panel .module-grey-box .show-more {
  display: block;
}

.main-panel .module-grey-box .graph-chart {
  border: none;
}

.main-panel .table > thead > tr {
  background: none;
}

.main-panel .table > thead > tr > th {
  color: #000;
}

.main-panel .module-grey-box .table > thead > tr > th {
  color: #fff;
}

.main-panel h1 {
  margin-top: 0;
}

.module-grey-box {
  background: #e6e6e6;
  margin-bottom: 15px;
  padding: 5px;
  position: relative;
}

.module-grey-box .total,
.module-grey-box .hide-total {
  color: #444;
  display: block;
  font-size: 45px;
  line-height: 1em;
}

.module-grey-box .desc {
  color: #444;
  display: block;
  font-size: 20px;
}

.module-grey-box .show-more {
  display: inline-block;
}

.module-grey-box .show-total {
  display: inline-block;
}

.module-grey-box a:hover,
.module-grey-box a:focus {
  text-decoration: none;
  cursor: pointer;
}

.module-grey-box .percentage {
  font-size: 50px;
  line-height: 1em;
}

.module-grey-box .table > thead > tr {
  background-color: #169788;
  color: #fff;
}

.module-grey-box .graph-table table {
  margin-bottom: 10px;
}

.module-grey-box h3 {
  color: #444;
}

.submenu {
  padding: 0 15px;
}

.submenu:focus {
  outline: none;
}

.fa-2 {
  color: #fff;
  font-size: 2em;
}

.ctn-hidden {
  display: none;
}

#navigation .mobile-userctrl {
  display: none;
}

#data-table {
  margin-top: -15px;
}

.section-home {
  padding-top: 5px;
}

.section-home h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

#nav-home {
  width: 264px;
  height: 64px;
  left: 57px;
  position: relative;
}

#nav-home:hover {
  cursor: pointer;
}

a.toggle-desc {
  color: #fff;
}

a.toggle-desc .fa {
  font-size: 15px;
}

.fa.toggle-default {
  color: #007a93;
}

.legend-green {
  color: #216a26;
}

.legend-lightgreen {
  color: #2ca634;
}

.legend-cyan {
  color: #85c9d5;
}

.legend-golden {
  color: #f9d381;
}

.legend-darktangerine {
  color: #f9b115;
}

.legend-orange {
  color: #ff8522;
}

.legend-blue {
  color: #007a93;
}

.legend-midblue {
  color: #00566a;
}

.legend-bluegreen {
  color: #8ec6c0;
}

.legend-purple {
  color: #60408e;
}

.table.table-legend {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

.table.table-legend > thead > tr > th,
.table.table-legend > tbody > tr > th,
.table.table-legend > tfoot > tr > th,
.table.table-legend > thead > tr > td,
.table.table-legend > tbody > tr > td,
.table.table-legend > tfoot > tr > td {
  border: none;
  padding: 4px;
}

.table.table-data tr {
  background: #e6e6e6;
}

.table.table-data tr.odd {
  background: #fff;
}

.table.table-data td,
.table.table-data tr.desc {
  border-top: none;
}

.table.table-data tfoot tr {
  background: #fff;
}

/*google chart*/
#data-chart tr:hover {
  cursor: help;
}

/*fix overlayed content issue on mobile*/
html.mm-front .section {
  z-index: -1;
  position: relative;
}

@media (max-width: 767px) {
  .left-panel {
    padding: 0 10px 10px;
  }
  .mid-panel {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .mid-panel .graph-chart {
    text-align: center;
  }
  .right-panel {
    border-left: none;
    padding: 0 20px;
  }
  .right-panel .module-links {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main-panel .graph-chart {
    margin-bottom: 20px;
  }
  .main-panel .graph-table {
    padding: 0;
  }
  .module-grey-box .show-total {
    display: block;
  }
  .section.section-home {
    margin-top: 0;
  }
  .pad-xs-0 {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .mid-panel .module-grey-box .total {
    font-size: 38px;
  }
  .main-panel .graph-data span.desc {
    font-size: 15px;
  }
  .main-panel .graph-data span.total.value-number {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .main-panel .graph-data .desc {
    display: block;
  }
}
/* Added 20160411 */
@media (max-width: 767px) {
  /* Set larger font size in mobile */
  body,
  .mm-listview {
    font-size: 16px;
  }
  /* Make more space for touch area */
  .mm-listview > li > a,
  .mm-listview > li > span {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* END 20160411 */
/* Added 20160601 */
.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
 .footable-row-detail-value {
   overflow-wrap: break-word;
   word-wrap: break-word;
   -ms-word-break: break-all;
   word-break: break-all;
   word-break: break-word;
   -ms-hyphens: auto;
   -moz-hyphens: auto;
   -webkit-hyphens: auto;
   hyphens: auto;
 }
 */
@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;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  transform: translate(0px, 0px);
  color: #007a93;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle::before {
  content: "\f0fe";
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
  content: "\f146";
}

@media (max-width: 480px) {
  .plustoggle .footable-toggle {
    display: none !important;
  }
}
/* END 20160601 */
/*Added 20160609*/
.banner.slick {
  display: none;
}

.banner.slick.slick-initialized {
  display: block;
}

/*Added 20160627*/
.footable.breakpoint > tbody > tr > td.footable-first-column {
  display: table;
  border-top: none;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: table-cell;
  padding: 10px 20px 10px 10px;
}

.footable.table > thead > tr > th,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > tbody > tr > td,
.footable.table > tfoot > tr > td,
.footable-row-detail td.footable-row-detail-cell {
  border-top: none;
}

.footable-odd {
  background-color: #e6e6e6;
}

/*.footable-row-detail-name{width:15%;}*/
.legend-darkblue {
  color: #003340;
}

.table-desc > .footable-row-detail-name {
  display: none;
}

.footable-loaded .footable-row-detail-row:last-of-type > .footable-row-detail-name {
  display: none;
}

.footable-loaded .footable-row-detail-row:last-of-type > .footable-row-detail-value {
  width: 100%;
  padding: 10px 0;
}

.footable-loaded .footable-row-detail-row:last-of-type > .footable-row-detail-value {
  -webkit-hyphens: none;
  hyphens: none;
}

.footable-row-detail-name,
.footable-row-detail-value {
  display: inline-block;
}

@media (max-width: 480px) {
  .footable-row-detail-name {
    width: 25%;
  }
}
/* bs4 upgarde - additional changes - 22-12.2020 */
.main-panel .chartbox-display {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-admin .navbar-nav.navbar-right {
  width: 100%;
  justify-content: flex-end;
}

.navbar-admin .top-header-nav {
  top: -43px;
  right: 7px;
}

.navbar-admin .navbar-nav.navbar-right .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #00677f;
}

.navbar-admin .navbar-right .dropdown-toggle::after {
  font-size: 25px;
  position: relative;
  top: 5px;
  right: 4px;
}

.navbar-admin .navbar-right .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-admin .navbar-right .dropdown-menu a {
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.mm-menu .mm-listview > li a {
  color: #fff;
}

.table th {
  border-top: none;
}

/*TR daimler start work CHD Ui team*/
/*calender-css*/
section h1 {
  font-size: 31px;
  color: #46555f;
  line-height: 1.1em;
  text-align: left;
  font-weight: normal;
  font-family: "Nunito", sans-serif;
}

.calender-img {
  width: 5%;
  float: left;
}
.calender-img img {
  width: 32px;
}

.calender-test {
  width: 92%;
  float: right;
}
.calender-test h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.calender-test h2 {
  line-height: 30px;
}
.calender-test h2 span {
  font-weight: 600;
  font-size: 22px;
  color: #4D85BD;
  vertical-align: top;
  font-family: "Nunito", sans-serif;
}

.calender-test h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.calender-test h3 strong {
  color: #333;
  font-size: 16px;
}

.calender-test p {
  color: #3E3D4D;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  display: inline-block;
  max-width: 450px;
  margin: 5px 0px 20px 0px;
}

.reco-button a {
  color: #fff;
  border-width: 0px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  background-color: #7CAA2D;
  padding: 5px 30px;
  border-color: #7CAA2D;
  display: inline-block;
  margin-bottom: 15px;
}
.reco-button a:hover {
  color: #fff;
  background-color: #7CAA2D;
}

.border-green {
  border-bottom: #7CAA2D 1px solid;
}

@media (max-width: 767px) {
  .calender-test h2 {
    margin-bottom: 0px;
    line-height: 30px;
  }
  .calender-test h2 span {
    font-weight: 400;
    font-size: 20px;
  }
  .calender-test h3 {
    margin-bottom: 0px;
  }
  .calender-test h3 strong {
    color: #333;
    font-size: 16px;
  }
  .calender-test p {
    margin: 5px 0px 20px 0px;
  }
}
.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  opacity: inherit;
}

.top-heading .reco-button {
  text-align: left;
  margin-left: 40px;
}

.footer {
  background-color: #000;
  color: #fff;
}
.footer .container {
  padding: 15px;
}
.footer .footer-col p {
  margin-bottom: 0px;
}

.calender-section {
  margin: 62px 0px 70px 0px;
}

.top-heading .embed-responsive-16by9::before {
  padding-top: 67.25% !important;
}

@media (max-width: 1199px) {
  .healthslider button.slick-prev.slick-arrow {
    left: 15px;
  }
  .healthslider button.slick-next.slick-arrow {
    right: 15px;
  }
  .worklifeSlider button.slick-prev.slick-arrow {
    left: 15px;
  }
  .worklifeSlider button.slick-next.slick-arrow {
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .calender-test {
    width: 90%;
    float: right;
  }
  .calender-section {
    margin: 15px 0px 35px 0px;
  }
}
@media (max-width: 767px) {
  .footer-col p {
    text-align: center;
  }
  .reco-button {
    text-align: left !important;
  }
  .reco-button a {
    margin-left: 55px;
  }
  .calender-test {
    width: 87%;
  }
  .top-heading .reco-button a {
    margin-left: 0px;
  }
}
/*video-resource-css*/
section.video-resource {
  margin: 62px 0px 70px 0px;
}

section.video-resource h2 {
  font-size: 31px;
  color: #46555f;
  line-height: 1.1em;
  text-align: left;
}

.video-resource-content {
  padding: 27px 0px;
}

.video-resource-content ul {
  margin: 0;
  padding: 0;
}
.video-resource-content li {
  margin-left: 20px;
  list-style: disc;
  color: #666;
  font-size: 22px;
}

.video-resource-content p {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}

.video-resource-content ul li a {
  color: #7CAA2D;
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 600;
}

@media (max-width: 1023px) {
  section.video-resource {
    margin: 15px 0px 70px 0px;
  }
}
@media (max-width: 767px) {
  .video-resource-img {
    display: none;
  }
}
/*home-css*/
section.take-survey {
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: #72A035;
}

section.take-survey h1 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  color: #fff;
  line-height: 1.3em;
  padding-bottom: 10px;
}
section.take-survey p {
  color: #fff;
  font-size: 19px;
  padding: 0;
  margin-bottom: 0px;
  word-break: break-word;
  line-height: 1.6;
  font-weight: normal;
}
section.take-survey a.take-survey-btn {
  color: #3E3D4D;
  border-width: 0px;
  border-radius: 47px;
  font-size: 20px;
  font-weight: 700;
  background-color: #E5CC38;
  display: inline-block;
  padding-top: 4px;
  padding-right: 36px;
  padding-bottom: 2px;
  padding-left: 36px;
  line-height: 1.7em;
  margin: 30px 0px 15px 0px;
  letter-spacing: 1px;
}
section.take-survey a.take-survey-btn:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: #e5d477;
}

section.pay-wealth-sec {
  background-color: #f0e19c;
  padding: 50px 0px;
}
section.pay-wealth-sec h2 {
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #46555f !important;
}
section.pay-wealth-sec h3 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 28px;
  color: #395311;
  margin: 10px 0px 5px 0px;
}
section.pay-wealth-sec p {
  font-size: 20px;
  color: #CB6318;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}
section.pay-wealth-sec img {
  max-width: 161px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
section.pay-wealth-sec a.learn-more-btn {
  background-color: #4d85bd;
  display: inline-block;
  padding: 6px 31px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0px;
  border: 1px solid #4d85bd;
}

section.my-work-life-sec.carousel-sec {
  background-color: #74CEBA;
  padding: 50px 0px;
  margin: 0px !important;
}
section.my-work-life-sec.carousel-sec h2 {
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #46555f !important;
}
section.my-work-life-sec.carousel-sec h3 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 28px;
  color: #395311;
  margin: 10px 0px 5px 0px;
}
section.my-work-life-sec.carousel-sec p {
  font-size: 20px;
  color: #CB6318;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}
section.my-work-life-sec.carousel-sec img {
  max-width: 161px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
section.my-work-life-sec.carousel-sec a.learn-more-btn {
  background-color: #4d85bd;
  display: inline-block;
  padding: 6px 31px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0px;
  border: 1px solid #4d85bd;
}

section.my-health-sec {
  background-color: #9ebbd7;
  padding: 50px 0px;
}
section.my-health-sec h2 {
  margin-top: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #46555f !important;
}
section.my-health-sec h3 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 28px;
  color: #395311;
  margin: 10px 0px 5px 0px;
}
section.my-health-sec p {
  font-size: 20px;
  color: #CB6318;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}
section.my-health-sec img {
  max-width: 161px;
  margin: 0 auto;
  width: 100%;
  display: block;
}
section.my-health-sec a.learn-more-btn {
  background-color: #4d85bd;
  display: inline-block;
  padding: 6px 31px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0px;
  border: 1px solid #4d85bd;
}

p.inner-text {
  color: #3E3D4D !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 90px 0px 50px 0px;
  text-align: center;
  width: 100%;
}

p.inner-text a {
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: underline;
}

.bg-white.max-h {
  height: 315px;
}

.bg-white {
  box-shadow: 0px 11px 11px -8px rgba(0, 0, 0, 0.3);
  transition: transform 300ms ease 0ms, background-color 300ms ease 0ms;
  padding-left: 10px;
  padding-right: 10px;
}
.bg-white:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
}

.row.custom-row {
  max-width: 698px;
  margin: 0 auto;
}

section.carousel-sec {
  margin: 100px 0px 0px 0px;
}

@media (max-width: 1023px) {
  section.take-survey {
    text-align: center;
  }
  section.take-survey p {
    text-align: center;
  }
  section.take-survey h1 {
    text-align: center;
  }
  section.take-survey a {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .carousel-content .slick-slide .bg img {
    max-height: 600px !important;
    min-height: 600px !important;
    margin-right: 111px;
    -o-object-fit: inherit !important;
       object-fit: inherit !important;
    width: inherit !important;
  }
}
@media (max-width: 767px) {
  .work-sec .img-height img {
    width: 100%;
    max-width: 357px;
  }
  section.carousel-sec {
    margin: 0px 0px 0px 0px;
  }
  .slick .content {
    max-width: 100%;
  }
  .main-carousel .banner[class*=banner-col-] .content {
    padding: 10px 0px 0px 0px;
  }
  .carousel-content .slick-slide img {
    max-height: 600px !important;
    min-height: 600px !important;
    margin-right: 111px;
    -o-object-fit: inherit !important;
       object-fit: inherit !important;
    width: inherit !important;
  }
  section.pay-wealth-sec .bg-white {
    margin-bottom: 20px;
  }
}
/*header-css*/
.logo_container img {
  width: 200px;
  height: auto;
}

.navbar-light .navbar-nav .nav-item a.nav-link {
  color: #000;
  font-size: 13px;
  position: relative;
}

#daimlerNavLogo img {
  height: 30px;
  padding-left: 15px;
  margin-top: 6px;
}

#daimlerNavLogo1 img {
  height: 30px;
  padding-left: 23px;
  margin-top: 7px;
}

.mbl-nav {
  display: none;
}

#main-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  top: 0;
}

.nav-link {
  letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-item a.nav-link.active {
  color: #7CAA2D;
}

@media (max-width: 1024px) {
  #daimlerNavLogo1 {
    position: absolute;
    right: 40px;
    top: 24px;
  }
  section.carousel-sec {
    margin: 0 0 0 0;
  }
  #main-header {
    position: inherit;
  }
  .mbl-nav {
    position: relative;
    display: none;
  }
}
@media (max-width: 1023px) {
  .mbl-nav {
    display: block;
  }
  div#daimlerNavLogo {
    display: none;
  }
  .navbar-light .navbar-toggler {
    float: right;
    display: block;
  }
  .container .navbar {
    display: block !important;
    width: 100%;
  }
  .container .navbar-brand {
    margin-bottom: 5px;
  }
  .container .navbar-collapse {
    border-top: 3px solid #eb2d2e;
    padding: 5%;
  }
  .container .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .container .navbar {
    padding-top: 15px;
  }
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.navbar-light .navbar-toggler span i {
  color: #94191f;
  font-size: 24px;
}

.navbar-light .navbar-toggler {
  border-color: transparent;
  outline: none;
}

a.session-btn {
  color: #000000 !important;
  border-width: 0px;
  border-radius: 47px;
  font-size: 16px;
  font-weight: 700;
  background-color: rgb(229, 204, 56);
  display: inline-block;
  padding: 10px 36px 10px;
  line-height: 1.7em;
  margin: 10px 10px 5px;
  letter-spacing: 1px;
}
a.session-btn:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: #e5d477;
}

section.carousel-sec p {
  color: #000000;
  font-size: 17.5px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
  max-width: 430px;
}
section.carousel-sec h2 {
  font-size: 206.25%;
  text-shadow: none;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 600;
  color: #000;
}

.contact-table {
  border: 1px solid #447ab5;
}
.contact-table thead th {
  background-color: #447ab5;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  border-right: 1px solid #fff;
}
.contact-table tbody tr {
  color: #666;
  font-size: 17px;
}
.contact-table tbody td {
  padding: 8px;
  line-height: 1.3em;
  border-right: 1px dotted #c1d0e7;
  border-bottom: 1px dotted #c1d0e7;
  vertical-align: middle;
}
.contact-table a {
  color: #7CAA2D;
  font-weight: 600px;
}

.bottom-heading img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .wealthslider button.slick-next.slick-arrow {
    position: absolute;
    top: 37%;
    z-index: 999;
    right: 15px;
    background: transparent;
    border: none;
    color: #4381c3;
    font-size: 40px;
    outline: none;
    font-weight: normal;
  }
  .wealthslider button.slick-prev.slick-arrow {
    position: absolute;
    top: 37%;
    z-index: 999;
    left: 15px;
    background: transparent;
    border: none;
    color: #4381c3;
    font-size: 40px;
    outline: none;
    font-weight: normal;
  }
  .wealthslider button.slick-prev.slick-arrow i,
  .wealthslider button.slick-next.slick-arrow i {
    font-weight: normal;
  }
  a.vbf-section-close {
    font-size: 26px !important;
    font-weight: 700;
    padding-top: 20px;
    font-family: "Nunito", sans-serif;
  }
}
@media (max-width: 992px) {
  .wealthslider .bg-white.max-h {
    height: 285px;
  }
  .contact-table td:before {
    position: absolute;
    left: 7px;
    white-space: nowrap;
  }
  .contact-table td:nth-of-type(1):before {
    content: "BENEFIT:";
    width: 40%;
    display: table-cell;
  }
  .contact-table td:nth-of-type(2):before {
    content: "VENDOR:";
    font-size: 12px;
    width: 40%;
    display: table-cell;
  }
  .contact-table td:nth-of-type(3):before {
    content: "CONTACT INFO:";
    font-size: 12px;
    width: 40%;
    display: table-cell;
  }
  .contact-table thead tr {
    display: none;
  }
  .contact-table tbody tr {
    border-bottom: 2px solid #58a9d8;
  }
  .contact-table tbody td {
    display: block;
    border-top: none;
    font-size: 13px;
    position: relative;
    padding-left: 40% !important;
  }
  .contact-table tbody td a {
    word-wrap: break-word;
  }
  .contact-table tbody td:first-child {
    color: #447ab5;
  }
  .contact-table tbody td:first-child {
    font-weight: 700;
  }
  .contact-table tbody td:last-child {
    border-bottom: none;
  }
}
a.vbf-section-close {
  display: block;
  color: #c45818;
  font-size: 32px;
  font-weight: 700;
  padding-top: 20px;
}

.table.contact-table th {
  border-bottom: none !important;
}
.table.contact-table th:first-child {
  border-left: 1px solid #447ab5 !important;
}
.table.contact-table th:last-child {
  border-right: 1px solid #447ab5 !important;
}

.top-heading img {
  max-width: 100%;
}

.work-sec {
  background-color: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
}
.work-sec .top-heading {
  border-bottom: 1px dashed #cccccc;
}
.work-sec .top-heading h2 {
  color: #46555f;
  font-size: 30px;
}
.work-sec .top-heading p {
  font-size: 18px;
}
.work-sec .top-heading ul li {
  font-size: 18px;
}
.work-sec .top-heading ul li a {
  color: #7CAA2D;
}
.work-sec .top-heading ul li img {
  max-width: 100%;
  width: 100%;
}
.work-sec .bottom-heading h2 {
  color: #333;
  font-size: 24px;
}
.work-sec .bottom-heading a {
  color: #7CAA2D;
  font-size: 18px;
  font-weight: 600;
}
.work-sec .bottom-heading p {
  font-size: 18px;
}

.work-sec .img-height img {
  width: 100%;
  max-width: 100%;
}

#workslide3-section .para-color a {
  color: #7CAA2D;
}

#myModal .modal-dialog {
  max-width: 1034px;
  margin: 30px auto;
}
#myModal.modal {
  z-index: 99999;
}
#myModal.fade {
  opacity: 1;
  background: rgba(1, 1, 1, 0.8);
}

.opt-image img {
  position: absolute;
  z-index: 999;
  max-width: 200px;
  right: 164px;
  top: 240px;
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .opt-image img {
    position: absolute;
    z-index: 999;
    max-width: 150px;
    right: 180px;
    top: 142px;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .opt-image img {
    position: absolute;
    z-index: 999;
    max-width: 130px;
    right: 35px;
    top: 400px !important;
    opacity: 0.4 !important;
  }
}
.my-work-banner {
  background-color: #74CEBA;
}

@media (min-width: 768px) {
  .weathslider row {
    max-width: 698px;
    margin: 0 auto;
  }
}
#bcktobutton {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 125px;
  right: 0px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  line-height: 30px;
  padding: 5px 10px;
}

#bcktobutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}

#bcktobutton:hover {
  cursor: pointer;
  background-color: #9f9898;
}

#bcktobutton:active {
  background-color: #555;
}

#bcktobutton.show {
  opacity: 1;
  visibility: visible;
}

.top-heading .calender-img img {
  width: 32px !important;
  max-width: 32px;
}

.healthslider .slick-list {
  padding: 6px 0 13px 0;
}

.wealthslider .slick-list {
  padding: 6px 0 13px 0;
}

.worklifeSlider .slick-list {
  padding: 6px 0 13px 0;
}

.row.top-heading a {
  color: #7CAA2D;
  font-weight: 600;
}

.position-mobile-image {
  position: absolute !important;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 550px;
  text-align: center;
}
.position-mobile-image > img {
  max-width: 100%;
  width: 35%;
  opacity: 0.4 !important;
}

@media (max-width: 480px) {
  .position-mobile-image {
    top: 570px;
  }
  .position-mobile-image > img {
    width: 30%;
  }
}
@media (max-width: 380px) {
  .position-mobile-image {
    top: 590px;
  }
  .position-mobile-image > img {
    width: 25%;
  }
}
.opt-image-last {
  right: 79px;
  top: 80px;
  position: absolute;
}
.opt-image-last > img {
  max-width: 200px;
  opacity: 0.6;
}

.opt-image-secnd {
  right: 35px;
  top: 80px;
  position: absolute;
}
.opt-image-secnd > img {
  max-width: 200px;
  opacity: 0.6;
}

.pl-18 {
  padding-left: 18px;
}

.row.top-heading .reco-button > a {
  color: #fff;
}

@media (max-width: 767px) {
  .content.full-sec p {
    font-size: 19px;
  }
  .content p {
    font-size: 18.5px !important;
  }
}
section.my-health-section {
  background-color: #8A1B61;
  padding: 50px 0px;
}
section.my-health-section h2 {
  color: #fff !important;
}
section.my-health-section a.learn-more-btn {
  background-color: #DC4405;
  border: 1px solid #DC4405;
}
section.my-health-section button.slick-prev.slick-arrow {
  color: #DC4405;
}
section.my-health-section button.slick-next.slick-arrow {
  color: #DC4405;
}

section.pay-wealth-section {
  background-color: #DC4405;
  padding: 50px 0px;
}
section.pay-wealth-section h2 {
  color: #fff !important;
}
section.pay-wealth-section a.learn-more-btn {
  background-color: #DC4405;
  border: 1px solid #DC4405;
}

section.my-work-life-section.carousel-sec {
  background-color: #00594F;
}
section.my-work-life-section.carousel-sec h2 {
  color: #fff !important;
}
section.my-work-life-section.carousel-sec a.learn-more-btn {
  background-color: #DC4405;
  border: 1px solid #DC4405;
}
section.my-work-life-section.carousel-sec button.slick-prev.slick-arrow {
  color: #DC4405;
}
section.my-work-life-section.carousel-sec button.slick-next.slick-arrow {
  color: #DC4405;
}

.my-work-banner-sec {
  background-color: #D9D9D6;
}
.my-work-banner-sec p.inner-text a {
  color: #3E3D4D !important;
}

section.take-servey-section {
  background-color: #002E5D !important;
}
section.take-servey-section a.take-survey-btn:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: #e58a77;
}

section.take-servey-section a.take-survey-btn {
  color: #fff;
  background-color: #DC4405;
}

section.my-health-section-1 {
  background-color: #D9D9D6;
  padding: 50px 0px;
}
section.my-health-section-1 h2 {
  color: #000 !important;
}
section.my-health-section-1 a.learn-more-btn {
  background-color: rgb(85, 85, 85);
  border: 1px solid rgb(85, 85, 85);
}
section.my-health-section-1 button.slick-prev.slick-arrow {
  color: rgb(85, 85, 85);
}
section.my-health-section-1 button.slick-next.slick-arrow {
  color: rgb(85, 85, 85);
}

section.pay-wealth-section-1 {
  background-color: #00594F;
  padding: 50px 0px;
}
section.pay-wealth-section-1 h2 {
  color: #fff !important;
}
section.pay-wealth-section-1 a.learn-more-btn {
  background-color: rgb(85, 85, 85);
  border: 1px solid rgb(85, 85, 85);
}

section.my-work-life-section-1.carousel-sec {
  background-color: #8A1B61;
}
section.my-work-life-section-1.carousel-sec h2 {
  color: #fff !important;
}
section.my-work-life-section-1.carousel-sec a.learn-more-btn {
  background-color: rgb(85, 85, 85);
  border: 1px solid rgb(85, 85, 85);
}
section.my-work-life-section-1.carousel-sec button.slick-prev.slick-arrow {
  color: rgb(85, 85, 85);
}
section.my-work-life-section-1.carousel-sec button.slick-next.slick-arrow {
  color: rgb(85, 85, 85);
}

.my-work-banner-sec-1 {
  background-color: #002E5D;
}
.my-work-banner-sec-1 p.inner-text {
  color: #fff !important;
}
.my-work-banner-sec-1 p.inner-text a {
  color: #fff !important;
}

section.take-servey-section-1 {
  background-color: #DC4405 !important;
  color: #fff;
}
section.take-servey-section-1 a.take-survey-btn:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: rgb(85, 85, 85);
}

section.take-servey-section-1 a.take-survey-btn {
  color: #fff;
  border: rgb(85, 85, 85) 1px solid;
  background: rgb(85, 85, 85);
}

section.my-health-section-2 {
  background-color: #00594F;
  padding: 50px 0px;
}
section.my-health-section-2 h2 {
  color: #fff !important;
}
section.my-health-section-2 a.learn-more-btn {
  background-color: rgb(229, 204, 56);
  border: 1px solid rgb(229, 204, 56);
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}
section.my-health-section-2 button.slick-prev.slick-arrow {
  color: rgb(229, 204, 56);
}
section.my-health-section-2 button.slick-next.slick-arrow {
  color: rgb(229, 204, 56);
}

section.pay-wealth-section-2 {
  background-color: #8A1B61;
  padding: 50px 0px;
}
section.pay-wealth-section-2 h2 {
  color: #fff !important;
}
section.pay-wealth-section-2 a.learn-more-btn {
  background-color: rgb(229, 204, 56);
  border: 1px solid rgb(229, 204, 56);
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}

section.my-work-life-section-2.carousel-sec {
  background-color: #002E5D;
}
section.my-work-life-section-2.carousel-sec h2 {
  color: #fff !important;
}
section.my-work-life-section-2.carousel-sec a.learn-more-btn {
  background-color: rgb(229, 204, 56);
  border: 1px solid rgb(229, 204, 56);
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}
section.my-work-life-section-2.carousel-sec button.slick-prev.slick-arrow {
  color: rgb(229, 204, 56);
}
section.my-work-life-section-2.carousel-sec button.slick-next.slick-arrow {
  color: rgb(229, 204, 56);
}

.my-work-banner-sec-2 {
  background-color: #DC4405;
}
.my-work-banner-sec-2 p.inner-text {
  color: #fff !important;
}
.my-work-banner-sec-2 p.inner-text a {
  color: #fff !important;
}

section.take-servey-section-2 {
  background-color: #D9D9D6 !important;
  color: #fff;
}
section.take-servey-section-2 a.take-survey-btn:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: rgb(229, 204, 56);
}
section.take-servey-section-2 h2,
section.take-servey-section-2 p,
section.take-servey-section-2 a {
  color: #3E3D4D;
}

section.take-servey-section-2 a.take-survey-btn {
  color: #000000;
  background-color: rgb(229, 204, 56);
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}

a.session-btn-1 {
  color: #fff !important;
  background-color: rgb(220, 68, 5);
}

a.session-btn-2 {
  color: #fff !important;
  background-color: rgb(85, 85, 85);
}

.content.full-sec h3 {
  color: #000;
  margin-top: 0;
}
.content.full-sec ul {
  padding-left: 35px;
}
.content.full-sec ul li {
  list-style-type: disc;
  color: #000;
  font-size: 17.5px;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
  max-width: 430px;
}

@media (max-width: 1023px) {
  .opt-image-last,
  .opt-image-secnd {
    top: 300px;
  }
}
.playicon-img {
  position: absolute;
  top: 30%;
  margin: 0 auto;
  left: 40%;
  max-width: 50px;
  width: 50px;
  cursor: pointer;
}

section.my-health-section-blue {
  background-color: #0f2d5a;
  padding: 50px 0px;
}
section.my-health-section-blue h2 {
  color: #fff !important;
}
section.my-health-section-blue p {
  color: #000;
}
section.my-health-section-blue a.learn-more-btn {
  background-color: #D24204;
  border: 1px solid #D24204;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}
section.my-health-section-blue button.slick-prev.slick-arrow {
  color: rgb(229, 204, 56);
}
section.my-health-section-blue button.slick-next.slick-arrow {
  color: rgb(229, 204, 56);
}

section.pay-wealth-section-offwhite {
  background-color: #f4f4f3;
  padding: 50px 0px;
}
section.pay-wealth-section-offwhite h2 {
  color: #000 !important;
}
section.pay-wealth-section-offwhite p {
  color: #000;
}
section.pay-wealth-section-offwhite a.learn-more-btn {
  background-color: #D24204;
  border: 1px solid #D24204;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}

section.my-work-life-section-green.carousel-sec {
  background-color: #24584f;
}
section.my-work-life-section-green.carousel-sec h2 {
  color: #fff !important;
}
section.my-work-life-section-green.carousel-sec p {
  color: #000;
}
section.my-work-life-section-green.carousel-sec a.learn-more-btn {
  background-color: #D24204;
  border: 1px solid #D24204;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}
section.my-work-life-section-green.carousel-sec button.slick-prev.slick-arrow {
  color: rgb(229, 204, 56);
}
section.my-work-life-section-green.carousel-sec button.slick-next.slick-arrow {
  color: rgb(229, 204, 56);
}

.my-work-banner-sec-white {
  background-color: #fff;
}
.my-work-banner-sec-white p.inner-text {
  color: #3E3D4D !important;
  margin: 50px 0px 50px 0px;
}
.my-work-banner-sec-white p.inner-text a {
  color: #3E3D4D !important;
}

section.take-servey-section-grey {
  background-color: #d9d9d6 !important;
  color: #fff;
}
section.take-servey-section-grey a.take-survey-btn:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: #D24204;
}
section.take-servey-section-grey h2,
section.take-servey-section-grey p,
section.take-servey-section-grey a {
  color: #3E3D4D;
}

section.take-servey-section-grey a.take-survey-btn {
  color: #fff;
  background-color: #D24204;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
}

a.session-btn-orange {
  color: #fff !important;
  background-color: #D24204;
}
a.session-btn-orange:hover {
  transform: scaleX(1.05) scaleY(1.05) !important;
  background-color: #D24204;
}

.work-sec.vbf-section .bottom-heading {
  border-bottom: 1px dashed #0f2d5a;
}

.slick .slick-arrow {
  color: rgb(229, 204, 56);
  text-shadow: inherit;
  border: 0;
  opacity: inherit;
}
.slick .slick-arrow i {
  font-weight: 600;
}

.module-carousel-container {
  display: block;
  position: relative;
  background-color: #fff;
  margin: 62px auto 0;
}
@media (max-width: 1024px) {
  .module-carousel-container {
    margin-top: 0;
  }
}
.module-carousel-container > .container {
  max-width: 100%;
}

.module-carousel {
  border-top: 0;
  overflow: hidden;
}
.module-carousel .row-table-resize {
  display: table;
  width: 100%;
}
.module-carousel .col-width-fill,
.module-carousel .col-width-fixed {
  height: auto;
}
@media (min-width: 768px) {
  .module-carousel .col-width-fill,
  .module-carousel .col-width-fixed {
    display: table-cell;
    vertical-align: top;
    height: 320px;
  }
}
.module-carousel .col-width-fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .module-carousel .col-width-fixed {
    width: 350px;
  }
}
.module-carousel .carousel {
  margin-right: 0 !important;
}
.module-carousel .carousel-inner {
  background-color: #fff;
  z-index: -2;
}
.module-carousel .carousel-inner.carousel-clickable {
  z-index: 0;
}
.module-carousel .carousel-inner .carousel-item {
  background-position: -300px center;
  background-size: 200%;
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .module-carousel .carousel-inner .carousel-item {
    background-position: right center;
    padding-top: 0;
    background-size: 200%;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-inner .carousel-item {
    background-position: center center;
    background-size: cover;
  }
}
.module-carousel .carousel-inner .carousel-item img {
  min-height: 200px;
  opacity: 0.7;
  display: none;
}
.module-carousel .carousel-inner .carousel-item .container {
  height: inherit;
}
.module-carousel .carousel-inner .carousel-item .v-self-centered {
  display: flex;
  height: inherit;
}
.module-carousel .carousel-inner .carousel-item .v-self-centered .carousel-caption {
  top: auto;
  bottom: auto;
  align-self: center;
}
@media (min-width: 992px) {
  .module-carousel .carousel-inner .carousel-item .v-self-centered .carousel-caption {
    width: calc(100% - 430px);
  }
}
@media (min-width: 1200px) {
  .module-carousel .carousel-inner .carousel-item .v-self-centered .carousel-caption {
    width: calc(100% - 530px);
  }
}
.module-carousel .carousel-inner .carousel-caption {
  width: 100%;
  top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .module-carousel .carousel-inner .carousel-caption {
    top: 29px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-inner .carousel-caption {
    width: 56%;
    top: 43px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .module-carousel .carousel-inner .carousel-caption {
    width: 58%;
    top: 58px;
    right: 0;
  }
}
.module-carousel .carousel-inner .carousel-caption::before {
  content: "";
  background: #d24204;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  top: -15px;
  display: inline-block;
}
.module-carousel .carousel-inner .carousel-caption::after {
  content: "";
  background: #d24204;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  bottom: -15px;
  display: inline-block;
}
.module-carousel .carousel-inner .carousel-caption p {
  color: #000;
  font-weight: 400;
}
.module-carousel .carousel-inner .carousel-caption p.h1, .module-carousel .carousel-inner .carousel-caption p.h2 {
  margin-bottom: 0;
}
.module-carousel .carousel-inner .carousel-caption p.h2 {
  font-size: 2rem;
}
.module-carousel .carousel-inner .carousel-caption p span {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767px) {
  .module-carousel .carousel-inner .carousel-caption br {
    display: none;
  }
}
.module-carousel .carousel-control-next,
.module-carousel .carousel-control-prev {
  top: 0;
  bottom: 0;
  width: 6%;
  z-index: 0;
  background-color: transparent;
  border: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .module-carousel .carousel-control-next,
  .module-carousel .carousel-control-prev {
    display: none;
    align-items: start;
    top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .module-carousel .carousel-control-next:focus,
  .module-carousel .carousel-control-prev:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
.module-carousel .carousel-control-next:focus, .module-carousel .carousel-control-next:hover,
.module-carousel .carousel-control-prev:focus,
.module-carousel .carousel-control-prev:hover {
  cursor: pointer;
}
.module-carousel .carousel-control-next ::before,
.module-carousel .carousel-control-prev ::before {
  content: "";
}
.module-carousel .carousel-control-next .carousel-control-prev-icon,
.module-carousel .carousel-control-next .carousel-control-next-icon,
.module-carousel .carousel-control-prev .carousel-control-prev-icon,
.module-carousel .carousel-control-prev .carousel-control-next-icon {
  background-image: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 100px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  height: auto;
  width: auto;
  text-shadow: 0 4px 4px black;
}
@media (max-width: 767px) {
  .module-carousel .carousel-control-next .carousel-control-prev-icon,
  .module-carousel .carousel-control-next .carousel-control-next-icon,
  .module-carousel .carousel-control-prev .carousel-control-prev-icon,
  .module-carousel .carousel-control-prev .carousel-control-next-icon {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .module-carousel .carousel-control-next,
  .module-carousel .carousel-control-prev {
    width: 6%;
    z-index: 1;
  }
}
.module-carousel .carousel-control-prev ::before {
  content: "\f104";
}
.module-carousel .carousel-control-next ::before {
  content: "\f105";
}
.module-carousel .carousel-indicators {
  width: 100%;
  bottom: 10px;
  justify-content: right !important;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  max-width: 1110px;
}
@media (min-width: 768px) {
  .module-carousel .carousel-indicators {
    left: 0;
  }
}
@media (min-width: 992px) {
  .module-carousel .carousel-indicators {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .module-carousel .carousel-indicators {
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel {
    min-height: 130px;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-indicators {
    bottom: 0;
    justify-content: right !important;
    left: auto;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-inner {
    background: none !important;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-item {
    height: auto !important;
    min-height: 140px;
    padding-top: 0;
    display: table-cell;
    background-position: right center;
    background-size: 200%;
  }
}
@media (max-width: 575px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-item {
    min-height: 170px;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-item > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-caption {
    bottom: auto;
    left: 15px;
    right: 15px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: initial;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-caption .carousel-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-caption .carousel-text h1 {
    margin-bottom: 5px;
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 600;
    display: block;
  }
}
@media (max-width: 400px) {
  .module-carousel.module-horizontal-carousel .carousel-inner .carousel-caption .carousel-text h1 {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel {
    min-height: 130px;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-indicators {
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-indicators {
    justify-content: left !important;
    margin-bottom: 15px;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner {
  background-color: #f4f4f3;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner {
    min-height: 480px;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item {
    height: auto !important;
    min-height: 140px;
    padding-top: 0;
    background-position: right center;
    background-size: 200%;
  }
}
@media (max-width: 575px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item {
    min-height: 510px;
  }
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item {
    height: 480px;
  }
}
@media (min-width: 992px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item {
    height: 320px;
  }
}
@media (min-width: 1400px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item {
    max-width: calc(50% + 600px);
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left,
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right {
  height: auto;
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left,
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right {
    height: 100%;
    display: table-cell;
    vertical-align: top;
    position: absolute;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left {
  width: 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left {
    height: 100%;
    background-position: 116% center;
  }
}
@media (min-width: 992px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left {
    background-position: calc(100% - 600px) center;
  }
}
@media (min-width: 1400px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left {
    max-width: calc(100% - 600px);
    background-position: right center;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content {
  width: 100%;
  background-position: left center;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content {
    bottom: auto;
    left: 15px;
    right: 15px;
    text-align: center;
    padding: 50px 15px;
    position: initial;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content {
    border-top: 0;
    float: right;
    display: table;
    background-size: 140%;
  }
}
@media (min-width: 992px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content {
    width: 43%;
    background-position: left center;
    background-size: 205%;
  }
}
@media (min-width: 1200px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content {
    width: 53%;
    background-size: 123%;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text {
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p {
  color: #000;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p {
    padding-top: 15px;
    padding-right: 77px;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p.h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p.h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
@media (min-width: 1200px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p.h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p.h1 strong {
  color: #d24204;
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text p span {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content .carousel-text br {
    display: none;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right {
  background-color: #F4F4F3;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right {
    width: 40%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right {
    width: 100%;
    max-width: 600px;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content {
  background-color: #F4F4F3;
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content {
    border-top: 0;
    float: right;
    display: table;
    width: 100%;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box {
  padding: 15px 15px 40px;
  color: #666666;
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box {
    display: table-cell;
    vertical-align: top;
    margin: 0 auto;
    padding: 24px 60px 24px 24px;
  }
}
@media (min-width: 992px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box {
    height: 320px;
    padding: 19px 60px 30px 24px;
  }
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box > * {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box .btn {
    text-align: center;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box p.h1 {
  color: #0f2d5a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box p.h1 {
    font-size: 28px;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box ul {
  padding: 0 20px;
  margin-bottom: 6px;
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box ul > li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box ul > li {
    font-size: 18px;
  }
}
.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box ul + a.btn-primary {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-right .carousel-right-content .content-box br {
    display: none;
  }
}
.module-carousel .carousel-item.active .carousel-text {
  display: none !important;
}
.module-carousel .carousel-item.active .carousel-left {
  background-size: cover;
}
.module-carousel .carousel-item.active.carousel-item-left {
  position: absolute;
}
.module-carousel .carousel-item.active.carousel-item-left .carousel-left {
  display: none;
}
.module-carousel .carousel-item.carousel-item-prev.carousel-item-right {
  position: absolute;
}
.module-carousel .btn-primary {
  background-color: #D24204;
  border: 1px solid #D24204;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  border-radius: 50px;
  padding: 10px 31px;
  margin: 6px 0;
}

.module-carousel-action-container {
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .module-carousel-action-container {
    background-color: #f4f4f3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .module-carousel-action-container {
    background-color: #f4f4f3;
  }
}

.module-carousel-action {
  background-color: #f4f4f3;
}
@media (min-width: 768px) {
  .module-carousel-action {
    border-top: 0;
    float: right;
    display: table;
    width: 100%;
  }
}
.module-carousel-action .module-header {
  padding: 2rem 15px 1rem;
}
@media (min-width: 768px) {
  .module-carousel-action .module-header {
    padding: 32px 5px 11px 13px;
  }
}
@media (min-width: 992px) {
  .module-carousel-action .module-header {
    padding: 32px 7px 11px 14px;
  }
}
@media (min-width: 1200px) {
  .module-carousel-action .module-header {
    padding: 32px 40px 11px 48px;
  }
}
.module-carousel-action .module-header .module-title {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: 0.5625rem;
}
.module-carousel-action .module-header .header-link {
  position: absolute;
  bottom: 28px;
  right: 15px;
}
@media (min-width: 768px) {
  .module-carousel-action .module-header .header-link {
    right: 5px;
  }
}
@media (min-width: 992px) {
  .module-carousel-action .module-header .header-link {
    right: 7px;
  }
}
@media (min-width: 1200px) {
  .module-carousel-action .module-header .header-link {
    right: 40px;
  }
}
.module-carousel-action .module-body {
  padding: 15px 30px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .module-carousel-action .module-body {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
  }
  .module-carousel-action .module-body > * {
    max-width: 215px;
    margin: 0 auto;
    text-align: left;
  }
  .module-carousel-action .module-body .btn {
    text-align: center;
  }
}
.module-carousel-action .module-body p {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .module-carousel-action .module-body p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .module-carousel-action .module-body br {
    display: none;
  }
}
.module-carousel-action .module-body.module-body-text {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .module-carousel-action .module-body.module-body-text {
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .module-carousel-action .module-body.module-body-text {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .module-carousel-action .module-body.module-body-text {
    padding-left: 44px;
  }
}
.module-carousel-action .module-body.module-body-text p:last-child {
  margin-bottom: 0;
}
.module-carousel-action .module-body > ul {
  margin-bottom: 0;
  margin-left: 41px;
}
@media (min-width: 768px) {
  .module-carousel-action .module-body > ul {
    margin-left: 37px;
  }
}
.module-carousel-action .module-body > ul.list-unstyled.fa-ul > li {
  margin-bottom: 11px;
}
.module-carousel-action .module-body > ul.list-unstyled.fa-ul > li:last-child {
  margin-bottom: 0;
}
.module-carousel-action .module-body > ul > li {
  line-height: 1.25rem;
}
.module-carousel-action .module-body > ul > li:last-child {
  margin-bottom: 0;
}
.module-carousel-action .module-body > ul a:focus {
  outline: 2px auto #d24204;
}
.module-carousel-action .icon-pin {
  padding: 2px;
  position: absolute;
  top: -2px;
}
.module-carousel-action .icon-pin.h3 {
  font-size: 1.5625rem;
}

@media (max-width: 767px) {
  .module-horizontal-carousel .module-carousel-action {
    transform: initial;
  }
}
@media (max-width: 767px) {
  .module-horizontal-carousel .module-carousel-action .module-header {
    transform: initial;
    position: relative;
    padding-top: 25px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .module-horizontal-carousel .module-carousel-action .module-header .header-link {
    bottom: 32px;
  }
}
@media (max-width: 767px) {
  .module-horizontal-carousel .module-carousel-action .module-body {
    transform: initial;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .module-horizontal-carousel .module-carousel-action .module-body > ul.list-unstyled.fa-ul > li {
    display: none;
  }
  .module-horizontal-carousel .module-carousel-action .module-body > ul.list-unstyled.fa-ul > li:nth-child(1) {
    display: block;
  }
}
@media (max-width: 991px) {
  .module-horizontal-carousel.candidate .carousel-inner .carousel-item {
    background-size: 300%;
  }
}
@media (min-width: 992px) {
  .module-horizontal-carousel.candidate .carousel-inner .carousel-item {
    background-position: center left;
  }
}

.carousel .carousel-caption {
  left: auto;
  right: 2rem;
  text-align: left;
}
.carousel .carousel-indicators {
  left: auto;
}
.carousel .carousel-indicators li {
  border: 2px solid #0f2d5a;
  border-radius: 50%;
  height: 12px;
  opacity: 1;
  width: 12px;
}
.carousel .carousel-indicators .active {
  background-color: #0f2d5a;
}

.corner-badge {
  width: 0;
  height: 0;
  border-left: 90px solid #D24204;
  border-bottom: 90px solid transparent;
  position: relative;
  margin-left: -10px;
  margin-top: -8px;
  margin-bottom: -22px;
}

.badge-text {
  left: -100px;
  line-height: 18px;
  right: 27px;
  top: 11px;
  position: absolute;
  transform: rotate(-45deg);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.84px;
  color: #FFFFFF;
}

@font-face {
  font-family: "DaimlerCS-Regular";
  src: url("../fonts/DaimlerCS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DaimlerCS-LightItalic";
  src: url("../fonts/DaimlerCS-LightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "DaimlerCS-DemiItalic";
  src: url("../fonts/DaimlerCS-DemiItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "DaimlerCS-Demi";
  src: url("../fonts/DaimlerCS-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "DaimlerCS-BoldItalic";
  src: url("../fonts/DaimlerCS-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DaimlerCS-Bold";
  src: url("../fonts/DaimlerCS-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url("../fonts/MinionPro-Regular.otf") format("OpenType Font");
  font-weight: 400;
  font-style: normal;
}
.worklifeSlider .bg-white.max-h h3,
.healthslider .bg-white.max-h h3,
.wealthslider .bg-white.max-h h3 {
  margin-top: 50px;
}

.worklifeSlider .bg-white.max-h .corner-badge ~ h3,
.healthslider .bg-white.max-h .corner-badge ~ h3,
.wealthslider .bg-white.max-h .corner-badge ~ h3 {
  margin-top: -30px;
}

.carousel-left-content.carousel-left-text .carousel-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content.carousel-left-text .carousel-text {
  position: absolute;
  top: 15px;
  left: 0px;
  background: #f4ed44;
  max-width: 459px;
  padding: 10px 13px 8px 11px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block !important;
  clip-path: polygon(0 0, 100% 0, 100% 55%, 71% 55%, 71% 100%, 0 100%);
}
@media (max-width: 767px) {
  .module-carousel.module-carousel-fullwidth .carousel-inner .carousel-item > .carousel-left .carousel-left-content.carousel-left-text .carousel-text {
    left: 0px;
    right: 0px;
    max-width: 255px;
  }
}

.module-carousel .carousel-item.active .carousel-text {
  display: block !important;
}

.carousel-left-text .carousel-text h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 49px;
  color: #000;
  font-weight: 700;
  font-family: "DaimlerCS-Bold";
  text-align: left !important;
  margin: 0;
  text-shadow: 2px 0 #000;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .carousel-left-text .carousel-text h1 {
    font-size: 2rem;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .carousel-left-text .carousel-text h1 {
    font-size: 24px;
    line-height: 24px;
  }
}/*# sourceMappingURL=fleet.css.map */