/* Minification failed. Returning unminified contents.
(9,15): run-time error CSS1039: Token not allowed after unary operator: '-nochangemaintext'
(11,20): run-time error CSS1039: Token not allowed after unary operator: '-mainpagefourthbackground'
(67,26): run-time error CSS1039: Token not allowed after unary operator: '-mainpagesecondbackground'
(71,32): run-time error CSS1039: Token not allowed after unary operator: '-mainpagefourthbackground'
(71,75): run-time error CSS1039: Token not allowed after unary operator: '-mainpagefourthbackground'
(135,15): run-time error CSS1039: Token not allowed after unary operator: '-nochangemaintext'
(142,15): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetext'
(153,20): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetertiarybackground'
(202,28): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetertiarybackground'
(206,28): run-time error CSS1039: Token not allowed after unary operator: '-mainpagesecondbackground'
(224,20): run-time error CSS1039: Token not allowed after unary operator: '-mainpagefourthbackground'
(226,15): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetext'
(237,35): run-time error CSS1039: Token not allowed after unary operator: '-secondaryborder'
(247,34): run-time error CSS1039: Token not allowed after unary operator: '-secondaryborder'
(253,15): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetertiarytext'
(278,15): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetertiarytext'
(287,15): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetertiarytext'
(291,15): run-time error CSS1039: Token not allowed after unary operator: '-mainpagetertiarytext'
 */
/* Fix link style on sticky*/
.side-nav p a {
  text-decoration: none; }

#page-top {
  overflow: auto; }

.nav-arrow {
  color: var(--nochangemaintext);
  font-size: 1rem;
  background: var(--mainpagefourthbackground);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  animation: pulse 1.7s 1; }

.nav-arrow:hover {
  animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); }
  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); }
  70% {
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3); } }

.slide-nav {
  z-index: 1000;
  position: fixed;
  top: 50%;
  right: 30px;
  text-align: center;
  padding: 0;
  margin: -40px 0 0 0;
  transform: translateY(-50%); }

.slide-nav ul {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  list-style-type: none; }

.slide-nav ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--mainpagesecondbackground);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  margin: 10px 0; }
  .slide-nav ul li:active, .slide-nav ul li:hover, .slide-nav ul li.active {
    box-shadow: 0 0 0 3px var(--mainpagefourthbackground), 0 0 0 6px var(--mainpagefourthbackground);
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

.home-section {
  padding-top: 10rem; }

.home-section-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; }

.home-section-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; }

.home-section-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; }

.home-section-4 {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; }

.home-section h1 {
  font-size: 1.5rem;
  letter-spacing: 0.3rem; }

@media (min-width: 992px) {
  .home-section {
    height: calc(100vh - 117px);
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0; }
  .home-section p {
    font-size: 1.15rem; }
  .home-section h1 {
    font-size: 2.5rem; } }

@media (min-width: 1200px) {
  .home-section h1 {
    font-size: 2rem; } }

.home-widget a {
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-weight: 400; }

.home-widget a:hover {
  text-decoration: underline;
  color: inherit;
  font-weight: 400; }

.home-widget a:after {
  font-family: FontAwesome;
  content: "\f054";
  color: var(--nochangemaintext) !important;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #951233; }

.home-widget .alternative a:after {
  color: var(--mainpagetext); }

.home-widget h3 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5; }

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

.home-widget {
  background: var(--mainpagetertiarybackground);
  padding: 1rem; }
  .home-widget h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5; }
  .home-widget .body-text p {
    color: inherit; }
  .home-widget .body-text {
    padding-left: 25px; }
    @media only screen and (max-width: 767px) {
      .home-widget .body-text {
        padding-left: 0; } }
  .home-widget .subheading {
    padding-left: 25px; }
  .home-widget .info-block-title {
    padding: 0 25px; }
    @media only screen and (max-width: 767px) {
      .home-widget .info-block-title {
        padding-left: 0; } }
  .home-widget h6 {
    font-weight: 500;
    font-size: 0.65em;
    margin-top: 0.5rem; }
  .home-widget ul {
    list-style-type: none;
    padding: 0 0;
    font-size: 0.9rem;
    line-height: 1.75rem; }
  .home-widget ul {
    font-size: 1.15rem; }

.billboard {
  max-height: 50vh;
  overflow-y: auto;
  /*  div {
    padding: 0 25px;
    color: $secondary;
  }*/
  /* p {
    padding: 0 25px;
    color: $secondary;
  }*/ }
  .billboard::-webkit-scrollbar {
    width: 13px;
    height: 13px; }
  .billboard::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: var(--mainpagetertiarybackground); }
  .billboard::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: var(--mainpagesecondbackground); }
  .billboard h6 {
    letter-spacing: 0.1rem;
    font-weight: 500;
    margin-top: 0.5rem; }
  .billboard ul {
    list-style-type: none;
    padding: 0 0;
    font-size: 1.15rem;
    line-height: 1.75rem; }

.home-widget-2 {
  margin-top: 15%; }
  .home-widget-2 p {
    padding: 0; }

.arrow-pointer {
  height: 50px;
  background: var(--mainpagefourthbackground);
  position: relative;
  color: var(--mainpagetext);
  text-transform: uppercase;
  margin: 20px 40px;
  width: 100%; }
  .arrow-pointer:after {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 25px solid var(--secondaryborder);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent; }
  .arrow-pointer:before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid var(--secondaryborder);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent; }

.arrow-col {
  position: relative;
  color: var(--mainpagetertiarytext);
  margin: 0 40px;
  width: 100%; }
  .arrow-col span {
    font-size: 0.8rem; }
  .arrow-col p {
    margin-bottom: 0.2rem;
    font-size: 0.8rem; }
  .arrow-col:after {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 0;
    height: 0; }
  .arrow-col:before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0; }

/* Checkbox Ts & Cs link styles */
.checkbox a {
  color: var(--mainpagetertiarytext);
  font-weight: 500;
  text-decoration: underline; }

.checkbox a:hover {
  text-decoration: underline; }

/* Form placeholder text colour */
.form-control, .form-control::placeholder {
  color: var(--mainpagetertiarytext); }

.form-control:focus {
  font-weight: 600;
  color: var(--mainpagetertiarytext); }

/* Change the text align to the button class */
.btn-secondary {
  text-align: center; }

