/**************************************
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; }
.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; }
strong { font-weight: 500; }


/**************************************
SEER*Explorer Landing Page
**************************************/
.bg-grad { margin-top: -4rem; background: #14315c; padding: 3rem 0; }
.well { color: #fff; }
.well h1 { margin: 0 0 .5rem; font-size: 2rem; }
.well .lead { font-size: 1.25rem; }
.well .lead a {color: #fff; text-decoration: underline;}

.listCard ul { margin: 0; padding: 0; list-style: none;  background: #fff; }
.listCard li { padding: .5rem 1.5rem; margin: 0; border-bottom: 1px solid #ddd; display: flex; align-content: center; }
.listCard li svg { margin-right: .75rem; margin-top: .25rem; fill: #465b83; }
@media screen and (max-width: 1024px){
	.listCard { margin-left: 0; margin-top: 3rem; }
}

.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; font-weight: 500; }


/**************************************
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 #D24600; color: #222;}
.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: #465b83;  }
@media screen and (max-width: 1024px){
	.intro { display: block; }
	.help-list { margin-left: 0; }
}

/* 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: #465b83; }

/* sub section highlight container */
.itemWrap { list-style: none; border-left: 2px solid #465b83; 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; /*margin-top: 3.5rem;*/}
.reviseWrap h2 { display: flex; font-size: 1.125rem; 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 #465b83; }
.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: none; border-bottom: 1px solid #465b83; background: none; font-weight: 600; padding-left: 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; }
}

/**************************************
Cards from HDRP
**************************************/

.card-white {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.18);
    padding: 1rem;
    color: #333;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    text-decoration: none!important;
}
.card-white:hover, .card-white:focus {
    box-shadow: 0 3px 6px #c66780 /*cc*/;
}
.card-white:hover, .card-white:focus {
    color: #333;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0,85,94,.5) /*cc*/;
}
.card-head {
    display: table;
    margin-bottom: 1rem;
}
.card-head * {
    display: table-cell;
    vertical-align: middle;
}
.card-head img {
    max-width: 60px;
    background: #14315C;
    border-radius: 50%;
    margin-right: .5rem;
    display: inline-block;
}
.card-white .card-title {
    font-size: 1.0625rem;
    margin: 0;
    padding: 0;
    color: #14315C /*cc*/;
    font-weight: 700;
}
.card-white .card-content {
    font-size: 1.0625rem;
}