/**************************************
Containers
**************************************/
/* limit content area width of non-application pages */
.max-width main .container { max-width: 1200px; padding: 0 1.5rem; }

/* remove hero */
.max-width .bg-hero { display: none; }
/* remove negative margin */
.max-width .pull-up { margin: 0 auto 4rem; }

/* 2 column equal width flex wrapper */
.flex-50 { display: flex; justify-content: space-between; margin-bottom: 2rem; }
.flex-50-child { flex: 0 1 48%; }
@media screen and (max-width: 1024px){
	.flex-50 { display: block; }
}


/**************************************
Misc
**************************************/
h1 { line-height: 1.2; margin-top: 3rem; }
h3 { margin-top: 2rem; }
h3, h4 { margin-bottom: 0; }
p { margin-top: 0; }


/**************************************
SEER*Explorer Landing Page
**************************************/
.bg-grad { margin-top: -4rem; background: radial-gradient(circle at top center, rgb(1, 91, 150),rgb(20, 44, 104)); padding: 3rem 0; }
.well { color: #fff; }
.well h1 { margin: 0 0 .5rem; font-size: 1.75rem; }
.well .lead { font-size: 1.25rem; }

.overview-wrap { display: flex; }
.ov-right { flex: 0 0 auto; margin-left: 7%; }

.listCard { border-radius: 3px 3px 0 0; margin-bottom: 1rem; color: #000; box-shadow: 0 3px 8px rgba(0,0,0,.5); }
.listCard-title { margin: 0; padding: .5rem 1rem; font-weight: bold; color: #fff; background: #142c68; display: block; border-radius: 3px 3px 0 0; }
.listCard ul { margin: 0; padding: 0; list-style: none;  background: #fbfbfb; }
.listCard li { padding: .5rem 1rem; margin: 0; border-bottom: 1px solid #ddd; display: flex; align-content: center; font-size: 1rem; }
.listCard li svg { margin-right: .75rem; margin-top: .25rem; fill: #006db5; }
.listCard li.list-link { padding: 0; border-bottom: none; }

.rounded-link { display: inline-flex; color: #000; text-decoration: none; font-size: 0.9375rem; line-height: 1.2; margin-left: 1rem 0 .5rem 0; align-items: center; background: #f6f6f6; padding: .75rem 1.5rem .75rem 1rem; border-radius: 5rem; border: 1px solid #ddd; transition: all .2s ease-in-out; }
.rounded-icon { background: #fff; padding: .25rem; border-radius: 50%; box-shadow: 0 0 0 6px rgba(172, 172, 172, 0.15), 0 1px 2px rgba(0,0,0,.5); line-height: 0; margin-right: .9rem; margin-left: 0; transition: all .2s ease-in-out; }
.rounded-icon svg { fill: #006db5; transition: all .2s ease-in-out; }
.rounded-link strong { font-size: 1rem; }
.rounded-link:hover { background: #f6f6f6; border-color: #ddd; transition: all .2s ease-in-out; box-shadow: inset 0 -1rem .5rem rgba(0,0,0,.04); }
.rounded-link:hover svg, .rounded-link:focus svg { fill: #142c68; transition: all .2s ease-in-out; }

.rounded-link.primary { background: #e7f7e7; border-color: #b9dbb9; margin-right: 1rem; }
.rounded-link.primary .rounded-icon { box-shadow: 0 0 0 6px rgba(81, 162, 181, 0.15), 0 1px 2px rgba(0,0,0,.5); }
.rounded-link.primary:hover, .rounded-link.primary:focus { box-shadow: inset 0 -1rem .5rem rgba(189, 238, 187, 0.41); }

.rounded-link.secondary { background: #eaf4f5; border-color: #b9d9db; margin-right: 1rem; }
.rounded-link.secondary .rounded-icon { box-shadow: 0 0 0 6px rgba(92, 119, 193, 0.15), 0 1px 2px rgba(0,0,0,.5); }
.rounded-link.secondary:hover, .rounded-link.secondary:focus { box-shadow: inset 0 -1rem .5rem rgba(187, 209, 238, 0.41); }

.videoWrap { margin: 0 auto; text-align: center; position: relative; padding-bottom: 56.333%; height: 0; }
.videoWrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ccc; }

@media screen and (max-width: 1024px){
	.overview-wrap { display: block; }
	.ov-right { margin-left: 0; }
	.listCard { margin-top: 2rem; margin-bottom: 2rem; }

}
@media screen and (max-width: 750px){
	.rounded-link { display: flex; margin-bottom: .5rem; margin-right: 0!important; }
}

.start { padding: .75rem 2rem; display: inline-block; font-weight: 600; }
.start svg { margin-bottom: -.25rem; margin-left: .5rem; }
.clean-list { margin: 0; padding: 0 0 0 3rem; }

.citation { padding: 2.5rem 1rem 1rem; margin: .5rem 0 4rem 0; background: #f1f1f1; position: relative; border-radius: 3px; border: 1px solid #ddd; }
.citation:before { position: absolute; top: -1px; left: 1rem; display: inline-block; content: "Suggested Citation"; border-radius: 0 0 3px 3px; background: #142c68; padding: .2rem 1rem; color: #fff; font-size: .9rem; }


/**************************************
SEER Explorer Help
**************************************/
.intro { display: flex; align-items: flex-start; }

/* table of contents */
.help-list { flex: 0 0 400px; background: #f6f6f6; padding: .25rem 1.5rem .5rem; margin-left: 4rem; border-top: 8px solid #006db5; }
.help-list strong { border-bottom: 1px solid #333; padding-bottom: .25rem; display: block; font-variant: all-small-caps; font-size: 1.25rem; }
.help-list ol { padding-left: 1.5rem; }
.help-list li { margin-bottom: .5rem; }
.help-list a { text-decoration: none; color: #006db5;  }
@media screen and (max-width: 1024px){
	.intro { display: block; }
	.help-list { margin-left: 0; margin-top: 2rem; }
}

/* header icons */
.h-icon { display: flex; align-content: center; line-height: 1.1; border-bottom: 1px dashed #ccc; padding-bottom: .25rem; margin-top: 3.5rem; }
.h-icon svg { margin-right: .5rem; color: #006db5; }

/* sub section highlight container */
.itemWrap { list-style: none; border-left: 2px solid #006db5; margin-left: 2rem; padding-left: 1rem; }
@media screen and (max-width: 1024px){
	.itemWrap { margin-left: .75rem; }
}

/* definition lists */
.defList { list-style: none; }
.defList > li { margin-bottom: 1rem; }

/* image wrapper for interface */
.help-wrap { background: #f8fafa; border: 4px solid #eceeee; margin: 0 0 1em; padding: 1em; }
.help-wrap img { max-width: 100%; }
.help-figure { text-align: center; margin: 0 auto; }
.help-figure img { border: 1px solid #ddd; background: #fff; padding: .2em; }
.help-figure p { font-size: .875rem; color: #666; font-style: italic; width: 50%; margin: 0 auto; margin-top: .5em; padding: 0; }


/**************************************
SEER Explorer Revisions
**************************************/
.reviseWrap { display: flex; background: #f6f6f6; padding: 1.5rem; margin-bottom: 1rem; border-radius: 3px; border: 1px solid #ccc; }
.reviseWrap h2 { display: flex; flex: 0 0 4rem; margin: 0 1rem 0 0; padding: .25rem .5rem; flex-direction: column; align-self: flex-start; text-align: center; font-weight: 400; font-size: .875rem; line-height: 1.1; background: #fff; border: 1px solid #ddd; border-top: 2px solid #006db5; }
.reviseWrap h2 abbr { font-variant: all-small-caps; font-size: 1.25rem; text-decoration: none; }
.reviseWrap h2 strong { font-size: 2rem; font-weight: 600; }
.summary { padding-left: 3rem; margin: 0; }
.summary > li { margin-bottom: 1rem; }
.summary *:last-child { margin-bottom: 0; padding-bottom: 0; }
@media screen and (max-width: 768px){
	.reviseWrap { display: block; padding: 1rem; }
	.reviseWrap h2 { text-align: left; margin-right: 0; margin-bottom: 1rem; flex-direction: row; font-size: 1.1rem; border: 1px solid #ccc; border-bottom: 1px solid #006db5; font-weight: 600; border-radius: 3px 3px 0 0; }
	.reviseWrap h2 abbr { font-variant: normal; font-size: inherit; }
	.reviseWrap h2 strong { font-size: inherit; font-weight: inherit; margin: 0 .25rem; }
	.summary { border-left: none; padding-left: 2rem; }
}


/**************************************
SEER Explorer Archive
**************************************/
.archiveCard { background: #f6f6f6; padding: .25rem 1.5rem .5rem; border-top: 3px solid #006db5; margin-bottom: 1rem; }
.archiveCard h2 { margin: .5rem 0 0; font-size: 1.325rem; }
.archiveCard ol { }
.archiveCard li { padding: .2rem 0; margin: .5rem .5rem 0 0; font-size: 1rem; }

/* toggles */
.archiveCard .details-wrapper { border-radius: 10px; padding: .25rem .5rem; margin: .5rem 0; background: #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.archiveCard details { border-bottom: 1px solid #eee; position: relative; }
.archiveCard details:last-of-type { border-bottom: none; }
.archiveCard details summary { list-style: none; cursor: pointer; padding: .15rem .45rem; margin: .45rem 0; border-radius: 3px; }
/* toggle arrows */
.archiveCard details summary::after { position: absolute; right: .75rem; top: -8px; content: "‹"; color: #345d96; font-size: 2rem; display: inline-block; transform: rotate(-90deg); }
.archiveCard details[open] summary::after { transform: rotate(-90deg); content: "›"; }    
.archiveCard details summary::-webkit-details-marker { display: none; }
/* hover/open */
.archiveCard details summary:hover, .archiveCard details[open] summary { background: #eaf4f5; }

/* animate the reveal */
.archiveCard details[open] summary ~ * { animation: sweep .5s ease-in-out; }
@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}
