                        @media only screen and (max-width: 735px) {
                            .hide-for-small {
                                display: none
                            }
}

                        @media only screen and (max-width: 1068px) {
                            .hide-for-medium {
                                display: none
                            }
}

                        .hide-for-large {
                            display: none
                        }

                        @media only screen and (max-width: 735px) {
                            .show-for-small {
                                display: block
                            }
}

                        .show-only-for-small {
                            display: none
                        }

                        @media only screen and (max-width: 735px) {
                            .show-only-for-small {
                                display: block
                            }
}

                        @media only screen and (max-width: 1068px) {
                            .show-for-medium {
                                display: block
                            }
}

                        .show-only-for-medium {
                            display: none
                        }

                        @media only screen and (max-width: 1068px) {
                            .show-only-for-medium {
                                display: block
                            }
}

                        @media only screen and (max-width: 735px) {
                            .show-only-for-medium {
                                display: none
                            }
}

                        .show-for-large {
                            display: block
                        }

                        .show-only-for-large {
                            display: block
                        }

                        @media only screen and (max-width: 1068px) {
                            .show-only-for-large {
                                display: none
                            }
}

/* CAFR FIXES! */
#recovery .content .hero h1 {margin-bottom: 15px;}
#overview .yosemite .column-icon{margin-left: 55px;}

/* Whats New */
#whats-new #all-features .pullout.inset { *padding-left:100px; *padding-right:100px;}
#whats-new #safari .gallery-safari-3 img.adjust-reflection { margin-top: 15px; }

/*CAFR Fix for longer menu copy*/
@media only screen and (max-width: 1024px) {
.localnav-links>li{ margin-left: 15px; }
}