body {
	color: black;
	font-family: 'Work Sans', sans-serif;
}

.tightfont {
    font-family: 'PT Sans Narrow', sans-serif;
}

.pic-zoom-in {
    cursor:url(/htmlfiles/imfolder/cursor-zoom.png) , pointer!important
}

.upcase {
    text-transform: uppercase;
}

.sticky_and_top {
    position: sticky;
    z-index: 100;
}

.rounded-angle {
    border-radius: 10px;
    padding: 5px 10px 5px 10px
}

.light-highlight-default {
    background-color: #ff5733;
    color: white;
}

.light-highlight-red {
    background-color: #fa979a;
}

.always-white-background {
    background-color: #fff !important;
    color: black;
}

.base-default {
    background-color: white;
    color: black;
}

.base-red {
    background-color: white;
    color: black;
}

.base-blue {
    background-color: white;
    color: black;
}

.base-dark {
    background-color: #161616;
    color: white;
}

.base-default-font {
    color: black;
}

.base-red-font {
    color: black;
}

.base-blue-font {
    color: black;
}

.base-dark-font {
    color: white;
}

.no-highlight-blackonwhite {
    background-color: white;
    color: black;
}

.img_style {
    width:100%;
    border:1px solid black;
    border-radius: 5px;
}

.error-highlight {
    background-color: #ffe2e2;
}

.success-highlight {
    background-color: #d4edda;
}

.small-text {
	font-size: 0.9em;
}

.large-1-text {
	font-size: 1.2em;
}

.large-2-text {
	font-size: 1.3em;
}

.large-3-text {
	font-size: 1.7em;
}

.large-margin-top {
	margin-top: 100px;
}

.large-margin-bottom {
	margin-bottom: 100px;
}

.medium-margin-top {
	margin-top: 70px;
}

.medium-margin-bottom {
	margin-bottom: 70px;
}

.small-margin-top {
	margin-top: 40px;
}

.small-margin-bottom {
	margin-bottom: 40px;
}

.no-margin {
    margin:0;
}

.no-padding {
    padding:0;
}

.no-x-padding {
    padding-left:0;
    padding-right:0;
}

a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a.nodeco:link {
    text-decoration: none;
}

a.nodeco:hover {
    text-decoration: underline;
}

a.nodeco:visited {
    text-decoration: none;
}

/* --- blue --- */

.white-highlight-blue {
    background-color: #fff !important;
    color: black !important;
}

.light-highlight-blue {
    background-color: #eef3fd !important;
    color: black !important;
}

.strong-highlight-blue {
    background-color: #00327d !important;
    color: white;
}

.medium-highlight-blue {
    background-color: #00a4e0 !important;
    color: white !important;
}

.strong-border-blue {
    border: 1px solid #00327d;
}

.medium-border-blue {
    border: 1px solid #00a4e0;
}

.font-strong-highlight-blue {
    color: white;
}

a.link-blue:link, a.link-blue:visited  {
    background-color: #00a4e0 !important;
    border-color: #00a4e0 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-blue:hover, a.link-blue:active {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-blue:link, a.link-medium-blue:visited  {
    background-color: #00a4e0 !important;
    border-color: #00a4e0 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-blue:hover, a.link-medium-blue:active {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-blue:link, a.link-strong-blue:visited  {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-blue:hover, a.link-strong-blue:active {
    background-color: #00a4e0 !important;
    border-color: #00a4e0 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-clear-blue:link, a.link-clear-blue:visited {
    background-color: #d3ddf1 !important;
    border-color: #d3ddf1 !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-clear-blue:hover, a.link-clear-blue:active {
    background-color: #00a4e0 !important;
    border-color: #00a4e0 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-white-blue:link, a.link-white-blue:visited {
    background-color: #fff !important;
    border-color: #fff !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-white-blue:hover, a.link-white-blue:active {
    background-color: #00a4e0 !important;
    border-color: #00a4e0 !important;
    text-decoration: none !important;
    color: white !important;
}

.btn-primary-blue {
    background-color: #00327d !important;
    border-color: #00327d !important;
    color: white !important;
}

.btn-secondary-blue {
    background-color: #00a4e0 !important;
    border-color: #00a4e0 !important;
    color: white !important;
}

/* --- dark --- */

.white-highlight-dark {
    background-color: #000 !important;
    color: white !important;
}

.light-highlight-dark {
    background-color: #1d1d1d !important;
    color: white !important;
}

