/* ========================================================================== */
/* RESPONSIVE STYLES */
/* ========================================================================== */

/* ========================================================================== */
/* 1280px --> 1379px */

@media only screen
and (max-width: 1379px) {

/* GLOBAL: MOBILE */
    html        { font-size: 9.5px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 120px; }
    .text-64                { font-size: 60px; }
    .text-48                { font-size: 46px; }
    .text-42                { font-size: 40px; }
    .text-36, h2            { font-size: 34px; }
    .text-32                { font-size: 30px; }
    .text-28, h3            { font-size: 27px; }
    .text-24, h4            { font-size: 24px; }
    .text-20, body          { font-size: 20px; }
    .text-18                { font-size: 18px; }
    .text-16                { font-size: 16px; }
    .text-14                { font-size: 14px; }

}

/* ========================================================================== */
/* 1180px --> 1279px */

@media only screen
and (max-width: 1279px) {

/* GLOBAL: MOBILE */
    html        { font-size: 9px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 114px; }
    .text-64                { font-size: 56px; }
    .text-48                { font-size: 44px; }
    .text-42                { font-size: 38px; }
    .text-36, h2            { font-size: 33px; }
    .text-32                { font-size: 28px; }
    .text-28, h3            { font-size: 26px; }
    .text-24, h4            { font-size: 24px; }
    .text-20, body          { font-size: 20px; }
    .text-18                { font-size: 18px; }
    .text-16                { font-size: 16px; }
    .text-14                { font-size: 14px; }

/* LAYOUTS */
    .w-40-1279              { width: 40%; }
    .w-60-1279              { width: 60%; }

}

/* ========================================================================== */
/* 1080px --> 1179px */

@media only screen
and (max-width: 1179px) {

/* GLOBAL: MOBILE */
    html        { font-size: 8.5px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 116px; }
    .text-64                { font-size: 52px; }
    .text-48                { font-size: 42px; }
    .text-42                { font-size: 36px; }
    .text-36, h2            { font-size: 32px; }
    .text-32                { font-size: 27px; }
    .text-28, h3            { font-size: 25px; }
    .text-24, h4            { font-size: 23px; }
    .text-20, body          { font-size: 19px; }
    .text-18                { font-size: 17px; }
    .text-16                { font-size: 15px; }
    .text-14                { font-size: 13px; }

}

/* ========================================================================== */
/* 980px --> 1079px */

@media only screen
and (max-width: 1079px) {

/* GLOBAL: MOBILE */
    html        { font-size: 8px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 108px; }
    .text-64                { font-size: 48px; }
    .text-48                { font-size: 40px; }
    .text-42                { font-size: 35px; }
    .text-36, h2            { font-size: 31px; }
    .text-32                { font-size: 26px; }
    .text-28, h3            { font-size: 24px; }
    .text-24, h4            { font-size: 22px; }
    .text-20, body          { font-size: 19px; }
    .text-18                { font-size: 17px; }
    .text-16                { font-size: 15px; }
    .text-14                { font-size: 13px; }

/* GLOBAL: GUTTER PADDING */
    .gutter-90        { padding-left: 6rem; padding-right: 6rem; }

/* FLEX LAYOUTS */
    .flex-item.flex-50-gutter-30-1079    { width: calc(50% - 30px); }

/* HEADER */
    .courtesy-wrap-outer { margin-bottom: 15px; }
    .courtesy-block { display: block; font-size: 14px; margin: 0; text-align: center; }
    .courtesy-block-location { margin-bottom: 7px; }

}

/* ========================================================================== */
/* 880px --> 979px */

@media only screen
and (max-width: 979px) {

/* GLOBAL: MOBILE */
    html        { font-size: 7.5px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 102px; }
    .text-64                { font-size: 46px; }
    .text-48                { font-size: 38px; }
    .text-42                { font-size: 34px; }
    .text-36, h2            { font-size: 30px; }
    .text-32                { font-size: 25px; }
    .text-28, h3            { font-size: 23px; }
    .text-24, h4            { font-size: 21px; }
    .text-20, body          { font-size: 19px; }
    .text-18                { font-size: 17px; }
    .text-16                { font-size: 15px; }
    .text-14                { font-size: 13px; }

/* FLEX LAYOUTS */
    .w-100-979                { width: 100%; }
    .p0-l-979                 { padding-left: 0; }
    .p0-r-979                 { padding-right: 0; }
    .p60-t-979                { padding-top: 6rem; }
    .p90-t-979                { padding-top: 9rem; }
    .max-none-979             { max-width: none; }
    .flex-50-gutter-20-979    { width: calc(50% - 20px); }
    .text-left-979            { text-align: left; }

}

