@font-face {
    font-family: 'Metropolis';
    src: url('https://goldco.com/fonts/metropolis/Metropolis-Regular.eot');
    src: url('https://goldco.com/fonts/metropolis/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Regular.woff') format('woff'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Regular.ttf') format('truetype'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('https://goldco.com/fonts/metropolis/Metropolis-Light.eot');
    src: url('https://goldco.com/fonts/metropolis/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Light.woff2') format('woff2'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Light.woff') format('woff'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Light.ttf') format('truetype'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Light.svg#Metropolis-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('https://goldco.com/fonts/metropolis/Metropolis-Bold.eot');
    src: url('https://goldco.com/fonts/metropolis/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Bold.woff') format('woff'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Bold.ttf') format('truetype'),
        url('https://goldco.com/fonts/metropolis/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}



html,
body {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    vertical-align: middle;
    color: #111;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    vertical-align: middle;
    color: #111;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    vertical-align: middle;
    color: #111;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    vertical-align: middle;
    color: #111;
}

input#income::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    font-family: 'Open Sans', arial;
    vertical-align: middle;
    color: #111;
    position: relative;
    bottom: 2px;
}

input#income::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    font-family: 'Open Sans', arial;
    vertical-align: middle;
    color: #111;
    position: relative;
    bottom: 2px;
}

input#income:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    font-family: 'Open Sans', arial;
    vertical-align: middle;
    color: #111;
    position: relative;
    bottom: 2px;
}

input#income:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    font-family: 'Open Sans', arial;
    vertical-align: middle;
    color: #111;
    position: relative;
    bottom: 2px;
}
   input#email::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
  text-align: center;
}

input#email::-moz-placeholder {
    /* Firefox 19+ */
  text-align: center;
}

input#email:-ms-input-placeholder {
    /* IE 10+ */
    text-align: center;
}

input#email:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

input#email:placeholder-shown {
    text-align: center;
}
input#income:placeholder-shown {
    vertical-align: middle;
    color: #111;
}
body.page-template-calculator .main-content {
    padding: 0;
}
.underline {
    width: 40px;
    height: 2px;
    margin: 0 auto;
}

main {
    height: 100%;
    width: 100%;
    padding: 39px 0 0;
}

.green {
    color: #00d600;
}

.red {
    color: rgb(232, 7, 7);
    font-family: 'Metropolis', arial;
}

#content h2 {
    font-family: 'Metropolis', arial;
    font-weight: 700;
}
#calculatorBox {
    display: flex;
    flex-wrap: wrap;
}

#calculatorBox {
    width: 100%;
}

.resultBox {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0;
    align-items: flex-start;
}

