@import url("../../parts/styles_resp/global.css");

html { height: 100%; }
html * { box-sizing: border-box; margin: 0;	padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: .5em 0; }

body
{
	/* font-family: Verdana, sans-serif; */
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12pt;
	line-height: normal;
	margin: 0;
	padding: 0;
}

body.home, body.inner
{
	height: 100%;
	background: #4f3b2e;
}

.allContainer
{
	padding: 0;
	margin: 0;
	zoom: 1;
	height: 100%;
	position: relative;
}
.allContainer.home 
{
	background: transparent url(images/bodybg1.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.allContainer.home.two { background: transparent url(images/bodybg2.jpg) no-repeat top center; background-size: cover; background-attachment: fixed; }
.allContainer.home.three { background: transparent url(images/bodybg3.jpg) no-repeat top center; background-size: cover; background-attachment: fixed; }
.allContainer.home.four { background: transparent url(images/bodybg4.jpg) no-repeat top center; background-size: cover; background-attachment: fixed; }

.allContainer.inner 
{
	background: transparent url(images/ibodybg1.jpg) no-repeat top center;
	background-position: center -100px !important;
	padding-top: 100px !important;
}
.allContainer.inner.two { background: transparent url(images/ibodybg2.jpg) no-repeat top center; }
.allContainer.inner.three { background: transparent url(images/ibodybg3.jpg) no-repeat top center; }
.allContainer.inner.four { background: transparent url(images/ibodybg4.jpg) no-repeat top center; }


.widthContainer
{
	position: relative;
	min-width: 300px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.contentBG
{
	color: #000;
	background: #fff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+80,d2d59f+100 */
	/*
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(210,213,159,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(210,213,159,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 80%,rgba(210,213,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d59f',GradientType=0 );
	*/	
}

.searchSocial { display: none; }

/* mobile top bar */
.spacer { visibility: hidden; }
.noscroll { overflow: hidden; }
.topbar
{
	z-index: 10000;	
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	border-bottom: 1px solid #777;
	background: #ddd;
	background: rgba(255,255,255,0.9);
	padding-right: 10px;
}
.topbar2 { display: none; }
.topbar.scroll { overflow-y: scroll; }
.topbar nav {  }
.topbar nav.table > ul
{
	display: table;
	width: 100%;
}
nav.table > ul > li.mobiletitle { padding: 0; }
nav.table > ul > li.mobiletitle a.titlelink { padding: 0; }
nav.table > ul > li.mobiletitle a .title { height: 40px; }
nav.table > ul > li.mobiletitle a .southdakota { height: 12px; }
nav.table > ul > li
{
	display: table-cell;
	text-align: center;
	/* width: 33%; */
	/* border-right: 1px solid #777; */
}
.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop {	display: none; padding: 5px 0 5px 5px; }

nav.top.block ul 
{ 
	border-radius: 0; 
	padding: 0;
}
nav.top.block li a
{
	font-size: 20pt;
	color: #333;
}
nav.top.block li:last-child { border-right: none; }

nav.top.block li a { }
nav.top.block li a > *
{
	display: inline-block;
	vertical-align: middle;
}
nav.top.block li:first-child a
{
	border-left: none;
	margin-left: 0;
}
nav.top li:last-child a { border-right: none; }

/* mobile nav */
.navDrop nav.block.mobilemenu > ul
{
	display: block;
	border: 2px solid white;
	border-radius: 5px;
	background: #44452d;
	padding: 0px;
}
.navDrop nav.block.mobilemenu > ul > li { border-bottom: 2px solid white; }
.navDrop nav.block.mobilemenu > ul li { clear: both; }
.navDrop nav.block.mobilemenu > ul > li:last-child { border: none; }

.navDrop nav.block.mobilemenu .socialTools a { display: inline-block; float: left; padding: auto 3px; }
.navDrop nav.block.mobilemenu a
{
	color: white;
	display: block;
	font-size: 16pt;
}
.navDrop nav.block.mobilemenu li span.plus
{
	padding: 6px 30px;
	color: white;
	float: right;
	display: inline-block;
	text-align: right;
	margin-right: 0;
	cursor: pointer;
	font-size: 20pt;
	background: rgba(0,0,0,0.05);
}
.navDrop nav.block.mobilemenu ul ul
{
	padding-left: 0;
	display: none;
	position: relative;
	width: calc(100% - 10px);
	box-shadow: none;
	margin: 2px 0px 8px 10px;
}

.navDrop nav a:hover,
.navDrop nav a:focus, 
.navDrop nav li.current > a, 
.navDrop nav li.actual > a
{ background: transparent; text-decoration: underline; }

.navDrop nav.block.mobilemenu .socialTools a { padding: 8px 2px; opacity: 1.0; box-shadow: none; }

.searchDrop .mobilesearch
{
	font-size: 120%;
	width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton 
{ 
	width: 100%; 
	border-radius: 8px;
	border: 1px solid #bbb;
	padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField
{
	font-size: 120%;
	color: #666;
	padding: 4px;
	width: 80%;
  	width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
	font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
}

/* search results */
h2.search {	padding: 1ex; font-size: 130%; }

.content .box.SUPERFORMS, .content .box.QUICKFORM {
    line-height: 16pt;
}

/* mobile restrictions */
p[class^="Mso"], p.MsoNormal
{
	text-indent: 0 !important;
	margin: 0 !important;
}
font[size=2] { font-size: 100%; }
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide { float: none; margin: 10px; }
.container.content div.sidebarImageBox img { width: 100%; }
.container.content div:not(.noImageForcing) img
{
	height: auto !important;
	max-width: 100% !important;
}
.content div.noMobile   { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv > img[style*=height\:168] { height: 168px !important; }
iframe { max-width: 100% !important; }
input { max-width: 100% !important; }


a {	color: #a2a341; text-decoration: underline; }
a:hover { color: #000; }
a:focus { outline: none; }
:focus { outline:none; }
::-moz-focus-inner { border:0; }

a#skipLink 
{ 
	background: transparent;
	top: -40px; 
	left: 0; 
	color: white;
	transition: top 1s ease-out 0s, background 1s linear 0s;
	border-radius: 0 0 5px 0; 
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 8px 5px;
}
a#skipLink:focus 
{
	background: #bf1722;
	top: 0;
	transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}
input:focus { }

/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 {  }
h1, h2, h3 
{
	font-family: Oxygen, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	line-height: 115%;
	color: #a2a341;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 5px;
}
.home .summaryDisplay h3 { font-size: 16pt; }

.home article { padding: 10px 0; }
article { padding: 10px 0; }


section h2, article h2 { font-size: 14pt; text-align: left; }
section h3, article h3 { font-size: 12pt%; text-align: left; }
h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}
div.readmore { font-weight: bold; }

aside h2 { color: #6b8897; }

.home .pagebottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
footer.main
{
	position: relative;
	padding: 10px;
	background: #392a20;

}
footer h4
{
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
footer.main .text
{
	text-align: left;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	text-align: left;
	padding: 5px 15px 5px 5px;
	max-width: 50%;
	white-space: pre-wrap;
	font-size: 9pt; 
}

footer a { color: white; }

footer .socialTools { clear: both; float: none; margin: 10px; text-align: center;}
footer .socialTools a { margin-bottom: 4px; opacity: 1.0 }

footer .verticalLogo_text { float: right; margin-top: 25px; }
footer .verticalLogo_text a { color: white; }
footer .verticalLogo_text a:hover { color: #ccc; }

nav li a {}
nav > ul > li > a {	font-weight: normal; }
nav li.current > a, nav li.open > a, nav li:hover > a {}

/* all block */
nav.block a, nav.topLevelBlock > ul > li > a
{
	font-size: 12pt;
	padding: 8px 10px;
}
nav.block > ul > li > a {}
nav.block li.current > a, nav.block li.open > a, nav.block li:hover > a {}

/* horizontal-block */
.topbar2
{
	position: absolute;
	display: none; 
	z-index: 10000;
	top: 0;
	left: 0; 
	right: 0; 
	background: #44452d;
}
nav.horizontal.block 
{ 
	position: absolute; 
	left: 5px;
	right: 5px;
	top: 40px;
}
nav.horizontal.block > ul { white-space: nowrap; }
nav.horizontal.block > ul  > li
{
	margin: 0;
	padding: 0;
	border-right: none;
	line-height: normal;
}
nav.horizontal.block > ul > li > a
{
	background-color: #6a6c4f;
	color: #fff;
	border: none;
	margin-right: 1px;
	border-radius: 0 0 5px 5px;
	text-transform: uppercase;
	/* border-left: 1px solid #666; */
}
nav.horizontal.block > ul > li:last-child > a { margin-right: 0; }
nav.horizontal.block > ul > li.current > a,
nav.horizontal.block > ul > li.open > a,
nav.horizontal.block > ul > li:hover > a 
{
	color: #fff;
	background-color: #44452d;
}
nav.horizontal.block li li > a { color: #fff; }
nav.horizontal.block li li.current > a,
nav.horizontal.block li li.open > a,
nav.horizontal.block li li > a:hover
{
	color: #fff;
	background-color: #44452d;
}
nav.horizontal.block > ul > li.open > a
{
	position: relative;
	z-index: 1002;
}

nav.horizontal.menu > ul ul
{
	background: #44452D;
	text-align: left;
	border-radius: 5px;
	box-shadow: -7px 7px 10px rgba(0,0,0,0.1);
}
/* nav.horizontal.menu.block > ul > li > ul { border-radius: 0 5px 5px 5px; } */
/* nav.horizontal.menu.block > ul > li > ul > li:first-child > a {	border-top-right-radius: 5px; } */


/* Slab */
nav.slab.horizontal.block > ul { position: relative; }
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; }
nav.slab.horizontal.block > ul > li > ul
{
	border-radius: 8px;
	left: 0px;
	right: 0px;
	white-space: normal;
	padding: 10px;
	vertical-align: top;
	color: #fff;
	width: 100%;
}
nav.slab.horizontal.block > ul > li > ul ul 
{
	position: static; 
	background: none; 
	box-shadow: none; 
	vertical-align: top;
}
/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li, 
nav.slab.horizontal.block > ul > li.twocol > ul > li, 
nav.slab.horizontal.block > ul > li.threecol > ul > li 
{ 
	display: inline-block; 
	width: 50%; 
	border-right: 1px solid rgba(255,255,255,0.8);
	height: 100%;
}
nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child
{
	border-right: none;
}
nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li, 
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li > ul > li
{
	display: block;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
}
/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul
{
	display: block;
	position: relative;
	border: none;
	background: none;
	width: auto;
	margin-left: 10px;
	box-shadow: none;
	font-weight: normal;
}
nav.slab.horizontal > ul > li > ul > li:hover, 
nav.slab.horizontal > ul > li > ul > li:focus
{
	/* the blocks around the category containing the children
	/* background-color: rgba(255, 255, 255, 0.3); */
}
/* CATEGORIES: category links */
nav.slab.horizontal > ul > li > ul > li > a,
nav.slab.horizontal > ul > li.onecol > ul > li > ul > li > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a
{
	font-size: 120%;
	color: #ddd;
	text-decoration: underline;
}
/* CATEGORIES: child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a
{
	background: transparent;
}
/* all links */
nav.slab.horizontal > ul > li > ul > li a
{
	padding: 8px 15px;
	margin-bottom: 3px;
}
/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover, 
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus
{
	color: #fff;
	text-decoration: underline; 
	background-color: #6A6C4F; 
	border-radius: 5px; 
}




/* calendar */
.calMonth table
{
	border: none;
	background-color: #506270;
	border-spacing: 1px;
	border-collapse: separate;
	font-size: 90%;
}
.calMonthHeading
{
	background-color: #506270;
	border: none;
	font-size: 90%;
}
.calDayHeading th
{
	background: #5e7282;
	color: #ddd;
}
.calDay
{
	color: #333;
	background: #eff1f3;
}
.calMonth td, .calMonth th { border: none; }
.calGrayDay
{
	background: #bec4c9;
	color: #333;
}
.calToday { background-color: #ffffdd; filter: none; }
.eventTip
{
	color: black;
    border-color: #525200;
	background-color: #ffff88;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#backTop
{
    width:35px;
    height:35px;
    padding:5px;
    border-radius:5px;
    /* 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);
}




/* Filmroll */
.filmrollbar { padding-top: 12px; display: block; background: rgba(255,255,255,0.6); }
ul#filmroll { margin: 0 40px; padding: 0; }
#filmroll li
{
	width: 220px;
	text-align: center;
}
#filmroll li a { display: inline-block; }
#filmroll li img { opacity: 0.8; margin-bottom: 15px; }
#filmroll li span { display: block; color: #392a20; font-weight: bold; text-transform: uppercase; text-decoration: none; }
#filmroll li.active img { opacity: 1.0; }
.film_roll_prev, .film_roll_next, .film_roll_pager { display: none !important; }

.arrowwrap { position: relative; height: 0; }
.arrowwrap i.arrowleft, .arrowwrap i.arrowright  
{ 
	cursor: pointer; 
	font-size: 48px; 
	color: rgba(0,0,0,0.9);
	position: absolute;
	bottom: 10px;
	width: 24px;
	height: 140px;
	line-height: 140px;
	vertical-align: middle;
}
.arrowwrap .arrowleft { left: 5px; }
.arrowwrap .arrowright { right: 5px; }


.film_roll_wrapper { height: 100px !important; }
#filmroll li img { height: 90px; }
.arrowwrap i.arrowleft, .arrowwrap i.arrowright { bottom: -10px; }


/* responsive */
@media (min-width: 100px)
{
	.content { width: 100%;  }
	.mainContent { width: 100%; }
	.mainContent, .leftContent, .rightContent { padding: 20px; }
	.calendarTable .medium { display: none; }
	.allContainer { padding: 0; }

}
@media (min-width:720px) and (max-width:969px)
{
	.allContainer { min-height: 500px; }
	.allContainer.inner {
		background-position: center -100px !important;
		padding-top: 200px !important;
	}
	.topbar, .spacer, .navDrop, .searchDrop { display: none; }
	.topbar2 { display: block; height: 40px; }
	.topbar2 .banner { position: relative; height: 40px; }
	.searchSocial { display: inline-block; }
	.searchSocial .desktopweather { color: white; float: right; margin-right: 15px; }
	.searchSocial .desktopweather a { color: white; text-decoration: underline; }
	.home .topbar2 { position: fixed; }

	.topbar2 .banner .titlelink { position: absolute; top: 100px; left: 15px; text-decoration: none;}
	.topbar2 .banner .title { height: 160px; }
	.topbar2 .banner .southdakota { height: 36px; position: relative; top: -65px; }
	.inner .topbar2 .banner .titlelink { line-height: 140px; vertical-align: top;}
	.inner .topbar2 .banner .title { height: 130px; }
	.inner .topbar2 .banner .southdakota { height: 30px; position: relative; top: -55px; }
	.content {  }
	.container.content div.left, .container.content div.cyclerSlide { float: left; margin: 10px 25px 15px 0; clear: left;}
	.container.content div.right { float: right; margin: 10px 0 15px 25px; clear: right; }
}
@media (min-width:970px)
{
	.allContainer { min-height: 550px; }
	.allContainer.inner {
		background-position: center 0px !important;
		padding-top: 325px !important;
	}

	.topbar, .spacer, .navDrop, .searchDrop { display: none; }
	.topbar2 { display: block; height: 40px; }
	.topbar2 .banner { position: relative; height: 40px; }
	.searchSocial { display: inline-block; }
	.searchSocial .desktopweather { color: white; float: right; margin-right: 15px; }
	.searchSocial .desktopweather a { color: white; text-decoration: underline; }
	.home .topbar2 { position: fixed; }

	.topbar2 .banner .titlelink { position: absolute; top: 100px; left: 15px; text-decoration: none;}
	.topbar2 .banner .southdakota { position: relative; top: -85px; }
	.inner .topbar2 .banner .titlelink { line-height: 140px; vertical-align: top;}
	.inner .topbar2 .banner .title { height: 140px; }
	.inner .topbar2 .banner .southdakota { height: 32px; position: relative; top: -60px; }
	.content {  }
	.container.content div.left, .container.content div.cyclerSlide { float: left; margin: 10px 25px 15px 0; clear: left;}
	.container.content div.right { float: right; margin: 10px 0 15px 25px; clear: right; }

	h1 { font-size: 24pt; }
	.home .summaryDisplay h3 { font-size: 20pt; }
	section h2, article h2 { font-size: 18pt; }
	section h3, article h3 { font-size: 16pt; }

	.searchSocial { bottom: 7px; right: 10px; }
	.searchSocial .search.bar { margin-bottom: 0; }
	.searchSocial .search.bar .fieldAndButton{ padding: 0px; border-radius: 4px; width: 180px; }
	.searchSocial .search.bar .searchField { font-size: 10pt; padding: 3px; width: 85%; }
	.searchSocial .search.bar .searchMag { }
	footer .socialTools { display: none; }
	footer .socialPositioner .socialTools { display: block; margin: 0;}

	.inner .mainContent { 
		margin-left: 10px;
		margin-right: 10px;		
	}

	.film_roll_wrapper { height: 150px !important; }
	#filmroll li img { height: 135px; }
	.arrowwrap i.arrowleft, .arrowwrap i.arrowright { bottom: 10px; }

}
@media (min-width:1080px)
{
	nav.horizontal.block > ul > li > a { padding: 8px 25px; }
}


.cycler {
	float: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    margin: 0 15px 15px 0;
    width: 40%;
    max-width: 500px;
}

.cycler .cyclerSlide {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    display: none;
}

.cycler .cyclerSlide:first-child {
    display: inline-block;
}

.cycler .cyclerSlide a { display: block; margin: 0 auto; /* width: 100% !important; */ }
.cycler .cyclerSlide img,
.cycler .cyclerSlide .small.imageBoxCaption {
    display: block;
    margin: 0 auto;
}
.cycler .cyclerSlide .small.imageBoxCaption { text-align: center; }

.cycler .cyclerSlide.active {
    display: inline-block;
    margin: 0 auto;
}

.cycler .cyclerSlide img {
    max-height: 100%;
    max-width: 100%;
}


