/*------------------------------------------------------------------

Author           : @andikachamberlin
Author URI       : flamecore.cloud

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

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Quicksand', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #888;
  font-weight: 500;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  word-wrap: break-word;
}

img,
video {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  outline: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

input:-moz-read-only {
  cursor: default;
}

input:read-only {
  cursor: default;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

button {
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border-bottom: 1px solid #eee;
  text-align: left;
  padding: 14px;
  padding-right: 8px;
}

td:last-child {
  padding-right: 0;
}

th {
  border-bottom: 2px solid #eee;
}

/*------------------------------------------------------------------
[End General Code]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typhography]
-------------------------------------------------------------------*/
._cl_coco_3 {
  color: #aaa;
}

._cl_coco_2 {
  color: #bbb;
}

._cl_coco_1 {
  color: #ccc;
}

._cl_coco_0 {
  color: #ddd;
}

._cl_coco_00 {
  color: #eee;
}

._cl_coco_000 {
  color: #fff;
}

._cl_smooth_3 {
  color: #999;
}

._cl_smooth_2 {
  color: #888;
}

._cl_smooth_1 {
  color: #777;
}

._cl_smooth_0 {
  color: #666;
}

._cl_smooth_00 {
  color: #444;
}

._cl_smooth_000 {
  color: #222;
}

._center_align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._right_text {
  text-align: right;
}

._left_text {
  text-align: left;
}

._center_text {
  text-align: center;
}

._font_weight_300 {
  font-weight: 300;
}

._font_weight_400 {
  font-weight: 400;
}

._font_weight_500 {
  font-weight: 500;
}

._font_weight_600 {
  font-weight: 600;
}

._font_weight_700 {
  font-weight: 700;
}

._font_weight_800 {
  font-weight: 800;
}

._font_weight_900 {
  font-weight: 900;
}

._font_size_8px {
  font-size: 8px;
}

._font_size_10px {
  font-size: 10px;
}

._font_size_9px {
  font-size: 9px;
}

._font_size_12px {
  font-size: 12px;
}

._font_size_13px {
  font-size: 13px;
}

._font_size_14px {
  font-size: 14px;
}

._font_size_15px {
  font-size: 15px;
}

._font_size_16px {
  font-size: 16px;
}

._font_size_18px {
  font-size: 18px;
}

._font_size_20px {
  font-size: 20px;
}

._font_size_22px {
  font-size: 22px;
}

._font_size_24px {
  font-size: 24px;
}

._font_size_26px {
  font-size: 26px;
}

._font_size_28px {
  font-size: 28px;
}

._font_size_30px {
  font-size: 30px;
}

._font_size_35px {
  font-size: 35px;
}

._font_size_40px {
  font-size: 40px;
}

._font_size_45px {
  font-size: 45px;
}

._font_size_50px {
  font-size: 50px;
}

._line_height_1by2 {
  line-height: 1.2;
}

._line_height_1by3 {
  line-height: 1.3;
}

._line_height_1by4 {
  line-height: 1.4;
}

._line_height_1by5 {
  line-height: 1.5;
}

/*------------------------------------------------------------------
[End Typography]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Position]
-------------------------------------------------------------------*/
._relative {
  position: relative;
}

/*------------------------------------------------------------------
[End Position]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Push]
-------------------------------------------------------------------*/
._push_t_g {
  margin-top: 32px;
}

._push_t_l {
  margin-top: 28px;
}

._push_t_d {
  margin-top: 20px;
}

._push_t_m {
  margin-top: 12px;
}

._push_t_s {
  margin-top: 8px;
}

._push_t_t {
  margin-top: 4px;
}

._push_t_xt {
  margin-top: 2px;
}

._push_b_g {
  margin-bottom: 32px;
}

._push_b_l {
  margin-bottom: 28px;
}

._push_b_d {
  margin-bottom: 20px;
}

._push_b_m {
  margin-bottom: 12px;
}

._push_b_s {
  margin-bottom: 8px;
}

._push_b_t {
  margin-bottom: 4px;
}

._push_b_xt {
  margin-bottom: 2px;
}

._push_r_g {
  margin-right: 32px;
}

._push_r_l {
  margin-right: 28px;
}

