/* #Page Styles
===========================================================================================   */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Lora:400,400i,700,700i');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Outfit:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

h1, h2, h3, h4, h5, .sectionHead,p, a {
    font-family: "Barlow", Arial, Helvetica, sans-serif !important;
}


#countdown   {
    width: 320px;
    display: inline-block;
}

#countdown p    {
    margin: 0px 1px;
    font-weight: 900;
    font-size: 40px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    color:#000;
    width:24%;
    border-radius: 3px;
}

#countdown p span   {

    font-weight: bold;
    font-size: 12px;
    display: block;
    padding-top: 4px;
    color:#000;
    text-transform: uppercase;
    text-shadow: none;
}

#countdown::before  {
    content:'';
}

#countdown2   {
    width: 320px;
    display: inline-block;
}

#countdown2 p    {
    margin: 0px 1px;
    font-weight: 900;
    font-size: 40px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    color:#000;
    width:24%;
    border-radius: 3px;
}

#countdown2 p span   {

    font-weight: bold;
    font-size: 12px;
    display: block;
    padding-top: 4px;
    color:#000;
    text-transform: uppercase;
    text-shadow: none;
}

#countdown2::before  {
    content:'';
}

.daylink:hover{
    font-weight: 600 !important;
    font-size: 17px !important;
}

.dayLinkActive a{
    font-weight: 600 !important;
    font-size: 17px !important;
}

.dayLinkActive::before{
    font-size: 45px !important;
}

#breadCrumb li.active:hover::before {
    font-size: 45px !important;
}

@media only screen and (max-width: 1200px){
    .daylink:hover{
        font-weight: 500 !important;
        font-size: 16px !important;
    }

    .dayLinkActive a{
        font-weight: 500 !important;
        font-size: 16px !important;
    }

    .dayLinkActive::before{
        font-size: 45px !important;
    }

    #breadCrumb li.active:hover::before {
        font-size: 45px !important;
    }
}




.hidden{
    display:none;
}



header{
    float: left;
    width: 100%;
    background: #24292c;
    margin:0px 0 70px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#breadCrumb {
    float: left;
    width:100%;
    padding: 0;
    margin: 0;
}

#breadCrumb li  {
    display: inline-block;
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    position: relative;
    z-index: 1;
    text-align: left;
    /*background: url(../../_img/Padlock2.png) no-repeat 40px center / 90px;*/
    height: 67px;
}

#breadCrumb li:first-child::before {
    position: absolute;
    left: 0;
    content: '1';
    color: #fff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 900;
}

#breadCrumb li span:first-child::before {
    /*content: '\f058';*/
    color: #f1e60e;
    font-size: 35px;
    line-height: 66px;
    font-family: "Font Awesome 5 Free"; font-weight: 400;
}

#breadCrumb li:nth-child(2)::before {
    position: absolute;
    left: 0;
    content: '2';
    color: #fff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 900;
    /*font-family: "Font Awesome 5 Free"; font-weight: 400;*/
}

#breadCrumb li:nth-child(3)::before {
    position: absolute;
    left: 0;
    content: '3';
    color: #fff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 900;
    /*font-family: "Font Awesome 5 Free"; font-weight: 400;*/
}

#breadCrumb li:nth-child(4)::before {
    position: absolute;
    left: 0;
    content: '4';
    color: #fff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 900;
    /*font-family: "Font Awesome 5 Free"; font-weight: 400;*/
}

#breadCrumb li:nth-child(5)::before {
    position: absolute;
    left: 0;
    content: '5';
    color: #fff;
    font-size: 42px;
    line-height: 64px;
    font-weight: 900;
    /*font-family: "Font Awesome 5 Free"; font-weight: 400;*/
}

#breadCrumb li::after{
    /*background:url('../../_img/ARROW-orange.png') no-repeat 16px center / 25px;*/
    position: absolute;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
    right: -5px;
    top: 15%;
    height: 70px;
    width: 40px;
    font-size: 38px;
    color: #e30613;
}