#simulation label {
    margin: 0 0 15px;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.result {
    margin: 9px 0 0px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ededed;
}
#simulation .endAction button {
    padding: 5px 0px 5px;
    font-family: 'Metropolis', arial;
    border: 0;
    font-size: 15px;
    margin: 0px 0 25px 0px;
    letter-spacing: 0;
    background: #418f00;
    background: -moz-linear-gradient(top, #418f00 0%, #144601 99%);
    background: -webkit-linear-gradient(top, #418f00 0%,#144601 99%);
    background: linear-gradient(to bottom, #418f00 0%,#144601 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418f00', endColorstr='#144601',GradientType=0 );
    width: 135px;
    border-radius: 4px;
}
.result .endAction p {
    font-family: 'Open Sans', arial;
    margin: 15px 0;
    max-width: 59%;
    font-weight: 400;
    color: #000;
    line-height: 1.44;
    text-align: right;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
.scenario{
    display: flex;
    border-bottom: 1px solid #ededed;
}

.scenarioData p {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 21px;
}
.scenarioData h3 {
    margin: 0 0 19px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}
.scenarioData p:nth-child(2):before {
    content: "";
    background: #2e5378;
    height: 14px;
    width: 14px;
    position: absolute;
    margin: 3px -19px 0px;
    border-radius: 50%;
}
.scenarioData p:nth-child(3):before {
    content: "";
    background: #1ad7ff;
    height: 14px;
    width: 14px;
    position: absolute;
    margin: 3px -19px 0px;
    border-radius: 50%;
}
.result-b-Column {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ededed;
}
.subColumn {
    width: 48%;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 0;
    line-height: 1;
}
.result .subColumn:nth-child(1) {
    width: 37%;
    font-size: 12px;
}
.result:nth-child(3) .endAction p {
    max-width: 80%;
}
.result:nth-child(1) {
    background: #fafafa;
    border-top: 4px solid #999999;
    border-bottom: 12px solid #999999;
}

.result:nth-child(2) {
    background: #fff;
    border-top: 4px solid #02c6fa;
    border-left: 0;
    border-right: 0;
    border-bottom: 12px solid #02c6fa;
}

.result:nth-child(3) {
    background: #fffff1;
    border-top: 4px solid #0077f7;
    border-bottom: 12px solid #0077f7;
}
.formArea {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 0px;
    align-items: flex-end;
}
.endAction {
    display: none;
    background: #fff;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}
.headline {
    width: 100%;
    font-family: 'Metropolis', arial;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 0px;
}

.headline h1 {
    font-family: 'Metropolis', arial;
    font-size: 33px;
    letter-spacing: 0px;
    color: #333;
    margin: 25px 0 0px;
    font-weight: 700;
}

.headline p {
    font-size: 16px;
    font-family: 'Open Sans', arial;
    font-weight: 400;
}

.hLeft {
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.hRight {
    width: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goldDot {
    background: #c49f47;
    height: 13px;
    border-radius: 50%;
    width: 13px;
    display: inline-block;
    margin: 0 5px 0 7px;
}

.silverDot {
    background: #bfbfbf;
    height: 13px;
    border-radius: 50%;
    width: 13px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.percentage {
    margin: 15px 0 0;
}
.input-col {
    width: 100%;
    padding: 20px 0px 0px;
}
.acctBox, .emailBox, .incomeBox {
    width: 22%;
}
#simulation .acctBox label, #simulation .emailBox label, #simulation .incomeBox label {
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.output-col {
    width: 100%;
    display: flex;
    font-family: 'Metropolis', arial;
    flex-wrap: wrap;
    background: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.stocksRow {
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.metalsRow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.metalsRow .subColumn:nth-child(2), .stocksRow .subColumn:nth-child(2), .result-b-Column .subColumn:nth-child(2) {
    font-size: 18px;
}
#s1stock .loss-arrow, #s2stock .loss-arrow, #s3stock .loss-arrow {
    height: 9px;
    width: 17px;
    background: url(../images/loss-arrow.png) no-repeat;
    margin: 0 0 0 20px;
    display: inline-block;
}
#s2metal .gain-arrow, #s3metal .gain-arrow {
    height: 9px;
    width: 17px;
    background: url(../images/gain-arrow.png) no-repeat;
    display: inline-block;
    margin: 0 0 0 20px;
}
.scenarioData {
    width: 50%;
    padding: 28px 0px 0 40px;
    text-align: left;
}
.pieChart {
    width: 48%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.output-col-headline {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Metropolis', arial;
    padding: 20px 0 0;
}

section h2 {
    text-align: center;
    font-size: 33px;
}

.counterArea {
    width: 100%;
}

#formModal button {
    width: 100%;
}

.selectAccount {
    margin: 0 0 0px;
}

select {
    width: 100%;
    padding: 8px 4px;
}

select#accountType {
    height: 49px;
    border-radius: 9px;
    text-align: center;
    border: 1px solid #c2c2c2;
    font-weight: 600;
    color: #333;
    text-indent: 2px;
    font-size: 16px;
    font-family: 'Open Sans', arial;
    padding: 6px 0;
}
select#accountType {

}
option {
    font-family: 'Open Sans', arial;
}

.result {
    font-size: 18px;
}
.result .subColumn p {
    margin: 0;
    font-size: 12px;
}
.result span {
    font-weight: 700;
    height: 100%;
}
#r1, #r2, #r3 {
    font-size: 26px;
}
.metalsRow span.retValue {
    font-size: 17px;
}
#percentChange_1, #percentChange_2, #percentChange_3 {
    font-size: 22px;
}
#simulation input {
    padding: 10px 5px;
    margin: 0px 0;
    width: 98%;
}

input#income {
    width: 91%;
    font-size: 20px;
    text-align: center;
    box-shadow: none;
    font-family: 'Open Sans', arial;
    font-weight: 600;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0);
    color: #000;
}

