.match-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* left | center | right */
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background-color: #1e1e1e;
  border-radius: 6px;
  margin-bottom: 6px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  border: 1px solid #333;
}

.match-team-radiant,
.match-team-dire {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0; /* needed for ellipsis in grid */
}

.match-team-radiant {
  color: #4caf50;
  text-align: right;
  padding-right: 4px;
}

.match-team-dire {
  color: #f2300d;
  text-align: left;
  padding-left: 4px;
}

.match-score {
  font-weight: bold;
  background-color: #333;
  padding: 2px 6px;
  border-radius: 4px;
  justify-self: center; /* lock score in the center column */
}


#ad-728x90-container img {
    width: 728px;
    height: 90px;
}

#ad-350x250-container img {
    width: 300px;
    height: 250px;
}

#spin-350{
    display: block !important;
}

#spin-728{
    display: block !important;
}

.ft-container {
    display: none !important;
}

#ft-floating-toolbar {
    display: none !important;
}

.ft-reg-bubble{
    display: none !important;
}

.ft-menu{
    display: none !important;
}

.fa.fa-x-twitter{
	font-family:sans-serif;
}
.fa.fa-x-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.scheme_dark blockquote {
    color: #fff;
    background-color: transparent;
    border-left-color: #f2300d;
    margin: 1.5em 0 1.3em;
    position: relative;
    text-align: left;
    padding: .35em 3.2em .4em 1.1em;
    border-left: 2px solid red;
}

.scheme_dark blockquote p{
    margin: 0;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -.48px;
}

.post-data h2, .post-data h3 {
    font-weight: bold;
    margin-bottom: 15px;
}
.post-data h2 {
    font-size: 1.5em;
    margin-top: 15px;
}

.post-data h3 {
    font-size: 1.3em;
    margin-top: 20px;
}

.post-data p {
    font-size: 1em;
    margin-bottom: 20px;
}

.post-data table {
    border-collapse: collapse;
    margin: 20px 0;
    text-align: center;
}

.post-data table td{
    padding: 0.5em 0.5em;
}

#international_container{
    width: 100%;
    padding: 0;
    margin: 0;
}
.post_featured{
    border: 1px solid #334459;
    border-bottom: none;
}
.categories_container ul {
  list-style-type: none;
  padding-left: 20px;
}

