@import url(custom-hp-5.2.2.css);

:root {
    --bs-body-font-size: 1.125rem;
    --bs-body-font-family: Barlow, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

    /* --my-main-bg-color: rgb(36, 137, 198); old */
    --my-main-bg-color: #23445e; /* dark-slate-grey */
    --my-main-bg-color: rgb(18, 55, 104); /* dark-slate-grey */


    /* switch link colors */
    /* green
    --bs-link-color: #769e3c;
    --bs-link-hover-color: #93c54b;
    */
    --bs-link-color: #337ab7;
    --bs-link-hover-color: #23527c;
}

/* @media (min-width: 1320px) {
    .container{
        max-width: 1140px;
    }
}*/
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

  /* barlow-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/barlow-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* barlow-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/barlow-v12-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* source-sans-3-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'titillium web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/titillium-web-v17-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bitter-v33-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v26-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**************************************************************/
/* Adjust Bootstrap */
/**************************************************************/

p {
    color: #555555;
    line-height: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h2 {
    font-size: 40px;
    letter-spacing: -0.4px;
}

h3 {
    font-size: 24px;
    letter-spacing: -0.2px;
}

h4 {
    letter-spacing: -0.1px;
}

/* h1, .h1 {
    font-family: "Source Sans 3";
    font-size: calc(1.32825rem + 0.939vw);
}

h2, .h2 {
    font-family: "Source Sans 3";
    font-size: calc(1.2876rem + 0.4512vw);
    margin-top: 28px;
}

h3, .h3 {
    font-family: "Source Sans 3";
    font-size: calc(1.267275rem + 0.2073vw);
    margin-top: 24px;
}

h4, .h4 {
    font-family: "Source Sans 3";
    font-size: 1.2195rem;
}

h5, .h5 {
    font-family: "Source Sans 3";
    font-size: 1.01625rem;
}

h6, .h6 {
    font-family: "Source Sans 3";
    font-size: 0.813rem;
}
*/

.fs-5 {
    font-size: 0.938rem !important;
}

.fs-6 {
    font-size: 0.813rem !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-border-radius: 0.15rem !important;
    -moz-border-radius: 0.15rem !important;
    border-radius: 0.15rem !important;
    /* box-shadow: none !important; */
    box-shadow: inset 0 0 0 0px transparent;
}

button {
    outline: 0;
    font-size: 18px !important;
}

.btn {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    box-shadow: inset 0px 0px 0px 0px transparent !important;
    min-width: 120px;
}

.navbar {
    background-color: rgba(142, 140, 132, 0.1);
}

/**************************************************************/
/* START my styles */
/**************************************************************/

li {
    padding: 2px;
}

.mymarginedlist li {
    margin: 5px 0px;
}

.marketing p+h4,
p+h3 {
    margin-top: 28px;
}

.myshadow-box {
    border-radius: 3px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 10%);
}

.myborder-box {
    border-color: rgba(39, 40, 44, .2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.myrounded-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.my-box-list {
    margin-top: 12px;
    margin-bottom: 12px;
    list-style: none;
}

.my-box-list li {
    margin-top: 12px;
    font-weight: bold;
    font-size: 17px;
}

.radio-inline {
    margin: 5px 10px;
}

.mybacklink {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.mybreadcrumb {
    margin-top: 0.3rem;
    margin-bottom: 1.0rem;
}

/* my label */
.mylabel-keyword {
    /* old:
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #333333;
    text-shadow: none;
    */

    /* mylabel-keyword */
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.813rem !important;
    font-weight: normal;
    line-height: 1;
    color: rgba(var(--bs-dark-rgb), 1.0) !important;
    background-color: rgba(var(--bs-secondary-rgb), 0.1) !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    font-family: var(--bs-font-monospace) !important;
}

#faqs h2 {
    padding-top: 15px;
}

#index-links li {
    font-size: 16px;
    font-weight: bold;
}

/* Buttons
-------------------------------------------------- */

.mybtn-secondary {
    --bs-btn-bg: rgb(90, 90, 90);
    --bs-btn-border-color: rgb(90, 90, 90);
    --bs-btn-hover-bg: rgb(70, 70, 70);
    --bs-btn-hover-border-color: rgb(70, 70, 70);
}

.mybtn-success {
    --bs-btn-bg: rgb(39, 162, 9);
    --bs-btn-border-color: rgb(39, 162, 9);
    --bs-btn-hover-bg: rgb(30, 134, 4);
    --bs-btn-hover-border-color: rgb(30, 134, 4);
}

/* Footer
-------------------------------------------------- */

.footer {
    text-align: center;
    padding: 25px 20px;
    margin-top: 60px;
    border-top: 1px solid #e5e5e5;
}

.footer p {
    margin-bottom: 9px;
    color: #777;
}

.footer-links {
    padding: 0px;
    margin: 10px 0;
}

.footer-links li {
    display: inline;
    padding: 0 2px;
}

.footer-links li:first-child {
    padding-left: 0;
}

/* Cookie banner (old!)
-------------------------------------------------- */

#cookie-notice {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,helvetica neue,sans-serif; */
    display: none;
}

