  /* fonts */
/* layouts width */
/* Colours */
/* Shadows */
/* Links and Nav */
/*  cards */
/* button */
/* text */
/* calendar */
/* dropdown */
/* radio button */
/*Zone*/
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: Open Sans, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #343642;
  text-align: left;
  background-color: #f6f6f6;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  font-style: normal;
  line-height: inherit;
}
ol,
dl,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
a {
  color: #dc2d27;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #dc2d27;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
/* open day planner headings */
h1,
.odp-h1 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  h1,
  .odp-h1 {
    font-size: 3.8125rem;
    line-height: 3.8125rem;
    font-weight: 300;
  }
}
h2,
.odp-h2 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.625rem;
  line-height: 2.0313rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  h2,
  .odp-h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 300;
  }
}
h3,
.odp-h3 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.375rem;
  line-height: 1.7188rem;
  font-weight: 400;
}
@media (min-width: 640px) {
  h3,
  .odp-h3 {
    font-size: 1.9375rem;
    line-height: 2.4219rem;
    font-weight: 300;
  }
}
h4,
.odp-h4 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4063rem;
  font-weight: 600;
}
@media (min-width: 640px) {
  h4,
  .odp-h4 {
    font-size: 1.375rem;
    line-height: 1.7188rem;
    font-weight: 500;
  }
}
h5,
.odp-h5 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 640px) {
  h5,
  .odp-h5 {
    font-size: 1.125rem;
    line-height: 1.4063rem;
    font-weight: 600;
  }
}
h6,
.odp-h6 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}
/* text color */
.txt-dark {
  color: #000000;
}
.txt-light {
  color: #343642;
}
/* section spacing */
.odp-space__margin--md {
  margin: .9375rem 0;
}
.odp-space__margin--lg {
  margin: 1.875rem 0;
}
.odp-space__margin-top--zero {
  margin-top: 0;
}
.odp-space__margin-top--md {
  margin-top: .9375rem;
}
.odp-space__margin-top--lg {
  margin-top: 1.875rem;
}
.odp-space__margin-btm--zero {
  margin-bottom: 0;
}
.odp-space__margin-btm--md {
  margin-bottom: .9375rem;
}
.odp-space__margin-btm--lg {
  margin-bottom: 1.875rem;
}
.odp-space__padding--md {
  padding: 1.875rem 0;
}
.odp-space__padding--lg {
  padding: 1.875rem 0 2.5rem;
}
.odp-space__padding--xl {
  padding: 2.5rem 0;
}
.odp-space__padding-top--zero {
  padding-top: 0;
}
.odp-space__padding-top--md {
  padding-top: 1.875rem;
}
.odp-space__padding-btm--zero {
  padding-bottom: 0;
}
.odp-space__padding-btm--md {
  padding-bottom: 1.875rem;
}
.btn {
  background-color: #dc2d27;
  color: #dc2d27;
  border: none;
  padding: .875rem 1.875rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  line-height: 1.4rem;
  cursor: pointer;
  border-radius: 3px;
  border: 0 solid transparent;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.btn--primary {
  background-color: #dc2d27;
  color: #ffffff;
}
.btn--primary:hover {
  color: #ffffff;
  box-shadow: 0px -2px 0px 0px #a63431 inset;
  background-color: #dc2d27;
}
.btn--secondary {
  background-color: #343642;
  color: #ffffff;
}
.btn--secondary:hover {
  background-color: #5c5e66;
  box-shadow: 0px -2px 0px 0px #000000 inset;
  color: #ffffff;
}
.btn--disabled,
.btn:disabled {
  background-color: #d1d1d1;
  color: #737578;
  cursor: not-allowed;
}
.btn--disabled:hover,
.btn:disabled:hover {
  background-color: #d1d1d1;
  box-shadow: none;
  color: #737578;
}
.btn--tertiary {
  background-color: transparent;
  color: #dc2d27;
  border-radius: 0;
  padding: 0;
}
.btn--tertiary:hover {
  color: #a63431;
}
.btn--tertiary:disabled {
  color: #d1d1d1;
  background: transparent;
}
.btn--tertiary:disabled:hover {
  background: transparent;
}
.btn svg {
  margin-left: .625rem;
  font-size: 1.125rem;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.btn--cardbutton {
  padding: 0.6rem 1.25rem;
  border-radius: 5rem;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-weight: 500;
}
.btn--white {
  padding: .9375rem 1.6875rem;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  font-size: .875rem;
  font-weight: 400;
  line-height: 140%;
  color: #343642;
  background-color: #ffffff;
}
.btn--white:hover {
  color: #343642;
  background-color: #ffffff;
}
.odp-dropdown {
  position: relative;
  min-width: 200px;
  max-width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}
.odp-dropdown__toggle {
  display: flex;
  font-family: "Simplon Norm", sans-serif;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem 1.25rem;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
  color: #343642;
  line-height: 100%;
  font-weight: 400;
}
.odp-dropdown__toggle:hover {
  border-color: #d1d1d1;
}
.odp-dropdown__toggle--selected {
  font-weight: 500;
}
.odp-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
  display: none;
  z-index: 10;
  max-height: 17.5rem;
  overflow-y: auto;
}
.odp-dropdown__item {
  padding: 8px 12px;
  cursor: pointer;
}
.odp-dropdown__item:hover {
  background-color: #f6f6f6;
}
.odp-dropdown__item--selected {
  background-color: #fbd2d0;
  font-weight: 500;
}
.odp-dropdown__item--selected:hover {
  background-color: #fbd2d0;
}
.odp-dropdown--open .odp-dropdown__menu {
  display: block;
}
.odp-dropdown--open .odp-dropdown__toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.odp-dropdown--open .icon {
  transform: rotate(180deg);
}
.odp-dropdown .icon {
  color: #000000;
}
.odp-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}
.odp-radio__input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.odp-radio__input + .odp-radio__label::before {
  content: '';
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #a5a5a5;
  border-radius: 50%;
  transition: border-color 0.3s ease;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.odp-radio__input:checked + .odp-radio__label::before {
  border-color: #dc2d27;
}
.odp-radio__input:checked + .odp-radio__label::after {
  content: '';
  display: inline-block;
  width: .875rem;
  height: .875rem;
  background-color: #dc2d27;
  border-radius: 50%;
  position: absolute;
  left: .25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.odp-radio__label {
  position: relative;
  cursor: pointer;
  padding-left: 2.125rem;
}
.odp-search {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  overflow: hidden;
  max-width: 100%;
}
.odp-search__input {
  flex: 1;
  border: none;
  padding: .9688rem 1rem;
  font-size: .875rem;
  outline: none;
  color: #343642;
  font-weight: 500;
  font-family: "Simplon Norm", sans-serif;
  line-height: .875rem;
}
.odp-search__input::placeholder {
  color: #737578;
}
.odp-search__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343642;
  transition: background-color 0.3s ease;
  height: 100%;
  padding: .625rem 1rem;
}
.odp-search__button:hover {
  background-color: transparent;
}
.odp-search__button:focus {
  outline: none;
}
.odp-search__button .icon {
  font-size: 16px;
}
.odp-m-dropdown__container {
  position: relative;
  max-width: 100%;
  font-family: Open Sans, sans-serif;
}
.odp-m-dropdown__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  cursor: pointer;
  color: #343642;
  font-family: "Simplon Norm", sans-serif;
  font-weight: 400;
  border-radius: .25rem;
}
.odp-m-dropdown__header.has-selected-items {
  background-color: #fbd2d0;
  border-color: #fbd2d0;
}
.odp-m-dropdown__header-sep {
  height: 2px;
  width: 2px;
  background: #343642;
}
.odp-m-dropdown__header--error {
  border-color: #dc2d27;
}
.odp-m-dropdown__text {
  display: flex;
  align-items: center;
  gap: .25rem;
}
.odp-m-dropdown__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  z-index: 1000;
}
.odp-m-dropdown__content.open {
  display: block;
}
.odp-m-dropdown__content-wrap {
  max-height: 314px;
  overflow-y: auto;
  padding: 0 1.25rem;
}
.odp-m-dropdown__item {
  display: flex;
  align-items: center;
  padding: 1rem  0;
  cursor: pointer;
}
.odp-m-dropdown__item input[type="checkbox"] {
  display: none;
}
.odp-m-dropdown__item input[type="checkbox"] + .checkbox-wrapper {
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #d1d1d1;
  margin-right: 10px;
  text-align: center;
  line-height: 1.375rem;
  color: transparent;
  flex: none;
}
.odp-m-dropdown__item input[type="checkbox"]:checked + .checkbox-wrapper {
  color: #ffffff;
  background-color: #dc2d27;
  border-color: #dc2d27;
}
.odp-m-dropdown__item input[type="checkbox"]:checked + .checkbox-wrapper i {
  display: inline-block;
}
.odp-m-dropdown__ok-btn {
  padding: 10px;
  min-width: 6.25rem;
}
.odp-m-dropdown__clear-btn {
  color: #343642;
  padding: 0;
}
.odp-m-dropdown__clear-btn:hover {
  color: #343642;
}
.selected-items-section {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}
.selected-items-section .selected-label {
  padding: 1rem 0 .25rem;
  font-weight: normal;
  color: #343642;
}
.selected-items-section--has-items {
  display: block;
}
.action-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #d1d1d1;
}
.action-bar button {
  cursor: pointer;
}
.action-bar button:disabled {
  cursor: not-allowed;
}
/* flex */
.d-flex {
  display: flex;
}
.d-flex--row {
  flex-direction: row;
}
.d-flex--col {
  flex-direction: column;
}
.d-flex--center {
  align-items: center;
}
.d-flex--space-btw {
  justify-content: space-between;
}
.d-flex--jcenter {
  justify-content: center;
}
.d-flex--space-arnd {
  justify-content: space-around;
}
.odp-container--fluid {
  max-width: 100%;
}
.odp-container--fixed {
  max-width: 80.62rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.odp-container--rm-pad {
  padding-left: 0;
  padding-right: 0;
}
.odp-bg--white {
  background-color: #ffffff;
}
.odp-bg--white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.odp-bg--red-50 {
  background-color: #fbd2d0;
}
.odp-bg--green-50 {
  background-color: #e6f6f1;
}
.odp-icon-color--red-75 {
  color: #f3a19e;
}
.odp-icon-color--green-100 {
  color: #a1e1f1;
}
.odp-icon-color--white {
  color: #ffffff;
}
/* Line clamp */
.line-clamp--1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-clamp--2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-clamp--3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.invisible-sm-down {
  display: block;
}
@media (min-width: 640px) {
  .invisible-sm-down {
    display: none;
  }
}
.invisible-sm-down-header {
  display: block;
}
@media (min-width: 640px) {
  .invisible-sm-down-header {
    display: none;
  }
}
.visible-md-up {
  display: none;
}
@media (min-width: 640px) {
  .visible-md-up {
    display: block;
  }
}
.no_content {
  border-color: #32bed9;
  border-style: dashed;
  border-width: 1px;
  color: #32bed9;
  font-size: 2rem;
  padding: 1.5rem 1.5rem 2rem;
  background-color: #f5f5f5;
}
.odp-divider {
  border: 0.0625rem solid #e2e2e2;
}
.odp-divider--light {
  border: 0.0625rem solid #d1d1d1;
}
.odp-divider--dark {
  border: 0.0625rem solid #a5a5a5;
}
/** Tabs **/
.odp-tabs-common {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.odp-tabs-common__menu {
  background: #edeef0;
}
.odp-tabs-common__menu-wrapper {
  display: flex;
  margin: .625rem .625rem 0;
}
.odp-tabs-common__tab {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1rem;
  font-family: "Simplon Norm", sans-serif;
  text-align: center;
  line-height: 125%;
  padding: .9063rem 1.9375rem;
  gap: .5rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #343642;
}
.odp-tabs-common__tab:hover {
  background: #edeef0;
}
.odp-tabs-common__tab--active {
  background-color: #ffffff;
  font-weight: 500;
}
.odp-tabs-common__tab--active:hover {
  background-color: #ffffff;
}
.odp-tabs-common__tab:focus {
  outline: none;
}
.odp-tabs-common__tab .icon {
  color: #dc2d27;
}
.odp-tabs-common__content {
  padding: 1.875rem 0 0;
}
.odp-tabs-common__panel {
  display: none;
  padding: 0 .25rem .25rem 0;
}
.odp-tabs-common__panel--active {
  display: block;
}
@media (min-width: 640px) {
  .odp-tabs-common__tab {
    padding: .9063rem 2.6563rem;
  }
}
.odp-section-shawdow {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.odp-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.odp-loader .odp-loader-icon {
  font-size: 3rem;
  color: #dc2d27;
  animation: odp-spin 1s linear infinite;
}
@keyframes odp-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.odp-loading {
  pointer-events: none;
}
.odp-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #343642;
  padding: 1.25rem 1.25rem 1.25rem .9375rem;
  border-radius: 0.25rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  z-index: 6;
  transition: opacity 0.3s ease-in-out;
  color: #ffffff;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  width: 20rem;
  align-items: center;
  gap: .625rem;
}
.odp-toast--clickable {
  cursor: pointer;
}
.odp-toast__icon {
  font-size: 1.625rem;
  color: #ffffff;
}
.odp-toast__content {
  flex: 1;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.odp-toast--hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.odp-toast--highlight {
  font-weight: 700;
}
.odp-toast__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.25rem;
}
.odp-toast--confirm {
  flex-direction: column;
}
.odp-toast__confirmation {
  width: 100%;
}
.odp-toast__confirmation .btn--white {
  font-weight: 500;
  font-size: 1rem;
}
.odp-toast__confirmation .odp-toast__close {
  font-size: 1rem;
  font-weight: 500;
}
