/* TAP */

body {
	text-align: center;
}

/* Site Overrides */
.wrapper,
.container .FastModal,
.ui-dialog,
.SelectSlice,
.StackTraceTitle,
.StackTrace { text-align: left; }

/* Generic Page Helpers */

/* General container to hold entire page, helps keep footer consistent with the help of content-wrap */
.page-container {
	position: relative;
  	min-height: 100vh;
        background-color: #114066;
}

/* General container to hold content, used to keep content the proper width */
.container {
	position: relative;
	max-width: 90rem;
	height: 100%;
	margin: 0 auto;
}

.ControlMessageContainer {
        position: relative;
        max-width: 85rem;
        margin: 0 auto;
        margin-bottom: 20px;
}

.DocumentContainer {
     padding-bottom: 20px;
}

/* Adds space between step selector buttons and footer*/
.StepSelectorContainer { padding-bottom: 20px; }

/* Footer (Check Theme & Site.Mobile.css for More) */
.footer {
	min-height: 90px;
        min-width: 320px;
}

.footer li>a { color: #fff; }

/* Footer Links Helpers */
#footer-links-container {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
        padding-bottom: 10px;
}


#first-link-item {
	display: inline-block;
	position: relative;
	padding: 2px 10px;
}

.other-links {
	display: inline-block;
	position: relative;
	border-left: 1px solid #FFF;
	padding: 2px 10px;
	color: #FFF;
}

/* Footer Logo Helpers */
#footer-logo-container {
	position: absolute;
	padding-left: 20px;
	padding-top: 5px;
}

/* Footer Icons Helpers */
.facebook,
.twitter,
.youtube,
.flickr,
.rss {
	position: relative;
	display: inline-block;
	max-width: 35px;
	max-height: 35px;
	opacity: 0.5;
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.flickr:hover,
.rss:hover { opacity: 0.9; }

/* Miscellaneous Site Helpers */
.center {
	position: relative;
	top: 30%;
	text-align: center;
}

.left-center {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10px;
	text-align: left;
}


.right-center {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 35px;
}

.half-left,
.half-right {
	width: 50%;
	padding: 30px 0;
	box-sizing: border-box;
	display: table;
}

.half-left {
	float: left;
	padding-right: 10px;
}

.half-right {
	float: right;
	padding-left: 10px;
}

.flip-vertical { transform: rotate(-180deg); }

.text-smallest { font-size: 0.8em; }

.text-smaller { font-size: 0.9em; }

.text-larger { font-size: 1.15em; }

.text-largest { font-size: 1.25em; }

.no-top-label { margin-top: 1.5em; }

.no-top-margin,
.no-top-margin ul { margin-top: 0; }

/* Site Home Page Helpers */
.WelcomeMessage { margin: 0; }


.WelcomePanelWrapper {
	min-width: 250px;
	max-width: 235px;
	height: 350px;
	margin: -10px;
	padding: 15px;
	color: #fff;
	background: #222;
	background-color: rgba(0, 44, 88, 0.8);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.WebLinkPanelMenu .WebLinkPanelMenuDescription .FGNVT {
        min-height: 0em;
}
.AnnouncementBox {
	background-color: #f1f5f9;
	border-color: #428bca;
	border-style: solid;
	border-width: thin;
	padding: 1em;
	border-radius: 0px;
}

.ControlMessageHighlight {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 15px;
}

.AnnouncementContainer.AnnouncementFooterContainer{
        background-color: #d0dbed;
        margin: auto;
        max-width: 87.5rem;
        margin-bottom: 20px;
}

@media (max-width: 840px) {
    .footer-image{
        display: none;
    }
}

