html {
  font-size: 95%;
}

*,
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
#canvas {
  height: 100%;
}

body {
  background-attachment: fixed;
  background-color: #d7e0eb;
  background-image: url(//cache.cms.io/2015.johnxxiii.edu.au/upload/template/custom/background-002.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #444444;
  font-family: 'Calibri W01', helvetica, arial, sans-serif;
}

/* !Font Defaults */
#canvas p,
#canvas ul,
#canvas h1,
#canvas h2,
#canvas h3,
#canvas h4,
#canvas h5,
#canvas h6 {
  margin-top: 0;
}

/* !Layout */
.container {
  position: relative;
}

#header {
  position: relative;
  height: 220px;
  border-top: 20px solid #003a80;
  background-image: url(//cache.cms.io/2015.johnxxiii.edu.au/upload/template/custom/banner-001.png);
  background-repeat: no-repeat;
  background-position: 46% bottom;
  z-index: 10;
}

#header h1 {
  position: absolute;
  top: 10px;
  left: 2%;
  width: 110px;
  height: 160px;
  background-image: url(//cache.cms.io/2015.johnxxiii.edu.au/upload/template/custom/john-xxiii-college.svg);
  background-repeat: no-repeat;
  text-indent: -1000em;
}

#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}

#banner {
  margin-top: -85px;
}

#banner .container,
#content .container,
#footer .container {
  min-height: 220px;
  background-color: #ffffff;
  box-shadow: 0 60px 70px rgba(2, 42, 111, 0.3);
}

#content .container {
  background-attachment: fixed;
  background-image: url(//cache.cms.io/2015.johnxxiii.edu.au/upload/template/custom/background-003.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#content .column {
  padding: 20px 0;
}

.has-related #content .column3 {
  padding: 20px 15px;
}

.has-related #content .column3 * {
  position: relative;
  z-index: 2;
}

.has-related #content .column3::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 21%;
  background-color: rgba(255, 213, 0, 0.55);
  content: '';
  z-index: 0;
}

#footer {
  background-color: rgba(0, 57, 128, 0.2);
}

#footer .container {
  background-color: rgba(255, 255, 255, 0.6);
}

#footer .column1,
#footer .column3 {
  padding: 20px 0;
}

#footer .column3 p {
  /* width: 70px; */
  margin-right: 10px;

  /* float: left;
  vertical-align: text-top; */
}

#footer .column3 ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}

#footer .column3 li {
  padding-bottom: 0.5em;
}

#footer .column3 .highlight1 {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
}

#footer .column3 .highlight1 a {
  display: block;
}

#footer .column3 .highlight1 img {
  height: 20px;
  width: 20px;
  margin-top: 1em;
}

#footer .column3 .highlight1 img {
  height: 20px;
  width: 20px;
  margin-top: 1em;
}

/* !Fonts */
#canvas h1 {
  margin-bottom: 0.5em;
  color: #003980;
}

#canvas h2 {
  margin-bottom: 0.5em;
  color: #6689b3;
  font-weight: 400;
}

#canvas h3 {
  margin-bottom: 0.5em;
  color: #003a80;
  font-weight: 600;
}

#content ul {
  margin: 0 0 1em 2em;
  padding: 0;
}

#content p,
#content li {
  font-size: 1rem;
  line-height: 1.4;
}

/* .section-home #content p {
  margin-bottom: 0.2em;
} */

#content a,
#footer a {
  color: #13529e;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-top: 1px solid #02286d;
  border-bottom: 1px solid #02286d;
  border-collapse: collapse;
}

th,
td {
  padding: 0.5em 1em 0.5em 0;
}

tr.c2 td {
  width: 50%;
}

tr.c3 td {
  width: 33.33%;
}

/* !Navigation */
.slicknav_menu {
  display: none;
}

.slicknav_menutxt {
  font-size: 1.2rem;
  line-height: 1 !important;
}

.slicknav_nav {
  font-size: 1.2rem;
}

#navigation {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 100;
}

/* All nodes */
#navigation ul {
  display: none;
  position: absolute;
  width: 180px;
  margin: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 213, 0, 0.8);
  list-style-type: none;
  cursor: pointer;
}

#navigation li {
  position: relative;
}