.medium-highlight-dark {
    background-color: #001133 !important;
    color: white !important;
}

.strong-border-dark {
    background-color: #1d1d1d !important;
}

.medium-border-dark {
    border: 1px solid #001133;
}

.strong-highlight-dark {
    background-color: #000 !important;
    color: white;
}

a.link-dark:link {
    background-color: #3e596d !important;
    border-color: #3e596d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-dark:visited {
    background-color: #3e596d !important;
    border-color: #3e596d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-dark:hover {
    background-color: #0565b3 !important;
    border-color: #0565b3 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-dark:link, a.link-medium-dark:visited  {
    background-color: #001133 !important;
    border-color: #001133 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-dark:hover, a.link-medium-dark:active {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-dark:link, a.link-strong-dark:visited  {
    background-color: #000 !important;
    border-color: #000 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-dark:hover, a.link-strong-dark:active {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-clear-dark:link, a.link-clear-dark:visited {
    background-color: #000f2e !important;
    border-color: #000f2e !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-clear-dark:hover, a.link-clear-dark:active {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-white-dark:link, a.link-white-dark:visited {
    background-color: #000 !important;
    border-color: #000 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-white-dark:hover, a.link-white-dark:active {
    background-color: #00327d !important;
    border-color: #00327d !important;
    text-decoration: none !important;
    color: white !important;
}

.btn-primary-dark {
    background-color: #000 !important;
    border-color: #000 !important;
    text-decoration: none !important;
    color: white !important;
}

.btn-secondary-dark {
    background-color: #00327d !important;
    border-color: #00327d !important;
    color: white !important;
}


/* --- red --- */

.white-highlight-red {
    background-color: #fff !important;
    color: black !important;
}

.light-highlight-red {
    background-color: #eef3fd !important;
    color: black !important;
}

.strong-highlight-red {
    background-color: #d51319 !important;
    color: white;
}

.medium-highlight-red {
    background-color: #dc5055 !important;
    color: white !important;
}

.strong-border-red {
    border: 1px solid #d51319;
}

.medium-border-red {
    border: 1px solid #dc5055;
}

.font-strong-highlight-red {
    color: white;
}

a.link-red:link, a.link-red:visited  {
    background-color: #dc5055 !important;
    border-color: #dc5055 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-red:hover, a.link-red:active {
    background-color: #d51319 !important;
    border-color: #d51319 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-red:link, a.link-medium-red:visited  {
    background-color: #dc5055 !important;
    border-color: #dc5055 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-red:hover, a.link-medium-red:active {
    background-color: #d51319 !important;
    border-color: #d51319 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-red:link, a.link-strong-red:visited  {
    background-color: #d51319 !important;
    border-color: #d51319 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-red:hover, a.link-strong-red:active {
    background-color: #dc5055 !important;
    border-color: #dc5055 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-clear-red:link, a.link-clear-red:visited {
    background-color: #f1d9d3 !important;
    border-color: #f1d9d3 !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-clear-red:hover, a.link-clear-red:active {
    background-color: #dc5055 !important;
    border-color: #dc5055 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-white-red:link, a.link-white-red:visited {
    background-color: #fff !important;
    border-color: #fff !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-white-red:hover, a.link-white-red:active {
    background-color: #dc5055 !important;
    border-color: #00a4e0 !important;
    text-decoration: dc5055 !important;
    color: white !important;
}

.btn-primary-red {
    background-color: #d51319 !important;
    border-color: #d51319 !important;
    color: white !important;
}

.btn-secondary-red {
    background-color: #dc5055 !important;
    border-color: #dc5055 !important;
    color: white !important;
}

/* --- default --- */

.navbar {
    padding: 10px 10px;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: none;
}

