@charset "UTF-8";
/* Base */
/* BASE COLORS */
/* PRIMARY COLORS */
/* CODE */
/* FONT-FAMILY */
/* BORDER RADIUS */
/* BORDERS */
/* TYPEFORM */
/* FEATURED BOTTOM */
/* LINK */
/* BTN */
/* HEADER */
/* MENU */
/* ACCORDION */
/* FOLDERS */
/* RESPONSIVE */
html,
#page {
  background-color: #FFF;
}

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

.bg-blue {
  background-color: #1B3262;
  color: #FFF;
}

.btn {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.3rem;
  border-radius: 0;
  padding: 1rem 2rem;
}
.btn::before {
  content: "❯";
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all ease-out 100ms;
  transition: all ease-out 100ms;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn.dropbox::before {
  content: url("/themes/custom/iof_regional/images/DropBoxWhite.png");
}
.btn.download::before {
  content: "➜";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
}
.btn.small {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.btn-primary {
  background-color: #AE022D;
  border: 0.1rem solid #AE022D;
  color: #FFF;
  font-weight: 400;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #AE022D;
  border: 0.12rem solid #1B3262;
  color: #FFF;
}

.btn-primary-dark {
  background-color: #AE022D;
  border: 0.1rem solid #AE022D;
  color: #1B3262;
  font-weight: 400;
}
.btn-primary-dark:hover, .btn-primary-dark:active, .btn-primary-dark:focus, .btn-primary-dark:not(:disabled):not(.disabled).active, .btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .btn-primary-dark:not(:disabled):not(.disabled):active:focus {
  background-color: #AE022D;
  border: 0.1rem solid #1B3262;
  color: #1B3262;
}

.btn-secondary {
  background-color: #131313;
  border: 0.2rem solid #131313;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #1B3262;
  border: 0.2rem solid #1B3262;
  color: #FFF;
}

.btn-third {
  background-color: #AE022D;
  border: 0.2rem solid #AE022D;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-third:hover, .btn-third:active, .btn-third:focus, .btn-third:not(:disabled):not(.disabled).active, .btn-third:not(:disabled):not(.disabled):active, .btn-third:not(:disabled):not(.disabled).active:focus, .btn-third:not(:disabled):not(.disabled):active:focus {
  background-color: #FFF;
  border: 0.2rem solid #AE022D;
  color: #1B3262;
}

.btn-programme {
  font-size: 1rem;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1B3262;
}
body .view,
body .sponsors-page,
body .node__content {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #131313;
  font-weight: 300;
}

.font-primary-color {
  color: #1B3262;
}

.font-secondary-color {
  color: #AE022D;
}

.font-third-color {
  color: #131313;
}

.font-pink-color {
  color: #EA5291 !important;
}

.font-white-color {
  color: #FFF !important;
}

.font-blue-light-color {
  color: #3C9BD9 !important;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.font-xxl {
  font-size: 2.5rem;
}

.font-xl {
  font-size: 2rem;
}

.font-lg {
  font-size: 1.5rem;
}

.font-md {
  font-size: 1rem;
}

.font-sm {
  font-size: 0.9rem;
}

.font-xs {
  font-size: 0.7rem;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-light {
  font-weight: 300;
}

/* General */
.no-decoration {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.text-promoted {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

ol.decimal, ul.decimal {
  list-style-type: decimal;
}
ol.lower-alpha, ul.lower-alpha {
  list-style-type: lower-alpha;
}
ol.lower-roman, ul.lower-roman {
  list-style-type: lower-roman;
}
ol.hyphen, ul.hyphen {
  list-style-type: "-";
}
ol.list-space div, ul.list-space div {
  position: relative;
  left: 2rem;
}
ol.no-bullet, ul.no-bullet {
  list-style-type: none;
  padding-left: 0;
}
ol.bold-markers li::marker, ul.bold-markers li::marker {
  font-weight: bold;
}
ol.arrow, ul.arrow {
  list-style: none;
  padding: 0 0 0 1.5rem;
  line-height: 1.23;
  font-weight: 400;
}
ol.arrow li, ul.arrow li {
  position: relative;
  padding-left: 1.5em;
}
ol.arrow li::before, ul.arrow li::before {
  content: "▶";
  margin-right: 0.5rem;
  color: #3793d4;
  -webkit-transform: scale(0.6, 0.93);
      -ms-transform: scale(0.6, 0.93);
          transform: scale(0.6, 0.93);
  margin-left: -1.5rem;
  display: inline-block;
}
ol li.no-bullet, ul li.no-bullet {
  list-style: none;
}

#page-wrapper > #page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
}

.container {
  max-width: 970px;
}

.node__content {
  margin-top: 0;
}

.border-white {
  border: 0.15rem solid #FFF;
}

.hangout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  background: #1B3262;
}
.hangout::before {
  content: url("/themes/custom/iof_regional/images/hangout.png");
  display: block;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.hangout::after {
  content: url("/themes/custom/iof_regional/images/hangout.png");
  display: block;
  -webkit-transform: rotate(180deg) scale(0.5);
      -ms-transform: rotate(180deg) scale(0.5);
          transform: rotate(180deg) scale(0.5);
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 767.98px) {
  .hangout {
    margin: 2rem 5rem;
  }
  .hangout::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    margin: 0 1rem;
  }
  .hangout::after {
    -webkit-transform: rotate(180deg) scale(1);
        -ms-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
    margin: 0 1rem;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  blockquote, pre {
    border: none;
  }
  header,
  .add-to-any {
    display: none;
  }
}
h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #1B3262;
  letter-spacing: 0.5px;
  border: none;
  margin-bottom: 2rem;
}
h1.block-title {
  position: relative;
}
h1.block-title span {
  position: relative;
  color: #1B3262;
  background: #FFF;
  padding-right: 1rem;
  z-index: 1;
}
h1.block-title::after {
  content: "";
  display: block;
  width: 64%;
  background: #1B3262;
  height: 2px;
  position: absolute;
  bottom: 1.375rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
h1.block-title.white span {
  color: #FFF;
  background: #1B3262;
}
h1.block-title.white::after {
  background: #FFF;
}

h2 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #AE022D;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #131313;
  margin-top: 2rem;
}

h4 {
  font-size: 1.1rem;
  font-weight: 500;
}

.col-form-label {
  text-align: end;
}

.form-control,
.form-select,
.form-checkbox,
.form-radio {
  border: 0.15rem solid #AE022D;
}

.form-control::-webkit-input-placeholder {
  color: #b2b2b1;
}

.form-control::-moz-placeholder {
  color: #b2b2b1;
}

.form-control:-ms-input-placeholder {
  color: #b2b2b1;
}

.form-control::-ms-input-placeholder {
  color: #b2b2b1;
}

.form-control::placeholder {
  color: #b2b2b1;
}

/* Tools */
.add-to-any {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 99;
}
.add-to-any .a2a_dd img {
  width: 2.5rem;
  border-radius: 0;
}
.add-to-any .a2a_default_style a {
  padding: 0;
}

@media (min-width: 575.98px) {
  .add-to-any {
    top: 50%;
  }
}
.accordion {
  font-weight: 300;
}
.accordion .accordion-item {
  background: none;
  border: none;
  color: #FFF;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button::before {
  content: "❯";
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #EA5291;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #EA5291;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.accordion .accordion-item .accordion-body {
  padding-left: 3.3rem;
}
.accordion.bg-white .accordion-item {
  color: #131313;
}
.accordion.bg-white .accordion-item .accordion-header .accordion-button {
  color: #1B3262;
}
.accordion.bg-white .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #EA5291;
}

#custom-block-socialmenu .social-menu a svg,
#custom-block-socialmenu2 .social-menu a svg {
  height: 1rem;
  margin: 0 1rem;
  fill: #FFF;
}
#custom-block-socialmenu .social-menu a:hover svg,
#custom-block-socialmenu2 .social-menu a:hover svg {
  fill: #AE022D;
}

