/* Base CSS */


.os-selection {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.os-logo {
    margin: 0 10px;
    cursor: pointer;
}

.os-logo img {
    width: 100px;
    height: auto;
    transition: transform 0.3s;
}

.os-logo img:hover {
    transform: scale(1.1);
}

.os-content {
    display: none;
}

.os-content.active {
    display: block;
}

.hidden {
    display: none;
}


table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* This ensures columns have fixed widths even if content is smaller */
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: top; /* Ensures alignment at the top of the cell */
}

th {
    background-color: #f4f4f4;
}

/* Specific column width settings can be adjusted as needed */
th:nth-child(1), td:nth-child(1) { width: 30%; } /* Owner and Node Info */
th:nth-child(2), td:nth-child(2) { width: 20%; } /* Country */
th:nth-child(3), td:nth-child(3) { width: 50%; } /* Node Address */

/* Ensures text doesn't overflow and mess up the layout */
td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




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

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #525252;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

a {
    text-decoration: none;
    outline: none;
    color: #005e80;
    /* position: relative; */
    transition: color 0.3s;
}

a:hover {
    color: #008cbf;
}

pre::-webkit-scrollbar {
    background: #b3bccc;
}

pre::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 5px;
}

pre {
    background: #414449;
    color: #b3bccc;
    padding: 15px;
    tab-size: 4;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75);
}

.miner_king {
    float: left;
    max-width: 40px;
    min-width: 40px;
    text-align: center;
}

.miner_dominance {
    /* float: left; */
    max-width: 180px;
    min-width: 180px;
    text-align: center;
    margin-left: 5px;
}

.header_text {
    color: white !important;
}

.kucoin_form_img {
    width: 60% !important;
}

.kucoin_form_img img {
    border: 1px solid black !important;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 10%);
}

.kucoin_new_address_btn {
    text-align: center;
}

.kucoin_form_div {
    display: block !important;
    position: relative;
}

.kucoin_form_input {
    border: 1px solid black !important;
}

.kucoin_copy_address_btn_div {
    text-align: start;
}

.kucoin_copy_address_btn_div_button{
    height: 50px;
    width: 100px;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid;
}

.kucoin_form_div img, input {
    border: 1px solid black;
}

.miner_orphans {
    /* float: left; */
    max-width: 80px;
    min-width: 80px;
    text-align: center;
    margin-left: 10px;
}

.miner_name {
    /* float: left; */
    /* max-width: 80px;
    min-width: 80px; */
    text-align: center;
}

.miner_row {
    width: 100%;
}

.miner_address_live {
    /* float: left; */
}

.pool_miner {
    max-width: 90%;
}

.selected-tab {
    color: #b3bccc !important;
    background-color: #120c00 !important;
}

.miner_text {
    color: orange;
    padding-left: 15px;
}

.active_miner_text {
    color: orange;
    padding-left: 5px;
    padding-right: 5px;
}

.pool_miner p,
h3,
ul {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.term_main {
    background: #414449;
    color: #b3bccc;
    padding: 15px;
    tab-size: 4;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75);
    min-height: 375px;
    max-height: 375px;
    min-width: 500px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    white-space: pre-wrap;
    overflow-y: hidden;
}

.term_active_miner {
    background: #414449;
    color: #b3bccc;
    padding: 15px;
    tab-size: 4;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75);
    min-height: 290px;
    max-height: 290px;
    min-width: 865px;
    max-width: 865px;
    white-space: pre;
    overflow: hidden;

}

.term_live_miner {
    background: #414449;
    color: #b3bccc;
    padding: 15px;
    tab-size: 4;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75);
    min-height: 250px;
    max-height: 250px;
    min-width: 865px;
    max-width: 865px;
    white-space: pre;
    overflow: hidden;

}

.term_top {
    padding: 0px;
    tab-size: 4;
    border-radius: 0px;
    color: hwb(123 4% 21%);
    max-height: 50px;
    vertical-align: top;

}

.term_status {
    padding: 0px;
    tab-size: 4;
    border-radius: 0px;

    color: hwb(123 4% 21%);
    max-height: 50px;
}

