﻿@charset "UTF-8";
/*!
* Start Bootstrap - Agency v6.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #fed136;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #01497c;
  --primary: #fed136;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fed136;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #01497c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Nanum Gothic';
  --font-family-monospace: 'Nanum Gothic';
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
footer,
header,
main,
nav {
  display: block;
}

#page-top > header > div > a:link {
  color: rgb(255, 255, 255);
}
#page-top > header > div > a:visited {
  color: rgb(255, 255, 255);
}

body {
  margin: 0;
  font-family: "Nanum Gothic";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1b263b;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,

h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

small {
  font-size: 80%;
}

a {
  color: #1b263b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #1b263b;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

button,
[type="button"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 0.5rem;

  font-weight: 700;
  line-height: 1.2;
}

h3, .h3{
  margin-bottom: 0px;
}


h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.3rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}


.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #1b263b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #1b263b;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-light {
  color: #1b263b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #1b263b;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus {
  color: #1b263b;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:disabled {
  color: #1b263b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #1b263b;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #01497c;
  border-color: #01497c;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #01497c;
  border-color: #01497c;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-outline-dark {
  color: #01497c;
  border-color: #01497c;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #01497c;
  border-color: #01497c;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #01497c;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #01497c;
  border-color: #01497c;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}


.btn-nav-card {
    border: 1px solid #dee2e6 !important;
    border-color: #01497c !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem !important;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    text-decoration: none !important;
    background-color: #ffffff !important;
}

.btn-nav-card:hover {
    background-color: #f8f9fa !important;
    color: #0077b6 !important;
    border-color: #0077b6 !important;
    text-decoration: none !important;
}


.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg > .container {
    flex-wrap: nowrap;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  text-align: left;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #2f4858
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #1b263b;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #fed136;
  border-color: #fed136;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.bg-blue-background {
  background-color: #ffffff  !important;
}

.bg-header-text {
  background-color: #fff3f4 !important;
}

.bg-header-notext {
  background-color: #fff3f4 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-pink {
  background-color: #fff5f7 !important;
}

.bg-green {
  background-color: #F1F8E9 !important;
}

.bg-blue {
  background-color: #f0f9ff !important;
}

.bg-cream {
  background-color: #FDF6E3 !important;
}

.bg-purple {
  background-color: #EDE7F6 !important;
}

.bg-grey {
  background-color: #ECEFF1 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.w-100 {
  width: 100% !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}


.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}


.mx-0 {
  margin-left: 0 !important;
}


.my-1 {
  margin-top: 0.25rem !important;
}


.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}


.mx-1 {
  margin-left: 0.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}


.my-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}


.mx-3 {
  margin-left: 1rem !important;
}


.my-4 {
  margin-top: 1.5rem !important;
}


.my-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}


.px-0 {
  padding-right: 0 !important;
}


.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}


.py-1 {
  padding-top: 0.25rem !important;
}


.px-1 {
  padding-right: 0.25rem !important;
}


.py-1 {
  padding-bottom: 0.25rem !important;
}


.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}


.py-2 {
  padding-top: 0.5rem !important;
}


.px-2 {
  padding-right: 0.5rem !important;
}


.py-2 {
  padding-bottom: 0.5rem !important;
}


.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}


.py-3 {
  padding-top: 1rem !important;
}


.px-3 {
  padding-right: 1rem !important;
}


.py-3 {
  padding-bottom: 1rem !important;
}


.px-3 {
  padding-left: 1rem !important;
}


.py-4 {
  padding-top: 1.5rem !important;
}


.py-4 {
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}


.mx-auto {
  margin-right: auto !important;
}


.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 992px) {

  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-info {
  color: #0077b6 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-dark {
  color: #01497c !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #0077b6 !important;
}

.text-dark-bold {
  color: #01497c !important;
  font-weight: 700 !important;
}

a.text-dark-bold:hover,
a.text-dark-bold:focus {
  color: #0077b6 !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}
body {
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

.page-section {
  padding: 1rem 0 1rem 0;
}
::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}


#mainNav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #1b263b;
  height: 70px !important;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

#mainNav .navbar-brand img {
  width: 180px !important;
  height: auto !important;
  aspect-ratio: 180 / 60;
  object-fit: contain;
  transition: none !important;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none;
    background-color: #1b263b;
    transition: none !important;
    height: 70px !important;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em !important;
    transition: none !important;
  }
  #mainNav .navbar-brand img {
    width: 180px !important;
    height: auto !important;
    aspect-ratio: 180 / 60;
    object-fit: contain;
    transition: none !important;
  }
}

#mainNav.navbar-shrink {
  height: 70px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: none !important;
}

#mainNav.navbar-shrink .navbar-brand img {
  width: 180px !important;
  height: auto !important;
  aspect-ratio: 180 / 60;
  object-fit: contain;
  transition: none !important;
}


header.masthead {
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  color: white;
  background-color: #1b263b;
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  header.masthead .masthead-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
}

table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1b263b;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #1b263b;
  background-color: rgba(0, 0, 0, 0.075);
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #01497c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #01497c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #01497c;
  border-color: #01497c;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}


.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffeeb5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 54, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}


.footer {
  text-align: center;
  font-size: 0.9rem;

}

img[data-bs-style="responsive"] {
    height: auto !important;
}
img[data-bs-style="responsive2"] {
    height: auto !important;
}
img[data-bs-style="responsivestore"] {
    height: auto !important;
}

@media (max-width: 575.98px) {
  img[data-bs-style="responsive"] {
      width: 70% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  img[data-bs-style="responsive"] {
      width: 60% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  img[data-bs-style="responsive"] {
      width: 50% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  img[data-bs-style="responsive"] {
      width: 45% !important;
  }
}

@media (min-width: 1200px) {
  img[data-bs-style="responsive"] {
      width: 40% !important;
  }
}


@media (max-width: 767.98px) {
  img[data-bs-style="responsive2"] {
      width: 50% !important;
  }
}

@media (min-width: 768px) {
  img[data-bs-style="responsive2"] {
      width: 90% !important;
  }
}
@media (min-width: 992px) {
  img[data-bs-style="responsive2"] {
      width: 80% !important;
  }
}



@media (max-width: 575.98px) {
  img[data-bs-style="responsivestore"] {
      width: 95% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  img[data-bs-style="responsivestore"] {
      width: 85% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  img[data-bs-style="responsivestore"] {
      width: 75% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  img[data-bs-style="responsivestore"] {
      width: 65% !important;
  }
}

@media (min-width: 1200px) {
  img[data-bs-style="responsivestore"] {
      width: 55% !important;
  }
}

img[data-bs-style="responsive-area"] {
  height: auto !important;
}

@media (max-width: 575.98px) {
  img[data-bs-style="responsive-area"] {
      width: 95% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    img[data-bs-style="responsive-area"] {
        width: 90% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    img[data-bs-style="responsive-area"] {
        width: 85% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    img[data-bs-style="responsive-area"] {
        width: 80% !important;
    }
}

@media (min-width: 1200px) {
    img[data-bs-style="responsive-area"] {
        width: 75% !important;
    }
}


.bg-accordion1 {
  background-color: #f0f9ff !important;
}

.text-accordion {
  font-size: 1.2rem;
}

.text-accordion1 {
  color: #590d22 !important;
  font-size: 1.2rem;
}

.bg-accordion2 {
  background-color: #fff5f7     !important;
}

.text-accordion2 {
  color: #003049 !important;
  font-size: 1.2rem;
}


.custom-badge {
  background-color: #E8F4FD;
  color: #000;
  padding: 3px 6px;
  margin: 0px 2px 0px 0px;
  border-radius: 6px;
}



.list-unstyled {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.toc-container {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.my-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.my-list li {
    border-radius: 10px;
    margin: 5px;
    min-width: 80px;
    text-align: center;
    flex: 0 0 auto;
    padding: 8px 12px;
}

.my-list li a {
    color: #01497c !important;
    text-decoration: none;
    font-weight: 600;
    display: block;
}

.my-list li a:hover {
    color: #0077b6 !important;
    text-decoration: underline;
}

.my-list li:nth-child(4n + 1) { background-color: #f8d7da; }
.my-list li:nth-child(4n + 2) { background-color: #fff3cd; }
.my-list li:nth-child(4n + 3) { background-color: #d1ecf1; }
.my-list li:nth-child(4n + 4) { background-color: #d4edda; }

.my-list-grey li {
    border-radius: 10px;
    color: #000;
    background-color: #f6f6f6;
    margin: 5px;
    min-width: 80px;
    text-align: center;
    flex: 0 0 auto;
}




.info-window {
  background-color: #f8f8f8;
  width: 80vw;
  z-index: 9999;
}

.info-window a {
  color: #4a90e2;
  text-decoration: none;
}

.info-window .name-container {
  background-color: #fff3f4;
  padding: 5px 5px;
  border-radius: 5px;
  text-align: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.info-window a.name {
    color: #01497c;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
}

.info-window a.name:hover,
.info-window a.name:focus {
    color: #0077b6;
    text-decoration: underline;
    outline: none;
}

.info-window .info-item {
  margin-top: 10px;
  font-size: 14px;
}

.info-window .label {
  color: #333;
  font-weight: normal;
  font-size: 1.1rem; 
}

.info-item {
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .info-window {
      padding: 10px;
      width: 80vw; 
  }
  .info-window .name {
      font-size: 1.2rem;
  }
  .info-window .info-item {
      font-size: 1.1rem; /* Same font-size */
  }
  .info-window .label {
      font-size: 1.1rem; /* Same font-size */
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .info-window {
      padding: 15px;
      width: 360px; 
  }
  .info-window .name {
      font-size: 1.2rem;
  }
  .info-window .info-item {
      font-size: 1.1rem; /* Same font-size */
  }
  .info-window .label {
      font-size: 1.1rem; /* Same font-size */
  }
}