.categories_container ul li::before {
  content: "■";
  color: red;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.categories_container li{
    margin-bottom: 5px;
}

.tag_container {
     display: flex;
     flex-wrap: wrap;
     gap: 10px 5px;
}
.tag_container .tag_button {
     padding: 8px 8px;
     background-color: #f2300d;
     color: #fff;
     border: none;
     font-weight: bold;
     font-size: 10px;
}

.tag_container .tag_button:hover{
    background-color: #f2300d !important;
    color: black !important;
}

.tag_container .tag_button:active{
    background-color: #f2300d !important;
    color: black !important;
}

.tag_container .tag_button:focus{
    background-color: #f2300d !important;
    color: black !important;
}

.sc_countdown{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sc_countdown_inner{
    width: 100%;
    display: block;
}
.sc_countdown_item{
    width: 25%;
    box-sizing: border-box;
    padding: 1.55em 0 1.45em;
    display: block;
    float: left;
    text-align: center;
    border-top: 1px solid #334459;
}

.sc_countdown_item:not(:last-child) {
    border-right: 1px solid #334459;
}

.countdown-number{
    font-size: 1.4em;
}

.countdown-label{
    font-size: 0.9em;
}

.post_header{
    background-color: #061217 !important;
    background-image: linear-gradient(-160deg,rgba(51,68,89,0.5) 0%,rgba(11,24,34,0) 100%);
    padding: 1.5em 2.1em 2.15em;
    border: 1px solid #334459;
}

.blog_post{
    padding-bottom: 20px;
    position: relative;
}

.blog_post::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color:  #334459;
    margin: 10px auto 0 auto;
}

.post_meta_items {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post_meta_item {
    font-weight: bold;
}

.post_meta_item.post_categories .category {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    border-color: #ff4319;
    background-color: #ff4319;
    color: white;
    font-size: 0.8em;
    text-transform: uppercase;
}

.social-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.social-share .social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: #ff4319;
    background-color: #ff4319;
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.social-button i {
    vertical-align: middle;
}

.social-share .social-button:hover {
    color: #1d1d1d;
    border-color: #ff4319;
    background-color: #ff4319;
}

.social-share .social-button:active {
    color: #1d1d1d;
    border-color: #ff4319;
    background-color: #ff4319;
}

.social-share .social-button:focus {
    color: #1d1d1d;
    border-color: #ff4319;
    background-color: #ff4319;
}

.social-share .social-button:disabled {
    background-color: #c0c0c0;
    color: #6c757d;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65;
    transition: none;
}
.post_tags .tag {
  color: grey;
  font-weight: bold;
  position: relative;
  padding-right: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
}

.tag::before {
  content: "#";
  margin-right: 2px;
  color: grey;
  font-weight: bold;
}

.post-data::after {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #334459;
  margin: 20px auto 0;
}

.sc_button,
.sc_layouts_iconed_text {
    white-space: nowrap;
}
.sc_layouts_item,
.sc_table {
    max-width: 100%;
}
.sc_icon_type_svg,
.sc_layouts_menu {
    visibility: hidden;
}
.trx_addons_scroll_to_top {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    position: fixed;
    z-index: 100001;
    bottom: -4em;
    right: 2em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .vc_empty_space,
.trx_addons_scroll_to_top:before {
    margin: 0 !important;
}
.sc_button + .sc_button {
    margin-left: 1em;
}
.sc_content,
.sc_layouts_menu_mobile_button_burger,
.sc_matches,
.search_wrap,
.vc_row,
ul[class*="trx_addons_list"] > li {
    position: relative;
}
.sc_layouts_item_link,
.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder,
.sc_matches_other .sc_matches_item_title {
    display: block;
}
.sc_layouts_menu_nav .menu-collapse,
.sc_layouts_row_fixed_placeholder,
.search_style_fullscreen .search_close {
    display: none;
}
.sc_layouts_menu_nav > li[class*="columns-"],
.sc_layouts_title .sc_layouts_title_content {
    position: static;
}
.sc_skills_counter .sc_skills_icon + .sc_skills_total {
    margin-top: 0.2em;
}
html {
    overflow-y: scroll !important;
}
.sc_layouts_menu_nav li[class*="columns-"] > ul > li {
    display: inline-block;
    vertical-align: top;
}
[class*=" trx_addons_icon-"]:before,
[class^="trx_addons_icon-"]:before {
    margin: 0;
    width: auto;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.sc_icons .sc_icons_item > *,
.sc_item_button,
.sc_item_title,
.search_style_fullscreen .search_close:before {
    margin: 0;
}
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
    margin-top: 1.6em;
}
.widget_area .post_item .post_content {
    overflow: hidden;
}
.sc_content_width_100p,
.sc_layouts_column .vc_empty_space,
.sc_table table,
.trx_addons_column-1,
.trx_addons_column-10_10,
.trx_addons_column-11_11,
.trx_addons_column-12_12,
.trx_addons_column-1_1,
.trx_addons_column-2_2,
.trx_addons_column-3_3,
.trx_addons_column-4_4,
.trx_addons_column-5_5,
.trx_addons_column-6_6,
.trx_addons_column-7_7,
.trx_addons_column-8_8,
.trx_addons_column-9_9 {
    width: 100%;
}
.sc_layouts_item_menu_mobile_button,
.sc_layouts_menu_mobile_button {
    display: none !important;
}
.wpb_text_column[class*="sc_bg_mask_"] > .wpb_wrapper {
    position: relative;
    z-index: 2;
}
.trx_addons_columns_wrap {
    margin-left: 0;
    margin-right: -30px;
}
.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
    padding-bottom: 30px;
}
.sc_layouts_menu_nav li.columns-2 > ul > li,
.trx_addons_column-1_2,
.trx_addons_column-2_4,
.trx_addons_column-3_6,
.trx_addons_column-4_8,
.trx_addons_column-5_10,
.trx_addons_column-6_12 {
    width: 50%;
}
.trx_addons_column-1_3,
.trx_addons_column-2_6,
.trx_addons_column-3_9,
.trx_addons_column-4_12 {
    width: 33.3333333333%;
}
.trx_addons_column-1_4 {
    width: 24%;
}
.sc_layouts_menu_nav li.columns-5 > ul > li,
.trx_addons_column-1_5,
.trx_addons_column-2_10 {
    width: 20%;
}
.trx_addons_column-1_6,
.trx_addons_column-2_12 {
    width: 16.6666666667%;
}
.trx_addons_column-1_7 {
    width: 14.2857142857%;
}
.trx_addons_column-1_8 {
    width: 12.5%;
}
.trx_addons_column-1_9 {
    width: 11.1111111111%;
}
.sc_content_width_10p,
.trx_addons_column-1_10 {
    width: 10%;
}
.trx_addons_column-1_11 {
    width: 9.0909090909%;
}
.trx_addons_column-1_12 {
    width: 8.3333333333%;
}
.trx_addons_column-2_3,
.trx_addons_column-4_6,
.trx_addons_column-6_9,
.trx_addons_column-8_12 {
    width: 66.6666666667%;
}
.sc_content_width_40p,
.trx_addons_column-2_5,
.trx_addons_column-4_10 {
    width: 40%;
}
.trx_addons_column-2_7 {
    width: 28.5714285714%;
}
.sc_layouts_menu_nav li.columns-4 > ul > li,
.trx_addons_column-2_8,
.trx_addons_column-3_12 {
    width: 25%;
}
.trx_addons_column-2_9 {
    width: 22.2222222222%;
}
.trx_addons_column-2_11 {
    width: 18.1818181818%;
}
.trx_addons_column-3_4,
.trx_addons_column-6_8,
.trx_addons_column-9_12 {
    width: 75%;
}
.trx_addons_column-3_5,
.trx_addons_column-6_10 {
    width: 60%;
}
.trx_addons_column-3_7 {
    width: 42.8571428571%;
}
.trx_addons_column-3_8 {
    width: 37.5%;
}
.trx_addons_column-3_10 {
    width: 30%;
}
.trx_addons_column-3_11 {
    width: 27.2727272727%;
}
.trx_addons_column-4_5,
.trx_addons_column-8_10 {
    width: 80%;
}
.trx_addons_column-4_7 {
    width: 57.1428571429%;
}
.trx_addons_column-4_9 {
    width: 44.4444444444%;
}
.trx_addons_column-4_11 {
    width: 36.3636363636%;
}
.trx_addons_column-10_12,
.trx_addons_column-5_6 {
    width: 83.3333333333%;
}
.trx_addons_column-5_7 {
    width: 71.4285714286%;
}
.trx_addons_column-5_8 {
    width: 62.5%;
}
.trx_addons_column-5_9 {
    width: 55.5555555556%;
}
.trx_addons_column-5_11 {
    width: 45.4545454545%;
}
.trx_addons_column-5_12 {
    width: 41.6666666667%;
}
.trx_addons_column-6_7 {
    width: 85.7142857143%;
}
.trx_addons_column-6_11 {
    width: 54.5454545455%;
}
.trx_addons_column-7_8 {
    width: 87.5%;
}
.trx_addons_column-7_9 {
    width: 77.7777777778%;
}
.trx_addons_column-7_10 {
    width: 70%;
}
.trx_addons_column-7_11 {
    width: 63.6363636364%;
}
.trx_addons_column-7_12 {
    width: 58.3333333333%;
}
.trx_addons_column-8_9 {
    width: 88.8888888889%;
}
.trx_addons_column-8_11 {
    width: 72.7272727273%;
}
.trx_addons_column-9_10 {
    width: 90%;
}
.trx_addons_column-9_11 {
    width: 81.8181818182%;
}
.trx_addons_column-10_11 {
    width: 90.9090909091%;
}
.trx_addons_column-11_12 {
    width: 91.6666666667%;
}
.sc_layouts_menu_nav ul:after,
.sc_layouts_menu_nav:after,
.trx_addons_columns_wrap:after {
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}
.trx_addons_hover {
    position: relative;
    overflow: hidden;
    color: #b88144;
}
.trx_addons_hover img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li[class*="icon-"]:hover:before,
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li > a:hover {
    color: #efa758;
}
.sc_float_center,
[class*="sc_content_width_"]:not([class*="sc_margin_"]) {
    margin-left: auto;
    margin-right: auto;
}
.sc_align_left,
.sc_icons.sc_align_left .sc_icons_item,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column_align_left {
    text-align: left;
}
.sc_align_right,
.sc_icons.sc_align_right .sc_icons_item,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column_align_right,
.sc_matches_other .sc_matches_item_name2 {
    text-align: right;
}
.sc_align_center,
.sc_icons.sc_align_center .sc_icons_item,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column_align_center {
    text-align: center;
}
.sc_padding_small {
    padding: 2em 8%;
}
.sc_item_title,
.sc_layouts_menu_mobile_button .sc_layouts_item_icon:before {
    line-height: 1.2em;
}
.sc_item_title > big,
.sc_item_title > small {
    display: inline-block;
    margin-bottom: 0.9em;
}
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul,
.sc_layouts_menu_nav > li:last-child > ul {
    left: auto;
    right: 0;
}
.sc_matches_main + .sc_matches_other,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_content {
    margin-top: 1em;
}
.sc_item_columns + .sc_item_button,
.sc_item_content + .sc_item_button,
.sc_item_title + .sc_item_button,
.sc_item_title + .sc_item_columns,
.sc_item_title + .sc_item_content,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_content {
    margin-top: 2em;
}
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
    margin-top: 1.8em;
}
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_content {
    margin-top: 1.4em;
}
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_content {
    margin-top: 1.2em;
}
.sc_skills_counter .sc_skills_item_wrap {
    max-width: none;
}
.sc_column_fixed_placeholder {
    min-height: 1px;
}
.vc_empty_space.sc_height_small {
    height: 2rem !important;
}
.vc_empty_space.sc_height_medium {
    height: 3.3333rem !important;
}
.vc_empty_space.sc_height_big {
    height: 6.6667rem !important;
}
.sc_layouts_row,
[class*="sc_content_width_"] {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_layouts_row_on_top {
    z-index: 999999;
}
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
}
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):last-child,
.sc_layouts_column .sc_layouts_item:last-child {
    margin-right: 0 !important;
}
.sc_layouts_column_align_right .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
    margin-left: 1.5em;
    margin-right: 0;
}
.sc_layouts_column_align_right .sc_layouts_item:first-child {
    margin-left: 0 !important;
}
.sc_layouts_row_delimiter {
    border-bottom: 1px solid #ddd;
}
.sc_layouts_item_icon {
    font-size: 2.25em;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.sc_matches_other {
    display: -ms-flexbox;
    display: -webkit-box;
}
.sc_layouts_row_type_compact .sc_layouts_item input[type="text"] {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.sc_layouts_row_type_compact {
    padding: 0.75em 0;
}
.sc_layouts_row_type_compact .sc_layouts_item{
    letter-spacing: 0;
}
.sc_layouts_row_type_compact .sc_button:not(.sc_button_simple){
    background-color: #efa758;
    padding: 1.5em 3em;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: top;
    color: #fff;
}
.sc_layouts_row_type_compact .sc_layouts_item_icon {
    font-size: 1.25em;
    font-weight: 400;
}
.sc_layouts_row_type_compact .sc_button:not(.sc_button_simple) {
    font-size: 12px;
    font-weight: 400;
}
.sc_layouts_row_fixed_on {
    z-index: 100002;
    top: 0;
    right: -15px;
    bottom: auto;
    left: -15px;
    position: fixed !important;
    margin: 0 !important;
    background-color: #fff;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
    z-index: 100001;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
    z-index: 100000;
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
    padding-top: 0;
    padding-bottom: 0;
}
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 3em;
}
.sc_matches_other {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5em;
}
.sc_matches_other .sc_matches_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0.5em 0.5em 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_matches_other .sc_matches_item_link span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    vertical-align: middle;
    box-sizing: border-box;
}
.sc_matches_other .sc_matches_item_link {
    background-color: #f7f7f7;
    color: #000;
    overflow: hidden;
    letter-spacing: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 1.5em;
}
.sc_matches_other .sc_matches_item_date {
    width: 15%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.sc_matches_other .sc_matches_item_date_wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0.5em;
    text-align: center;
}
.sc_matches_other .sc_matches_item_info {
    width: 85%;
    margin-left: 15%;
    padding: 1em 0;
}
.sc_matches_other .sc_matches_item_day{
    display: block;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.sc_matches_other .sc_matches_item_day {
    font-size: 1.25em;
}
.sc_icons,
.sc_skills {
    position: relative;
    padding-top: 0.0001px;
}
.sc_button,
.sc_button_wrap:not([class*="sc_align_"]) {
    display: inline-block;
}
.sc_button {
    text-transform: uppercase;
    padding: 1.5em 3em;
    background-position: center center;
    background-repeat: repeat;
    overflow: hidden;
    background-color: #efa758;
    color: #fff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sc_button:hover {
    background-color: #007fc5;
}
.sc_button_icon,
.sc_button_text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-decoration: inherit;
}
.sc_button_icon {
    font-size: 2em;
    line-height: 1.25em;
    font-weight: 400;
    font-style: normal;
}
.sc_button_icon img {
    max-height: 2.5em;
    width: auto;
}
.sc_button_icon_left .sc_button_icon {
    margin-right: 0.8em;
}
.sc_button_icon_right .sc_button_icon {
    float: right;
    margin-left: 0.8em;
}
.sc_button_icon_top .sc_button_icon {
    display: block;
    margin-bottom: 0.25em;
    text-align: center;
}
.sc_button.sc_button_size_small {
    padding: 1em 2.5em;
}
.sc_button.sc_button_size_small .sc_button_icon img {
    max-height: 1.6em;
    width: auto;
}
.sc_button_simple {
    display: inline-block;
    background-color: transparent;
    color: #efa758;
    position: relative;
    padding: 0 1.8em 0 0;
}
.sc_content:not([class*="sc_padding_"]),
.sc_table {
    padding-top: 0.0001px;
}
.sc_button_simple:hover {
    color: #000;
    background-color: transparent;
}
.sc_button.sc_button_simple:after,
.sc_button.sc_button_simple:before {
    content: "\e911";
    font-family: trx_addons_icons;
    margin: 0;
    line-height: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sc_button.sc_button_simple:before {
    right: 20px;
    opacity: 0;
}
.sc_button.sc_button_simple:hover:before {
    opacity: 1;
    right: 0;
}
.sc_button.sc_button_simple:hover:after {
    opacity: 0;
    right: -20px;
}
.sc_button_simple.sc_button_icon_left {
    padding-left: 1px;
}
.sc_button_simple.sc_button_icon_left .sc_button_icon {
    margin-right: 0.4em;
}
.sc_content_width_1_1 {
    width: 1175px;
}
.sc_content_width_1_2 {
    width: 587.5px;
}
.sc_content_width_1_3 {
    width: 391.6666666667px;
}
.sc_content_width_2_3 {
    width: 783.3333333333px;
}
.sc_content_width_1_4 {
    width: 293.75px;
}
.sc_content_width_3_4 {
    width: 881.25px;
}
.sc_content_width_45p {
    width: 45%;
}
.sc_content_width_15p {
    width: 15%;
}
.sc_table {
    position: relative;
    overflow-x: auto;
}
.sc_skills .sc_skills_item_title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
    padding: 3.4em 0 0 4em;
}
.vc_row.vc_inner .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
}
.sc_skills_counter .sc_skills_total {
    display: block;
    text-align: center;
    font-size: 3.3333em;
    line-height: 1.1em;
    font-weight: 400;
    margin: 0;
}
.sc_skills_counter .sc_skills_item_title {
    text-align: center;
    font-size: 1.0667em;
    line-height: 1.25em;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
}
.sc_table table td,
.sc_table table th {
    padding: 1.8em 1em;
}
.sc_table table tr:first-child th {
    font-weight: 700;
}
.sc_layouts_row_type_compact .sc_layouts_logo img {
    max-height: 4.5em;
}
.sc_layouts_logo img {
  max-height: 6em;
  width: auto;
}
.sc_layouts_item_icon i{
    display: inline-block;
    vertical-align: bottom;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
    font-size: 2em;
}
.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
    display: inline-block !important;
}
.sc_layouts_menu {
    position: relative;
    z-index: 1000;
    overflow: hidden;
    max-height: 3em;
}
.sc_layouts_menu.inited {
    overflow: visible;
    visibility: visible;
    max-height: none;
}
.sc_layouts_menu_nav,
.sc_layouts_menu_nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sc_layouts_menu_nav li {
    margin: 0;
    position: relative;
}
.sc_layouts_menu_nav li > a {
    display: block;
    position: relative;
}
.sc_layouts_menu_nav {
    text-align: left;
    vertical-align: middle;
    padding-left: 0 !important;
}
.sc_layouts_menu_nav > li {
    position: relative;
    float: left;
    z-index: 20;
}
.sc_layouts_menu_nav > li + li {
    z-index: 19;
}
.sc_layouts_menu_nav > li + li + li {
    z-index: 18;
}
.sc_layouts_menu_nav > li + li + li + li {
    z-index: 17;
}
.sc_layouts_menu_nav > li + li + li + li + li {
    z-index: 16;
}
.sc_layouts_menu_nav > li + li + li + li + li + li {
    z-index: 15;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li {
    z-index: 14;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li {
    z-index: 13;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li {
    z-index: 12;
}
.sc_layouts_menu_nav > li + li + li + li + li + li + li + li + li + li {
    z-index: 11;
}
.sc_layouts_menu_nav > li > a {
    padding: 1em;
    position: relative;
    color: #333;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.sc_layouts_menu_nav > li.current-menu-item > a {
    font-weight: 600 !important;
}
.sc_layouts_menu_nav li[class*="icon-"]:before {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.sc_layouts_menu_nav > li[class*="icon-"] > a {
    padding-left: 2em;
}
.sc_layouts_menu_nav > li[class*="icon-"]:before {
    display: inline-block;
    padding: 1em 0;
    width: 1em;
    line-height: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0.5em;
}
.sc_layouts_menu_nav > li[class*="columns-"][class*="icon-"]:before {
    position: static;
    margin: 0 0 0 0.5em;
    float: left;
}
.sc_layouts_menu_nav > li[class*="columns-"][class*="icon-"] > a {
    float: left;
    margin-left: -1.5em;
}
.sc_layouts_menu_nav li[class*="image-"] > a {
    background-position: 1em center;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.3em;
}
.sc_layouts_menu_nav > li ul {
    position: absolute;
    display: none;
    z-index: 10000;
    width: 13em;
    padding: 1.4em 0;
    text-align: left;
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.sc_layouts_menu_nav > li li > a {
    padding: 0.6em 1.5em;
    color: #333;
}
.sc_layouts_menu_nav > li li[class*="icon-"] > a > span {
    display: inline-block;
    padding-left: 1.5em;
}
.sc_layouts_menu_nav > li li[class*="icon-"]:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}
.sc_layouts_menu_nav > li li[class*="image-"] > a {
    background-position: 1.6667em center;
    padding-left: 3em;
}
.sc_layouts_menu_nav > li > ul {
    top: 4.2em;
    left: 0;
}
.sc_layouts_menu_nav > li > ul ul {
    left: 13em;
    top: -1.4em;
    margin: 0 0 0 2px;
    background-color: #f0f0f0;
}
.sc_layouts_menu_nav > li[class*="columns-"] > ul {
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
}
.sc_layouts_menu_nav ul li.columns-2 > ul {
    width: 26em;
}
.sc_layouts_menu_nav ul li.columns-3 > ul {
    width: 39em;
}
.sc_layouts_menu_nav ul li.columns-4 > ul {
    width: 52em;
}
.sc_layouts_menu_nav ul li.columns-5 > ul {
    width: 65em;
}
.sc_layouts_menu_nav li.columns-3 > ul > li {
    width: 33.3333%;
}
.sc_layouts_menu_nav li[class*="columns-"] > ul ul {
    position: static !important;
    display: block !important;
    margin-left: 0;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    vertical-align: top;
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
.sc_layouts_menu_nav .menu-collapse > a {
    position: relative;
    text-align: center;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
    position: relative;
    z-index: 2;
    top: 1px;
    left: 0;
}
.sc_layouts_menu_nav .menu-collapse > a:after {
    content: " ";
    display: block;
    background-color: #f7f7f7;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
}
.search_wrap .search_field {
    width: 6em;
    padding: 0 0 0 1.25em !important;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sc_layouts_column_icons_position_right .search_wrap .search_field {
    padding: 0 1.25em 0 0 !important;
}
.sc_layouts_row_type_compact .search_wrap .search_field {
    border: none !important;
    background-color: transparent !important;
}
.sc_layouts_row_type_normal .search_wrap .search_field {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 1.5em 0 3em !important;
    width: 15em;
    height: 4.7727em;
    line-height: 4.7727em;
    border-radius: 3em;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
    padding: 1em 3em 1em 1.5em !important;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
    height: 4.7727em;
    line-height: 4.7727em;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible;
}
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .sc_layouts_item + div.vc_separator:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .vc_empty_space,
.sc_layouts_row .vc_separator,
.trx_addons_scroll_to_top.show {
    opacity: 1;
    bottom: 7em;
}
.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}
.vc_row:after {
    clear: both
}

@media (min-width:992px) and (max-width:1199px) {
    .vc_hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .vc_hidden-lg {
        display: none !important
    }
}
.vc_column_container {
    width: 100%
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px
}
.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    float: left
}

.vc_col-xs-12 {
    width: 100%
}

.vc_col-xs-11 {
    width: 91.66666667%
}

.vc_col-xs-10 {
    width: 83.33333333%
}

.vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-8 {
    width: 66.66666667%
}

.vc_col-xs-7 {
    width: 58.33333333%
}

.vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-5 {
    width: 41.66666667%
}

.vc_col-xs-4 {
    width: 33.33333333%
}

.vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-2 {
    width: 16.66666667%
}

.vc_col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
    .vc_col-sm-1,
    .vc_col-sm-10,
    .vc_col-sm-11,
    .vc_col-sm-12,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-5,
    .vc_col-sm-6,
    .vc_col-sm-7,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left
    }
    .vc_col-sm-12 {
        width: 100%
    }
    .vc_col-sm-11 {
        width: 91.66666667%
    }
    .vc_col-sm-10 {
        width: 83.33333333%
    }
    .vc_col-sm-9 {
        width: 75%
    }
    .vc_col-sm-8 {
        width: 66.66666667%
    }
    .vc_col-sm-7 {
        width: 58.33333333%
    }
    .vc_col-sm-6 {
        width: 50%
    }
    .vc_col-sm-5 {
        width: 41.66666667%
    }
    .vc_col-sm-4 {
        width: 33.33333333%
    }
    .vc_col-sm-3 {
        width: 25%
    }
    .vc_col-sm-2 {
        width: 16.66666667%
    }
    .vc_col-sm-1 {
        width: 8.33333333%
    }
    .vc_col-sm-push-12 {
        left: 100%
    }
    .vc_col-sm-push-11 {
        left: 91.66666667%
    }
    .vc_col-sm-push-10 {
        left: 83.33333333%
    }
    .vc_col-sm-push-9 {
        left: 75%
    }
    .vc_col-sm-push-8 {
        left: 66.66666667%
    }
    .vc_col-sm-push-7 {
        left: 58.33333333%
    }
    .vc_col-sm-push-6 {
        left: 50%
    }
    .vc_col-sm-push-5 {
        left: 41.66666667%
    }
    .vc_col-sm-push-4 {
        left: 33.33333333%
    }
    .vc_col-sm-push-3 {
        left: 25%
    }
    .vc_col-sm-push-2 {
        left: 16.66666667%
    }
    .vc_col-sm-push-1 {
        left: 8.33333333%
    }
    .vc_col-sm-push-0 {
        left: auto
    }
}

@media (min-width:992px) {
    .vc_col-md-1,
    .vc_col-md-10,
    .vc_col-md-11,
    .vc_col-md-12,
    .vc_col-md-2,
    .vc_col-md-3,
    .vc_col-md-4,
    .vc_col-md-5,
    .vc_col-md-6,
    .vc_col-md-7,
    .vc_col-md-8,
    .vc_col-md-9 {
        float: left
    }
    .vc_col-md-12 {
        width: 100%
    }
    .vc_col-md-11 {
        width: 91.66666667%
    }
    .vc_col-md-10 {
        width: 83.33333333%
    }
    .vc_col-md-9 {
        width: 75%
    }
    .vc_col-md-8 {
        width: 66.66666667%
    }
    .vc_col-md-7 {
        width: 58.33333333%
    }
    .vc_col-md-6 {
        width: 50%
    }
    .vc_col-md-5 {
        width: 41.66666667%
    }
    .vc_col-md-4 {
        width: 33.33333333%
    }
    .vc_col-md-3 {
        width: 25%
    }
    .vc_col-md-2 {
        width: 16.66666667%
    }
    .vc_col-md-1 {
        width: 8.33333333%
    }
    .vc_col-md-push-12 {
        left: 100%
    }
    .vc_col-md-push-11 {
        left: 91.66666667%
    }
    .vc_col-md-push-10 {
        left: 83.33333333%
    }
    .vc_col-md-push-9 {
        left: 75%
    }
    .vc_col-md-push-8 {
        left: 66.66666667%
    }
    .vc_col-md-push-7 {
        left: 58.33333333%
    }
    .vc_col-md-push-6 {
        left: 50%
    }
    .vc_col-md-push-5 {
        left: 41.66666667%
    }
    .vc_col-md-push-4 {
        left: 33.33333333%
    }
    .vc_col-md-push-3 {
        left: 25%
    }
    .vc_col-md-push-2 {
        left: 16.66666667%
    }
    .vc_col-md-push-1 {
        left: 8.33333333%
    }
    .vc_col-md-push-0 {
        left: auto
    }
}

@media (min-width:1200px) {
    .vc_col-lg-1,
    .vc_col-lg-10,
    .vc_col-lg-11,
    .vc_col-lg-12,
    .vc_col-lg-2,
    .vc_col-lg-3,
    .vc_col-lg-4,
    .vc_col-lg-5,
    .vc_col-lg-6,
    .vc_col-lg-7,
    .vc_col-lg-8,
    .vc_col-lg-9 {
        float: left
    }
    .vc_col-lg-12 {
        width: 100%
    }
    .vc_col-lg-11 {
        width: 91.66666667%
    }
    .vc_col-lg-10 {
        width: 83.33333333%
    }
    .vc_col-lg-9 {
        width: 75%
    }
    .vc_col-lg-8 {
        width: 66.66666667%
    }
    .vc_col-lg-7 {
        width: 58.33333333%
    }
    .vc_col-lg-6 {
        width: 50%
    }
    .vc_col-lg-5 {
        width: 41.66666667%
    }
    .vc_col-lg-4 {
        width: 33.33333333%
    }
    .vc_col-lg-3 {
        width: 25%
    }
    .vc_col-lg-2 {
        width: 16.66666667%
    }
    .vc_col-lg-1 {
        width: 8.33333333%
    }
    .vc_col-lg-push-12 {
        left: 100%
    }
    .vc_col-lg-push-11 {
        left: 91.66666667%
    }
    .vc_col-lg-push-10 {
        left: 83.33333333%
    }
    .vc_col-lg-push-9 {
        left: 75%
    }
    .vc_col-lg-push-8 {
        left: 66.66666667%
    }
    .vc_col-lg-push-7 {
        left: 58.33333333%
    }
    .vc_col-lg-push-6 {
        left: 50%
    }
    .vc_col-lg-push-5 {
        left: 41.66666667%
    }
    .vc_col-lg-push-4 {
        left: 33.33333333%
    }
    .vc_col-lg-push-3 {
        left: 25%
    }
    .vc_col-lg-push-2 {
        left: 16.66666667%
    }
    .vc_col-lg-push-1 {
        left: 8.33333333%
    }
    .vc_col-lg-push-0 {
        left: auto
    }
}
i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}
.wpb-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
    display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
        min-height: 1em
    }
}
.vc_row.vc_row-flex::after,
.vc_row.vc_row-flex::before {
    display: none
}
.vc_column-inner::after,
.vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px
}

