/* _content/BlazorAppHybrid/Components/Layout/MainLayout.razor.rz.scp.css */
/*WT note:: not using form now*/
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    */
/* _content/BlazorAppHybrid/Components/Layout/NavMenu.razor.rz.scp.css */



/*WT note:: not using for now*/
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}
    
.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {
        // Never collapse the sidebar for wide screens 
        display: block;

        // Allow sidebar to scroll for tall menus 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
*/
/* _content/BlazorAppHybrid/Components/Pages/home.razor.rz.scp.css */
/* Generated on: Thu May 16 2019 06:16:11 GMT+0000 (UTC) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

:root[b-lej0qrq9lm] {
  --mytext-color: #17485e;
  --mybackground-color:  rgb(240, 239, 239); /*light grey*/
}
/* fonts to use Montserrat, Roboto*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playwrite+IN:wght@100..400&family=Pochaevsk&display=swap');*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atomic+Age&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap'); */

html[b-lej0qrq9lm] {
  font-family: 'Montserrat', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%

}

body[b-lej0qrq9lm] {
  margin: 0

}

article[b-lej0qrq9lm],
aside[b-lej0qrq9lm],
details[b-lej0qrq9lm],
figcaption[b-lej0qrq9lm],
figure[b-lej0qrq9lm],
footer[b-lej0qrq9lm],
header[b-lej0qrq9lm],
hgroup[b-lej0qrq9lm],
main[b-lej0qrq9lm],
menu[b-lej0qrq9lm],
nav[b-lej0qrq9lm],
section[b-lej0qrq9lm],
summary[b-lej0qrq9lm] {
  display: block
}

audio[b-lej0qrq9lm],
canvas[b-lej0qrq9lm],
progress[b-lej0qrq9lm],
video[b-lej0qrq9lm] {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls])[b-lej0qrq9lm] {
  display: none;
  height: 0
}

[hidden][b-lej0qrq9lm],
template[b-lej0qrq9lm] {
  display: none
}

a[b-lej0qrq9lm] {
  background-color: transparent
}

a:active[b-lej0qrq9lm],
a:hover[b-lej0qrq9lm] {
  outline: 0
}

abbr[title][b-lej0qrq9lm] {
  border-bottom: 1px dotted
}

b[b-lej0qrq9lm],
strong[b-lej0qrq9lm] {
  font-weight: bold
}

dfn[b-lej0qrq9lm] {
  font-style: italic
}

h1[b-lej0qrq9lm] {
  font-size: 2em;
  margin: .67em 0
}

mark[b-lej0qrq9lm] {
  background: #ff0;
  color: #000
}

small[b-lej0qrq9lm] {
  font-size: 80%
}

sub[b-lej0qrq9lm],
sup[b-lej0qrq9lm] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup[b-lej0qrq9lm] {
  top: -0.5em
}

sub[b-lej0qrq9lm] {
  bottom: -0.25em
}

img[b-lej0qrq9lm] {
  border: 0
}

svg:not(:root)[b-lej0qrq9lm] {
  overflow: hidden
}

figure[b-lej0qrq9lm] {
  margin: 1em 40px
}

hr[b-lej0qrq9lm] {
  box-sizing: content-box;
  height: 0
}

pre[b-lej0qrq9lm] {
  overflow: auto
}

code[b-lej0qrq9lm],
kbd[b-lej0qrq9lm],
pre[b-lej0qrq9lm],
samp[b-lej0qrq9lm] {
  font-family: monospace, monospace;
  font-size: 1em
}

button[b-lej0qrq9lm],
input[b-lej0qrq9lm],
optgroup[b-lej0qrq9lm],
select[b-lej0qrq9lm],
textarea[b-lej0qrq9lm] {
  color: inherit;
  font: inherit;
  margin: 0
}

button[b-lej0qrq9lm] {
  overflow: visible
}

button[b-lej0qrq9lm],
select[b-lej0qrq9lm] {
  text-transform: none
}

button[b-lej0qrq9lm],
html input[type="button"][b-lej0qrq9lm],
input[type="reset"][b-lej0qrq9lm] {
  appearance: button;
  cursor: pointer
}