/* ========================================================================== */
/* 768px --> 879px */

@media only screen
and (max-width: 879px) {

/* GLOBAL: MOBILE */
    html        { font-size: 7px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 92px; }
    .text-64                { font-size: 44px; }
    .text-48                { font-size: 36px; }
    .text-42                { font-size: 32px; }
    .text-36, h2            { font-size: 29px; }
    .text-32                { font-size: 24px; }
    .text-28, h3            { font-size: 22px; }
    .text-24, h4            { font-size: 20px; }
    .text-20, body          { font-size: 18px; }
    .text-18                { font-size: 16px; }
    .text-16                { font-size: 14px; }
    .text-14                { font-size: 12px; }

/* HEADER NAVIGATION */
    #tabs                   { font-size: 20px; }
    .parent_li	            { padding-right: 40px; }
    .parent_li::after       { right: 13px; margin-top: -2.6rem; }

/* LAYOUTS */
    .flex-100-gutter-20-879    { width: calc(100% - 20px); }

}

/* ========================================================================== */
/* 680px --> 767px */

@media only screen
and (max-width: 767px) {

/* GLOBAL: MOBILE */
    html        { font-size: 6.5px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 84px; }
    .text-64                { font-size: 42px; }
    .text-48                { font-size: 34px; }
    .text-42                { font-size: 30px; }
    .text-36, h2            { font-size: 28px; }
    .text-32                { font-size: 24px; }
    .text-28, h3            { font-size: 21px; }
    .text-24, h4            { font-size: 19px; }
    .text-20, body          { font-size: 18px; }
    .text-18                { font-size: 16px; }
    .text-16                { font-size: 14px; }
    .text-14                { font-size: 12px; }

/* LAYOUTS */
    .flex-100-gutter-20-767    { width: calc(100% - 20px); }
    .m10-b-767                 { margin-bottom: 10px; }
    .m10--b-767                { margin-bottom: -10px; }
    .m5-b-767                  { margin-bottom: 5px; }
    .m5--b-767                 { margin-bottom: -5px; }
    .w-100-767                 { width: 100%; }

/* GRAPHICS */
    .hortizontal-dots-top-767::before {
    	background-image: url('/assets/img/dot-horizontal.svg');
    	background-repeat: repeat-x;
    	background-position: left center;
    	content: '';
    	display: block;
    	height: 4px;
    	left: 6rem;
    	opacity: 0.5;
    	position: absolute;
    	right: 6rem;
    	top: -2px;
        width: auto;
    }

/* --------------------------------------- */
/* PUSHY NAVIGATION */
/* header - switch to off-canvas pushy nav */
    .header-nav-outer, .header-nav-inner      { margin: 0; }
    #tabs                                     { display: block; text-align: center; padding-top: 30px; }

    /* reset the main navigation styling */
    .parent_li								  { display: block; margin: 0 !important; padding: 0; }
    .parent_li > a                            { font-size: 20px; padding: 30px !important; border-radius: 0; }
    .parent_li.omega > a 	 			      { width: auto; }
    .parent_li::after                         { display: none; }

    .child_ul 								  { display: block; position: relative; border: 0; }
    .child_ul a                               { background: rgba(0,0,0,0.1); font-size: 18px; padding: 10px 30px; }

    .pushy-submenu-closed ul                  { max-height: none; visibility: visible; }
    .pushy-submenu-closed .pushy-link         { opacity: 1; }

    /* PUSHY OFF-CANVAS MENU */
    /* display the mobile "menu button" and the drop-down menu toggles */
    .menu-btn                   { display: block; }
    .toggle-mobile-dropdown     { display: none; }
    /* display the home link/logo above the navigation */
    .pushy-home                 { display: block; }

    .pushy a:focus, .pushy button:focus, .menu-btn:focus { outline: none; }

    /* the main pushy container */
    .pushy {
        position: fixed;
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background: #84BFB9;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 300px;
        padding-top: 0;
    }

    .pushy.pushy-left   { left: 0; }
    .pushy.pushy-right  { right: 0; }

    /* pushy content hidden by default */
    .pushy-content { visibility: hidden; background: #84BFB9; }

    /* menu movement */
    .pushy-left                                                         { -webkit-transform: translate3d(-280px, 0, 0); -ms-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
    .pushy-open-left #container, .pushy-open-left .push                 { -webkit-transform: translate3d(280px, 0, 0); -ms-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
    .pushy-right                                                        { -webkit-transform: translate3d(280px, 0, 0); -ms-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); }
    .pushy-open-right #container, .pushy-open-right .push               { -webkit-transform: translate3d(-280px, 0, 0); -ms-transform: translate3d(-280px, 0, 0); transform: translate3d(-280px, 0, 0); }
    .pushy-open-left .pushy, .pushy-open-right .pushy                   { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    .pushy-open-left .pushy-content, .pushy-open-right .pushy-content   { visibility: visible; }

    /* menu transitions */
    #container, .pushy, .push { transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }
    .pushy-content            { transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

    /* site overlay */
    .site-overlay                   { display: none; }
    .pushy-open-left .site-overlay,
    .pushy-open-right .site-overlay {background-color: rgba(255,255,255,0.2); display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9998; -webkit-animation: fade 500ms; animation: fade 500ms; }

}

/* ========================================================================== */
/* 580px --> 679px */

@media only screen
and (max-width: 679px) {

/* GLOBAL: MOBILE */
    html        { font-size: 6px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 72px; }
    .text-64                { font-size: 40px; }
    .text-48                { font-size: 32px; }
    .text-42                { font-size: 29px; }
    .text-36, h2            { font-size: 27px; }
    .text-32                { font-size: 23px; }
    .text-28, h3            { font-size: 20px; }
    .text-24, h4            { font-size: 18px; }
    .text-20, body          { font-size: 17px; }
    .text-18                { font-size: 15px; }
    .text-16                { font-size: 13px; }
    .text-14                { font-size: 11px; }

/* LAYOUTS */
    .flex-100-gutter-20-679    { width: calc(100% - 20px); }
    .m10-b-679                 { margin-bottom: 10px; }
    .m10--b-679                { margin-bottom: -10px; }
    .m5-b-679                  { margin-bottom: 5px; }
    .m5--b-679                 { margin-bottom: -5px; }
    .max-none-679              { max-width: none; }
}

/* ========================================================================== */
/* 480px --> 579px */

@media only screen
and (max-width: 579px) {

/* GLOBAL: MOBILE */
    html        { font-size: 5.5px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 64px; }
    .text-64                { font-size: 38px; }
    .text-48                { font-size: 30px; }
    .text-42                { font-size: 28px; }
    .text-36, h2            { font-size: 26px; }
    .text-32                { font-size: 23px; }
    .text-28, h3            { font-size: 20px; }
    .text-24, h4            { font-size: 18px; }
    .text-20, body          { font-size: 17px; }
    .text-18                { font-size: 15px; }
    .text-16                { font-size: 13px; }
    .text-14                { font-size: 11px; }

/* LAYOUTS */
    .block-579              { display: block; }
    .w-50-579               { width: 50%; }
    .m0-r-579               { margin-right: 0; }


}

/* ========================================================================== */
/* 400px --> 479px */

@media only screen
and (max-width: 479px) {

/* GLOBAL: MOBILE */
    html        { font-size: 5px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 58px; }
    .text-64                { font-size: 37px; }
    .text-48                { font-size: 29px; }
    .text-42                { font-size: 27px; }
    .text-36, h2            { font-size: 25px; }
    .text-32                { font-size: 22px; }
    .text-28, h3            { font-size: 19px; }
    .text-24, h4            { font-size: 17px; }
    .text-20, body          { font-size: 16px; }
    .text-18                { font-size: 14px; }
    .text-16                { font-size: 12px; }
    .text-14                { font-size: 10px; }

/* GLOBAL: GUTTER PADDING */
    .gutter-90        { padding-left: 15px; padding-right: 15px; }

/* FLEX LAYOUTS */
    .flex-item.flex-100-gutter-30-1079    { width: calc(100% - 30px); }

/* GRAPHICS */
    .hortizontal-dots-top-767::before { left: 15px; right: 15px; }

}

/* ========================================================================== */
/* 320px --> 399px */

@media only screen
and (max-width: 399px) {

/* GLOBAL: MOBILE */
    html        { font-size: 4px; }

/* GLOBAL: TYPOGRAPHY */
    .text-128 	            { font-size: 46px; }
    .text-64                { font-size: 36px; }
    .text-48                { font-size: 28px; }
    .text-42                { font-size: 26px; }
    .text-36, h2            { font-size: 24px; }
    .text-32                { font-size: 21px; }
    .text-28, h3            { font-size: 19px; }
    .text-24, h4            { font-size: 17px; }
    .text-20, body          { font-size: 16px; }
    .text-18                { font-size: 14px; }
    .text-16                { font-size: 12px; }
    .text-14                { font-size: 10px; }

}

/* ========================================================================== */
/* PART OF THE PUSHY NAV */
/* keep outside of media queries */
@keyframes fade         { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes fade { 0% { opacity: 0; } 100% { opacity: 1; } }