* {box-sizing: border-box}html, body {width: 100%;height: 100%;margin: 0;padding: 0 0 0 0;font-family: Adelle, Arial, sans-serif;}body {display: grid;grid-template-rows: 5em 3em 1fr 2em;grid-template-areas: "header" "view_control" "content_area" "footer";color: #003e51;background-color: ghostwhite;}#header {grid-area: header;display: grid;grid-template-columns: auto 1fr;grid-template-areas: "logo title_bar user_info";background-color: #003e51;}#content_area {display: grid;grid-template-columns: 1fr;grid-template-areas: "contents";overflow-y: auto;}#footer {grid-area: footer;grid-template-areas: "informational_message credit";}#logo {grid-area: logo;}#title_bar {color: ghostwhite;font-size: xx-large;text-align: center;align-self: center;grid-area: title_bar;font-weight: bolder;display: grid;grid-template-columns: 1fr auto;grid-template-areas: "title user_info";}#title {grid-area: title;}#user_info {grid-area: user_info;padding-right: 10px;font-size: large;color: white;align-self: center;text-align: right;}#user_info a, a {color: #7bb2bf;}#view_control {background-color: #003e51;display: grid;grid-column-gap: 5px;grid-auto-flow: column;grid-template-columns: auto;}div#content {grid-area: contents;}table.webreg {border: 1px solid black;table-layout: auto;width: 100%;text-align: left;}td {border: 1px solid black;}table.CatalogDetailResponse tr:nth-child(even), table.ConfigurationSettingType tr:nth-child(even) {background: #d4dee4;border: 1px solid black;}input:valid {background-color: white;}input:invalid {background-color: rgba(255, 189, 198, 0.11);}label + input:required {border-color: red !important;}td.searchKey {font-style: italic;}td.searchValue select, td.searchValue input {width: 100%;}.menubarLink, .buttonLink {background: #0c5460;font-variant: titling-caps;align-self: center;text-align: center;padding: 2px 5px 2px 5px;border: 1px solid white;text-decoration: none;}.menubarLink a, .buttonLink a {color: #7bb2bf;text-decoration: none;}table.invoice {width: 100%;}table.invoice td {border: none;}div.container {width: 100%;background: rgba(140, 154, 228, 0.1);padding: 5px 5px 5px 8px;margin: 1px 1px 1px 5px;border-radius: 10px;border: 1px dotted white;}div.showDiv {display: block;}div.hideDiv {display: none;}table.additionalMaterials {width: 100%;}table.additionalMaterials td {border: none;}td.numeric {text-align: right;}div.courseTitle {font-size: x-large;font-weight: bolder;font-style: oblique;}tr:nth-child(odd) {background: rgba(140, 154, 228, 0.1);}div.registrationError {color: red;font-weight: bold;}.webregHidden {display: none;}div#paymentFrame iframe {width: 100%;height: 1000px;}label {margin-top: 10px;display: block;}iframe {border: none;}div#desc_aup ol {list-style-type: lower-roman;}span#aupLabel {text-decoration: underline;}p.disclaimerText {font-size: x-small;}span.delayedStartDate {color: blue;}div.section {margin-bottom: 15px;}div.sectionName {font-size: x-large;font-weight: bolder;}div.sectionTitle{font-size: larger;font-weight: bold;}#processDiv #processFrame { height: 850px; border: none; }@media only screen and (max-width: 640px) {#processDiv #processFrame {height: 1225px;}}ul#addressItemsList li {list-style-type: none;}