/* Variables */
body {
  font-family: "exo", sans-serif;
}

a:link {
  color: #061D41;
  text-decoration: underline;
}

a:hover {
  color: #FAB400;
  text-decoration: underline;
}

a:visited {
  color: #061D41;
  text-decoration: underline;
}

a:active {
  color: #FAB400;
  text-decoration: underline;
}

#main {
  background-color: #B5BECD;
}

#main-container {
  background-color: #EEF2FA;
}

#breadcrumbs {
  background-color: #EEF2FA;
}

/* Colors */
.primary-color {
  color: #061D41;
}

.secondary-color {
  color: #FAB400;
}

.light-grey-color {
  color: #EDF0F2;
}

.medium-grey-color {
  color: #B9B9B9;
}

.dark-grey-color {
  color: #404040;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

/*Background Colors */
.bg-primary-color {
  background-color: #061D41;
}

.bg-secondary-color {
  background-color: #FAB400;
}

.bg-light-grey-color {
  background-color: #EDF0F2;
}

.bg-medium-grey-color {
  background-color: #B9B9B9;
}

.bg-dark-grey-color {
  background-color: #404040;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-light-blue-color {
  background-color: #B5BECD;
}

.bg-lightest-blue-color {
  background-color: #EEF2FA;
}

/* Lines */
.primary-line {
  border-top: 3px solid #061D41;
}

/* Buttons */
.btn {
  border-radius: 0.5rem;
  font-family: "exo", sans-serif;
  text-transform: uppercase;
}

/* primary */
.w-primary-btn {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FAB400;
  background-color: #061D41;
  border-color: #061D41;
  text-decoration: none;
}

.w-primary-btn:link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FAB400;
  background-color: #061D41;
  border-color: #061D41;
  text-decoration: none;
}

