html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
html {
	font-size: 62.5%;
}color--primary-brand-color {
  color: #293163;
}

color--placeholder {
  color: #b5b5b5;
}

color--field-error {
  color: #cc0000;
}

color--comment {
  color: #7e7e7e;
}

color--flag-approved {
  color: #078858;
}

color--flag-rejected {
  color: #880f07;
}

color--flag-not-specific {
  color: #868686;
}

color--main-text {
  color: #313131;
}

color--adjust {
  color: #becadc;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

.reset applet, .reset object, .reset iframe,
h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset p, .reset blockquote, .reset pre,
a, .reset abbr, .reset acronym, .reset address, .reset big, .reset cite, .reset code,
del, .reset dfn, .reset em, .reset img, .reset ins, .reset kbd, .reset q, .reset s, .reset samp,
small, .reset strike, .reset strong, .reset sub, .reset sup, .reset tt, .reset var,
b, .reset u, .reset i, .reset center,
dl, .reset dt, .reset dd, .reset ol, .reset ul, .reset li,
fieldset, .reset form, .reset label, .reset legend,
table, .reset caption, .reset tbody, .reset tfoot, .reset thead, .reset tr, .reset th, .reset td,
article, .reset aside, .reset canvas, .reset details, .reset embed, .reset 
figure, .reset figcaption, .reset footer, .reset header, .reset hgroup, .reset 
menu, .reset nav, .reset output, .reset ruby, .reset section, .reset summary,
time, .reset mark, .reset audio, .reset video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
.reset article, .reset aside, .reset details, .reset figcaption, .reset figure, .reset 
footer, .reset header, .reset hgroup, .reset menu, .reset nav, .reset section {
	display: block;
}
.reset ol, .reset ul {
	list-style: none;
}
.reset blockquote, .reset q {
	quotes: none;
}
.reset blockquote:before, .reset blockquote:after,
.reset q:before, .reset q:after {
	content: '';
	content: none;
}
.reset table {
	border-collapse: collapse;
	border-spacing: 0;
}
.image.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.background-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.image.background-center {
  background-position: center center;
  background-repeat: no-repeat;
}

.image.background-top-left {
  background-position: top left;
  background-repeat: no-repeat;
}

.full-size {
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.centered-block {
  margin: auto;
}

.center-align-items {
  align-items: center;
}

.absolute-container {
  position: relative;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.absolute-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.absolute-for-transform {
  position: absolute;
  left: 0;
  top: 0;
}

.absolute-right {
  position: absolute;
  right: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.top-left {
  top: 0;
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-negative-1-8 {
  bottom: -1.8rem;
}

.no-pointer-events {
  pointer-events: none;
}

.all-pointer-events {
  pointer-events: all;
}

.cursor-pointer {
  cursor: pointer;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.no-overflow {
  overflow: hidden;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.no-margins {
  margin: 0;
}

.no-paddings {
  padding: 0;
}

.hidden-space {
  width: 0;
  display: inline-block;
}

.layer-order-high {
  z-index: 3;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-auto {
  overflow: auto;
}

.border-box-sizing {
  box-sizing: border-box;
}

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

a.custom-styled-link {
  text-decoration: none;
  color: inherit;
}

.transform-origin-top-center {
  transform-origin: center top;
}

.turned-180 {
  transform: rotate(180deg);
}

.ease-out-transformations {
  transition-property: transform;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.no-size {
  width: 0;
  height: 0;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.vertical-align-top {
  vertical-align: top;
}

.text-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fit-content {
  width: fit-content;
}

.bottom-05 {
  bottom: 0.5rem;
}

.top-05 {
  top: 0.5rem;
}

.display-none {
  display: none;
}

.text-decoration-underline {
  text-decoration: underline;
}

.margin-left-auto {
  margin-left: auto;
}

.fit-content-width {
	min-width: fit-content;
}

.centered-block-for-overflow {
	width: fit-content;
	margin: auto;
}

.no-opacity {
	opacity: 0;
}.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-shrink0 {
  flex-shrink: 0;
}

.flex-row.justify-between,
.flex-column.justify-between {
  justify-content: space-between;
}

.flex.justify-center,
.flex-row.justify-center,
.flex-column.justify-center {
  justify-content: center;
}

.flex-row.justify-end,
.flex-column.justify-end {
  justify-content: flex-end;
}

.flex-row.vertically-center-items {
  align-items: center;
}

.flex-row .flex-row-item {
}

.flex-row .flex-row-item:first-of-type {
  margin-left: 0rem;
}

.flex-row .flex-row-item:last-of-type {
  margin-right: 0rem;
}

.flex-row.singles > .flex-row-item {
  width: 100%;
}

.flex-row.halfs > .flex-row-item {
  width: 50%;
}

.flex-row > .flex-row-item.half {
  width: 50%;
}

.flex-row.thirds > .flex-row-item,
.flex-row-item.third {
  width: 33.33%;
}

.flex-row.quarters > .flex-row-item {
  width: 25%;
}

.flex-row > .flex-row-item.quarter {
  width: 25%;
}

.flex-column.halfs > .flex-column-item {
  height: 50%;
}

.flex-row .flex-row-item .reset-flex-row-item-size .flex-row-item {
  width: initial;
}

.flex-column.all-grow .flex-column-item {
  height: 0%;
}

.flex-column .flex-column-item:first-of-type {
  margin-top: 0rem;
}

.flex-column .flex-column-item:last-of-type {
  margin-bottom: 0rem;
}

.flex-vertical-line {
  width: 0.1rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.flex-horizontal-line {
  height: 0.1rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.flex-no-resize {
  flex-grow: 0;
  flex-shrink: 0;
}

.flex-resize {
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-90 {
  width: 90%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-80 {
  width: 80%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-70 {
  width: 70%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-60 {
  width: 60%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-50 {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-40 {
  width: 40%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-30 {
  width: 30%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-20 {
  width: 20%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row-item.width-10 {
  width: 10%;
  flex-grow: 1;
  flex-shrink: 1;
}

.flex-row.align-end .flex-row-item {
  align-self: flex-end;
}

.flex-row.uniform-item > .flex-row-item {
  width: 1%;
  flex-grow: 1;
  flex-shrink: 1;
}

.centered-cell-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column-desktop {
  display: flex;
}

.flex-row-desktop {
  display: flex;
  flex-direction: column;
}

.align-items-mobile {
  align-items: center;
}

@media (min-width: 800px) {
  .flex-column-desktop {
    flex-direction: column;
  }

  .flex-row-desktop {
    flex-direction: row;
  }

  .align-items-mobile {
    align-items: normal;
  }
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-mobile-row {
  display: flex;
  flex-direction: row;
}

.flex-mobile-wrap {
  flex-wrap: wrap;
}

@media (min-width: 600px) {
  .flex-mobile-row {
    display: flex;
    flex-direction: column;
  }

  .flex-mobile-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .flex-desktop {
    display: flex;
  }
}

.align-items-start {
  align-items: flex-start;
}

.flex-basis-130 {
  flex: 0 0 13rem;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-self-end {
  align-self: flex-end;
}

.content-space-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}
.inline-list {
	
}

.inline-list .inline-list-item {
	display: inline-block;
}

.inline-list .inline-list-item:first-of-type {
	margin-left: 0rem;
}

.inline-list .inline-list-item:last-of-type {
	margin-right: 0rem;
}

.row-list {
	
}

.row-list .row-list-item {
	
}

.row-list .row-list-item:first-of-type {
	margin-top: 0rem;
}

.row-list .row-list-item:last-of-type {
	margin-bottom: 0rem;
}

.inline-list .row-list-item {
	display: inline-block;
}

.row-list .row-list-item:first-of-type {
	margin-top: 0rem;
}

.row-list .row-list-item:last-of-type {
	margin-bottom: 0rem;
}.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.vertical-text-top {
	vertical-align: text-top;
}

.font-italic {
	font-style: italic;
}

.text-uppercase {
	text-transform: uppercase;
}.border-box {
	border-width: 0.1rem;
	border-style: solid;
	border-color: #333333;
}.date-with-details {
	
}

.date-with-details .primary {
	line-height: 1;
	font-size: 2.4rem;
	font-weight: 600;
	margin-right: 0.2rem;
}

.date-with-details .secondary {
	font-size: 1.2rem;
	font-weight: 600;
}

.date-with-details .details {
	font-size: 0.9rem;
	color: #7e7e7e;
}

.spacing.date-with-details-spacing {
	
}

.flex-row.date-with-details-item-spacing > .flex-row-item:not(:first-of-type) {
	margin-left: 0.1rem;
}

.flex-row.date-with-details-item-spacing > .flex-row-item:not(:last-of-type) {
	margin-right: 0.1rem;
}.date-selection-overlay {
	box-sizing: border-box;
	border: 1px solid #073988;
	background-color: #FFFFFF;
}

.date-selection-overlay-padding {
	padding: 1rem;
}

.date-selection-button {
	box-sizing: border-box;
	border: 1px solid #073988;
	background-color: #FFFFFF;
}

.date-selection-button-padding {
	padding: 1rem;
}

.date-selection-button.invalid,
.invalid .date-selection-button {
	border-color: #880707;
}.calendar-week:not(:first-of-type) {
	margin-top: 0.2rem;
}

.flex-row.calendar-week > .flex-row-item:not(:first-of-type) {
	margin-left: 0.1rem;
}

.flex-row.calendar-week > .flex-row-item:not(:last-of-type) {
	margin-right: 0.1rem;
}

.calendar-day {
	font-weight: bold;
	border: 1px solid rgb(7, 57, 136);
	padding: 1.3rem 0.5rem;
	text-align: center;
	cursor: pointer;
}

.calendar-day.today {
	background-color: rgb(7, 57, 136, 0.2);
}

.calendar-day.other-month {
	border: 1px solid rgb(221, 221, 221, 0.5);
	color: rgb(92, 92, 92, 0.5);
}

.calendar-day.selected {
	background-color: rgb(7, 57, 136);
	color: #FFFFFF;
}

.calendar-day.unselectable {
	pointer-events: none;
	background-color: rgb(221, 221, 221, 0.5);
	border: 1px solid rgb(221, 221, 221, 0.5);
	color: rgb(92, 92, 92, 0.5);
}.item-list .field {
	width: 30rem;
}

.item-list .field-type-select,
.item-list .field-type-options {
	width: auto;
}

.standard-flag {
	background-color: #C0C0C0;
	border-radius: 0.3rem;
	box-sizing: border-box;
}

.id-flag {
	font-size: 1.2rem;
	width: 6rem;
	text-align: center;
	
	background-color: #C0C0C0;
	color: #FFFFFF;
}

.status-flag {
	font-size: 0.9rem;
	text-align: center;
	background-color: #feffce;
}

.start-at-flag {
	background-color: #cbe2bf;
}

.end-at-flag {
	background-color: #d4af96;
}

.standard-flag-padding {
	padding: 0.2rem;
}

.date-selection-number {
	line-height: 1;
	font-size: 2.4rem;
	font-weight: 600;
	margin-right: 0.2rem;
}

.date-selection-month {
	font-size: 1.2rem;
	font-weight: 600;
}

.date-selection-weekday {
	font-size: 0.9rem;
	color: #7e7e7e;
}

.flex-row.date-selection-spacing > .flex-row-item:not(:first-of-type) {
	margin-left: 0.1rem;
}

.flex-row.date-selection-spacing > .flex-row-item:not(:last-of-type) {
	margin-right: 0.1rem;
}

.label-text-small {
	font-size: 1.2rem;
	font-weight: 600;
}

.append-drop-position {
	height: 40px;
	border: 1px dashed rgba(0, 0, 0, 0.1);
}.validation-error-popup .up-arrow:before {
	position: absolute;
	top: 0;
	left: 0.7rem;
	transform: translateY(-100%);
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 11px 12px;
	border-color: transparent transparent #e94b35 transparent;
}

.validation-error-popup .up-arrow:after {
	position: absolute;
	top: 0;
	left: 0.8rem;
	transform: translateY(-100%);
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 10px 11px;
	border-color: transparent transparent #ffffff transparent;
}

.validation-error-popup .down-arrow:before {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 0 12px;
	border-color: #e94b35 transparent transparent transparent;
}

.validation-error-popup .down-arrow:after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #ffffff transparent transparent transparent;
}

.validation-error-popup {
	background-color: #fff;
	text-align: center;
	position: relative;
	color: #e94b35;
	border: 1px solid #e94b35;
	padding: 2rem 2.6rem;
	font-size: 2rem;
	border-radius: 0.5rem;
	width: 37rem;
	margin-bottom: 11px;
}

.validation-error-popup-centered-over-position {
	left: 50%;
	transform: translate(-50%, -100%);
}.standard-dropdown-button {
	box-sizing: border-box;
	border-radius: 0.3rem;
	border: 0.1rem solid #D1D1D1;
}

.standard-dropdown-button-padding {
	padding: 1.4rem 0.8rem;
}

.standard-dropdown-button.batch-operations-select-title {
	border-radius: 0;
	border: none;
}

.standard-dropdown-button-padding.batch-operations-select-title {
	padding: 0;
}

.custom-selection-menu {
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.custom-selection-menu-padding {
	padding: 1rem;
}

.dropdown-selection-popup {
	min-width: 20rem;
}

.custom-dropdown.dropdown-from-right .dropdown-selection-popup {
	right: 0;
}.stepped-navigation-button {
	box-sizing: border-box;
	width: 6rem;
	height: 6rem;
	background-color: #2ece6e;
	border-radius: 50%;
	transition: background-color 0.1s ease-in;
}

.stepped-navigation-button.active:hover {
	background-color: #0de061;
}

.stepped-navigation-button.inactive {
	opacity: 0.5;
}

.stepped-navigation-back-button {
	box-sizing: border-box;
	
	width: 3rem;
	height: 3rem;
	
	background-color: #FFFFFF;
	border-radius: 50%;
	border: 2px solid #CCCCCC;
	
	transition: background-color 0.1s ease-in;
}

.stepped-navigation-back-button.inactive {
	opacity: 0.5;
}

.stepped-navigation-back-button.active:hover {
	background-color: #EEEEEE;
}

.stepped-navigation-button-padding {
	padding: 1rem;
}

.stepped-navigation-back-button-padding {
	padding: 0.5rem;
}

.stepped-navigation-step-indicator {
	width: 1rem;
	height: 1rem;
	
	border-radius: 50%;
	
	background-color: #CCCCCC;
	opacity: 0.5;
}

.signed-in-name {
	font-size: 2.4rem;
	font-weight: bold;
}

.signed-in-email {
	color: #CCCCCC;
	font-size: 1.2rem;
}.verification-code-box {
	background-color: #ffffff;
	border-radius: 0.6rem;
	box-sizing: border-box;
	border: 1px solid #153c63;
	overflow: hidden;
}

.verification-code-box-digit-field {
	width: 5.2rem;
	font-size: 4.4rem;
	font-weight: normal;
	line-height: normal;
	padding: 1.2rem 0;
	box-sizing: border-box;
	text-align: center;
	border: none;
	background-color: #153c6300;
	transition: background-color 0.1s ease-in;
}

.verification-code-box-digit-field:focus {
	background-color: #153c6311;
	outline: none;
}

.verification-code-box-digit-field:not(:last-of-type) {
	border-right: 1px solid #153c63;
}.action-link {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}

.action-link.secondary {
	color: #CCCCCC;
}.centered-site {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
}

@media (min-width: 800px) {
  .centered-site {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1024px) {
  .centered-site {
    max-width: 128rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.centered-content-text {
  width: 80%;
  max-width: 69.6rem;
  margin: auto;
}
.main-font-setting {
  font-family: agenda, sans-serif;
  font-size: 2rem;
  color: #313131;
}

.main-font-setting sup {
  font-size: 0.5em;
}

.color-8c8c8c {
  color: #8c8c8c;
}

.wp-rich-text-formatting {
	font-size: 1.8rem;
	line-height: 3rem;
}

.instructions-description-link {
	font-size: 1.2rem;
	color: #BECADC;
}

.instructions-text {
	font-size: 1.4rem;
}

.date-selection-month.none-selected {
	font-weight: normal;
	font-size: 1.8rem;
}

.remove-link {
	color: #880f07;
	text-decoration: underline;
}

.standard-label {
  display: block;
  color: #073988;
  font-size: 1.2rem;
  font-weight: 600;
}

.standard-field-label {
  display: block;
  color: #073988;
  font-size: 1.2rem;
  font-weight: 600;
}.image.standard-icon {
	width: 24px;
	height: 24px;
}

.image.icon-small {
	width: 12px;
	height: 12px;
}

.image.source-icons-triangle-arrow {
	width: 6px;
	height: 6px;
}

.image.source-icons-common-file-empty {
	width: 20px;
	height: 24px;
}

.image.source-icons-info {
	width: 11px;
	height: 11px;
}
.footer {
	background-image: linear-gradient(to bottom, #111111, #4a4a4a);
	min-height: 526px;
}

.footer-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-justify-between {
	justify-content: space-between;
}

.footer-text-align {
	text-align: center;
}

@media (min-width: 800px) {
	.footer-flex {
		flex-direction: row;
		align-items: normal;
	}
	
	.footer-text-align {
		text-align: start;
	}
}

.footer-menu-label {
	margin-top: 0;
	margin-bottom: 2rem;
}

.footer-container {
	width: 291px;
}

.footer-paragraph {
	font-size: 12px;
	font-weight: normal;;
  color: #ffffff;
  line-height: 2;
}

.footer-menu-item {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
}

.footer-menu-item-margin-top > li + li {
	margin-top: 10px;
}

.footer-contact-menu-spacing {
	margin-bottom: 1.7rem;
}

.footer-item-margin-top {
	margin-top: 1rem;
}


@media (min-width: 800px) {
	.footer-contact-menu-spacing {
		margin-bottom: 4.4rem;
	}

	.footer-item-margin-top {
		margin-top: 0;
	}
}

.footer-padding {
	padding: 6.5rem 0;
}

button.footer-button-font-size {
	font-size: 1.4rem;
}

@media (min-width: 800px) {
	button.footer-button-font-size {
		font-size: 1.6rem;
	}
}

.footer-line {
	height: 1.05px;
	background-image: linear-gradient(to left, transparent 0%, #ffffff 50%, transparent 100%);
	background-color: transparent;
}


.footer-horizontal-section-padding {
	padding: 2.5rem 0;
}

.footer-image {
	width: 100%;
	height: 280px;
	background-image: url('https://picsum.photos/1688/466');

	position: relative;
	margin-bottom: -5rem;
	z-index: 1;
}

.footer-image-textbox {
	width: 280px;
	background-image: linear-gradient(to top, #7d8a95 0%, #213a4e 100%);
	padding: 2rem 1.5rem;
	box-sizing: border-box;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -200px;
	min-height: 280px;
}

@media (min-width: 600px) {
	.footer-image {
		height: 400px;
	}
	
	.footer-image-textbox {
		width: 370px;
		padding: 3.3rem 5.5rem 5.5rem 5.5rem;
		left: 15%;
		transform: none;
		top: -140px
	}
}

@media (min-width: 1400px) {
	.footer-image {
		height: 450px;
		margin-bottom: -8rem;
	}

	.footer-image-textbox {
		width: 450px;
	}
}

.footer-textbox-title-margin {
	margin-top: 0;
	margin-bottom: 1.6rem;
}

.footer-textbox-text-margin {
	margin-top: 0;
	margin-bottom: 3.3rem;
}.min-width-28 {
	min-width: 28rem;
}

.flex-item-spacing-big > .flex-item {
	margin-left: 3rem;
	margin-right: 3rem;
}

.flex-item-spacing-big > .flex-item:first-of-type {
	margin-left: 0rem;
}

.flex-item-spacing-big > .flex-item:last-of-type {
	margin-right: 0rem;
}

.dropdown-box {
	box-sizing: border-box;
	border: 1px solid #073988;
	background-color: #ffffff;
}

.operations-box {
	box-sizing: border-box;
	border: 1px solid #b9b9b9;
	background-color: rgba(255, 255, 255, 0.25);
}

.standard-box-padding {
	padding: 1rem;
}

.dropdown-box-padding {
	padding: 1rem;
}

.mobile-menu-dropdown-box {
	width: 25rem;
}

.dropdown-from-right .dropdown-selection-popup {
	right: 0;
	width: auto;
}

.custom-selection-menu {
	box-sizing: border-box;
	border: 1px solid #073988;
	background-color: #ffffff;
}

.custom-selection-menu-padding {
	padding: 1rem;
}

.filter-dropdown .dropdown-selection-popup {
	width: 20rem;
}

.amount-field-width {
	width: 8.5rem;
}

.custom-selection-menu {
	max-height: 40rem;
	overflow: auto;
}

.more-options-dropdown .dropdown-selection-popup {
	min-width: 20rem;
}

.standard-box {
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}

.standard-box-padding {
	padding: 1rem;
}

/*----- event card item desktop ------*/
.date-place {
	position: absolute;
	top: -6rem;
	right: 30px;
	font-size: 24px;
	font-weight: 600;
}

.event-item__card {
	padding: 24px 49px 32px 220px;
	border: solid 1px #e1e1e1;
	background-color: #fff;
	position: relative;
}

.event-item__img-ring-outer {
	display: flex;
	justify-content: center;
	box-shadow: 0 0 0 10px #fff;
	border-radius: 50%;
	padding: 1.4rem;
	border: solid 1px #003887;
	background-color: #ffffff;
	position: absolute;
	left: -6rem;
	top: -5rem;
}

.event-item__img-ring {
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 0.5rem;
	border-radius: 50%;
	border: solid 1px #003887;
}

.event-item__img {
	border-radius: 50%;
	background-color: #e1e1e1;
	width: 190px;
	height: 190px;
}

.event-item__title {
	font-size: 24px;
	font-weight: 600;
	color: #293163;
}

.event-item__desc {
	margin: 10px 0 25px;
	font-size: 16px;
	line-height: 1.88;
}

.event-item__cta {
	position: absolute;
	bottom: -3rem;
	right: 4rem;
	background-color: #fff;
	box-shadow: 0 0 0 10px #fff;
}

.event-item__sponsorer {
	margin-bottom: 0.7rem;
	font-size: 12px;
	font-weight: 600;
}

.event-item__sponsor-logo {
	margin-right: 37px;
}

.event-item__sponsor-img {
	object-fit: scale-down;
	height: 28px;
	width: auto;
}

/*------- event card item mobile --------*/
.event-item__card-mobile {
	padding: 64px 24px 55px;
}

.date-place-mobile {
	position: absolute;
	top: -6%;
	right: 2%;
	margin: unset;
	font-size: 14px;
}

.event-item__title-mobile {
	font-size: 18px;
}

.event-item__img-ring-outer-mobile {
	position: absolute;
	top: 0;
	left: 10%;
	transform: translate(-10%, -50%);
	padding: 0.65rem;
}

.event-item__img-ring-mobile {
	padding: 0.3rem;
}

.event-item__img-mobile {
	width: 80px;
	height: 80px;
}

.event-item__cta-mobile {
	right: 10%;
	bottom: 0;
	transform: translate(10%, 50%);
}

.event-item__sponsor-logo-mobile {
	margin-right: 27px;
}

/*---------- edit profile desktop ----------*/
.text-area {
	height: 211px;
}

.edit-profile__img-ring-outer {
	border-radius: 50%;
	padding: 1.6rem;
	border: solid 1px #003887;
	background-color: #ffffff;
	position: relative;
}

.edit-profile__img-ring {
	padding: 0.5rem;
	border-radius: 50%;
	border: solid 1px #003887;
	overflow: hidden;
	position: relative;
}

.edit-profile__img {
	border-radius: 50%;
	background-color: #e1e1e1;
	width: 340px;
	height: 340px;
	overflow: hidden;
}

.uploadBtn {
	height: 62px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	color: #293163;
	font-weight: 600;
}

.edit-profile__pen-icon {
	width: 18px;
	height: 18px;
}

/*--------edit profile mobile start --------*/
.text-area-mobile {
	height: 211px;
}

.edit-profile__avatar-mobile {
	margin: unset;
}

.edit-profile__img-mobile {
	width: 145px;
	height: 145px;
}

.edit-profile__img-ring-outer-mobile {
	padding: 1rem;
}

.uploadBtn-mobile {
	height: 42px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	color: #293163;
	font-size: 12px;
	font-weight: 600;
}

.edit-profile__pen-icon-mobile {
	width: 12px;
	height: 12px;
}

/*-------------- search bar component start ------------*/
.search-bar__label {
	font-size: 12px;
	font-weight: 600;
}

.search-icon {
	width: 23px;
	height: 23px;
}

.search-bar__input {
	border: none;
	outline: none;
	font-size: 20px;
	font-family: agenda, sans-serif;
}

.search-bar__input::placeholder {
	color: #b5b5b5;
}

.search-bar__container-mobile {
	padding: 0.8rem 1.1rem;
}

.search-bar__input-mobile {
	font-size: 16px;
	font-family: agenda, sans-serif;
}

.search-icon-mobile {
	width: 20px;
	height: 20px;
}
/*-------- participants item start -------*/
/* participants avatar */
.participant-profile__img-ring-outer {
	display: flex;
	justify-content: center;
	border-radius: 50%;
	padding: 1.2rem;
	border: solid 1px #003887;
	background-color: #ffffff;
	position: relative;
}

.participant-profile__img-ring {
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 3px;
	border-radius: 50%;
	border: solid 1px #003887;
	overflow: hidden;
	position: relative;
}

.participant-profile__img {
	border-radius: 50%;
	background-color: #e1e1e1;
	width: 128px;
	height: 128px;
	overflow: hidden;
}

.participant-title {
	font-size: 20px;
	font-weight: bold;
}

.participant-roll {
	font-size: 12px;
	font-weight: 600;
}

.participant-desc {
	font-size: 20px;
	line-height: 1.25;
}

/* participant item mobile */
.participant-profile__img-mobile {
	border-radius: 50%;
	background-color: #e1e1e1;
	width: 90px;
	height: 90px;
}

.participant-profile__img-ring-outer-mobile {
	padding: 0.8rem;
}

.participant-title-mobile {
	font-size: 18px;
}

.participant-desc-mobile {
	font-size: 16px;
	line-height: 1.2;
}

.select-single-relation select {
	max-width: 30rem;
}

.image.source-presentation-analytics {
	width: 48px;
	height: 48px;
}

.event-menu-item {
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	font-size: 1.4rem;
	border-radius: 0.4rem;
}

.event-menu-item-padding {
	padding: 0.5rem 1rem;
}

.embedded-chat .embededablechat-chat-widget {
    -webkit-box-shadow: none;
}

.video-background {
	background-color: #000000;
}

.chat-width {
	width: 400px;
}

.chat-height {
	height: 400px;
}

.mentimeter-height {
	height: 800px;
}.spacing.double {
  height: 4rem;
}

.spacing.standard {
  height: 2rem;
}

.spacing.medium {
  height: 1.5rem;
}

.spacing.small {
  height: 1rem;
}

.spacing.micro {
  height: 0.5rem;
}

.spacing.pixel {
  height: 0.1rem;
}

.spacing.none {
  height: 0rem;
}

.inline-list.small-item-spacing > .inline-list-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.inline-list.small-item-spacing > .inline-list-item:first-of-type {
  margin-left: 0rem;
}

.inline-list.small-item-spacing > .inline-list-item:last-of-type {
  margin-right: 0rem;
}

.inline-list.menu-item-spacing > .inline-list-item {
  margin-left: 2rem;
  margin-right: 2rem;
}

.inline-list.menu-item-spacing > .inline-list-item:first-of-type {
  margin-left: 0rem;
}

.inline-list.menu-item-spacing > .inline-list-item:last-of-type {
  margin-right: 0rem;
}

.inline-list.small-item-row-spacing > .inline-list-item {
  margin-top: 1rem;
}

.flex-row.line-item-spacing > .flex-row-item:not(:first-of-type) {
  margin-left: 0.1rem;
}

.flex-row.line-item-spacing > .flex-row-item:not(:last-of-type) {
  margin-right: 0.1rem;
}

.flex-row.micro-item-spacing > .flex-row-item {
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.flex-row.micro-item-spacing > .flex-row-item:first-of-type {
  margin-left: 0rem;
}

.flex-row.micro-item-spacing > .flex-row-item:last-of-type {
  margin-right: 0rem;
}

.flex-row.small-item-spacing > .flex-row-item {
  margin-left: 1rem;
  margin-right: 1rem;
}

.flex-row.small-item-spacing > .flex-row-item:first-of-type {
  margin-left: 0rem;
}

.flex-row.small-item-spacing > .flex-row-item:last-of-type {
  margin-right: 0rem;
}

.flex-row.medium-item-spacing > .flex-row-item {
  margin-left: 2rem;
  margin-right: 2rem;
}

.flex-row.medium-item-spacing > .flex-row-item:first-of-type {
  margin-left: 0rem;
}

.flex-row.medium-item-spacing > .flex-row-item:last-of-type {
  margin-right: 0rem;
}

.flex-row.big-item-spacing > .flex-row-item {
  margin-left: 3rem;
  margin-right: 3rem;
}

.flex-row.big-item-spacing > .flex-row-item:first-of-type {
  margin-left: 0rem;
}

.flex-row.big-item-spacing > .flex-row-item:last-of-type {
  margin-right: 0rem;
}

.flex-row.date-selection-spacing > .flex-row-item:not(:first-of-type) {
  margin-left: 0.1rem;
}

.flex-row.date-selection-spacing > .flex-row-item:not(:last-of-type) {
  margin-right: 0.1rem;
}

.flex-row.pixel-item-spacing > .flex-row-item:not(:first-of-type) {
  margin-left: 0.1rem;
}

.flex-row.pixel-item-spacing > .flex-row-item:not(:last-of-type) {
  margin-right: 0.1rem;
}

.margin-bottom-micro {
  margin-bottom: 0.5rem;
}

.margin-right-medium {
  margin-right: 2rem;
}
.layout__heading {
  font-size: 4.8rem;
}

.layout__main {
  position: relative;
}

.layout__content {
  min-height: 50vh;
  margin-bottom: 12rem;
}

.layout__page-heading {
  margin-left: 2rem;
  margin-bottom: 8.1rem;
}

@media (min-width: 800px) {
  .layout__page-heading {
    margin-left: 10rem;
  }
}
.badge {
  display: inline-block;
  font-size: 1.2rem;
  color: #868686;
  border: 1px solid #868686;
  background-color: rgba(134, 134, 134, 0.3);
  padding: 0.2rem 1.9rem;
  border-radius: 5px;
  text-align: center;
}

.badge--fill {
  display: block;
}

.badge--rejected {
  color: #880f07;
  border: 1px solid #880f07;
  background-color: rgba(136, 15, 7, 0.3);
}

.badge--approved {
  color: #078858;
  border: 1px solid #078858;
  background-color: rgba(7, 136, 88, 0.3);
}
.button {
  display: inline-block;
  white-space: nowrap;
  padding: 0.5rem;
  font-weight: 600;
  color: #293163;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #293163;
  border-radius: 5rem;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

.button__inner {
  font-size: 1.8rem;
  border-radius: 5rem;
  border: 1px solid #293163;
  padding: 1.1rem 3.2rem;
}

.button:focus .button__inner,
.button:active .button__inner,
.button:hover .button__inner {
  color: #fff;
  background-color: #293163;
}

.standard-button {
	font-size: 1.8rem;
	color: #293163;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #293163;
	border-radius: 5rem;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	box-sizing: border-box;
}

.standard-button.inactive {
	opacity: 0.5;
	cursor: not-allowed;
}

.standard-button:not(.inactive):hover {
	color: #fff;
	background-color: #293163;
}

.standard-button-padding {
	padding: 1.1rem 3.2rem;
}

@media (min-width: 800px) {
	
	.standard-button {
		font-size: 2.4rem;
	}
	
	.button__inner {
		font-size: 2.4rem;
	}
}
.button-small {
  display: inline-block;
  font-size: 1.2rem;
  color: #073988;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #073988;
  padding: 0.2rem 1.9rem;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.button-small:hover,
.button-small:focus {
  background-color: #073988;
  color: #fff;
}

.button-small--fill {
  display: block;
  width: 100%;
}
.button-adjust {
  display: inline-block;
  font-size: 1.2rem;
  color: #becadc;
  border: 1px solid #becadc;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 2.4rem;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

.button-adjust:hover,
.button-adjust:focus {
  color: #073988;
  border-color: #073988;
}

.button-adjust--fill {
  display: block;
  width: 100%;
}
.link-button {
  display: inline-block;
  white-space: nowrap;
  padding: 0.5rem;
  font-weight: 600;
  color: #293163;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #293163;
  border-radius: 5rem;
  text-decoration: none;
}

.link-button__inner {
  font-size: 2.4rem;
  border-radius: 5rem;
  border: 1px solid #293163;
  padding: 1.1rem 3.2rem;
}

.link-button:focus .link-button__inner,
.link-button:active .link-button__inner,
.link-button:hover .link-button__inner {
  color: #fff;
  background-color: #293163;
}
.logo {
  height: 101px;
  width: 101px;
}

.header-logo {
  width: 10.5rem;
  height: 13.3rem;
  object-fit: contain;
}
.cover-image {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.cover-image__outer {
  position: absolute;
  top: 0;
  left: 44%; /* This can be changed depending on where the image should be relative to to viewport */
  transform: translateY(-20rem);
  padding: 4.8rem;
  border-radius: 50%;
  border: 4px solid #eaeff5;
}

.cover-image__inner {
  border-radius: 50%;
  border: 4px solid #eaeff5;
}

.cover-image__image {
  box-shadow: inset 0 0 0 10px #fff;
  opacity: 0.2;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 800px) {
  .cover-image__image {
    width: 60rem;
    height: 60rem;
  }

  .cover-image__outer {
    transform: translateY(-30rem);
  }
}

@media (min-width: 1024px) {
  .cover-image__image {
    width: 80rem;
    height: 80rem;
  }

  .cover-image__outer {
    transform: translateY(-40rem);
  }
}
.paragraph {
  font-size: 1.8rem;
  line-height: 3rem;
}

@media (min-width: 800px) {
  .paragraph {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.checkbox {
  margin: 0.6rem;
}

.label {
  display: flex;
  align-items: center;
}

.form {
}

.form__field {
  margin-bottom: 2rem;
}

.form__fieldset {
}
.form-input-select {
  position: relative;
  line-height: 0;
}

.form-input-select__select {
  background-color: #fff;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 2rem;
  border: 1px solid #073988;
  padding: 1.4rem 1.3rem;
  border-radius: 0;
}

.custom-selection-button {
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #073988;
}

.custom-selection-button.small {
	font-size: 1.2rem;
}

.custom-selection-button-padding {
	padding: 1.4rem 1.3rem;
}

.custom-selection-button-padding.small {
	padding: 0.6rem 1rem;
}

.form-input-select__select::-ms-expand {
  display: none;
}

.form-input-select--invalid .form-input-select__select {
  color: #cc0000;
  border-color: #cc0000;
}

.form-input-select--small .form-input-select__select {
  font-size: 1.2rem;
  padding: 0.5rem calc((1rem * 2) + 7px) 0.5rem 1rem;
}

.form-input-select--small .form-input-select__arrow {
  right: 1rem;
}

.form-input-select option {
  font-size: 1.4rem;
}

.form-input-select__arrow {
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #073888 transparent transparent transparent;
}

.form-input-select--invalid .form-input-select__arrow {
  border-color: #cc0000 transparent transparent transparent;
}

.form-input-select--mini {
  display: inline-block;
}

.form-input-select--mini .form-input-select__select {
  border: none;
  padding: 0 1rem 0 0;
  background-color: transparent;
  font-size: 1.2rem;
}

.form-input-select--mini .form-input-select__arrow {
  right: 0;
}
.form-input-date {
  position: relative;
}

.form-input-date__select {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 2rem;
  border: 1px solid #073988;
  padding: 1.1rem 1.3rem;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.form-input-date__date {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 0.2rem;
}

.form-input-date__month-year {
  font-size: 1.2rem;
  font-weight: 600;
}

.form-input-date__day {
  font-size: 0.9rem;
  color: #7e7e7e;
}

.form-input-date--invalid .form-input-date__month-year,
.form-input-date--invalid .form-input-date__date,
.form-input-date--invalid .form-input-date__day {
  color: #cc0000;
}

.form-input-date--invalid .form-input-date__select {
  color: #cc0000;
  border-color: #cc0000;
}

.form-input-date__arrow {
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #073888 transparent transparent transparent;
  transform: translateY(-50%);
}

.form-input-date--invalid .form-input-date__arrow {
  border-color: #cc0000 transparent transparent transparent;
}
.form-input-file {
  position: relative;
  border-radius: 0.6rem;
  border: 1px solid #becadc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  background-color: rgba(190, 202, 220, 0.05);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-input-file__input {
  display: none;
}

.form-input-file__placeholder {
  font-size: 1.8rem;
  font-weight: 600;
  color: #becadc;
  margin-left: 1rem;
}
.form-input-text {
  position: relative;
}

.standard-field {
	font-family: agenda, sans-serif;
	box-sizing: border-box;
	font-size: 2rem;
	border: 1px solid #073988;
	background: #FFFFFF;
}

.standard-field::placeholder {
	color: #b5b5b5;
}

.standard-field.invalid {
	border-color: #e21919;
}

.invalid .standard-field {
	border-color: #e21919;
}

.standard-field-label.invalid {
	color: #e21919;
}

.invalid .standard-field-label {
	color: #e21919;
}

.standard-field-padding {
	padding: 1.4rem 1.3rem;
}

.uploaded-file-field {
	border: 1px solid #B9B9B9;
	color: #B9B9B9;
}

.table-field-padding {
	padding: 0.5rem 1rem;
}

.form-input-text__input {
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 2rem;
  border: 1px solid #073988;
  padding: 1.4rem 1.3rem;
}

.form-input-text--align-right .form-input-text__input {
  text-align: right;
}

.form-input-text--small .form-input-text__input {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.form-input-text--has-icon .form-input-text__input {
  padding: 1.4rem 1.3rem 1.4rem calc(1.3rem * 2 + 24px); /* 24px is icon width */
}

.form-input-text--has-icon.form-input-text--small .form-input-text__input {
  padding: 0.5rem 1rem 0.5rem calc(1rem * 2 + 12px); /* 12px is icon width */
}

.form-input-text__input::placeholder {
  color: #b5b5b5;
}

.form-input-text--invalid .form-input-text__input {
  border-color: #cc0000;
  color: #cc0000;
}

.form-input-text__icon {
  line-height: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 1.3rem;
  transform: translateY(-50%);
}

.form-input-text--has-icon.form-input-text--small .form-input-text__icon {
  left: 1rem;
}
.form-label {
  display: block;
  color: #073988;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-label--invalid {
  color: #cc0000;
}
.table,
.applications-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}

.table__td,
.table__th,
.applications-table td,
.applications-table th {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  border-left: 1px solid #ccc;
  padding: 0.4rem 0.7rem;
}

.table__td:first-child,
.table__th:first-child,
.applications-table td:first-child,
.applications-table th:first-child {
  border-left: none;
}

.table__td,
.applications-table td {
  font-weight: normal;
  border-top: 1px solid #ccc;
}

.table__td-border,
.applications-table td:not(:first-of-type) {
  font-weight: normal;
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  border-left: 1px solid #ccc;
}

.table__td-border-item {
  padding: 0.5rem 1rem;
  border: solid 1px #293163;
  background-color: #ffffff;
}

.table__td-button-container-padding {
  padding: 0 0.2rem;
}
.table__td-button {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: normal;
  color: #293163;
  padding: 0;
}
.icon {
}
.icon-button {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  line-height: 0;
  background-color: transparent;
}
.blurb {
  border: 1px solid #e1e1e1;
  padding: 6.4rem 2.7rem;
  position: relative;
  margin: 5.65rem 0;
  box-sizing: border-box;
}

.blurb__image-ring-outer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  border-radius: 50%;
  padding: 0.5rem;
  border: 1px solid #293163;
  box-shadow: 0 0 0 10px #fff;
  background-color: #fff;
}

.blurb__image-ring {
  line-height: 0;
  border-radius: 50%;
  padding: 0.2rem;
  border: 1px solid #293163;
}

.blurb__image {
  background-color: #e1e1e1;
  line-height: 0;
  width: 9.3rem;
  height: 9.3rem;
  border-radius: 50%;
  border: 1px solid #293163;
}

.blurb__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0.6rem 0;
}

.blurb__body {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.88;
  margin: 0.6rem 0;
}

.blurb__cta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  box-shadow: 0 0 0 10px #fff;
  background-color: #fff;
}
.page-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 0;
}

.page-header__logo {
  margin-right: 16px;
}

.page-header__main-nav {
  padding: 0 25px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}

.page-header__main-nav-link {
  display: block;
  padding: 1.6rem 2.9rem;
  text-decoration: none;
  color: #293163;
}

.page-header__main-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-header__main-nav-link {
  font-size: 2.4rem;
  font-weight: 600;
}

.page-header__secondary-nav {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.page-footer {
  position: relative;
  padding: 34px;
  margin-top: 200px;
}

.page-footer__content {
  position: relative;
}

.page-footer__logos-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.page-footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.page-footer__logo {
  margin: 0 20px;
}

.page-footer__img {
  width: 100%;
  height: auto;
}

.page-footer__nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-footer__nav-link {
  white-space: nowrap;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.6rem 1.9rem;
  text-decoration: none;
  color: #293163;
}

.page-footer__circle {
  pointer-events: none;
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.page-footer__circle-outer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(9780px);
  padding: 4.8rem;
  border-radius: 50%;
  border: 4px solid #eaeff5;
}

.page-footer__circle-inner {
  border-radius: 50%;
  padding: 1rem;
  background-color: #fafafa;
  border: 4px solid #eaeff5;
  box-shadow: inset 0 0 0 14px #fff;
  width: 10000px;
  height: 10000px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .page-footer__logos-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .page-footer__circle-outer {
    transform: translateX(-50%) translateY(9660px);
  }
  .page-footer__nav-link {
    font-size: 2.4rem;
    padding: 0.6rem 2.9rem;
  }
}
.page-heading__heading {
  font-size: 3.4rem;
  font-weight: 600;
}

.page-heading__prefix {
  font-size: 1.6rem;
  font-weight: 600;
}

@media (min-width: 800px) {
  .page-heading__heading {
    font-size: 4.8rem;
    font-weight: 600;
  }

  .page-heading__prefix {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.program-point-time-range-width {
	width: 12rem;
}

.program-point-title {
	font-size: 2.4rem;
	font-weight: bold;
}
.approve-page__page-heading {
  margin-left: 2rem;
  margin-bottom: 8.1rem;
}

.approve-page__actions {
  display: grid;
  grid-gap: 1rem;
  grid-template-areas:
    "heading more"
    "select select"
    "search search";
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  margin-bottom: 2.5rem;
}

.approve-page__table-heading {
  grid-area: heading;
}

.approve-page__action-search {
  grid-area: search;
}
.approve-page__action-select {
  grid-area: select;
}
.approve-page__action-more {
  grid-area: more;
}

.approve-page__content-title {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0;
}

.approve-page__table {
  width: 100%;
  overflow-x: auto;
  margin: 2.2rem 0;
}

.approve-page__distribute-region {
  grid-area: region;
}

.approve-page__distribute-rf {
  grid-area: rf;
}

.approve-page__distribute-dist {
  grid-area: dist;
}

.approve-page__distribute {
  display: grid;
  grid-template-areas:
    "region"
    "rf"
    "dist";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}

@media (min-width: 800px) {
  .approve-page__page-heading {
    margin-left: 10rem;
  }
  .approve-page__actions {
    grid-template-areas:
      "heading search select more"
      "heading search select more";
    grid-template-columns: 3fr auto auto auto;
  }

  .approve-page__distribute {
    grid-template-areas: "region rf dist";
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
  }
}

.approve-page__value-item {
  width: 13.9rem;
}

.approve-page__item-border {
  border-bottom: solid 2px #cccccc;
  padding-bottom: 0.5rem;
}

@media (max-width: 696px) {
  .approve-page__item-margin {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .approve-page__item-basis {
    flex: 0 1 50rem;
  }
}
.default-page__page-heading {
  margin-left: 2rem;
  margin-bottom: 8.1rem;
}

@media (min-width: 800px) {
  .default-page__page-heading {
    margin-left: 10rem;
  }
}
.front-page__page-heading {
  margin-left: 2rem;
}

.front-page__blurbs {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.front-page__content {
  margin: 4rem 0;
}

.front-page__wrapper {
  margin-top: 5rem;
}

@media (min-width: 800px) {
  .front-page__page-heading {
    margin-left: 0;
  }

  .front-page__wrapper {
    margin: 18rem 10rem;
  }

  .front-page__content {
    margin: 8.1rem 0;
  }

  .front-page__blurbs {
    width: 100%;
    flex-direction: row;
  }

  .front-page__blurb {
    margin: 0 3.5rem;
    width: 50%;
    display: flex;
  }

  .front-page__blurb:first-child {
    margin-left: 0;
  }

  .front-page__blurb:last-child {
    margin-right: 0;
  }
}
.apply-page__page-heading {
  margin-left: 2rem;
  margin-bottom: 8.1rem;
}

.apply-page__combined-fields {
  display: flex;
  margin-bottom: 1rem;
}

.apply-page__combined-add {
  display: block;
  text-align: right;
}

.apply-page__submit {
  text-align: center;
}

@media (min-width: 800px) {
  .apply-page__page-heading {
    margin-left: 10rem;
  }
}


