/**********************************************/
/*                                            */
/*  LARGE SCREEN STYLES @ 1120px AND GREATER  */
/*                                            */
/**********************************************/


/*@media only screen and (min-width: 1120px) {*/
@media only screen and (min-width: 1440px) {

.masthead, .banner, .banner_content, .content, .section, .footer, .footer_extra { width: 1440px; }

/* BANNER */

.bantext { width: 50%; }

/* NEW MENU with DROPDOWNS */

/*.sitelinks { width: auto; }*/
.sitelinks li a {  
	padding-left: 16px;
	padding-right: 16px;
	}
/*.menu_right { position: relative; right: auto; top: auto; }
.sitelinks .menu_left li { margin-right: 65px; }
.sitelinks .menu_right li { margin-left: 65px; }*/

/* FEATURED MULTI-BOX - PROBABLY 3-UP */

.feat .text {
	font-size: 48px;
	line-height: 48px;
	bottom: 40px;
	}

/* CONTENT */

.col_full { width: 1100px; }
.col_full.nomargin { width: 1120px; }
.col_half { width: 540px; }
.col_half.nomargin { width: 560px; }
.col_third { width: 360px; } /* IMPORTANT!!! This size is not divisible by 3! Can use as main/sidebar, but NOT 3-UP */
.col_third.nomargin { width: 380px; } /* IMPORTANT!!! This size is not divisible by 3! Can use as main/sidebar, but NOT 3-UP */
.col_twothirds { width: 720px; }
.col_twothirds.nomargin { width: 740px; }
.col_quarter { width: 260px; }
.col_quarter.nomargin { width: 280px; }
.col_threequarters { width: 820px; }
.col_threequarters.nomargin { width: 840px; }

/* OVERVIEW MULTI-PIC GALLERY */

.gallery {  }
.gallery_main { width: 100%; height: calc(680px * .6667); }
.gallery_thumb { width: 25%; height: calc((680px / 4) * .6667); }
    
/* CALENDAR */
    
.google_calendar { width: 1360px; height: 1020px; }

/* FOOTER */

/*.l_only { display: inline; }*/
.l_hide { display: none !important; visibility: hidden !important; }

}
