@charset "UTF-8";
/* CSS Document */
body {
    background-color: #ffffff;
    font-family: Montserrat;    color: #222222}
a, .btn-link {
    color: #008db5;
    text-decoration: none;
}
a:hover, .btn-link:hover {
    color: #085b7b;
    text-decoration: none;
}
.header h1 {
    color: #FFF;
}
.bg-primary, .bg-header {
    background-color: #008db5!important;
}
.bg-primary-text {
    color: #FFF;
}
.countdown-box {
    background: #008db5;
    color: #FFF;
}
.bg-secondary {
    background-color: #085b7b!important;
}
.bg-secondary-text {
    color: #FFF;
}
.text-primary {
    color: #008db5!important;
}
.text-secondary {
    color: #085b7b!important;
}
.border-primary {
    border-color: #008db5!important;
}
.border-secondary {
    border-color: #085b7b!important;
}
.card i {
    color: #008db5}
.dropdown-item:hover, .dropdown-item:active {
    background: #008db5;
    color: #FFF;
    text-decoration: none;
}
.bg-footer {
    background-color: #444444;
    color: #FFF;
}
.bg-footer a {
    color: #FFF;
}
.bg-footer a:hover {
    color: rgba(30, 30, 30);
    text-decoration: none;
}
#ScrollTopButton {
  color: #FFF;
  background-color: rgba(0,141,181, 0.5);
}
#ScrollTopButton:hover {
  color: #FFF;
  background-color: rgba(0, 81, 105, 0.5);
}
.btn-primary {
    background-color: #008db5;
    border-color: #008db5;
    color: #FFF}
.btn-primary:hover {
    background-color: rgba(0, 81, 105);
    border-color: rgba(0, 81, 105);
    color: #FFF}
.btn-primary.focus, .btn-primary:focus {
    background-color: rgba(0, 81, 105)!important;
    border-color: rgba(0, 81, 105)!important;
    color: #FFF!important
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #008db5!important;
    border-color: #008db5!important;
    color: #FFF!important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: rgba(0, 81, 105)!important;
    border-color: rgba(0, 81, 105)!important;
    color: #FFF!important
}
.btn-secondary {
    background-color: #085b7b;
    border-color: #085b7b;
    color: #FFF}
.btn-secondary:hover {
    background-color: rgba(3, 38, 51);
    border-color: rgba(3, 38, 51);
    color: #FFF}
.btn-secondary.focus, .btn-secondary:focus {
    background-color: rgba(3, 38, 51)!important;
    border-color: rgba(3, 38, 51)!important;
    color: #FFF!important
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #085b7b!important;
    border-color: #085b7b!important;
    color: #FFF!important
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    background-color: rgba(3, 38, 51)!important;
    border-color: rgba(3, 38, 51)!important;
    color: #FFF!important
}
.form-control:focus {
    border: 1px solid #008db5;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
    color: #008db5;
}
.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
    color: #008db5;
}
.nav-tabs > li > a.active {
    color: #008db5;
}
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active,
.nav-tabs.nav-justified > li > a.active:hover,
.nav-tabs.nav-justified > li > a.active:focus {  
    border-bottom: 2px solid #008db5;
    color: #008db5;
}
.about-table i {
    font-size: 22px;
    --fa-primary-color: #085b7b;
    --fa-secondary-color: #008db5;
    --fa-secondary-opacity: 1;
}
.duotone {
    --fa-primary-color: #085b7b;
    --fa-secondary-color: #008db5;
    --fa-secondary-opacity: 1;
}
.list-item {
    color: #008db5;
}
.social-btn a {
    color: #008db5;
}
.social-btn a:hover {
    color: #085b7b !important;
}
.accordion-button:not(.collapsed) {
    color: #008db5;
    background-color: rgba(0,141,181, 0.1);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23444444'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-link {
  color: #FFF!important;
}
.page-link:hover {
  color: #FFF!important;
  background-color: #008db5;
  border-color: #008db5;
}
.page-item.active .page-link {
  color: #FFF!important;
  background-color: #008db5;
  border-color: #008db5;
}
.alert-primary {
    color: #008db5;
    background-color: rgba(0,141,181, 0.2);
    border-color: rgba(0,141,181, 0.3);
}
.alert-secondary {
    color: #085b7b;
    background-color: rgba(8,91,123, 0.2);
    border-color: rgba(8,91,123, 0.3);
}
.overlay-primary, .section-overlay-primary::before {
    background-color: rgba(0,141,181, 0.6);
}
.overlay-primary, .section-overlay-primary {
    color: #FFF;
}
.overlay-secondary, .section-overlay-secondary::before {
    background-color: rgba(8,91,123, 0.6);
}
.overlay-secondary, .section-overlay-secondary {
    color: #FFF;
}
.overlay-light, .overlay-light h1, .section-overlay-light {
    color: #008db5;
}
.summary i {
    color: #085b7b;
}
.summary h3 {
    color: #008db5;
}
.info_content, .info_content h4 {
  font-family: Montserrat;
  color: #222222}