.vc_vc_column,
.vc_vc_column_inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row.vc_row-flex>.vc_vc_column,
.vc_row.vc_row-flex>.vc_vc_column_inner {
    display: flex
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container {
    display: flex;
    width: 100%
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
    align-items: stretch
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    align-items: center
}

.vc_empty-element>.vc_column-inner {
    min-height: 100px
}

.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 35px
}
.td_no_space {
    white-space: nowrap;
}
.vc_custom_1518447486099,
.vc_custom_1520236650805 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vc_custom_1518447486099,
.vc_custom_1520262239931,
.vc_custom_1520262285813 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
table th,
table tr {
    text-align: center;
}
table tr {
    color: #fff !important;
}
img {
    max-width: 100%;
}
input[placeholder] {
    text-overflow: ellipsis;
}
#searchButton,
#searchClear,
#scrollUp {
    background-color: #f2300d;
    color: #fff;
}
#searchButton:hover,
#searchClear:hover,
#scrollUp:hover {
    background-color: #f2300d;
    color: #000;
}
.vc_custom_1518447486099 {
    background-image: url(/images/top-header.jpg) !important;
    background-position: top left !important;
}
.vc_custom_1520262285813 {
    padding-right: 2em !important;
}
.vc_custom_1520236650805 {
    background-position: top center !important;
}