.term_block {
    background: #414449;
    color: hwb(123 4% 21%);
    padding: 0px;
    tab-size: 4;
    border-radius: 0px;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    font-variant-numeric: tabular-nums lining-nums;
}

a.term_block_height {
    text-decoration: none;
    outline: none;
    color:orange;
    /* position: relative; */
    transition: color 0.3s;
}

.miner_btn {
    /* width: 50px; */
    float: left;
    background-color: #414449 !important;
    color: white;
    
    border: 1px solid black !important;

}

.miner_password {
    width: 100px;
    float: right;
    background-color: #414449 !important;
    color: white;
    border: 0px !important;

}

.miner_address {
    max-width: 600px !important;
    width: 100%;
    height: 21px !important;
    border: 0px !important;
    float: left;
    background-color: #414449 !important;
    color: white;
    border-radius: 0px !important;
    padding: 0px !important;
}

.cli_button {
    float: left;
    width: 55px;
    background-color: #414449 !important;
    color: white;

}

.term_cli {
    float: left;
    padding: 2px;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
  }
  
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}



a:hover.term_block_height {
    color: white;
}

.term_block_text {
    color: orange;
    width: 320px;
}

.block_text_span {
    color: hwb(123 4% 21%)n;
    padding-left: 15px;
    padding-right: 15px;
}

.info_text {
    color:hsl(216, 93%, 42%);
    padding-left: 15px;
}

.cli_botton {
    display: none;
}

.time_text {
    color: orange;
}

.miner_start_text {
    color: white;
    padding-left: 15px;
}

.error_string {
    color:hwb(357 1% 1%);
    padding-left: 15px;
}

a.term_block {
    text-decoration: none;
    outline: none;
    color: hwb(123 4% 21%);
    /* position: relative; */
    transition: color 0.3s;
}

a:hover.term_block {
    color: white;
}


/* a::after {
    position: absolute;
    bottom: -2px;
    content: '';
    height: 2px;
    width: 0%;
    background: red;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s;
}


*/

