/* Basic Styles */
html {
    font-family: Source Sans Pro;
    font-size: 16px;
    color: #333333;
}

body {
    font-family: "Geist", sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    color: #0A133A;
    font-weight: bold;
    font-size: 60px;
    padding-bottom: 16px;
}

h2 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 16px;
}

p {
    font-size: 16px;
}

/* Stuff used on all/most pages */

header {
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    padding: 0 40px;
}

.header-link-list {
    display: flex;
    align-items: center;
    column-gap: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.header-link-list a {
    text-decoration: none;
    color: #333333;
}

#banner-container {
    max-height: 430px;
    overflow: hidden;
    display: flex;
}

#banner-container img {
    width: 100%;
    justify-content: center;
    object-fit: cover;
}

#breadcrumb-container {
    width: 100%;
    min-height: 45px;
    padding-left: 40px;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    color: #324C4E;
}

#breadcrumb-container a {
    color: #324C4E;
    text-decoration: none;
}

#layout-container {
    padding-bottom: 45px;
}

footer {
    margin-top: auto;
    color: #FFFFFF;
    background-color: #324C4E;
    border-top: 6px solid #729180;
    padding: 40px;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 150px;
}

.footer-epi-section {
    display: flex;
    flex-direction: column;
}

.italic {
    font-style: italic;
}

/* Elemental Blocks */

.element {
    padding-top: 30px;
    padding-bottom: 30px;;
}

.pirbright__elementalblocks__colorcontentblock {
    padding-top: 0;
    padding-bottom: 15px;
}

.content-element {
    padding-left: 40px;
    padding-right: 40px;
}

.content-element__content { /* see responsive.css for responsive sizing */
    flex: 0 0 auto;
    width: fit-content;
}

.content-element__linkblock {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: 40px;
    /* width: 100%; */
}

.content-element__linkblock a {
    max-width: 400px;
    text-decoration: none;
}

.content-element__linkblock.center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content-element__linkblock a > div {
    display: flex;
    justify-content: space-between;
}

.content-element__textAndLinkBlock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}

.content-element__textAndLinkBlock .content-element__linkblock {
    height: fit-content;
}

.content-element__textAndLinkBlock .content-element__linkblock a {
    margin-left: auto;
}

.linkblock-large {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
}

a.linkblock-wide {
    max-width: 450px;
}

.linkblock-vlist {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    align-items: stretch;
    gap: 40px;
    font-weight: bold;
    font-size: 30px;
}

.linkblock-darkgreen {
    background-color: #324C4E;
    padding: 15px;
    border-top: 5px solid #8EAE81;
    color: #FFFFFF;
    flex-basis: 0;
    flex-grow: 1;
}

.bg-lightgreen {
    background-color: #8EAE81;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-white h2 {
    color: #0A133A;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.bg-white p {
    color: #333333;
    padding-left: 16px;
    padding-right: 16px;
}

.content-element.bg-lightgreen {
    padding: 40px;
} 

.list-container {
    gap: 35px;
}

.column-container {
    gap: 70px;
}

.column-container .content-object-container {
    max-width: 400px;
}

.list-container .content-object-container img {
    margin-right: 35px;
}

/* Form Styling */

.ss-tabset > ul {
    display: none;
}

.form .field > label,
.form .section-title {
    color: #0A133A;
    font-weight: bold;
    font-size: 30px;
}

.form label {
    color: #333333;
}

.form .field:not(.has_paragraph) > label {
    padding-bottom: 20px;
}

.form .field.has_paragraph .first,
.form .field.has_map:not(.has_paragraph) .fieldgroup > .first,
.form .field.has_map.has_paragraph .fieldgroup > .fieldgroup-field:nth-child(2) {
    width: 100%;
    padding-bottom: 20px;
}

.middleColumn.fieldgroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    padding: 20px 0px 40px 0px;
}

.fieldgroup-field {
    width: 100%;
}

.fieldholder-small {
    display: flex;
    flex-direction: column;
}

.fieldholder-small label {
    font-weight: bold;
    padding-bottom: 5px;
}

#Root_Main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form .fieldgroup {
    width: 100%;
}

.form input,
.form select,
.form textarea {
    outline: none;
    border: 1px solid #8EAE81;
    height: 35px;
    padding-left: 10px;
}

.form textarea {
    height: 150px;
}

.submitter_details .middleColumn {
    border-top: 1px solid #8EAE81;
}

.form .optionset {
    padding-left: 0;
}

.form input[type="date"] {
    width: fit-content;
}

.form input[type="date"]::-webkit-calendar-picker-indicator {
    background: #8EAE81 url(../images/calendar-fill.svg) no-repeat center;
    background-size: 20px;
    width: 33px;
    height: 33px;
}

.form .left-side-only .middleColumn.fieldgroup{
    flex-direction: column;
}

.form .zero-bottom-padding .middleColumn.fieldgroup {
    padding-bottom: 0;
}

.form div.inline-input {
    flex-direction: row;
    justify-content: space-between
}

.form select.inline-input  {
    width: 70%;
}

.form .text-under-label .middleColumn.fieldgroup .fieldgroup-field{
    width: 100%;
}

.form .error {
    font-style: italic;
    color: red;
}

.form select.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow.svg) no-repeat right;
    background-position-x: 97%;
}

.form .to-right .middleColumn.fieldgroup{
    justify-content: right;
}

.form .g-recaptcha {
    display: flex;
    justify-content: right;
}

i {
    font-style: italic;
}

.download-template {
    font-weight: bold;
    color: #324c4e;
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.download-template img{
    width: 30px;
}

.download-template div{
    text-decoration: underline;
}

#batch-form .text-under-label {
    width: 100%;
}

.form .btn-toolbar {
    gap: 20px;
    justify-content: flex-end;
}

.form .btn-toolbar input,
.return-btn div {
    font-size: 1.5rem;
    width: 250px;
    height: 100px;
}

.form .btn-toolbar input[name="action_next"],
.form .btn-toolbar input[name="action_finish"],
.form .btn-toolbar input[name="action_submit"]{
    font-weight: bold;
    background: #324c4e;
    border-color: #324c4e;
    color: white;
}

.form .btn-toolbar input[name="action_next"] {
    background-image: url(../images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 90%;
    padding-right: 60px;
    background-size: 60px;
}

.form .btn-toolbar input[name="action_finish"],
.form .btn-toolbar input[name="action_submit"]{
    background-image: url(../images/submit.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 20%;
    padding-left: 60px;
    background-size: 50px;
}

.form .btn-toolbar input[name="action_prev"],
.return-btn div {
    background: #8EAE81;
    border-color: #8EAE81;
    color: #324c4e;
    background-image: url(../images/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.form .btn-toolbar input[name="action_prev"]{
    background-position-x: 20%;
    padding-left: 50px;
    background-size: 60px;
}

.return-btn div {
    
    width: 100%;
    line-height: 100px;
    text-align: center;
    background-position-x: 10%;
    padding-left: 50px;
    background-size: 40px;

}

.form input[type="submit"]::after {
    background: url(../images/arrow.svg);
}

.form input[type="submit"]::before {
    background: url(../images/arrow.svg);
}

.return-btn {
    text-decoration: none;
}

.form .nocaptcha {
    padding-bottom: 40px;
}

.tooltip-inner {
    background-color: #333; 
    padding: 8px 12px; 
}

.dropdownwithtooltip > label:first-of-type,
.textfieldwithtooltip > label:first-of-type {
    display: none;
}