input#email {
    height: 49px;
    padding: 0px 3px;
    background: #fffccd;
    font-family: 'Open Sans', arial;
    font-weight: 600;
    border-radius: 9px;
    text-indent: 8px;
    border: 1px solid #c2c2c2;
    text-align: center;
    color: #222;
}

#cashSym {
    font-weight: 500;
    left: 9px;
    line-height: .9;
    position: relative;
    font-size: 15px;
}

#simulation button {
    color: #fff;
    font-size: 21px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Metropolis', arial;
    width: 222px;
    height: 53px;
}

button:hover {
    cursor: pointer;
}

button.step1 {
    border: 0;
    font-size: 27px;
    border-radius: 9px;
    letter-spacing: 1px;
    width: 20%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#418f00+0,144601+99 */
background: #418f00; /* Old browsers */
background: -moz-linear-gradient(top, #418f00 0%, #144601 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #418f00 0%,#144601 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #418f00 0%,#144601 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418f00', endColorstr='#144601',GradientType=0 ); /* IE6-9 */
}

#mobileStartButton {
    background: #418f00;
    background: -moz-linear-gradient(top, #418f00 0%, #144601 99%);
    background: -webkit-linear-gradient(top, #418f00 0%,#144601 99%);
    background: linear-gradient(to bottom, #418f00 0%,#144601 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418f00', endColorstr='#144601',GradientType=0 );
    width: 210px;
    font-weight: 700;
    border-radius: 9px;
    border: 0;
    margin: 50px 0 80px;
}

button.step2 {
    background: #4b7a00;
    border: 0;
    font-size: 27px;
    letter-spacing: 1px;
}

#income {
    border: none;
}

.amountInput {
    border: 1px solid #c2c2c2;
    background: #fff;
    color: #000;
    height: 51px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffccd;
}

.discl,
.discl2 {
    font-size: 9px;
    color: #fff;
    text-align: justify;
    font-family: 'Open Sans', arial;
    margin-top: 48px;
    opacity: .25;
    line-height: 1.28;
}

#formModal p {
    color: #fff;
    text-align: center;
}

#formModal input {
    border-radius: 7px;
    margin: 0 0 10px;
    border: 0;
}

.discl2 {
    margin-top: 5px;
}

#formModal {
    display: none;
}

.modal-content {
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    background: #333;
}

.validationError {
    color: red;
    display: none;
    font-size: 14px;
}

.input-col h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    font-family: 'Metropolis';
    font-size: 23px;
    margin: 0px 0 0px;
    letter-spacing: 0px;
    text-align: center;
}

.input-col h3:before {
    content: "";
    height: 39px;
    width: 38px;
    background: url(../images/calc.jpg);
    position: absolute;
    margin: 0 0 0 -44px;
}


#stocks-m {
    margin: 0 20px 0 50px;
}

figure.graph {
    width: 92%;
    margin: 30px auto 0;
}



#reviews {
    padding: 60px 0;
}

.relateBox {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}

.relateBox a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
}

.rbLeft,
.rbRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
}

