html, body {width: 100%;height: 100%;margin: 0;padding: 0;}body, input, select, textarea {font-family: 'Raleway', sans-serif;color: #3A3738;font-size: 1rem;}textarea:focus, input:focus{outline: none;}* {box-sizing: border-box;}.label{color: #002D9A;font-weight: bold;}span.label{color: #002D9A;font-weight: bold;}.FAQ-question{font-size: 1.5rem;font-weight: bold;color: #FFC800;cursor: pointer;margin-top: 4px;}.FAQ-question:hover{color: #CE9E00;}.FAQ-answer{display: none;padding: 20px;}a{color: #002D9A;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;}a.plain:hover{text-decoration: underline;}a.dashboard{text-decoration: none;color: #333333;font-weight: normal;}.button{background-color: #FFC800;border: none;border-radius: 8px;color: #3A3738;padding: 8px 16px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px 4px 4px 0px;}.button:hover{background-color: #CE9E00;}.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);}.removeButton{background: url('remove-855ef67253f734cf802b41bdf15fface.png') no-repeat;background-size: 100%;width: 20px;height: 20px;border: none;}.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: #FFC800;border: none;color: #3A3738;padding: 5px 20px;text-align: center;text-decoration: none;display: inline-block;font-size: 100%;margin: 4px;}.navButton:hover{background-color: #CE9E00;}.actionButton{background-color: #FFC800;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: #CE9E00;}[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% + 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: 500px;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;}.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: #002D9A;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: #002D9A;}.mainLayout_topBar_item:hover{border-bottom-color: white;}.mainLayout_topBar_item_active{color: #FFC800;}.mainLayout_topBar_shoppingCartItems{display: inline-block;padding: 4px 20px 4px 20px;}.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: 160px;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: #FFC800;}.mainLayout_whiteBar_navBar_item_active{}.mainLayout_mainContainer{display: inline-block;width: 100%;height: auto;min-height: 600px;background: none;padding: 0px 5% 0px 5%;flex: 1;position: relative;z-index: 0;}.mainLayout_bottomBar{z-index: 0;display: flex;width: 100%;height: 4em;background: #002D9A;margin: 0px;padding: 0px;flex-direction: row;justify-content: space-between;align-items: center;color: white;}div.user_info{display: none;z-index: 2;position: absolute;right: 0px;top: 0px;border-style: solid;border-width: 2px;border-color: #002D9A;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: #FFC800;}div.messageForAll{width: 100%;background-color: #FFC800;font-size: 125%;text-align: center;padding: 10px 0px;}.spinner {z-index: 3;position: fixed;left: 45%;top: 40%;border: 16px solid #555555;border-top: 16px solid #FFC800;border-radius: 50%;width: 100px;height: 100px;animation: spin 2s linear infinite;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}div.cookie-banner{position: fixed;bottom: 40px;left: 5%;right: 5%;width:90%;padding: 10px 14px;display: flex;align-items: center;justify-content: space-between;background-color: white;border-radius: 5px;border: 1px solid #002D9A;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;}div.mainContainer-justifying{display: inline-block;width: auto;max-width: 100%;padding: 0px;margin: 0px;}div.header-container{width: auto;padding: 0px;margin: 20px 0px 0px 0px;}div.plain-container-after-header{display: inline-block;width: 100%;background: white;border-radius: 8px;padding: 20px;margin: 0px 0px 0px 0px;border: 1px solid #BBBBBB;}div.plain-container{display: inline-block;width: 100%;background: white;border-radius: 8px;padding: 20px;margin: 40px 0px 0px 0px;border: 1px solid #BBBBBB;}div.mainSearch-flexcontainer{display: flex;width: 100%;height: auto;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}div.mainSearch-container{width: auto;max-width: 90%;background: white;border-radius: 8px;padding: 40px;margin-top: 40px;border: 1px solid #BBBBBB;}div.mainProgress-row{display: flex;width: 100%;height: auto;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;}div.mainProgress-container{display: flex;width: auto;max-width: 90%;background: white;border-radius: 8px;padding: 40px;margin-top: 40px;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;align-items: center;}div.mainProgress-icon-container{display: flex;width: auto;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}div.mainProgress-item{display: inline-block;padding: 0px 40px 10px 40px;}.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;}span.link-container{display: inline-block;width: 100%;background: white;border-radius: 8px;padding: 20px;margin: 10px 0px 0px 0px;border: 1px solid #BBBBBB;}span.link-container:hover{border: 1px solid #002D9A;box-shadow: 0px 0px 5px #002D9A;}div.plasmid-flexcontainer{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;width: 90vw;max-width: 100%;border:  0px;padding: 0px;margin: 0px;}div.plasmid-flexcontainer-data{display: inline-block;width: 60%;border:  0px;padding: 0px;margin: 0px;}div.plasmid-flexcontainer-map{display: inline-block;width: 50%;border:  0px;padding: 0px;margin: 0px;}.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{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);}.publication-container{display: inline-block;width: 100%;background: white;padding: 20px;margin: 0px 0px 0px 0px;border: 1px solid #BBBBBB;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}.publication-flexcontainer{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;max-width: 100%;}span.tab-container{display: inline-block;margin: 0px;padding: 0px;border: 0px;max-width: 100%;}div.tab-container-tab{display: inline-block;background: white;border-top: 1px solid #AAA;border-right: 1px solid #AAA;border-left: 1px solid #AAA;border-bottom: 0px;border-top-left-radius: 8px;border-top-right-radius: 8px;padding: 10px;text-align: center;font-weight: bold;margin: 0px;}div.tab-container-tab-inactive{display: inline-block;background: #DDDDDD;border-top: 1px solid #AAA;border-right: 1px solid #AAA;border-left: 1px solid #AAA;border-bottom: 0px;border-top-left-radius: 8px;border-top-right-radius: 8px;padding: 10px;text-align: center;font-weight: bold;margin: 0px;}div.tab-container-tab-inactive:hover{background: #FFC800;}div.tab-container-contents{background: white;border: 1px solid #AAA;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;padding: 10px;}.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 70px 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;}div.info_header{font-size: 1.3rem;text-align: justify;opacity: 0.6;margin-bottom: 4rem;}div.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;}div.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;}div.alt_illustrated_text-image{text-align: center;width: 35%}div.alt_illustrated_text-text{text-align: left;width: 65%;}div.alt_illustrated_text-text-header{font-size: 1.6rem;margin-bottom: 1rem;}div.alt_illustrated_text-text-body{font-size: 1.3rem;opacity: 0.6;}@media all and (max-width: 800px){div.alt_illustrated_text{width: 100%;}div.alt_illustrated_text_rev{width: 100%;}div.alt_illustrated_text-text-header{font-size: 1.3rem;}div.alt_illustrated_text-text-body{font-size: 1.0rem;}}div.accordion{border-style: solid;border-width: 2px;border-color: #BBBBBB;border-radius: 5px;margin: 0 0 5px 0;max-width: 100%;}div.accordion-header{padding: 5px;font-weight: bold;background: #F2F2F2;max-width: 100%;}div.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;}div.accordion-header:hover::before {-webkit-transform: rotate(90deg);transform: rotate(90deg);transform-origin: 30% 30%;}div.accordion-header:hover{background: #999999;}div.accordion-contents{padding: 5px;background: white;display: none;max-width: 100%;}div.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: #FFC800;background-color: white;padding: 20px;color: #3A3738;box-shadow: 0 0 1000px 1000px RGBA(0,0,0,0.5);}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: #002D9A;font-weight: bold;}table.input label{color: #002D9A;font-weight: bold;}table.display-small{border-collapse: collapse;vertical-align: middle;margin: 10px 10px 10px 0px;max-width:  100%;border-top: 2px solid #D8DEEF;border-bottom: 2px solid #D8DEEF;}table.display-small tbody{display: block;max-width:  100%;}table.display-small td{padding: 10px 10px 20px 10px;vertical-align: top;max-width:  100%;border-top: 2px solid #D8DEEF;border-bottom: 2px solid #D8DEEF;}table.display-small td.label{color: #3A3738;font-weight: bold;background-color: #F4F5FA;border-right: 1px solid #D8DEEF;}table.display-small td.value{}table.display-small td table td{border: none;}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: #002D9A;font-weight: bold;}table.display-noBorders td.value{}table.shopping-cart{border-collapse: collapse;vertical-align: middle;}table.shopping-cart td{padding: 30px 10px 0px 10px;vertical-align: middle;max-width:  100%;}table.shopping-cart th{padding: 10px 10px 10px 10px;background-color: #FFC800;max-width:  100%;}table.shopping-cart td.label{color: #002D9A;font-weight: bold;}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: #002D9A;font-weight: bold;}table.mta td.value{}table.clickable{border-collapse: collapse;overflow-x: auto;width: 100%;max-width: 100%;border-bottom: 3px solid #002D9A;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: #FEFAEA;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: #002D9A;color: white;font-weight: bold;}tr.clickable:hover{background-color: #AAA;}table.display-large{border-collapse: collapse;overflow-x: auto;width: 100%;max-width: 100%;border-bottom: 3px solid #002D9A;font-size: 80%;}table.display-large th, table.display-large td{border: 1px solid #ddd;padding: 8px;text-align: left;}table.display-large tr:nth-child(odd){background-color: #FEFAEA;}table.display-large th{background-color: #002D9A;color: white;font-weight: bold;padding-top: 12px;padding-bottom: 12px;}table.display-bill{border-collapse: collapse;overflow-x: auto;}table.display-bill th, table.display-bill td{border: none;padding: 8px;}table.display-bill td{padding: 5px 10px 5px 10px;vertical-align: top;}table.display-bill td.label{text-align: left;}table.display-bill td.value{text-align: right;}table.newPlasmid{border-collapse: collapse;}table.newPlasmid th, table.newPlasmid td{border: none;}table.newPlasmid td{padding: 10px 10px 10px 20px;vertical-align: top;}input[type=text], textarea, input[type=number], input[type=password], input[type=email], select{padding: 5px 10px;border: 2px solid #002D9A;border-radius: 6px;}input[type=text]:focus, textarea:focus, input[type=number]:focus, input[type=password]:focus, input[type=email]:focus {box-shadow: 0px 0px 5px #002D9A;}input.short_length{width: 10ch;max-width:100%;}input.medium_length{width: 40ch;max-width:100%;}input.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: #002D9A;font-weight: bold;}.errors{border: 1px solid red;border-radius: 4px;padding: 5px;}.ui-autocomplete-input{padding: 5px 10px;border: 1px solid #002D9A;border-radius: 4px;width: 40ch;max-width:100%;}.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 #002D9A;margin: 0px 10px 0px 5px;}.atcheckbox-error{border-color: red;}.atcheckbox:hover {background-color: #FFC800;}.atcheckbox:after {content: "";position: relative;left: 8px;top:2px;width: 5px;height: 15px;border: solid #002D9A;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;}div.ad{display: inline-block;position: relative;width: 30ch;height: 42ch;background: #f1f0f3;border: 2px solid #333333;border-radius: 4px;box-shadow: 4px 4px #666666;text-align: left;}div.adFlex{flex-shrink: 0;flex-basis: 30ch;margin-right: 20px;margin-bottom: 20px;}div.adFlex:hover {border-color: RGB(95,181,247);box-shadow: 0px 0px 5px RGB(95,181,247);}div.adPicture{display: inline-block;width: 100%;height: 13ch;margin-bottom: 10px;background: white;}div.adTitle{font-size: 125%;line-height: 1;font-weight: bold;margin-bottom: 10px;margin-left: 5px;margin-right: 5px;}div.adDate{margin-bottom: 10px;margin-left: 5px;margin-right: 5px;line-height: 1;}div.adLocation{margin-bottom: 10px;margin-left: 5px;margin-right: 5px;line-height: 1;}div.adOrganizer{width: 100%;line-height: 1;margin-left: 5px;margin-bottom: 10px;}div.adLogo{width: 100%;height: 30px;text-align: center;margin-bottom: 2px;}div.adDetailsInfo{padding: 10px;}div.adDetailsTitle{font-size: 250%;font-weight: bold;text-align: center;margin-bottom: 20px;}div.adDetailsDate{font-size: 150%;font-weight: bold;text-align: center;}div.adDetailsSection{font-size: 150%;font-weight: bold;margin-top: 40px;}ul.mta{}ul.mta li{margin-bottom: 10px;}ul.addOnTerm{margin-left: 20px;}ul.addOnTerm li{margin-bottom: 20px;}div.flash-flexContainer{z-index:  1;position: fixed;top: 140px;left: 0px;width: 100%;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;margin: 0;padding: 0;}div.flash-message{z-index:  1;display: none;border: none;border-radius: 5px;background-color: #C8ECD2;color: green;padding: 20px 50px 20px 30px;margin-top: 10px;font-weight: bold;}div.flash-error{z-index:  1;display: none;border: none;border-radius: 5px;background-color: #F3B3B3;color: red;padding: 20px 50px 20px 30px;margin-top: 5px;font-weight: bold;}.bold{font-weight: bold;}.EPRblue{color: #002D9A;}.font110{font-size: 110%;}.font120{font-size: 120%;}