
.desktop-hidden { display: none; }

/* Device screen smaller than design */
@media screen and (max-width: 1020px) {

BODY {
    background-image: none;
    background-color: #585858;
    background-image: none;
    }

H1 BR, H2 BR, H3 BR, H4 BR, H5 BR, H6 BR { display: none; }

.base-layer-account { display: none; }
.base-layer-content {
    background: url(../images/page-order-bg-mobile.png) top center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    transform: scale(1,1);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    min-height: 60vw;
    z-index: 2;
    }

#layout {
    }

#content {
    padding: 5px 10px;
    margin: 0;
    border-radius: 0;
    }

.columns .column {
    margin: 1em 0 !important;
    width: auto !important;
    float: none !important;
    }

.features {
    padding: 1em 0 0 !important;
    overflow: hidden;
    }

.features LI {
    margin: 0 0 0 20px !important;
    }

.features .insertion {
    margin: 0 20px .5em 0 !important;
    float: right !important;
    }

.exp-futures {
    padding: 10px;
    margin: 1.5em -10px;
    }

.exp-futures .inner {
    padding: 0 10px;
    margin: 10px;
    }

.exp-futures H3 {
    margin: 10px 0 !important;
    width: auto;
    }

.explain {
    padding: 10px 10px 0;
    margin: 1em 0 !important;
    }

    .explain IMG {
        margin-top: 0;
        }

    .explain H3 {
        text-align: center;
        }

.reviewed {
    padding: 1em 10px;
    margin: 0 -10px;
    }

.purchase {
    padding: 0 0 3em;
    margin: 0 !important;
    }

.purchase .column.bt-6 {
    margin: 7em 0 5em !important;
    }

.mobile-full-width { width: 100% !important; }
.mobile-3of4-width { width: 75% !important; }
.mobile-half-width { width: 50% !important; }
.mobile-1of4-width { width: 25% !important; }

.mobile-hidden { display: none; }
.desktop-hidden { display: block; }

.desktoponlylink {
    position: relative;
}

}

@media only screen and (max-width:480px)
{
	
p {
    font-size: 16px;
}	
	
.rich-text UL LI {
 font-size:16px;
  }
  
  .certbox {
        background-size: contain;
  }
  
  	#decline-modal .pop-btn { padding:20px; line-height:150%; font-size:18px; }
	#decline-modal .modal-content h2 {
    font-size: 23px !important;
    line-height: 32px !important;
	}
	
	
}