@media only screen and (min-width: 1025px) {
  .info-window {
      padding: 20px;
      width: 410px; 
  }
  .info-window .name {
      font-size: 1.2rem;
  }
  .info-window .info-item {
      font-size: 1.1rem; /* Same font-size */
  }
  .info-window .label {
      font-size: 1.1rem; /* Same font-size */
  }
}


.info-table td a,
.info-table td a:link,
.info-table td a:visited {
    color: #01497c !important;
    text-decoration: none !important;
}

.info-table td a:not([href^="tel:"]) {
    font-weight: bold !important;
}

.info-table td a:hover {
    color: #0266ad !important;
    text-decoration: underline !important;
}


.info-cards a,
.info-cards a:link,
.info-cards a:visited {
    color: #01497c !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.info-cards a:hover {
    color: #0266ad !important;
    text-decoration: underline !important;
}

.info-cards .card-header {
    font-weight: 600 !important;
    background-color: #fff3f4 !important;
    padding: 15px 5px !important;
    border-radius: 5px 5px 0 0 !important;
    text-align: center !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin: 0 !important;
}

.info-cards .card-header a {
    font-weight: 600 !important;
    color: #01497c !important;
    text-decoration: none !important;
    font-size: 1.25rem !important;
    display: inline-block !important;
}

.info-cards .card-header a:hover {
    color: #0077b6 !important;
    text-decoration: underline !important;
}

