/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checklist"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* screenreader */
.sr-only, .m-sr-only {border:0; clip:rect(0, 0, 0, 0); height:1px; overflow:hidden; padding:0; position:absolute; white-space:nowrap; width:1px}
.sr-only-focusable:active,.sr-only-focusable:focus {clip:auto; height:auto; overflow:visible; position:static; white-space:normal; width:auto}
#skipnav {background-color: #2c713c; display: inline-block; color: #fff; left: 0; padding: 0.5em 1em; position: absolute; text-decoration: none; top: 0; z-index: 10}

/* vars */
:root {
	--bg: #ffffff;
	--bg-alt: #dbdbdb;
	--text: #111c23;
	--text-alt: #7d0020;
	--text-alt2: #ffffff;
}

/* general */
html {background-color: var(--bg); height: 100%; scroll-behavior: smooth}
body {background-color: var(--bg); color: var(--text); display: flex; flex-direction: column; font-family: 'Open Sans', sans-serif; height: 100%; margin: 0 auto; max-width: 1920px}
h1, h2, h3, h4, h5, h6, p, ol, ul {margin: 1rem 0}
img {height: auto; max-width: 100%}
.container {padding: 0 1rem}

/* forms */
.field {margin: 1em 0;}
input, select {background-color: var(--bg); border:none; box-sizing: border-box; height: auto; padding: 0.5rem 1rem; width: 100%}
input[type="submit"] {background-color: var(--text-alt); cursor: pointer; color: var(--text-alt2); text-transform: capitalize}
[name="comments"] {display: none}
.form_deadline, .form_head, .form_subhead {color: var(--text-alt)}
.form_deadline {background-color: var(--bg); border-radius: 100rem; font-size: 1.125rem; font-weight: bold; margin: 1rem auto; max-width: max-content; padding: 1rem 2rem; width: auto}
.form_head {font-size: 1.5rem}
.form_subhead {font-size: 1.125rem}
.form_disclaimer {font-size: 0.85rem}

/* header */
#header {text-align: center}
#logo, #nav, #phone {margin: 0.5rem auto}
#logo img {display: block; margin:0 auto; width: 15rem}
#nav a, #phone a {color: var(--text-alt); text-decoration: none}
#nav a {display: inline-block; font-weight: bold; margin: 0.25rem 0.5rem}
#phone a {font-size:1.25rem}

/* hero */
#hero {background-image: url(https://lsbsuccess.com/assets/img/hero/hero.jpg); background-position: center; background-size: cover; color: var(--text-alt2); display: flex; flex-direction: column; justify-content: end; min-height: 24rem; position: relative; text-align: center}
#hero:before {background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%); bottom: 0; content:''; left:0; position: absolute; right: 0; top: 0}
#hero .copy {position: relative; z-index: 1}
#hero h1 {font-size: 1.75rem; margin: 1rem 1rem 2rem; text-shadow: #444000 0px 0.25rem 1rem}
#hero_baner {background-color: #00000080; font-size: 1.125rem; margin: 0; padding: 1rem; text-shadow: #00000080 0px 1px 0.25rem}
/*thanks*/
#top:has(#thanks) {height: 100%}
#hero:has(#thanks) {align-items: center; display: flex; flex-direction: column; height: 100%; justify-content: center}
#thanks {background-color: #000000b0; border-radius: 1rem; padding: 1rem}

/* footer */
#footer {padding: 1px 0; text-align: center}
#footer a {color: inherit}

/* sections */
main {flex-grow: 1}
main a {color: inherit}
section.section {margin: 4rem 0}
section.hasBG { background-color: var(--bg-alt); margin: 0; padding: 4rem 0}
section:has(+.overhanger) {margin-bottom: 0; padding-bottom: 8rem}
section.overhanger {margin-top: -4rem; padding: 0 1rem}
section.overhanger .container {background-color: var(--bg); box-shadow: 2px 1px 5px #333, -2px -1px 5px #333; padding: 2rem}
.section h2 {color: var(--text-alt); font-size: 2rem}
.box_tbl_img, .row .imgholder {aspect-ratio: 1.5; background-color: gray; background-position: center; background-size: cover; margin: 1rem 0}
#topform, #bottomform {background-color: var(--bg-alt); padding: 2rem; text-align: center}
#why_img1 {background-image: url('/assets/img/why1.jpg')}
#why_img2 {background-image: url('/assets/img/why2.jpg')}
#why_img3 {background-image: url('/assets/img/why3.jpg')}
#career_img {background-image: url('/assets/img/main.jpg')}
#location_img1 {background-image: url('/assets/img/location.jpg')}
#location_img2 {background-image: url('/assets/img/LSB-map.png')}

@media(min-width: 60rem){
	/* general */
	.container {margin: 0 auto; max-width: 75rem}
	.d-tbl {border-collapse: collapse; border-style: hidden; display: table; table-layout: fixed; width: 100%}
	.d-tbl.auto {table-layout: auto}
	.d-tbl.rev {direction: rtl}
	.d-tbl_row {display: table-row}
	.d-tbl_cell {border: 4rem solid transparent; direction: ltr; display: table-cell; vertical-align: top}
	.d-center {text-align: center}
	.d-nobreak {width: max-content}
	.col > :first-child {margin-top: 0}
	.col > :last-child {margin-bottom: 0}

	/* forms */
	.fieldset {border-collapse: collapse; border-style: hidden; display: table; margin: 1em 0; table-layout: fixed; width: 100%}
	.fieldset .field {border: 1rem solid transparent; display:table-cell; margin: 0; vertical-align: top}
	input, select {height: 2.5rem; font-size: 1.5rem; padding: 0 1rem}
	
	/* header */
	#header {padding: 0.5rem 0}
	#header .wrap {align-items: center; display: flex; gap: 2rem; justify-content: space-between}
	#logo, #nav, #phone {margin: 0}
	#nav {flex-grow: 1}
	#phone a {font-size:1.5rem}
	
	/* hero */
	#top .wrap {display: table; table-layout: fixed; width: 100%}
	#hero, #topform {display: table-cell; vertical-align: bottom}
	#hero h1 {font-size: 3rem}
	#topform {width: 24rem}

	/* sections */
	.box_tbl_img, .box_tbl_text {border: none}
	.box_tbl_img, .row .imgholder {aspect-ratio: auto; height: 300px}
	.box_tbl_text {padding: 1rem 2rem; vertical-align: middle}
	.box_tbl_text:first-child {padding-left: 0}
	.box_tbl_text:last-child {padding-right: 0}
	.row .copyholder {vertical-align: middle}
	.row .imgholder {background-clip: padding-box}
	#location .d-tbl_cell {border-width: 2rem}
	#bottomform .container {max-width: 960px}
	#bottomform input[type="submit"] {width: max-content}
}