.page_content_wrap,
.top_panel {
    background-repeat: no-repeat;
}
.content-title,
.top_panel {
    background-size: cover;
}
.vc_custom_1603193038524 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
    background-color: #030506 !important;
    border-top: 1px solid #1c2229 !important;
}
.sc_content_bordered[class*="vc_custom"] > .sc_content_container,
.sidebar[class*="scheme_"] .sidebar_inner,
.sidebar[class*="scheme_"] .widget .widget,
body,
html,
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
#left-nav,
.footer_wrap .widget_title {
    text-align: left;
}
#right-nav,
.nav-links-single .nav-links .nav-next .post-title {
    text-align: right;
}
a,
article,
big,
body,
button,
div,
font,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
object,
p,
s,
small,
span,
table,
tbody,
td,
th,
thead,
tr,
tt,
ul,
var {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    outline: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
html,
table th {
    font-size: 14px;
}
table th {
    font-weight: 700;
}
button,
input,
label,
object,
table,
tbody,
td,
th,
thead,
tr {
    border: 0;
}
body,
html {
    margin: 0;
    width: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-y: scroll !important;
    overflow-x: hidden;
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a,
.menu_footer_nav_area > ul > li ul > li > a,
.menu_mobile a,
article,
footer,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
header,
nav {
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    -ms-hyphens: auto;
    hyphens: auto;
}
.post_item p,
.post_item_single .post_header .post_title,
.post_item_single.post-excerpt .post_content p:last-child,
.sc_content_container .wpb_content_element,
.wpb_content_element,
.wpb_row,
.wpb_text_column,
li > p,
li > ul {
    margin-bottom: 0.5em;
}
li > p + p {
    margin-top: 0.5em;
}
ul {
    padding-left: 1.5em;
}
a {
    text-decoration: none;
    background: 0 0;
}
:active,
:focus,
a,
a:active,
a:focus,
a:hover,
button:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
    outline: 0;
}
a img {
    border: none;
}
.nav-links-single .nav-links .post-title,
.nav-links-single .nav-links .post_date,
a,
button,
input[type="button"],
input[type="submit"] {
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
a[href="javascript:void(0)"] {
    cursor: default;
}
table {
    border-collapse: collapse;
}
table td + td,
table td + th,
table th + td,
table th + th {
    border-left: 1px solid #ddd;
}
.sc_matches_events .sc_matches_other .sc_matches_item_title,
table > p {
    margin: 0 !important;
}
table td,
table th {
    padding: 1.8em 1em;
    border: 1px solid;
}
table th {
    font-style: normal;
    text-transform: uppercase;
}
.sc_button_simple,
i {
    font-style: italic;
}
table tr i.fa-caret-up {
    color: red;
}
table tr i.fa-caret-down {
    color: green;
}
table tr i.fa-caret-up.base {
    color: green;
}
table tr i.fa-caret-down.base {
    color: red;
}
.content-title + .content-body,
.sc_content_bordered > .sc_item_title + .sc_content_container,
.sc_content_light > .sc_item_title + .sc_content_container,
table tr td {
    border-top: 0;
}
table tr:not(:last-child) td {
    border-bottom: 0;
}
img {
    vertical-align: top;
}
.widget p {
    margin: 0;
}
.footer_wrap .widget[class*="column-"] {
    margin: 1.5em 0;
}
b {
    font-weight: 700;
}
tt,
var {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    letter-spacing: 0;
}
hr {
    height: 0;
    border: none;
    border-top: 1px solid #eee;
    margin: 6.7857em 0;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
img {
    height: auto;
}
.vc_row[data-vc-full-width]:not(.vc_parallax),
button {
    overflow: visible;
}
canvas{
    display: inline-block;
    vertical-align: baseline;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
}
button,
input {
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    vertical-align: baseline;
}
input[placeholder]::-webkit-input-placeholder {
    text-overflow: ellipsis;
}
input[placeholder]::-moz-placeholder {
    text-overflow: ellipsis;
}
input[placeholder]:-ms-input-placeholder {
    text-overflow: ellipsis;
}
input[placeholder]::-ms-input-placeholder {
    text-overflow: ellipsis;
}
input[placeholder]::placeholder {
    text-overflow: ellipsis;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="url"] {
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
input[type="number"]::-webkit-outer-spin-button {
    height: 50%;
}
input[type="number"],
input[type="search"] {
    -webkit-appearance: none;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    -webkit-appearance: none;
    outline: 0;
    resize: none;
}
.sc_button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 0.6em 1.5em 0.4em;
    letter-spacing: 0;
    height: auto;
    border: 1px solid;
}
.sc_button_simple {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    padding: 0 1.8em 0 0;
}
.sc_button_simple:after,
.sc_button_simple:before {
    content: "\e93a";
    font-family: fontello;
    font-style: normal;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    padding: 0.27em 1em 0.23em;
    border: 1px solid #ddd;
    height: 36px;
}
.widget input[type="email"],
.widget input[type="number"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="text"],
.widget input[type="url"] {
    padding: 0.972em 0.1em;
    border: 0;
    background: 0 0 !important;
    height: auto;
}
.visible {
    visibility: visible;
}
.screen-reader-text {
    position: absolute !important;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0 !important;
    padding: 0 !important;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    display: block;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    font-size: 0.8em;
    line-height: normal;
    padding: 1em 1.5em;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    text-decoration: none;
    z-index: 100000;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.widget p + div,
.widget p + p {
    margin-top: 1em;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.columns_wrap,
.row {
    margin-left: 0;
    margin-right: -30px;
}
.columns_wrap > [class*="column-"],
.row > [class*="column-"] {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.columns_wrap.columns_padding_bottom > [class*="column-"],
.columns_wrap > [class*="column-"].columns_padding_bottom,
.row.columns_padding_bottom > [class*="column-"],
.row > [class*="column-"].columns_padding_bottom {
    padding-bottom: 30px;
}
.column-1,
.column-10_10,
.column-11_11,
.column-12_12,
.column-1_1,
.column-2_2,
.column-3_3,
.column-4_4,
.column-5_5,
.column-6_6,
.column-7_7,
.column-8_8,
.column-9_9,
.content_container .content_container,
.content_container .content_wrap,
.content_wrap .content_container,
.content_wrap .content_wrap {
    width: 100%;
}
.column-1_2,
.column-2_4,
.column-3_6,
.column-4_8,
.column-5_10,
.column-6_12 {
    width: 50%;
}
.column-1_3,
.column-2_6,
.column-3_9,
.column-4_12 {
    width: 33.3333333333%;
}
.column-1_4,
.column-2_8,
.column-3_12 {
    width: 25%;
}
.column-1_5,
.column-2_10 {
    width: 20%;
}
.column-1_6,
.column-2_12 {
    width: 16.6666666667%;
}
.column-1_7 {
    width: 14.2857142857%;
}
.column-1_8 {
    width: 12.5%;
}
.column-1_9 {
    width: 11.1111111111%;
}
.column-1_10 {
    width: 10%;
}
.column-1_11 {
    width: 9.0909090909%;
}
.column-1_12 {
    width: 8.3333333333%;
}
.column-2_3,
.column-4_6,
.column-6_9,
.column-8_12 {
    width: 66.6666666667%;
}
.column-2_5,
.column-4_10 {
    width: 40%;
}
.column-2_7 {
    width: 28.5714285714%;
}
.push-2_7 {
    left: 28.5714285714%;
}
.column-2_9 {
    width: 22.2222222222%;
}
.column-2_11 {
    width: 18.1818181818%;
}
.column-3_4,
.column-6_8,
.column-9_12 {
    width: 75%;
}
.column-3_5,
.column-6_10 {
    width: 60%;
}
.column-3_7 {
    width: 42.8571428571%;
}
.push-3_7 {
    left: 42.8571428571%;
}
.column-3_8 {
    width: 37.5%;
}
.column-3_10 {
    width: 30%;
}
.column-3_11 {
    width: 27.2727272727%;
}
.column-4_5,
.column-8_10 {
    width: 80%;
}
.column-4_7 {
    width: 57.1428571429%;
}
.column-4_9 {
    width: 44.4444444444%;
}
.column-4_11 {
    width: 36.3636363636%;
}
.column-10_12,
.column-5_6 {
    width: 83.3333333333%;
}
.column-5_7 {
    width: 71.4285714286%;
}
.push-5_7 {
    left: 71.4285714286%;
}
.column-5_8 {
    width: 62.5%;
}
.column-5_9 {
    width: 55.5555555556%;
}
.column-5_11 {
    width: 45.4545454545%;
}
.column-5_12 {
    width: 41.6666666667%;
}
.column-6_7 {
    width: 85.7142857143%;
}
.column-6_11 {
    width: 54.5454545455%;
}
.column-7_8 {
    width: 87.5%;
}
.column-7_9 {
    width: 77.7777777778%;
}
.column-7_10 {
    width: 70%;
}
.column-7_11 {
    width: 63.6363636364%;
}
.column-7_12 {
    width: 58.3333333333%;
}
.column-8_9 {
    width: 88.8888888889%;
}
.column-8_11 {
    width: 72.7272727273%;
}
.column-9_10 {
    width: 90%;
}
.column-9_11 {
    width: 81.8181818182%;
}
.column-10_11 {
    width: 90.9090909091%;
}
.column-11_12 {
    width: 91.6666666667%;
}
.sidebar_hide [class*="content_wrap"] > .content {
    margin-left: auto;
    margin-right: auto;
}
.columns_wrap:after,
.container-fluid:after,
.container:after,
.content_container:after,
.content_wrap:after,
.row:after {
    content: " ";
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}
.page_content_wrap .content_wrap,
.top_panel,
.widget li {
    position: relative;
}
.hidden,
.hide {
    display: none !important;
}
.hidden {
    visibility: hidden !important;
}
.content-body,
.content-title {
    border: 1px solid;
    display: block;
}
.page_wrap {
    min-height: 100vh;
    overflow: hidden;
}
.content_wrap,
.page_wrap {
    margin: 0 auto;
}
.content-title {
    padding: 1.08rem 2.23rem;
    font-size: 1.059em;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: 0.5px;
    background-image: url(/images/top-header.jpg);
}
.content-body {
    padding: 2.2rem 2.23rem;
}
.page_content_wrap {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
}
.content_container,
.content_wrap {
    width: 1175px;
    margin: 0 auto;
}
.content,
.sidebar{
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content {
    width: 774px;
}
[class*="content_wrap"] > .sidebar {
    width: 386px;
}
.top_panel {
    z-index: 8000;
    padding: 0.1px 0;
    background-position: center;
}
.top_panel .columns_wrap > [class*="column-"],
.top_panel .row > [class*="column-"] {
    vertical-align: middle;
}
.post_meta .post_meta_item:last-child:after,
.post_meta .vc_inline-link:last-child:after,
.sc_button.sc_button_simple:after,
.sc_button.sc_button_simple:before,
.sc_icons .sc_icons_icon > span,
.sc_table p {
    display: none;
}
.header_position_over .top_panel {
    position: absolute;
    z-index: 8000;
    top: 0;
    left: 0;
    width: 100%;
    background: 0 0 !important;
}
.sidebar .trx_addons_columns_wrap {
    margin-right: 0;
}
.menu_mobile_close {
    display: block;
    cursor: pointer;
    width: 5em;
    height: 5em;
    line-height: 5em;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.menu_mobile_close:after,
.menu_mobile_close:before {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 38%;
    width: 25%;
    height: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    border-top: 2px solid #fff;
}
.menu_mobile_close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_mobile_close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_mobile_overlay {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
}
.menu_mobile {
    position: fixed;
    z-index: 100002;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
.menu_mobile_inner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
}
.menu_mobile .sc_layouts_logo {
    text-align: center;
    margin: 4.4rem 0 0;
    font-size: 1em !important;
}
.menu_mobile .menu_mobile_nav_area {
    position: absolute;
    z-index: 1;
    top: 48%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 49%;
    padding-right: 20px;
    overflow-y: scroll;
}
.menu_mobile .menu_mobile_nav_area ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
    margin: 0;
    display: none;
}
.menu_mobile .menu_mobile_nav_area li {
    margin-bottom: 0;
    width: auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
    font-size: 18px;
    line-height: 1.5em;
    padding: 2px 2.5em 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    width: 28rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
    font-size: 2em;
    line-height: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
    padding-left: 1em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
    padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
    padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-align: center;
    overflow: hidden;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
    overflow: hidden;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-right: 0.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a > span {
    display: block;
    border-top: 1px solid #f0f0f0;
    width: 100%;
    height: 0;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
    background-color: rgba(255, 255, 255, 0.2);
}
.menu_mobile .search_mobile {
    position: absolute;
    z-index: 1;
    bottom: 8rem;
    left: 50%;
    width: 28rem;
    margin-left: -14rem;
}
.menu_mobile .search_mobile .search_field {
    width: 100%;
    padding: 0.5em 3em 0.5em 1.5em !important;
}
.mobile_device .menu_mobile .menu_mobile_nav_area,
.mobile_layout .menu_mobile .menu_mobile_nav_area {
    position: relative;
    top: auto;
    max-height: none;
    margin: 4em 0 0;
    -webkit-transform: none;
    transform: none;
}
.mobile_device .menu_mobile .search_mobile,
.mobile_layout .menu_mobile .search_mobile {
    position: relative;
    bottom: auto;
    left: 0;
    margin: 1.5em auto;
}
.post_item > .post_title,
.post_item_single .post_content > .vc_row:first-child h1:first-child,
.post_item_single .post_content > .vc_row:first-child h2:first-child,
.post_item_single .post_content > .vc_row:first-child h3:first-child,
.post_item_single .post_content > .vc_row:first-child h4:first-child,
.post_item_single .post_content > .vc_row:first-child h5:first-child,
.post_item_single .post_content > .vc_row:first-child h6:first-child,
.post_item_single .post_content > h1:first-child,
.post_item_single .post_content > h2:first-child,
.post_item_single .post_content > h3:first-child,
.post_item_single .post_content > h4:first-child,
.post_item_single .post_content > h5:first-child,
.post_item_single .post_content > h6:first-child,
.post_item_single .post_title,
.sc_icons_item_title + .sc_icons_item_description,
.sc_matches_main + .sc_matches_other,
.sc_team_default .sc_item_columns + .sc_item_button,
.wpb_text_column h1:first-child,
.wpb_text_column h2:first-child,
.wpb_text_column h3:first-child,
.wpb_text_column h4:first-child,
.wpb_text_column h5:first-child,
.wpb_text_column h6:first-child {
    margin-top: 0;
}
.post_item .more-link {
    margin-top: 2.5em;
}
div.esg-filter-wrapper {
    list-style-type: none;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 1.8em;
}
div.esg-filter-wrapper .esg-filterbutton {
    display: inline-block;
    margin: 0 0 3px;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    border: none;
    border-radius: 0;
}
div.esg-filter-wrapper .esg-filterbutton.selected,
div.esg-filter-wrapper .esg-filterbutton:hover {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
div.esg-filter-wrapper .esg-filterbutton + .esg-filterbutton {
    margin-left: 3px;
}
div.esg-filter-wrapper .esg-filterbutton > span {
    display: block;
    float: none;
    padding: 0.65em 2.5em 0.5em;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: none;
}
.nav-links-more a:hover:before,
.sc_button.sc_button_simple:hover:before,
.sc_layouts_menu_nav > li li.current-menu-item > a:before,
.sc_layouts_menu_nav > li li > a:hover:before,
.sc_layouts_menu_nav > li.current-menu-item > a:before,
.sc_layouts_menu_nav > li > a:hover:before,
.sc_team_default .sc_team_item_title a:hover:before {
    opacity: 1;
}
.nav-links-single .nav-links a:hover .nav-arrow:before {
    opacity: 0.5;
}
.sc_gap .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.posts_container.columns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sc_matches_main {
    padding-bottom: 0;
}
.sc_button.sc_button_simple:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    width: 80%;
    height: 0;
    -webkit-box-shadow: 0 0 70px 10px rgba(255, 0, 0, 0.7);
    box-shadow: 0 0 70px 10px rgba(255, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
    margin-top: 1.3em;
}
.nav-links,
.page_links,
div.esg-filters {
    position: relative;
    text-transform: uppercase;
    clear: both;
    padding-top: 5em;
    border: none;
    text-align: center;
    list-style-type: none;
    width: 100%;
    font-size: 16px;
}
.nav-links:before,
.page_links:before,
div.esg-filters:before {
    position: absolute;
    top: 2.5em;
    left: 0;
    right: 0;
    content: "";
    border-top: 1px solid;
}
.page_links .page_links_title {
    display: inline-block;
    vertical-align: top;
    margin: 0.95em 1em 0 0;
}
.nav-links .page-numbers,
.page_links > a,
.page_links > span:not(.page_links_title) {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0.6667em 0 0;
    padding: 0;
    border: none;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 0;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.nav-links .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li a.next {
    text-indent: -200px;
    overflow: hidden;
    position: relative;
}
.nav-links .page-numbers.next:before {
    font-family: fontello;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.nav-links .page-numbers.next:before,
.nav-links-single .nav-links .nav-next a .nav-arrow:after {
    content: "\e93a";
}
.post_item_single .post_header {
    margin-bottom: 1.6rem;
}
.sidebar[class*="scheme_"] .widget {
    padding: 1.9rem 1.8rem;
    border: 1px solid;
}
.sidebar .widget + .widget,
.sidebar[class*="scheme_"] .widget + .widget {
    margin-top: 1.2rem;
}
.sidebar .widget + .widget.widget_bg_image,
.sidebar[class*="scheme_"] .widget + .widget.widget_bg_image {
    border-top: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.sidebar .widget.widget_bg_image + .widget,
.sidebar[class*="scheme_"] .widget.widget_bg_image + .widget {
    border-top: none;
    margin-top: 0;
}
.widget ul {
    margin: 0;
    padding-left: 1em;
    list-style-type: none;
}
.sidebar .widget ul ul {
    margin: 1.12em 0 0;
}
.widget ul > li:before {
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0.52em;
    left: -1em;
}
.sc_button_text,
.widget li a img {
    vertical-align: baseline;
}
.sc_content_light,
.widget .trx_addons_woocommerce_search input[type="text"] {
    border: 1px solid;
}
.footer_wrap .vc_col-sm-4 .widget li {
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    vertical-align: top;
}
.footer_wrap .vc_col-sm-4 .widget li li {
    display: block;
    width: 100%;
    margin-right: 0;
}
.footer_wrap .sc_layouts_menu > ul,
.menu_footer_nav_area > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_wrap .sc_layouts_menu > ul > li,
.menu_footer_nav_area > ul > li {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
}
.footer_wrap .sc_layouts_menu > ul > li + li:before,
.menu_footer_nav_area > ul > li + li:before {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0.8em;
    margin: 0;
    vertical-align: baseline;
    border-left: 1px dotted #ddd;
}
.footer_wrap .sc_layouts_menu > ul > li > a,
.menu_footer_nav_area > ul > li > a {
    padding: 0.5em 2.5em;
    display: inline-block;
}
.footer_wrap .sc_layouts_menu > ul > li ul{
    top: auto;
    bottom: 3em;
    border: 1px solid #ddd;
}
.footer_wrap .sc_layouts_menu > ul > li ul ul {
    top: auto;
    bottom: -1.4em;
    margin-left: 2px;
}
.footer_wrap .sc_layouts_menu > ul > li ul > li,
.footer_wrap .sc_layouts_menu > ul > li ul > li > a {
    font-size: 12px;
}
h1 .wpb_text_column p,
h2 .wpb_text_column p,
h3 .wpb_text_column p,
h4 .wpb_text_column p,
h5 .wpb_text_column p,
h6 .wpb_text_column p {
    padding-bottom: 0 !important;
}
.top_panel > .vc_row > .wpb_column {
    z-index: 10;
}
.top_panel > .vc_row:nth-child(2) > .wpb_column {
    z-index: 9;
}
.top_panel > .vc_row:nth-child(3) > .wpb_column {
    z-index: 8;
}
.top_panel > .vc_row:nth-child(4) > .wpb_column {
    z-index: 7;
}
.top_panel > .vc_row:nth-child(5) > .wpb_column {
    z-index: 6;
}
.top_panel > .vc_row:nth-child(6) > .wpb_column {
    z-index: 5;
}
.top_panel > .vc_row:nth-child(7) > .wpb_column {
    z-index: 4;
}
.top_panel > .vc_row:nth-child(8) > .wpb_column {
    z-index: 3;
}
.top_panel > .vc_row:nth-child(9) > .wpb_column {
    z-index: 2;
}
.top_panel > .vc_row:nth-child(10) > .wpb_column {
    z-index: 1;
}
.sc_table table th {
    padding: 1.5em 2.1em 1.3em;
}
.sc_table table td {
    padding: 0.75em 1em;
}
.sc_button + .sc_button {
    margin-left: 2em;
    vertical-align: top;
}
.sc_button + .sc_button.sc_button_simple {
    margin-top: 0.55em;
}
.sc_button.sc_button_simple {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: relative;
    padding: 0 !important;
    overflow: inherit;
}
.sidebar .widget li + li {
    margin-top: 1.12rem;
}
.sidebar[class*="scheme_"] .widget .widget {
    border: 0 !important;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
    margin-top: 2rem;
    margin-bottom: 0;
}
button[disabled],
html input[disabled] {
    cursor: default !important;
}
.post_item_single::after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
p[style*="font-size:"] {
    line-height: 1.1em;
}
.post_content > [class*="wp-block-"] {
    margin-bottom: 1.4em;
}
.sidebar .trx_addons_columns_wrap [class*="trx_addons_column-"] {
    display: block;
    width: 100%;
    padding: 0;
}
.footer_wrap .sc_layouts_row {
    line-height: 1.7857em;
}
.footer_wrap .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
    vertical-align: top;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}
.footer_wrap .sc_layouts_item .widget,
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
    font-size: 3.529em;
    padding-bottom: 20px;
    position: relative;
}
h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag):before {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    height: 3px;
    width: 65px;
}
h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag).sc_align_center:before {
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
}
h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) + .sc_item_descr {
    font-size: 1.118em;
    line-height: 1.39;
}
.sc_layouts_menu_nav > li.current-menu-item > a {
    font-weight: 500 !important;
}
.sc_layouts_menu_nav > li > a {
    padding: 1.8em 1em 1.65em;
}
.sc_layouts_menu_nav > li li:not(.menu-collapse) > a:before,
.sc_layouts_menu_nav > li:not(.menu-collapse) > a:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    width: 40%;
    height: 0;
    -webkit-box-shadow: 0 0 60px 10px rgba(255, 0, 0, 0.6);
    box-shadow: 0 0 60px 10px rgba(255, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sc_layouts_menu_nav > li li > a:before {
    width: 40px;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
    top: 0;
    left: 0;
}
.sc_layouts_menu_nav > li ul {
    text-align: center;
    border: 1px solid;
    width: 12.7em;
    padding: 1.33em 0;
}
.sc_layouts_menu_nav > li > ul {
    top: 4.95em;
    left: 50%;
    margin-left: -6.35em;
}
.sc_layouts_menu_nav > li > ul ul {
    left: calc(12.7em - 2px);
    top: calc(-1.33em - 1px);
}
.sc_layouts_menu_nav > li li > a {
    padding: 0.35em 1.5em;
}
.sc_skills_counter .sc_skills_item_title {
    text-align: center;
    font-size: 11px;
    line-height: 1.25em;
    font-style: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.sc_skills .sc_skills_total {
    font-size: 2.118em;
    font-weight: 500;
    line-height: 1.26;
    margin-top: 0.3em;
}
.sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_search {
    margin-top: 1.4em;
}
.sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item {
    border-left: 1px solid;
    margin-right: 0;
    min-width: 67px;
    min-height: 73px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-left: 0;
}
.sc_matches_item_match_date,
.sc_matches_other .sc_matches_item_day,
.sc_matches_other .sc_matches_item_time {
    font-size: 0.941em;
    font-weight: 400;
    line-height: 1.34;
}
.sc_matches_other .sc_matches_item_date_wrap,
.sc_matches_other .sc_matches_item_time {
    text-align: left;
    padding-left: 0;
}
.sc_matches_item_day {
    text-align: center;
    padding-left: 0;
}
.sc_matches_other .sc_matches_item_info {
    padding: 1.05em 0;
}
.sc_matches_other .sc_matches_item_date {
    width: 17%;
}
.sc_matches_other .sc_matches_item_title {
    margin-top: 1.1rem !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sc_matches_other .sc_matches_item {
    border-bottom: 1px solid;
    padding: 0;
}
.sc_matches_events .sc_matches_other .sc_matches_item_date {
    width: 17%;
    padding: 0;
}
.sc_matches_events .sc_matches_other .sc_matches_item_info {
    width: 82%;
    margin-left: 18%;
    padding: 0;
    white-space: nowrap;
}
.sc_matches_events .sc_matches_other .sc_matches_item {
    border-bottom: 0;
    font-size: 0.941em;
    font-weight: 700;
    line-height: 1.34;
}
.sc_matches_item_match {
    display: inline-block;
    padding: 0.5rem 0.8rem 0.28rem;
    margin: 0 2rem 0 0;
    font-size: 13px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 1px solid;
}
.rank-difference-block {
    width: 60px;
}
.gainer {
    background: green !important;
}
.loser {
    background: red !important;
}
.sc_matches_events .sc_matches_other .sc_matches_item + .sc_matches_item {
    margin-top: 0.85em;
}
.sc_matches_other .sc_matches_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.sc_padding_small {
    padding: 3em 1em 1.25em;
}
.sc_team_default .sc_team_item_title {
    font-size: 1.412em;
    font-weight: 500;
    line-height: 1.22;
    text-transform: lowercase;
}
.sc_content_bordered > .sc_content_container {
    border: 1px solid;
    display: block;
    padding: 2.2rem;
}
.vc_empty_space.sc_height_medium {
    height: 3.3rem !important;
}
.sc_content_bordered .sc_content_title,
.sc_content_light .sc_content_title {
    border: 1px solid;
    display: block;
    padding: 1.08rem 2.2rem;
    font-size: 1.059em;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: 0.5px;
    background-size: cover;
}
.sc_content_light .sc_content_title {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
body .vc_col-xs-12:not(.vc_col-sm-offset-3) {
    float: none !important;
}
.vc_col-sm-12 {
    min-height: 0;
}
.vc_col-sm-12[class*="vc_col-lg-"],
.vc_col-sm-12[class*="vc_col-md-"],
.vc_col-sm-12[class*="vc_col-xs-"] {
    min-height: 1px;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}
.wpb_text_column[class*="scheme_"]:not([class*="sc_extra_bg_"]) {
    padding: 2rem 2.4rem;
}
.post-excerpt .excerpt-title .post_title,
.sc_content_bordered .sc_content_title,
.sc_content_light .sc_content_title {
    background-image: url(/images/top-header.jpg);
}
.menu_mobile.opened {
    height: 100%;
}
body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.4px;
}
p,
ul {
    margin-top: 0;
    margin-bottom: 1.4em;
}
h1 {
    font-family: "Spectral SC", serif;
    font-size: 2.118em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.26em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 6.2rem;
    margin-bottom: 1.1rem;
}
h2 {
    font-family: "Spectral SC", serif;
    font-size: 1.765em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.28em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 6.2rem;
    margin-bottom: 0.9rem;
}
h3 {
    font-family: "Spectral SC", serif;
    font-size: 1.412em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.22em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5.8rem;
    margin-bottom: 0.9rem;
}
h4 {
    font-family: "Spectral SC", serif;
    font-size: 1.059em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.24em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5.3rem;
    margin-bottom: 1.2rem;
}
h5 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.35em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.54px;
    margin-top: 4.9rem;
    margin-bottom: 1rem;
}
h6 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4706em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-top: 4.55rem;
    margin-bottom: 1rem;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.5px;
}
.post_item .more-link,
.sc_layouts_row .sc_button,
.theme_button,
button,
div.esg-filter-wrapper .esg-filterbutton > span,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
}
.content-title {
    font-family: "Spectral SC", serif;
}
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav {
    font-family: "Spectral SC", serif;
    font-size: 15px;
    line-height: 1.5em;
}
.menu_main_nav > li > a,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li > a {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.menu_main_nav > li[class*="current-menu-"] > a .sc_layouts_menu_item_description,
.sc_layouts_menu_nav > li[class*="current-menu-"] > a .sc_layouts_menu_item_description {
    font-weight: 500;
}
.menu_main_nav > li > ul,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li > ul {
    font-family: "Spectral SC", serif;
    font-size: 15px;
    line-height: 1.5em;
}
.menu_main_nav > li ul > li > a,
.top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li ul > li > a {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.menu_mobile .menu_mobile_nav_area > ul {
    font-family: "Spectral SC", serif;
}
.menu_mobile .menu_mobile_nav_area > ul > li ul {
    font-family: "Spectral SC", serif;
}
.sc_icons_item_title,
.sc_skills_counter .sc_skills_total {
    font-family: "Josefin Sans", sans-serif;
}
.sc_button,
.sc_button_simple {
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
}
.sc_button {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
trx_addons_scroll_to_top {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.nav-links-more,
.post-excerpt .excerpt-title .post_title,
.sc_button_simple,
.sc_skills .sc_skills_total,
.sidebar[class*="scheme_"] .widget .widget_title {
    font-family: "Spectral SC", serif;
}
.widget_area .post_item .post_title {
    font-family: "Josefin Sans", sans-serif;
}
.post_item .more-link,
.theme_button,
.widget_search .search-field,
.widget_tag_cloud a,
button,
input[type="button"],
input[type="email"],
input[type="number"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="url"] {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.widget li a > img,
.widget li span > img {
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.scheme_dark body {
    background-color: #0b1822;
}
.scheme_dark {
    color: #9cabb9;
}
.scheme_dark [class*="color_style_"] h1 a,
.scheme_dark [class*="color_style_"] h2 a,
.scheme_dark [class*="color_style_"] h3 a,
.scheme_dark [class*="color_style_"] h4 a,
.scheme_dark [class*="color_style_"] h5 a,
.scheme_dark [class*="color_style_"] h6 a,
.scheme_dark [class*="color_style_"] li a,
.scheme_dark h1,
.scheme_dark h1 a,
.scheme_dark h2,
.scheme_dark h2 a,
.scheme_dark h3,
.scheme_dark h3 a,
.scheme_dark h4,
.scheme_dark h4 a,
.scheme_dark h5,
.scheme_dark h5 a,
.scheme_dark h6,
.scheme_dark h6 a,
.scheme_dark li a {
    color: #fff;
}
.scheme_dark h1 a:hover,
.scheme_dark h2 a:hover,
.scheme_dark h3 a:hover,
.scheme_dark h4 a:hover,
.scheme_dark h5 a:hover,
.scheme_dark h6 a:hover,
.scheme_dark li a:hover {
    color: #fc4c09;
}
.scheme_dark s {
    color: #848484;
}
.scheme_dark a {
    color: #f2300d;
}
.scheme_dark a:hover {
    color: #d7310a;
}
.scheme_dark table td + th,
.scheme_dark table th,
.scheme_dark table th + th {
    border-color: #464646;
}
.scheme_dark table td,
.scheme_dark table td + td,
.scheme_dark table th + td {
    color: #fff;
    border-color: #0b1822;
}
.scheme_dark table th {
    color: #fff;
    background-color: #162b35;
}
.scheme_dark table th b {
    color: #fff;
}
.scheme_dark table > tbody > tr:nth-child(2n + 1) > td {
    background-color: rgba(20, 26, 34, 0.4);
}
.scheme_dark table > tbody > tr:nth-child(2n) > td {
    background-color: rgba(20, 26, 34, 0.2);
}
.scheme_dark table th a:hover {
    color: #80d572;
}
.scheme_dark hr {
    border-color: #334459;
}
.scheme_dark ul > li:before {
    color: #f2300d;
}
.scheme_dark button[disabled],
.scheme_dark input[type="button"][disabled],
.scheme_dark input[type="submit"][disabled] {
    background-color: #848484 !important;
    color: #9cabb9 !important;
}
.scheme_dark input[type="email"],
.scheme_dark input[type="number"],
.scheme_dark input[type="search"],
.scheme_dark input[type="text"],
.scheme_dark input[type="url"] {
    color: #9cabb9;
    border-color: #9cabb9;
    background-color: #162e3b;
}
.scheme_dark input[type="email"]:focus,
.scheme_dark input[type="number"]:focus,
.scheme_dark input[type="search"]:focus,
.scheme_dark input[type="text"]:focus,
.scheme_dark input[type="url"]:focus {
    color: #fff;
    border-color: #fff;
    background-color: #061217;
}
.scheme_dark input[placeholder]::-webkit-input-placeholder {
    color: #9cabb9;
}
.scheme_dark input[placeholder]::-moz-placeholder {
    color: #9cabb9;
}
.scheme_dark input[placeholder]:-ms-input-placeholder {
    color: #9cabb9;
}
.scheme_dark input[placeholder]::placeholder {
    color: #9cabb9;
}
.scheme_dark .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):after,
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):before {
    color: #9cabb9;
}
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:after,
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:before {
    color: #fc4c09 !important;
}
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image),
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before {
    color: #fff;
}
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before {
    color: #f2300d;
}
.scheme_dark #tribe-events .tribe-events-button,
.scheme_dark .post_item .more-link,
.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.scheme_dark .sc_button_default,
.scheme_dark button,
.scheme_dark input[type="button"],
.scheme_dark input[type="reset"],
.scheme_dark input[type="submit"] {
    color: #fff;
    background-color: #f2300d;
    border-color: #ec5911;
}
.scheme_dark #tribe-events .tribe-events-button:hover,
.scheme_dark .post_item .more-link:hover,
.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_default:hover,
.scheme_dark button:focus,
.scheme_dark button:hover,
.scheme_dark input[type="button"]:focus,
.scheme_dark input[type="button"]:hover,
.scheme_dark input[type="reset"]:focus,
.scheme_dark input[type="reset"]:hover,
.scheme_dark input[type="submit"]:focus,
.scheme_dark input[type="submit"]:hover {
    color: #b21707;
    background-color: #fff;
}
.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):after,
.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):before {
    color: #f2300d;
}
.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):hover:after,
.scheme_dark.sidebar .sc_button_simple:not(.sc_button_bg_image):hover:before {
    color: #ff8637 !important;
}
.scheme_dark.sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.scheme_dark.sidebar .sc_button_default,
.scheme_dark.sidebar button,
.scheme_dark.sidebar input[type="button"],
.scheme_dark.sidebar input[type="reset"],
.scheme_dark.sidebar input[type="submit"] {
    color: #fff;
    background-color: #f2300d;
}
.scheme_dark.sidebar .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.scheme_dark.sidebar .sc_button_default:hover,
.scheme_dark.sidebar button:focus,
.scheme_dark.sidebar button:hover,
.scheme_dark.sidebar input[type="button"]:focus,
.scheme_dark.sidebar input[type="button"]:hover,
.scheme_dark.sidebar input[type="reset"]:focus,
.scheme_dark.sidebar input[type="reset"]:hover,
.scheme_dark.sidebar input[type="submit"]:focus,
.scheme_dark.sidebar input[type="submit"]:hover {
    color: #1d1d1d;
    background-color: #ff8637;
}
.scheme_dark.footer_wrap,
.scheme_dark.top_panel {
    color: #9cabb9;
}
.scheme_dark.sc_layouts_row {
    color: #9cabb9;
    background-color: #0b1822;
}
.scheme_dark .sc_layouts_row_delimiter,
.scheme_dark.sc_layouts_row_delimiter {
    border-color: #334459;
}
.footer_wrap .scheme_dark.sc_layouts_row_delimiter,
.footer_wrap .scheme_dark.vc_row .sc_layouts_row_delimiter,
.scheme_dark.footer_wrap .sc_layouts_row_delimiter {
    border-color: #515d6c;
}
.scheme_dark .sc_layouts_item_icon {
    color: #848484;
}
.scheme_dark .sc_layouts_row_fixed_on {
    background-color: #0b1822;
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item,
.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button),
.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover,
.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:hover .sc_layouts_item_icon,
.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover {
    color: #fff;
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_icon,
.scheme_dark.sc_layouts_row_type_compact .sc_layouts_item_icon {
    color: #f2300d;
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder,
.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field::-webkit-input-placeholder {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder,
.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field::-moz-placeholder {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder,
.scheme_dark.sc_layouts_row_type_compact .search_wrap .search_field:-ms-input-placeholder {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item,
.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button),
.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button) {
    color: #9cabb9;
}
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,
.scheme_dark .sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon,
.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover,
.scheme_dark.sc_layouts_row_type_normal .sc_layouts_item a:not(.sc_button):not(.button):hover .sc_layouts_item_icon {
    color: #fff;
}
.scheme_dark .sc_layouts_logo b {
    color: #fff;
}
.scheme_dark .sc_layouts_logo i {
    color: #f2300d;
}
.scheme_dark .sc_layouts_logo_text {
    color: #f2300d;
}
.scheme_dark .sc_layouts_logo:hover .logo_text {
    color: #fff;
}
.scheme_dark .sc_layouts_title .post_info .post_info_item,
.scheme_dark .sc_layouts_title .post_info .post_info_item a,
.scheme_dark .sc_layouts_title .post_meta,
.scheme_dark .sc_layouts_title .post_meta .vc_inline-link,
.scheme_dark .sc_layouts_title .post_meta_item,
.scheme_dark .sc_layouts_title .post_meta_item a,
.scheme_dark .sc_layouts_title .post_meta_item:after,
.scheme_dark .sc_layouts_title .post_meta_item:hover:after,
.scheme_dark .sc_layouts_title .sc_layouts_title_meta {
    color: #fff;
}
.scheme_dark .sc_layouts_title .post_info .post_info_item a:hover,
.scheme_dark .sc_layouts_title .post_meta .vc_inline-link:hover,
.scheme_dark .sc_layouts_title .post_meta_item a:hover,
.scheme_dark .sc_layouts_title a.post_meta_item:hover {
    color: #848484;
}
.scheme_dark .sc_layouts_title .sc_layouts_title_description {
    color: #fff;
}
.scheme_dark .sc_layouts_menu_nav > li > a {
    color: #fff;
}
.scheme_dark .sc_layouts_menu_nav > li > a:hover {
    color: #f2300d !important;
}
.scheme_dark .sc_layouts_menu_nav > li.current-menu-item > a {
    color: #fff !important;
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse > a:before {
    color: #a6a6a6;
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse > a:after {
    background-color: #141a22;
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse > a:hover:before {
    color: #f2300d;
}
.scheme_dark .sc_layouts_menu_nav .menu-collapse > a:hover:after {
    background-color: #061217;
}
.scheme_dark .sc_layouts_menu_nav > li ul {
    background-color: #162b35;
}
.scheme_dark .sc_layouts_menu_nav > li li.menu-delimiter,
.scheme_dark .widget_nav_menu li.menu-delimiter {
    border-color: #464646;
}
.scheme_dark .sc_layouts_menu_nav > li li > a {
    color: #a6a6a6 !important;
}
.scheme_dark .sc_layouts_menu_nav > li li > a:hover {
    color: #fe7259 !important;
    background-color: #21313e;
}
.scheme_dark .sc_layouts_menu_nav > li li > a:hover:after {
    color: #fe7259 !important;
}
.scheme_dark .sc_layouts_menu_nav > li li[class*="icon-"]:before {
    color: #fe7259;
}
.scheme_dark .sc_layouts_menu_nav > li li[class*="icon-"]:hover:before {
    color: #fe7259;
}
.scheme_dark .sc_layouts_menu_nav > li li.current-menu-item > a {
    color: #fe7259 !important;
}
.scheme_dark .sc_layouts_menu_nav > li li.current-menu-item:before {
    color: #fe7259 !important;
}
.scheme_dark .sc_layouts_menu_item_description {
    color: #5f5f5f;
}
.scheme_dark .menu_main_nav > li ul [class*="current-menu-"] > a .sc_layouts_menu_item_description,
.scheme_dark .menu_main_nav > li ul a:hover .sc_layouts_menu_item_description,
.scheme_dark .sc_layouts_menu_nav > li ul a:hover .sc_layouts_menu_item_description,
.scheme_dark .sc_layouts_menu_nav > li ul li[class*="current-menu-"] > a .sc_layouts_menu_item_description {
    color: #848484;
}
.scheme_dark .menu_main_nav > li > a:hover .sc_layouts_menu_item_description,
.scheme_dark .menu_main_nav > li[class*="current-menu-"] > a .sc_layouts_menu_item_description,
.scheme_dark .sc_layouts_menu_nav > li > a:hover .sc_layouts_menu_item_description,
.scheme_dark .sc_layouts_menu_nav > li[class*="current-menu-"] > a .sc_layouts_menu_item_description {
    color: #9cabb9;
}
.scheme_dark .menu_mobile_inner {
    color: #a6a6a6;
    background-color: #141a22;
}
.scheme_dark .menu_mobile_button {
    color: #fff;
}
.scheme_dark .menu_mobile_button:hover {
    color: #f2300d;
}
.scheme_dark .menu_mobile_close:after,
.scheme_dark .menu_mobile_close:before {
    border-color: #fff;
}
.scheme_dark .menu_mobile_close:hover:after,
.scheme_dark .menu_mobile_close:hover:before {
    border-color: #f2300d;
}
.scheme_dark .menu_mobile .menu_mobile_nav_area > ul > li li.menu-delimiter > a {
    border-color: #515d6c;
}
.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:before,
.scheme_dark .menu_mobile_inner a {
    color: #fff;
}
.scheme_dark .menu_mobile_inner .current-menu-item > a,
.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li.current-menu-item:before,
.scheme_dark .menu_mobile_inner .menu_mobile_nav_area li:hover:before,
.scheme_dark .menu_mobile_inner a:hover {
    color: #f2300d;
}
.scheme_dark .content-body,
.scheme_dark .content-title,
.scheme_dark .sc_content_bordered .sc_content_title,
.scheme_dark .sc_content_bordered > .sc_content_container,
.scheme_dark .sc_content_light .sc_content_title {
    color: #9cabb9;
    border-color: #334459;
}
.scheme_dark .content-body,
.scheme_dark .sc_content_bordered > .sc_content_container {
    background-color: #061217;
}
.scheme_dark.sc_content_bordered > .sc_content_container {
    background-color: #0b1822;
}
.scheme_dark.top_panel.with_bg_image:before {
    background-color: rgba(11, 24, 34, 0.7);
}
.scheme_dark .top_panel_default .top_panel_navi,
.scheme_dark.top_panel_default .top_panel_navi {
    background-color: #0b1822;
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton > span {
    color: #fff;
    background-color: #334459;
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton > span:hover {
    color: #fff;
    background-color: #f2300d;
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton.selected > span {
    color: #fff;
    background-color: #f2300d;
}
.scheme_dark .post_item {
    color: #9cabb9;
}
.scheme_dark .post_info .post_info_item,
.scheme_dark .post_info .post_info_item a {
    color: #9cabb9;
}
.scheme_dark .post_date a:hover,
.scheme_dark .post_info .post_info_item a:hover{
    color: #fff;
}
.scheme_dark .post_item .post_title a:hover {
    color: #f2300d;
}
.scheme_dark .post_layout_excerpt + .post_layout_excerpt {
    border-color: #334459;
}
.scheme_dark .nav-links:before,
.scheme_dark .page_links:before,
.scheme_dark div.esg-filters:before {
    border-color: #21313e;
}
.scheme_dark .nav-links .page-numbers,
.scheme_dark .page_links > a{
    color: #fff;
    background-color: #162e3b;
}
.scheme_dark .nav-links .page-numbers.current,
.scheme_dark .nav-links a.page-numbers:hover,
.scheme_dark .page_links > a:hover,
.scheme_dark .page_links > span:not(.page_links_title) {
    color: #fff;
    background-color: #f2300d;
}
.scheme_dark .post_item_single .post_content .post_meta_item:hover .post_meta_label,
.scheme_dark .post_item_single .post_content .post_meta_label {
    color: #fff;
}
.scheme_dark.sidebar .sidebar_inner {
    color: #9cabb9;
}
.scheme_dark.sidebar .sidebar_inner .widget {
    background-color: #061217;
    border-color: #334459;
}
.scheme_dark .sidebar[class*="scheme_"] .widget .widget-title,
.scheme_dark .sidebar[class*="scheme_"] .widget .widget_title,
.scheme_dark .sidebar[class*="scheme_"] .widget .widget_title a {
    border-color: #334459;
    color: #9cabb9;
}
.scheme_dark .sidebar[class*="scheme_"] .widget .widget_title a:hover {
    color: #d7310a;
}
.scheme_dark .sidebar_inner .widget + .widget {
    border-color: #334459;
}
.scheme_dark.sidebar a {
    color: #f2300d;
}
.scheme_dark.sidebar a:hover {
    color: #ff8637;
}
.scheme_dark.sidebar h1,
.scheme_dark.sidebar h1 a,
.scheme_dark.sidebar h2,
.scheme_dark.sidebar h2 a,
.scheme_dark.sidebar h3,
.scheme_dark.sidebar h3 a,
.scheme_dark.sidebar h4,
.scheme_dark.sidebar h4 a,
.scheme_dark.sidebar h5,
.scheme_dark.sidebar h5 a,
.scheme_dark.sidebar h6,
.scheme_dark.sidebar h6 a {
    color: #fff;
}
.scheme_dark.sidebar h1 a:hover,
.scheme_dark.sidebar h2 a:hover,
.scheme_dark.sidebar h3 a:hover,
.scheme_dark.sidebar h4 a:hover,
.scheme_dark.sidebar h5 a:hover,
.scheme_dark.sidebar h6 a:hover {
    color: #fc4c09;
}
.scheme_dark .widget ul > li:before {
    background-color: #f2300d;
}
.scheme_dark.sidebar .post_title > a,
.scheme_dark.sidebar li > a {
    color: #fff;
}
.scheme_dark.sidebar .post_title > a:hover,
.scheme_dark.sidebar li > a:hover {
    color: #f2300d;
}
.footer_wrap .scheme_dark.vc_row,
.scheme_dark.footer_wrap {
    background-color: #141a22;
    color: #9cabb9;
}
.footer_wrap .scheme_dark.vc_row .sc_content .wpb_column,
.footer_wrap .scheme_dark.vc_row .widget,
.scheme_dark.footer_wrap .sc_content .wpb_column,
.scheme_dark.footer_wrap .widget {
    border-color: #515d6c;
}
.footer_wrap .scheme_dark.vc_row h1,
.footer_wrap .scheme_dark.vc_row h1 a,
.footer_wrap .scheme_dark.vc_row h2,
.footer_wrap .scheme_dark.vc_row h2 a,
.footer_wrap .scheme_dark.vc_row h3,
.footer_wrap .scheme_dark.vc_row h3 a,
.footer_wrap .scheme_dark.vc_row h4,
.footer_wrap .scheme_dark.vc_row h4 a,
.footer_wrap .scheme_dark.vc_row h5,
.footer_wrap .scheme_dark.vc_row h5 a,
.footer_wrap .scheme_dark.vc_row h6,
.footer_wrap .scheme_dark.vc_row h6 a,
.scheme_dark.footer_wrap h1,
.scheme_dark.footer_wrap h1 a,
.scheme_dark.footer_wrap h2,
.scheme_dark.footer_wrap h2 a,
.scheme_dark.footer_wrap h3,
.scheme_dark.footer_wrap h3 a,
.scheme_dark.footer_wrap h4,
.scheme_dark.footer_wrap h4 a,
.scheme_dark.footer_wrap h5,
.scheme_dark.footer_wrap h5 a,
.scheme_dark.footer_wrap h6,
.scheme_dark.footer_wrap h6 a {
    color: #fff;
}
.footer_wrap .scheme_dark.vc_row h1 a:hover,
.footer_wrap .scheme_dark.vc_row h2 a:hover,
.footer_wrap .scheme_dark.vc_row h3 a:hover,
.footer_wrap .scheme_dark.vc_row h4 a:hover,
.footer_wrap .scheme_dark.vc_row h5 a:hover,
.footer_wrap .scheme_dark.vc_row h6 a:hover,
.scheme_dark.footer_wrap h1 a:hover,
.scheme_dark.footer_wrap h2 a:hover,
.scheme_dark.footer_wrap h3 a:hover,
.scheme_dark.footer_wrap h4 a:hover,
.scheme_dark.footer_wrap h5 a:hover,
.scheme_dark.footer_wrap h6 a:hover {
    color: #f2300d;
}
.footer_wrap .scheme_dark.vc_row .widget li:before,
.scheme_dark.footer_wrap .widget li:before {
    background-color: #f2300d;
}
.footer_wrap .scheme_dark.vc_row a,
.scheme_dark.footer_wrap a {
    color: #fff;
}
.footer_wrap .scheme_dark.vc_row a:hover,
.scheme_dark.footer_wrap a:hover {
    color: #fc4c09;
}
.scheme_dark .footer_logo_inner {
    border-color: #515d6c;
}
.scheme_dark .footer_logo_inner:after {
    background-color: #a6a6a6;
}
.scheme_dark .menu_footer_nav_area ul li a {
    color: #fff;
}
.scheme_dark .menu_footer_nav_area ul li a:hover {
    color: #f2300d;
}
.scheme_dark .menu_footer_nav_area ul li + li:before {
    border-color: #5f5f5f;
}
.scheme_dark .footer_wrap .sc_layouts_menu > ul > li ul,
.scheme_dark .menu_footer_nav_area > ul > li ul {
    border-color: #464646;
}
.scheme_dark ul[class*="trx_addons_list"] > li:before {
    color: #f2300d;
}
.scheme_dark ul[class*="trx_addons_list"][class*="_circled"] > li:before {
    color: #fff;
    background-color: #f2300d;
}
.scheme_dark .sc_events_default .sc_events_item {
    background-color: #141a22;
}
.scheme_dark .sc_events_default .sc_events_item_date {
    background-color: #f2300d;
    color: #fff;
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_date {
    background-color: #fff;
}
.scheme_dark .sc_events_default .sc_events_item_title {
    color: #fff;
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_title {
    color: #f2300d;
}
.scheme_dark .sc_events_default .sc_events_item_button {
    color: #f2300d;
}
.scheme_dark .sc_events_default .sc_events_item:hover .sc_events_item_button {
    color: #fff;
}
.scheme_dark .sc_matches_other .sc_matches_item_link {
    color: #fff;
    background-color: #141a22;
}
.scheme_dark .sc_matches_other .sc_matches_item_club {
    color: #5f5f5f;
}
.scheme_dark .sc_matches_other .sc_matches_item_date {
    color: #fff;
    background-color: #515d6c;
}
.scheme_dark .sc_matches_other .sc_matches_item_link:hover {
    background-color: #061217;
}
.scheme_dark .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date {
    background-color: #404b58;
}
.scheme_dark .sc_skills_counter .sc_skills_icon {
    color: #fff;
}
.scheme_dark .sc_skills .sc_skills_total {
    color: #f2300d;
}
.scheme_dark .sc_skills.color_style_link2 .sc_skills_total {
    color: #b21707;
}
.scheme_dark .sc_skills.color_style_link3 .sc_skills_total {
    color: #c80d09;
}
.scheme_dark .sc_skills.color_style_dark .sc_skills_total {
    color: #fff;
}
.scheme_dark .sc_skills .sc_skills_item_title {
    color: #fff;
}
.scheme_dark .sc_skills_counter .sc_skills_column + .sc_skills_column:before {
    background-color: #334459;
}
.scheme_dark .sc_team_default .sc_team_item {
    color: #a6a6a6;
    background-color: #141a22;
}
.scheme_dark .trx_addons_scroll_to_top {
    color: #fff;
    border-color: #f2300d;
    background-color: #f2300d;
}
.scheme_dark .trx_addons_cv .trx_addons_scroll_to_top:hover,
.scheme_dark .trx_addons_scroll_to_top:hover {
    color: #1d1d1d;
    border-color: #ff4319;
    background-color: #ff4319;
}
.scheme_dark table th {
    color: #fff;
    background-color: #d7310a;
    background-image: linear-gradient(to bottom, #c80d09 0, rgba(11, 24, 34, 0) 100%);
}
.scheme_dark table td + th,
.scheme_dark table th,
.scheme_dark table th + th {
    border-color: #ec5911;
}
.scheme_dark table td,
.scheme_dark table td + td,
.scheme_dark table th + td {
    color: #9cabb9;
    border-color: #404b58;
}
.scheme_dark table > tbody > tr:nth-child(2n + 1) > td {
    background-color: #162b35;
}
.scheme_dark table > tbody > tr:nth-child(2n) > td {
    background-color: #061217;
}
.scheme_dark th a {
    color: #fff;
}
.scheme_dark .sc_layouts_menu_nav > li > a {
    color: #9cabb9 !important;
}
.scheme_dark .sc_layouts_menu_nav > li.current-menu-item > a,
.scheme_dark .sc_layouts_menu_nav > li > a:hover {
    color: #fc4c09 !important;
}
.scheme_dark .sc_layouts_menu_nav > li ul {
    background-color: #061217;
    border-color: #334459;
}
.scheme_dark .sc_layouts_menu_nav > li li > a {
    color: #fff !important;
}
.scheme_dark .sc_layouts_menu_nav > li li.current-menu-item > a,
.scheme_dark .sc_layouts_menu_nav > li li > a:hover,
.scheme_dark .sc_layouts_menu_nav > li li > a:hover:after {
    color: #fc4c09 !important;
    background-color: rgba(11, 24, 34, 0);
}
.scheme_dark .sc_layouts_logo .logo_text {
    color: #fff;
}
.scheme_dark .sc_icons .sc_icons_item_title {
    color: #fff;
}
.scheme_dark .footer_wrap .sc_icons .sc_icons_icon,
.scheme_dark .nav-links-more a,
.scheme_dark .sc_icons .sc_icons_item_description,
.scheme_dark .sc_icons a {
    color: #9cabb9;
}
.scheme_dark .nav-links-more a:hover,
.scheme_dark .sc_icons a:hover {
    color: #fc4c09;
}
.scheme_dark .footer_wrap .sc_icons .sc_icons_columns_wrap > div + div:before {
    background-color: #21313e;
}
.scheme_dark .m-chart-container,
.scheme_dark .nav-links-more {
    border-color: #334459;
}
.scheme_dark .sc_skills .sc_skills_item_title {
    color: #f2300d;
}
.scheme_dark .sc_skills .sc_skills_total {
    color: #fff;
}
.scheme_dark .sc_icons.sc_align_left .sc_icons_item + .sc_icons_item:before {
    background-color: #334459;
}
.scheme_dark .m-chart-container {
    background-color: #0b1822;
}
.scheme_dark .post_meta .post_meta_item.post_date a:hover:before,
.scheme_dark .post_meta a.post_meta_item:hover:before {
    color: #fc4c09;
}
.scheme_dark .post_meta .post_meta_item.post_date a:before,
.scheme_dark .post_meta a.post_meta_item:before {
    color: #f2300d;
}
.scheme_dark .post-excerpt .excerpt-title .post_title {
    border-color: #334459;
    color: #9cabb9;
}
.scheme_dark .post_item_single .post_content > .post_meta_single:before {
    background-color: #334459;
}
.scheme_dark .sc_content_light {
    background-color: #061217 !important;
    border-color: #334459;
    background-image: linear-gradient(-160deg, rgba(51, 68, 89, 0.5) 0, rgba(11, 24, 34, 0) 100%);
}
.scheme_dark .sc_team_default .sc_team_item {
    background-color: rgba(11, 24, 34, 0);
}
.scheme_dark .sc_team_default .sc_team_item_title a:hover {
    color: #fc4c09;
}
.scheme_dark .sc_matches_other .sc_matches_item_date,
.scheme_dark .sc_matches_other .sc_matches_item_link,
.scheme_dark .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date {
    background-color: rgba(11, 24, 34, 0);
    color: #9cabb9;
}
.scheme_dark .sc_matches_other .sc_matches_item_link:hover .sc_matches_item_title {
    color: #fc4c09;
}
.scheme_dark .sc_matches_events .sc_matches_item_link .sc_matches_item_title {
    color: #fff;
}
.scheme_dark .sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item,
.scheme_dark .sc_matches_other .sc_matches_item {
    border-color: #334459;
}
.scheme_dark .sc_layouts_row_type_compact .sc_layouts_item_icon {
    color: #9cabb9;
}
.scheme_dark h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag):before {
    background-color: #f2300d;
}
.scheme_dark.wpb_column > .vc_column-inner > .wpb_wrapper,
.scheme_dark.wpb_row,
.scheme_dark.wpb_text_column {
    color: #9cabb9;
}