/* Block */
/* Region */
.path-frontpage #header {
  background: #1B3262 url(/themes/custom/iof_regional/images/bg_banner-top.jpg) repeat-x center 6.25rem;
}
.path-frontpage #header .hangout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header {
  background: #1B3262 url(/themes/custom/iof_regional/images/bg_banner-top.jpg) repeat-x center 0;
  text-align: center;
  color: #FFF;
}
#header .header-logo {
  width: 410px;
}
#header .hangout {
  display: none;
}
#header .banner-main-generic {
  display: none;
}
#header .banner-main-smartphone {
  display: block;
}
#header .big-buttons--container {
  background-color: #FFF;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .big-buttons--container a {
  color: #AE022D;
  text-decoration: none;
}
#header .big-buttons--container .big-button {
  height: 100%;
  padding: 1rem;
  margin: 0 0.5rem;
  background: #ECECEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#header .big-buttons--container .big-button:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  margin-top: -5px;
  margin-bottom: 5px;
}
#header .big-buttons--container .big-button span.big-button-img {
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
}
#header .big-buttons--container .big-button span.big-button-text {
  font-size: 0.8rem;
  white-space: nowrap;
}

@media (min-width: 575.98px) {
  .path-frontpage #header {
    background: #1B3262 url(/themes/custom/iof_regional/images/bg_banner-top.jpg) repeat-x center 1rem;
  }
  #header {
    background: #1B3262 url(/themes/custom/iof_regional/images/bg_banner-top.jpg) repeat-x center -10rem;
  }
  #header .banner-main-generic {
    display: block;
  }
  #header .banner-main-smartphone {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .path-frontpage #header .big-buttons--container .big-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.8rem 0 1.2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .path-frontpage #header .big-buttons--container .big-button span.big-button-img {
    margin: 0 0 1rem 0;
    width: 3rem;
  }
}
@media (min-width: 991.98px) {
  .path-frontpage #header .big-buttons--container .big-button {
    margin: 0 0.5rem;
  }
  #header .big-buttons--container .big-button {
    margin: 0 1.5rem;
  }
}
.featured-top {
  background-color: #1B3262;
  color: #FFF;
  padding: 2rem 0;
}

