@import url("../../parts/styles_lt4/global.css");

html { height: 100%; }

body
{
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
}

a[name=top]
{
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#allContainer {  }

/* custom image scaling for portrait mode; landscape mode at bottom */
.image, .image a, .image img, div.small.imageBoxCaption { width: 100% !important; }

/* top bar */
.spacer { color: transparent; visibility: hidden; }
.noscroll { overflow: hidden; }
.topbar
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	scroll-behavior: auto;
	background-color: rgba(0,0,0,0.5);
}
.topbar.scroll { overflow-y: scroll; }

.topbar ul { margin: 0; padding: 0; }
.topbar nav.top.block.table > ul
{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
.topbar nav.top.block.table > ul > li
{
	display: table-cell;
	width: 50%;
	text-align: center;
}
.topbar nav.top.block.table > ul > li:first-child { border-right: 1px solid white; }
.topbar nav.top.block.table > ul > li > a
{ 
	font-family: Verdana, sans, arial, helvetica, sans-serif;
	font-size: 20pt;
	line-height: 32px;
	color: white;
	text-decoration: none;
	padding: 4px 0;
}

.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop {	display: none; }
.searchtab { line-height: 225%; }

/* mobile nav */
.navDrop nav.block.mobilemenu * { margin: 0; padding: 0; }
.navDrop nav.block.mobilemenu > ul
{
	display: block;
	border: 2px solid white;
	border-radius: 5px;
	background: #333;
	background: rgba(0,0,0,0.7);
	padding: 5px;
}
.navDrop nav.block.mobilemenu > ul > li { margin: 0; } 
.navDrop nav.block.mobilemenu > ul li { clear: both; }
.navDrop nav.block.mobilemenu > ul > li > a { border-top: 2px solid white; }
.navDrop nav.block.mobilemenu > ul > li:first-child > a { border: none; }
.navDrop nav.block.mobilemenu a
{
	font-family: Verdana, sans, arial, helvetica, sans-serif;
	color: white;
	display: block;
	font-size: 16pt;
	line-height: 27px;
	padding: 5px;
	padding: 7px 20% 7px 5px; 
}
.navDrop nav.block.mobilemenu li span.plus
{
	padding: 6px 0 4px 0;
	color: white;
	float: right;
	display: inline-block;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 20pt;
}
.navDrop nav.block.mobilemenu ul ul
{
	display: none;
	position: relative;
	width: calc(100% - 10px);
	box-shadow: none;
	padding-left: 8px;
}

.navDrop nav a:hover,
.navDrop nav a:focus, 
.navDrop nav li.current > a, 
.navDrop nav li.actual > a
{ background: transparent; text-decoration: underline; }



/* banner */
header.page
{
	position: relative;
	z-index: 2;
	border-bottom: 2px solid #999;
}
header.page h1
{
	padding: 10px;
	margin: 0;
	text-align: center;
	color: white;
	background: #fff;
}
header.page h1 a
{
	text-decoration: none;
	font-size: 22pt;
	font-weight: normal;
	color: #333;
	font-family: Oswald, Arial, Sans-Serif;
}

header.page h1 img
{
	max-width: 90%;
	display: inline-block;
	border: none;
}

#mobileContent
{
	padding: 10px 15px 35px 15px;
	background: #ffffff;
}

/* global stuff */
a {	color: #333; }
a:hover { color: #002; }

.readmore a { color: #333; }
.readmore a:hover { color: #000; }

/* SEARCH BAR */
.search.bar
{
	font-size: 120%;
	width: calc(100% - 10px);
	padding: 5px;
}
.search.bar .fieldAndButton 
{ 
	width: 100%; 
	border-radius: 8px;
	border: 1px solid #bbb;
	box-shadow: inset 3px 3px 11px rgba(0, 0, 0, 0.1);
	padding: 5px;
    box-sizing: border-box;
}
.search.bar .fieldAndButton .searchField
{
	font-size: 120%;
	color: #666;
	padding: 4px;
	width: 80%; /* fallback */
  	width: calc(100% - 50px);
}
.search.bar .fieldAndButton .searchMag {
    float: right;
    height: 35px;
    line-height: 35px;
}

/*=== SEARCH RESULTS ===*/
h2.search {	padding: 1ex; font-size: 130%; }

/*=== HEADLINES ===*/
h1, h2
{
	font-family: Oswald, Arial, Sans-Serif;
	font-weight: normal;
	color: #333;
	margin: 10px 0; 
}


h4, h5 { font-size: 100%; }
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3, .summaryDisplay h3 { font-size: 110%; }
h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}

.sectionIntro h2, .promotion h3 { padding: 5px 0 2px 0; }

.box > header > h2, .box > header > h3 { border-bottom: 2pt solid rgba(0,0,0,0.3); }

.box { padding-bottom: 20px; }

/*=== MAIN COLUMN ===*/
.mobileContent img { max-width: 100%; }
.summaryDisplay .image { max-width: 42%; }
.box .body {  }

/* make room for fingers in attachments and quicklist */
.attachments .attachment { padding: 7px 0; }
.infoblock li {	padding: 5px 0; }
h2 + time {	margin-top: -8px; }
time {opacity: 0.5; }

/*=== FOOTER ===*/
footer
{
	background: #ddd;
	color: #333;
	padding: 15px 15px 40px 15px;
	clear: both;
	text-align: center;
}
footer h2, footer h3
{
	color: #333;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 15px;
}
footer h2 a { font-weight: normal; }
footer a { color: #333; }
footer .verticalLogo_text a
{
	color: #333;
	text-decoration: none;
}
footer nav { margin-bottom: 2em; }
footer.main div.text
{
	margin: 30px 0;
}
footer.main .socialTools
{
	margin: 30px 0;
	opacity: 0.9;
	float: none;
}
footer.main .socialTools > a
{
	margin: 4px 2px;
}
footer.main .socialTools h4
{
	position: relative;
	top: 2px;
    display: inline-block;
    line-height: normal;
    margin-right: 1ex;
}

/* === back to top === */
footer .bumpOut
{
	position: relative;
	margin: -58px -21px 0 10px;
	float: right;
}
footer .backToTop
{
	background: #555;
	color: #ffffff;
	border-radius: 100px 0 0 100px;
	text-align: center;
	display: table;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-decoration: none;
}
footer .backToTop:hover { opacity: 0.9; }

footer .backToTop > span
{
	display: table-cell;
	height: 65px;
	width: 3.4em;
	padding: 6px 6px 6px 15px;
	vertical-align: middle;
}

/* === Desktop View === */
a.fullSite
{
	background: #555;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 1em;
	margin-top: 5px;
	border-radius: 8px;
	text-decoration: none;
}
a.fullSite:hover
{
	color: white;
	opacity: 0.9;
}


/* calendar grid color */
.calMonth, .calMonth .calLinks { font-size: 120%; }
.calMonth table, .calDayHeading th, .calMonthHeading { background-color: #888888; }
.calDayHeading th { background: #aaaaaa; }
.calMonth td { border: 1px solid #888888; }
.calMonth .calDay { font-size: 50%; }
.calGrayDay
{
	background-color: #cccccc;
	color: #777777;
}
.calToday { background-color: #ffffdd; }

.eventTip
{
	color: black;
	color: rgba(0, 0, 0, 0.8);
    border-color: #525200;
	border-color: rgba(0,0,0,0.4);
	background-color: #ffff88;
	border-radius: 3px;
	width: 200px;
}
.readmore.small 
{ 
	margin: 3px 0 20px 0; 
	text-align: right; 
	font-size: 90%; 
	text-transform: lowercase; 
}

/* content from Word, and is designed to nullify the ways in which
certain styles that it brings with it break layout */
p[class^="Mso"], p.MsoNormal
{
	text-indent: 0 !important;
	margin: 0 !important;
}

font[size=2] { font-size: 100%; }

/* force images to be proportionally scaled to at most 100% width */
#mobileContent div:not(.noImageForcing) img
{
	height: auto !important;
	max-width: 100% !important;
}
#mobileContent div.noMobile { display: none; }
#mobileContent div.mobileOnly {	display: block; }

#mobileContent #tourbookdiv > img[style*=height\:168]
{
	height: 168px !important;
}

iframe { max-width: 100% !important; }
input {	max-width: 100% !important; }


#backTop
{
    width:35px;
    height:35px;
    padding:5px;
    border-radius:30px;
    /* text-indent:-9999px; */
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	/* -webkit-box-sizing:content-box; */
    /* background:url(/repository/designs/parts/images/uparr-48-b.png) no-repeat center center rgba(255,255,255,0.7); */
    color: rgba(0,0,0,0.7);
    font-size: 24pt;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    background: rgba(255,255,255,0.5);
    border:1px solid rgba(0,0,0,0.5);
}



/*===( SPECIAL FOR DIFFERENT ORIENTATIONS )===*/
@media screen and (orientation:portrait)
{
	.search.bar .searchField {  }

	/* custom margins */
	.image.left, .image.right { margin: 16px 0; }

	/* dynaform field fix */
	DIV.formLabel, 	DIV.formLabelReq
	{
		float: none;
		text-align: left;
		width: auto;
	}
	.calDayHeading .medium { display: none; }
}
@media screen and (orientation:landscape)
{
	.image { max-width: 50%; }
}