#breadCrumb li:last-child {
    margin-right: 0px;
}

#breadCrumb li:last-child::after{
    background: none;
    content: '' !important;
}

/*#breadCrumb li.active   {
    background: url('../../_img/Padlock-active.png') no-repeat 40px center / 40px;
}*/

#breadCrumb li.active a {
    cursor: pointer; 
    
}

#breadCrumb li a    {
    color:#fff;
    font-weight: 300;
    font-size: 16px;
    margin: 13px 0;
    padding: 0 35px 0 35px;
    text-transform: uppercase;
    cursor: not-allowed;
    position: relative;
    display: block;
    max-width: 120px;
    height:100%;
    text-decoration: none;
}

#breadCrumb li:last-child a{
    /*padding-top:10px !important;*/
}

#breadCrumb .lhFix a    {
    line-height: 18px;   
    top:15px;
}

#breadCrumb li span:first-child   {
    position: absolute;
    /*bottom:-20px;*/
    left:35px;
    /*color:#FFAE00;*/
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#breadCrumb li span:last-child  {
    position: absolute;
    bottom: 16px;
    right: -37px;
    color: #f1e60e;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 250px;
}

#breadCrumb li figure   {
    position: absolute;
    bottom:-40px;
    right:-10px;
    background:red;
    font-size: 14px;
    color:#fff;
    max-height: 0px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
}
#breadCrumb li:hover > figure   {
    max-height: 100px;
    padding: 10px;
}

#breadCrumb li.active:hover > figure    {
    max-height: 0px !important;
    padding: 0 !important;
}

section#trading_triggers{
    float: left;
    width: 100%;
    background: white;
    /*margin:0px 0 20px 0;*/

}

section#trading_triggers img.headshot{
    margin-top: -50px;
    margin-bottom: -7px;
    max-width: 160px;
    position: absolute;
}

section#trading_triggers img.TT_logo{
    margin-top: 20px;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    text-align: left;	
    position: relative;
}

.stickySidebar  {
    float: left;
    /*width:30%;*/
    position: relative;
}

.stickySidebar section  {
    float: left;
    padding: 10px;
    background:white;
    margin-bottom: 20px;
}

.stickySidebar section .red_blueBox  {
    float: left;
    padding: 10px;
    background:#24292c;
    border: solid 2px #ff4949;
    border-radius: 10px;
}

.stickySidebar .stickyWrapper   {
    /*position: fixed;*/
    width:294px;
    transition:0.3s all;
    -webkit-transition:0.3s all;
}

.stickySidebar .stickyWrapper.moveUp    {
    margin-top:-260px;   
}

.stickySidebar section h3   {
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    margin:0 0 14px 0;
}

.stickySidebar section p    {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.1em;
}

.stickySidebar .disclaimer  {
    font-size: 12px;
    line-height: 1.1em;
    font-weight: 300;
    margin:6px 10px 0 10px;
    float: left;
    text-align: center;
    color: white;
    letter-spacing: 0px !important;
}

.stickySidebar .disclaimer a{
    color: white;
    text-decoration: underline;
}


.stickySidebar .form input  {
    float: left;
    width:100%;
    border: none;
    line-height: 40px;
    height:40px;
    background:#fff;
    border-radius: 10px;
    text-indent: 10px;
    font-size: 16px;
    color:#000;
}

.stickySidebar .form button, .stickySidebar a.btn {
    height:40px;
    line-height: 40px;
    border-radius: 10px;
    display: inline-block;
    margin: 10px auto;
    padding: 0 10px;
    background:#e30613;
    color:white;
    border: none;
    box-shadow: none;
    font-size: 20px;
    cursor: pointer;
    transition:0.3s all;
    -webkit-transition:0.3s all;
}
.stickySidebar .form button:hover,
.stickySidebar a.btn:hover   {
    background: #b73439; 
}

.stickySidebar .author{
    float: left;
    width: 100%;
    background: #24292c;
    color: white;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.5);
    border: 1px solid #ddd;
}

