.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.g-mh-230 {
  min-height: 230px;
}

.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  top: 60%;
  right: -20px;
}

.active a {
  color: #000;
}

#left-menu a {
  font-weight: 500;
}

.u-pagination-v1-1--active {
  color: #fff;
}

.btn-xs {
  width: 25px;
  height: 25px;
  font-size: 14px !important;
  padding: 1px;
}

.alert {
  margin: 0 !important;
  border: 0 !important;
  padding: 20px !important;
}

.g-margin-auto {
    margin: auto;
}

.btn-font-size {
    color: #fff;
    font-weight: 700;
}

.btn-font-size.low-level {
    font-size: 14px;
}

.btn-font-size.high-level {
    font-size: 20px;
}

/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #060a14;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

a {
  color: #72c02c;
  outline: none;
}

a:focus,
a:hover {
  color: #66ab27;
}

.nav-link {
  color: #555;
}

.nav-link:focus,
.nav-link:hover {
  color: #555;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

::selection {
  color: #fff;
  background-color: #72c02c;
}

.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}