.site-footer {
  padding: 2rem 0 0 0;
  background: #ECECEC;
}
.site-footer::before {
  content: "";
  display: block;
  position: relative;
  top: -2rem;
  width: 60%;
  height: 5px;
  background: #AE022D;
  margin: 0 auto;
}
.site-footer .region {
  width: 100%;
}
.site-footer .region .block {
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
}
.site-footer .region .block .content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #131313;
}
.site-footer .region .block .content a {
  color: #3C9BD9;
  font-weight: 500;
  text-decoration: none;
}
.site-footer .region .block .content a:hover {
  text-decoration: underline;
}
.site-footer .site-footer__bottom {
  background: #1B3262;
}
.site-footer .site-footer__bottom .region .block .content {
  color: #FFF;
}
.site-footer .site-footer__bottom .region .block .content a {
  color: #FFF;
  font-weight: 400;
}

.ui-dialog {
  padding: 0 !important;
  border-radius: 0.5rem !important;
  z-index: 3 !important;
  max-width: 100% !important;
}
.ui-dialog.ui-widget.ui-widget-content {
  border: none;
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar {
  background-color: #AE022D;
  color: #FFF;
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 2rem;
  height: 2rem;
  background: none;
  top: 0;
  -webkit-transform: translateY(70%);
      -ms-transform: translateY(70%);
          transform: translateY(70%);
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-mask-image: url("../../../contrib/gin/dist/media/sprite.svg#close-view");
          mask-image: url("../../../contrib/gin/dist/media/sprite.svg#close-view");
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: #1B3262;
}
.ui-dialog .ui-widget-content {
  padding-top: 1.5rem !important;
}
.ui-dialog .ui-widget-content.ui-dialog-content {
  background-color: #E7DBD0 !important;
  color: #1B3262;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.ui-dialog .ui-widget-content.ui-dialog-content .node .field--type-image {
  margin: 0;
}
.ui-dialog .ui-widget-content.ui-dialog-content .node .field--type-image img {
  max-width: 100%;
  height: auto;
}

.ui-widget-overlay {
  z-index: 2 !important;
  background: #1B3262 !important;
}

#header #navbar-main {
  background: #1B3262;
}
#header #navbar-main .navbar-brand {
  max-width: 15rem;
}
#header #navbar-main .navbar-toggler {
  border: 1px solid #FFF;
}
#header #navbar-main .navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
#header #navbar-main .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#header #navbar-main #CollapsingNavbar {
  width: 100%;
  height: 100%;
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-socialmenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu {
  width: 100%;
  margin: 1rem 0;
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu > .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu > .navbar-nav > .nav-item .nav-link {
  text-transform: uppercase;
  color: #FFF;
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu > .navbar-nav > .nav-item .nav-link::before {
  content: "›";
  font-size: 1.6rem;
  line-height: 0;
  margin: 0;
  padding: 0 0.3rem 0 0;
  display: inline-block;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu > .navbar-nav > .nav-item .nav-link:hover {
  color: #AE022D;
}
#header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu > .navbar-nav > .nav-item .nav-link.dropdown-toggle:hover::before {
  -webkit-transform: rotate(90deg) translatex(0.4rem) translateY(0.2rem);
      -ms-transform: rotate(90deg) translatex(0.4rem) translateY(0.2rem);
          transform: rotate(90deg) translatex(0.4rem) translateY(0.2rem);
}

.dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
  border-top: 8px solid #AE022D;
  min-width: 10rem;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0;
}
.dropdown .dropdown-menu .dropdown-item a {
  display: block;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #2b2b2b;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #131313;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #FFF;
  text-decoration: underline;
  text-decoration-color: #131313;
}
.dropdown .dropdown-menu .dropdown-item:active a, .dropdown .dropdown-menu .dropdown-item.active a {
  color: #131313;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #EA5291;
  text-decoration-color: #FFF;
}
.dropdown .dropdown-menu .dropdown-item:hover a {
  color: #FFF;
}

@media (min-width: 767.98px) {
  #header #navbar-main .navbar-brand {
    max-width: 100%;
  }
  #header #navbar-main #CollapsingNavbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header #navbar-main #CollapsingNavbar #block-iof-regional-socialmenu {
    top: -4.5rem;
  }
  #header #navbar-main #CollapsingNavbar #block-iof-regional-main-menu {
    top: 1.5rem;
  }
}
@media (min-width: 991.98px) {
  #header #block-iof-regional-main-menu > .navbar-nav {
    margin: 0 5rem;
  }
}
/* Page */
.view-event-awards .view-content .views-row:not(:first-child) {
  padding-top: 2rem;
  border-top: 0.1rem solid #eaeaea;
}
.view-event-awards .view-content .views-row article {
  margin-bottom: 2rem;
}
.view-event-awards .view-content .views-row:last-child {
  margin-bottom: 2rem;
}

.table-register .row-table-register {
  background: #E5F2FB;
  color: #1b3262;
  font-weight: bolder;
}
.table-register .row-table-register.odd {
  background-color: #617391;
  color: #FFF;
}
.table-register .row-table-register.title {
  background: none;
  color: #FFF;
}
.table-register .row-table-register.title .border-right {
  border-right: 0.2rem solid #FFF;
}
.table-register .row-table-register .category {
  border-right: 0.2rem solid #1B3262;
  padding: 1rem 1rem 1rem 2rem;
}
.table-register .row-table-register .border-right {
  border-right: 0.2rem solid #1B3262;
}
.table-register .row-table-register .align-text {
  text-align: center;
}
.table-register .row-table-register .bullet.arrow {
  padding-left: 2rem;
}
.table-register .row-table-register .free-registration {
  font-size: 0.9rem;
  line-height: 0.5;
}

.programme-session .pre-course-link,
.programme-sub-session .pre-course-link {
  display: block;
  font-size: 1.2rem;
  color: #AE022D;
}
.programme-session .additional-paragraph,
.programme-sub-session .additional-paragraph {
  font-size: 1.2rem;
  color: #AE022D;
}/*# sourceMappingURL=style.css.map */