.relateBox button {
    background: #ab8a39;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 5px 0 0px;
    padding: 8px 20px;
    font-weight: 600;
}

.trustBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0;
}

#reviews h2 {
    margin: 0 0 60px;
}

.review {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    line-height: 1.4;
    font-family: georgia;
}

.review span {
    text-align: center;
    font-size: 14px;
    font-family: arial;
    font-style: normal;
    font-weight: 600;
}

#trustLogos {
    padding: 75px 0;
}


#trustLogos button {
    background: none;
    border: 1px solid #ab8a39;
    font-weight: 600;
    color: #ab8a39;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 5px 0 0px;
    padding: 8px 36px;
}

#trustLogos h2 {
    margin: 0 0 45px;
}

#trustLogos button a {
    color: #ab8a39;
}

#related {
    background: url(../images/ebook-bg.jpg) center;
    background-size: cover;
    padding: 35px 0 65px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 220;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.84);
    /* Black w/ opacity */
}
.underline {
    height: 1px;
    background: #d4d4d4;
    width: 80px;
    margin: 0 auto;
    display: none;
}
.arrowBox {
    display: none;
}
.bx-pager {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
a.bx-pager-link {
    font-size: 26px;
    color: #333;
}
#mobileStartButton {
    display: none;
}
#resultGraph {
    width: 100%;
}
@media (max-width: 1300px) {
    .wrapper {
        width: 92%;
    }
}
@media (max-width: 1150px) {
    .output-col {
        width: 100%;
    }

    .input-col {
        width: 100%;
    }

    .container {
        justify-content: space-around;
    }

    figure.graph img {
        max-width: 100%;
        width: 100%;
    }

    .formArea {
        width: 95%;
        margin: 0 auto 10px;
    }

    .input-col h3:before {
        margin: -42px 0 0 102px;
    }

    .input-col h3 {
        margin: 33px 0 75px;
    }

    .relateBox {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .trustBox img {
    margin: 9px 15px;
}
    .endAction {
    display: none;
    width: 100%;
    background: #fff;
    flex-wrap: wrap;
}
.result {
    width: 100%;
}
.result:nth-child(3) .endAction p {
    max-width: 100%;
}
.resultBox {
    flex-wrap: wrap;
}
.endAction a {
    width: 50%;
}
.formArea {
    flex-wrap: wrap;
}
 .headline {
        width: 95%;
    }
button.step1 {
    width: 100%;
    margin: 20px 0 0px;
}
    .input-col {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 14px 0px;
    }
    .result:nth-child(1), .result:nth-child(2), .result:nth-child(3) {
        border: none;
    }
    .input-col h3 {
        margin: 0;
    }
    .headline h1 ,  .headline p {
        text-align: center;
     }
    #related {
        padding: 35px 0 15px;
    }
    .discl {
        color: #333;
        opacity: .5;
        width: 92%;
        margin: 19px auto;
    }

    .result {
        width: 100%;
    }
     .input-col-bottom {
        width: 100%;
    }
    .output-col {
        width: 100%;
        margin: 30px 0 0;
    }
    .acctBox, .emailBox, .incomeBox {
        width: 32%;
    }
    label {
        margin: 0 0 5px;
    }

    main {
        padding: 5px 0 0;
    }
}

@media (max-width: 768px) {
    #reviews .container, #trustLogos .container, #related .container {
        width: 90%;
    }
    div#cashSym {
        display: none;
    }
    .input-col {
        flex-wrap: wrap;
        border-radius: 0;
    }

    .input-col-bottom,
    .input-col-top {
        width: 100%;
    }

    .output-col {
        width: 100%;
    }

    input#income {
        width: 99%
    }
        .rbLeft, .rbRight {
        width: 100%;
    }
    .relateBox a {
        flex-direction: column;
}
.rbRight {
    margin: 70px 0 0;
}
}
@media (max-width: 600px) {
    #content section h2 {
        font-size: 27px;
        line-height: 1.2;
    }
    #header .header-main .container .header-left img.custom-mobile {
        display: none !important;
    }
    .logo-transition {
        display: none;
    }
