html, body {width: 100%;height: 100%;margin: 0;padding: 0;}@font-face {font-family:'Swansea';src: url('swansea-q3pd-webfont-e7807c4f282397dae9dc1ea2d556533f.woff2') format('woff2'), url('swansea-q3pd-webfont-075c215c576eba45c4fe36b4a70b147d.woff') format('woff');font-weight: normal;font-style: normal;}@font-face {font-family:'Swansea';src: url('swanseabold-d0ox-webfont-ebdeb1989724af0da9281abdee854a35.woff2') format('woff2'), url('swanseabold-d0ox-webfont-fa7745370d63390a7dab17d56f5621ec.woff') format('woff');font-weight: bold;font-style: normal;}@font-face {font-family:'Swansea';src: url('swanseaitalic-awqd-webfont-942a137ba360e4822f6cc6d852f8043e.woff2') format('woff2'), url('swanseaitalic-awqd-webfont-41533f486605df957a00ddf2c01ac3b5.woff') format('woff');font-weight: normal;font-style: italic;}body, input, select, textarea {font-family:'Swansea', sans-serif;color: #3A3738;}textarea:focus, input:focus{outline: none;}* {box-sizing: border-box;}.label{color: #3A3738;font-weight: bold;}span.label{color: #515151;font-weight: bold;}.FAQ-question{font-size: 1.5rem;font-weight: bold;color: #5DC8D6;cursor: pointer;margin-top: 4px;}.FAQ-question:hover{color: #2B9DA9;}.FAQ-answer{display: none;padding: 20px;}a{color: #42A496;font-weight: bold;}a.topBar{text-decoration: none;color: white;}a.whiteBar{text-decoration: none;color: #3A3738;}a.user_info_item{text-decoration: none;color: #3A3738;font-weight: normal;}a.link-container{text-decoration: none;font-weight: normal;}a.plain{text-decoration: none;font-weight: normal;color: inherit;}a.plain:hover{text-decoration: none;}a.dashboard{text-decoration: none;color: #333333;font-weight: normal;}a.email{text-decoration: none;font-weight: normal;color: #3A3738;}a.editQuestionnaire{text-decoration: none;font-weight: normal;color: inherit;}a.editQuestionnaire:hover{text-decoration: underline;}.JSlink{cursor: pointer;text-decoration-line: underline;text-decoration-style: dotted;}.JSlink:hover{text-decoration: underline;text-decoration-style: solid;}.button{//background-color: #C8ECD2;//background-color: #42A496;//background-color: #1ACBD9;background-color: #76E2F3;//background-color: #B5A3F1;border: none;border-radius: 8px;color: #3A3738;padding: 8px 16px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px 0px 4px 0px;}.button:hover{//background-color: #7556E5;background-color: #13C2DD;}.cancelButton{background-color: #AAAAAA;border: none;border-radius: 8px;color: white;padding: 8px 16px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px 0px 4px 0px;}.cancelButton:hover{background-color:#999999;}.redButton{background-color: RGB(255,0,0);border: none;border-radius: 8px;color: white;padding: 8px 16px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px 0px 4px 0px;}.redButton:hover{background-color:RGB(200,0,0);}.goBack{background-color: #555555;border: none;color: white;padding: 5px 20px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px;}.goBack:hover{background-color:#999999;}.navButton{//background-color: #42A496;background-color: #888888;//border: 2px solid #515151;border: none;color: #3A3738;padding: 5px 20px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;font-weight: bold;margin: 4px;}.navButton:hover{background-color: #078F7B;}.actionButton{background-color: #76E2F3;border: none;color: #3A3738;padding: 4px 8px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px 0px 4px 0px;}.actionButton:hover{background-color: #13C2DD;}[data-tooltip] {position: relative;cursor: help;text-decoration-line: underline;text-decoration-style: dotted;}[data-tooltip]::after {position: absolute;opacity: 0;pointer-events: none;content: attr(data-tooltip);left: 10px;top: calc(100% - 10px);border-radius: 3px;box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.6);background-color: white;z-index: 10;padding: 8px;max-width: 30ch;width: max-content;transform: translateY(-20px);transition: all 150ms cubic-bezier(.25, .8, .25, 1);color: #3A3738;}[data-tooltip]:hover::after {opacity: 1;transform: translateY(0);transition-duration: 300ms;}[data-tooltip-left] {position: relative;cursor: help;text-decoration-line: underline;text-decoration-style: dotted;}[data-tooltip-left]::after {position: absolute;opacity: 0;pointer-events: none;content: attr(data-tooltip-left);right: 10px;top: calc(100% + 1px);border-radius: 3px;box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.6);background-color: white;z-index: 10;padding: 8px;max-width: 30ch;width: min-content;transform: translateY(-20px);transition: all 150ms cubic-bezier(.25, .8, .25, 1);color: #3A3738;}[data-tooltip-left]:hover::after {opacity: 1;transform: translateY(0);transition-duration: 300ms;}[data-tooltip-wide] {position: relative;cursor: help;text-decoration-style: dotted;}[data-tooltip-wide]::after {position: absolute;opacity: 0;pointer-events: none;content: attr(data-tooltip-wide);left: 10px;top: calc(100% + 1px);border-radius: 3px;box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.6);background-color: white;z-index: 10;padding: 8px;width: 60ch;transform: translateY(-20px);transition: all 150ms cubic-bezier(.25, .8, .25, 1);color: #3A3738;}[data-tooltip-wide]:hover::after {opacity: 1;transform: translateY(0);transition-duration: 300ms;}.baseLayer{position: fixed;z-index: -1;width: 100%;height: 100%;margin: 0;padding: 0;background-color: RGB(229, 231, 235);}.mainContainer{z-index: 0;width: 100%;min-height: 100%;display: flex;flex-direction: column;justify-content: flex-start;}.mainLayout_topBar{z-index: 0;display: flex;width: 100%;height: 3em;background: #42A496;margin: 0px;padding: 0px;flex-direction: row;justify-content: flex-end;align-items: center;color: white;}.mainLayout_topBar_item{display: inline-block;padding: 4px 20px 4px 20px;border: 2px;border-bottom-style: solid;border-bottom-color: #42A496;}.mainLayout_topBar_item:hover{border-bottom-color: #76E2F3;}.mainLayout_topBar_item_active{//color: #5E2DFF;border-bottom-color: white;}.mainLayout_topBar_shoppingCartItems{display: inline-block;padding: 4px 20px 4px 20px;}.sandboxBanner{background: #FFB26F;font-weight: bold;font-size: 150%;text-align: center;}.mainLayout_whiteBar{width: 100%;height: auto;background: white;margin: 0px;padding: 0px;display: flex;align-items: center;position: relative;}.mainLayout_whiteBar_logo{display: inline-block;width: 120px;height: 100%;}.mainLayout_whiteBar_navBar{display: flex;width: 100%;height: auto;margin: 0px;padding: 0px;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: center;}.mainLayout_whiteBar_navBar_item{display: inline-block;padding: 4px 15px 4px 15px;border: 4px;border-bottom-style: solid;border-bottom-color: white;text-align: center;}.mainLayout_whiteBar_navBar_item:hover{border-bottom-color: #42A496;}.mainLayout_whiteBar_navBar_item_active{color: #42A496;}div.user_info{display: none;z-index: 2;position: absolute;right: 0px;top: 0px;border-style: solid;border-width: 2px;border-color: #42A496;background-color: white;padding: 0;color: #3A3738;box-shadow: 0 0 5px 5px RGBA(150,150,150,0.5);}div.user_info_item{z-index: 2;background-color: white;padding: 15px 30px 15px 20px;}div.user_info_item:hover{background-color: #76E2F3;}div.messageForAll{width: 100%;background-color: #FFB26F;font-size: 125%;text-align: center;padding: 10px 0px;}.mainLayout_mainContainer{width: 100%;height: auto;min-height: 600px;background: none;padding: 0px 10px 0px 0px;flex: 1;z-index: 0;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}.mainLayout_bottomBar{z-index: 0;display: flex;width: 100%;height: 4em;background: #42A496;margin: 0px;padding: 0px;flex-direction: row;justify-content: space-between;align-items: center;color: white;}.spinner {display: none;z-index: 3;position: fixed;left: 45%;top: 40%;border: 16px solid #555555;border-top: 16px solid #42A496;border-radius: 50%;width: 100px;height: 100px;animation: spin 2s linear infinite;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}.spinnerWithStatusUpdate{display: none;z-index: 3;position: fixed;width: 300px;height: auto;border: 1px solid black;border-radius: 5px;background: white;padding: 10px;top: 50%;left: 50%;transform: translate(-50%, -50%);flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;align-items: center;}.spinnerWithStatusUpdateSpinner {margin-top: 20px;width: 100px;height: 100px;border: 16px solid #555555;border-top: 16px solid #42A496;border-radius: 50%;animation: spin 2s linear infinite;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}#spinnerUpdateMessage{margin-top: 20px;text-align: center;}div.cookie-banner{position: fixed;bottom: 40px;left: 5%;right: 5%;width:90%;padding: 10px 14px;display: none;align-items: center;justify-content: space-between;background-color: white;border-radius: 5px;border: 1px solid #42A496;box-shadow: 0 0 20px 20px RGBA(150,150,150,0.5);z-index: 3;}.cookie-banner-close{height: 40px;background-color: #777;border: none;color: white;border-radius: 2px;cursor: pointer;margin: 5px;}.AGB-container{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 5;}.AGBs{z-index: 5;position: fixed;top: 10%;width: min(80ch, 80%);left: 50%;transform:translateX(-50%);max-height: 80%;overflow-y: scroll;border: 1px solid black;border-radius: 10px;box-shadow: 0px 0px 10px 3000px rgba(0,0,0,0.4);background-color: white;padding: 30px;}.path{padding-left: 40px;}.pathDashboard{padding-left: 0px;margin-bottom: 20px;}.mainContentContainer-justifying{display: inline-block;width: auto;max-width: 100%;margin: 0px;vertical-align: top;padding-bottom: 30px;padding-left: 40px;overflow-x: scroll;}.mainContentContainer-centering{display: flex;width: 100%;height: auto;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;padding-top: 30px;padding-bottom: 30px;}.mainContentContainer-leftMenuPlusRight{width: 100%;height: 100%;flex: 1;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;}.leftMenuPlusRight-leftMenu{min-width: min-content;background: #515151;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;padding-top: 30px;flex: 0 0 auto;}.leftMenu-title{width: auto;margin: 10px;border-radius: 15px;background: none;padding: 10px;color: white;font-weight: bold;}.leftMenu-item{width: auto;min-width: min-content;height: 50px;margin: 5px 10px 5px 10px;border-radius: 15px;background: #686868;display: flex;flex-direction: row;align-items: center;padding: 10px;color: white;font-weight: bold;//font-size: 125%;}.leftMenu-item-inactive{width: auto;min-width: min-content;height: 50px;margin: 5px 10px 5px 10px;border-radius: 15px;background: none;display: flex;flex-direction: row;align-items: center;padding: 10px;color: white;font-weight: bold;//font-size: 125%;}.leftMenu-item-inactive:hover{background: #686868;}.leftMenuPlusRight-right{flex: 1;align-self: flex-start;display: inline-block;width: auto;max-width: 100%;margin: 0px;padding-bottom: 30px;padding-left: 40px;overflow-x: scroll;overflow-y: auto;}.plain-container-centering{display: inline-block;width: auto;background: white;padding: 30px;margin: 20px 0px 0px 0px;border-radius: 4px;border: 2px solid #BBBBBB;box-shadow: 5px 5px 20px #888888;}.plain-container{width: 100%;background: white;padding: 20px;margin: 20px 0px 20px 0px;border-radius: 4px;border: 2px solid #BBBBBB;box-shadow: 5px 5px 20px #888888;}.plain-container-with-header{width: auto;margin: 20px 0px 20px 0px;border-radius: 4px;border: 2px solid #BBBBBB;box-shadow: 5px 5px 20px #888888;}.plain-container-with-header-header{width: 100%;background: #666666;padding: 20px;margin: 0px;border-top-right-radius: 4px;border-top-left-radius: 4px;border: none;box-shadow: none;}.plain-container-with-header-contents{width: 100%;background: white;padding: 20px;margin: 0px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border: none;box-shadow: none;}.questionnaire-QandA{//padding-bottom: 10px;}.questionnaire-Q{padding-bottom: 2px;font-weight: bold;}.questionnaire-A{padding-bottom: 10px;padding-left: 20px;}.questionnaire-fuQ{padding-bottom: 2px;font-weight: bold;padding-left: 40px;}.questionnaire-fuA{padding-bottom: 10px;padding-left: 60px;}.QandA{border-bottom: 2px solid #666666;padding: 10px 0px 20px 0px;}.QandAError{border: solid red 2px;}.Q{font-weight: bold;font-size: 110%;}.A{padding-left: 30px;}.fuQandA{border-bottom: 2px solid #666666;padding: 10px 0px 10px 0px;display: none;}.fuQandAError{border: solid red 2px;}.fuQ{padding-left: 60px;font-weight: bold;font-size: 110%;}.fuA{padding-left: 90px;}.content{margin-left: 30px;max-width: 80ch;text-align: justify;}.input-container-with-header{display: inline-block;width: 100%;padding: 0px;border: 0px;margin: 20px 0px 0px 0px;}.input-container-header{display: inline-block;width: 100%;background: white;border: 1px solid #BBBBBB;border-top-left-radius: 8px;border-top-right-radius: 8px;padding: 10px;text-align: center;font-weight: bold;}.input-container-contents{display: inline-block;width: 100%;background: white;border: 1px solid #BBBBBB;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;padding: 10px;}.workflow-container{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;width: 60ch;background: white;border-radius: 8px;padding: 20px;margin: 10px 30px 0px 0px;border: 2px solid #BBBBBB;box-shadow: 0 4px 6px rgba(0, 0, 0, .3);}.workflow-container:hover{border: 2px solid #42A496;box-shadow: 0 4px 6px rgba(0, 0, 0, .3);}.workflow-container-left{display: inline-block;float: left;height: 100%;width: 10ch;}.workflow-container-right{display: inline-block;float: left;height: 100%;width: auto;margin-left: 20px;}.question-flex-container{display: flex;flex-direction: column;}.question-flex-child{margin-bottom: 20px;border-bottom: 2px solid #D8DEEF;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}.answer{margin-left: 40px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}.FUQanswer{margin-left: 40px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}.answer-consequences{//background-color: lightgray;font-size: 75%;margin-left: 20px;}.FUQ{//margin-left: 50px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}.questionnaire-controlbuttons-box{display: inline-block;width: 50px;height: 50px;vertical-align: top;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;flex-shrink: 0;}.question-controlbutton{display: none;}.answer-controlbutton{display: none;}.FUQ-controlbutton{display: none;}.FUQanswer-controlbutton{display: none;}.question-flex-child:hover .question-controlbutton{display: inline-block;}.answer:hover .answer-controlbutton{display: inline-block;}.FUQ:hover .FUQ-controlbutton{display: inline-block;}.FUQanswer:hover .FUQanswer-controlbutton{display: inline-block;}.questionnaireDialog{z-index: 2;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 80%;max-height: 80%;border-style: solid;border-width: 2px;border-color: #42A496;background-color: white;padding: 20px;color: #3A3738;box-shadow: 0 0 1000px 3000px RGBA(0,0,0,0.5);overflow-y: scroll;}.dialog{z-index: 2;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 80%;max-height: 80%;border-style: solid;border-width: 2px;border-color: #42A496;background-color: white;padding: 20px;color: #3A3738;box-shadow: 0 0 1000px 3000px RGBA(0,0,0,0.5);overflow-y: scroll;}.dashboard-flex-container{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;align-content: flex-start;}.dashboard-flex-item{width: 300px;height: 150px;text-align: center;background: white;border-radius: 8px;border: solid 1px white;padding: 10px;margin: 10px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}.dashboard-flex-item:hover{border: solid 1px RGB(0,45,154);}.tab-container-contents{display: none;width: 100%;background: white;padding: 20px;margin: 0px 0px 30px 0px;border-radius: 4px;border: 2px solid #BBBBBB;box-shadow: 5px 5px 20px #888888;}.tab-container-contents-nobox{display: none;width: 100%;background: none;padding: 20px;margin: 0px 0px 30px 0px;border: none;box-shadow: none;}.helpPage-item{width: 100%;background: white;border-radius: 8px;border: solid 1px white;padding: 10px 10px 10px 20px;margin: 10px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);font-size: 1.3rem;}.helpPage-item:hover{border: solid 1px RGB(0,45,154);}.helpScreenshot-container{width: 60ch;max-width: 90%;border: 1px solid #AAAAAA;background: white;padding: 0px;margin: 10px auto 40px auto;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}span.input-container{display: inline-block;background: #f1f0f3;border-radius: 8px;padding: 10px;}.info_header{font-size: 1.6rem;opacity: 0.6;margin-bottom: 4rem;}.alt_illustrated_text{display: flex;flex-direction: row;justify-content: space-between;align-items: center;text-align: left;margin-bottom: 6rem;width: 80%;margin-left: auto;margin-right: auto;}.alt_illustrated_text_rev{display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;text-align: left;margin-bottom: 6rem;width: 80%;margin-left: auto;margin-right: auto;}.alt_illustrated_text-image{text-align: center;width: 35%}.alt_illustrated_text-text{text-align: left;width: 65%;}.alt_illustrated_text-text-header{font-size: 1.6rem;margin-bottom: 1rem;}.alt_illustrated_text-text-body{font-size: 1.3rem;opacity: 0.6;}@media all and (max-width: 800px){.alt_illustrated_text{width: 100%;}.alt_illustrated_text_rev{width: 100%;}.alt_illustrated_text-text-header{font-size: 1.3rem;}.alt_illustrated_text-text-body{font-size: 1.0rem;}}div.emailContainer{display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}div.email{display: inline-block;position: relative;align-self: flex-start;max-width: 80ch;border: solid 1px #666666;border-radius: 15px;margin-right: 100px;margin-bottom: 40px;padding: 5px;background: white;}div.email:before{content: "";width: 0px;height: 0px;position: absolute;border-left: 15px solid #666666;border-right: 15px solid transparent;border-top: 15px solid #666666;border-bottom: 15px solid transparent;left: 19px;bottom: -30px;}div.email:after{content: "";width: 0px;height: 0px;position: absolute;border-left: 14px solid white;border-right: 14px solid transparent;border-top: 14px solid white;border-bottom: 14px solid transparent;left: 20px;bottom: -28px;}div.email-mine{display: inline-block;position: relative;align-self: flex-end;max-width: 80ch;margin-left: 100px;margin-bottom: 40px;border: solid 1px #666666;border-radius: 15px;padding: 5px;background: #F0FEFC;}div.email-mine:before{content: "";width: 0px;height: 0px;position: absolute;border-left: 15px solid transparent;border-right: 15px solid #666666;border-top: 15px solid #666666;border-bottom: 15px solid transparent;right: 19px;bottom: -30px;}div.email-mine:after{content: "";width: 0px;height: 0px;position: absolute;border-left: 14px solid transparent;border-right: 14px solid #F0FEFC;border-top: 14px solid #F0FEFC;border-bottom: 14px solid transparent;right: 20px;bottom: -28px;}div.email-new{display: inline-block;position: relative;align-self: flex-start;max-width: 80ch;border: solid 4px #42A496;border-radius: 15px;margin-right: 100px;margin-bottom: 40px;padding: 5px;background: white;}div.email-new:before{content: "";width: 0px;height: 0px;position: absolute;border-left: 15px solid #42A496;border-right: 15px solid transparent;border-top: 15px solid #42A496;border-bottom: 15px solid transparent;left: 19px;bottom: -30px;}div.email-new:after{content: "";width: 0px;height: 0px;position: absolute;border-left: 14px solid white;border-right: 14px solid transparent;border-top: 14px solid white;border-bottom: 14px solid transparent;left: 20px;bottom: -28px;}div.email-new:hover{border: solid 4px #42A496;box-shadow: 0px 0px 10px RGB(255,255,255);}div.emailInfoReceived{display: inline-block;position: relative;align-self: flex-end;margin-bottom: 40px;}.TEPopup{display: none;z-index: 2;position: fixed;left: 20%;top: 20%;max-height: 70%;overflow-y: auto;border-style: solid;border-width: 2px;border-color: #42A496;background-color: white;padding: 20px;color: #3A3738;box-shadow: 0 0 100px 100px RGBA(0,0,0,0.5);}.popup{display: none;z-index: 2;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);max-width: 80%;border-style: solid;border-width: 2px;border-color: #42A496;background-color: white;padding: 20px;color: #3A3738;box-shadow: 0 0 1000px 3000px RGBA(0,0,0,0.5);}.accordion{border-style: solid;border-width: 2px;border-color: #777777;border-radius: 5px;margin: 0 0 5px 0;}.accordion-header{padding: 5px;font-size: 120%;font-weight: bold;background: #F2F2F2;}.accordion-header::before{width: 30px;height: 30px;position: relative;display: inline-block;top: 3px;left: 0;content: "";content: url("accordion_arrow-fee64547215c9fd17ae7f36b62e0cd39.png");-webkit-transition: all 300ms 0s ease-in-out;transition: all 300ms 0s ease-in-out;}.accordion-header:hover::before {-webkit-transform: rotate(90deg);transform: rotate(90deg);transform-origin: 30% 30%;}.accordion-header:hover{background: #999999;}.accordion-contents{padding: 15px;background: white;display: none;}table.email-header{border-collapse: collapse;}table.email-header td.label{vertical-align: top;font-weight: bold;}table.input{border-collapse: collapse;vertical-align: middle;display: block;max-width:  100%;}table.input tbody{display: block;max-width: 100%;}table.input tr{display: block;max-width: 100%;}table.input td{display: block;max-width: 100%;padding: 10px 10px 20px 10px;}table.input td.label{color: #515151;font-weight: bold;}table.input label{color: #515151;font-weight: bold;}table.display-small{border-collapse: collapse;vertical-align: middle;margin: 10px 10px 10px 0px;max-width:  100%;border-top: 6px solid #D8DEEF;border-bottom: 4px solid #D8DEEF;}table.display-small tbody{display: block;max-width:  100%;}table.display-small td{padding: 10px 10px 10px 10px;vertical-align: top;max-width:  100%;border-bottom: 2px solid #D8DEEF;}table.display-small td.label{color: #3A3738;font-weight: bold;padding-right: 20px;}table.display-small td.value{}table.display-small td table td{border: none;}table.display-small tr.thickBottomBorder td{border-bottom: 6px solid #D8DEEF;}table.display-noBorders{border-collapse: collapse;vertical-align: top;margin: 5px 10px 5px 10px;display: block;max-width:  100%;}table.display-noBorders tbody{display: block;max-width:  100%;}table.display-noBorders td{padding: 0px 10px 30px 10px;vertical-align: top;max-width:  100%;}table.display-noBorders td.label{color: #42A496;font-weight: bold;}table.display-noBorders td.value{}table.mta{border-collapse: collapse;vertical-align: top;margin: 5px 10px 5px 10px;display: block;max-width:  100%;}table.mta tbody{display: block;max-width:  100%;}table.mta td{padding: 20px 10px 20px 10px;vertical-align: top;max-width:  100%;}table.mta td.label{color: #42A496;font-weight: bold;}table.mta td.value{}table.clickable{border-collapse: collapse;overflow-x: auto;width: 100%;max-width: 100%;//border-bottom: 3px solid #42A496;border-bottom: 6px solid #777777;//font-size: 80%;}table.clickable th, table.clickable td{padding: 8px 20px 8px 20px;text-align: left;max-width: 100%;}table.clickable tr:nth-child(odd){//background-color: #F0ECFF;background-color: #F2F2F2;//background-color: #DCFCF7;//background-color: #DAF8FD;max-width: 100%;}table.clickable tr:nth-child(even){background-color: white;max-width: 100%;}table.clickable tr:hover{background-color: #AAA;}table.clickable th{background-color: #777777;color: white;font-weight: bold;padding-top: 12px;padding-bottom: 8px;}tr.clickable:hover{background-color: #AAA;}table.clickable tr.category{//background-color: #82A8FF;font-weight: bold;color: #3A3738;}table.display-large{border-collapse: collapse;overflow-x: auto;width: 100%;max-width: 100%;border-bottom: 6px solid #777777;//font-size: 80%;}table.display-large th, table.display-large td{padding: 8px;text-align: left;}table.display-large tr:nth-child(odd){background-color: #F2F2F2;}table.display-large th{background-color: #777777;color: white;font-weight: bold;padding-top: 12px;padding-bottom: 8px;}table.display-large tr.category{//background-color: lightblue;font-weight: bold;}table.asset{border-collapse: collapse;overflow-x: auto;max-width: 100%;}table.asset th, table.asset td{padding: 15px 8px 15px 8px;border-bottom: 1px solid #AAAAAA}table.eventLog{border-collapse: collapse;overflow-x: auto;max-width: 100%;}table.eventLog th, table.eventLog td{padding: 15px 8px 15px 8px;border-bottom: 1px solid #AAAAAA}table.workflow-reviews{border-collapse: collapse;border: 1px solid #AAAAAA;}table.workflow-reviews td, table.workflow-reviews th{border-right: 1px solid #AAAAAA;}.hideColumnButton{position: relative;}.hideColumnButton::after {z-index: 10;position: absolute;right: 4px;top: 4px;width: 20px;height: 20px;content: "";background-image: url("cross-in-box-white-e0c0d65ba75cca152c1f65a1b2a9546f.png");background-size: contain;background-repeat: no-repeat;opacity: 0;}.hideColumnButton:hover::after {opacity: 1;}.tableColumnVisibility{display: inline-block;position: relative;width: 25px;height: 25px;content: "";background-image: url("eye-grey-e44bf2058365f32bd1a0ab768929cb38.png");background-size: contain;background-repeat: no-repeat;}.tableColumnVisibilityDropdown{display: none;z-index: 2;position: absolute;top: 0;left: 0;border: 2px solid #777777;background-color: white;padding: 10px;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.3);}.tableColumnVisibility:hover .tableColumnVisibilityDropdown{display: flex;}.tableColumnVisibilityDropdownItem{white-space: nowrap;margin-bottom: 2px;}.flagContainer{display: inline-block;position: relative;width: 25px;height: 25px;vertical-align: middle;}.flagSelectionDropdown{z-index: 10;position: absolute;left: 0px;top: -5px;border: 2px solid white;border-radius: 2px;background-color: #fff;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;padding: 5px;content: "";display: none;}.flagContainer:hover .flagSelectionDropdown{display: flex;animation: fadeInFlagSelectionDropdown 0.7s;}@keyframes fadeInFlagSelectionDropdown{0%{opacity: 0%}100%{opacity: 100%}}.flagSelectionOption{width: 20px;height: 20px;margin-left: 2px;}input[type=text], textarea, input[type=number], input[type=password], input[type=email], select{//padding: 5px 10px;//border: 2px solid #515151;//border-radius: 6px;font-size: 100%;}input[type=text]:focus, textarea:focus, input[type=number]:focus, input[type=password]:focus {box-shadow: 0px 0px 5px #515151;}select{background: white;margin: 10px 10px 10px 0px;padding: 10px;border-radius: 5px;border: solid 1px #CCCCCC;width: 40ch;}input[type="radio"]{//accent-color: #76E2F3;}.input-field-autoshrink{position: relative;display: inline-block;width: auto;max-width: 100%;margin: 10px 10px 10px 0px;}.input-field-autoshrink input, textarea{max-width: 100%;padding: 15px 10px 10px 10px;border-radius: 5px;border: solid 1px #CCCCCC;}.input-field-autoshrink input.errors{border-color:red;}.input-field-autoshrink input.readOnly{background-color: #EEEEEE;}.input-field-autoshrink label{max-width: 100%;font-size: 100%;color: #3A3738;margin-left: 10px;}.input-field-autoshrink label.active{position: absolute;font-size: 80%;margin-top: 1px;//color: #42A496;color: #1ACBD9;//color: #B5A3F1;}.input-field-autoshrink label.inactive{position: absolute;margin-top: 20px;color: #666666;}.input-field-autoshrink label.transition{-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;transition: all .1s linear;}.short_length{width: 30ch;max-width:100%;}.medium_length{width: 40ch;max-width:100%;}.long_length{width: 60ch;max-width:100%;}input.errors{border-color:red;}select.errors{border-color:red;}textArea.errors{border-color:red;}.error_message{color: red;}label.input{color: #3A3738;font-weight: bold;}.errors, span.errors{border: 1px solid red;}.ui-autocomplete-input{padding: 5px 10px;border: 1px solid #51515151;border-radius: 4px;width: 40ch;max-width:100%;font-size: 100% !important;font-family: 'Swansea', sans-serif !important;}.at-checkbox-container{display: flex;height: auto;flex-direction: row;justify-content: flex-start;align-items: center;}.at-checkbox-container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}.atcheckbox{height: 25px;width: 25px;border: 1px solid #51515151;margin: 0px 10px 0px 5px;}.atcheckbox-error{border-color: red;}.atcheckbox:hover {//background-color: #5E2DFF;background-color: #D6D6D6;}.atcheckbox:after {content: "";position: relative;left: 8px;top:2px;width: 5px;height: 15px;border: solid #42A496;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);display: none;}.at-checkbox-container input:checked ~ .atcheckbox:after {display: block;}.flash-flexContainer{z-index:  2;position: fixed;top: 140px;left: 50%;transform: translateX(-50%);height: auto;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;margin: 0;padding: 0;}.flash-message{z-index:  2;display: none;border: none;border-radius: 5px;background-color: #CCEBE6;color: #2C9E8D;padding: 20px 50px 20px 30px;margin-top: 10px;font-weight: bold;position: relative;}.flash-message:hover .flash-message-close{display: block;}.flash-message-close{position: absolute;left: 0px;top: 0px;transform: translate(-50%, -50%);width: 3ch;height: 3ch;border: 2px solid #2C9E8D;border-radius: 1.5ch;background-color: #CCEBE6;text-align: center;line-height: calc(3ch - 4px);display: none;cursor: pointer;}.flash-error{z-index:  2;display: none;border: none;border-radius: 5px;background-color: #F3B3B3;color: red;padding: 20px 50px 20px 30px;margin-top: 5px;font-weight: bold;position: relative;}.flash-error:hover .flash-error-close{display: block;}.flash-error-close{position: absolute;left: 0px;top: 0px;transform: translate(-50%, -50%);width: 3ch;height: 3ch;border: 2px solid red;border-radius: 1.5ch;background-color: #F3B3B3;text-align: center;line-height: calc(3ch - 4px);display: none;cursor: pointer;}.user-login-image{height: 2em;width: auto;vertical-align:middle;margin: 4px 20px 4px 0px;}.logo-image{padding: 5px 10px 5px 10px;border: 0;margin: 0;width: 100%;height: auto;vertical-align:middle;}.user-info-name{padding: 15px 30px 15px 20px;border-bottom: 1px solid #002D9A}.user_info_item-image{width: 3ch;height: auto;vertical-align:middle;margin-right: 2ch;}.delete-cookies{width: 3ch;height: auto;vertical-align:middle;margin-right: 5px;}.overflow-x-auto{overflow-x: auto;}.overflow-y-auto{overflow-y: auto;}.overflow-y-scroll{overflow-y: scroll;}.overflow-hidden{overflow: hidden;}.hidden-error-message{display: none;color: red;margin-bottom: 10px;}.hidden{display: none;}.block{display: block;}.inlineFlex{display: inline-flex;}.displayInlineFlex{display: inline-flex;}.displayFlex{display: flex;}.inlineBlock{display: inline-block;}.positionRelative{position: relative;}.positionAbsolute{position: absolute;}.width-100p{width: 100%;}.width-10ch{width: 10ch;}.width1_5rem{width: 1.5rem;}.width2rem{width: 2rem;}.width3rem{width: 3rem;}.width5rem{width: 5rem;}.max-width-50{max-width: 50ch;}.max-width-70p{max-width: 70%;}.max-width-70{max-width: 70ch;}.max-width-80{max-width: 80ch;}.max-width-100p{max-width: 100%;}.min-width-30ch{min-width: 30ch;}.height0_125rem{height: 0.125rem;}.height1_5rem{height: 1.5rem;}.height2rem{height: 2rem;}.height3rem{height: 3rem;}.height5rem{height: 5rem;}.height16rem{height: 16rem;}.max-height-100vh{max-height: 100vh;}.maxHeight16rem{max-height: 16rem;}.minHeight8rem{min-height: 8rem;}.overflow-x-scroll{overflow-x: scroll;}.left10p{left: 10%;}.left0_75rem{left: 0.75rem;}.top0_75rem{top: 0.75rem;}.leftMenuImage{height: 30px;width: auto;vertical-align:middle;margin: 0px 20px 0px 0px;}.image-20w{margin: 0;padding: 0;width: 20px;height: auto;}.image-80w{margin: 0;padding: 0;width: 80px;height: auto;}.image-20-12{margin: 0;padding: 0;width: 20px;height: 12px;}.image-1em-1em-vMiddle{vertical-align: middle;width: 1em;height: 1em;}.image-2em-2em-vMiddle{vertical-align: middle;width: 2em;height: 2em;}.image-3em-3em-vMiddle{vertical-align: middle;width: 3em;height: 3em;}.image-2em-auto-vMiddle{vertical-align: middle;width: 2em;height: auto;}.image-auto-2em-vMiddle{vertical-align: middle;width: auto;height: 2em;}.image-auto-30-vMiddle{vertical-align: middle;width: auto;height: 30px;margin: 0;padding: 0;}.image-20-20-vMiddle{vertical-align: middle;width: 20px;height: 20px;margin: 0;padding: 0;}.image-30-24-vMiddle{vertical-align: middle;width: 30px;height: 24px;margin: 0;padding: 0;}.image-40-auto-vMiddle{vertical-align: middle;width: 40px;height: auto;margin: 0;padding: 0;}.image-150-auto-vMiddle{vertical-align: middle;width: 150px;height: auto;margin: 0;padding: 0;}.image-100p-auto-vMiddle{vertical-align: middle;width: 100%;height: auto;margin: 0;padding: 0;}.image-20-20-vTop{vertical-align: top;width: 20px;height: 20px;margin: 0;padding: 0;}.image-20-24-vTop{vertical-align: top;width: 20px;height: 24px;margin: 0;padding: 0;}.image-100p-contain-vTop{width: 100%;object-fit: contain;vertical-align: top;}.adminBox{border: 4px solid orange;width: 100%;}.valign-middle{vertical-align: middle;}.valign-top{vertical-align: top;}.halign-center{text-align: center;}.textAlignCenter{text-align: center;}table td.halign-center{text-align: center;}.halign-left{text-align: left;}.halign-justify{text-align: justify;}.white{color: white;}.red{color: red;}.green{color: green;}.color515151{color: #515151;}.colorBBBBBB{color: #BBBBBB;}.bkgdWhite{background-color: white;}.backgroundColorWhite{background-color: white;}.bkgdRed{background-color: red;}.bkgdF0FEFC{background-color: #F0FEFC;}.bkgdPink{background-color: pink;}.backgroundColorRGB66_164_150{background-color: RGB(66, 164, 150);}.backgroundColorRGB248_250_252{background-color: rgb(248,250,252);}.backgroundColor515151{background-color: #515151;}.backgroundColorDDDDDD{background-color: #DDDDDD;}.backgroundColorBBBBBB{background-color: #BBBBBB;}.greenGradient{background-image: linear-gradient(to right, RGB(66,164,150), RGB(57,142,130));}.pad10{padding: 10px;}.pad30{padding: 30px;}.padding0_75rem{padding: 0.75rem;}.padding1rem{padding: 1rem;}.padding2rem{padding: 2rem;}.padLeft20{padding-left: 20px;}.padLeft30{padding-left: 30px;}.padLeft40{padding-left: 40px;}.padLeft60{padding-left: 60px;}.padLeft1ch{padding-left: 1ch;}.paddingLeft1rem{padding-left: 1rem;}.paddingLeft2rem{padding-left: 2rem;}.paddingLeft2_75rem{padding-left: 2.75rem;}.paddingTop0{padding-top: 0;}.padTop20{padding-top: 20px;}.paddingTop0_5rem{padding-top: 0.5rem;}.paddingRight0_75rem{padding-right: 0.75rem;}.paddingRight1rem{padding-right: 1rem;}.paddingRight2rem{padding-right: 2rem;}.padBottom10{padding-bottom: 10px;}.padBottom20{padding-bottom: 20px;}.paddingBottom0_5rem{padding-bottom: 0.5rem;}.paddingBottom2rem{padding-bottom: 2rem;}.pad10-40-40-40{padding: 10px 40px 40px 40px;}tr.paddingBottom10px td{padding-bottom: 10px;}tr.paddingBottom20px td{padding-bottom: 20px;}tr.paddingBottom30px td{padding-bottom: 30px;}tr.paddingBottom40px td{padding-bottom: 40px;}.ul-square{list-style-type: square;}.margin0{margin: 0;}.margin20{margin: 20px;}.marginBottom5{margin-bottom: 5px;}.marginBottom10{margin-bottom: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom0_5em{margin-bottom: 0.5em;}.marginBottom0_75rem{margin-bottom: 0.75rem;}.marginBottom1_5rem{margin-bottom: 1.5rem;}.marginBottom2rem{margin-bottom: 2rem;}.marginBottom3rem{margin-bottom: 3rem;}.marginLeft0{margin-left: 0px;}.marginLeft5{margin-left: 5px;}.marginLeft20{margin-left: 20px;}.marginLeft40{margin-left: 40px;}.marginRight10{margin-right: 10px;}.marginTop0{margin-top: 0px;}.marginTop4{margin-top: 4px;}.marginTop1_5rem{margin-top: 1.5rem;}.cursorPointer{cursor: pointer;}.borderRadius4{border-radius: 4px;}.borderRadius9999{border-radius: 9999px;}.borderRadius0_5rem{border-radius: 0.5rem;}.borderRadius0_75rem{border-radius: 0.75rem;}.borderTopRadius1_5rem{border-top-left-radius: 1.5rem;border-top-right-radius: 1.5rem;}.borderBottomRadius1_5rem{border-bottom-left-radius: 1.5rem;border-bottom-right-radius: 1.5rem;}.borderWidth1{border-width: 1px;}.borderWidth2{border-width: 2px;}.borderStyleSolid{border-style: solid;}.borderStyleDotted{border-style: dotted;}.borderStyleDashed{border-style: dashed;}.borderColor515151{border-color: #515151;}.borderColorRGB226_232_240{border-color: rgb(226,232,240);}.pointerEventsAuto{pointer-events: auto;}.h1em{height: 1em;}.alignItemsCenter{align-items: center;}.justifyContentCenter{justify-content: center;}.gap1rem{gap: 1rem;}.gap0_5rem{gap: 0.5rem;}.gap0_75rem{gap: 0.75rem;}.font200p{font-size: 200%;}.font75p{font-size: 75%;}.underline{text-decoration: underline;}.bold{font-weight: bold;}.fontSizeInherit{font-size: inherit;}.fontSize0_875rem{font-size: 0.875rem;}.fontSize1_25rem{font-size: 1.25rem;}.fontSize1_5rem{font-size: 1.5rem;}.lineHeight1_25rem{line-height: 1.25rem;}.lineHeight1_75rem{line-height: 1.75rem;}.lineHeight2rem{line-height: 2rem;}.hoverBackgroundColorRGB212_238_234:hover{background-color: RGB(212,238,234);}.hoverBackgroundColorRGB182_240_249:hover{background-color: RGB(182,240,249);}.hoverBackgroundColorRGB211_246_251:hover{background-color: RGB(211,246,251);}.dashboard-institutionSignDatenAV-1{border: 2px solid #13C2DD;border-radius: 5px;padding: 10px;}.workflow-addSciQ-1{display: inline-block;border: 1px solid black;border-radius: 5px;margin-left: 50px;}.workflow-addSciQ-2{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;}.workflow-editW-1{display: inline-block;padding: 10px;margin: 10px;box-shadow: 0 4px 6px rgba(0, 0, 0, .3);}.workflow-editW-2{border: 1px solid #D8DEEF;border-radius: 5px;margin-left: 100px;}.workflow-selectIcon-1{display: inline-block;padding: 10px;margin: 10px;box-shadow: 0 4px 6px rgba(0, 0, 0, .3);}.admin-viewAGBForm{max-width: 80%;left: 10%;border: 2px solid black;padding: 10px;}.admin-linkPiToUser{float: left;height: 100%;width: 50%;}.admin-index-errorLog{font-size: 200%;background: yellow;}.intro-index-1{width: 70%;min-width: 60ch;background: white;padding: 20px;margin: 20px 0px 20px 0px;border-radius: 4px;border: 2px solid #BBBBBB;box-shadow: 5px 5px 20px #888888;}.intro-index-2{font-size: 1.6rem;margin-bottom: 4rem;text-align: center;font-weight: bold;opacity: 1;}