.stickySidebar .author p {
    font-size: 18px;
}

.stickySidebar .author > div{
    padding: 20px;
}

.contentWrapper {
    float: right;
    width:68%;
    margin-bottom:15px;
}

section.fullwidth{
    width: 80%;
    margin: 0 10%;
}

.contentWrapper section.hidden {
    display:none;
}

.contentWrapper .logo    {
    float: left;
    width:100%;
    text-align: center;
}

.contentWrapper .logo img   {
    max-width: 100%;
    margin:-30px 0 10px 0;
}

.contentWrapper section {
    float: left;
    clear: both;
    background: #fff;
    padding: 0;
    width:100%;
}

.contentWrapper section h1 {
    text-align: center;
    font-family: "Barlow", Arial, Helvetica, sans-serif !important;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.2em;
}

.contentWrapper section .page h1 {
    font-size: 36px;
    line-height: 46px;
}

.contentWrapper section h2 {
    text-align: center;
    font-family: "Barlow", Arial, Helvetica, sans-serif !important;
}

.contentWrapper section h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
}

.contentWrapper section h4 {
    text-align: center;
    font-family: "Barlow", Arial, Helvetica, sans-serif !important;
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.contentWrapper section h5 {
    text-align: center;
    font-family: "Barlow", Arial, Helvetica, sans-serif !important;
    color: #e30613;
}

.contentWrapper section ul.tick_list {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-top: 20px;
    list-style: none;
    padding-bottom: 0;

}

.contentWrapper section ul.tick2 {
    list-style: none;
    padding: 0px 0 0 5px;


}

.contentWrapper section article ul.tick_list li{
    padding-left: 40px;
    background: url('../../_img/1488301912_tick_red.png') no-repeat left 4px / 30px;
}

.contentWrapper section article ul.tick2 li{
    padding-left: 30px;
    background: url('../../_img/1488301912_tick_red.png') no-repeat left 2px / 20px;
}

.contentWrapper section article {
    display: block;
    padding: 30px 5%;
    float: left;
    width: 90%;
}

.contentWrapper section article a   {
    color:blue;
    text-decoration: underline;
}

.contentWrapper section h2  {
    line-height: normal;   
    font-size: 28px;
    margin:30px 0;
    display: block;
}

.contentWrapper section h2 span{
    color: #b73439;
}

.contentWrapper section ol,
.contentWrapper section ul  {
    margin:0 0 0 0;
    padding: 5px 0 25px 25px;
}

.contentWrapper section ol li,
.contentWrapper section ul li  {
    margin:15px 0;
}

.contentWrapper section ul.tick2 li:first-child  {
    margin:0px 0 15px;
}

.contentWrapper section .greyBox    {
    padding: 30px;
    margin: 0 0 20px 0;
    background-color: rgba(183,52,57,0.1);
    float: left;
}

.contentWrapper section .greyBox ol{
    padding-bottom: 0;
}

.contentWrapper section .box_quote{
    max-width: 180px;
    float: right;
    background-color: #24292c;
    border: solid 2px  #e30613;
    color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
}

.contentWrapper section article img {
    max-width: 750px;  
    width:100%;
}

.contentWrapper section article .report{
    max-width: 180px !important;
    float: right;
}

.contentWrapper section form    {
    float: left;
    width:90.1%;
    margin:10px 0 15px 0;
    background: #24292c;
    padding: 3% 5%;
}

.contentWrapper section form input  {
    float: left;
    width:75%;
    border: none;
    box-shadow: inset 0 0 0 2px #ccc;
    line-height: 40px;
    height:40px;
    background:#fff;
    font-size: 16px;
    border-radius: 10px;
    text-indent: 10px;
    transition:0.3s all;
    -webkit-transition:0.3s all;
}

.contentWrapper section form input:hover,
.contentWrapper section form input:focus    {
    box-shadow: inset 0 0 0 2px #000;
    border: none;
    background:#eee;
    border-radius: 10px;
    outline: none; 
    -webkit-appearance: none;
    border: none;
}

.contentWrapper section form button {
    float: right;
    border: none;
    line-height: 40px;
    height:40px;
    background:#e30613;
    color: white;
    font-size: 18px;
    width:24%;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition:0.3s all;
    -webkit-transition:0.3s all;
}

.contentWrapper section form button:hover   {
    background: #e30613 ;
}

.contentWrapper .noSpamPledge   {
    font-size:12px;  
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff; 
}

.contentWrapper section div.SignUp_Box{
    float: left;
    border: 2px dashed #e30613;
    border-radius: 10px;
    width: 96%;
    padding: 0 2%;
    margin-bottom: 20px;
    background: #24292c;
}

.contentWrapper .disclaimer {
    padding: 20px 5%;
    font-size: 14px;
    float: left;
    border-top: 2px solid #eee;
}

.contentWrapper .disclaimer ul  {
    display: block;
    margin:0;
    padding:0;
}
.contentWrapper .disclaimer ul li   {
    display: inline-block;
    list-style: none;
}
.contentWrapper .disclaimer ul li a {
    margin-right:10px;
    display: block;
    color:#000;
    text-decoration: underline;
}

.contentWrapper .authorImg  {
    float: right;
    margin:0 0 15px 15px;
    max-width: 140px;
}

#backtoTop  {
    position: fixed;
    bottom:0;
    right:20px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px 3px 0 0;
    color:#fff;
    font-size: 20px;
    padding: 6px 10px;
    text-align: center;
    cursor: pointer;
    transition:0.3s all;
    -webkit-transition:0.3s all;
}