a,
a:link,
a:visited,
a:hover,
a:active {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.txtShadow {
    text-shadow: 2px 2px 0px #120c00;
}

h1,
h2,
h3 {
    margin: 30px 0;
    color: #008cbf;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h1>span,
h2>span {
    display: block;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 200;
    margin-top: 10px;
}

.content img {
    margin: 1.5em 0;
}

/* Faux Material Design Standards */

.mD1,
.card,
.raised,
.searchBox,
.mD2,
.searchBox.scroll,
.appBar,
.raised:hover,
.mD3,
.fab,
.mD4,
.navDrawer,
.bottomSheet,
.fab:hover,
.mD5,
.dialog,
.picker {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.mD1,
.card,
.raised,
.searchBox {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mD2,
.searchBox.scroll,
.raised:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.mD3,
.fab {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mD4,
.navDrawer,
.bottomSheet,
.fab:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mD5,
.dialog,
.picker {
    z-index: 50;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* Handy Styles */

.txt300 {
    font-weight: 300 !important;
}

.txt400 {
    font-weight: 400 !important;
}

.txt600 {
    font-weight: 600 !important;
}

.txt700 {
    font-weight: 700 !important;
}

.txt800 {
    font-weight: 800 !important;
}

.txtC {
    text-align: center !important;
}

.txtL {
    text-align: left !important;
}

.txtR {
    text-align: right !important;
}

.txtLmC {
    text-align: left !important;
}

.txtCmL {
    text-align: center !important;
}

.txtRmC {
    text-align: right !important;
}

.txtRmL {
    text-align: right !important;
}

.txtXS {
    font-size: 11px !important;
}

.txtS {
    font-size: 14px !important;
}

.txtM {
    font-size: 24px !important;
}

.txtLg {
    font-size: 30px !important;
}

.txtXL {
    font-size: 40px !important;
}

.txtLmS {
    font-size: 30px !important;
}

.txtLmM {
    font-size: 30px !important;
}

.txtXL {
    font-size: 50px !important;
}

.txtThin {
    font-weight: 300 !important;
}

.txtTIT {
    font-style: italic !important;
    font-weight: 300 !important;
}

.txtN {
    font-weight: 400 !important;
}

.txtNIT {
    font-style: italic !important;
    font-weight: 400 !important;
}

.txtB {
    font-weight: 700 !important;
}

.txtBIT {
    font-style: italic !important;
    font-weight: 700 !important;
}

.txtWhite {
    color: white !important;
}

.hero .txtWhite {
    margin-top: 0;
}

.txtBlack {
    color: black !important;
}

.justified {
    text-align: justify !important;
}

img {
    max-width: 100%;
}

img.imgC {
    text-align: center;
    margin: 0 auto;
    display: block;
}

img.imgL {
    float: left;
}

img.imgR {
    float: right;
}

.noSpacing {
    padding: 0;
    margin: 0;
}

.noSpacing-top {
    padding-top: 0;
    margin-top: 0;
}

.noSpacing-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
}

.iframeBox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.iframeBox iframe,
.iframeBox object,
.iframeBox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.transition {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

/* Start Custom CSS Here */

/* Blockquote */
blockquote {
    box-sizing: border-box;
    padding: 0.5em 0.5em 0.5em 40px;
    background: #ececec;
    width: 100%;
    color: #333333;
    margin: 4em 0;
}

/* Call to Actions */
[class*="cta"],
.wpcf7-form input[type="submit"] {
    padding: 10px 24px;
    color: #fff !important;
    height: 18px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    text-transform: none;
    height: 20px;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;

    border-radius: 50px;
}

[class*="cta"]:hover,
.wpcf7-form input[type="submit"] {
    cursor: pointer;
    top: 2px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    padding: 20px;
    width: 100%;
    background: white;
    border: none;
    border-radius: 20px;
    max-width: 300px;
    height: 50px;
    margin-right: 30px;
}

textarea {
    max-height: 100px;
}

div.wpcf7 .ajax-loader {
    margin: 0 1px 0 -18px !important;
}

.cta__blue {
    background: #196DAD;
    box-shadow: 0 4px #135384;
}

.cta__blue:hover {
    box-shadow: 0 2px #135384;
}

.cta__white {
    color: #666666 !important;
    background: #ffffff;
    box-shadow: 0 4px #d8d8d8;
}

.cta__white:hover {
    color: #666666 !important;
    box-shadow: 0 2px #d8d8d8;
}

.cta__orange {
    background: #F7921E;
}

.cta__orange:hover {
    background: #d07a18;
}

.cta__green {
    background: #43ba2c;
    box-shadow: 0 4px #2d8320;
}

.cta__green:hover {
    box-shadow: 0 2px #2d8320;
}

.cta__red {
    background: #c60000;
}

.cta__red:hover {
    background: #9d0000;
}

/* Navigation */

.navigation {
    height: 75px;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

#menu-main-menu>li,
#menu-main-menu-1>li {
    display: inline-block;
}

#menu-main-menu>li:not(:last-child),
#menu-main-menu-1>li:not(:last-child) {
    margin-right: 15px;
}

#menu-main-menu,
#menu-main-menu-1 {
    margin: 0px;
    padding: 0px;
    min-height: 100px;
    padding: 0 !important;
    box-sizing: border-box;
}

#menu-main-menu,
#menu-main-menu-1 {
    line-height: 100px !important;
    font-size: 0;
}

#menu-main-menu li a,
#menu-main-menu-1 li a {
    padding: 0;
}

#menu-main-menu li,
#menu-main-menu li a,
#menu-main-menu-1 li,
#menu-main-menu-1 li a {
    color: #d8d8d8;
    box-sizing: border-box;
    font-size: 14px !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#menu-main-menu li.current-menu-item a,
#menu-main-menu li:hover a,
#menu-main-menu-1 li.current-menu-item a,
#menu-main-menu-1 li:hover a {
    font-size: 14px !important;
}

#menu-main-menu li,
#menu-main-menu-1 li {
    position: relative;
}

#menu-main-menu>li.current-menu-item a,
#menu-main-menu>li:hover a,
#menu-main-menu-1>li.current-menu-item a,
#menu-main-menu-1>li:hover a {
    color: #ffffff;
}

#menu-main-menu>li.menu-item-has-children>a:after {
    content: '\f107';
    margin-left: 10px;
    font-family: 'FontAwesome';
}