#navigation a {
  display: block;
  padding: 7px 16px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

/* Drop downs */
#navigation li.d1:hover > * {
  display: block;
  top: 100%;
  left: -1px;
}

#navigation li.d1.last:hover > * {
  right: 0;
  left: auto;
}

#navigation li.d2:hover > * {
  display: block;
  top: 0;
  left: 180px;
}

#navigation li.d1.p6 li:hover > *,
#navigation li.d1.p7 li:hover > * {
  right: 180px;
  left: auto;
}

#navigation .depth-1 {
  border-top: 5px solid #ffffff;
}

#navigation .d2 ul {
  background-color: rgba(255, 213, 0, 0.75);
}

/* Top level */
#navigation li.d1 {
  display: block;
  margin: 0;
  float: left;
  border-left: 1px solid rgba(255, 213, 0, 1);
  z-index: 100;
}

#navigation li.d1.p1 {
  border: none;
}

#navigation .d1 > a {
  margin-right: -1px;
  padding: 8px 14px 6px;
  text-transform: uppercase;
}

#navigation .d1 > a:hover,
#navigation .d1.selected > a {
  background-color: rgba(255, 213, 0, 1);
}

#navigation li.d1.expand > a {
  padding-right: 25px;
}

#navigation li.d1.expand > a::after {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  font-size: 14px;
  content: '\f0d7';
  opacity: 0.2;
}

/* Subsequent Levels */
#navigation .d1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#navigation .d2 a {
  color: #000000;
}

#navigation .d1 .selected > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#navigation li.d2.expand > a::after {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  font-size: 14px;
  content: '\f0da';
  opacity: 0.4;
}

/* !Slider */

/* Set defaults while loading */
.royalSlider * {
  margin: 0;
  -webkit-transform: translateZ(0);
}

.royalSlider,
.rsOverflow,
.rsSlide {
  background-color: #dddddd !important;
}

.royalSlider > .slide {
  position: relative;
  visibility: hidden;
}

#slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 300px;
}

#slider .rsBullet {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

/* Custom styling */
#secondary {
  width: 100%;
  height: 460px;
  margin-bottom: 2%;
}

#slider .panel {
  position: absolute;
  top: auto;
  right: 40%;
  bottom: 0;
  left: 0;
  padding: 6px 2% 7px;
  background: linear-gradient(to right, rgba(0, 58, 128, 1) 0%, rgba(0, 58, 128, 1) 60%, rgba(0, 58, 128, 0) 100%);
}

#slider .panel h2 {
  margin: 0 0 0.1em;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
}

/* !Related */
#related .title {
  margin: 0 0 0.3em;
  font-size: 1.2em;
  font-weight: 600;
}

#related ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#related li {
  position: relative;
  padding: 6px 0 6px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#related ul a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

#related ul a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}

#related li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  font-size: 5px;
  content: '\f111';
}

/* !Boiler Enrolment Links */
#boiler-enrolment-links {
  padding-left: 10%;
  margin-bottom: 10%;
}

#boiler-enrolment-links h3 {
  margin: 0 0 0.3em;
  font-size: 1.2em;
  font-weight: 600;
}

#boiler-enrolment-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#boiler-enrolment-links li {
  position: relative;
  padding: 6px 0 6px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#boiler-enrolment-links ul a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

#boiler-enrolment-links ul a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}

#boiler-enrolment-links li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  font-size: 5px;
  content: '\f111';
}

.fa.icon {
  font-size: 11px;
  vertical-align: 1px;
  margin-left: 2px;
}

/* !Search */
#search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 10px 15px;
  background-color: rgba(255, 213, 0, 0.55);
}

#search p {
  margin: 0;
}

#search .field {
  width: 200px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
}

#search button {
  padding: 0 4px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  text-transform: uppercase;
}

#search button::before {
  color: #777777;
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  font-size: 20px;
  content: '\f002';
  opacity: 0.5;
}

#search button:hover::before {
  color: #222222;
}

#search button span {
  position: absolute;
  text-indent: -1000em;
}

/* !Thumbnails */
.thumbnail {
  position: relative;
  max-width: 300px;
  margin: 0;
}