#simulation .endAction button {
    padding: 11px 0px 11px;
    font-size: 19px;
    margin: 0px 0 0 15px;
    font-weight: 700;
    width: 230px;
    border-radius: 4px;
}
    section#graphSection {
        text-align: center;
    }
    #resultGraph {
        max-width: 93%;
    }
    #reviews h2 {
    margin: 0 0 20px;
    font-size: 30px;
}
#calculatorBox {
padding: 30px 0 0;
}
    figure.graph {
    margin: 0px auto 0;
}
    .endAction {
        padding: 15px 0 0;
    }
    select#accountType, input#email, .amountInput {
        height: 59px;
        border-radius: 5px;
    }
    #simulation .acctBox label, #simulation .emailBox label, #simulation .incomeBox label {
        font-size: 19px;
        margin: 0 0 11px;
    }
    #simulation input {
        width: 100%;
    }
    #simulation button.step1 {
        margin: 40px 0 0;
        width: 100%;
        border-radius: 5px;
    }
    .acctBox, .emailBox {
        margin: 0 0 30px;
    }
    .underline {
        display: block;
    }
    .acctBox, .emailBox, .incomeBox {
        width: 100%;
    }
    input#income {
        margin: 0;
    }
    .wrapper {
        width: 90%;
    }
    .review {
        font-size: 18px;
    }
    .trustBox img {
        margin: 10px 13px;
    }
    .headline {
        padding: 60px 0 100px;
        border: 0;
    }
    div#livechat-eye-catcher-img {
        display: none !important;
    }
    .output-col {

    }
  .input-col {
        border: none;

    }
    .headline {
        width: 95%;
        padding: 0;
        margin: 15% auto 15%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

    }
    .headline h1 {
        padding: 20px 45px 0;
        font-size: 40px;
        margin: 10px 0 0;
    }
    .headline p {
        font-size: 18px;
        margin: 30px 0 40px;
        padding: 0 20px;
    }
.scenario {
    width: 100%;
}
.scenarioData {
        width: 75%;
        padding: 11px 0px 0 0px;
        text-align: left;
    }
    .scenarioData p {
        display: inline-block;
        margin: 0 0 4px 38px;
    }
    .scenarioData h3 {
        border-bottom: 1px solid #ccc;
        width: 90%;
        margin: 0px 0 4px;
        padding: 0 0 2px 20px;
    }
    .pieChart {
        width: 21%;
        padding: 0;
    }
    .pieChart img {
        max-width: 80px;
        margin: 5px 0 0;
    }
    .resultBox {
        flex-direction: column;
        padding: 0 0 50px;
    }
    .stocksRow, .metalsRow {
        display: none;
    }
    .percentage {
        width: 31%;
        order: 1;
    }


    .graphImg {
        width: 100%;
        order: 3;
        display: none;
    }
.lc-3g1uj5 {
    display: none;
}
    .resultTop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    .result {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .result {
        margin: 0;
    }
    .resultBottom {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }
.result-b-Column {
        width: 100%;
        padding: 0 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
        .result-b-Column .subColumn:nth-child(1) {
        width: 37%;
    }
    .subColumn {
        width: 48%;
    }

    .right-col-headline div {
        display: none;
    }

    .result span.silverDot,
    span.goldDot {
        height: 13px;
        margin: 0 8px;
    }

    .m-stocks-row p,
    .m-gold-row p {
        margin: 0;
    }
#mobileStartButton {
    display: block;
}
.result:nth-child(3) .endAction p {
    font-size: 19px;
    max-width: 73%;
    font-weight: 700;
    text-align: center;
    margin: 20px auto 14px;
}

}

.loader img {
    max-width: 20px;
}




.custom-mobile {
    display: none;
}