#menu-main-menu:not(.open) li>ul,
#menu-main-menu-1:not(.open) li>ul {
    opacity: 0;
    position: absolute;
    top: 90%;
    background: #ffffff;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1), 0px 6px 12px rgba(0, 0, 0, 0.12);
    width: 300px;
    padding: 10px;
    left: 0;
    margin: 0;
    z-index: 90;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    pointer-events: none;
}


#menu-main-menu li:hover>ul,
#menu-main-menu li.active>ul,
#menu-main-menu-1 li:hover>ul,
#menu-main-menu-1 li.active>ul {
    opacity: 1;
    top: 95%;
    pointer-events: all;
}

#menu-main-menu>li>ul>li>a,
#menu-main-menu-1>li>ul>li>a {
    line-height: 18px !important;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    color: white;
}

#menu-main-menu>li>ul>li,
#menu-main-menu-1>li>ul>li {
    border-right: none;
    display: block !important;
    height: auto !important;
    padding: 5px 0;
    line-height: 22px !important;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#menu-main-menu>li>ul>li:last-child,
#menu-main-menu-1>li>ul>li:last-child {
    border-bottom: none;
}

#menu-main-menu>li>ul>li:hover,
#menu-main-menu-1>li>ul>li:hover {
    background: #367dba;
}

#menu-main-menu>li>ul>li:hover>a,
#menu-main-menu-1>li>ul>li:hover>a {
    color: #ffffff;
}

#menu-main-menu>li>ul>li:not(:last-child):hover,
#menu-main-menu-1>li>ul>li:not(:last-child):hover {
    border-bottom: 1px solid #367dba;
}

#menu-main-menu>li>a {
    height: 100%;
    width: 100%;
    display: block;
    box-sizing: border-box;

}

#menu-main-menu>li>a:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-6px);
    transition: 0.3s all;
}

#menu-main-menu-1 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
}

[class^="header"] {
    z-index: 99;
}

.header {
    position: relative;
}

.header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.admin-bar .header__fixed {
    top: 32px;
}

#menu {
    width: 60px;
    height: 45px;
    position: fixed;
    transform: scale(0.5) rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 14px;
    right: 10px;
}

#menu span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu span:nth-child(1) {
    top: 0px;
}

#menu span:nth-child(2),
#menu span:nth-child(3) {
    top: 18px;
}

#menu span:nth-child(4) {
    top: 36px;
}

#menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#menu.open span {
    background: white;
}

#menu:visited,
#menu:link,
#menu:hover,
#menu:active,
#menu:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.no-padding {
    padding: 0;
}

.padding__small,
[id^="row-"]>.tri .ang:only-child .padding__small {
    padding: 1em 1em;
}

.contentBlock__links.padding__small {
    padding: 0.25em;
}

.padding__medium,
[id^="row-"]>.tri .ang:only-child .padding__medium {
    padding: 2em 2em;
}

.padding__large,
[id^="row-"]>.tri .ang:only-child .padding__large {
    padding: 3em 3em;
}

.padding__xl,
[id^="row-"]>.tri .ang:only-child .padding__xl {
    padding: 4em 4em;
}