.has-thumbnail.has-thumbnailcaption .thumbnail {
  margin: 0 0 10%;
}

.thumbnailcaption {
  margin: 0 0 1em 20%;
  font-style: italic;
  line-height: 1.4;
}

.section-home .thumbnail::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-image: url(//cache.cms.io/2015.johnxxiii.edu.au/upload/template/custom/quotes.svg);
  background-repeat: no-repeat;
  background-position: right top;
  color: #ffffff;
  font-size: 6em;
  content: ' ';
  z-index: 100000;
}

/* !Quicklinks */
#quicklinks {
  position: absolute;
  top: 44px;
  right: 0;
  width: 255px;
  padding: 5px 15px 0 16px;
  font-size: 1.1em;
  cursor: pointer;
  overflow: hidden;
  z-index: 10000;
}

#quicklinks * {
  position: relative;
}

#quicklinks ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#quicklinks:hover {
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

#quicklinks:hover ul {
  display: block;
}

#quicklinks .title {
  font-weight: 600;
}

#quicklinks li {
  padding: 3px 0;
}

#quicklinks a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

#quicklinks a:hover {
  color: #003a80;
  font-weight: 600;
}

#quicklinks a:hover::after {
  position: absolute;
  top: 3px;
  padding-left: 5px;
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  content: '\f101';
}

/* !Image Wall */
.imagewall {
  display: table;
  width: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff;
  font-weight: 500;
  list-style-type: none;
  table-layout: fixed;
}

.imagewall li {
  display: table-cell;
  margin: 0;
  padding: 5px;
}

#content .imagewall a {
  color: #ffffff;
  text-decoration: none;
}

.imagewall span {
  display: block;
  margin-bottom: 10px;
  padding: 5px 0 5px 15%;
  background-color: #6689b3;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.imagewall img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.imagewall a:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

#latestnewspanel {
  position: relative;
  margin-right: 24px;
  padding: 20px;
  background-color: #e5ebf2;
}

#latestnewspanel > .bloglisting {
  display: none;
}

#latestnews {
  display: block;
  position: relative;
}

#latestnews .item {
  display: block;
  position: relative;
  width: 200px;
  height: 100%;
  margin: 0 1px 0 0;
  padding: 0 20px;
  float: left;
  border-right: 1px solid #cccccc;
}

#latestnews .image img {
  display: block;
  width: 40%;
  margin: 0 0 10px 10px;
  float: right;
}

#latestnews a {
  text-decoration: none;
  word-wrap: break-word;
}

#latestnews h2 {
  font-size: 1.2em;
}

#latestnews .continuetitle {
  display: none;
}

#latestnews .description {
  font-size: 0.9rem;
}

.carouselcontrol {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px !important;
  border-radius: 50%;
  cursor: pointer;
}

.carouselcontrol i {
  width: 100%;
  color: #99b0cc;
  font-size: 46px;
  line-height: 1;
  text-align: center;
}

.carouselcontrol span {
  display: block;
  text-indent: -1000em;
}

#carouselnext {
  right: -52px;
}

#carouselprev {
  left: -52px;
}

/* !Calculator */
.column1 .enrolmentcalculator {
  padding-left: 10%;
}

.enrolmentcalculator .results {
  margin: 1em 0;
}

.enrolmentcalculator .results p {
  margin: 0;
  color: #003a80;
}

.enrolmentcalculator .results span {
  display: block;
  margin-bottom: 0.5em;
  color: #000000;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 1;
}

/* !Gallery */
#content .gallery {
  width: 102%;
  margin: 0 0 5% -1%;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

#content .gallery li {
  display: block;
  position: relative;
  width: 23%;
  margin: 0 1% 2%;
  padding: 0;
  float: left;
  line-height: 1;
}

#content .gallery li:hover {
  cursor: pointer;
}

#content .gallery li:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.57);
  font-family: 'Font Awesome 5 Pro', 'FontAwesome';
  font-size: 3em;
  text-align: right;
  content: '\f055';
}

#content .gallery img {
  float: left;
  cursor: pointer;
}

.gallery .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 2;
}

.gallery .wrapper .label {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5%;
  color: #ffffff;
}

.gallery .wrapper:hover .label {
  display: block;
}

