

        /* ------------------------------------------------------------------------
        ---------- General styles to make the site responsive friendly ------------
        ------------------------------------------------------------------------ */

        @import url(/lib/g/1.0/styles/responsive_enabler.css);


        /* ------------------------------------------------------------------------
        ---------- General styles for highest responsive size and under -----------
        ------------------------------------------------------------------------ */

        @import url(/lib/g/1.0/styles/responsive_base.css) screen and (max-width: 1023px);



        /* ------------------------------------------------------------------------
        --------------------------------- Size 3 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(/lib/g/1.0/styles/responsive_size3_only.css) screen and (min-width: 768px) and (max-width: 1023px);
        @import url(/lib/g/1.0/styles/responsive_size3.css) screen and (min-width: 768px) and (max-width: 1023px);


        /* ------------------------------------------------------------------------
        --------------------------------- Size 2 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(/lib/g/1.0/styles/responsive_topnav.css) screen and (max-width: 767px);

        @import url(/lib/g/1.0/styles/responsive_size2.css) screen and (max-width: 767px);
        @import url(/lib/g/1.0/styles/responsive_size2_only.css) screen and (min-width: 460px) and (max-width: 767px);


        /* ------------------------------------------------------------------------
        --------------------------------- Size 1 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(/lib/g/1.0/styles/responsive_size1.css) screen and (max-width: 459px);



/* Website custom responsive styles */
@import url(/styles/responsive.css);