.padding__xxl,
[id^="row-"]>.tri .ang:only-child .padding__xxl {
    padding: 5em 5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__small {
    padding: 1em 0.5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__medium {
    padding: 2em 1em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__large {
    padding: 3em 1.5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__xl {
    padding: 4em 2em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__xxl {
    padding: 5em 2.5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__small {
    padding: 1em 0.5em 2em 1em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__medium {
    padding: 2em 1em 2em 2em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__large {
    padding: 3em 1.5em 2em 3em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__xl {
    padding: 4em 2em 2em 4em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__xxl {
    padding: 5em 2.5em 2em 5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__small {
    padding: 1em 1em 2em 0.5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__medium {
    padding: 2em 2em 2em 1em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__large {
    padding: 3em 3em 2em 1.5em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__xl {
    padding: 4em 4em 2em 2em;
}

[id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__xxl {
    padding: 5em 5em 2em 2.5em;
}

.contentBlock__links .contentBlock_inner {
    height: 65%;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 600;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero__background {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.logo img {
    max-width: 100%;
    width: 160px;
}

.contentBlock__spacing {
    overflow: hidden;
}

.contentBlock__links .contentBlock__bg {
    transition: 1s all;
    transform: scale(1);
}

.whiteBG {
    background: white;
}

.contentBlock__links:hover .contentBlock__bg {
    transform: scale(1.1);
}

.hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 80vw;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero__section {
    height: 80vh;
    width: 100%;
    position: relative;
}

.contentBlock__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.contentBlock__spacing {
    position: relative;
    width: 100%;
    min-height: 150px;
}

.contentBlock__spacing>.contentBlock_inner {
    color: white;
    text-transform: uppercase;
}

.contentBlock_inner {
    position: relative;
    z-index: 10;
}

.contentBlock {
    position: relative;
    height: 100%;
    width: 100%;
}

.schema {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.LD_logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.fullwidth {
    width: 100%;
}

.sector-icon {
    line-height: 100px;
    height: 100px;
    color: white;
    font-size: 14px;
}

.sector-icon>li>a.icon-analytics {
    background-position: -155px 0;
}

.sector-icon>li>a.icon-technology {
    background-position: -195px 0;
}

.sector-icon>li>a.icon-digital {
    background-position: -115px 0;
}

.sector-icon>li>a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    width: 37px;
    height: 37px;
    background: url('../images/sprite24.png') no-repeat;
    margin: 0 3px;
}

.sector-icon>li>a>span {
    white-space: nowrap;
    display: block;
    opacity: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    transition: 0.3s all;
    background: #cccccc;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    padding: 5px 10px;
    z-index: 10;
    font-size: 12px;
    line-height: 100%;
    color: black;
}

.sector-icon>li>a>span:before {
    content: '';
    border-bottom: 12px solid #cccccc;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
}

.sector-icon>li>a:hover>span {
    opacity: 1;
}


.sector-icon>li {
    position: relative;
}

.inline {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.inline>li {
    display: inline-block;
}

.header__background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-image: url('../images/header.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.3s all;
}

.scrolled .header__background {
    opacity: 0;
}

.header>.tri {
    position: relative;
    z-index: 10;
}

.login__box__main {
    background: rgba(27, 117, 188, 0.9);
    color: white;
    padding: 1em;
}

.login__box__main h3 {
    margin-top: 0;
    padding-top: 0;
}

.login__box__bottom {
    background: white;
    padding: 1em;
}

.vtop>li {
    vertical-align: top;
}

.secondary__menu {
    line-height: 120px;
}

.secondary__menu>li {
    margin-left: 20px;
}

a>h3 {
    margin: 0;
    display: inline;
    color: white;
}

.footer__top,
.search__fields {
    padding: 2em;
    background: #1B75BC;
    border-top: 3px solid #3283C3;
}

nav {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

nav>.tri {
    width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(131, 131, 131, 0.2);
    margin: 1em 0;
    padding: 0;
}

footer hr {
    margin: 3em 0;
}

footer {
    background-color: #3d3d3d;
}

footer p,
footer h2 {
    color: white;
}

footer>.tri {
    position: relative;
}

footer>.tri>.ang {
    position: relative;
    z-index: 5;
}

footer>.tri:after {
    content: '';

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98&0.16+0,0+57 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 98%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 98%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 98%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#29ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    width: 70%;
    height: 100%;
    position: absolute;
    top: -140px;
    left: 15%;
    z-index: 0;
}

.w50>li {
    width: 49%;
}

.txtLight {
    color: rgba(255, 255, 255, 0.7);
}

.social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-right: 4px;
    display: block;
    font-size: 24px;
    transition: 0.3s all;
    opacity: 1;
}

.social a:hover {
    opacity: 0.7;
}

.social a.facebook {
    background: #3272bd;
}

.social a.twitter {
    background: #3b5998;
}

.social a.linkedin {
    background: #6acff4;
}

.single__job__result {
    background: white;
    transition: 0.3s all;
}

.single__job__result:hover {
    background: #ebebeb;
    cursor: pointer;
}

.single__job__result:not(:last-child) {
    border-bottom: 1px solid #a2a2a2;
}

.bb_search_results {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    border-bottom: 1px solid #a2a2a2;
    border-left: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.head__offset {
    height: 150px;
    position: relative;
    width: 100%;
}

[class^="job__title"] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    margin: 0;
    padding: 20px 30px 20px 0;
}

.job__title__apply,
.job__title__summary {
    background: #105b93;
    color: white !important;
    box-sizing: border-box;
    padding: 20px 30px;
    width: calc(100% - 10px);
}

.job__title a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #8d8d8d;
}

.job__body {
    background: #F2F2F2;
    position: relative;
}

.job__body:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #EBEBEB;
    position: absolute;
    z-index: 0;
}

.job__body .tri {
    z-index: 10;
    position: relative;
}

.job__body p {
    width: calc(100% - 20px);
}

.summary__box {
    background: #196DAD;
    padding: 10px 30px;
    font-size: 13px;
    color: white;
    width: calc(100% - 10px);
    margin-bottom: 2em;
}

.summary__box i,
.summary__box span.icon {
    color: #00c4ff;
    width: 15px;
    display: inline-block;
    font-weight: bold;
}

.share {
    list-style-type: none;
    padding-left: 0;
}

.share li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

.share li a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: white;
    display: block;
    transition: 0.3s all;
}

.share li a.facebook {
    background: #385490;
}

.share li a.facebook:hover {
    background: #1c305c;
}

.share li a.twitter {
    background: #51A3E2;
}

.share li a.twitter:hover {
    background: #23669a;
}

.share li a.email {
    background: #777777;
}

.share li a.email:hover {
    background: #4b4b4b;
}

input.error {
    border: 1px solid #b90000;
}

.emptyerror,
.emailerror,
.errorlist {
    display: none;
    color: #b90000;
    font-size: 13px;
    padding: 5px 0;
}

.emptyerror.active,
.emailerror.active {
    display: block;
}

.disabled {
    background: #cccccc;
    color: #727272;
    pointer-events: none;
}

header {

    background-color: #3d3d3d;

}

header .iframeBox {
    margin-bottom: -190px;
}

/* section.content {
    padding-top:190px;
} */

.rating__box {
    margin: 1em auto 0 auto;
}

.rating__box i {
    color: #51A3E2;
    font-size: 28px;
}

.items {
    list-style: none;
    padding: 0;
}

.items li {
    position: relative;
    padding-left: 4px;
    transition: transform 0.3s;
}

.items li:hover {
    transform: translateX(4px);
}

.items li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    background-color: #008cbf;
    width: 2px;
    height: 0%;
    transition: all 0.3s;
    border-radius: 4px;
}

.items li:hover::after {
    height: 100%;
    transform: translateY(-50%) translateX(-4px);
}

.dot-on-start {
    /* display: flex; */
    position: relative;
    padding-left: 14px;
    text-align: start;
    margin-bottom: 4px;
}

.dot-on-start::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #008cbf;
    width: 8px;
    height: 8;
    border-radius: 4px;
}

.derod-images {
    display: flex;
    flex-wrap: wrap;
}

.derod-images .image-container {
    width: 25%;
    padding: 4px;
    border-radius: 20px;
}

@media only screen and (max-width: 800px) {
    .derod-images .image-container {
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .derod-images .image-container {
        width: 100%;
    }
}


p,
h3,
ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.quote__box {
    font-size: 22px;
    /* background-image: url(../images/shadow.png); */
    /* background: #e3e3e3; */
}

.quote__box span {
    font-size: 16px;
    font-style: normal;
    display: block;
    margin: 1em;
}

footer>.tri {
    overflow: hidden;
}

.constraint {
    margin: 2em auto 0 auto;
    display: block;
}

footer small a {
    color: white;
    text-decoration: underline;
}

/* Mobile Styles */

@media screen and (min-width:1801px) {
    .hero__background {
        background-size: cover;
    }
}

@media screen and (min-width:670px) and (max-width:1200px) {
    .tri {
        padding: 0 2em !important;
    }
}

@media screen and (min-height:1024px) {
    .hero__background {
        background-size: cover;
    }

    .hero__section {
        height: 40vh;
        width: 100%;
    }
}

@media screen and (max-width:47.938em) {

    nav>.tri {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
    }

    footer>.tri:after {
        width: 250%;
        top: -234px;
        left: -75%;
    }

    small {
        font-size: 11px;
    }

    .quote__box {
        font-size: 16px;
    }

    .quote__box span {
        font-size: 13px;
    }

    .content img {
        margin: 0 auto;
        display: block;
    }

    h1,
    h2,
    h3,
    p {
        text-align: center;
    }

    h2 {
        font-size: 22px;
    }

    .bg__brand {
        padding: 0 2em;
    }

    section.content {
        padding-top: 0;
    }

    header .iframeBox {
        margin-bottom: 2em;
    }

    h1 {
        font-size: 30px;
    }

    h1>span {
        font-size: 16px;
    }

    .w50>li {
        width: 100%;
    }

    #menu-main-menu {
        display: none;
    }

    #menu-main-menu-1 {
        opacity: 1;
        pointer-events: all;
        width: 100vw;
        position: fixed;
        height: 100vh;
        right: -100vw;
        transition: 0.3s all;
        top: 0;
        z-index: 999;
        list-style-type: none;
        padding-left: 0;
    }

    #menu {
        z-index: 9999;
    }

    #menu.open {
        background-color: white;
    }

    #menu-main-menu-1.open {
        right: 0;
    }

    #menu-main-menu-1.open li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 22px !important;
        text-align: left;
    }

    #menu-main-menu-1.open li,
    #menu-main-menu-1.open li:not(.home__button) a {
        color: white;
    }

    #menu-main-menu-1.open li.contact__button a {
        background: none;
        border: none;
    }

    #menu-main-menu-1.open li.menu-item-has-children:after {
        content: '\f078';
        font-family: 'FontAwesome';
        position: absolute;
        top: 26px;
        right: 30px;
        transform: translateY(-50%);
        opacity: 0.6;
    }

    #menu-main-menu-1.open li.menu-item-has-children.active:after {
        content: '\f077';
    }

    #menu-main-menu-1.open li.menu-item-has-children>ul {
        opacity: 0;
        position: relative;
        top: auto;
        width: 100%;
        padding: 0;
        left: 0;
        margin: 0;
        z-index: 90;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        pointer-events: all;
        overflow: hidden;
        height: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    #menu-main-menu-1.open li.menu-item-has-children.active>ul {
        opacity: 1;
        overflow: hidden;
        height: auto;
    }

    #menu-main-menu-1.open>li.home__button a:after {
        color: white;
    }

    #menu-main-menu-1.open li.menu-item-has-children.active>ul>li>a {
        padding-left: 20px;
        font-size: 12px;
    }

    .contentBlock_inner p>img {
        float: none !important;
        clear: both;
        margin: 10px auto;
        display: block;
    }

    .hero__background {
        background-size: 80em auto;
    }

    .hero__section {
        height: 50vh;
    }

    .hero__content {
        transform: translate(-50%, -50%) !important;
    }

    .main__content {
        margin-top: 0 !important;
    }

    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__small,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__medium,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__large,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__xl,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child) .padding__xxl,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__small,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__medium,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__large,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__xl,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):first-child .contentBlock.padding__xxl,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__small,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__medium,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__large,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__xl,
    [id^="row-"]>.tri:not(.equal) .ang:not(:only-child):last-child .contentBlock.padding__xxl {
        padding: 1em 2em;
    }

    #menu-main-menu {
        width: 100vw;
        position: fixed;
        height: 100vh;
        right: -100vw;
        transition: 0.3s all;
        background: #0d3879;
    }

    #menu-main-menu.open {
        right: 0;
    }

    #menu-main-menu.open li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 22px !important;
        text-align: left;
    }

    #menu-main-menu.open li,
    #menu-main-menu.open li a {
        color: white;
    }

    /* Custom CSS Above Here */

    .txtLmM {
        font-size: 18px !important;
    }

    .txtM {
        font-size: 18px !important;
    }

    .txtLg {
        font-size: 22px !important;
    }

    .txtLmS {
        font-size: 14px !important;
    }

    .txtCmL {
        text-align: left !important;
    }

    .txtXL {
        font-size: 32px !important;
    }

    .txtLmC {
        text-align: center !important;
    }

    .txtRmC {
        text-align: center !important;
    }

    .txtRmL {
        text-align: left !important;
    }

    .txtLmR {
        text-align: right !important;
    }

}