#backtoTop:hover    {
    background:rgba(0,0,0,1);   
    padding-bottom: 20px;
}

.youTube    {
    float: left;
    height:400px;
    width:756px;
    max-width:100%;
}

.contentWrapper section article .nick_sig{
    max-width: 200px;
    display: block;
    margin: 0 0 15px -10px;
}

.footNav    {
    float: left;
    margin:20px 0;
    padding:0;
    width:100%;
    text-align: center;
}

.disclaimer{
    font-size: 14px;
}

.footNav li {
    display: inline-block;
    list-style: none;
}

.footNav li:first-child a, .footNav li:nth-child(2) a, .footNav li:nth-child(3) a {
    border-right:1px solid #ccc;   
}

.footNav li a {
    color:#fff;   
    font-size: 14px;
    padding:0 10px;
}

.contentWrapper section article a.videoBtn {
    background: #f1892d;
    padding: 10px 0px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    margin: 30px 1%;
    width: 48%;
    color: #fff;
}

.contentWrapper section article a.videoBtn:hover    {
    background: #e67e22;
}

.contentWrapper section article #orderLink {
    display: none;
    background: #f1892d;
    padding: 10px 0px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: relative;
    max-width: 350px;
    width: 100%;
    margin-bottom: 50px;
}

.contentWrapper section article a#orderLink:after {
    content: "(You can review your order before it’s final)";
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.contentWrapper section article a#transcript {
    float: right;
}

.wistia_responsive_padding {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

.indent {
    margin-left: 40px;
}

.contentWrapper section article img.responsiveImg {
    display: block;
    margin: 0px auto 20px auto;
    width: 100%;
    max-width: 600px;
}

.contentWrapper section article img.reportImg {
    display: block;
    float: right;
    margin: 0px 0px 10px 10px;
    width: 200px;
}

.box {
    background: #efefef;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0px 0px 10px 10px;
    width: 300px;
    float: right;
    border-radius: 5px;
}

.box p {
    font-size: 16px;
    margin-bottom: 10px;
}

.box span {
    color: red;
}

.pp {
    background: #efefef;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 0px 0px 10px 10px;
    width: 200px;
    float: right;
    border-radius: 5px;
    font-size: 14px;
}

.orangeBtn {
    display: inline-block;
    float: center;
    width: 91%;
    max-width: 300px;
    border: none;
    line-height: 40px !important;
    height: 50px;
    text-align: center;
    background: #f1892d;
    border-radius: 3px;
    color: #fff !important;
    padding: 10px 20px 5px 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
    font-size: 30px;
    line-height: 40px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-decoration: none !important;

}

.orangeBtn:hover {
    background: #d87b29;
}

.btnDisclaimer {
    font-size: 12px;
}

#loader {
    position: fixed;
    background: #ffffff;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    z-index: 9999;
    text-align: center;
}