.w-primary-btn:hover {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.w-primary-btn:visited {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FAB400;
  background-color: #061D41;
  border-color: #061D41;
  text-decoration: none;
}

.w-primary-btn:active {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

/* secondary */
.w-secondary-btn {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.w-secondary-btn:link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.w-secondary-btn:hover {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FAB400;
  background-color: #061D41;
  border-color: #061D41;
  text-decoration: none;
}

.w-secondary-btn:visited {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.w-secondary-btn:active {
  font-size: 0.8rem;
  font-weight: 700;
  color: #FAB400;
  background-color: #061D41;
  border-color: #061D41;
  text-decoration: none;
}

/* tertiary */
.w-tertiary-btn {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  border-color: #ffffff;
}

.w-tertiary-btn:link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  border-color: #ffffff;
}

.w-tertiary-btn:hover {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.w-tertiary-btn:visited {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  text-decoration: none;
}

.w-tertiary-btn:active {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

/* w-quaternary-btn */
.w-quaternary-btn {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: transparent;
  border-color: #061D41;
  text-decoration: none;
}

.w-quaternary-btn:link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: transparent;
  border-color: #061D41;
  text-decoration: none;
}

.w-quaternary-btn:hover {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.w-quaternary-btn:visited {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: transparent;
  border-color: #061D41;
  text-decoration: none;
}

.w-quaternary-btn:active {
  font-size: 0.8rem;
  font-weight: 700;
  color: #061D41;
  background-color: #FAB400;
  border-color: #FAB400;
  text-decoration: none;
}

.activetag {
  background-color: #ff4d00;
  border-color: #ff4d00;
  color: white;
  -webkit-font-smoothing: antialiased;
}

.tag::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f055";
  white-space: pre;
  margin-right: 5px;
}

.activetag::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f058";
  white-space: pre;
  margin-right: 5px;
}

#homepageVideo {
  background-attachment: fixed;
  background-size: cover;
}

.eurostyle {
  font-family: "eurostile", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eurostyle-bold {
  font-family: "eurostile", sans-serif;
  font-weight: 700;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  padding: 20px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

.navbar-brand {
  animation: logoAnim 1s ease-in-out 0s 1 normal forwards;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 700 !important;
  text-decoration: none;
  font-family: "exo", sans-serif;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FAB400;
  font-weight: 700 !important;
  /*border-bottom:5px solid $duck-egg;*/
}

/* animation */
#navcol-2 li.lineanim {
  transition: all ease-in-out 0.2s;
}

@media (min-width: 240px) {
  .navbar-nav {
    margin-top: 10px;
  }
  .nav-icon {
    margin-left: 15px;
  }
  .navbar-collapse {
    background-color: rgba(6, 29, 65, 0.7);
    padding-left: 15px;
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .navbar-nav {
    margin-top: 10px;
  }
  .nav-icon {
    margin-left: 15px;
  }
  .navbar-collapse {
    background-color: rgba(6, 29, 65, 0.7);
    padding-left: 15px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .lineanim {
    display: inline-block;
    color: #FAB400;
    text-decoration: none;
  }
  .lineanim::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #FAB400;
    transition: width 0.3s;
  }
  .lineanim:hover::after {
    width: 100%;
  }
  .navbar-collapse {
    background-color: transparent;
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .lineanim {
    display: inline-block;
    color: #FAB400;
    text-decoration: none;
  }
  .lineanim::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #FAB400;
    transition: width 0.3s;
  }
  .lineanim:hover::after {
    width: 100%;
  }
  .navbar-collapse {
    background-color: transparent;
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .lineanim {
    display: inline-block;
    color: #FAB400;
    text-decoration: none;
  }
  .lineanim::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #FAB400;
    transition: width 0.3s;
  }
  .lineanim:hover::after {
    width: 100%;
  }
  .navbar-collapse {
    background-color: transparent;
    padding-left: 0px;
  }
}
.dropdown-menu {
  font-size: 1rem;
  margin-top: 5px;
  border-radius: 0;
  border: none;
  color: #ffffff;
  background: #061D41;
}

.dropdown-item {
  font-family: "exo", sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 700;
  color: #ffffff !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none !important;
}

.dropdown-item::link {
  color: #ffffff;
  /*margin-right:5px;*/
}

.dropdown-item:hover {
  font-family: "exo", sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 700;
  color: #FAB400 !important;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  background-color: transparent;
  text-decoration: none !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../../assets/img/nav/toggle-icon.svg");
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: #FAB400;
  border-radius: 0;
}

.topbar-sm-icon:link {
  color: #ffffff !important;
}

.topbar-sm-icon:hover {
  color: #FAB400 !important;
}

.topbar-sm-icon:visited {
  color: #ffffff !important;
}

.topbar-sm-icon:active {
  color: #FAB400 !important;
}

/* Footer */
.footer {
  min-height: 512px;
  background: linear-gradient(rgba(95, 100, 106, 0.8) 0%, rgba(95, 100, 106, 0.3) 100%), url("../../assets/img/footer/Footer-Image.webp") center center/cover no-repeat;
}

.delimeter {
  color: #061D41;
  margin-left: 20px;
  margin-right: 20px;
  border-left: 3px solid #061D41;
}

.footer-menu a:link {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #FAB400;
  text-decoration: none;
}

.footer-menu a:visited {
  color: #ffffff;
  text-decoration: none;
}

.footer-menu a:active {
  color: #FAB400;
  text-decoration: none;
}

.footer-address a:link {
  color: #ffffff;
  text-decoration: none;
}

.footer-address a:hover {
  color: #FAB400;
  text-decoration: none;
}

.footer-address a:visited {
  color: #ffffff;
  text-decoration: none;
}

.footer-address a:active {
  color: #FAB400;
  text-decoration: none;
}

.footer-sm-icon:link {
  color: #ffffff !important;
}

.footer-sm-icon:hover {
  color: #FAB400 !important;
}

.footer-sm-icon:visited {
  color: #ffffff !important;
}

.footer-sm-icon:active {
  color: #FAB400 !important;
}

.display-1, .display-2, .display-3, .display-4 {
  font-family: "exo", sans-serif;
  font-weight: regular;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-family: "exo", sans-serif;
  font-weight: 700;
  color: #061D41;
  text-transform: uppercase;
}

h2 {
  font-family: "exo", sans-serif;
  font-weight: 700;
  color: #061D41;
  text-transform: uppercase;
}

h3 {
  font-family: "exo", sans-serif;
  font-weight: 700;
  color: #FAB400 !important;
  text-transform: uppercase;
}

h4 {
  font-family: "exo", sans-serif;
  font-weight: 700;
  color: #061D41;
  text-transform: uppercase;
}

h5, h6 {
  font-family: "exo", sans-serif;
  font-weight: 200;
  color: #061D41 !important;
}

p.lead {
  font-family: "exo", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #FAB400 !important;
}

p.lead a:link {
  color: #FAB400 !important;
  text-decoration: underline;
}

p.lead a:hover {
  color: #061D41 !important;
  text-decoration: underline;
}

p.lead a:visited {
  color: #FAB400 !important;
  text-decoration: underline;
}

p.lead a:active {
  color: #061D41 !important;
  text-decoration: underline;
}

p {
  font-family: "inter", sans-serif;
  font-weight: 200;
  color: #061D41;
  /*font-size:larger;*/
}

ol, ul {
  /*font-size:larger;*/
  font-family: "inter", sans-serif;
  color: #061D41;
  font-weight: 200;
}

blockquote {
  border-left: 5px solid #FAB400;
  padding-left: 20px;
}

.blockquote-footer {
  font-size: 1rem;
  padding-top: 15px;
  font-weight: 200;
  color: #B9B9B9;
}

.section-heading {
  font-size: 1.5rem !important;
}

.primary-font {
  font-family: "exo", sans-serif !important;
}

.normal-weight {
  font-weight: 200;
}

.heavy-weight {
  font-weight: 700;
}

/* Cookiebar */
#cookieConsentBar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #B9B9B9;
  color: #061D41;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}

#cookieConsentBar h4 {
  color: #061D41;
}

#cookieConsentBar p {
  color: #061D41;
}

/* Forms */
::-moz-selection { /* Code for Firefox */
  color: #061D41;
  background: #FAB400;
}

::selection {
  color: #061D41;
  background: #FAB400;
}

input, textarea {
  caret-color: #EDF0F2;
}

/* Halo */
.form-control:focus {
  border-color: #FAB400;
  box-shadow: 0 0 0 0.1rem #FAB400;
}

.form-control {
  border-radius: 0.5rem;
  font-weight: 500;
  color: #061D41;
  border: 1px solid #EDF0F2;
}

input[type=checkbox] {
  accent-color: #061D41;
}

input[type=radio] {
  accent-color: #061D41;
}

legend {
  font-weight: 500;
  text-transform: uppercase;
  color: #061D41;
  font-size: 1.5em;
}

label {
  font-weight: 700;
  color: #061D41;
  text-transform: uppercase;
}

::placeholder {
  font-weight: 300;
  color: #404040;
}

/* Umbraco Specific */
.umbraco-forms-form .checkboxlist label {
  float: none !important;
  clear: none !important;
}

label.umbraco-forms-label {
  font-weight: 700;
}

#contactform textarea {
  width: 100%;
}

#contactform fieldset {
  margin: 0;
}

