body {
  --primary-color: #FFFFFF;
  --primary-color-hover: #CCCCCC;
  --red-color: #E50017;
  --white-color: #fff;
  --black-color: #000;
  --light-gray: #efefef;
  --medium-gray: #cacaca;
  --dark-gray: #808080;
  --green-color: #06cb50;
  --default-font-color: #000;
  --default-font-family: "Montserrat", sans-serif;
}
body {
  background: #002d42;
  background: linear-gradient(119deg, #002d42 0%, #000103 42%, #000c22 53%, #002d42 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-repeat: no-repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: Bold;
  color: var(--white-color);
}
.primary-color {
  color: #FFFFFF;
}
.red-color {
  color: #FFFFFF;
}
.primary-button,
.primary-button:visited {
  border: none;
  box-shadow: none;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  background: #479f9e;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.primary-button:hover {
  background-color: #CCCCCC;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.secondary-button,
.secondary-button:visited {
  border: none;
  box-shadow: none;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  background: #479f9e;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #808080;
}
.secondary-button:hover {
  background-color: #CCCCCC;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: #000;
}
.sc-content-block-quick-insert {
  display: none !important;
}
.small-container {
  max-width: 980px;
}
.medium-container {
  max-width: 1170px;
}
header {
  position: fixed;
  top: 0px;
  z-index: 100;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  background: rgba(0, 45, 66, 0.8);
  background: linear-gradient(119deg, rgba(0, 45, 66, 0.8) 0%, rgba(0, 1, 3, 0.8) 42%, rgba(0, 12, 34, 0.8) 53%, rgba(0, 45, 66, 0.8) 100%);
  width: 100%;
}
header .header-logo .logo {
  position: relative;
}
header .header-logo .logo a {
  display: inline-block;
}
header .header-logo .logo a img {
  width: 150px;
}
@media all and (min-width: 980px) {
  header .header-logo .logo a img {
    width: 250px;
  }
}
header .header-logo .logo .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 3px 8px;
  -webkit-transform: all 0.4s linear;
  transform: all 0.4s linear;
  display: block;
}
@media all and (min-width: 768px) {
  header .header-logo .logo .navbar-toggler {
    display: none;
  }
}
header .header-logo .logo .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-logo .logo .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}
header .header-logo .logo .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
header .header-logo .logo .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}
header .header-logo .logo .navbar-toggler:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
header .header-logo .social-links {
  display: none;
}
@media all and (min-width: 980px) {
  header .header-logo .social-links {
    display: flex;
    gap: 8px;
  }
}
@media all and (min-width: 1190px) {
  header .header-logo .social-links {
    gap: 16px;
  }
}
header .header-logo .social-links .fa-brands {
  color: #fff;
}
.header-wrapper {
  height: 48px;
}
@media all and (min-width: 768px) {
  .header-wrapper {
    height: 92px;
  }
}
body:has(.main-video-container) .header-wrapper {
  height: initial;
}
.personabar-visible header {
  position: initial;
}
.navigation .search-container {
  background-color: #FFFFFF;
  display: block;
}
@media all and (min-width: 640px) {
  .navigation .search-container {
    display: none;
  }
}
@media all and (min-width: 1170px) {
  .navigation .search-container {
    background-color: transparent;
    display: block;
  }
}
.navigation .search-section {
  background-color: #efefef;
  min-width: 300px;
}
.navigation .search-section > span {
  width: 100%;
  display: block;
}
.navigation .search-section > span > .searchInputContainer {
  width: 85%;
}
.navigation .search-section > span > .SkinObject {
  width: 15%;
}
.navigation .search-section .NormalTextBox {
  border: none;
  background-color: transparent;
  font-size: 14px;
  width: 100%;
}
.navigation .search-section .NormalTextBox:focus {
  outline: none;
}
.navigation .search-section .searchSkinObjectPreview {
  display: none !important;
}
.navigation .search-section a,
.navigation .search-section a:visited {
  color: #FFFFFF;
  font-weight: 700;
}
.navigation .search-section .searchInputContainer a.dnnSearchBoxClearText {
  margin: 0;
  top: 4px;
}
.main-content .col.DNNEmptyPane {
  flex: 0;
}
.main-content .col:has(.DNNEmptyPane) {
  flex: 0;
}
.video-popup {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 50%;
}
footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .social-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 12px 0;
}
footer .social-links .fa-brands {
  color: #fff;
}
footer .copyright {
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  footer .copyright {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }
}
footer .copyright a,
footer .copyright a:visited {
  color: #fff;
}
footer .copyright a:hover {
  text-decoration: none;
}
.dnnEditState header {
  position: relative;
}
.generic-form .dnnForm {
  max-width: 650px;
  padding: 48px 20px;
}
.generic-form .dnnForm .dnnFormItem input[type=text],
.generic-form .dnnForm .dnnFormItem textarea,
.generic-form .dnnForm .dnnFormItem select {
  width: 100%;
  max-width: initial;
  font-size: 16px;
  box-shadow: none;
  padding: 12px 15px;
  color: #ffffff;
  background-color: transparent;
}
.generic-form .dnnForm label span {
  color: white;
  font-weight: bold;
}
.generic-form .dnnForm .dnnActions {
  text-align: center;
  float: none;
  padding: 0;
}
.generic-form .dnnForm .dnnActions li {
  float: none;
}
.generic-form .dnnForm .dnnPrimaryAction {
  border: none;
  box-shadow: none;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  background: #479f9e;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.generic-form .dnnForm .dnnPrimaryAction:hover {
  background-color: #CCCCCC;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.generic-form .dnnForm .dnnSecondaryAction {
  display: none;
}