#loader p   {
    position: absolute;
    top:50%;
    left: 50%;
    font-size: 22px;
    color:#111;
    margin:0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

#loader p span  {
    font-size: 18px;
    display: block;
    margin:20px 0 0 0;
}

.nick-box {
    width: 150px;
    float: right;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 0px 0px 10px 10px;
}

.nick-box img {
    width: 150px;
    margin-bottom: 5px;
    background: #fff;
}

.nick-box p {
    font-size: 14px !important;
    margin-bottom: 0px;
    color: black;
}

.eoin-image {
    width: 200px !important; 
    float: right; 
    display: block; 
    margin: 0px 0px 10px 10px;
}

.mobileOnly {
    display: none;
}

.content .column {
    width: 30%;
    padding: 0% 1.5%;
    float: left;
    margin-top: 20px;
    color: #666;
}

#loader {
    position: fixed;
    background: #ffffff;
    top:0;
    left:0;
    width:100%;
    height: 100vh;
    z-index: 9999;
    text-align: center;
}

#loader p   {
    position: absolute;
    top:50%;
    left: 50%;
    font-size: 22px;
    color:#111;
    margin:0;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

#loader p span  {
    font-size: 18px;
    display: block;
    margin:20px 0 0 0;
}
	

/* #Firefox Styles
===========================================================================================   */

	@-moz-document url-prefix() {
	
	}	
		
	
/* #IE Styles
===========================================================================================   */

	.ie8,
	.ie7 {
	}





	

/* #Media Queries
===========================================================================================   */

/* More than 1200
===========================================================================================   */
@media only screen and (min-width: 1200px)  {


    .stickySidebar .form    {
        float: left;
        width:100%;
        margin:0;
        position: relative;
        text-align: center;
    }
	
    .container  {
        width: 100%;
        max-width:1200px;
    }
    
    #breadCrumb li {
        /*margin-right:20px;*/
    }

    #breadCrumb li::after{
        background-position: -1px center;
    }
    
    .stickySidebar section h3   {
        font-size: 34px;
    }
    
    .stickySidebar .stickyWrapper   {
        width:360px;   
    }
    
    .flip-clock-wrapper ul {
        width: 31px !important;
        margin:0 1px;
    }
    
    .contentWrapper section article img {
        max-width: 100%;   
    }

    
    
    
}

/* up to 960 to 1200
===========================================================================================   */
@media only screen and (max-width: 1200px) {

    .stickySidebar .form    {
        float: left;
        width:100%;
        margin:0;
        position: relative;
        text-align: center;
    }

    #breadCrumb li a {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        margin: 16px 0;
        padding: 0 20px 0 35px;
        text-transform: uppercase;
        cursor: not-allowed;
        position: relative;
        display: block;
        max-width: 110px;
    }

    #breadCrumb li span {
        position: absolute;
        /* bottom: -20px; */
        left: 67px;
        /* color: #FFAE00; */
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /*#breadCrumb li a.day1 {
        margin-top: 17px;
    }*/
    #breadCrumb li a.day3 {
        /*margin-top: 8px;*/
    }

    #breadCrumb li::after {
        /* background: url(../../_img/ARROW-orange.png) no-repeat 16px center / 25px; */
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        right: -15px;
        top: 15%;
        height: 70px;
        width: 40px;
        font-size: 38px;
        color: #e30613;
    }

    section#trading_triggers img.TT_logo{
        width:68%;
    }

    .timer{
        left: 26% !important;
    }
}