.gallery .wrapper .title {
  font-size: 1.1em;
  font-weight: 600;
}

.gallery .wrapper .description {
  margin-top: 0.5em;
}

/* !Button link - for styled hyperlinks */
#content .buttonlink {
  display: inline-block;
  padding: 10px 30px;
  background-color: #6689b3;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

#content .buttonlink:hover {
  background-color: #003a80;
}

/* !Image Map - Virtual Tours */
#content #map {
  position: relative;
  width: 750px;
  height: 547px;
  margin: 0;
  padding: 0;
  background-image: url(//cache.cms.io/2015.johnxxiii.edu.au/upload/pages/virtual-tours/rage_css_imagemap0.jpg);
  background-repeat: no-repeat;
  list-style-type: none;
}

#content #map a {
  position: absolute;
  padding: 5px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-indent: -1000em;
}

#content #map li:hover a {
  background-color: #000000;
  text-indent: 0;
  z-index: 10;
}

#map #ablock-lawn a {
  top: 182px;
  left: 104px;
  width: 40px;
  height: 50px;
}

#map #ablock-lawn:hover a {
  width: 40px;
  height: 50px;
}

#map #admin-reception a {
  top: 238px;
  left: 133px;
  width: 32px;
  height: 48px;
}

#map #admin-reception:hover a {
  width: 60px;
  height: 40px;
}

#map #front-of-college a {
  top: 242px;
  left: 89px;
  width: 40px;
  height: 66px;
}

#map #front-of-college:hover a {
  width: 55px;
  height: 35px;
}

#map #primary-pavilion a {
  top: 293px;
  left: 132px;
  width: 53px;
  height: 38px;
}

#map #primary-pavillion:hover a {
  width: 30px;
}

#map #junior-primary-oval a {
  top: 314px;
  left: 84px;
  width: 47px;
  height: 63px;
}

#map #junior-primary-oval:hover a {
  width: 47px;
  height: 45px;
}

#map #kindy-playground a {
  top: 348px;
  left: 163px;
  width: 31px;
  height: 47px;
}

#map #kindy-playground:hover a {
  width: 65px;
}

#map #library-courtyard a {
  top: 223px;
  left: 170px;
  width: 35px;
  height: 54px;
}

#map #library-courtyard:hover a {
  width: 55px;
  height: 35px;
}

#map #amphitheatre a {
  top: 268px;
  left: 216px;
  width: 26px;
  height: 32px;
}

#map #amphitheatre:hover a {
  width: 75px;
  height: 20px;
}

#map #primary-lawn a {
  top: 326px;
  left: 246px;
  width: 57px;
  height: 41px;
}

#map #primary-lawn:hover a {
  width: 40px;
  height: 30px;
}

#map #chapel-lawn a {
  top: 203px;
  left: 276px;
  width: 39px;
  height: 35px;
}

#map #chapel-lawn:hover a {
  width: 45px;
}

#map #mws-lawn a {
  top: 255px;
  left: 287px;
  width: 39px;
  height: 40px;
}

#map #mary-ward a {
  top: 130px;
  left: 360px;
  width: 30px;
  height: 32px;
}

#map #mws-reception a {
  top: 254px;
  left: 324px;
  width: 20px;
  height: 44px;
}

#map #mws-reception:hover a {
  width: 60px;
}

#map #chapel a {
  top: 192px;
  left: 317px;
  width: 34px;
  height: 30px;
}

#map #chapel:hover a {
  width: 40px;
}

#map #cafe a {
  top: 243px;
  left: 336px;
  width: 19px;
  height: 24px;
}

#map #cafe:hover a {
  width: 30px;
}

#map #com-kitchen a {
  top: 236px;
  left: 353px;
  width: 13px;
  height: 33px;
}

#map #com-kitchen:hover a {
  width: 50px;
  height: 35px;
}

#map #materials-technology-centre a {
  top: 350px;
  left: 345px;
  width: 40px;
  height: 17px;
}

#map #materials-technology-centre:hover a {
  width: 65px;
  height: 45px;
}

#map #gym-normal a {
  top: 271px;
  left: 375px;
  width: 16px;
  height: 45px;
}

#map #gym-normal:hover a {
  width: 40px;
  height: 40px;
}

