﻿:root{--default-text: #4B515A;--black: #1D1E1F;--black-rgb: 29,30,31;--black-gradient-rgb: 50,52, 57;--white: #FFF;--white-rgb: 255,255,255;--dark-gray: #323439;--gray: #4B515A;--gray-9: #5B626D;--gray-3: #DBDFE2;--light-gray: #F6F8F7;--gold: #D3AA38;--dark-gold: #69552B;--dark-gold-rgb: 105,85,43;--dark-gold-gradient-rgb: 152,118,56;--light-gold: #FEF4E8;--red: #D2333D;--red-rgb: 210,51,61;--dark-red: #741F25;--dark-red-rgb: 116,31,37;--light-red: #FCE7E8;--purple: #3B409C;--purple-rgb: 59,64,156;--dark-purple: #1D1E69;--dark-purple-rgb: 29,30,105;--light-purple: #DDDDF3;--green: #11824D;--green-rgb: 17,130,77;--dark-green: #115F44;--dark-green-rgb: 17,95,68;--light-green: #E1F1E7;--blue-13: #00304D;--dark-blue: #00345A;--dark-blue-rgb: 0,52,90;--blue-11: #004768;--blue-11-rgb: 0,71,104;--blue: #005882;--blue-rgb: 0,88,130;--blue-9: #006594;--blue-8: #0077B4;--blue-8-rgb: 0,119,180;--blue-7: #0096DF;--blue-6: #00BAFF;--blue-5: #20D0FF;--blue-4: #6DDFFF;--blue-3: #B2ECFF;--blue-2: #DCF5FF;--light-blue: #E7F2F9;--teal: #119B8F;--light-teal: #E6F4F7;--dark-teal: #115251;--geld: #FFE057;--geld-medium: #FDD700;--geld-dark: #FFC700;--font-family: "Barlow", Arial, Helvetica sans-serif;--font-family-alternative: "Barlow Condensed", sans-serif;--fa-style-family: "Font Awesome 6 Pro"}*,*:after,*:before{box-sizing:inherit}body{font-family:var(--font-family);font-size:18px;background:var(--blue);background-size:cover;background-position:top;margin:0;min-height:100vh;box-sizing:border-box}b,strong{font-weight:600}main{min-height:100vh}input,button{font-family:var(--font-family);-webkit-appearance:none;-moz-appearance:none;appearance:none}select,option{font-family:var(--font-family);font-size:1em;width:100%}fieldset{border:solid 1px #999}input[type=text],input[type=date],input[type=datetime],input[type=number],input[type=search],input[type=time],input[type=url],input[type=email],input[type=tel],input[type=password],select{padding:7px;margin-bottom:4px;border:solid 1px #c3cacd;outline:none;box-sizing:border-box;transition:all .3s ease-in-out;color:#5b626d;border-radius:5px;line-height:1.3em;min-height:1.95em}input[type=text]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=number]:focus,input[type=search]:focus,input[type=time]:focus,input[type=url]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=checkbox]:focus,textarea:focus,select:focus,.select-default:focus{box-shadow:0 0 3px var(--blue-8);border:1px solid var(--blue-8);outline:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}.custom-control label{position:relative;margin-bottom:0;vertical-align:top;padding-left:1.5em;line-height:1.3em;display:inline;cursor:pointer}.custom-control input[type=radio],.custom-control input[type=checkbox]{position:absolute;z-index:-1;opacity:0}.custom-control label::before{position:absolute;top:.14rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:var(--light-gray);border:var(--blue) solid 1px;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-control.custom-checkbox label::before{color:var(--white);border:0}.custom-control label::after{position:absolute;top:0;left:0;display:block;width:.8rem;height:.8rem;pointer-events:none;content:""}.custom-control.custom-checkbox label::after{content:"\f0c8";font-family:var(--fa-style-family);color:var(--dark-blue);font-size:1.1em}.custom-control.custom-checkbox input:checked~label::before{color:var(--white);border:0}.custom-control.custom-checkbox input:checked~label::after{content:"\f14a";font-family:var(--fa-style-family);color:var(--dark-blue);font-size:1.1em}*,*:after,*:before{box-sizing:inherit}a{color:var(--blue)}a:hover,a:active,a:focus{color:var(--dark-blue)}button,.btn,input[type=submit],.sbbutton,button.sbbutton,input[type=submit].sbbutton,.btn-primary,.btn-secondary,.btn-tertiary,.btn-alternative,.btn-disabled,.btn-featured{text-decoration:none;font-size:.77rem;line-height:1;font-weight:600;padding:18px;display:inline-block;color:var(--white);border-radius:5px;box-shadow:none;border:1px solid var(--blue-8);text-align:center;text-transform:uppercase;letter-spacing:.05rem;cursor:pointer;background-repeat:no-repeat;background:var(--blue-8);transition:background .5s ease-in-out,color .5s ease-in-out,border .5s ease-in-out,box-shadow .2s ease-in-out;vertical-align:middle;width:100%}.btn-primary:focus,.btn-primary:hover,.btn-secondary:focus,.btn-secondary:hover,.btn-tertiary:focus,.btn-tertiary:hover,.btn-alternative:focus,.btn-alternative:hover,.btn-featured:focus,.btn-featured:hover{text-decoration:none}button:hover,.btn:hover,input[type=submit]:hover,.sbbutton:hover,button.sbbutton:hover,input[type=submit].sbbutton:hover,.btn-primary:hover,button:focus,input[type=submit]:focus,.sbbutton:focus,button.sbbutton:focus,input[type=submit].sbbutton:focus,.btn:focus,.btn-primary:focus{background:var(--blue);border-color:var(--blue);color:var(--white)}.btn:focus,.btn-primary:focus,.btn-secondary:focus,.btn-tertiary:focus,.btn-alternative:focus{outline:var(--blue) dashed 1px;outline-offset:2px;text-decoration:none;box-shadow:none}button:active,input[type=submit]:active,.sbbutton:active,button.sbbutton:active,input[type=submit].sbbutton:active,.btn-primary:active,.btn:active{background:#003752;border-color:#003752;color:var(--white)}.btn-disabled,input[type=submit].btn-disabled,button:disabled,input[type=submit]:disabled,.sbbutton:disabled,button.sbbutton:disabled,input[type=submit].sbbutton:disabled,.btn-primary:disabled,.btn-secondary:disabled,.btn-tertiary:disabled,.btn-alternative:disabled,.btn-disabled:disabled,button.disabled,input[type=submit].disabled,.sbbutton.disabled,button.sbbutton.disabled,input[type=submit].sbbutton.disabled,.flat-green-button.disabled,.btn-primary.disabled,.btn-secondary.disabled,.btn-tertiary.disabled,.btn-alternative.disabled,.btn-featured.disabled .btn-info.disabled,.btn-primary.aspNetDisabled,.btn-secondary.aspNetDisabled,.btn-tertiary.aspNetDisabled,.btn-alternative.aspNetDisabled,.btn-featured.aspNetDisabled .btn-info.aspNetDisabled,.btn-disabled.aspNetDisabled{background:#eaedee;border-color:#eaedee;color:#5b626d!important;padding:12px 8px}.btn-disabled:focus,.btn-disabled:hover,input[type=submit].btn-disabled:focus,input[type=submit].btn-disabled:hover{background:#dbe0e3;border-color:#dbe0e3;color:#5b626d}.btn-secondary,input[type=submit].btn-secondary,.btn-info{color:var(--blue-8);border:solid 1px var(--blue-8);background:var(--white)}.btn-secondary:hover,.btn-secondary:focus,input[type=submit].btn-secondary:hover,input[type=submit].btn-secondary:focus,.btn-info:hover,.btn-info:focus{background:var(--blue);border-color:var(--blue);color:var(--white)}.btn-secondary:active,input[type=submit].btn-secondary:active,.btn-info:active,.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background:#003752;border-color:#003752;color:var(--white)}.btn-tertiary,input[type=submit].btn-tertiary{color:var(--white);border:none;padding:13px;background:var(--blue);background:linear-gradient(0deg,var(--blue) 0%,var(--blue-8) 100%)}button.btn-tertiary:hover,button.btn-tertiary:focus,.btn-tertiary:hover,.btn-tertiary:focus,input[type=submit].btn-tertiary:hover,input[type=submit].btn-tertiary:focus{background:#004768;background:linear-gradient(0deg,#004768 0%,var(--blue) 100%);color:var(--white)}button.btn-tertiary:active,.btn-tertiary:active,input[type=submit].btn-tertiary:active{background:#004768;background:linear-gradient(0deg,#004768 0%,#00345A 100%);color:var(--white)}.btn-alternative,input[type=submit].btn-alternative,a.btn-alternative{color:var(--blue);border:solid 1px #6ddfff;background:var(--blue-3)}button.btn-alternative:hover,button.btn-alternative:focus,.btn-alternative:hover,.btn-alternative:focus,input[type=submit].btn-alternative:hover,input[type=submit].btn-alternative:focus,a.btn-alternative:focus,a.btn-alternative:hover{background:var(--blue);border-color:var(--blue);color:var(--blue-3)}button.btn-alternative:active,.btn-alternative:active,input[type=submit].btn-alternative:active,a.btn-alternative:active{background:#003752;border-color:#003752;color:var(--blue-3)}.btn-featured,input[type=submit].btn-featured,a.btn-featured{color:var(--black);border:none;padding:14px 10px;background:var(--geld);background:linear-gradient(180deg,var(--geld) 0%,var(--geld-medium) 100%)}button.btn-featured:hover,button.btn-featured:focus,.btn-featured:hover,.btn-featured:focus,input[type=submit].btn-featured:hover,input[type=submit].btn-featured:focus,a.btn-featured:focus,a.btn-featured:hover{background:var(--geld-medium);background:linear-gradient(180deg,var(--geld-medium) 0%,var(--geld-dark) 100%);color:var(--black)}button.btn-featured:focus,.btn-featured:focus,input[type=submit].btn-featured:focus,a.btn-featured:focus{outline-color:var(--geld-dark)}button .btn-featured:active,.btn-featured:active,input[type=submit].btn-featured:active,a.btn-featured:active{background:var(--geld-dark);color:var(--black)}a#privacy-policy{color:var(--white);text-decoration:none}.main-box{padding:17px 20px 15px;background-color:var(--white);color:var(--default-text);width:600px;color:#000;max-width:calc(100% - 20px);margin-left:auto;margin-right:auto;margin-bottom:10px;text-align:center;box-shadow:none;border-radius:5px;position:relative;overflow:hidden}.main-border{display:none;width:140%;max-width:100vw;height:auto;position:absolute;left:-80%;bottom:0;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0)}@media(min-width:600px){.main-box{padding:25px 40px 35px}.main-box-wide{width:100%}}.meter{height:20px;position:relative;background:var(--white);-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;padding:.2px;-webkit-box-shadow:inset 0 -1px 6px 2px rgba(0,0,0,.08);-moz-box-shadow:inset 0 -1px 6px 2px rgba(0,0,0,.08);box-shadow:inset 0 -1px 6px 2px rgba(0,0,0,.08);box-sizing:content-box;border:solid 1px #ccc;overflow:hidden}.meter>span{display:block;height:100%;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;background-color:var(--blue-8);background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,var(--blue-8)),color-stop(1,var(--blue-5) ));background-image:-moz-linear-gradient( center bottom,var(--blue-8) 37%,var(--blue-5) 69% );-webkit-box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);-moz-box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);box-shadow:inset 0 2px 9px rgba(255,255,255,.3),inset 0 -2px 6px rgba(0,0,0,.4);position:relative;overflow:hidden;transition:width .3s ease-in}.meter>span:after,.animated-meter>span>span{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(.25,rgba(255,255,255,.2)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.2)),color-stop(.75,rgba(255,255,255,.2)),color-stop(.75,transparent),to(transparent) );background-image:-moz-linear-gradient( -45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent );z-index:1;-webkit-background-size:50px 50px;-moz-background-size:50px 50px;background-size:50px 50px;-webkit-animation:move 3s linear infinite;-moz-animation:move 3s linear infinite;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;border-top-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:20px;-webkit-border-bottom-left-radius:20px;-moz-border-radius-topleft:20px;-moz-border-radius-bottomleft:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;overflow:hidden}.animated-meter>span:after{display:none}@-webkit-keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}@-moz-keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}body.dividendstockscom,main.dividendstockscom{background:var(--black);color:var(--white)}body.plain-news-site{background:var(--black)}body.dividendstockscom a,main.dividendstockscom a{color:#4e65f7}body.dividendstockscom a:hover,body.dividendstockscom a:focus,main.dividendstockscom a:hover,main.dividendstockscom a:focus{color:#2c43cc}.plain-news-site a,.plain-news-site a:hover,.plain-news-site a:focus{color:#1f1fcf}.dividendstockscom .meter>span{background-color:#4e65f7;background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#2C43CC),color-stop(1,#4E65F7) );background-image:-moz-linear-gradient( center bottom,#2C43CC 37%,#f0c17c 69%)}.plain-news-site .meter>span{background-color:#384048;background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#212b34),color-stop(1,#828282) );background-image:-moz-linear-gradient( center bottom,#212b34 37%,#828282 69%)}.dividendstockscom .main-box{border-radius:0!important}.dividendstockscom .btn-featured,.dividendstockscom a.btn-featured{background:#2c43cc;border-color:#2c43cc;color:var(--white)!important}.dividendstockscom .btn-featured:hover,.dividendstockscom .btn-featured:focus,.dividendstockscom .btn-featured:active,.dividendstockscom a.btn-featured:hover,.dividendstockscom a.btn-featured:focus,.dividendstockscom a.btn-featured:active{background:#465df6;color:var(--white)!important;border-color:#465df6}.plain-news-site .btn-featured,.plain-news-site a.btn-featured{background:#fdd26f;border-color:#fdd26f;color:var(--black)!important}@media(min-width:600px){.dividendstockscom .main-box{border-radius:0!important}}body.insidertradescom,main.insidertradescom{background:#144425}body.insidertradescom a,main.insidertradescom a{color:#01882a}body.insidertradescom a:hover,body.insidertradescom a:focus,main.insidertradescom a:hover,main.insidertradescom a:focus{color:#36cd64}.insidertradescom .btn-featured,.insidertradescom a.btn-featured{background:#5ed783;border-color:#5ed783;color:#144425!important}.insidertradescom .btn-featured:hover,.insidertradescom .btn-featured:focus,.insidertradescom .btn-featured:active,.insidertradescom a.btn-featured:hover,.insidertradescom a.btn-featured:focus,.insidertradescom a.btn-featured:active{background:#01882a;color:var(--white)!important;border-color:#465df6}.insidertradescom .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#36cd64),color-stop(1,#36cd64) )}body.aftermarkets,main.aftermarkets{background:#111}body.aftermarkets a,main.aftermarkets a{color:#c50d10}body.aftermarkets a:hover,body.aftermarkets a:focus,main.aftermarkets a:hover,main.aftermarkets a:focus{color:#ec2024}.aftermarkets .btn-featured,.aftermarkets a.btn-featured{background:#ec2024;border-color:#ec2024;color:var(--white)!important}.aftermarkets .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#c23540),color-stop(1,#ec2024) )}.aftermarkets .main-box{border-radius:0}body.stockreportcom,main.stockreportcom{background:#1d1d1d}body.stockreportcom a,main.stockreportcom a{color:#027d49}body.stockreportcom a:hover,body.stockreportcom a:focus,main.stockreportcom a:hover,main.stockreportcom a:focus{color:#207fa2}.stockreportcom .btn-featured,.stockreportcom a.btn-featured{background:#90d0c9;background:linear-gradient(13deg,rgba(158,213,195,1) 0%,rgba(135,204,196,1) 50%,rgba(110,191,131,1) 82%,rgba(139,195,115,1) 100%);border:0;color:var(--black)!important;border-radius:0 16px 0 16px}.stockreportcom .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#4EB7DC),color-stop(1,#00A874) )}.stockreportcom .main-box{border-radius:0}body.tickerreport,main.tickerreport{background:#eff2f5}.tickerreport .main-box{border-radius:0;box-shadow:none!important;border-top:5px solid #24778d;border-bottom:5px solid #24778d}body.tickerreport a,main.tickerreport a{color:#a86528}body.tickerreport a:hover,body.tickerreport a:focus,main.tickerreport a:hover,main.tickerreport a:focus{color:#75411d}.tickerreport .btn-featured,.tickerreport a.btn-featured{background:#24778d;border-color:#24778d;color:var(--white)!important;border-radius:0}.tickerreport .btn-featured:hover,.tickerreport a.btn-featured:hover,.tickerreport .btn-featured:focus,.tickerreport a.btn-featured:focus{background:#164f5e}.tickerreport .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#a86528),color-stop(1,#75411d) )}.tickerreport a#privacy-policy{color:var(--black)}body.tickertalk,main.tickertalk{background:var(--black)}body.tickertalk a,main.tickertalk a{color:#0260e6}body.tickertalk a:hover,body.tickertalk a:focus,main.tickertalk a:hover,main.tickertalk a:focus{color:#213dac}.tickertalk .btn-featured,.tickertalk a.btn-featured{background:#0260e6;border-color:#0260e6;color:var(--white)!important;border-radius:43px}.tickertalk .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#0260e6),color-stop(1,#5195F6) )}body.earnings360,main.earnings360{background:#24252a}body.earnings360 a,main.earnings360 a{color:#bd5b00}body.earnings360 a:hover,body.earnings360 a:focus,main.earnings360 a:hover,main.earnings360 a:focus{color:#1c1b21}.earnings360 .btn-featured,.earnings360 a.btn-featured{background:#f9961e;border-color:#f9961e;color:#1c1b21!important;border-radius:43px}.earnings360 .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#f9961e),color-stop(1,#d66626) )}body.early-bird,main.early-bird{background:#00bdf2}body.early-bird a,main.early-bird a{color:#1c1650}body.early-bird a:hover,body.early-bird a:focus,main.early-bird a:hover,main.early-bird a:focus{color:#00bdf2}.early-bird .meter>span{background-color:#00bdf2;background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#6DCFF6),color-stop(1,#00BDF2) );background-image:-moz-linear-gradient( center bottom,#6DCFF6 37%,#00BDF2 69%)}.early-bird .main-box{border-radius:0;box-shadow:none!important}.early-bird .main-box{border-top:solid 6px #1c1650}.early-bird a#privacy-policy{color:var(--black)}.early-bird .btn-featured,.early-bird a.btn-featured{background:#fbe472;border-color:#fbe472;color:#1c1650!important}.early-bird a#privacy-policy{color:var(--black)}body.wealthprotectionresearch,main.wealthprotectionresearch{background:#eeeff0}.wealthprotectionresearch .main-box{border-radius:8px 8px 8px 8px;box-shadow:0 20px 60px 0 rgba(0,0,0,.05)!important}body.wealthprotectionresearch a,main.wealthprotectionresearch a{color:#9b6a22}body.wealthprotectionresearch a:hover,body.wealthprotectionresearch a:focus,main.wealthprotectionresearch a:hover,main.wealthprotectionresearch a:focus{color:#a16f23}.wealthprotectionresearch .btn-featured,.wealthprotectionresearch a.btn-featured{background:#a16f23;border-color:#a16f23;color:var(--white)!important;border-radius:30px}.wealthprotectionresearch .btn-featured:hover,.wealthprotectionresearch a.btn-featured:hover,.wealthprotectionresearch .btn-featured:focus,.wealthprotectionresearch a.btn-featured:focus{background:#9b6a22}.wealthprotectionresearch .meter>span{background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#080C14),color-stop(1,#131C2E) )}.wealthprotectionresearch a#privacy-policy{color:var(--black)}.plain-news-site{background:#a3a3a3}.plain-news-site a#privacy-policy{color:var(--black)}body.arnet,main.arnet{background:#2f283a}.arnet .meter>span{background-color:#f0c17c;background-image:-webkit-gradient( linear,left bottom,left top,color-stop(0,#f0b661),color-stop(1,#f0c17c) );background-image:-moz-linear-gradient( center bottom,#f0b661 37%,#f0c17c 69%)}.arnet .btn-featured{background:#f0c17c;border-color:#f0c17c;color:#34318e!important}body.arnet a,main.arnet a{color:#6561b6}body.arnet a:hover,body.arnet a:focus,main.arnet a:hover,main.arnet a:focus{color:#34318e}.arnet .main-box{border-radius:0;box-shadow:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}