._push_r_d {
  margin-right: 20px;
}

._push_r_m {
  margin-right: 12px;
}

._push_r_s {
  margin-right: 8px;
}

._push_r_t {
  margin-right: 4px;
}

._push_r_xt {
  margin-right: 2px;
}

._push_l_g {
  margin-left: 32px;
}

._push_l_l {
  margin-left: 28px;
}

._push_l_d {
  margin-left: 20px;
}

._push_l_m {
  margin-left: 12px;
}

._push_l_s {
  margin-left: 8px;
}

._push_l_t {
  margin-left: 4px;
}

._push_l_xt {
  margin-left: 2px;
}

/*------------------------------------------------------------------
[End Pust]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Lilypad]
-------------------------------------------------------------------*/
._lily_pad_v_g {
  padding: 32px 0;
}

._lily_pad_v_l {
  padding: 28px 0;
}

._lily_pad_v_d {
  padding: 20px 0;
}

._lily_pad_v_m {
  padding: 12px 0;
}

._lily_pad_v_s {
  padding: 8px 0;
}

._lily_pad_v_t {
  padding: 4px 0;
}

._lily_pad_h_g {
  padding: 0 32px;
}

._lily_pad_h_l {
  padding: 0 28px;
}

._lily_pad_h_d {
  padding: 0 20px;
}

._lily_pad_h_m {
  padding: 0 12px;
}

._lily_pad_h_s {
  padding: 0 8px;
}

._lily_pad_h_t {
  padding: 0 4px;
}

/*------------------------------------------------------------------
[End Lilypad]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Dimension]
-------------------------------------------------------------------*/
._dimansion {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*------------------------------------------------------------------
[End Dimension]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[overflow]
-------------------------------------------------------------------*/
._overflow_x {
  overflow-x: auto;
}

._overflow_y {
  overflow-y: auto;
}

._overflow_hidden {
  overflow: hidden;
}

/*------------------------------------------------------------------
[End Dimension]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Text Overflow]
-------------------------------------------------------------------*/
._text_overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._text_overflow_entry {
  position: relative;
  height: 45px;
  overflow: hidden;
}

._text_overflow_entry::before {
  content: ". . .";
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 3;
  text-align: right;
}

/*------------------------------------------------------------------
[End Text Overflow]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Container]
-------------------------------------------------------------------*/
._container {
  margin: auto;
}

@media (min-width: 768px) {
  ._container {
    max-width: 600px;
  }
}

@media (min-width: 1024px) {
  ._container {
    max-width: 992px;
  }
}

@media (min-width: 1440px) {
  ._container {
    max-width: 1280px;
  }
}

/*------------------------------------------------------------------
[End Container]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Display]
-------------------------------------------------------------------*/
._block {
  display: block;
}

._inline_block {
  display: inline-block;
}

._inline {
  display: inline;
}

/*------------------------------------------------------------------
[End Display]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Cursor]
-------------------------------------------------------------------*/
._cursor_pointer {
  cursor: pointer;
}

._cursor_no_drop {
  cursor: no-drop;
}

/*------------------------------------------------------------------
[End Cursor]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Map]
-------------------------------------------------------------------*/
._map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/*------------------------------------------------------------------
[End Map]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Btn]
-------------------------------------------------------------------*/
._btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

._btn:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/*------------------------------------------------------------------
[End Btn]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Section Border]
-------------------------------------------------------------------*/
._section_border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/*------------------------------------------------------------------
[End Section Border]
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table Print]
-------------------------------------------------------------------*/
._table_print_hero {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

._table_print_date {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  margin-top: 16px;
}

._table_print_hr {
  height: 4px;
  background-color: #000;
  margin: 30px 0 30px 0;
}

._table_print {
  color: #000;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

._table_print th {
  background-color: #ddd;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

._table_print td {
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

._table_print_credit_container {
  color: #000;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
  margin-top: 50px;
}

._table_print_credit_container ._table_print_credit {
  position: absolute;
  top: 0;
  right: 0;
}

/*------------------------------------------------------------------
[End Table Print]
-------------------------------------------------------------------*/
/*# sourceMappingURL=node.general.css.map */