button[disabled][b-lej0qrq9lm],
html input[disabled][b-lej0qrq9lm] {
  cursor: default
}

button[b-lej0qrq9lm]::-moz-focus-inner,
input[b-lej0qrq9lm]::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[b-lej0qrq9lm] {
  line-height: normal
}

input[type="checkbox"][b-lej0qrq9lm],
input[type="radio"][b-lej0qrq9lm] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"][b-lej0qrq9lm]::-webkit-inner-spin-button,
input[type="number"][b-lej0qrq9lm]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"][b-lej0qrq9lm] {
  appearance: none
}

input[type="search"][b-lej0qrq9lm]::-webkit-search-cancel-button,
input[type="search"][b-lej0qrq9lm]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset[b-lej0qrq9lm] {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend[b-lej0qrq9lm] {
  border: 0;
  padding: 0
}

textarea[b-lej0qrq9lm] {
  overflow: auto
}

optgroup[b-lej0qrq9lm] {
  font-weight: bold
}

table[b-lej0qrq9lm] {
  border-collapse: collapse;
  border-spacing: 0
}

td[b-lej0qrq9lm],
th[b-lej0qrq9lm] {
  padding: 0
}

*[b-lej0qrq9lm] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html[b-lej0qrq9lm] {
  height: 100%
}

body[b-lej0qrq9lm] {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333
}

img[b-lej0qrq9lm] {
  max-width: 100%;
  vertical-align: middle;
  align-self: center;
  display: inline-block
}

.block[b-lej0qrq9lm] {
  display: block
}

.display-inline-block[b-lej0qrq9lm] {
  max-width: 100%;
  display: inline-block
}

h1[b-lej0qrq9lm],
h2[b-lej0qrq9lm],
h3[b-lej0qrq9lm],
h4[b-lej0qrq9lm],
h5[b-lej0qrq9lm],
h6[b-lej0qrq9lm] {
  font-weight: bold;
  margin-bottom: 10px
}

h1[b-lej0qrq9lm] {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px
}

h2[b-lej0qrq9lm] {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px
}

h3[b-lej0qrq9lm] {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px
}

h4[b-lej0qrq9lm] {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px
}

h5[b-lej0qrq9lm] {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px
}

h6[b-lej0qrq9lm] {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px
}

p[b-lej0qrq9lm] {
  margin-top: 0;
  margin-bottom: 10px
}

blockquote[b-lej0qrq9lm] {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px
}

figure[b-lej0qrq9lm] {
  margin: 0;
  margin-bottom: 10px
}

figcaption[b-lej0qrq9lm] {
  margin-top: 5px;
  text-align: center
}

ul[b-lej0qrq9lm],
ol[b-lej0qrq9lm] {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

fieldset[b-lej0qrq9lm] {
  padding: 0;
  margin: 0;
  border: 0
}

button[b-lej0qrq9lm],
html input[type="button"][b-lej0qrq9lm],
input[type="reset"][b-lej0qrq9lm] {
  border: 0;
  cursor: pointer;
  appearance: button
}

label[b-lej0qrq9lm] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold
}


/* ========custom===================== */

.input-text[b-lej0qrq9lm] {
  margin-bottom: 18px;
  padding: 20px 20px;
  border: 1px solid #69a2bc;;
  border-radius: 0px;
  -webkit-transition: border-color 0.5s ease-in;    
  transition: 0.5s; 
  font-size: 14px;
  line-height: 24px;
  color:#490505;
}
.input-text:focus[b-lej0qrq9lm] {
  outline: none !important;
  border: 2px solid var(--mytext-color);
}
.input-text:hover[b-lej0qrq9lm] {
  border-color: #2b4b7f;
}
.input-text:active[b-lej0qrq9lm] {
  border-color: #2b4b7f;
}

/* grid layout dflt 2cols*/
.grid-layout[b-lej0qrq9lm] {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; /* 2 equal parts*/
  -ms-grid-rows: auto auto; /*auto rows*/
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
/* grid-layout 3,2 for 991px and 1 for 771
3 cols as default*/
.grid-layout-3[b-lej0qrq9lm] {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;/*3 cols 80px gap*/
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-layout-3c[b-lej0qrq9lm] {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;

  grid-template-rows: auto;
  text-align: center;
}
/*2 cols for high res*/
.grid-layout-2[b-lej0qrq9lm] {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-areas: ". . ";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;

  grid-template-rows: auto;
  text-align: center;
}
.grid-layout-1c[b-lej0qrq9lm] {
  margin-top: 100px;
  margin-bottom: 100px;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr ;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

a[b-lej0qrq9lm] {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover[b-lej0qrq9lm] {
  color: rgb(99, 6, 6);/* #32343a;*/
}

a:active[b-lej0qrq9lm] {
  color: #43464d;
}

ul[b-lej0qrq9lm] {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li[b-lej0qrq9lm] {
  margin-bottom: 10px;
}

img[b-lej0qrq9lm] {
  display: block;
}

label[b-lej0qrq9lm] {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;  /*uppercase;*/
}

blockquote[b-lej0qrq9lm] {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure[b-lej0qrq9lm] {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption[b-lej0qrq9lm] {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider[b-lej0qrq9lm] {
  height: 1px;
  background-color: #c5c4c4;
}

.section[b-lej0qrq9lm] {
  margin-right: 30px;
  margin-left: 30px;
}

/*USED section box with back colour; grey*/
.section.sctn-grey[b-lej0qrq9lm] {

  background-color: #f4f4f4;
}

.container[b-lej0qrq9lm] {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

/*used*/


.para[b-lej0qrq9lm]{
  font-size: 14px;
  line-height: 20px;
}
.para-small[b-lej0qrq9lm] {
  font-size: 10px;
  line-height: 16px;
}
.para-large[b-lej0qrq9lm] {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.light[b-lej0qrq9lm]{
  opacity: 0.6;
}
/* not so light */
.light-med[b-lej0qrq9lm]{
  opacity:0.8;
}
.white-light[b-lej0qrq9lm]{
  color:white;
  opacity: 0.6;
}

/* apply my color for text */
.mycolor-text[b-lej0qrq9lm]{
  color:var(--mytext-color);
}
/* apply my color for background */
.mycolor-background[b-lej0qrq9lm]{
  background-color:var(--mytext-color);
  /* var(--mytext-color); */
}
/* WT */
.button[b-lej0qrq9lm] {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: var(--mytext-color);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none; 
}

.button:hover[b-lej0qrq9lm] {
  background-color: #440752;
  color: #fff;
}

.button:active[b-lej0qrq9lm] {
  background-color: #43464d;
}

.button.btn-jumbo[b-lej0qrq9lm] {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.btn-jumbo.btn-white[b-lej0qrq9lm] {
  background-color: #fff;
  color: #000;
}

.button.btn-jumbo.btn-white:hover[b-lej0qrq9lm] {
  background-color: #f1f1f1;
}

.button.btn-jumbo.btn-white:active[b-lej0qrq9lm] {
  background-color: #e1e1e1;
}

.button.btn-white[b-lej0qrq9lm] {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.btn-white:hover[b-lej0qrq9lm] {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.btn-white:active[b-lej0qrq9lm] {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label[b-lej0qrq9lm] {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;  /*uppercase;*/
}

.label.light[b-lej0qrq9lm] {
  opacity: 0.6;
}

.title-heading[b-lej0qrq9lm] {
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
  text-align:center;
  color: var(--mytext-color);

}
.th-white[b-lej0qrq9lm] {
 
color:white;
}

.title-heading-medium[b-lej0qrq9lm] {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  text-align:center;
  color: var(--mytext-color);
}
.title-heading-small[b-lej0qrq9lm] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: none;  
  text-align:center;
  color: var(--mytext-color);
}
.title-heading-small.th-white[b-lej0qrq9lm] {
  color:white;
  }
.title-heading-small.th-upper[b-lej0qrq9lm] {
  text-transform: uppercase;
}




.menu[b-lej0qrq9lm] {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -mscenter-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link[b-lej0qrq9lm] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.link:hover[b-lej0qrq9lm] {
  opacity: 1;
}

.link:active[b-lej0qrq9lm] {
  opacity: 0.8;
}

.logo-link[b-lej0qrq9lm] {
  z-index: 1;
  outline: none !important;
}
.logo-link:hover[b-lej0qrq9lm] {
  opacity: 0.5;
  outline: none !important;
}
.logo-link:active[b-lej0qrq9lm] {
  opacity: 0.7;
  outline: none !important;
}
.logo-image[b-lej0qrq9lm] {
  display: block;
  outline: none !important;
  /* background-color: transparent; */
}


.inline[b-lej0qrq9lm] {
  display:inline-flex;
}


  .section-heading-wrap[b-lej0qrq9lm] {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
  }
.subsection-heading-wrap[b-lej0qrq9lm]{
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

  .form-border[b-lej0qrq9lm] {
    padding: 45px 50px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
  }
  
  /* WT */
  .email-link[b-lej0qrq9lm] {
    margin-bottom: 5px;
    opacity: 0.6;
  }

  .email-link:hover[b-lej0qrq9lm] {
    opacity: 1;
  }

  .email-link:active[b-lej0qrq9lm] {
    opacity: 0.8;
  }

  .section-heading[b-lej0qrq9lm] {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
  }



  .box-text[b-lej0qrq9lm] {
    width: 85%;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
  }
.box-items-wrap[b-lej0qrq9lm]{
    width: 80%;
    max-width: 1140px;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .items-wrap-center[b-lej0qrq9lm]{
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    display:flex;
    margin:auto flex;
  }

  @media (max-width: 991px) {

    .button[b-lej0qrq9lm] {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

    .title-heading[b-lej0qrq9lm] {
      font-size: 56px;
      line-height: 70px;
    }
    .title-heading-medium[b-lej0qrq9lm] {
      font-size: 40px;
      line-height: 47px;
    }
    .title-heading-small[b-lej0qrq9lm] {
      font-size: 25px;
      line-height: 30px;
    }

    /* 2 cols for 991*/
    .grid-layout-3[b-lej0qrq9lm] {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      grid-template-areas: ". ." ". ." ". .";
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
      text-align: center;
    }
    .grid-layout-3c[b-lej0qrq9lm] {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      grid-template-areas: "." "." ".";
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
    }
    .grid-layout-2[b-lej0qrq9lm] {
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      grid-row-gap: 50px;
      grid-template-areas: "." ".";
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto 50px auto;
      grid-template-rows: auto auto;
      text-align: center;
    }
    .box-text[b-lej0qrq9lm] {
      width: auto;
    }
  }

  @media (max-width: 767px) {
    .section[b-lej0qrq9lm] {
      margin-right: 15px;
      margin-left: 15px;
    }

    .container[b-lej0qrq9lm] {
      text-align: center;
    }

    .para-large[b-lej0qrq9lm] {
      font-size: 16px;
      line-height: 28px;
    }


    .title-heading[b-lej0qrq9lm] {
      font-size: 40px;
      line-height: 54px;
    }

    .title-heading-medium[b-lej0qrq9lm] {
      font-size: 30px;
      line-height: 52px;
    }
    .title-heading-small[b-lej0qrq9lm] {
      font-size: 24px;
      line-height: 32px;
    }
    .logo-link[b-lej0qrq9lm] {
      padding-left: 0px;
    }

    .form-border[b-lej0qrq9lm] {
      padding: 25px;
    }


  }

  @media (max-width: 479px) {
    h1[b-lej0qrq9lm] {
      font-size: 36px;
      line-height: 52px;
    }
    .title-heading[b-lej0qrq9lm] {
      font-size: 36px;
      line-height: 48px;
    }
    .title-heading-medium[b-lej0qrq9lm] {
      font-size: 26px;
      line-height: 32px;
    }
    .title-heading-small[b-lej0qrq9lm] {
      font-size: 18px;
      line-height: 24px;
    }


    /* 1 col for 479*/
    .grid-layout-3[b-lej0qrq9lm] {
      grid-row-gap: 60px;
      grid-template-areas: "." "." "." "." "." ".";
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
      grid-template-rows: auto auto auto auto auto auto;
    }
    .grid-layout-3c[b-lej0qrq9lm] {
      width: 100%;
    }
    .grid-layout-2[b-lej0qrq9lm] {
      width: 100%;
    }

  }
  
.box[b-lej0qrq9lm] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: cover;
  background-color: #e2dddd;
  color: #000;
}

.box.large[b-lej0qrq9lm] {
  min-height:100px;/* min-height so it can grow vertically  */
  height: 100%;
  margin-bottom: 100px;
}

.box.large.bkimage[b-lej0qrq9lm] {
  background-image: url(/logo/Teicl-logo-background.png);
  background-color: #f4f4f4;
  color: #fff;
}


.textbox-large.bkblack[b-lej0qrq9lm] {
  background-color: #000;
  background-image: none;
}
/* to center image in a container*/
.container.container-img[b-lej0qrq9lm]{
    background-color: #0a0a23;
    text-align: center;
    width: 100px;
}
.container.container-img:hover[b-lej0qrq9lm]{
  opacity:80%;
}
.figure.centre[b-lej0qrq9lm]{
  text-align: center;
  width: 100px;
  display: flex;
}

/*start with 2 cols*/
#grid-node2[b-lej0qrq9lm] {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row:1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #grid-node2[b-lej0qrq9lm] {
    -ms-grid-column: 1;    
    grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}


/* ==============================================*/
/* Collapsable hamburger menu style */
/* ==============================================*/
    /*c-menu the top class wrapper for collapsable menu -  define the header properties */
    .c-menu-wrap[b-lej0qrq9lm]{
      /* background-color: #333;       */
      background-color: transparent;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      position: relative;
  }

    /* container of text menu items in header - this allows items to be flexibly centered*/
    .c-menu-container[b-lej0qrq9lm] {
      display: flex; /* needed for flex-grow*/
      align-items: center;
      justify-content: center; /*justify centre - needs flex-grow*/
      flex-grow: 1; /*this allows the above justification - here to centre flexibly*/
    }
    .c-menu-current[b-lej0qrq9lm]{
      font-weight: 700;
  }
  
      /* the hamburger menu icon - not displayed by default */
  .c-menu-toggle[b-lej0qrq9lm] {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }

  /* the menu that contains the items  */
  nav[b-lej0qrq9lm] {
    display: flex;/*flexible for justification*/
    gap: 3rem; /*gap between items texts*/
  }

  /* menu item text */
  nav a[b-lej0qrq9lm] {
    /* color: white; WT changed*/
    color:var(--mytext-color);
    text-decoration: none;
    font-size: 1rem;
    padding: 0px;
  }

  nav a:hover[b-lej0qrq9lm] {
      color:black;
      font-weight:bold;
    /* text-decoration: underline; */
  }

  /* Mobile Styles for max width ... */
  @media (max-width: 768px) {

    .c-menu-toggle[b-lej0qrq9lm] {
      display: block; /* now display hamburger icon */
    }

    /*stop displaying top menu item and change to drop down vertical items*/
     nav[b-lej0qrq9lm] {
      display: none; /*stop display*/
      flex-direction: column; /*change to line items in columns*/
      align-items: stretch;
      background-color: transparent;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 1000;
    }
/*   */
    .c-menu-container nav.open[b-lej0qrq9lm] {
      display: flex;
      gap: 0rem; /*WT to remove gaps between menu items/ buttons when the menu is open*/
    }
    .c-menu-container nav.close[b-lej0qrq9lm] {
      display: none; /* now display hamburger icon */
    
    }
    /* how to display each menu item in the drop down */
    nav a[b-lej0qrq9lm] {
      padding: 1rem;
      text-align: center;
      color: var(--mytext-color);
      background-color: whitesmoke;
      /* opacity: 90%; */

    }
    /* props of curent page in drop down menu */
    .c-menu-current-text[b-lej0qrq9lm]{
      background-color:  var(--mybackground-color);
      /* background-color: #555; */
      color:grey;
      font-weight: 200;
      /* opacity: 90%; */
      /* color:var(--mytext-color); */
      }
      
    nav a:hover[b-lej0qrq9lm] {
      background-color:  var(--mybackground-color);
      color:var(--mytext-color);
      font-weight: 900;
    }

    nav a + a[b-lej0qrq9lm] {
      border-top: none;
    }
  }