/* Tablet Portrait size to standard 960 (devices and browsers)
===========================================================================================   */
@media only screen and (min-width: 768px) and (max-width: 959px)  {
	
    .container  {width:768px;}
    
}


/* All less than 959
===========================================================================================   */
@media only screen and (max-width: 991px)  {

    .contentWrapper section h4{
        font-size: 18px;
    }

    #breadCrumb li a {
        max-width: 107px;
    }

    #countdown2{
        display: block;
        margin: 10px auto;
    }

    #breadCrumb li span{
        top: 35px; left: 35px;
    }

    .stickySidebar .form    {
        float: left;
        width: 90%;
        margin:0;
        position: relative;
        text-align: center;
    }
}

/* All less than 959
===========================================================================================   */
@media only screen and (max-width: 959px)  {
    
    .container  {
        width:90%;
        margin:0 5%;
    }
    
    .stickySidebar  {
        width:100%;
        margin:0px;
    }
    
    .stickySidebar .stickyWrapper.moveUp    {
        margin-top:0;   
    }
    
    .stickySidebar .stickyWrapper   {
        width:100%;
        position: static;
        float: left;
    }
    
    .stickySidebar .stickyWrapper section   {
        width:95%;
        padding: 20px 2.5%;
    }

    .stickySidebar section .red_blueBox{
        width: 90%;
        padding: 10px 5%;
    }
    
    .stickySidebar .disclaimer  {
        text-align: center;
    }
    
    .contentWrapper {
        width:100%;   
    }
    
    .flip-clock-wrapper ul  {
        width:11.3% !important;   
        height:70px !important;
    }
    
    .flip-clock-wrapper ul li   {
        line-height: 70px !important;
    }
    
    .flip-clock-divider {
        height:80px !important;   
    }
    
    .contentWrapper section article img {
        max-width: 100%;   
    }
    
    #menu {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 26px;
        cursor: pointer;
        z-index: 12;
        background: #000;
        border: 1px solid #fff;
        padding: 1px 5px;
        border-radius: 2px;
    }

    #menu span {
        width: 30px;
        height: 4px;
        background: #fff;
        border-radius: 1000px;
        position: absolute;
        left: 5px;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }

    #menu span.a {
        top: 5px;
    }

    #menu span.b {
        top: 12px;
    }

    #menu span.c {
        top: 19px;
    }

    #menu.active {
        padding: 2.5px 5px;
    }

    #menu.active span.a {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 13px;
    }

    #menu.active span.b {
        opacity: 0;
    }

    #menu.active span.c {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        top: 13px;
    }
    
/*    #menu.whiteMenu {
        background-image:url('../../_img/menuIcon-white.png') !important;
    }*/
    
    #breadCrumb {
        position: fixed;
        z-index: 10;
        background: rgba(0,0,0,0.95);
        top:0;
        left:-120%;
        width:80%;
        min-height: 100vh;
        transition:0.3s all;
        -webkit-transition:0.3s all;
        padding: 0 10%;
    }
    
    #breadCrumb.slideOut    {
        left:0px !important;  
    }
    
    #breadCrumb li {
        display: block;
        float: left;
        width: 80%;
        padding: 0 10%;
        white-space: normal;
        text-align: left;
        margin: 0;
        /*background: url(../../_img/Padlock2.png) no-repeat right center / 72px;*/
        border-bottom: 1px solid #ccc;
    }

    #breadCrumb li::after{
        display: none;
    }
    
    #breadCrumb li:first-child  {
        margin-top:90px;   
    }
    
    #breadCrumb li::before  {
        font-size: 40px !important;  
        line-height: 56px !important;
    }
    
    #breadCrumb li figure   {display: none;}
    
    #breadCrumb li a,
    #breadCrumb li:last-child a {
        padding: 0px;
        width: 100%;
        max-width: 300px;
    }

    #breadCrumb li a.day1,
    #breadCrumb li a.day2,
    #breadCrumb li a.day3 {
        margin-top: 26px;
    }
    
    #breadCrumb li a br {
        content: '';
        padding: 0 2px;
    }

    section#trading_triggers{
        margin-top: 60px;
    }

    section#trading_triggers img.headshot{
        display: none;
    }

    section#trading_triggers img.TT_logo{
        width: 100%;
        max-width: 500px;
    }

    header{
        margin: 0;
    }

    #breadCrumb li span:not(:last-child){
        display: none;
    }

    .footNav {
        width: 100%;
    }

    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    .box, .pp {
        float: none;
        max-width: 500px;
        width: 91%;
        margin: 0px auto 20px auto;
    }

    #trading_triggers h1.mobileOnly {
        text-align: center;
        font-family: "Barlow", Arial, Helvetica, sans-serif !important;
        font-size: 30px;
        line-height: 36px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .contentWrapper .disclaimer {
        border-top: 0px;
        padding-bottom: 0px;
    }

    .disclaimer p,
    .disclaimer a {
        color: #fff;
    }
    
}






