.gray,
#jumbotron h3 span {
    color: #A2A4A8 !important;
}


form label {
    position: relative;
    display: block;
}

.out-container {
    margin-right: -25px;
    margin-left: -25px;
}

.box-inline button,
form button,
form input {
    display: block;
    border: 1px #0052FF solid;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
}

form input[type="text"],
form input[type="email"]{
    width: 100%;
    padding: 20px 20px;
    margin: 0;
    background: transparent;
    color: #ffffff;
    height: 45px;
}

form button, .box-inline button {
    background: #0052FF;
    padding: 8px 22px;
    cursor: pointer;
}

form button.basic, .box-inline button.basic {
    background: #FFFFFF;
    border: 2px #0052FF solid;
    color: #0052FF;
}

.green{
    color: #18E69C!important;
}

.cols {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.cols > div {
    display: table-cell;
    vertical-align: middle;
}

.cols.two > div {
    width: 50%;
}

.cols.two > div:first-child {
    padding-right: 40px;
}


.cols.two > div:last-child {
    padding-left: 40px;
}

.text-box {
    max-width: 640px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

#trade-with-shard .text-box {
    max-width: 540px;
    display: block;
    overflow: hidden;
    margin: 0;
    font-size: 24px;
}

.text-button {
    font-weight: 600;
    display: inline-flex;
    border: 1px #ffffff solid;
    padding: 20px 70px;
    border-radius: 10px;
    font-size: 24px;
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
}

.col-box {
    display: block;
    background: #ffffff;
    padding: 90px 60px 90px;
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-shadow: 8px 15px 77px 0px rgba(94, 97, 129, 0.25);
    -moz-box-shadow: 8px 15px 77px 0px rgba(94, 97, 129, 0.251);
    box-shadow: 8px 15px 77px 0px rgba(94, 97, 129, 0.25);
}

.col-box.three .col {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.notify button {
    position: absolute;
    right: 5px;
    top: 5px;
}

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

ul.list > li {
    border-bottom: 1px #616A7E solid;
}

ul.list > li a {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

ul.list > li .desc {
    margin-top: 15px;
    display: none;
    padding-bottom: 30px;
}

ul.list > li.active .desc {
    display: block;
}

ul.list > li .desc p, ul.list > li .desc ul li {
    color: #C5C9D2;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
}

ul.list > li a:hover {
    cursor: pointer;
    background: #000A22 !important;
}

ul.list > li.active a:hover {
    background: transparent;
}

ul.list > li button {
    position: absolute;
    top: 22px;
    right: 0px;
    width: 20px;
    height: 20px;
    border: 0;
    background: transparent;
}

ul.list > li button:before,
ul.list > li button:after {
    content: "";
    position: absolute;
    background-color: #1AF096;
    transition: transform 0.25s ease-out;
}

/* Vertical line */
ul.list > li button:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

/* horizontal line */
ul.list > li button:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

ul.list > li.active button {
    cursor: pointer;
}

ul.list > li.active button:before {
    transform: rotate(90deg);
}

ul.list > li.active button:after {
    transform: rotate(180deg);
}

.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}
