@charset "utf-8";
/* CSS Document */

    .masthead_overlay { top: 0; height: 69px; }
    .masthead_overlay_white { top: 69px; height: 58px; background-color: rgba(255,255,255,1.0); }
    .masthead_logo_top { display: none; }
    .masthead_logo { top: 10px; left: 0; width: 206px; height: 176px; background: transparent url("/css/images/masthead_logo.svg") no-repeat center center; }
    .masthead_logo:hover { background-color: transparent; }
    .mobile_icon { 
        position: absolute; 
        top: 68px; 
        right: 0px; 
        width: 80px; 
        height: 60px; 
        background: transparent url("/css/images/icon_menu.svg") no-repeat 0 0; 
        cursor: pointer;
        }
    .sitelinks { top: 69px; top: 127px; background-color: #0b72b7; padding-top: 70px; }
    .sitelink, .sitelink a { color: rgba(22,36,69,1.0); color: #FFF; }
    .sitelink a:hover, #page_services .menu_services a, #page_portfolio .menu_portfolio a, #page_about .menu_about a, #page_contact .menu_contact a { color: rgba(22,36,69,0.5); color: #FFF; }
    .masthead_text { top: 45px; }

/* HIDE ON MOBILE @ 719px OR LESS */

@media only screen and (max-width: 719px) { 
	.m_hide { display: none !important; visibility: hidden !important; }
	}

/************************************/
/*  TABLET STYLES @ 720px - 1023px  */
/************************************/

@media only screen and (min-width: 720px) {
	.sitelinks { top: 69px; background-color: transparent; padding-top: 0; }
    .sitelink, .sitelink a { color: rgba(22,36,69,1.0); }
    .sitelink a:hover, #page_services .menu_services a, #page_portfolio .menu_portfolio a, #page_about .menu_about a, #page_contact .menu_contact a { color: rgba(22,36,69,0.5); }
    .masthead_logo { left: 10px; }
	}

/************************************/
/* HIDE ON TABLETS @ 720px - 1023px */
/************************************/

@media only screen and (min-width: 720px) AND (max-width: 959px) { 
	.t_hide { display: none !important; visibility: hidden !important; }
	}

/*****************************************/
/*  DESKTOP STYLES @ 1024px AND GREATER  */
/*****************************************/

@media only screen and (min-width: 960px) {
	
	}

/**************************************/
/* HIDE ON DESKTOPS @ 1024px - 1439px */
/**************************************/

@media only screen and (min-width: 960px) AND (max-width: 1439px) { 
	.d_hide { display: none !important; visibility: hidden !important; } 
	} /* IF LARGE */
/* @media only screen and (min-width: 960px) { .d_hide { display: none !important; visibility: hidden !important; } } */ /* IF NO LARGE */

/**********************************************/
/*  LARGE SCREEN STYLES @ 1440px AND GREATER  */
/**********************************************/

/*@media only screen and (min-width: 1120px) {*/
@media only screen and (min-width: 1440px) {
	.l_hide { display: none !important; visibility: hidden !important; } /* HIDE ON LARGE SCREENS */
	
	}