.navbar-btn {
    box-shadow: none;
    outline: none;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.hiddenClass {
    visibility: hidden;
}

.noneDisplayedClass {
    display: none;
}

.noneDisplayedClass2 {
    display: none;
}

/* --- default --- */

.white-highlight-default {
    background-color: #fff !important;
    color: black !important;
}

.light-highlight-default {
    background-color: #eef3fd !important;
    color: black !important;
}

.strong-highlight-default {
    background-color: #c70039 !important;
    color: white;
}

.medium-highlight-default {
    background-color: #FF909B !important;
    color: black !important;
}

.strong-border-default {
    border: 1px solid #c70039;
}

.medium-border-default {
    border: 1px solid #FF909B;
}

.font-strong-highlight-default {
    color: white;
}

a.link-default:link, a.link-default:visited  {
    background-color: #FF909B !important;
    border-color: #FF909B !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-default:hover, a.link-default:active {
    background-color: #c70039 !important;
    border-color: #c70039 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-medium-default:link, a.link-medium-default:visited  {
    background-color: #FF909B !important;
    border-color: #FF909B !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-medium-default:hover, a.link-medium-default:active {
    background-color: #c70039 !important;
    border-color: #c70039 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-default:link, a.link-strong-default:visited  {
    background-color: #c70039 !important;
    border-color: #c70039 !important;
    text-decoration: none !important;
    color: white !important;
}

a.link-strong-default:hover, a.link-strong-default:active {
    background-color: #FF909B !important;
    border-color: #FF909B !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-clear-default:link, a.link-clear-default:visited {
    background-color: #d3ddf1 !important;
    border-color: #d3ddf1 !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-clear-default:hover, a.link-clear-default:active {
    background-color: #FF909B !important;
    border-color: #FF909B !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-white-default:link, a.link-white-default:visited {
    background-color: #fff !important;
    border-color: #fff !important;
    text-decoration: none !important;
    color: black !important;
}

a.link-white-default:hover, a.link-white-default:active {
    background-color: #FF909B !important;
    border-color: #FF909B !important;
    text-decoration: none !important;
    color: black !important;
}

.btn-primary-default {
    background-color: #c70039 !important;
    border-color: #c70039 !important;
    color: white !important;
}

.btn-secondary-default {
    background-color: #FF909B !important;
    border-color: #FF909B !important;
    color: black !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.caret-off::before {
    display: none;
}

.caret-off::after {
    display: none;
}

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 220px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    color: #000;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -220px;
}

#sidebar .sidebar-header {
    padding: 20px;
    text-align: center;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#sidebar ul li a {
    padding: 7px;
    display: block;
}

#sidebar ul li div {
    padding: 7px;
    display: block;
}

#sidebar ul li a:hover {
    color: #000;
    background-color: #FFC300;;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background-color: #FFC300;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em;
    padding-left: 30px;
}

ul.call_to_action {
    padding: 20px;
}

ul.call_to_action a {
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    SIDEBAR COLLAPSE STYLE
----------------------------------------------------- */

#sidebarCollapse {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background-color: #000;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    TOPBAR COLLAPSE STYLE
----------------------------------------------------- */

#topbarCollapse {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#topbarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background-color: #000;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}

#topbarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#topbarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#topbarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#topbarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#navbar-baptitle {
    margin-left: 200px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#contentContainer.active {
    width: 100%;
    min-height: 100vh;
    top: 0;
    right: 0;
}
#contentContainer {
    width: calc(100% - 220px);
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#contentMain {
    width: 100%;
    padding: 0 25px 0 25px;
}

/* ---------------------------------------------------
    MEDIA QUERY TO TRIGGER TRANSFORMATION ON MEDIUM WIDTH
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -220px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
    #contentContainer {
        width: 100%;
        min-height: 100vh;
        top: 0;
        right: 0;
    }
    #contentContainer.active {
        width: calc(100% - 220px);
        min-height: 100vh;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* ---------------------------------------------------
    MEDIA QUERY TO TRIGGER TRANSFORMATION ON LARGE WIDTH
----------------------------------------------------- */

@media (max-width: 992px) {
    #navbar-baptitle {
        margin-right: auto;
        margin-left: auto;
    }
}

/* ---------------------------------------------------
    FONTS
----------------------------------------------------- */

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/htmlfiles/fonts/work-sans-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/htmlfiles/fonts/work-sans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/htmlfiles/fonts/work-sans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/htmlfiles/fonts/work-sans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/htmlfiles/fonts/work-sans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/htmlfiles/fonts/work-sans-v7-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-narrow-regular - latin */
@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('/htmlfiles/fonts/pt-sans-narrow-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('PT Sans Narrow'), local('PTSans-Narrow'),
         url('/htmlfiles/fonts/pt-sans-narrow-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/htmlfiles/fonts/pt-sans-narrow-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/htmlfiles/fonts/pt-sans-narrow-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/htmlfiles/fonts/pt-sans-narrow-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/htmlfiles/fonts/pt-sans-narrow-v11-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}