/* Mobile / Tablet less than 767
===========================================================================================   */
@media only screen and  (max-width: 767px)  {

    .stickySidebar .form    {
        float: left;
        margin:0;
        position: relative;
        text-align: center;
        width: 90%
    }
    
    .container  {
        position: static;
    }

    .contentWrapper section h1 {
        font-size: 36px !important;
        line-height: 45px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
	
    .contentWrapper .logo img   {
        max-width: 300px;  
        margin:15px 0 10px 0;
    }
    
    .flip-clock-wrapper ul  {
        width:11% !important;   
    }
    
    .stickySidebar .form input,
    .stickySidebar .form button {
        -webkit-appearance: none;
        appearance: none;
        padding: 0 !important;
        width: 90%
        height:48px;
    }
    
    .stickySidebar .stickyWrapper.moveUp    {
        margin-top:0;   
    }
    
    .youTube    {
        height:260px;
    }
    
    .contentWrapper section form input  {
        box-shadow: none;
        border: 1px solid #555;
        -webkit-appearance: none;
        width:100%;
        padding:0 !important;
    }
    
    .contentWrapper section form button {
        width:100%;  
        margin-top:6px;
    }

    header{
        margin: 0;
    }

    .contentWrapper section article .report{
        float: none;
        display: block;
        margin: 0 auto;
    }

    .contentWrapper section .box_quote{
        width: 96%;
        max-width: 96% !important;
        display: block;
        float: none;
        padding: 2%
    }

    .indent {
        margin-left: 20px;
    }

    .contentWrapper section ul.tick_list {
        font-size: 21px;
        padding-left: 0px;
    }

    .contentWrapper section article ul.tick_list li {
        padding-left: 30px;
        background: url(../../_img/1488301912_tick_red.png) no-repeat left 4px / 22px;
    }
	
}


/* more than 420
===========================================================================================   */
@media only screen and  (min-width: 420px) {
    .profile_pic {
        float: right;
        width: 180px;
        margin: 0px 0px 20px 20px;
    }
}

@media only screen and  (max-width: 420px) {
    .profile_pic {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .profile_pic div{
        text-align: center;
    }

    .profile_pic div img{
        width: 60%;
    }
}






/* Mobile / Tablet less than 480
===========================================================================================   */
@media only screen and  (max-width: 520px)  {


    .stickySidebar .form    {
        float: left;
        margin:0;
        position: relative;
        text-align: center;
        width: 90%
    }
	
        #breadCrumb li a,
        #breadCrumb li:last-child a {
            padding: 0 0 0 15px;
            width: 163px;
        }

        #breadCrumb li a.day1,
        #breadCrumb li a.day2 {
            margin-top: 17px;
        }

        #breadCrumb li a.day3 {
            margin-top: 10px;
        }

        #countdown2{
            display: block;
            margin: 10px auto;
        }
	
}


/* Mobile / Tablet less than 350
===========================================================================================   */
@media only screen and  (max-width: 350px)  {
	
	
	
}