#contactform .umbraco-forms-form input.text, .umbraco-forms-form textarea {
  min-width: 100% important;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
  min-width: 100% important;
}

/* Edit Link */
.edit-link {
  display: block;
  bottom: 15px;
  left: 10px;
  z-index: 1000;
  position: fixed;
  padding: 10px;
  text-transform: uppercase;
  border: none;
  border-radius: 0.25rem;
  font-weight: 700;
}

.edit-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f044";
  white-space: pre;
  margin-right: 5px;
}

.edit-link:link {
  color: #061D41;
  background-color: #FAB400;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

.edit-link:hover {
  color: #ffffff;
  background-color: #EDF0F2;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

.edit-link:visited {
  color: #061D41;
  background-color: #FAB400;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

.edit-link:active {
  color: #ffffff;
  background-color: #EDF0F2;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

/* Preview Blocks */
.card {
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.card-title a:link {
  color: #061D41;
  text-decoration: none;
}

.card-title a:hover {
  color: #FAB400;
  text-decoration: none;
}

.card-title a:visited {
  color: #061D41;
  text-decoration: none;
}

.card-title a:active {
  color: #FAB400;
  text-decoration: none;
}

.card-img, .card-img-top {
  border-radius: 0;
}

.card-body {
  background-color: #ffffff;
}

.card-footer {
  border: none;
  background-color: #ffffff;
  margin-bottom: 15px;
}

.border-bottom {
  border-bottom: 5px solid #061D41 !important;
}

h4.card-title a:link {
  color: #EDF0F2;
  text-decoration: none;
}

h4.card-title a:hover {
  color: #061D41;
  text-decoration: none;
}

h4.card-title a:visited {
  color: #EDF0F2;
  text-decoration: none;
}

h4.card-title a:active {
  color: #061D41;
  text-decoration: none;
}

/* Rollover Panels */
.rollover-panel {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.rollover-panel img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.rollover-panel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the background color and opacity as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rollover-panel:hover .overlay {
  opacity: 1;
}

@media (max-width: 575px) {
  .rollover-panel .centered-text {
    color: white; /* Adjust text color as needed */
    font-size: 1rem; /* Adjust font size as needed */
  }
}
@media (min-width: 576px) {
  .rollover-panel .centered-text {
    color: white; /* Adjust text color as needed */
    font-size: 1rem; /* Adjust font size as needed */
  }
}
@media (min-width: 768px) {
  .rollover-panel .centered-text {
    color: white; /* Adjust text color as needed */
    font-size: 1.3rem; /* Adjust font size as needed */
  }
}
@media (min-width: 992px) {
  .rollover-panel .centered-text {
    color: white; /* Adjust text color as needed */
    font-size: 1.3rem; /* Adjust font size as needed */
  }
}
@media (min-width: 1200px) {
  .rollover-panel .centered-text {
    color: white; /* Adjust text color as needed */
    font-size: 1.3rem; /* Adjust font size as needed */
  }
}
/* Homepage Slider */
.slider-overlay {
  background: url("homepage-slider/angled-overlay.png");
  background-repeat: no-repeat;
  animation: sliderOverlayAnim 500ms ease-in-out 0s 1 normal forwards;
}

.caption-text::first-line {
  color: #061D41;
}

@media (max-width: 575px) {
  .caption-text {
    font-size: 2.8rem;
    line-height: 35pt;
    padding-bottom: 10px;
    animation: captionAnim 2s ease 0s 1 normal forwards;
    text-transform: uppercase;
  }
  .caption-container {
    max-width: 400px;
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) {
  .caption-text {
    font-size: 3rem;
    line-height: 35pt;
    padding-bottom: 10px;
    animation: captionAnim 2s ease 0s 1 normal forwards;
    text-transform: uppercase;
  }
  .caption-container {
    max-width: 400px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .caption-text {
    font-size: 3rem;
    line-height: 35pt;
    padding-bottom: 10px;
    animation: captionAnim 2s ease 0s 1 normal forwards;
    text-transform: uppercase;
  }
  .caption-container {
    max-width: 400px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .caption-text {
    font-size: 4rem;
    line-height: 45pt;
    padding-bottom: 10px;
    animation: captionAnim 2s ease 0s 1 normal forwards;
    text-transform: uppercase;
  }
  .caption-container {
    max-width: 400px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .caption-text {
    font-size: 4.5rem;
    line-height: 50pt;
    padding-bottom: 10px;
    animation: captionAnim 2s ease 0s 1 normal forwards;
    text-transform: uppercase;
  }
  .caption-container {
    max-width: 600px;
    padding-bottom: 100px;
  }
}
.slider-button {
  animation: buttonAnim 3s ease 0s 1 normal forwards;
}

/* Latest News (Homepage) */
.preview-introduction-text {
  font-size: 0.9rem;
}

/* Perfect Host Icons */
.perfect-host-icon {
  width: 150px;
}

/* Accordion */
.fa-angle-up {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.collapsed .fa-angle-up {
  transform: rotate(180deg);
}

.w-accordion .card-header {
  border: 1px solid #FAB400;
  background-color: #EDF0F2;
  color: #061D41;
  border-radius: 0;
  text-decoration: none !important;
}

.w-accordion .card-body {
  border: 1px solid #FAB400;
  border-radius: 0;
}

.w-accordion .card-header a {
  text-decoration: none !important;
  color: #FAB400 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.w-accordion .card-header a:hover {
  text-decoration: none !important;
  color: #061D41 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.w-accordion .card-header a:visited {
  text-decoration: none !important;
  color: #FAB400 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.w-accordion .card-header a:active {
  text-decoration: none !important;
  color: #EDF0F2 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #061D41;
  content: "/";
}

.breadcrumb-item {
  color: #EDF0F2;
  text-transform: uppercase;
}

.breadcrumb-item a:link {
  color: #EDF0F2;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #061D41;
  text-decoration: none;
}

/* header image */
.header-image {
  border-bottom: 10px solid #061D41;
}

/* list group */
.list-group {
  border-radius: 0;
}

.list-group-item {
  background-color: transparent;
  border: 1px solid #061D41;
}

.list-group-item a:link {
  color: #061D41;
  text-decoration: none;
}

.list-group-item a:hover {
  color: #061D41;
  text-decoration: none;
}

.list-group-item a:visited {
  color: #061D41;
  text-decoration: none;
}

.list-group-item a:active {
  color: #061D41;
  text-decoration: none;
}

/* random quote */
.random-quote {
  margin-top: 15px;
  background-color: #EDF0F2;
  padding: 30px;
}

.random-quote-citation {
  color: #ffffff;
}

.owl-carousel .active span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #061D41 !important;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* Accreditations */
.accreditation img {
  filter: grayscale(1);
  max-width: 400px;
}

.accreditation img:hover {
  filter: grayscale(0);
  max-width: 400px;
}

/* Title Block */
.title-seperator {
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 5px solid #FAB400;
  width: 30px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  width: 230px;
  display: block;
}

.title-seperator-left {
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 5px solid #FAB400;
  width: 30px;
  height: 5px;
  border-top: none;
  width: 230px;
  display: block;
}

/* Back to top */
.back-to-top:link {
  color: #EDF0F2;
  text-decoration: none !important;
}

.back-to-top:hover {
  color: #061D41;
  text-decoration: none !important;
}

.back-to-top:visited {
  color: #EDF0F2;
  text-decoration: none !important;
}

.back-to-top:active {
  color: #061D41;
  text-decoration: none !important;
}

/* Gallery */
.card-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* 50% black overlay */
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.card:hover .card-image-overlay {
  opacity: 1;
}

.card-image-overlay i {
  color: white;
  font-size: 2em;
}

.is-nav-selected {
  border-color: #061D41 !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #061D41 !important;
}

.fancybox__progress {
  background: #061D41 !important;
}

/* Horizontal Rule */
.horizontal-rule {
  border-top: none;
  border-bottom: 5px solid #061D41;
}

/* HTML Embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tabs */
.nav-link {
  text-decoration: none !important;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none !important;
}

.nav-tabs {
  border-bottom: 1px solid #061D41;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  text-decoration: none !important;
  color: #061D41;
  background-color: #ffffff;
  border-color: #061D41 #061D41 #ffffff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  text-decoration: none !important;
  border-color: #EDF0F2 #EDF0F2 #ffffff;
}

/* News View */
/* pagination */
ul.pagination {
  border-color: #061D41 !important;
  text-decoration: none !important;
}

.page-link:link {
  color: #061D41 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}

.page-link:hover {
  color: #ffffff !important;
  background-color: #061D41 !important;
  text-decoration: none !important;
}

.page-link:visited {
  color: #061D41 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}

.page-link:active {
  color: #ffffff !important;
  background-color: #061D41 !important;
  text-decoration: none !important;
}

/* Homepage SEO Text */
@media (max-width: 575px) {
  #homepage-seo-text h2 {
    font-size: 1.5rem;
  }
  #homepage-seo-text h6 {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  #homepage-seo-text h2 {
    font-size: 1.8rem;
  }
  #homepage-seo-text h6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #homepage-seo-text h2 {
    font-size: 1.8rem;
  }
  #homepage-seo-text h6 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  #homepage-seo-text h2 {
    font-size: 2rem;
  }
  #homepage-seo-text h6 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  #homepage-seo-text h2 {
    font-size: 2rem;
  }
  #homepage-seo-text h6 {
    font-size: 1.2rem;
  }
}
/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #FAB400;
  content: "/";
}

.breadcrumb-item a:link {
  color: #061D41;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb-item a:hover {
  color: #FAB400;
  text-decoration: none;
  text-transform: uppercase;
}

/* side quote */
.left-quote-mark {
  padding-bottom: 5px;
}

.right-quote-mark {
  padding-top: 5px;
  float: right;
}

/* Preview Panels */
.card-body-rounded-corner {
  border-radius: 3px 3px 45px 3px;
  overflow: hidden;
}

/* Back to top */
.back-to-top:link {
  text-decoration: none;
  color: #061D41;
  font-family: "exo", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.back-to-top:hover {
  text-decoration: none;
  color: #FAB400;
  font-family: "exo", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.back-to-top:visited {
  text-decoration: none;
  color: #061D41;
  font-family: "exo", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.back-to-top:active {
  text-decoration: none;
  color: #FAB400;
  font-family: "exo", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.fit-cover {
  object-fit: cover;
}

/* Hr Styles */
.hr-primary {
  border-top: 3px solid #061D41;
}

.hr-secondary {
  border-top: 3px solid #FAB400;
}

/* Tabs */
.tab-content {
  background-color: #ffffff;
  padding: 15px;
  border-left: 1px solid #061D41;
  border-right: 1px solid #061D41;
  border-bottom: 1px solid #061D41;
  border-radius: 0px 0px 45px 3px;
  margin-bottom: 15px;
}

.nav-tabs .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  border: 1px solid #061D41;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom: 4px solid #061D41;
  color: #061D41;
}

.nav-tabs .nav-link.active {
  color: #061D41;
  background-color: #FAB400;
  border-radius: 0;
  border-bottom: 4px solid #FAB400;
}

/* Homepage Styles */
#latest-news {
  background-color: #061D41;
  color: #ffffff;
}

#video-section {
  display: flex;
  margin-bottom: -2px;
}

#homepage-video {
  z-index: -10;
}

.video-curve {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: -3;
}

.news-date {
  padding-bottom: 8px;
  border-bottom: 4px solid #FAB400;
}

.secondary-border {
  border: 4px solid #FAB400;
  border-radius: 3px;
}

.secondary-border-curve {
  border: 4px solid #FAB400;
  border-radius: 3px 3px 90px 3px;
}

.footer-curve {
  border-radius: 3px 3px 90px 3px !important;
}

.homepage-news-card-body {
  background-color: #061D41;
  color: #ffffff;
}

.homepage-news-card {
  border: 4px solid #FAB400;
  border-radius: 3px 3px 45px 3px;
  overflow: hidden;
}

.card-link {
  text-decoration: none !important;
}

#your-club {
  background-color: #FAB400;
  color: #ffffff;
}

#your-club-list a:link {
  color: #061D41;
}

#your-club-list a:hover {
  color: #ffffff;
}

#your-club-list a:visited {
  color: #061D41;
}

#your-club-list a:active {
  color: #ffffff;
}

.your-club-icon {
  width: 50px;
}

.your-club-preview-image {
  /*border-right:5px solid $secondaryColor;*/
}

.your-club-card {
  border: 4px solid #061D41;
  border-radius: 3px;
}

.your-club-card-body {
  background-color: #061D41;
}

#contact-us {
  background-color: #061D41;
}

p.contact-us-paragraph {
  color: #ffffff !important;
  font-size: 1.2rem;
}

/* Holding Page */