@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,700");
.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

a {
  color: #243D96; }

.navbar-agenda {
  border-bottom: 6px solid #B36AAC;
  background-color: #FFFFFF; }

.navbar-agenda .nav-item a.nav-link {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.14rem; }

.navbar-agenda .nav-item.active {
  background-color: #243D96;
  color: #FFFFFF;
  border-radius: 3px; }

.navbar-agenda .nav-item.active a.nav-link {
  color: #FFFFFF; }

.text-agenda {
  font-weight: bold;
  text-transform: lowercase; }

.btn-outline-agenda {
  color: #243D96;
  background: transparent none;
  border-color: #243D96; }

.btn-outline-agenda:hover {
  color: #FFFFFF;
  background-color: #243D96;
  border-color: #243D96; }

.body-text h1,
.body-text h2,
.body-text h3,
.body-text h4,
.body-text h5,
.body-text h6 {
  color: #B36AAC; }

.navbar-close {
  padding-bottom: 0; }

.jumbotron-agenda-colour {
  background: url("../templateimages/background-agenda.jpg") no-repeat top left;
  background-size: cover; }

.jumbotron-agenda-colour h1,
.jumbotron-agenda-colour h6 {
  color: #FFFFFF; }

.jumbotron-agenda-triangles {
  background: url("../templateimages/background-grey-triangles.png") repeat;
  border-bottom: 1px solid #c0c5c5; }

.jumbotron-shorter {
  padding-top: 2rem;
  padding-bottom: 2rem; }

#sub-header {
  background: #EEEEEE url("../templateimages/background-grey-triangles.png") repeat;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c5c5; }

#sub-header .inner {
  padding-top: 15px;
  padding-bottom: 15px; }

#sub-header h1 {
  text-transform: lowercase; }

.strapline {
  text-align: center;
  color: #8A9594;
  margin-top: 40px;
  margin-bottom: 40px; }

#footer {
  border-top: 6px solid #B36AAC;
  background: #EEEEEE url("../templateimages/background-grey-triangles.png") repeat;
  color: #111111;
  padding-top: 2rem;
  padding-bottom: 2rem; }

#footer a {
  color: #B36AAC;
  text-decoration: none;
  border-bottom: 1px dotted #999999; }

#footer a:hover {
  color: #222222;
  text-decoration: none;
  border-bottom: none; }

#footer h4 {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }

#footer .fa-ul > li {
  padding-top: 2px; }

#footer .fa-ul .fa {
  padding-top: 5px; }

#lower {
  border-top: 1px solid #B36AAC;
  background: #FFFFFF;
  color: #8A9594;
  padding-top: 10px; }

#lower a {
  text-decoration: none;
  color: #8A9594; }

#lower a:hover {
  text-decoration: underline;
  color: #111111; }

#lower p {
  font-size: .9rem; }

#lower a.cd {
  color: #8A9594; }

#lower a.cd:hover {
  color: #FF9600; }

p.action {
  border-left: 4px solid #B36AAC;
  padding-left: 10px; }

.card-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  column-gap: 1rem;
  row-gap: 1rem; }

/* ##################################
   ### Bootstrap v4 Media Queries ###
   ################################## */
/*
XS = Extra small < 576px
SM = Small  - 576px to 767px
MD = Medium - 768px to 991px
LG = Large  - 992px to 1199px
XL = Extra large ≥ 1200px
*/
/* XS - Extra small devices (portrait smartphones, less than 576px)
   No media query since this is the default in Bootstrap v4
   We jut put CSS items here to remind us that there may be a larger screen variant */
ul#header-navbar .nav-item {
  padding-left: 5px; }

.display-4 {
  font-size: 1.7rem; }

.display-5 {
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.5; }

.strapline {
  font-size: 18px;
  letter-spacing: 0; }

.strapline span {
  padding-left: 5px;
  padding-right: 5px; }

/* SM - Small devices (landscape smartphones, 576px and up) */
@media (min-width: 576px) {
  .display-4 {
    font-size: 2.5rem; }
  .display-5 {
    font-size: 1.8rem; }
  .strapline {
    font-size: 18px;
    letter-spacing: 0; }
  .strapline span {
    padding-left: 5px;
    padding-right: 5px; } }

/* MD - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  ul#header-navbar .nav-item {
    padding-left: 0; }
  .display-4 {
    font-size: 2.5rem; }
  .display-5 {
    font-size: 2.0rem; }
  .strapline {
    font-size: 22px;
    letter-spacing: 3px; }
  .strapline span {
    padding-left: 30px;
    padding-right: 30px; } }

/*  LG - Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .display-4 {
    font-size: 2.6rem; }
  .display-5 {
    font-size: 2.2rem; }
  .strapline {
    font-size: 22px;
    letter-spacing: 3px; }
  .strapline span {
    padding-left: 30px;
    padding-right: 30px; } }

/*  XL - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem; }
  .display-5 {
    font-size: 3rem;
    line-height: 1.2; }
  .strapline {
    font-size: 22px;
    letter-spacing: 3px; }
  .strapline span {
    padding-left: 30px;
    padding-right: 30px; } }