#map #gym-function a {
  top: 266px;
  left: 391px;
  width: 17px;
  height: 50px;
}

#map #gym-function:hover a {
  width: 48px;
  height: 40px;
}

#map #new-lecture-theatre a {
  top: 271px;
  left: 346px;
  width: 26px;
  height: 14px;
}

#map #new-lecture-theatre:hover a {
  width: 50px;
  height: 50px;
}

#map #computer-labs a {
  top: 286px;
  left: 353px;
  width: 17px;
  height: 30px;
}

#map #computer-labs:hover a {
  width: 60px;
}

#map #drama-centre a {
  top: 178px;
  left: 378px;
  width: 29px;
  height: 35px;
}

#map #drama-centre:hover a {
  width: 40px;
}

#map #upper-lawn a {
  top: 149px;
  left: 448px;
  width: 92px;
  height: 73px;
}

#map #upper-lawn:hover a {
  width: 40px;
  height: 40px;
}

#map #pool a {
  top: 234px;
  left: 414px;
  width: 29px;
  height: 34px;
}

#map #pool:hover a {
  width: 30px;
  height: 25px;
}

#map #lower-lawn a {
  top: 281px;
  left: 426px;
  width: 114px;
  height: 85px;
}

#map #lower-lawn:hover a {
  width: 35px;
  height: 40px;
  margin: 0;
  padding: 5px;
}

#map #design-technology a {
  top: 319px;
  left: 339px;
  width: 23px;
  height: 28px;
}

#map #design-technology:hover a {
  width: 65px;
  height: 35px;
}

#map #exhibition-centre a {
  top: 317px;
  left: 363px;
  width: 27px;
  height: 31px;
}

#map #exhibition-centre:hover a {
  width: 55px;
}

// New
.fc .fc-day-header {
  color: #ffffff;
  background-color: #0f324c;
}

.fc .cal0 .fc-event-dot,
.fc .fc-event.cal0 {
  color: #000000 !important;
  border-color: #dedede;
  background-color: #dedede;
}

.fc .fc-cal0-button {
  color: #000000 !important;
  background-color: #dedede;
}

.fc .cal1 .fc-event-dot,
.fc .fc-event.cal1 {
  color: #000000 !important;
  border-color: #fbebb1;
  background-color: #fbebb1;
}

.fc .fc-cal1-button {
  color: #000000 !important;
  background-color: #fbebb1;
}

.fc .cal2 .fc-event-dot,
.fc .fc-event.cal2 {
  color: #000000 !important;
  border-color: #b9d4f7;
  background-color: #b9d4f7;
}

.fc .fc-cal2-button {
  color: #000000 !important;
  background-color: #b9d4f7;
}

.fc .cal3 .fc-event-dot,
.fc .fc-event.cal3 {
  color: #ffffff !important;
  border-color: #5dbaad;
  background-color: #5dbaad;
}

.fc .fc-cal3-button {
  color: #ffffff !important;
  background-color: #5dbaad;
}

/* .calendar-event__title--cal3 {
	color: #4bab5c !important;
} */

.fc .cal4 .fc-event-dot,
.fc .fc-event.cal4 {
  color: #ffffff !important;
  border-color: #663980;
  background-color: #663980;
}

.fc .fc-cal4-button {
  color: #ffffff !important;
  background-color: #663980;
}

.fc .fc-content .fc-time {
  font-size: 13px !important;
}

.fc-toolbar .fc-button {
  font-size: 10px !important;
  letter-spacing: 0 !important;
}

/* !Form Button style */
input[type=text] {
  padding: 5px;
  border: 2px solid #cccccc;
}

input[type=text]:focus {
  border-color: #184376;
}

input#formsubmit[type=submit] {
  padding: 5px 15px;
  background: #184376;
  color: #ffffff;
  border: 0 none;
  cursor: pointer;
  border-radius: 2px;
}

.df-container {
  aspect-ratio: 10 / 7 !important;
}

hr.spacer {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
}

/* Button styling */
#content a.button {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  transition: all 0.5s;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #003980;
  color: #ffffff;
  font-weight: 600;
}

/* Accordion styling */
h3.accordion__header {
  cursor: pointer;
}