#cn-notice-text {
    font-size: 15px;
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#cookie-notice .cn-button {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Arial, helvetica neue, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}


/* Cookie banner
-------------------------------------------------- */

#cookie-notice {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,helvetica neue,sans-serif; */
    display: block;
}

#cn-notice-text {
    font-size: 15px;
}

.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#cookie-notice .cn-button {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Arial, helvetica neue, sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}

#cookie-notice-v2 {
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    /* font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,helvetica neue,sans-serif; */
}

#cn-notice-text {
    font-size: 15px;
}

.cookie-notice-container-v2 {
    padding: 15px 15px;
    text-align: center;
    width: 100%;
    z-index: 2;
}

/* Cookie banner v2
-------------------------------------------------- */

.cookie-backdrop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    overflow: hidden !important;
}

.cookie-container {
    pointer-events: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: 100000;
}

.cookie-dialog {
    background-color: white;
    border-bottom-style: solid;
    border-bottom-width: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2147483640;
    background-color: #FFFFFF;
    align-self: center;
    border-radius: 8px;
    box-shadow: 0 5px 26px 0px rgba(0, 0, 0, 0.22), 0 20px 28px 0px rgba(0, 0, 0, 0.3);
    height: initial;
    margin-left: auto;
    margin-right: auto;
    max-height: 80vh;
    max-width: 625px;
    outline: none;
    overflow: hidden;
    width: 100%;
    pointer-events: auto;
    position: relative;
}

.cookie-dialog-body {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    z-index: 101;
}

.cookie-dialog-body-wrapper {
    background-color: #FFFFFF;
    display: block;
    flex: initial;
    flex-shrink: 0;
    padding: 24px 24px 12px;
}

.cookie-link {
    align-items: center;
    color: #222222;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-top: 4px;
    font-size: 12.25px;
    font-weight: 400;
    margin-right: 12px;
    outline: none;
    text-decoration: none;
    word-break: break-word;
}

.cookie-dialog-footer-container {
    border-top: none;
    background-color: #FFFFFF;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0 24px 12px;
}

.cookie-dialog-footer {
    display: block;
    font-weight: 400;
    justify-content: center;
    min-height: 0px;
    text-align: center;
    width: 100%;
}

.cookie-dialog-footer-wrapper {
    display: flex;
    flex: 2 1 auto;
    flex-direction: row;
    padding: 8px 0;
}

.cookie-dialog-button-container {
    display: flex;
    flex-direction: column;
    flex: auto;
    flex: 2 1 auto;
}

.cookie-button {
    align-items: center;
    border: none;
    border-radius: 4px !important;
    color: hsl(0.0, 0%, 19%);
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
    opacity: 1;
    padding: 7px 0px;
    padding-right: 0px;
    margin: 0px 0px 20px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    color: rgb(255, 255, 255);
    background: rgb(0, 86, 164);

    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease, outline 0ms ease;
    transition: all .3s ease, outline 0ms ease;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.cookie-button:hover {
    opacity: .8
}

.cookie-button-deny {
    background: #dddddd;
    color: hsl(0.0, 0%, 19%);
}

.cookie-poweredby {
    align-items: flex-end;
    color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 auto;
    font-size: 0.75em;
    font-weight: 400;
    direction: ltr;
    justify-content: center;
    padding: 0;
}

/* Cookie animation
-------------------------------------------------- */

@-webkit-keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

@-moz-keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

@-o-keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes fadein {
    0% {
        margin-top: -2000px;
    }

    100% {
        margin-top: 0px;
    }
}

.my-fadein-horizontal {
    animation: fadein 0.3s;
    -moz-animation: fadein 0.3s;
    -webkit-animation: fadein 0.3s;
    -o-animation: fadein 0.3s;
}

/**************************************************************/
/* END my styles */
/**************************************************************/