/*
 Resources and tools styles
 */

 /* =============================================================================
   Layout
   ========================================================================== */

.blank-slate-content {
   position: relative;
   margin: 0 0 100px 0;
}

 /* =============================================================================
   Typography
   ========================================================================== */


/* =============================================================================
   Images
   ========================================================================== */

   

/* =============================================================================
   < 1280
   ========================================================================== */
@media only screen
and (max-width : 1280px) {


}/* end media query */


/* =============================================================================
   < 1024
   ========================================================================== */
@media only screen
and (max-width : 1050px) {


}/* end media query */


/* =============================================================================
   < 768
   ========================================================================== */
@media only screen
and (max-width : 768px) {



}/* end media query */


/* =============================================================================
   < 640
   ========================================================================== */
@media only screen
and (max-width : 640px) {



}/* end media query */


/* =============================================================================
   < 520
   ========================================================================== */
@media only screen
and (max-width : 520px) {



}/* end media query */