@font-face {
font-family: OpenSans;
src: url(//wearebcs.org/wp-content/themes/bcs/css/OpenSans.ttf);
}
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107; 
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
::after,
::before {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.h1,
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
.h1,
h1 {
font-size: 2.5rem;
}
}
.h2,
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
.h2,
h2 {
font-size: 2rem;
}
}
.h3,
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
.h3,
h3 {
font-size: 1.75rem;
}
}
.h4,
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
.h4,
h4 {
font-size: 1.5rem;
}
}
.h5,
h5 {
font-size: 1.25rem;
}
.h6,
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
dl,
ol,
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
.small,
small {
font-size: 0.875em;
}
.mark,
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #0d6efd;
text-decoration: underline;
}
a:hover {
color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
code,
kbd,
pre,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
-webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: calc(1.625rem + 4.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-1 {
font-size: 5rem;
}
}
.display-2 {
font-size: calc(1.575rem + 3.9vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-2 {
font-size: 4.5rem;
}
}
.display-3 {
font-size: calc(1.525rem + 3.3vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-3 {
font-size: 4rem;
}
}
.display-4 {
font-size: calc(1.475rem + 2.7vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-4 {
font-size: 3.5rem;
}
}
.display-5 {
font-size: calc(1.425rem + 2.1vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-5 {
font-size: 3rem;
}
}
.display-6 {
font-size: calc(1.375rem + 1.5vw);
font-weight: 300;
line-height: 1.2;
}
@media (min-width: 1200px) {
.display-6 {
font-size: 2.5rem;
}
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 0.875em;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote > :last-child {
margin-bottom: 0;
}
.blockquote-footer {
margin-top: -1rem;
margin-bottom: 1rem;
font-size: 0.875em;
color: #6c757d;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 0.875em;
color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container,
.container-sm {
max-width: 95%;
}
}
@media (min-width: 768px) {
.container,
.container-md,
.container-sm {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 99%;
}
}
@media (min-width: 1400px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.3333333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.6666666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.3333333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.6666666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.3333333333%;
}
.offset-2 {
margin-left: 16.6666666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.3333333333%;
}
.offset-5 {
margin-left: 41.6666666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.3333333333%;
}
.offset-8 {
margin-left: 66.6666666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.3333333333%;
}
.offset-11 {
margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.3333333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.6666666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.3333333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.6666666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.3333333333%;
}
.offset-xxl-2 {
margin-left: 16.6666666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.3333333333%;
}
.offset-xxl-5 {
margin-left: 41.6666666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.3333333333%;
}
.offset-xxl-8 {
margin-left: 66.6666666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.3333333333%;
}
.offset-xxl-11 {
margin-left: 91.6666666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.table {
--bs-table-bg: transparent;
--bs-table-striped-color: #212529;
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: #212529;
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: #212529;
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #212529;
vertical-align: top;
border-color: #dee2e6;
}
.table > :not(caption) > * > * {
padding: 0.5rem 0.5rem;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
vertical-align: inherit;
}
.table > thead {
vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: currentColor;
}
.caption-top {
caption-side: top;
}
.table-sm > :not(caption) > * > * {
padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-accent-bg: var(--bs-table-striped-bg);
color: var(--bs-table-striped-color);
}
.table-active {
--bs-table-accent-bg: var(--bs-table-active-bg);
color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
.table-primary {
--bs-table-bg: #cfe2ff;
--bs-table-striped-bg: #c5d7f2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bacbe6;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfd1ec;
--bs-table-hover-color: #000;
color: #000;
border-color: #bacbe6;
}
.table-secondary {
--bs-table-bg: #e2e3e5;
--bs-table-striped-bg: #d7d8da;
--bs-table-striped-color: #000;
--bs-table-active-bg: #cbccce;
--bs-table-active-color: #000;
--bs-table-hover-bg: #d1d2d4;
--bs-table-hover-color: #000;
color: #000;
border-color: #cbccce;
}
.table-success {
--bs-table-bg: #d1e7dd;
--bs-table-striped-bg: #c7dbd2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #bcd0c7;
--bs-table-active-color: #000;
--bs-table-hover-bg: #c1d6cc;
--bs-table-hover-color: #000;
color: #000;
border-color: #bcd0c7;
}
.table-info {
--bs-table-bg: #cff4fc;
--bs-table-striped-bg: #c5e8ef;
--bs-table-striped-color: #000;
--bs-table-active-bg: #badce3;
--bs-table-active-color: #000;
--bs-table-hover-bg: #bfe2e9;
--bs-table-hover-color: #000;
color: #000;
border-color: #badce3;
}
.table-warning {
--bs-table-bg: #fff3cd;
--bs-table-striped-bg: #f2e7c3;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e6dbb9;
--bs-table-active-color: #000;
--bs-table-hover-bg: #ece1be;
--bs-table-hover-color: #000;
color: #000;
border-color: #e6dbb9;
}
.table-danger {
--bs-table-bg: #f8d7da;
--bs-table-striped-bg: #eccccf;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc2c4;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5c7ca;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfc2c4;
}
.table-light {
--bs-table-bg: #f8f9fa;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
--bs-table-active-color: #000;
--bs-table-hover-bg: #e5e6e7;
--bs-table-hover-color: #000;
color: #000;
border-color: #dfe0e1;
}
.table-dark {
--bs-table-bg: #212529;
--bs-table-striped-bg: #2c3034;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #373b3e;
--bs-table-active-color: #fff;
--bs-table-hover-bg: #323539;
--bs-table-hover-color: #fff;
color: #fff;
border-color: #373b3e;
}
.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
.table-responsive-sm {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1399.98px) {
.table-responsive-xxl {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
}
.form-label {
margin-bottom: 0.5rem;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
}
.form-text {
margin-top: 0.25rem;
font-size: 0.875em;
color: #6c757d;
}
.form-control {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
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[type="file"] {
overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control:focus {
color: #212529;
background-color: #fff;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
height: 1.5em;
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.form-control::file-selector-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
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) {
.form-control::file-selector-button {
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
padding: 0.375rem 0.75rem;
margin: -0.375rem -0.75rem;
-webkit-margin-end: 0.75rem;
margin-inline-end: 0.75rem;
color: #212529;
background-color: #e9ecef;
pointer-events: none;
border-color: inherit;
border-style: solid;
border-width: 0;
border-inline-end-width: 1px;
border-radius: 0;
-webkit-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;
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) {
.form-control::-webkit-file-upload-button {
-webkit-transition: none;
transition: none;
}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
background-color: #dde0e3;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
padding: 0.25rem 0.5rem;
margin: -0.25rem -0.5rem;
-webkit-margin-end: 0.5rem;
margin-inline-end: 0.5rem;
}
.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
padding: 0.5rem 1rem;
margin: -0.5rem -1rem;
-webkit-margin-end: 1rem;
margin-inline-end: 1rem;
}
textarea.form-control {
min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
max-width: 3rem;
height: auto;
padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
cursor: pointer;
}
.form-control-color::-moz-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
height: 1.5em;
border-radius: 0.25rem;
}
.form-select {
display: block;
width: 100%;
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-select:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
padding-right: 0.75rem;
background-image: none;
}
.form-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.form-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #212529;
}
.form-select-sm {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.form-select-lg {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.5em;
margin-bottom: 0.125rem;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}
.form-check-input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid rgba(0, 0, 0, 0.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.form-check-input[type="checkbox"] {
border-radius: 0.25em;
}
.form-check-input[type="radio"] {
border-radius: 50%;
}
.form-check-input:active {
filter: brightness(90%);
}
.form-check-input:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
background-color: #0d6efd;
border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
background-color: #0d6efd;
border-color: #0d6efd;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
pointer-events: none;
filter: none;
opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
opacity: 0.5;
}
.form-switch {
padding-left: 2.5em;
}
.form-switch .form-check-input {
width: 2em;
margin-left: -2.5em;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
background-position: left center;
border-radius: 2em;
transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:focus {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
background-position: right center;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
display: inline-block;
margin-right: 1rem;
}
.btn-check {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
pointer-events: none;
filter: none;
opacity: 0.65;
}
.form-range {
width: 100%;
height: 1.5rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-range:focus {
outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
border: 0;
}
.form-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.form-range::-webkit-slider-thumb:active {
background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #0d6efd;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.form-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.form-range::-moz-range-thumb:active {
background-color: #b6d4fe;
}
.form-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.form-range:disabled {
pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.form-floating {
position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
height: calc(3.5rem + 2px);
padding: 1rem 0.75rem;
}
.form-floating > label {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding: 1rem 0.75rem;
pointer-events: none;
border: 1px solid transparent;
transform-origin: 0 0;
transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-floating > label {
transition: none;
}
}
.form-floating > .form-control::-webkit-input-placeholder {
color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
color: transparent;
}
.form-floating > .form-control::placeholder {
color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-select {
padding-top: 1.625rem;
padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
opacity: 0.65;
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
z-index: 3;
}
.input-group .btn {
position: relative;
z-index: 2;
}
.input-group .btn:focus {
z-index: 3;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #198754;
}
.valid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(25, 135, 84, 0.9);
border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #198754;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
border-color: #198754;
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
border-color: #198754;
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
margin-left: 0.5em;
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #dc3545;
}
.invalid-tooltip {
position: absolute;
top: 100%;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
border-color: #dc3545;
padding-right: 4.125rem;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-position: right 0.75rem center, center right 2.25rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
margin-left: 0.5em;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
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: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-primary {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-primary:hover {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
color: #fff;
background-color: #0b5ed7;
border-color: #0a58ca;
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0a58ca;
border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
color: #fff;
background-color: #5c636a;
border-color: #565e64;
box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #565e64;
border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-success {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-success:hover {
color: #fff;
background-color: #157347;
border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
color: #fff;
background-color: #157347;
border-color: #146c43;
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #146c43;
border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-info {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-info:hover {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
color: #000;
background-color: #31d2f2;
border-color: #25cff2;
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
color: #000;
background-color: #3dd5f3;
border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-warning {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
color: #000;
background-color: #ffca2c;
border-color: #ffc720;
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
color: #000;
background-color: #ffcd39;
border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
color: #fff;
background-color: #bb2d3b;
border-color: #b02a37;
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02a37;
border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-light {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
color: #000;
background-color: #f9fafb;
border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-dark {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-dark:hover {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
color: #fff;
background-color: #1c1f23;
border-color: #1a1e21;
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1a1e21;
border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-outline-primary {
color: #0d6efd;
border-color: #0d6efd;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
color: #0d6efd;
background-color: transparent;
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-success {
color: #198754;
border-color: #198754;
}
.btn-outline-success:hover {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
color: #fff;
background-color: #198754;
border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
color: #198754;
background-color: transparent;
}
.btn-outline-info {
color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-outline-info:hover {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
color: #000;
background-color: #0dcaf0;
border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
color: #0dcaf0;
background-color: transparent;
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
color: #000;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
color: #000;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-dark {
color: #212529;
border-color: #212529;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
color: #fff;
background-color: #212529;
border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
color: #212529;
background-color: transparent;
}
.btn-link {
font-weight: 400;
color: #0d6efd;
text-decoration: underline;
}
.btn-link:hover {
color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown,
.dropend,
.dropstart,
.dropup {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1000;
display: none;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
left: 0;
margin-top: 0.125rem;
}
.dropdown-menu-start {
--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-end {
--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-start {
--bs-position: start;
}
.dropdown-menu-sm-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-sm-end {
--bs-position: end;
}
.dropdown-menu-sm-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-start {
--bs-position: start;
}
.dropdown-menu-md-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-md-end {
--bs-position: end;
}
.dropdown-menu-md-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-start {
--bs-position: start;
}
.dropdown-menu-lg-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-lg-end {
--bs-position: end;
}
.dropdown-menu-lg-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-start {
--bs-position: start;
}
.dropdown-menu-xl-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-xl-end {
--bs-position: end;
}
.dropdown-menu-xl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
@media (min-width: 1400px) {
.dropdown-menu-xxl-start {
--bs-position: start;
}
.dropdown-menu-xxl-start[data-bs-popper] {
right: auto;
left: 0;
}
.dropdown-menu-xxl-end {
--bs-position: end;
}
.dropdown-menu-xxl-end[data-bs-popper] {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-menu {
top: 0;
right: auto;
left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropend .dropdown-toggle::after {
vertical-align: 0;
}
.dropstart .dropdown-menu {
top: 0;
right: 100%;
left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
margin-top: 0;
margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropstart .dropdown-toggle::after {
display: none;
}
.dropstart .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropstart .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
color: #1e2125;
background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
color: #adb5bd;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1rem;
color: #212529;
}
.dropdown-menu-dark {
color: #dee2e6;
background-color: #343a40;
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
position: relative;
flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
z-index: 1;
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
transition: none;
}
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background: 0 0;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6;
isolation: isolate;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
background: 0 0;
border: 0;
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
text-decoration: none;
white-space: nowrap;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
}
.navbar-text {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
transition: none;
}
}
.navbar-toggler:hover {
text-decoration: none;
}
.navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
}
.navbar-nav-scroll {
max-height: var(--bs-scroll-height, 75vh);
overflow-y: auto;
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-md {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
justify-content: flex-end;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
@media (min-width: 1400px) {
.navbar-expand-xxl {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand-xxl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xxl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xxl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xxl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xxl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xxl .navbar-toggler {
display: none;
}
}
.navbar-expand {
flex-wrap: nowrap;
justify-content: flex-start;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.55);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.55);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: 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");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
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,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
padding: 1rem 1rem;
}
.card-title {
margin-bottom: 0.5rem;
}
.card-subtitle {
margin-top: -0.25rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1rem;
}
.card-header {
padding: 0.5rem 1rem;
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;
}
.card-footer {
padding: 0.5rem 1rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.5rem;
margin-bottom: -0.5rem;
margin-left: -0.5rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-header,
.card-group > .card:not(:last-child) .card-img-top {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-footer,
.card-group > .card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-header,
.card-group > .card:not(:first-child) .card-img-top {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-footer,
.card-group > .card:not(:first-child) .card-img-bottom {
border-bottom-left-radius: 0;
}
}
.accordion-button {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 1rem 1.25rem;
font-size: 1rem;
color: #212529;
text-align: left;
background-color: transparent;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0;
overflow-anchor: none;
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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button {
transition: none;
}
}
.accordion-button.collapsed {
border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
color: #0c63e4;
background-color: #e7f1ff;
}
.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='%230c63e4'%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");
transform: rotate(180deg);
}
.accordion-button::after {
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
margin-left: auto;
content: "";
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
background-repeat: no-repeat;
background-size: 1.25rem;
transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.accordion-button::after {
transition: none;
}
}
.accordion-button:hover {
z-index: 2;
}
.accordion-button:focus {
z-index: 3;
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 1px;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
border-bottom-width: 1px;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.accordion-collapse {
border: solid rgba(0, 0, 0, 0.125);
border-width: 0 1px;
}
.accordion-body {
padding: 1rem 1.25rem;
}
.accordion-flush .accordion-button {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.accordion-flush .accordion-collapse {
border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
border-top-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
border-bottom-width: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0 0;
margin-bottom: 1rem;
list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: flex;
padding-left: 0;
list-style: none;
}
.page-link {
position: relative;
display: block;
color: #0d6efd;
text-decoration: none;
background-color: #fff;
border: 1px solid #dee2e6;
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) {
.page-link {
transition: none;
}
}
.page-link:hover {
z-index: 2;
color: #0a58ca;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
color: #0a58ca;
background-color: #e9ecef;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
margin-left: -1px;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
background-color: #fff;
border-color: #dee2e6;
}
.page-link {
padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
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;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
}
.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;
}
.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;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 3rem;
}
.alert-dismissible .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 1.25rem 1rem;
}
.alert-primary {
color: #084298;
background-color: #cfe2ff;
border-color: #b6d4fe;
}
.alert-primary .alert-link {
color: #06357a;
}
.alert-secondary {
color: #41464b;
background-color: #e2e3e5;
border-color: #d3d6d8;
}
.alert-secondary .alert-link {
color: #34383c;
}
.alert-success {
color: #0f5132;
background-color: #d1e7dd;
border-color: #badbcc;
}
.alert-success .alert-link {
color: #0c4128;
}
.alert-info {
color: #055160;
background-color: #cff4fc;
border-color: #b6effb;
}
.alert-info .alert-link {
color: #04414d;
}
.alert-warning {
color: #664d03;
background-color: #fff3cd;
border-color: #ffecb5;
}
.alert-warning .alert-link {
color: #523e02;
}
.alert-danger {
color: #842029;
background-color: #f8d7da;
border-color: #f5c2c7;
}
.alert-danger .alert-link {
color: #6a1a21;
}
.alert-light {
color: #636464;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light .alert-link {
color: #4f5050;
}
.alert-dark {
color: #141619;
background-color: #d3d3d4;
border-color: #bcbebf;
}
.alert-dark .alert-link {
color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 1rem;
}
}
.progress {
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #0d6efd;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
-webkit-animation: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.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:focus,
.list-group-item-action:hover {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}
.list-group-item {
position: relative;
display: block;
padding: 0.5rem 1rem;
text-decoration: none;
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,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #0d6efd;
border-color: #0d6efd;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1400px) {
.list-group-horizontal-xxl {
flex-direction: row;
}
.list-group-horizontal-xxl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xxl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #084298;
background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
color: #084298;
background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #084298;
border-color: #084298;
}
.list-group-item-secondary {
color: #41464b;
background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
color: #41464b;
background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #41464b;
border-color: #41464b;
}
.list-group-item-success {
color: #0f5132;
background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
color: #0f5132;
background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #0f5132;
border-color: #0f5132;
}
.list-group-item-info {
color: #055160;
background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
color: #055160;
background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #055160;
border-color: #055160;
}
.list-group-item-warning {
color: #664d03;
background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
color: #664d03;
background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #664d03;
border-color: #664d03;
}
.list-group-item-danger {
color: #842029;
background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
color: #842029;
background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #842029;
border-color: #842029;
}
.list-group-item-light {
color: #636464;
background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
color: #636464;
background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #636464;
border-color: #636464;
}
.list-group-item-dark {
color: #141619;
background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
color: #141619;
background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #141619;
border-color: #141619;
}
.btn-close {
box-sizing: content-box;
width: 1em;
height: 1em;
padding: 0.25em 0.25em;
color: #000;
background: transparent
url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
center/1em auto no-repeat;
border: 0;
border-radius: 0.25rem;
opacity: 0.5;
}
.btn-close:hover {
color: #000;
text-decoration: none;
opacity: 0.75;
}
.btn-close:focus {
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
opacity: 0.25;
}
.btn-close-white {
filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
width: 350px;
max-width: 100%;
font-size: 0.875rem;
pointer-events: auto;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
opacity: 0;
}
.toast.hide {
display: none;
}
.toast-container {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
max-width: 100%;
pointer-events: none;
}
.toast-container > :not(:last-child) {
margin-bottom: 0.75rem;
}
.toast-header {
display: flex;
align-items: center;
padding: 0.5rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
margin-right: -0.375rem;
margin-left: 0.75rem;
}
.toast-body {
padding: 0.75rem;
word-wrap: break-word;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: flex;
flex-wrap: wrap;
flex-shrink: 0;
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
.modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .tooltip-arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
top: -1px;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
right: -1px;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
bottom: -1px;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
left: -1px;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: var(--bs-font-sans-serif);
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .popover-arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 1rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f0f0f0;
border-bottom: 1px solid #d8d8d8;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 1rem 1rem;
color: #212529;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.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-next,
.carousel-item-prev,
.carousel-item.active {
display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
transition: none;
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: 0 0;
border: 0;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-next,
.carousel-control-prev {
transition: none;
}
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
display: inline-block;
width: 2rem;
height: 2rem;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
display: flex;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators [data-bs-target] {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 1.25rem;
left: 15%;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
color: #fff;
text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
background-color: #000;
}
.carousel-dark .carousel-caption {
color: #000;
}
@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: 0.75s linear infinite spinner-border;
animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@-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;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite spinner-grow;
animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.link-primary {
color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
color: #0a58ca;
}
.link-secondary {
color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
color: #565e64;
}
.link-success {
color: #198754;
}
.link-success:focus,
.link-success:hover {
color: #146c43;
}
.link-info {
color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
color: #3dd5f3;
}
.link-warning {
color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
color: #ffcd39;
}
.link-danger {
color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
color: #b02a37;
}
.link-light {
color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
color: #f9fafb;
}
.link-dark {
color: #212529;
}
.link-dark:focus,
.link-dark:hover {
color: #1a1e21;
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
--bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
--bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.float-start {
float: left !important;
}
.float-end {
float: right !important;
}
.float-none {
float: none !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.overflow-visible {
overflow: visible !important;
}
.overflow-scroll {
overflow: scroll !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.top-0 {
top: 0 !important;
}
.top-50 {
top: 50% !important;
}
.top-100 {
top: 100% !important;
}
.bottom-0 {
bottom: 0 !important;
}
.bottom-50 {
bottom: 50% !important;
}
.bottom-100 {
bottom: 100% !important;
}
.start-0 {
left: 0 !important;
}
.start-50 {
left: 50% !important;
}
.start-100 {
left: 100% !important;
}
.end-0 {
right: 0 !important;
}
.end-50 {
right: 50% !important;
}
.end-100 {
right: 100% !important;
}
.translate-middle {
transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
transform: translateX(-50%) !important;
}
.translate-middle-y {
transform: translateY(-50%) !important;
}
.border {
border: 1px solid #dee2e6 !important;
}
.border-0 {
border: 0 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-end {
border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
border-right: 0 !important;
}
.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-start {
border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #0d6efd !important;
}
.border-secondary {
border-color: #6c757d !important;
}
.border-success {
border-color: #198754 !important;
}
.border-info {
border-color: #0dcaf0 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #212529 !important;
}
.border-white {
border-color: #fff !important;
}
.border-0 {
border-width: 0 !important;
}
.border-1 {
border-width: 1px !important;
}
.border-2 {
border-width: 2px !important;
}
.border-3 {
border-width: 3px !important;
}
.border-4 {
border-width: 4px !important;
}
.border-5 {
border-width: 5px !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.vw-100 {
width: 100vw !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mh-100 {
max-height: 100% !important;
}
.vh-100 {
height: 100vh !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.fs-6 {
font-size: 1rem !important;
}
.fst-italic {
font-style: italic !important;
}
.fst-normal {
font-style: normal !important;
}
.fw-light {
font-weight: 300 !important;
}
.fw-lighter {
font-weight: lighter !important;
}
.fw-normal {
font-weight: 400 !important;
}
.fw-bold {
font-weight: 700 !important;
}
.fw-bolder {
font-weight: bolder !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
.text-primary {
color: #0d6efd !important;
}
.text-secondary {
color: #6c757d !important;
}
.text-success {
color: #198754 !important;
}
.text-info {
color: #0dcaf0 !important;
}
.text-warning {
color: #ffc107 !important;
}
.text-danger {
color: #dc3545 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-dark {
color: #212529 !important;
}
.text-white {
color: #fff !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #0d6efd !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
.bg-success {
background-color: #198754 !important;
}
.bg-info {
background-color: #0dcaf0 !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
.bg-dark {
background-color: #212529 !important;
}
.bg-body {
background-color: #fff !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.bg-gradient {
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
user-select: none !important;
}
.pe-none {
pointer-events: none !important;
}
.pe-auto {
pointer-events: auto !important;
}
.rounded {
border-radius: 0.25rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.rounded-1 {
border-radius: 0.2rem !important;
}
.rounded-2 {
border-radius: 0.25rem !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}
.rounded-end {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
border-bottom-left-radius: 0.25rem !important;
border-top-left-radius: 0.25rem !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media (min-width: 576px) {
.float-sm-start {
float: left !important;
}
.float-sm-end {
float: right !important;
}
.float-sm-none {
float: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
.text-sm-start {
text-align: left !important;
}
.text-sm-end {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
.float-md-none {
float: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
.text-md-start {
text-align: left !important;
}
.text-md-end {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.float-lg-start {
float: left !important;
}
.float-lg-end {
float: right !important;
}
.float-lg-none {
float: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
.text-lg-start {
text-align: left !important;
}
.text-lg-end {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.float-xl-start {
float: left !important;
}
.float-xl-end {
float: right !important;
}
.float-xl-none {
float: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
.text-xl-start {
text-align: left !important;
}
.text-xl-end {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
@media (min-width: 1400px) {
.float-xxl-start {
float: left !important;
}
.float-xxl-end {
float: right !important;
}
.float-xxl-none {
float: none !important;
}
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
.text-xxl-start {
text-align: left !important;
}
.text-xxl-end {
text-align: right !important;
}
.text-xxl-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.fs-1 {
font-size: 2.5rem !important;
}
.fs-2 {
font-size: 2rem !important;
}
.fs-3 {
font-size: 1.75rem !important;
}
.fs-4 {
font-size: 1.5rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
font-family: OpenSans;
src: url(//wearebcs.org/wp-content/themes/bcs/css/OpenSans.ttf);
} * {
font-family: 'Poppins', sans-serif !important;
margin: 0;
padding: 0;
}
body{
font-family: 'Poppins', sans-serif !important;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #212112;
overflow-x: hidden;
}
.LatoFont {
font-family: 'Lato', sans-serif;
}
::selection {
color: #fff;
background-color: #8167a9;
}
::-moz-selection {
color: #fff;
background-color: #8167a9;
}
a,
a:hover {
text-decoration: none;
cursor: pointer;
font-family: 'Poppins', sans-serif !important;
}
button:focus,
a:focus,
button {
outline: none;
cursor: pointer;
} .start-header {
opacity: 1;
transform: translateY(0);
padding: 0px 0;
box-shadow: none;
border: 0px solid #ededed;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.start-header.scroll-on {
position: fixed;
box-shadow: 0 10px 20px 6px rgb(138 155 165 / 20%);
border: none;
padding: 0px 0;
-webkit-transition : all 0.5s ease-out;
transition : all 0.5s ease-out;
}
.start-header.scroll-on .navbar-brand img{
height: 35px;
-webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.navigation-wrap{
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1000;
-webkit-transition : all 0.5s ease-out;
transition : all 0.5s ease-out;
}
.navbar{
padding: 0;
}
.navbar-brand img{
height: 45px;
width: auto;
display: block; -webkit-transition : all 0.3s ease-out;
transition : all 0.3s ease-out;
}
.navbar-toggler {
float: right;
border: none;
padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
outline: none !important;
box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
width: 24px;
height: 17px;
background-image: none;
position: relative;
border-bottom: 1px solid #000;
transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
width: 24px;
position: absolute;
height: 1px;
background-color: #000;
top: 0;
left: 0;
content: '';
z-index: 2;
transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
border-color: transparent;
}
.nav-link{
color: #212121;
font-weight: 500;
transition: all 200ms linear;
} .nav-item.active .nav-link{
color: #777 !important;
}
.nav-link {
position: relative;
padding: 5px 0 !important;
display: inline-block;
} .nav-item{
position: relative;
transition: all 200ms linear;
margin: 0px 16px;
font-size: 16px;
}
.nav-item .dropdown-menu:before {
content: '';
width: 15px;
height: 15px;
position: absolute;
background: #00b5e0;
left: 40px;
top: -7px;
transform: rotate(
45deg
);
z-index: -1;
}
.HeadTopFlex {
display: flex;
justify-content: flex-end;
height: 46px;
}
.start-header.scroll-on .HeadTopFlex {
height: 37px;
}
.HeadTopSec {
padding: 11px 30px; border-right: 1px solid #67686b; height: 46px;
}
.start-header.scroll-on .HeadTopSec {
height: 37px;
}
.HeadTopSec a {
display: flex;
width: 100%;
height: 24px;
}
.HeadTopSecAda {
display: flex;
padding: 11px 30px; background: #67686b;
transition: all .3s ease-in-out;
overflow: hidden;
}
.HeadTopSecAda:hover {
background: #535457 !important;
}
.SmallHead { background: #5c5d60;
margin-top: 0;
transition: all .5s ease-in-out;
}
.scroll-on .SmallHead { margin-top: 0;
}
.HeaderTopIcon {
width: 16px;
height: auto;
margin-right: 10px;
}
.HeadTopText {
font-size: 16px;
font-weight: 400;
color: #fff;
padding-top: 0;
}
.HeadTopText span {
font-weight: 600;
text-transform: lowercase;
}
.ADALink {
font-size: 16px;
font-weight: 300;
color: #fff;
padding-right: 0;
margin-right: 50px; position: relative;
}
.ADALink span {
width: auto;
white-space: nowrap;
overflow: hidden;
display: block;
}
.ADALink:after {
content: '';
position: absolute;
width: 2px;
height: 70%;
right: -30px;
top: 15%;
background: #fff;
}
.ADALink:hover {
color: #fff;
}
.dropdown .ADALink {
font-size: 16px;
font-weight: 300;
color: #fff;
position: relative; margin-right: 0px;
border-right: 0px solid #fff;
} .dropdown .ADALink:after {
content: '';
position: absolute;
width: 8px;
height: 8px;
border: 1px solid #fff;
right: 0;
top: 5px;
border-top: 0;
border-right: 0;
transform: rotate( -45deg );
background: 0;
}
.HeaderTopLanguageIcon {
width: 21px;
height: auto;
margin-right: 10px;
margin-top: 0px;
}
.nav-link.MainNav {
padding: 40px 0 !important;
transition: all .3s ease-in-out; font-family: 'Poppins', sans-serif !important;
}
.scroll-on .nav-link.MainNav {
padding: 25px 0 !important;
}
.Search .HeaderSearch {
position: absolute;
right: 0%;
width: 0%;
opacity: 0;
border: none;
border-bottom: 1px solid #c2c2c2;
font-size: 16px;
transition: all .3s ease-in-out;
}
.Search .HeaderSearch:focus {
outline: none;
}
.Search.open .HeaderSearch {
right: 5%;
width: 76%;
opacity: 1;
} .bg-light {
background-color: #fff !important;
transition: all 200ms linear;
}
.section {
position: relative;
width: 100%;
display: block;
}
.full-height {
height: 100vh;
}
.over-hide {
overflow: hidden;
}
.absolute-center {
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin-top: 40px;
transform: translateY(-50%);
z-index: 20;
}
h1{
font-size: 48px;
line-height: 1.2;
font-weight: 700;
color: #212112;
text-align: center;
}
p{
text-align: center;
margin: 0;
padding-top: 10px;
opacity: 1;
transform: translate(0);
transition: all 300ms linear;
transition-delay: 1700ms;
}
h1 span{
display: inline-block;
transition: all 300ms linear;
opacity: 1;
transform: translate(0);
}
h1 span:nth-child(1){
transition-delay: 1000ms;
}
h1 span:nth-child(2){
transition-delay: 700ms;
}
h1 span:nth-child(3){
transition-delay: 900ms;
}
h1 span:nth-child(4){
transition-delay: 800ms;
}
h1 span:nth-child(5){
transition-delay: 1000ms;
}
h1 span:nth-child(6){
transition-delay: 700ms;
}
h1 span:nth-child(7){
transition-delay: 900ms;
}
h1 span:nth-child(8){
transition-delay: 800ms;
}
h1 span:nth-child(9){
transition-delay: 600ms;
}
h1 span:nth-child(10){
transition-delay: 700ms;
}
h1 span:nth-child(11){
transition-delay: 1300ms;
}
h1 span:nth-child(12){
transition-delay: 1500ms;
}
h1 span:nth-child(13){
transition-delay: 1400ms;
}
h1 span:nth-child(14){
transition-delay: 1200ms;
}
h1 span:nth-child(15){
transition-delay: 1450ms;
}
#switch,
#circle {
cursor: pointer;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
#switch {
width: 60px;
height: 8px;
border: 2px solid #8167a9;
border-radius: 27px;
background: #000;
position: relative;
display: block;
margin: 0 auto;
text-align: center;
opacity: 1;
transform: translate(0);
transition: all 300ms linear;
transition-delay: 1900ms;
}
#circle {
position: absolute;
top: -11px;
left: -13px;
width: 26px;
height: 26px;
border-radius: 50%;
background: #000;
}
.switched {
border-color: #000 !important;
background: #8167a9 !important;
}
.switched #circle {
left: 43px;
box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
background: #fff;
}
.nav-item .dropdown-menu { visibility: hidden;
opacity: 0;
max-height: 0;
display: block;
padding: 0;
margin: 0;
transition: all .3s ease-in-out;
}
.nav-item.show .dropdown-menu {
opacity: 1;
visibility: visible;
max-height: 999px; top: 104px;
}
.nav-item.MobMenu1.show .dropdown-menu,
.nav-item.MobMenu2.show .dropdown-menu,
.nav-item.MobMenu3.show .dropdown-menu {
opacity: 1;
visibility: visible;
max-height: 999px;
transform: translate3d(0, 0px, 0);
top: 104px;
}
.scroll-on .nav-item.show .dropdown-menu {
top: 78px;
}
.scroll-on .nav-item.MobMenu1.show .dropdown-menu,
.scroll-on .nav-item.MobMenu2.show .dropdown-menu,
.scroll-on .nav-item.MobMenu3.show .dropdown-menu {
top: 78px;
}
.nav-item .dropdown-menu.Attatched {
padding: 0 !important;
}
.nav-item .dropdown-menu {
padding: 10px!important;
margin: 0;
font-size: 14px;
letter-spacing: 1px;
color: #fff;
background-color: #00b5e0;
border: none;
border-radius: 3px;
box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
transition: all 200ms linear;
min-width: 15rem;
}
.dropdown-menu ul.CollapseMenu {
padding: 0;
display: flex;
}
ul.CollapseMenu li {
list-style: none;
width: 240px;
padding-top: 25px;
padding-bottom: 25px;
}
ul.CollapseMenu li.LeftChildNew {
padding-left: 25px;
}
ul.CollapseMenu li.RightChildNew {
padding-right: 25px;
}
.dropdown-toggle::after {
display: none;
}
.nav-item .dropdown-item {
padding: 6px 15px;
color: #fff;
border-radius: 2px;
transition: all 200ms linear;
white-space: normal;
}
.nav-item .dropdown-item:hover,
.nav-item .dropdown-item:focus,
.dropdown-item.active-child {
color: #01576b;
background-color: transparent;
}
.dropdown-content ul,
.dropdown-menu  ul {
padding: 0;
}
body.dark{
color: #fff;
background-color: #1f2029;
}
body.dark .navbar-brand img{
filter: brightness(100%);
}
body.dark h1{
color: #fff;
}
body.dark h1 span{
transition-delay: 0ms !important;
}
body.dark p{
color: #fff;
transition-delay: 0ms !important;
}
body.dark .bg-light {
background-color: #14151a !important;
}
body.dark .start-header {
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
color: #fff !important;
}
body.dark .nav-item.active .nav-link{
color: #999 !important;
}
body.dark .dropdown-menu {
color: #fff;
background-color: #1f2029;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before{
background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
border-color: transparent;
}
.LeftChildNew .dropdownItem,
.MiddleChildNew .dropdownItem,
.RightChildNew .dropdownItem {
font-size: 16px;
font-weight: 600;
padding: 7px 15px;
color: #fff;
text-align: left;
position: relative;
margin: 0;
width: 100%;
display: inline-block;
text-decoration: none;
}
.LeftChildNew .dropdownItem::before,
.MiddleChildNew .dropdownItem::before,
.RightChildNew .dropdownItem::before {
content: '';
width: 0%;
height: 1px;
position: absolute;
background: #fff;
bottom: -2px;
left: 0;
opacity: 1;
transition: all .3s ease-in-out;
}
ul.CollapseMenu li:hover .dropdownItem::before {
width: 100%;
}
ul.CollapseMenu .dropdown::before {
content: '';
width: 100%;
height: 1px;
position: absolute;
background: #fff;
top: 65px;
left: 0;
opacity: .5;
}
ul.CollapseMenu .dropdown-content {
margin-top: 15px;
}
.navbar-light .navbar-nav .nav-link.MainNav.active,
.navbar-light .navbar-nav .show>.nav-link.MainNav,
.navbar-light .navbar-nav .nav-link.MainNav:focus,
.navbar-light .navbar-nav .nav-link.MainNav:hover,
.nav-item.active .nav-link.MainNav {
color: #00b5e0 !important;
}
.navbar-light .navbar-nav .nav-link.MainNav {
color: #646464;
width: 100%;
font-weight: 600;
text-transform: uppercase;
display: flex;
}
.dropdown-content .nav-item,
.dropdown-content .nav-item a.nav-link,
.dropdown-content .nav-item.show a.nav-link {
font-size: 14px;
color: #fff !important;
font-weight: 400;
line-height: 22px;
padding: 2px 0px;
transition: all .3s ease-in;
}
.dropdown-content .nav-item a.nav-link:hover,
.dropdown-content .nav-item a.nav-link:focus,
.dropdown-content .nav-item.show a.nav-link:hover,
.dropdown-content .nav-item.show a.nav-link:focus {
color: #01576b !important;
transition: all .3s ease-in;
}
.navbar-light .navbar-nav .nav-link.MainNav svg {
min-width: 20px;    
min-height: 20px;   
width: 24px;    
height: 24px;
margin-top: 0px;
margin-left: 5px;
display: block;
}
.DonateBUHeader {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #f26722;
text-decoration: none;
padding: 0 35px;
height: 46px;
text-align: center;
padding-top: 0px;
transition: all .3s ease-in-out;
justify-content: center;
align-items: center;
}
.DonateBUHeader:hover {
color: #fff;
text-decoration: none;
background: #dc5f21;
}
.DonateBUHeader.Gray { background: #67686b;
}
.DonateBUHeader.Gray:hover {
background: #535457;
}
.DonateBUHeaderIcon {
width: 16px;
height: auto;
margin-right: 8px;
margin-top: -2px !important;
}
.SearchBUHeader{
text-align: center;
padding-top: 0px;
padding-left: 20px;
margin: 0 0px 0 20px;
color: #646464;
width: 45px;
display: block;
}
.SearchBUHeader:hover {
color: #646464;
} .Search {
margin-top: 4px;
}
.SupportersSlider {
width: 100%; background-image: url(//wearebcs.org/wp-content/themes/bcs/img/SupportersBG.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-top: 150px;
justify-content: center;
display: flex;
align-items: center; }   .LeadershipSlider {
width: 100%; background-image: url(//wearebcs.org/wp-content/themes/bcs/img/SupportersBG.jpg);
background-size: cover;
background-position: top;
background-repeat: no-repeat;
margin-top: 150px;
justify-content: center;
display: flex;
align-items: center;
}
.NewsPressSlider {
width: 100%; background-image: url(//wearebcs.org/wp-content/themes/bcs/img/NewsBG.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-top: 150px;
justify-content: center;
display: flex;
align-items: center;
}
.BannerTitle {
font-size: 54px;
color: #fff;
line-height: normal;
width: 800px;
}
.SMTabsUL {
margin-top: -64px;
border: none;
}
.SMTabsUL li {
width: 50%;
margin: 0;
}
.SMTabsUL li a {
width: 100%;
display: inline-block;
background: #00b5e0 !important;
border: none !important;
border-radius: 0 !important;
font-size: 22px;
font-weight: 700;
color: #fff !important;
padding: 20px 0 !important;
text-align: center;
position: relative;
}
.SMTabsUL li a.active {
background: #fff !important;
color: #000 !important;
}
p a {
color: #00b5e0 !important;
}
.SMTabsUL li a.active::before {
content: '';
position: absolute;
width: 100%;
height: 5px;
top: -5px;
left: 0;
background: #00b5e0;
}
.SMTabsUL li a.active::after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border: 5px solid #00b5e0;
left: 50%;
top: -5px;
transform: rotateZ(
45deg
);
border-top: 0;
border-left: 0;
}
.SupportersTabMain {
width: 90%;
margin: 80px auto;
} .TabRow {
display: flex;
flex-wrap: wrap;
margin: 70px -12px;
}
.TabsBodyTitle {
font-size: 40px;
font-weight: 700;
position: relative;
display: inline-block;
margin-bottom: 30px;
color: #1c2e40;
}
.TabsBodyTitle::before {
content: '';
width: 7px;
height: 7px;
background: #00b5e0;
border-radius: 50%;
position: absolute;
bottom: 9px;
right: -9px;
}
.TabFullDiv {
width: 100%;
padding: 0 15px;
}
.TabHalfDiv {
width: 50%;
padding: 0 15px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.FunderList {
width: 50%;
font-size: 16px;
font-weight: 600; color: #000;
text-align: left;
position: relative;
padding: 10px 0 10px 25px;
display: inline-block;
transition: all .3s ease-in-out;
}   .FunderList::before {
content: '';
position: absolute;
width: 10px;
height: 10px;
border: 2px solid #00b5e0;
left: -1px;
top: 17px;
transform: rotateZ(
-45deg
);
border-top: 0;
border-left: 0;
}
.TabDonerList {
width: 100%;
padding: 70px 0px;
display: flex;
}
.ImgDivMain {
min-width: 370px;
height: 300px;
padding: 0 15px;
position: relative;
}
.ImgDivMain:after { }
.ImgDivMainClient {
min-width: 370px;
height: 300px; position: relative;
}
.ImgDivMainClient:after {
content: '';
background-image: url(//wearebcs.org/wp-content/themes/bcs/img/BgDot.png);
width: 175px;
height: 260px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: -36px;
bottom: -43px;
z-index: -1;
}
.DonerImg  {
width: 300px;
height: 300px; }
.DonerImgInside  {
width: 100%;
height: 100%;
border-radius: 12px;
overflow: hidden;
background: #fff;
}
.DonerImg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.DonnerContent {
width: 100%;
padding: 0 15px;
}
.DonnerContent h3 {
font-weight: 700;
color: #1c2e40;
}
.DonnerContent p.Des {
font-size: 16px;
text-align: left;
color: #000;
line-height: 28px;
margin-bottom: 15px;
}
.LeadershipMain {
margin: 50px 0;
}
.LeadershipMainClient {
margin: 50px 0 0 0;
}
.LeaderTitle {
font-size: 16px;
text-align: left;
color: #f26722;
padding: 10px 0 0 0;
font-weight: 600;
margin-bottom: 15px;
}
.LeaderLearnLink,
.LeaderLearnLink:hover {
font-size: 16px;
color: #00b3dc;
line-height: 28px;
margin-top: 18px;
display: inline-block;
position: relative;
}
.LeaderLearnLink:hover::after {
right: -50px;
opacity: 0;
}
.LeaderLearnLink::after {
content: '';
position: absolute;
width: 8px;
height: 8px;
border: 1px solid #00b5e0;
right: -20px;
top: 11px;
transform: rotateZ(
-45deg
);
border-top: 0;
border-left: 0;
opacity: 1;
transition: all .3s ease-in-out;
} .NavDropDBU {
margin-left: auto;
}
.Leadership .modal-body {
padding: 0;
}
.LeaderModalHead {
background: #00b3dc;
height: 350px;
padding-top: 25px;
}
.Name {
font-size: 36px;
font-weight: 600;
line-height: 36px;
color: #fff;
}
.Title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #fff;
}
.ModalIMG {
width: 100%;
display: flex;
justify-content: center;
}
.ModalIMG .DonerImg  {
width: 220px;
height: 220px;
border-radius: 50%;
overflow: hidden;
border: 10px solid #e2e2e2;
background: #fff;
margin-top: -110px;
}
.LeaderModalBody {
margin-top: -105px;
background: #fff;
border-top-left-radius: 110px;
border-top-right-radius: 110px;
text-align: center;
padding: 50px;
padding-top: 0;
}
.ModalMail {
font-size: 16px;
font-weight: 500;
line-height: 36px;
color: #00b3dc;
margin: 25px 0;
display: inline-block;
}
.ModalBodyText {
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: #000;
text-align: left;
margin-bottom: 15px;
}
.ModalFavPlace {
width: 100%;
display: flex;
background: #f7f7f7;
border-radius: 15px;
padding: 25px 35px;
margin-top: 60px;
margin-bottom: 40px;
}
.ModalFavPlaceCon {
margin-left: 30px;
}
.ModalFavPlace img {
width: 58px;
height: auto;
object-fit: contain;
object-position: top;
}
.ModalFavPlaceConTitle {
font-size: 16px;
font-weight: 600; color: #000;
text-align: left;
padding: 0;
}
.ModalFavPlaceConText {
font-size: 16px;
font-weight: 400; color: #000;
text-align: left;
}
.LeadershipBtn {
font-size: 16px;
font-weight: 500;
line-height: 27px;
color: #fff;
text-transform: uppercase;
background: #f26722;
border: none;
padding: 10px 45px;
}
.dropdown-content .nav-item, .dropdown-content .nav-item a, .dropdown-content .nav-item.show a {
width: 100%;
}
.NewsBG {
width: 100%;
height: 240px;
background: #005c72;
}
.NewsBu {
font-size: 16px;
font-weight: 400;
line-height: 27px;
color: #fff;
background: #81c341;
width: 240px;
width: 240px;
display: block;
text-align: center;
padding: 12px 0px;
text-transform: uppercase;
font-weight: 600;
transition: all .3s ease-in-out;
margin-left: auto;
margin-top: 30px;
margin-bottom: 15px;
}
.NewsBu:hover {
color: #fff;
background: #77b43b;
}
.NewsTabCardMain {
width: 33.33%;
padding: 15px;
height: auto;
}
.NewsTabCard {
width: 100%;
height: 100%;
box-shadow: 1px 1px 35px 0 #3333331c;
position: relative;
border-radius: 12px;
overflow: hidden;
}
.NewsTabCard img,
.NewsTabCard iframe {
width: 100%;
height: auto;
object-fit: cover;
object-position: center;
}
.NewsTabCardBody {
padding: 15px 25px 85px 25px;
}
.NewsTabCardBodyDate {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #99999e;
text-align: left;
padding: 0;
}
.NewsTabCardBodyDate svg {
width: 18px;
height: 18px;
margin-top: -4px;
margin-right: 6px;
}
.NewsTabCardBodyFoot {
width: 100%;
display: flex;
justify-content: space-between;
position: absolute;
left: 0;
bottom: 0;
padding: 15px 25px;
border-top: 1px solid #e2e2e2;
}
.NewsTabCardBodyTitle,
.NewsTabCardBodyTitle a {
font-size: 24px;
font-weight: 600;
line-height: 30px;
color: #000 !important;
text-align: left;
font-family: 'Poppins', sans-serif;
transition: all .3s ease-in-out;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.NewsTabCardBodyTitle a:hover {
color: #00b5e0 !important; 
}
.NewsTabCardBodyLink{
font-size: 16px;
font-weight: 400;
color: #f26722;
transition: all .3s ease-in-out;
}
.NewsTabCardBodyLink:hover {
color: #00b5e0;
}
.NewsTabCardBodyLink:hover:after {
width: 100%;
}
.FooterMain {
background: #fff;
padding: 80px 0 0 0;
border-top: 1px solid #e3e3e3;
}
.FootRow {
margin: 0 -12px;
display: flex;
flex-wrap: wrap;
justify-content: space-between; } .FootBigDiv {
width: 50%;
padding: 0 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.FootBigDiv img.Logo {
min-width: 270px;
max-width: 399px;
position: relative !important;
bottom: 0 !important;
right: 0 !important;
}
.FootBigDivText {
font-size: 16px;
line-height: 27px;
font-weight: 500;
color: #87939a;
text-align: left;
margin: 30px 0;
width: 80%;
}
.FootLogoSec img {
width: auto;
height: auto;
max-width: 130px;
max-height: 90px;
margin: 0 15px;
}
.FootLogoSec img:first-child {
margin-left: 0px;
}
.FootLogoSec img:last-child {
margin-right: 0px;
}
.FootSmallDiv {
width: 25%;
padding: 0 15px;
}
.FootSmallDiv .Title {
font-size: 18px;
line-height: 30px;
font-weight: 700;
color: #00b3dc;
text-align: left;
text-transform: uppercase;
padding-top: 35px;
margin-bottom: 20px;
}
.FootSmallDiv ul {
padding: 0;
}
.FootSmallDiv ul li {
list-style: none;
}
.FootSmallDiv ul li a {
font-size: 16px;
line-height: 36px;
font-weight: 400;
color: #87939a;
position: relative;
transition: all .3s ease-in-out;
}
.FootSmallDiv ul li a svg {
width: 12px;
height: 12px;
margin-top: -3px;
margin-right: 14px;
color: #87939a;
transition: all .3s ease-in-out;
}
.FootSmallDiv ul li a:hover,
.FootSmallDiv ul li a:hover svg,
.FootCon a:hover {
color: #00b3dc;
}
.SubTitle {
font-size: 18px;
line-height: 30px;
font-weight: 700;
color: #575757;
text-align: left;
padding: 5px 0 5px 0;
width: max-content;
}
.SubTitle.Two {
font-weight: 400;
color: #87939a;
padding: 10px 0 5px 0;
}
.FootCon,
.FootCon a {
display: flex;
font-size: 16px;
line-height: 28px;
font-weight: 500;
color: #87939a !important;
text-align: left;
padding: 1px 0;
transition: all .3s ease-in-out;
}
.FootCon a:hover {
color: #00b3dc !important;
}
.FootCon svg,
.FootCon a svg {
width: 18px;
height: 18px;
margin-right: 12px;
margin-top: 2px;
}
.FootIconSec {
padding-top: 15px;
width: 100%;
display: flex;
}
.FootIconSec img {
width: auto;
height: auto;
max-width: 20px;
max-height: 20px;
}
.FootIconSec img.threads {
max-width: 24px;
max-height: 24px;
}
.FootIconSec a {
margin: 0 7px;
width: 50px;
height: 50px;
background: #5c5d60;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
transition: all .3s ease-in-out;
}
.FootIconSec a:hover {
background: #00b3dc;
}
.FootIconSec a:first-child {
margin-left: 0px;
}
.FootIconSec a:last-child {
margin-right: 0px;
}
.FootFullDiv {
width: 100%;
padding: 0 15px;
margin-top: 40px;
}
.FootFullDivUnder {
border-top: 2px solid #5b5c5f;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}
.FootFullDiv .Title {
font-size: 16px;
line-height: 27px;
font-weight: 500;
color: #87939a;
text-align: left; position: relative;
margin-top: 0px;
padding-top: 0px;
text-align: center;
}
.FootFullDiv .Title a {
color: #999999;
} .FootFullDiv .Title a:hover {
color: #00b3dc;
} @media (max-width: 1199px) {
h1{
font-size: 38px;
}
.nav-item:after{
display: none;
} .nav-item {
margin: 2px 0;
} .dropdown-menu {
padding: 0 !important;
background-color: #00b5e0;
box-shadow: none;
transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
margin-top: 10px !important;
margin-bottom: 20px !important;
}
body.dark .nav-item::before {
background-color: #fff;
}
body.dark .dropdown-toggle::after {
background-color: #fff;
}
body.dark .dropdown-menu {
background-color: transparent;
box-shadow: none;
}
} .logo {
position: absolute;
bottom: 30px;
right: 30px;
display: block;
z-index: 100;
transition: all 250ms linear;
}
.logo img {
height: 26px;
width: auto;
display: block;
filter: brightness(10%);
transition: all 250ms linear;
}
body.dark .logo img {
filter: brightness(100%);
}
.HomeCustDiv50 {
width: 50%;
padding: 15px;
}
.HomeCustDiv25 {
width: 25%;
padding: 15px;
}
.HomeCustDiv75 {
width: 75%;
padding: 15px;
}
.HomeCustDiv100 {
width: 100%;
}
.ImgDiv {
width: 100%;
position: relative;
border-radius: 8px;
overflow: hidden;
}
.ImgDivSmall {
width: 100%;
position: relative;
border-radius: 8px;
overflow: hidden;
}
.ImgDiv .title {
position: absolute;
background: #fff;
left: 0;
padding: 13px 20px 15px 0px;
z-index: 2;
max-width: 70%;
}
.ImgDivSmall .title {
position: absolute;
height: 100%;
left: 0; z-index: 2;
width: 100%;
opacity: 1;
transition: all .3s ease-in-out;
}
.HomeTopImgSec .FullCon a:hover .title {
opacity: 0;
}
.ImgDiv .title h2 {
font-size: 28px;
font-weight: 700;
color: #000;
text-transform: uppercase;
margin: 0;
}
.ImgDivSmall .title h2 {
font-size: 28px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin: 0;
position: absolute;
top: 50%;
width: 100%;
text-align: center;
text-shadow: 0px 0px 7px #000000a3;
transform: translate(0px, -50%);
}
.ImgDiv .Content {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
opacity: 0;
transition: all .3s ease-in-out;
z-index: 1;
}
.ImgDivSmall .Content {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
opacity: 0;
transition: all .3s ease-in-out;
z-index: 1;
}
.HomeTopImgSec .Alter a:hover .Content {
opacity: 1;
}
.HomeTopImgSec .FullCon a:hover .Content {
opacity: 1;
}
.ImgDiv .Content p {
padding: 0 30px;
text-align: left;
color: #fff;
font-size: 20px;
line-height: 36px;
font-family: 'Poppins', sans-serif;
font-weight: 200;
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.ImgDivSmall .Content .ConTextTo {
position: absolute;
top: 50%;
transform: translate(0, -50%);
}
.ImgDivSmall .Content p {
padding: 0 30px;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 26px;
font-family: 'Poppins', sans-serif;
font-weight: 200;
}
.ImgDivSmall .Content h2 {
font-size: 28px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
margin: 0 0 5px 0;
width: 100%;
text-align: center;
}
.FirstSecImg {
width: 100%;
height: 500px;
object-fit: cover;
object-position: center;
}
.SecondSecImg {
width: 100%;
height: 340px;
object-fit: cover;
object-position: center;
}
.ThirdSecImg {
width: 100%;
height: 155px;
object-fit: cover;
object-position: center;
}
.HomeTopImgSec {
padding-top: 170px;
padding-bottom: 30px;
}
.HomeTopImgSec .Alter:nth-child(odd) .title {
border-bottom-right-radius: 10px;
top: 0;
}
.HomeTopImgSec .Alter:nth-child(even) .title {
border-top-right-radius: 10px;
bottom: 0;
}
.FullCon:first-child {
margin-bottom: 30px;
}
.HomeCounterSec {
padding: 40px 15px;
}
.CounterDiv25 {
width: 25%;
padding: 15px;
position: relative;
}
.CounterDiv25:after {
content: '';
position: absolute;
width: 1px;
height: 100%;
background: #e0e0e0;
right: 0;
top: 0;
}
.CounterDiv25:last-child:after {
display: none;
}
.CounterNum {
font-size: 54px;
font-weight: 200;
color: #000;
text-align: center;
font-family: 'Poppins', sans-serif;
}
.CounterCon {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #87939a;
text-align: center;
}
.ColorOrange {
color: #f26722;
}
.ColorGreen {
color: #81c240;
}
.ColorBlue {
color: #00b3dc;
}
.HomeCommServiceSec {
padding: 40px 12px 100px 12px;
}
.VissionMissionSec {
padding: 100px 12px 50px 12px;
}
.CustomrowJusti {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 -12px;
}
.HomeCommService50 {
width: 47%;
padding: 15px;
}
.AboutCommService50 {
width: 47%;
padding: 15px 12px;
}
.HomeMapDiv {
width: 100%;
position: relative; }
.HomeMapDivInside {
width: 100%;
position: relative;
background: #fff;
border-radius: 5px; } .HomeMapDiv #map {
position: relative;
width: 100% !important;
}
.HomeMapDiv img {
width: 100%;
height: 650px;
object-fit: cover;
object-position: center;
}
.AboutMapDiv {
width: 100%;
position: relative;
background: #fff;
border-radius: 5px; } .AboutMapDiv img,
.AboutMapDiv #map {
width: 100% !important;
height: 650px !important;
object-fit: cover;
object-position: center;
}
.SpeakersIMGDiv {
width: 100%;
position: relative; margin-bottom: 80px;
}
.SpeakersIMGDivInside {
width: 100%;
position: relative;
background: #fff;
border-radius: 5px; } .SpeakersIMGDiv img {
width: 100%;
height: 650px;
object-fit: cover;
object-position: center;
}
.CareerVideoDiv {
width: 100%;
position: relative; margin-bottom: 80px;
border-radius: 20px;
overflow: hidden;
}
.CareerVideoDivInside {
width: 100%;
position: relative;
background: #fff; padding: 8px; }
.CareerVideoDivInside img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
} .CareerVideoDiv .CareerVimg,
.CareerVideoDiv #map {
width: 100% !important;
height: 650px !important;
object-fit: cover;
object-position: center;
}
.HomeCommServiceTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative; margin-bottom: 30px;
} .HomeCommServiceCon,
.HomeCommServiceCon p,
.AboutCommService50 p {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 20px;
}
.HomeCommServiceCon span,
.HomeCommServiceCon p span{
font-weight: 700;
color: #000;
}
.HomeCommServiceCon a,
.HomeCommServiceCon p a{
color: #00b3dc !important;
}
.PositionConLink p {
text-align: left;
}
.HomeBuOrange {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff !important;
padding: 18px 28px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
margin-top: 25px;
z-index: 2;
min-width: 200px;
display: inline-block;
}
.PositionConLink a {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff !important;
padding: 18px 20px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
margin-top: 20px;
z-index: 2;
min-width: 200px;
display: inline-block;
}
.HomeBuOrange::before,
.PositionConLink a::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f26722;
border-radius: 6px;
transform: scale3d(1, 1, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.HomeBuOrange:hover::before,
.PositionConLink a:hover::before {
transform: scale3d(1.1,1.2,1);
} .HomeBuOrangeAni {
position: relative;
padding: 18px 28px;
background: #000;
color: #fff;
text-transform: uppercase;
font-size: 18px;
line-height: 24px;
font-weight: 400;
text-decoration: none;
}
.HomeBuOrangeAni span {
position: absolute;
display: block;
top: 1px;
left: 1px;
right: 1px;
bottom: 1px;
text-align: center;
background: #0c0c0c;
color: rgba(255,255,255,.2);
transition: .5s;
z-index: 1;
}
.HomeBuOrangeAni:hover span {
color: rgba(255,255,255,1);
}
.HomeBuOrangeAni span::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50%;
background: rgba(255,255,255,.1);
}
.HomeBuOrangeAni::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #fb0094, #00b3dc, #81c240, #ff0, #f26722, #fb0094, #00b3dc, #81c240, #ff0, #f26722);
background-size: 400%;
opacity: 0;
transition: 0.5s;
animation: animate 20s linear infinite;
}
.HomeBuOrangeAni::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(45deg, #fb0094, #00b3dc, #81c240, #ff0, #f26722, #fb0094, #00b3dc, #81c240, #ff0, #f26722);
background-size: 400%;
opacity: 0;
filter: blur(20px);
transition: 0.5s;
animation: animate 20s linear infinite;
}
.HomeBuOrangeAni:hover::before,
.HomeBuOrangeAni:hover::after {
opacity: 1;
}
@keyframes animate {
0% {
background-position: 0 0;
}
50% {
background-position: 300% 0;
}
100% {
background-position: 0 0;
}
}
.parallax-background {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
} .ParallaxHeight350 {
min-height: 350px;
height: 350px;
margin: 40px 0;
background-size: auto;
}
.ParallaxHeight400 {
min-height: 400px;
height: 400px;
margin: 8px 0 60px 0;
background-size: auto;
}
.Parallaxinside {
width: 80%;
margin: auto;
display: table;
height: 350px;
}
.ParallaxinsideBig {
width: 80%;
margin: auto;
display: table;
height: 400px;
}
.ParallaxinsideCon {
display: table-cell;
vertical-align: middle;
}
.Flex {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: center;
}
.DonateTitle {
font-size: 60px;
font-weight: 300;
color: #fff;
margin: 0;
margin-right: 30px;
}
.ParallaxHomeSelect {
position: relative;
box-shadow: 0 0 20px 0 #33333326;
border-radius: 12px;
background: #fff;
}
.ParallaxHomeSelect .form-control {
width: 400px;
height: 100%;
border: none;
border-radius: 12px;
font-size: 22px;
padding: 15px 40px 15px 20px;
color: #686868;
position: relative;
background: transparent;
z-index: 2;
}
.ParallaxHomeSelect .form-control:focus {
border-color: transparent;
outline: 0;
box-shadow: none;
}
.ParallaxHomeSelect::after {
content: '';
width: 16px;
height: 10px;
position: absolute;
right: 18px;
top: 50%;
background: #ccc;
clip-path: polygon(100% 0%, 0 0%, 50% 100%);
transform: translate(0px, -50%);
z-index: 1;
}
.HomeVideoSec {
padding: 60px 15px;
}
.VideoDiv {
width: 800px;
position: relative;
border-radius: 30px;
margin: auto;
}
.VideoDivInside {
width: 100%;
position: relative;
border-radius: 30px;
background: #fff; margin: auto;
} .VideoDiv .VideoIMG {
width: 100%;
height: 540px;
object-fit: cover;
object-position: center;
border-radius: 20px;
}
.PlayBu {
width: 100px;
height: 100px;
padding: 37px;
background: #f26722;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.PlayBu::after {
content: '';
width: 240px;
height: 240px;
border: 45px solid #f26722;
position: absolute;
top: -70px;
left: -70px;
border-radius: 50%;
opacity: .2;
transition: all .3s ease-in-out;
}
.HomeVideoSec a:hover .PlayBu::after {
opacity: .4;
}
.PlayBu img {
width: 100%;
height: auto;
margin-top: -2px;
margin-left: 3px;
}
.VideoDiv p {
font-family: 'Satisfy', cursive;
font-size: 40px;
line-height: 32px;
color: #00b3dc;
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50%, -90%);
}
.InstaMainDiv {
width: 100%;
height: auto;
overflow: hidden;
padding-top: 60px;
}
.InstaFlex {
display: flex;
flex-wrap: wrap;
margin: 0 -8px;
}
.InstaDiv40 {
width: 40%;
display: flex;
flex-wrap: wrap;
}
.InstaDiv20 {
width: 20%;
padding: 8px;
}
.InstaDivUnder50 {
width: 50%;
height: auto;
padding: 8px;
}
.InstaDivUnder100 {
width: 100%;
height: 100%;
background: #81c341;
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}
.InstaDivUnder100::before {
content: '';
background-image: url(//wearebcs.org/wp-content/themes/bcs/img/instagramWhite.svg);
width: 100%;
height: 60%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: absolute;
bottom: -60px;
opacity: .15;
}
.InstaDivUnder50 img {
width: 100%;
height: 370px;
object-position: center;
object-fit: cover;
}
.InstaText {
width: 130px; margin-bottom: 50px;
}
.InstaConDiv { width: 100%;
}
.InstaConDivTitle {
font-size: 40px;
color: #fff;
font-weight: 700;
text-align: center;
margin-bottom: 15px;
}
.InstaConDiv a {
font-size: 18px;
text-align: center;
width: 100%;
display: block;
color: #fff;
font-style: italic;
font-weight: 100;
}
.NewsletterTitle {
font-size: 60px;
font-weight: 700;
color: #fff;
text-align: center;
}
.NewsletterConText {
font-size: 20px;
font-weight: 400;
color: #fff;
margin-bottom: 40px;
}
.NewsletterFormSec {
width: 820px;
background: #fff;
border-radius: 12px;
display: flex;
margin: auto;
padding: 5px;
}
.NewsletterFormSec svg {
min-width: 20px;
color: #ababac;
margin-top: 20px;
margin-left: 15px;
}
.NewsletterFormSec input {
border: none !important;
width: 88%;
font-size: 18px !important;
color: #272727 !important;
padding: 20px !important;
line-height: unset !important;
min-height: unset !important;
}
.NewsletterFormSec input:focus {
outline: none;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_body {
width: 100%;
}
.NewsletterFormBU {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff;
padding: 18px 28px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
z-index: 1;
}
.NewsletterFormBU::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00b3dc;
border-radius: 6px;
transform: scale3d(0.9, 0.8, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.NewsletterFormBU:hover::before {
transform: scale3d(1,1,1);
}
.NewsletterBUSec {
display: flex;
justify-content: center;
}
.NewsletterBUSec>div {
position: relative;
overflow: hidden;
border-radius: 9px;
}
.NewsletterBUSec>div::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient( 90deg ,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
}
.NewsletterBUSec>div:hover::before {
left: 100%;
}
.NewsletterBUSec input {
width: 100%;
padding: 18px 32px;
border: none;
border-radius: 9px;
text-transform: uppercase;
background: #f26722;
color: #fff;
font-size: 16px;
letter-spacing: 2px;
cursor: pointer;
font-weight: 500;
} .Pagination {
width: 100%;
padding: 40px 15px 0 15px;
}
.Pagination.Client {
width: 100%;
padding: 40px 15px 80px 15px;
}
.Pagination .page-item svg {
width: 20px;
height: 20px;
margin-top: -4px;
}
.Pagination nav {
display: flex;
justify-content: center;
}
.Pagination .page-item {
margin: 0 5px;
width: 40px;
height: 40px;
}
.Pagination .page-item .page-link {
padding: 7px 0;
text-align: center;
border-radius: 5px;
border: 1px solid #00b3dc;
color: #00b3dc;
background: #fff;
}
.Pagination .page-item .page-link:hover {
color: #fff;
background: #00b3dc;
}
.Pagination .page-item .page-link.Disable,
.Pagination .page-item .page-link.Disable:hover {
border: 1px solid #e2e2e2;
color: #e2e2e2;
background: #fff;
cursor: auto;
}
.Pagination .page-item .page-link.Active {
border: 1px solid #00b3dc;
color: #fff;
background: #00b3dc;
}
.NewsTextIMG {
height: 25px !important;
width: auto !important;
margin: 15px 0 10px 0;
}
.WhatWeRow {
display: table;
padding:  100px 0;
margin: 0 -50px;
}
.OurHistoryRow {
display: table;
padding:  100px 0;
margin: 0 -50px;
}
.WhatDiv50 {
width: 50%;
display: table-cell;
vertical-align: middle;
padding: 0 50px;
}
.WhatDivTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
} .WhatDivDes,
.WhatDivDes p {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 20px;
padding-top: 0;
}
.WhatDivConList {
padding: 0;
margin: 0;
}
.WhatDivConList li {
list-style: none;
color: #00b3dc;
font-size: 20px;
font-weight: 700;
line-height: 44px;
position: relative;
padding-left: 30px;
}
.WhatDivConList li a {
color: #00b3dc;
}
.WhatDivConList li:before {
content: '';
width: 8px;
height: 8px;
border: 1px solid #000;
position: absolute;
left: 0;
top: 18px;
border-top: 0;
border-left: 0;
transform: rotate(
-45deg
);
}
.WhatIMGDiv {
width: 100%;
margin-left: auto;
position: relative; }
.WhatIMGDivInside {
width: 100%;
margin-left: auto;
position: relative;
background: #fff;
border-radius: 5px;
padding: 8px;
box-shadow: 0 0 30px 0px #0000001a;
}
.WhatIMGDiv::after {
content: '';
position: absolute;
background-image: url(//wearebcs.org/wp-content/themes/bcs/img/home/BgDot.png);
width: 300px;
height: 420px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
right: -60px;
bottom: -60px;
z-index: -1;
}
.HistoryMainIMGDiv {
width: 100%;
margin-left: auto;
position: relative;
background: #fff;
border-radius: 5px; } .WhatWeRow:nth-child(even) .WhatIMGDiv::after {
content: '';
position: absolute;
background-image: url(//wearebcs.org/wp-content/themes/bcs/img/home/BgDot.png);
width: 300px;
height: 420px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
right: unset;
left: -60px;
bottom: -60px;
z-index: -1;
}
.WhatConDiv {
width: 100%;
}
.WhatIMGDiv img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center;
}
.HistoryMainIMGDiv img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center;
}
.VideoCardBody {
padding: 15px 25px 40px 25px;
}
.VideoLink {
width: 100%;
height: auto;
position: relative;
display: block;
}
.VideoPlayBu {
width: 55px;
height: 55px;
padding: 15px;
background: #f26722;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.VideoPlayBu img {
width: 100%;
height: auto !important;
margin-top: -2px;
margin-left: 3px;
object-fit: cover;
object-position: center;
}
.VideoPlayBu::after {
content: '';
width: 140px;
height: 140px;
border: 45px solid #f26722;
position: absolute;
top: -43px;
left: -43px;
border-radius: 50%;
opacity: 0.2;
transition: all .3s ease-in-out;
}
.VideoLink:hover .VideoPlayBu::after {
opacity: 0.4;
}
.SubcribeMain {
width: 100%;
padding: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.SubcribeMain p {
font-size: 16px;
font-weight: 600;
color: #000;
width: 100%;
padding-top: 40px;
}
.SubcribeBU {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff;
padding: 18px 28px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
margin-top: 25px;
z-index: 2;
min-width: 200px;
}
.SubcribeBU img {
width: 28px;
height: auto;
margin-top: -4px;
margin-right: 12px;
}
.SubcribeBU::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ff0000;
border-radius: 6px;
transform: scale3d(0.9, 0.8, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.SubcribeBU:hover::before {
transform: scale3d(1,1,1);
} .ClientDes {
font-size: 16px;
line-height: 28px;
text-align: center;
color: #98999a;
width: 75%;
margin: 60px auto 0 auto;
}
.DonnerContentClient {
width: 100%; }
.DonnerContentClient h3 {
font-weight: 800;
color: #00b3dc;
}
.DonnerContentClient p.ClientDesQu {
font-size: 16px;
text-align: left;
color: #98999a;
line-height: 28px;
padding-bottom: 25px;
}
.DesPanel.More {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.DonnerContentClient p.Des,
.DonnerContentClient p {
font-size: 16px;
text-align: left;
color: #98999a;
line-height: 28px;
margin-bottom: 15px;
}
.ClientDeShowLink,
.ClientDeShowLink:hover {
font-size: 16px;
color: #00b3dc;
line-height: 28px;
margin-top: 5px;
display: inline-block;
position: relative;
}
.ClientDeShowLink.showMore,
.ClientDeShowLink.showLess {
margin-top: 15px;
}
.ClientDeShowLink svg {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: 5px;
}
.ClientDeShowLink.Less svg {
transform: rotate(
180deg
);
}
.TabDonerListClient {
width: 100%;
padding: 0px 0px 120px 0px;
margin: 80px 0px 0px 0px;
border-bottom: 1px solid #e2e2e2;
display: flex;
}
.TabDonerListClient:last-child {
border-bottom: 0px solid #e2e2e2;
}
.Stickyrow {
width: 100%;
padding: 100px 0;
}
.StickysideTab {
width: 30%;
float: left;
position: sticky;
right: 0;
top: 120px;
}
.tab-content.Sticky {
width: 70%;
float: left;
padding-left: 80px;
}
.StickysideTab .nav-tabs {
border-right: 1px solid #e2e2e2;
border-bottom: none;
padding-right: 50px;
}
.StickysideTab .nav-item {
width: 100%;
font-size: 20px;
font-weight: 700;
color: #98999a;
padding: 12px 0 !important;
margin: 0;
}
.StickysideTab .nav-tabs .nav-item.show,
.StickysideTab .nav-tabs .nav-link.active {
border-color: transparent;
color: #00b3dc;
}
.StickysideTab .nav-tabs .nav-link.active {
position: relative;
padding-left: 25px !important;
}
.StickysideTab .nav-tabs .nav-link.active:before {
content: '';
position: absolute;
width: 8px;
height: 8px;
border: 1px solid #00b3dc;
border-top: none;
border-right: none;
transform: rotate(
-135deg
);
top: 20px;
left: 0px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
border-color: transparent;
}
.CovidResoTabTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #343434;
position: relative;
font-family: 'Poppins', sans-serif;
padding-bottom: 20px;
margin-bottom: 30px;
}
.CovidResoTabTitle::before {
content: '';
position: absolute;
width: 60px;
height: 5px;
background: #00b3dc;
left: 3px;
bottom: 0;
}
.CovidResoTabUL {
padding: 0;
margin: 30px 0;
}
.CovidResoTabUL li {
list-style: none;
position: relative;
padding-left: 25px;
margin: 20px 0;
}
.CovidResoTabUL li p{
text-align: left;
}
.CovidResoTabUL li::before {
content: '';
position: absolute;
width: 12px;
height: 7px;
border: 2px solid #81c240;
left: 0;
top: 9px;
transform: rotate(
-45deg
);
border-top: none;
border-right: none;
}
.CovidResoTabListTitle {
font-size: 16px;
line-height: 30px;
color: #98999a;
font-weight: 500;
text-align: left;
padding: 0;
}
.CovidResoTabListLink,
.CovidResoTabListLink:hover {
font-size: 16px;
line-height: 30px;
color: #00b3dc;
font-weight: 500;
text-decoration: underline;
text-align: left;
}
.CovidResoTabListDes {
font-size: 16px;
line-height: 30px;
color: #98999a;
font-weight: 500;
text-align: left;
padding: 0;
padding-bottom: 15px;
}
.VissionMissionTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 35px;
margin-bottom: 10px;
width: 100%;
text-align: center;
} .VolunteerTitle,
.VolunteerTitle h1,
.VolunteerTitle h2,
.VolunteerTitle h3,
.VolunteerTitle h4,
.VolunteerTitle h5,
.VolunteerTitle p {
font-size: 35px;
line-height: 45px;
font-weight: 700;
color: #5c5d60;
position: relative;
margin-bottom: 50px;
width: 92%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.VolunteerTitleSmall {
font-size: 26px;
line-height: 44px;
font-weight: 700;
color: #5c5d60;
position: relative;
margin-bottom: 50px;
width: 100%;
max-width: 900px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.VolunteerTitle.Black,
.VolunteerTitle.Black h1,
.VolunteerTitle.Black h2,
.VolunteerTitle.Black h3,
.VolunteerTitle.Black h4,
.VolunteerTitle.Black h5,
.VolunteerTitle.Black p {
color: #383838;
}
.VolunteerTitle1,
.VolunteerTitle1 h1,
.VolunteerTitle1 h2,
.VolunteerTitle1 h3,
.VolunteerTitle1 h4,
.VolunteerTitle1 h5,
.VolunteerTitle1 p {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #00b3dc;
position: relative;
margin-bottom: 40px;
width: 100%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.SpeakerTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 35px;
margin-bottom: 0px;
width: 100%;
text-align: left;
} .ContactAboutTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 35px;
margin-bottom: 90px;
width: 100%;
text-align: center;
} .VissionMissionSmallTitle {
font-weight: 700;
color: #00b3dc;
}
.MissionVisionList {
padding: 0;
margin: 30px 0;
}
.MissionVisionList li {
list-style: none;
position: relative;
padding-left: 25px;
margin: 9px 0;
font-size: 16px;
line-height: normal;
color: #98999a;
font-weight: 500;
text-align: left;
}
.MissionVisionList li::before {
content: '';
position: absolute;
width: 12px;
height: 7px;
border: 2px solid #81c240;
left: 0;
top: 9px;
transform: rotate(
-45deg
);
border-top: none;
border-right: none;
}
.CoreValueTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #fff;
position: relative;
padding-bottom: 35px;
margin-bottom: 40px;
width: 100%;
text-align: center;
} .CoreValueRow { width: 100%;
position: relative;
display: inline-block;
}
.CoreValueSec {
width: 47%;
display: flex;
padding: 25px 0;
}
.CoreValueSec:nth-child(odd) {
float: left;
}
.CoreValueSec:nth-child(even) {
float: right;
}
.CoreValueSec img {
width: 70px;
height: 70px;
}
.CoreValueCon {
padding-left: 30px;
}
.CoreValueConTitle {
font-weight: 700;
color: #fff;
margin-bottom: 13px;
}
.CoreValueConDes {
font-size: 16px;
line-height: 26px;
color: #fff;
text-align: left;
padding: 0; }
.PaddingTopBo {
padding-top: 80px;
padding-bottom: 50px;
}
.VideoDiv.About {
margin-top: 50px;
margin-bottom: 120px;
}
.contactTab {
width: 33.33%;
padding: 15px;
}
.contactTabInside {
width: 100%;
height: 100%;
background: #fff;
box-shadow: 0px 5px 20px 0 #33333324;
padding: 80px 50px 20px 50px;
text-align: center;
position: relative;
}
.contactTabInside h5 {
font-weight: 700;
text-transform: uppercase;
}
.contactTabInside .InsideDes,
.contactTabInside a{
font-size: 16px;
line-height: 28px;
color: #98999a;
padding: 0;
width: 100%;
display: block;
transition: all .3s ease-in-out;
}
.contactTabInside .InsideDes:hover,
.contactTabInside a:hover {
color: #00b3dc;
}
.contactTabInside .InsideLink {
font-size: 14px;
line-height: 28px;
color: #00b5e0;
}
.ContactIcon {
padding: 30px;
width: 90px;
height: 90px;
background: #000;
border-radius: 50%;
position: absolute;
position: absolute;
left: 50%;
top: 0%;
transform: translate(-50%, -50%);
}
.ContactIcon img {
width: 30px;
height: 30px;
}
.Orange .ContactIcon {
background: #f26722;
}
.Green .ContactIcon {
background: #81c240;
}
.Blue .ContactIcon {
background: #00b3dc;
}
.contactTabInside.Orange h5 {
color: #f26722;
}
.contactTabInside.Green h5 {
color: #81c240;
}
.contactTabInside.Blue h5 {
color: #00b3dc;
}
.HistorySec {
margin: 80px 0;
position: relative;
}
.HistoryTopCon {
background-color: #f0f0f0;
width: 70%;
margin: auto; border-radius: 40px;
padding: 40px 60px;
text-align: center;
position: relative;
z-index: 1; }
.HistoryTopCon p {
font-size: 16px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0;
}
section#History { margin: auto;
padding-bottom: 20px;
margin-bottom: 80px;
margin-top: 80px;
position: relative;
}
.HistorySec:before {
top: 300px;
bottom: -5%;
position: absolute;
content: " ";
width: 2px; left: 50%;
height: Calc(100% - 450px);
margin-left: -1.5px;
border-left: 2px dashed #a3a3a3;
}
.YearLaps {
position: relative;
}
section#History .YearBU {
width: 90px;
height: 90px;
font-size: 18px;
font-weight: 700; display: grid;
align-content: center;
line-height: 14px;
padding: 0px 20px;
border-radius: 50%;
background: #81c240;
color: #FFF;
position: absolute;
border: 0px solid #fff; text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);  box-shadow: 0 0 0 20px rgba(129, 194, 64, .25); z-index: 2;
}              section#History article {
width: 100%;
margin-bottom: 60px;
position: relative;
z-index: 1;
transition: all .3s ease-in-out;
transform: scale(1);
}    section#History article div.ConPanel {
width: 45%;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #fff;
}
section#History article div.ConPanel .PanelBody {
position: relative;
background: #5c5d60;
border-radius: 15px;
box-shadow: 5px 8px 15px rgb(0 0 0 / 12%);
}
.PanelBodyGraphic {
position: relative;
overflow: hidden;
padding: 20px 25px;
border-radius: 15px;
min-height: 150px;
display: grid;
align-content: center;
} section#History article div.ConPanel .PanelBody:after {
content: '';
position: absolute;
top: 50%;
right: -9px;
width: 10px;
height: 10px;
transform: rotate(-45deg) translate(0, -50%);
background: #5c5d60;
}
.PanelBody p {
font-size: 16px;
font-weight: 400;
line-height: 25px;
padding: 0;
}
.YearLaps:nth-child(odd) .ConPanel {
margin-left: 0;
}
.YearLaps:nth-child(odd) .ConPanel .PanelBody p {
text-align: right;
}
.YearLaps:nth-child(even) .ConPanel {
margin-left: auto;
}
.YearLaps:nth-child(even) .ConPanel .PanelBody p {
text-align: left;
}
.YearLaps:nth-child(even) .ConPanel .PanelBody:after {
left: -1px;
right: unset !important;
}
.YearLaps:nth-child(even) .ConPanel .PanelBody .PanelBodyGraphic:before {
right: -100px;
left: unset !important;
}
.ReportRow {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -15px;
padding-bottom: 80px;
}
.ReportCard {
width: 25%;
padding: 15px;
}
.ReportCardInside {
border-radius: 12px;
overflow: hidden;
box-shadow: 1px 1px 35px 0 #33333326;
height: 100%;
width: 100%;
transition: all .3s ease-in-out;
}
.LongIMG {
height: 340px;
width: 100%;
object-fit: cover;
object-position: center;
}
.SmallIMG {
height: 230px;
width: 100%;
object-fit: cover;
object-position: center;
background-color: #fff;
}
.ReportCardCon {
width: 100%;
position: relative;
padding: 30px 20px;
}
.ReportCardCon h4 {
font-weight: 700;
margin: 0;
color: #000;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
transition: all .3s ease-in-out;
}
.ReportCardCon img {
width: 30px;
height: auto;
position: absolute;
top: -22px;
right: 20px;
}
.ReportCard a:hover .ReportCardInside {
background: #00b3dc;
}
.ReportCard a:hover .ReportCardCon h4 {
color: #fff;
}
.padding-80UD {
padding-top: 80px;
padding-bottom: 80px;
}
.owl-carousel.Report .owl-item,
.owl-carousel.Program .owl-item {
display: flex;
justify-content: center;
}
.owl-carousel.Report .owl-item img,
.owl-carousel.Program .owl-item img {   text-align: center;
display: inline-block;
max-width: 100%;
object-fit: contain;
max-height: 80px;
border-radius: 8px;
}
.owl-carousel.Report .owl-item .item,
.owl-carousel.Program .owl-item .item {
height: 100px;
display: table-cell;
vertical-align: middle; }
.CenterConSlide {
width: fit-content;
margin: auto; }
.owl-carousel.Report .owl-dots,
.owl-carousel.Program .owl-dots {
display: none;
}
.owl-carousel.Report .owl-stage-outer,
.owl-carousel.Program .owl-stage-outer, {
z-index: 1;
}
.owl-carousel.Report .owl-nav,
.owl-carousel.Program .owl-nav {
position: absolute;
top: 0;
width: 104%;
height: 100%;
display: flex;
justify-content: space-between;
left: -2%;
}
.owl-carousel.Report .owl-nav button.owl-next,
.owl-carousel.Report .owl-nav button.owl-prev,
.owl-carousel.Program .owl-nav button.owl-next,
.owl-carousel.Program .owl-nav button.owl-prev {
height: 100%;
font-size: 30px !important;
padding: 10px !important;
background: #fff;
color: #000;
cursor: pointer;
}
.owl-carousel.Report .owl-nav button.owl-next.disabled,
.owl-carousel.Report .owl-nav button.owl-prev.disabled,
.owl-carousel.Program .owl-nav button.owl-next.disabled,
.owl-carousel.Program .owl-nav button.owl-prev.disabled {
color: #e2e2e2;
cursor: auto;
}
.SliderReportTitle {
font-size: 16px;
color: #87939a;
text-transform: uppercase;
text-align: center;
padding: 0;
width: 100%;
padding-bottom: 50px;
}
.SliderReport {
border-top: 1px solid #e2e2e2;
padding-top: 80px;
}
.SelectLang {
width: 100%;
position: relative; }              .SelectLang select {   border: none;
background: none;
max-width: 68px;
font-size: 16px;
font-weight: 600;
color: #fff;
overflow: hidden !important;
white-space: nowrap;
text-overflow: ellipsis;
}
.SelectLang select:focus {
outline: none;
}
.SelectLang select option {
color: #000;
}
.SelectLang select option.GlobeIcon {
display: none;
}
.HeadTopBUDr {
display: flex;
position: relative;
}
.HeadTopBUDr svg {
position: absolute;
top: 50%;
left: -19px;
transform: translate(0px, -50%);
width: 15px;
color: #fff;
}
.InstaMainDiv #sb_instagram .sbi_info {
display: none;
}
.InstaMainDiv .InstaDiv40 #sb_instagram {
padding: 0 !important;
}
.InstaMainDiv .InstaDiv40 #sb_instagram #sbi_images {
padding: 0 !important;
gap: 0 !important;
}
.InstaMainDiv .InstaDiv40 #sb_instagram #sbi_images .sbi_item {
width: 100%;
padding: 8px !important;
}
#sb_instagram #sbi_images img {
object-fit: cover;
object-position: center;
height: 100%;
}
.NewsletterFormSec .gform_legacy_markup_wrapper {
margin-bottom: 0;
margin-top: 0;
max-width: 100%;
width: 100%;
}
.NewsletterFormSec .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
margin-top: 0px;
margin: 0 !important;
padding: 0;
border: none;
background: transparent;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .top_label div.ginput_container {
margin-top: 0px !important;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer {
padding: 0px 0 0px 0;
margin: 0px 0 0 0;
width: fit-content;
position: relative;
height: 64px;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer img {
display: none;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer input.button,
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
font-size: 18px !important;
line-height: 24px;
font-weight: 400;
color: #fff !important;
padding: 18px 28px !important;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
min-width: 150px;
height: 64px;
margin: 0 !important;
z-index: 1;
}              .NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer:hover::after {
transform: scale3d(0.85, 0.65, 1);
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00b3dc;
border-radius: 6px;
transform: scale3d(0.9, 0.8, 1);
z-index: 0;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer:hover::before {
transform: scale3d(1,1,1);
}
.NewsletterFormSec .gform_legacy_markup_wrapper form {
display: flex;
}
.NewsletterFormSec .gform_validation_errors {
display: none;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .field_description_below .gfield_description {
padding-top: 0px;
padding-left: 20px;
}
.NewsletterFormSec .gform_confirmation_wrapper {
width: 100%;
}
.NewsletterFormSec .gform_confirmation_wrapper .gform_confirmation_message {
font-size: 22px;
font-weight: 600;
color: #81c240;
width: 100%;
padding: 20px 20px 20px 20px;
text-align: center;
}
.PastSec {
padding: 60px 0 0 0;
}
.PastSecSubTi,
.PastSecSubTi p {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: center;
padding: 0;
width: 825px;
margin: auto;
margin-bottom: 20px;
}
.PastSSpeakerCon {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.PastSSpeakerCon li {
list-style: none;
width: 46%;
}
.PastSSpeakerCon li p {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 20px;
}
.PastSSpeakerCon li p span {
font-weight: 700;
color: #000;
}
.PastSSpeakerCon li p a {
color: #00b3dc;
} span.sbi_lb-number {
display: none !important;
}
#sbi_lightbox .sbi_lightbox_action.sbi_share {
padding: 0 0 0 0px !important;
margin: 5px 0 0 0px !important;
border-left: 0px solid #666 !important;
}
.DonerText.More {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.DonnerContent .DonerText.More .Des {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.DonnerContent .DonerText .Des {
display: unset;
-webkit-line-clamp: unset;
-webkit-box-orient: unset;
overflow: unset;
}
.HistoryIMG {
width: 400px;
height: 300px;
position: absolute;
top: 0;
background: #fff;
border-radius: 5px;
padding: 8px;
box-shadow: 0 10px 40px 0px #00000047;
z-index: 3;
opacity: 0;
transform: scale(.8);
transition: all .5s ease-in-out;
}    .YearLaps:nth-child(odd) .HistoryIMG {
right: CalC(0px + 120px);
}
.YearLaps:nth-child(even) .HistoryIMG {
left: CalC(0px + 120px);
}
.HistoryIMG img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.CareerConFormat,
.CareerConFormat p {
font-size: 17px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 20px;
padding: 0;
width: 98%;
}
.CareerConFormat span {
font-weight: 700;
color: #000;
}
.CereearUL {
padding: 0;
margin: 0;
}
.CereearUL li {
width: 100%;
font-size: 16px;
font-weight: 600; color: #000;
text-align: left;
position: relative;
padding: 7px 0 7px 25px;
display: inline-block;
transition: all .3s ease-in-out;
}
.CereearUL li::before {
content: '';
position: absolute;
width: 10px;
height: 10px;
border: 2px solid #00b5e0;
left: -1px;
top: 17px;
transform: rotateZ(
-45deg
);
border-top: 0;
border-left: 0;
}
.overlay {
position: relative;
}
.overlay:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.5);
top: 0;
z-index: -2;
opacity: 0;  }
.overlay.On:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.6);
top: 0; z-index: 2;
opacity: 1;
}
.CustomrowJustiCareer { display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
}
.CareerDivDiverSmall {
width: 40%;
padding: 15px;
}
.CareerDivDiverBig {
width: 52%;
padding: 15px;
}
.CareerDivTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
}
.CareerDivTitle::before {
content: '';
position: absolute;
width: 50px;
height: 5px;
background: #00b3dc;
bottom: 0;
}
.PositionRow {
display: flex;
flex-wrap: wrap;
margin-top: 0;
margin-bottom: 0;
}
.PositionCard {
width: 100%;
box-shadow: 1px 1px 35px 0 #33333326;
border-radius: 8px;
margin: 15px 0;
background: #fff;
}
.PositionCardTop {
padding: 25px;
border-bottom: 1px solid #e2e2e2;
}
.PositionCardTitle {
display: flex;
margin-bottom: 8px;
}
.PositionCardTitle img {
width: 22px;
height: 24px;
margin-right: 15px;
}
.PositionCardTitle p {
font-size: 17px;
font-weight: 700;
color: #000;
padding: 0;
text-align: left;
}
.PositionCardTop .CardCon {
font-size: 16px;
line-height: 26px;
color: #98999a;
text-align: left;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.PositionCardBottom {
padding: 15px 25px;
display: flex;
}
.Address {
width: 100%;
display: flex;
position: relative;
}
.Address img {
width: 20px;
height: auto;
margin-right: 15px;
position: absolute;
top: 0;
}
.Address p {
font-size: 16px;
line-height: 26px;
color: #98999a;
text-align: left;
padding: 0;
padding: 0 15px 0 35px;
}
.ApplyBU {
font-size: 16px;
line-height: 26px;
color: #f26722;
min-width: 81px;
transition: all .3s ease-in-out;
}
.ApplyBU:hover {
color: #00b3dc;
}
.TestiSliderMain {
margin: 0 -25px;
padding-top: 50px;
}
.owl-carousel.Testimonial .owl-nav {
display: none;
}
.TestiSlideDivMain {
width: 100%;
padding: 25px;
}
.TestiSlideDiv  {
width: 100%;
height: 450px;
background: #00b3dc;
border-radius: 15px;
overflow: hidden;
position: relative;
box-shadow: 0px 0px 20px 5px #00000014;
}
.TestiSlideDiv:before {
content: '';
position: absolute;
width: 110px;
height: 80px;
background-image: url(//wearebcs.org/wp-content/themes/bcs/img/career/slideicon.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
top: 40px;
left: 50px;
}
.TestiSlideDivMain .item {
width: 100%;
height: 100%;
padding-left: 230px;
}
.TestiSlideDivMain .item .itemInside {
width: 100%;
height: 100%;
background: #fff;
position: relative;
display: table;
padding: 50px 120px 50px 150px;
border-radius: 80px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.TestiSlideDivMain .item .itemInside img {
width: 180px;
height: 180px;
border: 10px solid #e2e2e2;
border-radius: 50%;
position: absolute;
left: 0%;
top: 50%;
transform: translate(-50%, -50%);
}
.TestiSlideDivMain .item .itemInside .itemInsideConArea {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.MainContent {
font-size: 22px;
line-height: 38px;
color: #98999a;
text-align: left;
padding: 0;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.TestiName {
padding-top: 50px;
}
.TestiName .Name {
font-size: 18px;
line-height: 30px;
color: #000;
font-weight: 700;
text-align: right;
padding: 0;
text-transform: capitalize;
}
.TestiName .Desig {
font-size: 18px;
line-height: 30px;
color: #000;
font-weight: 400;
text-align: right;
padding: 0;
text-transform: capitalize;
}
.TestiSliderText {
font-size: 16px;
line-height: 30px;
color: #87939a;
text-align: center;
width: 70%;
margin: 25px auto 25px auto;
}
.ProTempTabUL {
padding: 0;
margin: 20px 0;
}
.ProTempTabUL li {
list-style: none;
position: relative;
padding-left: 25px;
margin: 8px 0;
}
.ProTempTabUL li::before {
content: '';
position: absolute;
width: 12px;
height: 7px;
border: 2px solid #81c240;
left: 0;
top: 9px;
transform: rotate(
-45deg
);
border-top: none;
border-right: none;
}
.ProTempTabListDes {
font-size: 16px;
line-height: 30px;
color: #98999a;
font-weight: 500;
text-align: left;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
}
.DivisionBox {
width: 65%;
margin: 0 auto;
padding: 60px 0;
}
.DivisionBox.Full {
padding: 60px 0 0 0;
}
.DiviTempDes,
.DivisionBox p {
font-size: 16px;
line-height: 30px;
color: #98999a;
font-weight: 500;
text-align: left;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
margin: 0 0;
}
.DivisionBox p strong,
p strong,
strong {
color: #666;
}
.ProgramCardSec {
padding-top: 50px;
}
.ProgramCard {
border-bottom: 1px solid #e2e2e2;
padding-bottom: 30px;
margin-bottom: 30px;
}
.ProgramCard:last-child {
border-bottom: 0px;
}
.ProgramCardTitle {
font-weight: 700;
color: #00b3dc;
}
.ProgramCardTitle a.LinkText,
.ProgramCardTitle a.LinkText:hover {
font-size: 16px;
color: #00b3dc;
line-height: 28px;
margin: 0 0 0 20px;
display: inline-block;
position: relative;
font-weight: 400;
}
.ProgramCardTitle a.LinkText svg {
width: 20px;
height: 20px;
margin-top: -2px;
margin-left: 5px;
}
.ProgramCardDes,
.ProgramCardDes p {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #98999a;
text-align: left;
}
.ProgramCardDes a {
color: #00b3dc;
}
.ProgramCardDes2 {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #98999a;
text-align: left;
padding: 10px 0 25px 0;
}
.ProgramCardDes2 a {
color: #00b3dc;
}
.ProgramCardDes2:last-child {
padding-bottom: 0px;
}
.ProgramCardDesStrong,
p.ProgramCardDesStrong {
font-size: 18px;
line-height: 28px;
font-weight: 700;
color: #333;
text-align: left;
padding: 10px 0 35px 0;
}
.ProgramCard ul {
padding: 0;
margin: 10px 0;
}
.ProgramCard ul li {
list-style: none;
position: relative;
padding-left: 25px;
margin: 8px 0;
font-size: 16px;
line-height: 30px;
color: #98999a;
font-weight: 500;
text-align: left;
}
.ProgramCard ul li::before {
content: '';
position: absolute;
width: 12px;
height: 7px;
border: 2px solid #81c240;
left: 0;
top: 9px;
transform: rotate(
-45deg
);
border-top: none;
border-right: none;
}
.StatementBox {
width: 65%;
margin: 0 auto;
padding: 140px 0 60px 0;
}
.StatemtImgDiv {
width: 225px;
height: 225px;
border-radius: 50%;
border: 12px solid #e2e2e2;
overflow: hidden;
position: absolute;
top: -113px;
left: 50%;
transform: translate(-50%, 0);
}
.StatemtImgDiv img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.StatementName {
font-weight: 700;
color: #000;
text-align: center;
}
.DiviTempDesHasTag {
font-size: 16px;
line-height: 30px;
font-weight: 500;
text-align: left;
padding: 15px 0;
}
.DiviTempDesHasTag p {
color: #000;
padding: 0;
text-align: left;
}
.DiviTempDes a {
color: #00b3dc;
}
.StateTag {
font-size: 16px;
line-height: 30px;
font-weight: 500;
text-align: left;
padding: 15px 0;
position: relative;
}
.StateTag p {
color: #98999a;
padding: 0;
text-align: left;
}
.StateTag a {
color: #00b3dc;
}
.StateSign {
width: 250px;
height: 90px;
position: absolute;
right: 0;
top: 0;
}
.StateSign img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.SearchMain {
margin-top: 100px;
}
.SearchCon {
width: 70%;
float: left;
padding-right: 50px;
}
.SearchHead {
font-weight: 600;
font-size: 18px;
color: #000;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 20px !important;
padding-bottom: 10px;
margin-top: 3px;
text-align: left;
}
.SearchHead span {
color: #f26722;
}
.SearchDiv {
padding: 30px 0 10px 0;
}
.SearchConHead {
font-weight: 600;
font-size: 16px;
color: #000;
margin-bottom: 0rem !important;
transition: all .4s;
line-height: 30px;
text-align: left;
}
.SearchDiv a:hover .SearchConHead {
color: #00b3dc;
}
.SearchConBody {
font-size: 14px;
font-weight: 400;
text-align: left;
color: #979797;
line-height: 24px;
width: 100%;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
padding-top: 10px;
}
.SearchConBody p {
text-align: left;
padding-bottom: 0 !important;
}
.SearchCon .page-numbers {
margin: 0 5px;
width: 40px;
height: 40px;
padding: 7px 0;
text-align: center;
border-radius: 5px;
border: 1px solid #00b3dc;
color: #00b3dc;
background: #fff;
display: inline-block;
}
.SearchCon .page-numbers.dots {
margin: 0 5px;
width: auto;
height: 40px;
padding: 7px 0;
text-align: center;
border-radius: 5px;
border: 0px solid #00b3dc;
color: #00b3dc;
background: #fff;
display: none;
}
.SearchCon .page-numbers.current {
border: 1px solid #00b3dc;
color: #fff;
background: #00b3dc;
}
.SearchCon .page-numbers.next,
.SearchCon .page-numbers.prev {
overflow: hidden;
position: relative;
display: inline-flex;
}
.SearchCon .page-numbers.next:before,
.SearchCon .page-numbers.prev:before {
content: '';
position: absolute;
width: 100%;
height:100%;
background: #fff;
top:0;
left: 0;
}
.SearchCon .page-numbers.next:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border:1px solid #00b3dc;
top: 50%;
left: 45%;
transform: translate(-50%, -50%) rotate(
45deg
);
border-left: 0;
border-bottom: 0;
}
.SearchCon .page-numbers.prev:after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border:1px solid #00b3dc;
top: 50%;
left: 55%;
transform: translate(-50%, -50%) rotate(
45deg
);
border-right: 0;
border-top: 0;
}
.SearchBoxPagi {
width: 100%;
margin-top: 40px;
}
.SearchBoxPagiUnder {
display: flex;
justify-content: center;
}
.SearchRecNews {
width: 30%;
float: left;
padding-left: 50px;
position: sticky;
top: 150px;
}
.SearchSideHead {
font-size: 18px;
font-weight: 600;
text-align: left;
color: #00b3dc;
margin-bottom: .5rem;
padding-bottom: 1rem;
border-bottom: 1px solid #e4e4e4;
}
.SideNewsBlock {
display: flex;
border-bottom: 1px solid #f1f1f1;
margin: 10px 0;
padding: 10px 0;
}
.SideNewsImg {
min-width: 80px;
height: 80px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-right: 20px;
margin-bottom: 13px;
}
.SideNewsDetailsSmall {
font-size: 12px;
font-weight: 600;
color: #00b3dc;
}
.SideNewsDetailsP {
font-size: 16px;
font-weight: 600;
color: #000;
transition: all .3s;
text-align: left;
padding: 0;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.SideNewsDetails .SideNewsDetailsP:hover {
color: #00b3dc;
}
.ContactTabBody {
padding-top: 100px;
padding-bottom: 100px;
}
.PositionUp2 {
position: relative;
z-index: 2;
}
.DonnerContent .Des { }
.DonnerContent .Des p {
text-align: left;
}
.ContactCustomRow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.Contact1TabHalf {
width: 47%;
padding-top: 60px;
}
.ContactTabForm {
width: 100%;
box-shadow: 0px 5px 20px 0 #33333324;
padding: 60px 80px;
}
.FormTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 30px;
margin-bottom: 20px;
width: 100%;
text-align: center;
} .FormShortDes {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: center;
margin-bottom: 20px;
padding-top: 0;
}
.FormFieldBox {
padding: 8px 0;
}
.ContactForm {
border: 1px solid #e2e2e2;
border-radius: 8px;
width: 100%;
padding: 12px 15px;
}
.ContactForm:focus {
outline: none;
}
textarea.ContactForm {
height: 150px;
resize: none;
}
.FormFieldBox p {
color: #f40;
text-align: left;
font-size: 14px;
padding-top: 5px;
}
.FormButtonBox {
position: relative;
}
.FormButtonBox::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
}
.FormButtonBox:hover::before {
left: 100%;
}
.ContactFormBu {
width: 100%;
padding: 13px;
border: none;
border-radius: 9px;
text-transform: uppercase;
background: #f26722;
color: #fff;
font-size: 16px;
letter-spacing: 2px;
}
.StickyRow {
width: 100%;
}
.CareerDivDiverSmallSticky {
width: 40%;
padding: 15px;
float: left;
}
.CareerDivDiverBigSticky {
width: 52%;
padding: 15px;
float: left;
}
.ContactExpert {
padding-top: 40px;
}
.ContactExpertTitle {
font-size: 24px;
font-weight: 700;
color: #000;
padding-bottom: 5px;
}
.ContactExpertList {
max-height: 600px;
overflow: auto;
}
.ExpertListDiv {
padding: 6px 0;
}
.ExpertListTitle {
font-size: 19px;
color: #00b3dc;
line-height: 36px;
font-weight: 600;
padding: 0;
text-align: left;
}
.ExpertListDesig {
font-size: 16px;
color: #98999a;
font-weight: 400;
line-height: 27px;
padding: 0;
text-align: left;
}
.ContactTableBody {
padding: 80px 0;
}
.ContactTableHeadTitle {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.ContactTableTitle {
font-weight: 700;
color: #000;
}
.ContabSearch {
width: 400px;
height: 45px;
border: 1px solid #e2e2e2;
border-radius: 5px;
overflow: hidden;
position: relative;
}
.ContabSearch input {
border: none;
width: 100%;
height: 100%;
font-size: 15px;
padding: 5px 40px 5px 12px;
font-style: italic;
color: #98999a;
}
.ContabSearch input:focus {
outline: none;
}
.ContabSearch svg {
position: absolute;
color: #666666;
right: 10px;
top: 12px;
width: 22px;
height: 22px;
}
.ContactTable {
width: 100%;
padding-top: 50px;
overflow: auto;
}
.ContactTable table {
width: 100%;
}
.ContactTable table tr th.TableHead {
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
background: #00b3dc;
color: #fff;
letter-spacing: 2px;
padding: 14px 25px;
white-space: nowrap;
}
.ContactTable table tr td {
font-size: 16px;
font-weight: 400;
color: #98999a;
padding: 18px 25px;
width: 100%;
}
.ContactTable table tr td a {
color: #00b3dc;
}
.ContactTable table tbody tr {
border-bottom: 1px solid #e2e2e2;
}
.ContactTable table tbody tr:nth-child(odd) {
background: #fff;
}
.ContactTable table tbody tr:nth-child(even) {
background: #f6f6f6;
}
.ContactTable table tbody tr td:nth-child(1) {
width: 25%;
}
.ContactTable table tbody tr td:nth-child(2) {
width: 10%;
}
.ContactTable table tbody tr td:nth-child(3) {
width: 28%;
}
.ContactTable table tbody tr td:nth-child(4) {
width: 15%;
}
.ContactTable table tbody tr td:nth-child(5) {
width: 22%;
}
.DFlexCenter {
display: flex;
align-items: center;
margin-bottom: 0 !important;
}
.DFlexCenter img {
width: 400px;
height: 400px;
margin: auto;
object-fit: contain;
object-position: center;
}
.VolunteerOppSec {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
} .VolunteerOppHalf {
width: 48%;
padding: 15px;
}
.VolunteerOppcard {
width: 100%;
height: 100%;
border-radius: 12px;
overflow: hidden;
background: #fff;
border: 1px solid #e3e3e4; position: relative; }
.VolunteerOppcardOnlyText {
width: 100%;
height: 100%;
border-radius: 12px;
overflow: hidden;
background: #5c5d60;
border: 1px solid #e3e3e4; position: relative; padding: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.VolunteerOppImgSec {
width: 100%;
height: 240px;
position: relative; overflow: hidden;
}
.VolunteerOppImgSec img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.VolOppBU {
position: absolute;
opacity: 0;
transition: all .3s ease;
z-index: 2;
background-color: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.VolunteerOppImgSec:hover .VolOppBU {
opacity: 1;
}
.VolOppBU p {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
background: #f26722;
padding: 15px 25px;
border-radius: 8px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%) scale(.9);
transition: all .3s ease;
z-index: 2;
}
.VolunteerOppImgSec:hover .VolOppBU p {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.VolunteerOppBody {
padding: 25px 30px 20px 30px;
position: relative;
}
.VolunteerOppBodyTitle {
font-size: 22px;
font-weight: 700;
line-height: 30px;
color: #000;
}
.VolunteerOppBodyDes,
.VolunteerOppBodyDes p {
font-size: 16px;
line-height: 28px;
font-weight: 500;
color: #98999a;
text-align: left;
padding-top: 5px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.VolunteerOppBodyDes {
padding-top: 0px !important;
}
.OppDatePlace {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 0px;
padding-bottom: 20px;
align-items: flex-start;
display: none;
}
.OppDatePlace div {
width: 50%;
}
.OppDatePlace p,
.OppDatePlace div {
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #999999;
padding-top: 15px;
text-align: left;
padding: 0;
margin-right: 0px;
display: flex;
align-items: flex-start;
}
.OppDatePlace p a,
.OppDatePlace div a {
color: #999999;
transition: all .3s ease-in-out;
}
.OppDatePlace p a:hover,
.OppDatePlace div a:hover {
color: #00b3dc;
}
.OppDatePlace p:last-child,
.OppDatePlace div:last-child {
margin-right: 0;
}
.OppDatePlace p svg,
.OppDatePlace div svg {
min-width: 20px;
height: 20px;
margin-right: 5px;
margin-bottom: 3px;
stroke-width: 1px;
margin-top: 1px;
}
.OppTag {
border-top: 1px solid #e2e2e2;
width: 100%;
padding: 20px 30px 20px 30px; }
.OppTag span {
font-size: 13px;
line-height: normal;
font-weight: 400;
color: #fff;
background: #81c341;
border-radius: 5px;
padding: 5px 10px;
margin: 2px;
display: inline-block;
}
.VolunteerOppWishList {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
}
.WidhListDiv {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
border-bottom: 1px solid #e2e2e2;
margin: 60px 0;
padding: 0 0 60px 0;
}
.WidhListDiv:last-child {
border-bottom: 0px;
padding: 0 0 0 0;
}
.WidhListImgDiv {
width: 30%;
height: auto;
text-align: center;
}
.WidhListConDiv {
width: 70%;
padding-left: 60px;
}
.WidhListImgDiv img {
width: 250px;
height: 250px;
object-position: center;
object-fit: contain;
}
.WidhListConTitleB {
font-size: 22px;
font-weight: 700;
color: #000;
}
.WidhListConDes {
font-size: 16px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 30px;
}
.WidhListConDes a {
color: #00b3dc;
}
.WidhListConTitleS {
font-size: 16px;
font-weight: 700;
color: #000;
}
.WidhListConDesUl {
width: 70%;
margin-bottom: 0;
}
.WidhListConDesUl li {
font-size: 16px;
font-weight: 400;
color: #98999a;
text-align: left;
padding: 3px 0;
}
.VolunteerParalaxTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #fff;
position: relative;
padding-bottom: 35px;
margin-bottom: 40px;
width: 100%;
text-align: left;
}
.VolunteerParalaxTitle::before {
content: '';
position: absolute;
width: 50px;
height: 5px;
background: #00b3dc;
left: 0%;
bottom: 0;
transform: translate(0%, 0);
}
.VolunteerParalaxDestop {
font-size: 16px;
font-weight: 400;
color: #fff;
text-align: left;
width: 60%;
padding-bottom: 30px;
padding-top: 0;
}
.VolunteerParalaxDestop a {
color: #00b3dc;
}
.VolunteerParalaxRow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.VolunteerParalaxRow::after {
content: '';
position: absolute;
width: 1px;
height: CalC(100% - 50px);
background: #414e5b;
top: 25px;
left: 50%;
}
.VolunteerParalaxDivHalf {
width: 44%;
padding: 25px 0;
}
.VolunteerParalaxDivHalfTitle {
font-size: 22px;
font-weight: 700;
color: #00b3dc;
}
.VolunteerParalaxDesBo {
font-size: 16px;
font-weight: 400;
color: #fff;
text-align: left;
padding-bottom: 30px;
padding-top: 0;
}
.VolunteerParalaxDesBo a {
color: #00b3dc;
}
.VolunteerForm .modal-body {
padding: 0;
}
.VolunteerFormModalHead {
padding: 45px 25px;
background: #00b3dc;
margin-bottom: 30px;
}
.VolunteerFormModalTitle {
font-size: 36px;
font-weight: 800;
line-height: 48px;
color: #fff;
padding: 0;
}
.VolunteerFormModalBody {
padding: 50px;
padding-top: 0;
}
.FormFieldBox .form-check-input:focus {
box-shadow: none;
}
.FormFieldBox .form-check-input:checked {
background-color: #00b3dc;
border-color: #00b3dc;
}
.FormLabel {
font-size: 16px;
font-weight: 600;
color: #000;
padding-bottom: 8px;
}
.FormLabel span {
color: #f40;
}
.FormBuOrange {
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #fff;
padding: 10px 15px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
margin-top: 25px;
z-index: 2;
min-width: 120px;
margin-right: 5px;
}
.FormBuOrange::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f26722;
border-radius: 6px;
transform: scale3d(1, 1, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.FormBuOrange:hover::before {
transform: scale3d(1.05,1.1,1);
}
.FormBuBlue {
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #fff;
padding: 10px 15px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
margin-top: 25px;
z-index: 2;
min-width: 120px;
margin-right: 5px;
}
.FormBuBlue::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00b3dc;
border-radius: 6px;
transform: scale3d(1, 1, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.FormBuBlue:hover::before {
transform: scale3d(1.05,1.1,1);
}
.IndiVolunteerTitle {
font-size: 20px;
font-weight: 700;
color: #00b3dc;
padding-top: 0;
padding-bottom: 30px;
}
.ModalCloseBU {
position: absolute;
right: 10px;
top: 10px;
background: none;
border: none;
color: #fff;
}
.VolunteerFormModalDes {
font-size: 14px;
color: #fff;
text-align: center;
}
.VolunteerForm .modal-content {
border: 0px solid rgba(0, 0, 0, 0.2);
border-radius: 15px;
overflow: hidden;
}
.VolunteerFormModalHeadXL {
padding: 50px 50px;
background: #00b3dc;
}
.VolunteerFormModalTitleXL {
font-size: 36px;
font-weight: 800;
line-height: 48px;
color: #fff;
padding: 0;
text-align: left;
}
.MisionVisionPopsAction {
display: flex;
flex-wrap: wrap;
}
.PopsActionCard {
width: 20%;
border: 1px solid #e2e2e2;
border-top: none;
padding: 35px 20px 20px 20px;
}
.PopsActionCardIcon {
padding: 0;
}
.PopsActionCardIcon svg {
color: #000;
width: 20px;
height: 20px;
margin-bottom: 8px;
}
.PopsActionCardText {
font-size: 15px;
line-height: normal;
font-weight: 600;
color: #000;
padding: 0;
}
.MisionVisionPopsConBody {
padding: 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.PopsConBodySmall {
width: 38%;
}
.PopsConBodySmall p {
font-size: 16px;
line-height: 30px;
color: #98999a;
font-weight: 400;
text-align: left;
padding: 0;
}
.PopsConBodyBig {
width: 58%;
}
.ContactFormPops {
border: 1px solid #e2e2e2;
border-radius: 8px;
width: 48%;
padding: 12px 15px;
margin: 5px;
}
.ContactFormPops:focus {
outline: none;
}
.form-check.MVPops {
padding: 16px 5px 5px 5px;
}
.form-check.MVPops label {
font-weight: 600;
font-size: 18px;
}
.form-check.MVPops .form-check-input {
float: unset;
margin-left: 6px;
}
.form-check.MVPops .form-check-input:checked {
background-color: #00b3dc;
border-color: #00b3dc;
}
.form-check.MVPops .form-check-input:focus {
box-shadow: none;
}
.FormPopSText {
font-size: 14px;
line-height: 27px;
color: #000;
font-weight: 400;
text-align: left;
padding: 0 5px;
}
.form-check.MVPopsCheck {
padding: 16px 5px 5px 5px;
display: flex;
}
.form-check.MVPopsCheck label {
font-weight: 400;
font-size: 14px;
color: #000;
line-height: 22px;
}
.form-check.MVPopsCheck label a {
color: #00b3dc;
}
.form-check.MVPopsCheck .form-check-input:checked {
background-color: #00b3dc;
border-color: #00b3dc;
}
.form-check.MVPopsCheck .form-check-input:focus {
box-shadow: none;
}
.form-check.MVPopsCheck .form-check-input {
float: left;
margin-left: 0px;
margin-right: 10px;
min-width: 16px;
min-height: 16px;
}
.SIATextDiv {
width: 70%;
margin: auto;
padding: 80px 0;
}
.SIATextSmallTitle {
font-size: 24px;
font-weight: 700;
line-height: 32px;
color: #000;
text-align: center;
}
.SIATextSmallDes {
font-size: 16px;
font-weight: 400;
line-height: 30px;
color: #98999a;
text-align: center;
padding-bottom: 25px;
}
.SIATextSmallDes a {
color: #00b3dc;
}
.SIATextBigTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 35px;
margin-bottom: 25px;
width: 100%;
text-align: center;
padding-top: 50px;
}
.SIATextBigTitle::before {
content: '';
position: absolute;
width: 50px;
height: 5px;
background: #00b3dc;
left: 50%;
bottom: 0;
transform: translate(-50%, 0);
}
.SIAFilter {
box-shadow: 1px 1px 35px 0 #3333331c;
padding: 20px;
background: #fff;
border-radius: 8px;
margin-bottom: 35px;
display: flex;
}
.FilterSec {
border: 1px solid #e2e2e2;
border-radius: 5px;
position: relative;
padding-right: 20px;
width: 17%;
margin: 5px;
}
.FilterSec::after {
content: '';
position: absolute;
background-image: url(//wearebcs.org/wp-content/themes/bcs/img/SIA/arrowdown.svg);
width: 12px;
height: 12px;
right: 10px;
top: 50%;
transform: translate(0px, -50%);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.FilterSec .form-control {
border: none;
color: #a0a1a2;
height: 100%;
padding: 0.375rem 0.75rem;
}
.form-control:focus {
box-shadow: none;
}
.datepicker-dropdown {
top: 1530px !important;
padding: 10px;
}
.datepicker-dropdown:before,
.datepicker-dropdown:after {
display: none;
}
.datepicker td {
padding: 5px;
}
.datepicker th {
padding: 5px;
}
.datepicker th.dow {
color: #00b3dc;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #00b3dc !important;
color: #fff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
background-color: #f26722;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
background-image: linear-gradient(to bottom, #f96, #f26722);
}
.FilterBuSec {
width: 13%;
margin: 5px;
position: relative;
overflow: hidden;
}
.FilterBuSec::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient(
90deg
,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
z-index: 3;
}
.FilterBuSec:hover::before {
left: 100%;
}
.SIAFilterBU {
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #fff;
padding: 7px 15px;
background: #f26722;
border-radius: 6px;
border: none;
text-transform: uppercase;
position: relative;
margin-top: 0;
z-index: 2;
width: 100%;
margin-right: 5px;
transform: scale3d(1, 1, 1);
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.SliderReportSIA {
padding-top: 80px;
padding-bottom: 100px;
}
.GallerySec {
padding: 20px 0 60px 0;
}
.GallerySec img {
width: 100%;
height: auto;
}
.SliderVolunteer {
padding-top: 0px;
padding-bottom: 60px;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
object-position: center;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop.No-Radius img {
width: 100px;
height: auto;
border-radius: 0% !important;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardBodyDes,
.owl-carousel.VolunteerTesti .item .VoTestiCardBodyDes p {
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: #5c5d60;
padding: 0;
text-align: center;
padding-top: 8px;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes,
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes p {
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: #5c5d60;
padding: 0;
text-align: center;
padding-top: 8px;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardBodyDes a {
color: #00b3dc;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop .CardTopCon {
padding-bottom: 17px;
padding-top: 30px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop .CardTopCon:after {
content: '';
position: absolute;
width: 40px;
height: 3px;
background: #efefef;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop .CardTopCon .TopConB {
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #000;
padding: 0;
text-align: center;
width: 100%;
}
.owl-carousel.VolunteerTesti .item .VoTestiCardTop .CardTopCon .TopConS {
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #999999;
padding: 0;
text-align: left;
}
.owl-carousel.VolunteerTesti .owl-dots {
display: none;
}
.owl-carousel.VolunteerTesti .owl-nav,
.owl-carousel.VolunteerDetSlider .owl-nav {
position: absolute;
top: 0;
width: 104%;
height: 100%;
display: flex;
justify-content: space-between;
z-index: -1;
left: -2%;
}
.owl-carousel.VolunteerTesti .owl-nav button.owl-next,
.owl-carousel.VolunteerTesti .owl-nav button.owl-prev {
height: 100%;
font-size: 30px !important;
padding: 10px !important;
background: transparent;
color: #000;
cursor: pointer;
}
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap");
.owl-carousel.VolunteerDetSlider .owl-nav button.owl-next,
.owl-carousel.VolunteerDetSlider .owl-nav button.owl-prev {
height: 100%;
font-size: 36px !important;
padding: 10px !important;
background: transparent;
color: #000;
font-weight: 200;
cursor: pointer;
font-family: 'Raleway', sans-serif !important;
}
.owl-carousel.VolunteerTesti .owl-nav button.owl-next.disabled,
.owl-carousel.VolunteerTesti .owl-nav button.owl-prev.disabled,
.owl-carousel.VolunteerDetSlider .owl-nav button.owl-next.disabled,
.owl-carousel.VolunteerDetSlider .owl-nav button.owl-prev.disabled {
color: #e2e2e2;
cursor: auto;
}
.owl-carousel.VolunteerTesti .CenterConSlide {
width: fit-content;
margin: auto;
padding: 20px 30px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide {
width: 100%;
margin: auto;
padding: 20px 30px;
}
.owl-carousel.VolunteerTesti .CenterConSlide .item {
padding: 25px;
box-shadow: 0 0 20px 0 #00000024;
border-radius: 12px;
min-height: 333px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item {
min-height: auto !important;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 50px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterIMG {
width: 200px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterCon {
width: calc(100% - 250px);
display: flex;
flex-wrap: wrap;
align-content: center;
}
.item .EduCenterCon p.EduCenterTestiTitle {
font-size: 28px;
font-weight: 600;
color: #00b3dc;
line-height: normal;
margin-bottom: 20px;
text-align: left;
padding: 0;
width: 100%;
}
.item .EduCenterCon p.EduCenterTestiCon,
.item .EduCenterCon p {
font-size: 18px;
font-weight: 400;
line-height: 30px;
margin: 0;
color: #343434;
text-align: left;
padding: 0;
width: 100%;
}
.navbar-light .navbar-nav .MenuLinkMain {
position: relative;
}
.navbar-light .navbar-nav .MenuLinkMain svg.Modile {
min-width: 20px;
height: 20px;
margin-top: -3px;
margin-left: 3px;
color: #646464;
position: absolute;
top: 21px;
right: 13px;
}
.nav-item.active .MenuLinkMain svg.Modile {
color: #00b3dc;
}
.HeadTopEventDe {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 30px;
}
.DetailDateTop {
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #999999;
padding: 0;
text-align: left;
}
.DetailDateTop svg {
width: 18px;
height: 18px;
margin-right: 6px;
margin-bottom: 5px;
} .DetailSecial img {
width: 30px;
height: 30px;
margin-left: 5px;
}
.NewsDetailTitle {
font-size: 40px;
line-height: 50px;
font-weight: 800;
color: #000;
position: relative;
padding-bottom: 30px;
margin-bottom: 30px;
width: 80%;
}
.NewsDetailTitle::before {
content: '';
position: absolute;
width: 50px;
height: 5px;
background: #00b3dc;
bottom: 0;
}
.EventDeBody>div {
width: 100% !important;
}
.EventDeBody img {
width: 100%;
height: auto;
object-fit: contain;
object-position: center;
margin-bottom: 30px;
}
.EventDeBodyDes,
.EventDeBody p {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #98999a;
text-align: left;
padding: 15px 0;
}
.FootTopEventDe {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 30px;
border-top: 1px solid #e2e2e2;
margin-top: 30px;
}
.ArticleBackLink {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #00b3dc;
}
.ArticleBackLink svg {
width: 22px;
height: 22px;
margin-top: -3px;
margin-right: 5px;
}
.ArticleBackLink:hover {
color: #00b3dc;
}
.ArDeSideHead {
font-size: 22px;
font-weight: 700;
text-align: left;
color: #f26722;
margin-bottom: .5rem;
padding-bottom: 1rem;
}
.ArDeSideNewsDetailsSmall {
font-size: 12px;
font-weight: 400;
color: #999;
}
.LearnMoreAction {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: #00b3dc;
}
.LearnMoreAction svg {
width: 22px;
height: 22px;
margin-top: -2px;
margin-left: 5px;
}
.LearnMoreAction:hover {
color: #00b3dc;
}
.HomeBuDonate {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff;
padding: 10px 20px;
background: #04a2c6;
border-radius: 12px;
border: none;
margin-left: 15px;
transition: all .3s ease-in-out;
}
.HomeBuDonate svg {
width: 40px;
height: 40px;
}
.HomeBuDonate:hover {
background: #0391b1;
}
.ContactTabForm .gform_wrapper .gform_validation_errors,
.ContactTabForm .gform_wrapper .gform_heading {
display: none;
} .ContactTabForm .gform_wrapper.gravity-theme .gfield input {
border: 1px solid #e2e2e2;
border-radius: 8px;
width: 100%;
padding: 12px 15px;
}
.ContactTabForm .gform_wrapper.gravity-theme .gfield textarea {
border: 1px solid #e2e2e2;
border-radius: 8px;
width: 100%;
padding: 12px 15px;
height: 150px !important;
resize: none;
}
.ContactTabForm .gform_wrapper.gravity-theme .gfield input:focus,
.ContactTabForm .gform_wrapper.gravity-theme .gfield textarea:focus {
outline: none;
}
.ContactTabForm .gform_wrapper.gravity-theme .gfield_description {
color: #f40;
text-align: left;
font-size: 14px;
padding: 0;
padding-top: 5px;
background: transparent;
border: none;
margin: 0;
}
.ContactTabForm .gform_wrapper.gravity-theme .gform_footer {
position: relative;
}
.ContactTabForm .gform_wrapper.gravity-theme .gform_footer::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient(
90deg
,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
}
.ContactTabForm .gform_wrapper.gravity-theme .gform_footer:hover::before {
left: 100%;
}
.ContactTabForm .gform_wrapper.gravity-theme .gform_footer .gform_button {
width: 100%;
padding: 13px;
border: none;
border-radius: 9px;
text-transform: uppercase;
background: #f26722;
color: #fff;
font-size: 16px;
letter-spacing: 2px;
cursor: pointer;
}
.gform_ajax_spinner {
display: none;
}
.MapReload {
position: absolute;
top: 15px;
right: 15px;
border: none;
background: rgba(165, 165, 166, .65);
padding: 4px 10px 8px 10px;
color: #f3f2f3;
border-radius: 3px;
transition: all .3s ease-in-out;
}
.MapReload:hover {
background: rgba(165, 165, 166, 1);
}
.MapReload svg {
width: 16px;
height: 16px;
}
.CareerVideoDiv iframe {
width: 100% !important;
height: 440px !important;
}
.dropdown-menu .CollapseMenu .MenuLinkMain a.MobHo {
display: none;
}
.cookiesBU {
width: 27%;
min-width: 496px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.SettingBU {
min-width: 130px;
}
.SettingBU a {
margin: 0;
}
.ActionBU {
min-width: 150px;
}
.ActionBU a {
margin: 0 5px;
}
.Text {
padding-top: 5px;
padding-left: 5px;
}
.CookiesSec {
padding: 0px 12px 50px 12px;
overflow: auto;
}
.CookiesSec table {
margin: 0;
}
.CookiesSec p {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 20px;
}
.CookieMainTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #000;
position: relative;
margin-bottom: 10px;
margin-top: 80px;
}
.CookieMainDes,
p.CookieMainDes {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #000;
text-align: left;
margin-bottom: 80px;
}
.WhatDivDes a,
.CookieMainDes a {
color: #00b3dc !important;
}
.CookieTitle {
font-size: 28px;
line-height: 40px;
font-weight: 700;
color: #000;
position: relative;
padding-bottom: 20px;
margin-bottom: 15px;
}
.CookieTitle::before {
content: '';
position: absolute;
width: 40px;
height: 4px;
background: #00b3dc;
bottom: 0;
}
table.cookielawinfo-classic {
font-family: 'Open Sans', sans-serif !important;
}
table.cookielawinfo-classic thead tr th {
background: #00b3dc !important;
color: #fff;
}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {
padding: 12px !important;
font-size: 16px !important;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: left;
margin-bottom: 20px;
}
.Cusrow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.HomeBannerText {
width: 28%;
display: flex;
align-items: center;
color: #f40;
}
.HomeBannerText .Text {
font-size: 36px;
line-height: 50px;
font-weight: 700;
color: #383838;
text-align: left;
padding-right: 5px;
}
.HomeBannerTextSec {
padding: 30px 0;
border: 5px solid;
border-left: 0;
border-right: 0;
margin: 80px 0 120px 0;
}
.HomeBannerTextSec .Text {
font-size: 24px;
line-height: 40px;
font-weight: 700;
color: #383838;
text-align: left;
padding-right: 5px;
}
.HomeBannerImg {
width: 65%;
max-height: 600px;
}
.HomeBannerImg img {
width: 100%;
height: auto;
border-radius: 3px;
}
.mapboxgl-popup-content {
padding: 15px !important;
}
.mapboxgl-popup-content h3 {
font-size: 20px;
margin: 10px 0 0 0;
}
.mapboxgl-popup-content p {
text-align: left;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
font-size: 18px;
width: 22px;
height: 22px;
right: 2px;
top: 2px;
}
.cli-style-v2 {
display: inline-flex;
}
.error-404 .page-content {
position: relative;
width: 80%;
padding: 20% 10%;
margin: auto;
}
.error-404 .page-content .EroorIMG {
width: 200px;
margin-bottom: 60px;
}
.error-404 .page-content .error1 {
font-size: 46px;
font-weight: 600;
color: #464646;
line-height: 70px;
text-align: left;
}
.error-404 .page-content .error2 {
font-size: 28px;
font-weight: 400;
color: #c5c0be;
line-height: 40px;
text-align: left;
}
.error-404 .page-content .error2 a {
font-size: 28px;
font-weight: 500;
color: #00b3dc;
line-height: 40px;
position: relative;
}
.EventModalIMG {
width: 100%;
height: auto;
}
.EventModal .modal-body {
padding: 0;
}
.closeEventBU {
position: absolute;
top: 10px;
right: 10px;
background: transparent;
color: #fff;
border: 2px solid #fff;
border-radius: 50%;
width: 30px;
height: 30px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.EventTargetBU {
width: 265px;
height: 150px;
display: block;
background: transparent;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0px);
}
.BoardMemDiv {
width: 100%;
padding: 60px 0;
}
.BoardMemDiv ul {
padding: 0;
display: flex;
flex-wrap: wrap;
margin: 15px 0 25px 0;
}
.BoardMemDiv ul li {
width: 50%;
list-style: none;
padding: 20px 15px;
}
.BoardMemName {
font-size: 20px;
font-weight: 600;
line-height: 30px;
color: #000;
margin: 0;
text-align: left;
}
.BoardMemDegi {
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: #a4a4a4;
margin: 0;
text-align: left;
}
.cli-style-v2 .cli-bar-message {
text-align: center;
}
.CareerConFormat h1,
.CareerConFormat h2,
.CareerConFormat h3,
.CareerConFormat h4,
.CareerConFormat h5 {
font-size: 40px;
line-height: 52px;
font-weight: 700;
color: #00b3dc;
text-align: left;
margin-bottom: 35px;
max-width: 85%;
}
.CareerConLink,
.CareerConLink a,
.CareerConLink p {
font-size: 25px;
line-height: 50px;
font-weight: 700;
color: #5c5d60 !important;
text-align: left;
margin-bottom: 0px;
padding-top: 5px;
display: inline-block;
transition: all .3s ease-in-out;
}
.CareerConLink:hover,
.CareerConLink a:hover,
.CareerConLink p:hover {
color: #00b3dc !important;
}
.WhoWeAreSec {
background: #fafafa;
padding: 80px 0;
}
.WhoWeAreSec.noBG {
background: #fff;
}
.WhoWeAreTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #00b3dc;
text-align: center;
margin-bottom: 40px;
}
.WhoWeAreCard {
width: 33.33%;
padding: 40px 15px;
text-align: center;
}
.WhoWeAreCard .IMG {
width: 250px;
height: 250px;
object-fit: cover;
object-position: center;
border: 10px solid #fff;
border-radius: 50%;
box-shadow: 0 0 20px 4px #0000001a;
}
.WhoWeAreName {
font-size: 22px;
line-height: 30px;
font-weight: 600;
color: #000;
padding: 30px 0 10px 0;
}
.WhoWeAreDesi {
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #81c240;
font-style: italic;
padding: 0 0 10px 0;
}
.WhoWeAreQuote {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #818181;
}
.OurBenefitsSec {
width: 100%;
padding: 80px 0;
}
.OurBenefitsSec.withBG {
background: #fafafa;
}
.OurBenefitsTitle {
font-size: 40px;
line-height: 50px;
font-weight: 700;
color: #00b3dc;
text-align: center;
margin-bottom: 20px;
}
.OurBenefitsSubTitle {
font-size: 18px;
line-height: 30px;
font-weight: 400;
color: #98999a;
text-align: center;
padding: 0;
}
.OurBenefitsList {
padding: 50px 0 0 0;
margin: 0 auto;
width: 100%;
position: relative;
max-width: 1000px;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.OurBenefitsList li {
list-style: none;
font-size: 18px;
line-height: 30px;
font-weight: 600;
color: #000;
width: 100%;
position: relative;
padding: 8px 20px 7px 20px;
}
.OurBenefitsList li:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
background: #000;
border-radius: 50%;
top: 20px;
left: 0;
}
.CoreValue {
background: #5c5d60;
}
.NewsletterSec {
background: #00b3dc;
display: none !important;
}
.FootMenu {
padding: 0;
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
width: 100%;
}
.FootMenu li {
list-style: none;
padding: 0 15px;
font-size: 18px;
line-height: normal;
font-weight: 600;
color: #00b3dc !important;
text-transform: uppercase;
}
.FootMenu li a {
font-size: 18px;
line-height: normal;
font-weight: 600;
color: #00b3dc !important;
text-transform: uppercase;
}
.FootInfo {
padding: 15px 0;
}
.VolunteerOppcardOnlyText .Title {
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #fff;
text-align: left;
padding: 0 0 20px 0;
}
.VolunteerOppcardOnlyText .Text,
.VolunteerOppcardOnlyText .Text p {
font-size: 18px;
line-height: 35px;
font-weight: 400;
color: #fff;
text-align: left;
padding: 0;
}
.VolunteerOppcardOnlyText .Link a {
font-size: 18px;
line-height: 30px;
font-weight: 400;
color: #c7c7c9;
text-align: left;
padding: 20px 0 0 0;
text-decoration: underline;
}
.SignUpLink {
margin-top: 20px;
}
.SignUpLink a {
font-size: 14px;
line-height: 30px;
font-weight: 400;
color: #fff;
text-align: center;
text-transform: uppercase;
padding: 2px 10px;
background: #aaaeb1;
display: inline-block;
border-radius: 4px;
transition: all .3s ease-in-out;
}
.SignUpLink a:hover {
background: #00b3dc;
}
.VolunteerGalleryRow {
margin: 0 0px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.VolunteerGalleryRow img {
width: 20%;
height: 370px;
object-fit: cover;
object-position: center;
padding: 8px;
}
.HomeBanner {
width: 100%;
display: flex;
flex-wrap: wrap;
height: 800px;
margin-bottom: 60px;
}
.HomeBannerTT {
width: 50%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding-right: 120px;
}
.HomeBannerVideo {
width: 50%;
position: absolute;
right: 0;
}
.HomeBannerTT .Text {
font-size: 28px;
line-height: 46px;
font-weight: 700;
color: #383838;
text-align: left;
padding: 0 0 0 0;
width: 100%;
}
.BannerBU {
width: 200px;
padding: 13px;
border: none;
border-radius: 4px;
text-transform: uppercase;
background: #f26722;
color: #fff;
font-size: 16px;
letter-spacing: 2px;
margin-top: 40px;
position: relative;
}
.BannerBU::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient( 90deg ,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
}
.BannerBU:hover::before {
left: 100%;
}
#iframeHeightDiv {
height: 613px !important;
overflow: hidden !important;
}
#iframeHeightDiv iframe {
margin-top: -100px;
}
.instagram-media {
max-width: 50% !important;
} .EDUHeader {
width: 100%;
}
.EDUHeaderRow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
padding: 24px 0;
margin: 20px 0 0 0;
position: relative;
}
.EDUHLogo {
width: 240px;
height: auto;
}
.EDUHeaderTitle {
font-size: 54px;
font-weight: 700;
color: #59595b;
margin: 0px 0 0 -100px;
}
.EduHeadLanSec {
width: 90px;
}
.EduHeadLanSecBU {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
background: #00abe9;
border: none;
padding: 4px 8px;
margin: 2px 0;
width: 86px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 0 !important;
transition: all .3s ease-in-out;
}
.EduHeadLanSecBU svg {
width: 20px;
height: 20px;
margin-right: -2px;
}
.EduHeadLanSecBU:hover {
color: #fff;
background: #048cbd;
}
.EduHeadLanSecBU:focus {
outline: none;
}
.EduPageAceSec {
width: 100%;
}
.EduPageAceSecRow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
border-bottom: 15px solid #59595b;
}
.EduPageAceCard {
width: 388px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 340px;
margin-top: -15px;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 280px;
height: 280px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .FirstCard:hover:after {
box-shadow: 0 0 0 20px rgba(129, 194, 64, .25);
}
.EduPageAceCard .FirstCard img {
width: 290px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: 70px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0;
position: absolute;
z-index: 2;
top: 50px;
left: 50px;
width: 120px;
text-align: left;
line-height: 30px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 13px;
font-weight: 600;
color: #fff;
margin: 0;
position: relative;
z-index: 4;
top: unset;
left: unset;
cursor: pointer;
}
.EduPageAceCard .FirstCard .SubTitle:after {
content: '';
position: absolute;
width: 0%;
height: 1px;
background: #fff;
bottom: 8px;
left: 50%;
transform: translate(-50%, 0);
transition: all .2s ease-in-out;
}
.EduPageAceCard .FirstCard .SubTitle:hover:after {
width: 100%;
}
.EduPageAceCard .FirstCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 20px;
right: 35px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 105px;
right: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 190px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 280px;
height: 280px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 340px;
margin-top: -25px;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 250px;
height: 250px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 90px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard:hover:after {
box-shadow: 0 0 0 15px rgb(0 169 206 / 25%);
}
.EduPageAceCard .SecondCard img {
width: 260px;
height: auto;
position: absolute;
z-index: 2;
top: 10px;
left: 0;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0;
position: absolute;
z-index: 2;
top: 30px;
right: 60px;
width: 120px;
text-align: left;
line-height: 30px;
}
.EduPageAceCard .SecondCard .SubTitle {
font-size: 13px;
font-weight: 600;
color: #fff;
margin: 0;
position: relative;
z-index: 4;
top: unset;
right: unset;
cursor: pointer;
}
.EduPageAceCard .SecondCard .SubTitle:after {
content: '';
position: absolute;
width: 0%;
height: 1px;
background: #fff;
bottom: 8px;
left: 50%;
transform: translate(-50%, 0);
transition: all .2s ease-in-out;
}
.EduPageAceCard .SecondCard .SubTitle:hover:after {
width: 100%;
}
.EduPageAceCard .SecondCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 20px;
right: -20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 50px;
left: 10px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 230px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 250px;
height: 250px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 90px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 340px;
margin-top: -15px;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 270px;
height: 270px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard:hover:after {
box-shadow: 0 0 0 20px rgb(254 80 0 / 25%);
}
.EduPageAceCard .ThirdCard img {
width: 330px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0;
position: absolute;
z-index: 2;
top: 80px;
left: 80px;
width: 120px;
text-align: left;
line-height: 30px;
}
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 13px;
font-weight: 600;
color: #fff;
margin: 0;
position: relative;
z-index: 4;
top: unset;
left: unset;
cursor: pointer;
}
.EduPageAceCard .ThirdCard .SubTitle:after {
content: '';
position: absolute;
width: 0%;
height: 1px;
background: #fff;
bottom: 8px;
left: 50%;
transform: translate(-50%, 0);
transition: all .2s ease-in-out;
}
.EduPageAceCard .ThirdCard .SubTitle:hover:after {
width: 100%;
}
.EduPageAceCard .ThirdCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
top: 10px;
right: 50px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 60px;
left: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 180px;
right: 0px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 270px;
height: 270px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0px;
z-index: 3;
opacity: 0;
}
.EduPageBodySec {
width: 100%;
}
.EduPageBodySecRow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.BodySecBig {
width: 48%;
padding: 50px 0;
}
.BodySecBigTitle {
font-size: 36px;
font-weight: 700;
line-height: 48px;
text-align: left;
width: 86%;
color: #333;
margin-bottom: 40px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 24px;
font-weight: 400;
text-align: left;
line-height: 32px;
color: #333;
width: 100%;
}
.BodySecSmall {
width: 45%;
padding: 70px 0 50px 0;
}
.BodySecSmall iframe {
width: 100%;
}
.FootBigDivTextEdu {
font-size: 16px;
line-height: 27px;
font-weight: 500;
color: #231f20;
text-align: left;
margin: 30px 0 10px 0;
width: 83%;
}
.SubTitleEdu {
font-size: 18px;
line-height: 30px;
font-weight: 700;
color: #231f20;
text-align: left;
padding: 15px 0 5px 0;
}
.FootInfoEdu {
padding: 15px 0;
}
.FootConEdu {
display: flex;
font-size: 16px;
line-height: 28px;
font-weight: 500;
color: #231f20 !important;
text-align: left;
padding: 15px 0px 5px 0;
transition: all .3s ease-in-out;
width: 180px;
}
.FootConEdu2,
.FootConEdu2 a {
display: flex;
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #231f20 !important;
text-align: left;
padding: 1px 0px;
transition: all .3s ease-in-out;
}
.EduPage .modal-header {
background: #00b3dc;
padding: 1rem 2rem;
}
.EduPage .modal-header h5 {
color: #fff;
}
.EduPage .modal-header button.close {
opacity: 1;
padding: 6px 18px 6px 18px;
margin: -1rem -1rem -1rem auto;
background-color: transparent;
border: 0;
}
.EduPage .modal-header button.close span {
text-shadow: none;
font-weight: 200;
color: #fff;
opacity: 1;
font-size: 42px;
line-height: 42px;
}
.EduPage .modal-body .FootBigDiv {
width: 100%;
padding: 0px;
}
.EduPage .modal-body .FootBigDiv .FootBigDivTextEdu {
margin: 0;
padding: 0;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #212112;
width: 100%;
}
.EduForm .name_first input,
.EduForm .name_last input,
.EduForm .ginput_container_phone input,
.EduForm .ginput_container_email input,
.EduForm .ginput_container_text input {
border: 1px solid #e2e2e2;
border-radius: 8px;
width: 100% !important;
padding: 12px 15px !important;
font-size: 15px !important;
}
.EduForm .name_first input:focus,
.EduForm .name_last input:focus,
.EduForm .ginput_container_phone input:focus,
.EduForm .ginput_container_email input:focus,
.EduForm .ginput_container_text input:focus {
outline: none;
}
.EduForm .gform_footer {
position: relative;
}
.EduForm .gform_footer::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient( 90deg ,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
}
.EduForm .gform_footer .gform_button {
width: 220px;
min-width: 220px;
padding: 13px;
border: none;
border-radius: 9px;
text-transform: uppercase;
background: #f26722;
color: #fff;
font-size: 16px;
letter-spacing: 2px;
cursor: pointer;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
padding: 10px 30px 30px 30px;
}
.EduForm .name_first label,
.EduForm .name_last label {
display: none !important;
}
.bcsTabContentNew p {
padding-bottom: 15px;
}
.bcsTabContentNew h4 {
padding-bottom: 15px;
}
.owl-carousel.Program {
padding-top: 15px;
} .owl-carousel.Program .owl-stage-outer {
z-index: 3;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails {
justify-content: flex-start !important;
}
.dropdown-menu.Lan {
min-width: 130px !important;
background: rgb(255, 255, 255) !important;
padding: 8px 0 !important;
}
.dropdown-menu.Lan .dropdown-item {
padding: 0.5rem 1rem;
color: #343434;
font-size: 14px;
line-height: 16px;
}
.VolunteerSec {
padding: 80px 12px 0px 12px;
}
.VolunteerBuSec {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.VolunteerBuSec div {
width: auto;
padding: 20px 30px;
}
.VolunteerBuSec .ButtonOne {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff !important;
padding: 20px 20px;
background: transparent;
border-radius: 6px;
border: none;
position: relative;
margin-top: 0px;
z-index: 2;
min-width: 300px;
display: inline-block;
text-align: center;
}
.VolunteerBuSec .ButtonOne::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #f26722;
border-radius: 6px;
transform: scale3d(1, 1, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.VolunteerBuSec .ButtonOne:hover::before {
transform: scale3d(1.1,1.2,1);
}
.VolunteerBuSec .ButtonSec {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: #fff !important;
padding: 20px 20px;
background: transparent;
border-radius: 6px;
border: none;
position: relative;
margin-top: 0px;
z-index: 2;
min-width: 300px;
display: inline-block;
text-align: center;
}
.VolunteerBuSec .ButtonSec::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00b3dc;
border-radius: 6px;
transform: scale3d(1, 1, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.VolunteerBuSec .ButtonSec:hover::before {
transform: scale3d(1.1,1.2,1);
}
.VolSponsorSec {
padding: 60px 0 0 0;
width: 100%;
}
.VolSponsorSecTitle {
font-size: 40px;
font-weight: 600;
line-height: 50px;
color: #00a9ce;
margin: 0 0 0 0;
padding: 0 0 30px 0;
}
.VolImageSec {
width: 100%;
padding: 50px 0 80px 0;
}
.VolImageSec img {
width: 100%;
height: 600px;
border-radius: 30px;
object-fit: cover;
}
.VolunteerTitleTwo {
font-size: 40px;
font-weight: 600;
line-height: 50px;
color: #00a9ce;
margin: 0 0 0 0;
padding: 0 0 30px 0;
text-align: center;
}
.VolInformSec {
width: 100%;
background-color: #00b3dc;
padding: 50px 0;
}
.VolInformSecSMTT {
font-size: 40px;
font-weight: 400;
line-height: 50px;
color: #fff;
margin: 0 0 6px 0;
padding: 0 0 0 0;
text-align: center;
width: 100%;
display: inline-block;
}
.VolInformSecBGTT,
.VolInformSecBGTT:hover {
font-size: 40px;
font-weight: 600;
line-height: 50px;
color: #fff;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
text-decoration: none;
cursor: pointer;
width: 100%;
display: inline-block;
position: relative;
}
.VolInformSecBGTT:after {
content: '';
position: absolute;
width: 0px;
height: 3px;
background-color: #fff;
bottom: -8px;
left: 50%;
transform: translate(-50%, 0);
transition: all .3s ease-in-out;
}
.VolInformSecBGTT:hover:after {
width: 500px;
}
.VolDeTTSec {
width: 100%;
padding: 60px 0 50px 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.VolDeTTSec p {
font-size: 28px;
font-weight: 600;
line-height: 36px;
color: #383838;
margin: 0 auto;
padding: 0;
width: 85%;
text-align: center;
}
.marginBottom50 {
margin-bottom: 50px;
}
.CustomVolFormSec {
background-color: #f6f6f6;
padding: 80px 0;
margin: 50px 0 0 0;
}
.CustomCon {
width: 100%;
max-width: 650px;
padding: 0 15px;
margin: 0 auto;
}
.CustomVolFormSecTitle {
font-size: 40px;
font-weight: 700;
line-height: 50px;
color: #3a393b;
margin: 0 0 12px 0;
padding: 0 0 0 0;
text-align: center;
width: 100%;
}
.CustomVolFormSecSubTitle {
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: #3a393b;
margin: 0 auto;
padding: 0 0 0 0;
text-align: center;
width: 80%;
}
.CustomVolGForm {
width: 100%;
padding-top: 35px;
}
.CustomVolGForm .gform_heading {
display: none;
}
.CustomVolGForm .gfield_label {
font-size: 18px !important;
font-weight: 600 !important;
line-height: 30px;
color: #5c5d60;
margin: 0 0 0 0 !important;
}
.CustomVolGForm .ginput_container input,
.CustomVolGForm .ginput_container select {
height: 48px !important;
border: 1px solid #e2e2e2;
border-radius: 8px;
background: #fff;
}
.CustomVolGForm .ginput_container input:focus,
.CustomVolGForm .ginput_container select:focus {
outline: 1px solid #00b3dc;
}
.CustomVolGForm .ginput_container input[type=file] {
height: auto !important;
border: none !important;
border-radius: 0;
}
.CustomVolGForm .ginput_container input[type=file]:focus {
outline: 0px solid #00b3dc;
}
.CustomVolGForm .field_description_above {
display: flex;
flex-wrap: wrap;
}
.CustomVolGForm .field_description_above .gfield_label {
width: auto;
}
.CustomVolGForm .field_description_above .gfield_description {
width: auto !important;
display: inline-block;
padding-top: 3px !important;
padding-left: 10px;
padding-bottom: 12px !important;
}
.CustomVolGForm .gfield_checkbox div {
padding: 6px 0;
}
.CustomVolGForm .gfield_checkbox input {
width: 20px;
height: 20px !important;
margin-right: 5px;
}
.CustomVolGForm .gfield_checkbox input:focus {
outline: none;
}
.CustomVolGForm .gfield_checkbox div label {
font-size: 18px !important;
font-weight: 400;
line-height: 30px;
color: #5c5d60;
}
.CustomVolGForm .gfield_radio div {
padding: 6px 0;
position: relative;
}
.CustomVolGForm .gfield_radio div .gformOptionToogleNew {
position: absolute;
top: -33px;
left: 194px;
color: #00a9ce;
font-size: 15px;
}
.CustomVolGForm .gfield_radio div .gformOptionToogleNew:after {
content: '';
position: absolute;
width: 9px;
height: 9px;
border: 1px solid;
top: 5px;
right: -20px;
border-top: 0;
border-right: 0;
transform: rotate(-45deg);
}
.CustomVolGForm .gfield_radio div .gformOptionToogleNew.open:after {
top: 10px;
transform: rotate(135deg);
}
.CustomVolGForm .gfield_radio div input {
width: 20px;
height: 20px !important;
margin-right: 5px;
}
.CustomVolGForm .gfield_radio div input:focus {
outline: none;
}
.CustomVolGForm .gfield_radio div label {
font-size: 18px !important;
font-weight: 400;
line-height: 30px;
color: #5c5d60;
}
.CustomVolGForm .ginput_container_textarea textarea {
height: 120px !important;
border: 1px solid #e2e2e2;
border-radius: 8px;
resize: none;
}
.CustomVolGForm .ginput_container_textarea textarea:focus {
outline: 1px solid #00b3dc;
}
.CustomVolGForm .ginput_container_consent {
display: flex;
align-items: flex-start;
}
.CustomVolGForm .ginput_container_consent input {
min-width: 18px;
min-height: 18px !important;
margin-right: 15px;
height: 18px !important;
margin-top: 3px;
}
.CustomVolGForm .ginput_container_consent input:focus {
outline: none;
}
.CustomVolGForm .ginput_container_consent label {
font-size: 14px;
font-weight: 400;
color: #000;
}
.CustomVolGForm .gform_footer {
position: relative;
overflow: hidden;
width: 300px;
}
.CustomVolGForm .gform_footer::before {
content: '';
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.5);
top: 0;
left: -100%;
position: absolute;
background: linear-gradient(
90deg
,transparent,rgba(255,255,255,.4),transparent);
transition: all .5s ease-in-out;
}
.CustomVolGForm .gform_footer:hover::before {
left: 100%;
}
.CustomVolGForm .gform_footer .gform_button {
width: 100%;
padding: 13px;
border: none;
border-radius: 9px;
background: #f26722;
color: #fff;
font-size: 16px;
letter-spacing: 2px;
cursor: pointer;
height: 60px;
} .CustomVolGForm .gformOptionListNew {
margin: 0 0 15px 0;
padding: 0 0 0 30px;
}
.CustomVolGForm .gformOptionListNew li {
list-style: none;
font-size: 16px;
font-weight: 400;
color: #767676;
padding: 5px 0 5px 25px;
position: relative;
}
.CustomVolGForm .gformOptionListNew li:after {
content: '';
position: absolute;
width: 12px;
height: 6px;
border: 1.5px solid #767676;
top: 35%;
left: 0;
border-top: 0;
border-right: 0;
transform: rotate(-45deg) translate(0, 0);
}
.CustomVolGForm .gform_confirmation_message {
font-size: 24px;
text-align: center;
line-height: normal;
color: #84bd00;
font-weight: 600;
}
.gform_confirmation_message {
color: #fe5000;
font-size: 24px;
font-weight: 500;
text-align: center;
line-height: normal;
}
.VolPageSlideRow {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 0 10px;
}
.VolPageImgSec {
width: 48%;
}
.VolPageImgSec img.MainIMG {
width: 100%;
height: 350px;
border-radius: 8px;
object-fit: cover;
position: relative;
z-index: 1;
}
.VolPageImgSec img.secndIMG {
width: 300px !important;
max-width: 300px;
height: 100px;
margin-top: -50px;
margin-left: -50px;
display: none !important;
}
.VolPageTextSec {
width: 45%;
}
.VolPageTextSec .Title {
font-size: 40px;
font-weight: 600;
line-height: 50px;
color: #00b3dc;
margin: 0 0 10px 0;
padding: 0 0 0 0;
text-align: left;
width: auto;
}
.VolPageTextSec .SubTitle {
font-size: 22px;
font-weight: 600;
line-height: 30px;
color: #3a393b;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: left;
width: auto;
}
.VolunteerDetSlider {
padding: 40px 0 0 0;
}
.SlideSideIMG img {
object-fit: cover;
border-radius: 8px !important;
}
.ImgConVol img {
width: 100% !important;
height: 600px;
object-fit: cover;
object-position: center;
border-radius: 20px !important;
}
.VolSlid {
padding: 40px 0 60px 0;
}
.donateNew {
padding-top: 25px;
}
.donateNew div {
display: flex;
justify-content: center;
}
.ReportCardBlock {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.ReportCardTwo {
width: 33.33%;
padding: 15px;
}
.ReportCardTwo a:hover .ReportCardInside {
background: #00b3dc;
}
.ReportCardTwo a:hover .ReportCardCon h4 {
color: #fff;
}
.DivisionBoxContent p,
.DivisionBoxContent p strong,
.DivisionBoxContent h1,
.DivisionBoxContent h2,
.DivisionBoxContent h3,
.DivisionBoxContent h4,
.DivisionBoxContent h5,
.DivisionBoxContent h6,
.DivisionBoxContent strong {
font-size: 26px;
line-height: 40px;
color: #343434;
font-weight: 700;
text-align: center;
padding: 0;
padding-bottom: 15px;
padding-top: 15px;
}
.ProgramCardImgSecLeft {
width: 290px;
min-width: 290px;
height: 190px;
min-height: 190px;
margin-right: 30px;
}
.ProgramCardImgSecLeft img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ProgramCard.WithIMG {
display: flex;
align-items: flex-start;
}
.ProgramCardDeSection .showLess,
.ProgramCardDeSection.ShowDetails .showMore {
display: none;
}
.ProgramCardDeSection.ShowDetails .showLess {
display: inline-block;
}
.ProgramCardDeSection>div {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
height: 106px;
}
.ProgramCardDeSection.ShowDetails>div {
overflow: unset;
display: unset;
-webkit-line-clamp: unset;
-webkit-box-orient: unset;
height: auto;
}
.MentalHealthSec {
display: flex;
align-items: center;
justify-content: space-between;
padding: 60px 0;
}
.MentalHealthImgSec {
width: 450px;
}
.MentalHealthImgSecBig {
width: 600px;
}
.MentalHealthImgSec img,
.MentalHealthImgSecBig img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.MentalHealthConSec {
width: calc(100% - 500px);
}
.MentalHealthConSecSmall {
width: calc(100% - 700px);
}
.MHBigTT {
font-size: 68px;
font-weight: 800;
color: #00b3dc;
letter-spacing: 1px;
margin-bottom: 21px;
}
.MHMidTT {
font-size: 42px;
font-weight: 800;
color: #5c5d60;
letter-spacing: 1px;
}
.MHContentTT {
font-size: 28px;
font-weight: 800;
color: #5c5d60;
letter-spacing: 1px;
padding: 0;
margin: 0 0 30px 0;
line-height: 38px;
text-align: left;
}
.MHContentTTLink {
font-size: 28px;
font-weight: 700;
color: #00b3dc;
letter-spacing: 1px;
padding: 0;
margin: 10px 0 0px 0;
line-height: 38px;
text-align: left;
background: transparent;
border: none;
display: inline-block;
transition: all .2s ease-in-out;
}
.MHContentTTLink:hover {
color: #029dc0;
}
.MHContentUL {
margin: 0;
padding: 0 0 0 30px;
width: 100%;
}
.MHContentUL li {
width: 100%;
padding: 8px 0;
font-size: 26px;
font-weight: 500;
color: #5c5d60;
letter-spacing: 1px;
line-height: normal;
}
.SubscribeForm {
position: relative;
width: 100%;
max-width: 600px;
display: flex;
margin: auto;
}
.SubscribeForm:after {
content: '';
position: absolute;
width: 20px;
height: 100%;
background-color: #ffffff;
top: 0;
right: -2px;
}
.SubscribeForm iframe {
width: 100%;
height: 100%;
max-width: 600px;
min-width: 320px;
min-height: 920px;
position: relative;
} .GalaBody {
background: #000;
}
.GalaContainer {
width: 100%;
max-width: 900px;
margin: auto;
padding: 60px 15px 80px 15px;
}
.GalaHead {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
margin-bottom: 70px;
}
.GalaHeadLogo {
width: 250px;
height: auto;
}
.GalaHeadTitleSec {
width: calc(100% - 350px);
border-top: 0px solid #969696;
border-bottom: 0px solid #969696;
margin: 0px 0;
padding: 0px 0 0px 50px;
}
.GalaHeadTitle {
width: 100%;
font-size: 36px;
font-weight: 300;
line-height: 150%;
margin: 0px 0 0 0;
color: #fff;
text-align: left;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.GalaHeadSubTitle {
width: 100%;
max-width: 420px;
font-size: 36px;
font-weight: 300;
line-height: 150%;
margin: 0;
color: #fff;
padding: 0;
text-align: left;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.GalBodyCon {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.GalaBodyTitle {
font-size: 36px;
font-weight: 700;
line-height: 48px;
width: 100%;
margin-bottom: 40px;
text-align: center;
color: #dfdfdf;
}
.GalaBodyImg {
width: 100%;
height: auto;
max-width: 760px;
object-fit: contain;
object-position: center;
margin: auto;
}
.GalaBodyTextOne {
font-size: 18px;
font-weight: 400;
line-height: 30px;
width: 100%;
background: #008080;
color: #fff;
padding: 20px 35px;
margin: 50px 0 15px 0;
text-align: left;
}
.GalaBodyTextTwo {
font-size: 18px;
font-weight: 400;
line-height: 30px;
width: 100%;
background: #000;
color: #fff;
padding: 0;
margin: 50px 0 15px 0;
text-align: left;
}
.GalaBodyTextOne p,
.GalaBodyTextTwo p {
font-size: 18px;
font-weight: 400;
line-height: 30px;
width: 100%;
color: #fff;
text-align: left;
padding: 10px 0;
margin: 0;
}
.GalaBodyTextTwo ul li {
font-size: 18px;
font-weight: 400;
line-height: 30px;
width: 100%;
color: #fff;
text-align: left;
padding: 15px 0;
margin: 0;
}
.GalaBodyTextTwo ul li b,
.GalaBodyTextTwo ul li strong {
color: #fff !important;
font-weight: 800 !important;
}
.GalaBodyText {
font-size: 18px;
font-weight: 400;
text-align: left;
line-height: 30px;
color: #fff;
width: 100%;
max-width: 100%;
margin: 0;
padding: 30px 0 0 0;
}
.GalaBodyText a {
color: #fff !important;
}
.GalaBodyLinkText {
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #fff !important;
padding: 18px 28px;
background: transparent;
border-radius: 6px;
border: none;
text-transform: capitalize;
position: relative;
margin-top: 25px;
z-index: 2;
min-width: 200px;
display: inline-block;
}
.GalaBodyLinkText:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #862353;
border-radius: 0px;
transform: scale3d(1, 1, 1);
z-index: -1;
transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.GalaBodyLinkText:hover:after {
transform: scale3d(1.1, 1.2, 1);
}
.GalaSponsourSec {
width: 100%;
padding: 40px 50px;
background: #008080;
margin: 40px 0 0 0;
}
.GalaSponsourTitle {
font-size: 18px;
font-weight: 500;
text-align: left;
color: #fff;
padding: 0;
margin: 0 0 25px 0;
}
.GalaSponsourList {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.GalaSponsourList li {
width: 25%;
list-style: none;
padding: 8px 0;
}
.GalaSponsourList li p {
font-size: 16px;
color: #fff;
padding: 0;
margin: 0;
text-align: left;
}
.GalaNarrowImgSec {
width: 100%;
height: auto; margin: 40px 0 0 0;
}
.GalaNarrowImgSec img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
} @media (min-width:360px) { 
.GalaSponsourList li {
width: 100%;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item {
justify-content: center;
padding: 25px 20px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterIMG {
width: 120px;
margin-bottom: 20px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterCon {
width: 100%;
}
.item .EduCenterCon p.EduCenterTestiTitle {
font-size: 22px;
margin-bottom: 8px;
text-align: center;
}
.item .EduCenterCon p.EduCenterTestiCon,
.item .EduCenterCon p {
font-size: 13px;
line-height: 20px;
text-align: center;
}
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes,
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes p {
-webkit-line-clamp: 11;
}
.bcsTabContentNew p iframe {
width: 340px !important;
height: 190px !important;
}
.OurBenefitsList {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
.ProgramCard.WithIMG {
flex-wrap: wrap;
justify-content: center;
}
.ProgramCard.WithIMG .ProgramDescription {
width: auto;
}
.ProgramCardImgSecLeft {
width: 100%;
min-width: 290px;
height: 240px;
min-height: 190px;
margin-right: 0px;
margin-bottom: 30px;
}
.VolunteerOppImgSec {
height: 200px;
}
.ReportCardTwo {
width: 100%;
}
.ImgConVol img {
height: 200px !important;
}
.SlideSideIMG img {
height: 280px !important;
}
.VolSlideCon div,
.VolSlideCon div h1,
.VolSlideCon div h2,
.VolSlideCon div h3,
.VolSlideCon div h4,
.VolSlideCon div h5,
.VolSlideCon div h6 {
font-size: 28px !important;
line-height: 34px !important;
}
.VolSlideCon div p {
font-size: 18px !important;
line-height: 26px !important;
}
.VolPageImgSec img.secndIMG {
max-width: 250px;
margin-left: 0;
}
.VolPageSlideRow {
padding: 0 10px;
}
.VolPageImgSec img.MainIMG {
height: 200px;
}
.VolPageTextSec .Title {
font-size: 28px;
font-weight: 600;
line-height: 36px;
text-align: center;
}
.VolPageTextSec .SubTitle {
font-size: 16px;
font-weight: 600;
line-height: 22px;
text-align: center;
}
.VolPageImgSec {
width: 100%;
margin-bottom: 25px;
}
.VolPageTextSec {
width: 100%;
}
.VolInformSecSMTT {
font-size: 24px;
line-height: 35px;
}
.VolInformSecBGTT {
font-size: 24px;
line-height: 35px;
}
.VolImageSec img {
height: 200px;
border-radius: 20px;
}
.VolSponsorSecTitle {
font-size: 28px;
line-height: 40px;
}
.VolunteerTitleTwo {
font-size: 28px;
line-height: 40px;
}
.BodySecSmall rs-module-wrap rs-module {
height: 100% !important;
}
.BodySecSmall rs-module-wrap {
height: 190px !important;
}
.FootBigDivTextEdu {
text-align: center;
}
.EduPageAceCard .FirstCard .RoundConSec {
width: 110px;
position: relative;
top: 40px;
left: 30px;
}
.EduPageAceCard .SecondCard .RoundConSec {
width: 110px;
position: relative;
top: 30px;
left: 150px;
}
.EduPageAceCard .ThirdCard .RoundConSec {
width: 80px;
position: relative;
top: 40px;
left: 60px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 12px;
top: unset;
left: unset;
}
.EduPageAceCard .SecondCard .SubTitle {
font-size: 12px;
top: unset;
right: unset;
left: 20px;
}
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 12px;
top: unset;
left: unset;
}
.FootConEdu {
margin: auto;
}
.BodySecSmall iframe {
width: 100%;
height: 220px;
}
.BodySecSmall {
width: 100%;
padding: 50px 0 50px 0;
}
.BodySecBig {
width: 100%;
padding: 50px 0 0px 0;
}
.BodySecBigTitle {
font-size: 30px;
font-weight: 700;
line-height: 42px;
width: 100%;
margin-bottom: 20px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 20px;
font-weight: 400;
line-height: 32px;
width: 100%;
}
.EDUHLogo {
width: 200px;
height: auto;
margin: 0 auto 20px auto;
}
.EDUHeaderTitle {
font-size: 36px;
font-weight: 700;
margin: 0;
width: 100%;
text-align: center;
}
.EduHeadLanSec {
width: 90px;
display: block;
}
.EduHeadLanSecBU {
padding: 4px 8px;
margin: 2px 0;
width: 86px;
}
.EduPageAceSecRow {
justify-content: center;
}
.EduPageAceCard {
width: 320px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 270px;
margin-top: 20px;
margin-bottom: 20px;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 220px;
height: 220px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .FirstCard:hover:after {
box-shadow: 0 0 0 20px rgba(129, 194, 64, .25);
}
.EduPageAceCard .FirstCard img {
width: 230px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: 70px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0;
position: relative;
z-index: 2;
top: unset;
left: unset;
width: unset;
text-align: left;
line-height: 26px;
}
.EduPageAceCard .FirstCard .SideT1 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #92c157;
position: absolute;
top: 10px;
right: 30px;
width: 60px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT2 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #92c157;
position: absolute;
top: 85px;
right: 20px;
width: 60px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT3 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #92c157;
position: absolute;
top: 160px;
right: 40px;
width: 60px;
text-align: left;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 220px;
height: 220px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 240px;
margin-top: 20px;
margin-bottom: 20px;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 210px;
height: 210px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 70px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard:hover:after {
box-shadow: 0 0 0 15px rgb(0 169 206 / 25%);
}
.EduPageAceCard .SecondCard img {
width: 200px;
height: auto;
position: absolute;
z-index: 2;
top: 20px;
left: -20px;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0;
position: relative;
z-index: 2;
top: unset;
right: unset;
width: unset;
text-align: left;
line-height: 26px;
}
.EduPageAceCard .SecondCard .SideT1 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 20px;
right: 0;
width: 50px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT2 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 40px;
left: 0;
width: 50px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT3 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 175px;
right: 40px;
width: 50px;
text-align: left;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 210px;
height: 210px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 70px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 280px;
margin-top: 20px;
margin-bottom: 0px;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 220px;
height: 220px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard:hover:after {
box-shadow: 0 0 0 20px rgb(254 80 0 / 25%);
}
.EduPageAceCard .ThirdCard img {
width: 270px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0;
position: relative;
z-index: 2;
top: unset;
left: unset;
width: unset;
text-align: left;
line-height: 26px;
}
.EduPageAceCard .ThirdCard .SideT1 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #fe5000;
position: absolute;
top: 10px;
right: 50px;
width: 40px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT2 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 40px;
left: 20px;
width: 40px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT3 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 150px;
right: 10px;
width: 40px;
text-align: left;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 220px;
height: 220px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0px;
z-index: 3;
opacity: 0;
} .HomeBannerTT .Text {
font-size: 20px;
line-height: 34px;
}
.HomeBanner {
height: auto;
}
.HomeBannerTT {
width: 100%;
padding-right: 0;
padding-top: 30px;
padding-bottom: 50px;
}
.HomeBannerVideo {
width: 100%;
position: relative;
}
.VolunteerTitle,
.VolunteerTitle h1,
.VolunteerTitle h2,
.VolunteerTitle h3,
.VolunteerTitle h4,
.VolunteerTitle h5,
.VolunteerTitle p {
font-size: 28px;
line-height: 36px;
width: 100%;
}
.VolunteerTitleSmall {
font-size: 20px;
line-height: 32px;
width: 100%;
}
.VolunteerOppcardOnlyText {
padding: 30px;
}
.VolunteerOppcardOnlyText .Text {
line-height: 30px;
}
.VolunteerGalleryRow img {
width: 100%;
height: 370px;
padding: 8px;
}
.Parallaxinside {
width: 100%;
}
.CareerVideoDiv iframe {
width: 100% !important;
height: 240px !important;
}
.VideoDiv iframe {
width: 100% !important;
height: 220px !important;
}
.navbar-expand-md .navbar-collapse {
position: fixed;
top: 128px;
background: #fff;
box-shadow: -2px 6px 13px 0 #33333336;
width: 320px;
height: 92vh;
right: -350px;
overflow: auto;
padding: 15px 0px 50px 0px;
display: block;
transition: all .3s ease-in-out;
}
.start-header.scroll-on .navbar-expand-md .navbar-collapse {
top: 114px;
}
.navbar-expand-md .navbar-collapse.show {
right: -1px;
}
.navbar-light .navbar-nav .nav-link {
display: flex;
justify-content: space-between;
}
.dropdown-menu ul.CollapseMenu {
flex-wrap: wrap;
}
.nav-item.show .dropdown-menu ul.CollapseMenu {
display: block;
}
ul.CollapseMenu li {
width: 100%;
}
ul.CollapseMenu li.LeftChildNew {
padding-left: 0px;
}
ul.CollapseMenu li.RightChildNew {
padding-right: 0px;
}
.dropdown-content .nav-item, .dropdown-content .nav-item a, .dropdown-content .nav-item.show a {
padding: 2px 15px;
}
ul.CollapseMenu li {
padding-top: 15px;
padding-bottom: 15px;
}
ul.CollapseMenu .dropdown::before {
top: 54px;
}
.HeadTopSec .HeadTopText {
display: none;
}
.DonateBUHeader img {
}
.navbar-brand img{
height: 40px;
margin: 16px 0;
}
.start-header.scroll-on .navbar-brand img {
height: 35px;
}
.HeadTopSecAda {
background: transparent;
padding: 11px 10px 11px 20px;
}
.scroll-on .SmallHead .HeadTopSecAda {
padding: 6px 10px 6px 20px;
}
.Search {
margin-top: 4px;
margin-left: auto;
}
.SearchBUHeader {
text-align: center;
padding-top: 0px;
padding-left: 0px;
padding-right: 10px;
margin: 0 10px 0 0px;
color: #646464;
border-left: 0px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
}
.NavDropDBU {
margin-left: 0;
}
.HeadTopSec img {
margin-right: 0px;
margin-top: 0px;
}
.HeadTopSec {
padding: 11px 15px;
}
.scroll-on .SmallHead .HeadTopSec {
padding: 6px 12px;
}
.Search .HeaderSearch {
position: absolute;
right: 0%;
width: 100%;
top: 12px;
opacity: 0;
padding: 15px;
border: none;
border-radius: 5px;
box-shadow: 1px 1px 7px 0 #33333363;
font-size: 16px;
transition: all .3s ease-in-out;
z-index: -1;
}
.Search.open .HeaderSearch {
right: 0%;
width: 100%;
top: 82px;
opacity: 1;
z-index: 2;
}
.nav-link.MainNav {
padding: 15px 15px !important;
}
.scroll-on .nav-link.MainNav {
padding: 15px 15px !important;
}
.nav-item .dropdown-menu {
padding: 0px !important;
}
.nav-item .dropdown-menu:before {
display: none;
}
.FootBigDiv {
width: 100%;
text-align: center;
}
.FootSmallDiv {
width: 100%;
padding: 0 25px;
}
.FootBigDiv img.Logo {
min-width: 240px;
max-width: 250px;
}
.FootBigDivText {
width: 100%;
text-align: center;
}
.FootLogoSec img {
max-width: 80px;
max-height: 65px;
object-fit: contain;
object-position: center;
margin: 0 6px;
}
.InstaDiv40 {
width: 100%;
}
.InstaDiv20 {
width: 100%;
}
.InstaDivUnder100 {
height: 250px;
}
.InstaDivUnder100::before {
width: 85%;
height: 100%;
bottom: 0px;
left: -29px;
}
.ParallaxinsideBig {
width: 100%;
}
.NewsletterFormSec {
width: 100%;
flex-wrap: wrap;
}
.VideoDiv {
width: 90%;
}
.VideoDiv::after {
right: 40px;
bottom: -100px;
}
.HomeCommService50 {
width: 100%;
}
.HomeCommService50:first-child {
margin-bottom: 0px;
}
.AboutCommService50 {
width: 100%;
}
.AboutCommService50:last-child {
margin-bottom: 80px;
}
.DonateTitle {
margin-right: 0;
margin-bottom: 30px;
font-size: 48px;
}
.HomeCustDiv50 {
width: 100%;
}
.HomeCustDiv25 {
width: 100%;
}
.HomeCustDiv75 {
width: 100%;
}
.CounterDiv25 {
width: 100%;
padding: 15px;
position: relative;
}
.CounterDiv25:after {
content: '';
position: absolute;
width: 1px;
height: 100%;
background: #e0e0e0;
right: 0;
top: 0;
display: none;
}
.CounterDiv25:nth-child(3):before {
content: '';
position: absolute;
width: 94%;
height: 1px;
background: #e0e0e0;
left: 3%;
bottom: 0;
}
.CounterDiv25:nth-child(2):before {
content: '';
position: absolute;
width: 94%;
height: 1px;
background: #e0e0e0;
left: 3%;
bottom: 0;
}
.CounterDiv25:nth-child(1):before {
content: '';
position: absolute;
width: 94%;
height: 1px;
background: #e0e0e0;
left: 3%;
bottom: 0;
}
.CounterDiv25:nth-child(2):after {
display: none;
}
.CounterDiv25:last-child:after {
display: none;
}
.ParallaxHomeSelect .form-control {
width: 240px;
}
.InstaDivUnder50 {
width: 100%;
}
.NewsletterTitle {
font-size: 42px;
line-height: 60px;
}
.ImgDiv .title h2 {
font-size: 22px;
}
.ImgDiv .title {
max-width: 90%;
}
.HomeTopImgSec .Alter:nth-child(odd) .title {
border-bottom-right-radius: 0px;
top: auto;
border-top-right-radius: 10px;
bottom: 0;
}
.HomeTopImgSec .Alter:nth-child(even) .title {
border-top-right-radius: 10px;
bottom: 0;
}
.FirstSecImg {
height: 300px;
}
.SecondSecImg {
height: 200px;
}
.HomeMapDiv img {
height: 280px;
}
.AboutMapDiv img,
.AboutMapDiv #map {
height: 280px !important;
}
.SpeakersIMGDiv img {
height: 280px;
}
.CareerVideoDiv .CareerVimg,
.CareerVideoDiv #map {
height: 380px !important;
}
.VideoDiv .VideoIMG {
height: 340px;
}
.PlayBu {
width: 80px;
height: 80px;
padding: 28px;
}
.PlayBu::after {
content: '';
width: 220px;
height: 220px;
border: 45px solid #f26722;
}
.NewsletterFormBU {
width: 100%;
}
.SupportersTabMain {
width: 100%;
}
.TabHalfDiv {
width: 100%;
}
.TabDonerList {
flex-wrap: wrap;
}
.TabDonerListClient {
flex-wrap: wrap;
}
.ImgDivMain {
min-width: unset;
height: 260px;
margin: 0 auto 80px auto;
}
.ImgDivMainClient {
min-width: unset;
height: 260px;
margin: 0 auto 90px auto;
}
.DonerImg  {
width: 260px;
height: 260px;
}
.SMTabsUL li {
width: 100%;
}
.SMTabsUL li a.active::before {
content: '';
position: absolute;
width: 5px;
height: 100%;
top: 0px;
left: 0;
background: #00b5e0;
}
.SMTabsUL li a.active::after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border: 5px solid #00b5e0;
left: 3px;
top: 50%;
transform: rotateZ(
-45deg
) translate(0%, -50%);
border-top: 0;
border-left: 0;
}
.ModalFavPlace {
flex-wrap: wrap;
}
.ModalFavPlaceCon {
margin-left: 0px;
margin-top: 30px;
}
.SupportersSlider {
margin-top: 128px;
}
.LeadershipSlider {
margin-top: 128px;
}
.NewsPressSlider {
margin-top: 128px;
}
.NewsTabCardMain {
width: 100%;
}
.WhatWeRow {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
padding:  100px 0;
margin: 0 0px;
}
.OurHistoryRow {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
padding:  100px 0;
margin: 0 0px;
}
.WhatDiv50 {
width: 100%;
display: block;
padding: 0 0px;
}
.WhatWeRow:nth-child(odd) .WhatDiv50:nth-child(odd) {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}
.WhatWeRow:nth-child(odd) .WhatDiv50:nth-child(even) {
margin-bottom: 100px;
}
.WhatWeRow:nth-child(even) .WhatDiv50:nth-child(odd) {
margin-bottom: 100px;
}
.WhatIMGDiv::after {
right: unset;
left: -60px;
bottom: -60px;
}
.WhatIMGDiv img {
height: 300px;
}
.HistoryMainIMGDiv img {
height: 360px;
}
.NewsTabCard img,
.NewsTabCard iframe {
height: 200px;
}
.DonnerContentClient p.ClientDesQu,
.DonnerContentClient h3,
.DonnerContentClient p.Des,
.DonnerContentClient p,
.DonnerContent h3,
.LeaderTitle,
.DonnerContent p.Des,
.DonnerContentClient,
.DonnerContent {
text-align: center;
}
.TabDonerListClient {
padding: 0px 0px 80px 0px;
}
.StickysideTab {
width: 100%;
position: relative;
top: 0;
}
.StickysideTab .nav-tabs {
border-right: 0px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
padding-right: 0px;
padding-bottom: 50px;
}
.tab-content.Sticky {
width: 100%;
padding-left: 0px;
padding-top: 80px;
}
.AboutMapDiv::after {
right: -10px;
bottom: -65px;
}
.SpeakersIMGDiv::after {
right: -10px;
bottom: -65px;
}
.CareerVideoDiv::after {
right: -10px;
bottom: -65px;
}
.CoreValueSec {
width: 100%;
padding: 25px 0;
}
.contactTab {
width: 100%;
margin-bottom: 50px;
}
.BannerTitle {
width: 100%;
}
.OurHistoryRow .WhatDiv50:first-child {
margin-bottom: 90px;
} .HistoryTopCon {
width: 100%;
}
section#History article div.ConPanel {
width: 100%;
}
section#History article div.ConPanel .PanelBody:after {
display: none;
}
section#History .YearBU {
position: relative;
top: 0%;
left: 50%;
transform: translate(-50%, 0%);
}
section#History article {
margin-top: 25px;
}
.YearLaps:nth-child(odd) .ConPanel .PanelBody p {
text-align: center;
}
.YearLaps:nth-child(even) .ConPanel .PanelBody p {
text-align: center;
}
.ReportCard {
width: 100%;
}
.LongIMG {
height: 280px;
}
.SmallIMG {
height: 160px;
}
.HomeMapDiv #map {
height: 380px !important;
}
.NewsletterFormSec .gform_legacy_markup_wrapper form {
flex-wrap: wrap;
}
.NewsletterFormSec svg {
display: none;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer {
width: 100%;
}
.InstaMainDiv .InstaDiv40 #sb_instagram #sbi_images .sbi_item {
width: 100%;
}
.PastSecSubTi,
.PastSecSubTi p {
width: 100%;
}
.SpeakersIMGDiv {
margin-bottom: 0px;
}
.CareerVideoDiv {
margin-bottom: 0px;
}
.PastSSpeakerCon li {
width: 100%;
}
.FunderList {
width: 100%;
}
.YearLaps:nth-child(odd) .HistoryIMG {
right: unset;
left: CalC(0px + 50%);
transform: translate(-50%, 0px);
top: -80px;
position: relative;
}
.YearLaps:nth-child(even) .HistoryIMG {
left: CalC(0px + 50%);
transform: translate(-50%, 0px);
top: -80px;
position: relative;
}
.HistoryIMG {
width: 300px;
height: 0px;
}    .CareerDivDiverSmall {
width: 100%;
}
.CareerDivDiverBig {
width: 100%;
}
.CareerDivDiverSmallSticky {
width: 100%;
}
.CareerDivDiverBigSticky {
width: 100%;
}
.CareerVideoDiv {
margin-bottom: 80px;
}
.TestiSlideDiv {
height: auto;
}
.TestiSlideDivMain .item {
padding-left: 0px;
padding-top: 180px;
}
.TestiSlideDivMain .item .itemInside {
padding: 80px 30px 30px 30px;
border-top-left-radius: 80px;
border-bottom-left-radius: 0px;
border-top-right-radius: 80px;
border-bottom-right-radius: 0px;
}
.TestiSlideDivMain .item .itemInside img {
width: 180px;
height: 180px;
border: 10px solid #e2e2e2;
left: 50%;
top: -10%;
transform: translate(-50%, -50%);
}
.MainContent {
font-size: 20px;
line-height: 34px;
}
.TestiName {
padding-top: 20px;
}
.TestiSliderMain {
margin: 0 -12px;
}
.TestiSliderText {
width: 90%;
}
.DivisionBox {
width: 100%;
}
.DivisionBox.Full {
width: 100% !important;
}
.StatementBox {
width: 100%;
}
.StateSign {
position: relative;
margin-top: 15px;
}
.SearchCon {
width: 100%;
float: left;
padding-right: 0px;
padding-bottom: 50px;
}
.SearchRecNews {
width: 100%;
float: left;
padding-left: 0px;
padding-top: 50px;
position: relative;
top: 0px;
}
.Contact1TabHalf {
width: 100%;
padding-top: 60px;
}
.ContactTabForm {
padding: 60px 20px;
}
.ContactTable table tbody tr td:nth-child(1) {
min-width: 350px;
}
.ContactTable table tbody tr td:nth-child(2) {
min-width: 185px;
}
.ContactTable table tbody tr td:nth-child(3) {
min-width: 330px;
}
.ContactTable table tbody tr td:nth-child(4) {
min-width: 195px;
}
.ContactTable table tbody tr td:nth-child(5) {
min-width: 260px;
}
.SIATextDiv {
width: 100%;
}
.SIAFilter {
flex-wrap: wrap;
}
.FilterSec {
width: 100%;
}
.FilterBuSec {
width: 100%;
}
.VolunteerOppHalf {
width: 100%;
}
.VolunteerOppBody {
padding: 25px 20px 20px 20px;
}
.VolunteerOppBodyTitle {
font-size: 20px;
}
.VolunteerOppBodyDes,
.VolunteerOppBodyDes p {
font-size: 14px;
}
.OppDatePlace p,
.OppDatePlace div {
font-size: 14px;
}
.PopsActionCard {
width: 33.33%;
padding: 35px 12px 20px 12px;
}
.PopsActionCard:nth-child(1),
.PopsActionCard:nth-child(2) {
width: 50%;
}
.PopsConBodySmall {
width: 100%;
}
.PopsConBodyBig {
width: 100%;
padding-top: 30px;
}
.ContactFormPops {
width: 100%;
}
.VolunteerFormModalHeadXL {
padding: 50px 20px;
}
.VolunteerFormModalTitleXL {
font-size: 30px;
line-height: 40px;
}
.MisionVisionPopsConBody {
padding: 50px 20px;
}
.WidhListImgDiv {
width: 100%;
}
.WidhListConDiv {
width: 100%;
padding-left: 0px;
padding-top: 40px;
}
.VolunteerParalaxDestop {
width: 100%;
}
.VolunteerParalaxDivHalf {
width: 100%;
}
.VolunteerParalaxDivHalf:first-child {
border-bottom: 1px solid #414e5b;
}
.VolunteerParalaxRow::after {
display: none;
}
.DFlexCenter img {
width: 280px;
height: 280px;
}
.VolunteerFormModalTitle {
font-size: 30px;
line-height: 40px;
}
.VolunteerFormModalBody {
padding: 50px 25px;
}
.navbar-light .navbar-nav .nav-link.MainNav svg {
display: none;
}
.navbar-light .navbar-nav .MenuLinkMain svg.Modile {
display: block;
}
.SelectLang select {
max-width: 100px;
font-size: 14px;
}
.HomeBuDonate {
width: auto;
margin-left: 15px;
margin-top: 0;
}
.PositionCardBottom {
flex-wrap: wrap;
}
.ApplyBU {
padding: 10px 0 0 35px;
}
.cookiesBU {
width: 100%;
min-width: 280px;
padding-top: 15px;
}
.ContactTableTitle {
width: 100%;
}
.ContabSearch {
width: 100%;
margin-top: 15px;
}
.HomeBannerText .Text {
font-size: 18px;
line-height: 26px;
position: relative;
background: #fff;
width: 90%;
padding: 0px 0px 20px 0px;
border-radius: 3px;
}
.HomeBannerText {
width: 100%;
}
.HomeBannerImg {
width: 100%;
}
.DonateBUHeaderIcon {
margin-top: 0px; }
.DonateBUHeader {
display: flex;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
background: #f26722;
text-decoration: none;
padding: 0 12px;
height: 46px;
text-align: center;
padding-top: 0px;
transition: all .3s ease-in-out; }
.ADALink span {
white-space: nowrap;
overflow: hidden;
display: block;
}
.EventTargetBU {
width: 34%;
height: 21%;
display: block;
background: transparent;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0px);
}
.EventModal {
margin: 0.5rem 25px;
}
.BoardMemDiv ul li {
width: 100%;
padding: 20px 5px;
}
.CareerConFormat h1,
.CareerConFormat h2,
.CareerConFormat h3,
.CareerConFormat h4,
.CareerConFormat h5 {
font-size: 36px;
line-height: 52px;
font-weight: 700;
margin-bottom: 35px;
max-width: 100%;
}
.FootMenu,
.FootIconSec {
justify-content: center;
}
.FootSmallDiv .SubTitle,
.FootSmallDiv .SubTitleEdu {
text-align: center;
width: 100%;
}
.FootSmallDiv .FootCon, 
.FootSmallDiv .FootCon a,
.FootSmallDiv .FootConEdu, 
.FootSmallDiv .FootConEdu a,
.FootSmallDiv .FootConEdu2, 
.FootSmallDiv .FootConEdu2 a {
text-align: center;
display: block;
}
.WhoWeAreCard {
width: 100%;
} .FootMenu li,
.FootMenu li a {
font-size: 16px;
line-height: 45px;
}
.FootFullDivUnder {
justify-content: center;
}
.FootLogoSec {
margin-bottom: 15px;
}
.CareerConLink,
.CareerConLink a,
.CareerConLink p {
font-size: 22px;
}
.ADALink {
margin-right: 22px;
font-size: 14px;
}
.ADALink:after {
content: '';
position: absolute;
width: 1px;
height: 200%;
right: -15px;
top: -10px;
background: #67686b;
}
.OppDatePlace div {
width: 100%;
margin-bottom: 10px;
}
.OppDatePlace div:last-child {
margin-bottom: 0px;
}    
.scroll-on .SmallHead .DonateBUHeader {
height: 37px
}
.InstaText {
margin-bottom: 30px;
}
.HeadTopFlex {
justify-content: flex-end;
padding: 0 1px;
}
.DonateOne {
display: inline-block;
}
.DonateTwo {
display: none;
}
.EduPage .modal-header h5 {
font-size: 19px;
}
.EduPage .modal-header {
padding: 1rem 1rem;
}
}
@media (min-width: 400px) {
.HeadTopFlex {
padding: 0 12px;
}
}
@media (min-width:480px) {
.DonateBUHeaderIcon {
display: block;
}
.item .EduCenterCon p.EduCenterTestiTitle {
font-size: 24px;
margin-bottom: 15px;
text-align: center;
}
.item .EduCenterCon p.EduCenterTestiCon,
.item .EduCenterCon p {
font-size: 15px;
line-height: 25px;
text-align: center;
}
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes,
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes p {
-webkit-line-clamp: 7;
}
.bcsTabContentNew p iframe {
width: 420px !important;
height: 240px !important;
}
.ReportCardTwo {
width: 50%;
}
.ImgConVol img {
height: 300px !important;
}
.VolInformSecSMTT {
font-size: 28px;
line-height: 40px;
}
.VolInformSecBGTT {
font-size: 28px;
line-height: 40px;
}
.VolImageSec img {
height: 300px;
}
.EduPage .modal-header h5 {
font-size: 20px;
}
.EduPage .modal-header {
padding: 1rem 2rem;
}
.DonateOne {
display: none;
}
.DonateTwo {
display: inline-block;
}
.HeadTopFlex {
justify-content: flex-end;
}
.ADALink {
display: block;
}
.HeadTopSec {
padding: 11px 16px;
}
.HeadTopSecAda {
background: transparent;
padding: 11px 10px 11px 22px;
}
.BodySecSmall rs-module-wrap {
height: 258px !important;
}
.EduPageAceCard .FirstCard .RoundConSec {
width: 140px;
position: relative;
top: 50px;
left: 40px;
}
.EduPageAceCard .SecondCard .RoundConSec {
width: 140px;
position: relative;
top: 50px;
left: 200px;
}
.EduPageAceCard .ThirdCard .RoundConSec {
width: 100px;
position: relative;
top: 60px;
left: 70px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 13px; }
.EduPageAceCard .SecondCard .SubTitle {
font-size: 13px; }
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 13px; }
.InstaMainDiv .InstaDiv40 #sb_instagram #sbi_images .sbi_item {
width: 100%;
}
.SelectLang select {
max-width: 112px;
}
.ADALink {
margin-right: 50px;
}
.ADALink:after {
content: '';
position: absolute;
width: 2px;
height: 70%;
right: -30px;
top: 15%;
background: #fff;
}
.FootLogoSec img {
max-width: 120px;
max-height: 70px;
object-fit: contain;
object-position: center;
margin: 0 15px;
}
.EduPageAceCard {
width: 388px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 340px;
margin-top: 20px;
margin-bottom: 20px;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 280px;
height: 280px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .FirstCard:hover:after {
box-shadow: 0 0 0 20px rgba(129, 194, 64, .25);
}
.EduPageAceCard .FirstCard img {
width: 290px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: 70px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .FirstCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 20px;
right: 35px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 105px;
right: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 190px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 280px;
height: 280px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 340px;
margin-top: 20px;
margin-bottom: 20px;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 270px;
height: 270px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 90px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard:hover:after {
box-shadow: 0 0 0 15px rgb(0 169 206 / 25%);
}
.EduPageAceCard .SecondCard img {
width: 260px;
height: auto;
position: absolute;
z-index: 2;
top: 30px;
left: -20px;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .SecondCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 20px;
right: -20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 50px;
left: 10px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 230px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 270px;
height: 270px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 90px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 340px;
margin-top: 20px;
margin-bottom: 0px;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 270px;
height: 270px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard:hover:after {
box-shadow: 0 0 0 20px rgb(254 80 0 / 25%);
}
.EduPageAceCard .ThirdCard img {
width: 330px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .ThirdCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
top: 10px;
right: 50px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 60px;
left: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 180px;
right: 0px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 270px;
height: 270px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0px;
z-index: 3;
opacity: 0;
}
.HeadTopBUDr svg {
left: -19px;
width: 15px;
}
}
@media (min-width:576px) {
.bcsTabContentNew p iframe {
width: 500px !important;
height: 280px !important;
}
.ProgramCardImgSecLeft {
width: 290px;
min-width: 290px;
height: 190px;
min-height: 190px;
margin-right: 0px;
margin-bottom: 30px;
}
.ImgConVol img {
height: 400px !important;
}
.VolPageImgSec img.secndIMG {
max-width: 300px;
margin-left: -50px;
}
.VolPageSlideRow {
padding: 0 10px;
}
.VolPageTextSec .Title {
font-size: 32px;
font-weight: 600;
line-height: 40px;
text-align: center;
}
.VolPageTextSec .SubTitle {
font-size: 18px;
font-weight: 600;
line-height: 24px;
text-align: center;
}
.VolPageImgSec img.MainIMG {
height: 250px;
}
.VolImageSec img {
height: 400px;
}
.BodySecSmall rs-module-wrap {
height: 298px !important;
}
.BodySecSmall iframe {
width: 100%;
height: 320px;
}
.BodySecBigTitle {
font-size: 36px;
font-weight: 700;
line-height: 48px;
width: 100%;
margin-bottom: 25px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 24px;
font-weight: 400;
line-height: 34px;
width: 100%;
}
.EDUHLogo {
width: 300px;
margin: unset;
}
.EDUHeaderTitle {
font-size: 48px;
font-weight: 700;
margin: 20px 0 0 0px;
}
.EduHeadLanSec {
width: 90px;
display: block;
}
.EduHeadLanSecBU {
padding: 4px 8px;
margin: 2px 0;
width: 86px;
}
.InstaText {
margin-bottom: 50px;
}
.InstaDivUnder100 {
height: 320px;
} .HomeBannerTT {
padding-top: 50px;
padding-bottom: 60px;
}
.HomeBannerTT .Text {
font-size: 22px;
line-height: 38px;
}
.OppDatePlace div {
width: 50%;
margin-bottom: 0px;
}
.VolunteerGalleryRow img {
width: 50%;
height: 300px;
}
.Parallaxinside {
width: 80%;
}
.CareerVideoDiv iframe {
width: 100% !important;
height: 340px !important;
}
.VideoDiv iframe {
width: 100% !important;
height: 360px !important;
}
.navbar-brand img{
height: 45px;
margin: 16px 0;
}
.start-header.scroll-on .navbar-brand img {
height: 40px;
}
.HeadTopSecAda { background: #67686b;
padding: 11px 20px 11px 40px;
}
.scroll-on .SmallHead .HeadTopSecAda {
padding: 6px 20px 6px 40px;
}
.HeadTopSec {
padding: 11px 30px;
}
.scroll-on .SmallHead .HeadTopSec {
padding: 6px 15px;
}
.FootSmallDiv {
width: 100%;
padding: 0 15px;
}
.FootBigDiv img.Logo {
min-width: 270px;
max-width: 300px;
}
.FootLogoSec img {
max-width: 130px;
max-height: 80px;
margin: 0 15px;
}
.CounterDiv25 {
width: 50%;
padding: 15px;
position: relative;
}
.CounterDiv25:after {
content: '';
position: absolute;
width: 1px;
height: 100%;
background: #e0e0e0;
right: 0;
top: 0;
display: block;
}
.CounterDiv25:nth-child(2):before {
content: '';
position: absolute;
width: 98%;
height: 1px;
background: #e0e0e0;
right: 0;
left: auto;
bottom: 0;
}
.CounterDiv25:nth-child(1):before {
content: '';
position: absolute;
width: 98%;
height: 1px;
background: #e0e0e0;
left: 0;
bottom: 0;
}
.CounterDiv25:nth-child(2):after,
.CounterDiv25:nth-child(3):before {
display: none;
}
.CounterDiv25:last-child:after {
display: none;
}
.ImgDiv .title {
max-width: 80%;
}
.InstaDivUnder100::before {
width: 90%;
height: 100%;
bottom: 0px;
left: -265px;
}
.NewsletterTitle {
font-size: 48px;
line-height: 70px;
}
.ParallaxHomeSelect .form-control {
width: 310px;
}
.DonateTitle {
font-size: 60px;
}
.VideoDiv {
width: 100%;
}
.InstaDivUnder50 {
width: 50%;
}
.ImgDiv .title h2 {
font-size: 28px;
}
.FirstSecImg {
height: 400px;
}
.SecondSecImg {
height: 250px;
}
.HomeMapDiv img {
height: 400px;
}
.AboutMapDiv img,
.AboutMapDiv #map {
height: 400px !important;
}
.SpeakersIMGDiv img {
height: 400px;
}
.CareerVideoDiv .CareerVimg,
.CareerVideoDiv #map {
height: 500px !important;
}
.VideoDiv .VideoIMG {
height: 540px;
}
.PlayBu {
width: 100px;
height: 100px;
padding: 37px;
}
.PlayBu::after {
content: '';
width: 240px;
height: 240px;
border: 45px solid #f26722;
}
.NewsletterFormSec {
flex-wrap: nowrap;
}
.NewsletterFormBU {
width: auto;
}
.SupportersSlider {
margin-top: 132px;
}
.LeadershipSlider {
margin-top: 132px;
}
.NewsPressSlider {
margin-top: 132px;
}
.WhatIMGDiv img {
height: 450px;
}
.HistoryMainIMGDiv img {
height: 650px;
}
.NewsTabCard img,
.NewsTabCard iframe {
height: 320px;
}
.AboutMapDiv::after {
right: -28px;
bottom: -65px;
}
.SpeakersIMGDiv::after {
right: -28px;
bottom: -65px;
}
.CareerVideoDiv::after {
right: -28px;
bottom: -65px;
}
.ReportCard {
width: 50%;
}
.HomeMapDiv #map {
height: 550px !important;
}
.HistoryIMG {
width: 400px;
height: 0px;
}    .start-header.scroll-on .navbar-expand-md .navbar-collapse {
top: 119px;
}
.navbar-expand-md .navbar-collapse {
top: 133px;
}
.TestiSliderMain {
margin: 0 -25px;
}
.ContactTabForm {
padding: 60px 80px;
}
.FilterSec {
width: 47.9%;
}
.FilterBuSec {
width: 47.9%;
}
.VolunteerOppBody {
padding: 25px 25px 20px 25px;
}
.VolunteerOppBodyTitle {
font-size: 22px;
}
.VolunteerOppBodyDes,
.VolunteerOppBodyDes p {
font-size: 16px;
}
.OppDatePlace p,
.OppDatePlace div {
font-size: 16px;
}
.DFlexCenter img {
width: 350px;
height: 350px;
}
.HomeBuDonate {
width: auto;
margin-left: 15px;
margin-top: 0px;
}
.PositionCardBottom {
flex-wrap: nowrap;
}
.ApplyBU {
padding: 0px 0 0 0px;
}
.cookiesBU {
width: 100%;
min-width: 496px;
padding-top: 15px;
}
.DonateBUHeader {
display: flex;
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
background: #f26722;
text-decoration: none;
padding: 0 15px;
height: 46px;
text-align: center;
padding-top: 0px;
transition: all .3s ease-in-out;
}
.ADALink span {
white-space: nowrap;
overflow: hidden;
display: block;
}
.EventTargetBU {
width: 165px;
height: 95px;
display: block;
background: transparent;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0px);
}
.EventModal {
margin: 1.75rem auto;
}
.CareerConFormat h1,
.CareerConFormat h2,
.CareerConFormat h3,
.CareerConFormat h4,
.CareerConFormat h5 {
font-size: 40px;
line-height: 52px;
font-weight: 700;
margin-bottom: 35px;
max-width: 100%;
}
.CareerConLink,
.CareerConLink a,
.CareerConLink p {
font-size: 25px;
}
.VolunteerOppImgSec {
height: 320px;
}
}
@media (min-width:768px) {
.MentalHealthImgSec {
width: 300px;
}
.MentalHealthImgSecBig {
width: 400px;
}
.MentalHealthConSec {
width: calc(100% - 350px);
}
.MentalHealthConSecSmall {
width: calc(100% - 450px);
}
.MHBigTT {
font-size: 42px;
}
.MHMidTT {
font-size: 24px;
}
.MHContentTT {
font-size: 18px;
line-height: 24px;
}
.MHContentTTLink {
font-size: 18px;
}
.MHContentUL li {
font-size: 16px;
} 
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item {
justify-content: center;
padding: 30px 30px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterIMG {
width: 150px;
margin-bottom: 25px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterCon {
width: 100%;
}
.item .EduCenterCon p.EduCenterTestiTitle {
font-size: 26px;
margin-bottom: 15px;
text-align: center;
}
.item .EduCenterCon p.EduCenterTestiCon,
.item .EduCenterCon p {
font-size: 16px;
line-height: 26px;
text-align: center;
}
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes,
.owl-carousel.VolunteerTesti.EduCenter .item .VoTestiCardBodyDes p {
-webkit-line-clamp: 6;
}
.EduPageAceCard {
width: 230px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 240px;
margin-top: -10px;
margin-bottom: 0px;
}
.EduPageAceCard .FirstCard img {
width: 210px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: -10px;
}
.EduPageAceCard .FirstCard .RoundConSec {
width: 100px;
position: relative;
top: 30px;
left: 30px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 16px;
font-weight: 600;
color: #fff;
margin: 0;
text-align: left;
line-height: 24px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 11px;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 280px;
height: 280px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 200px;
height: 200px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 240px;
margin-top: -20px;
margin-bottom: 0px;
}
.EduPageAceCard .SecondCard img {
width: 190px;
height: auto;
position: absolute;
z-index: 2;
top: 30px;
left: -30px;
}
.EduPageAceCard .SecondCard .RoundConSec {
width: 120px;
position: relative;
top: 20px;
left: 120px;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 16px;
font-weight: 600;
color: #fff;
margin: 0;
text-align: left;
line-height: 24px;
}
.EduPageAceCard .SecondCard .SubTitle {
font-size: 11px;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 200px;
height: 200px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 40px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 200px;
height: 200px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 40px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 240px;
margin-top: -10px;
margin-bottom: 0px;
}
.EduPageAceCard .ThirdCard img {
width: 200px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: -25px;
}
.EduPageAceCard .ThirdCard .RoundConSec {
width: 100px;
position: relative;
top: 40px;
left: 55px;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 16px;
font-weight: 600;
color: #fff;
margin: 0;
text-align: left;
line-height: 24px;
}
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 11px;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 200px;
height: 200px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 30px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 200px;
height: 200px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 30px;
transition: all .3s ease-in-out;
}
.ReportCardTwo {
width: 33.33%;
}
.ImgConVol img {
height: 500px !important;
}
.scroll-on .SmallHead .HeadTopSecAda {
padding: 6px 20px 6px 40px;
}
.HeadTopSec {
padding: 11px 30px;
}
.scroll-on .SmallHead .HeadTopSec {
padding: 6px 30px;
}
.VolPageSlideRow {
padding: 0 10px;
}
.VolPageTextSec .Title {
font-size: 40px;
font-weight: 600;
line-height: 50px;
text-align: center;
}
.VolPageTextSec .SubTitle {
font-size: 22px;
font-weight: 600;
line-height: 30px;
text-align: center;
}
.VolPageImgSec img.MainIMG {
height: 300px;
}
.VolInformSecSMTT {
font-size: 40px;
line-height: 50px;
}
.VolInformSecBGTT {
font-size: 40px;
line-height: 50px;
}
.VolImageSec img {
height: 500px;
border-radius: 30px;
}
.VolSponsorSecTitle {
font-size: 40px;
line-height: 50px;
}
.VolunteerTitleTwo {
font-size: 40px;
line-height: 50px;
}
.HeadTopSecAda { background: #67686b;
padding: 11px 20px 11px 40px;
}
.DonateBUHeader {
display: flex;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #f26722;
text-decoration: none;
padding: 0 20px;
height: 46px;
text-align: center;
padding-top: 0px;
transition: all .3s ease-in-out; }
.BodySecSmall rs-module-wrap {
height: 390px !important;
}
.BodySecSmall iframe {
width: 100%;
height: 420px;
}
.BodySecBigTitle {
font-size: 36px;
font-weight: 700;
line-height: 48px;
width: 100%;
margin-bottom: 25px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 24px;
font-weight: 400;
line-height: 34px;
width: 100%;
}
.InstaDivUnder100 {
height: 400px;
} .OppDatePlace div {
width: 100%;
margin-bottom: 10px;
}
.FootMenu li {
padding: 0 15px;
}
.FootMenu li a {
font-size: 18px;
}
.VolunteerTitle,
.VolunteerTitle h1,
.VolunteerTitle h2,
.VolunteerTitle h3,
.VolunteerTitle h4,
.VolunteerTitle h5,
.VolunteerTitle p {
font-size: 30px;
line-height: 40px;
}
.VolunteerTitleSmall {
font-size: 22px;
line-height: 36px;
width: 100%;
}
.VolunteerOppcardOnlyText {
padding: 15px;
}
.VolunteerOppcardOnlyText .Text {
line-height: 28px;
}
.VolunteerGalleryRow img {
height: 370px;
}
.CareerVideoDiv iframe {
width: 100% !important;
height: 440px !important;
}
.VideoDiv iframe {
width: 100% !important;
height: 460px !important;
}
.DonateBUHeader {
display: flex;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
background: #f26722;
text-decoration: none;
padding: 0 35px;
height: 46px;
text-align: center;
padding-top: 0px;
transition: all .3s ease-in-out;
}
.HomeCustDiv50 {
width: 100%;
}
.HomeCustDiv25 {
width: 50%;
}
.HomeCustDiv75 {
width: 50%;
}
.InstaDivUnder100::before {
width: 65%;
height: 100%;
bottom: 0px;
left: -45px;
}
.ImgDiv .title {
max-width: 70%;
}
.HomeTopImgSec .Alter:nth-child(odd) .title {
border-bottom-right-radius: 10px;
top: 0;
border-top-right-radius: 0px;
bottom: auto;
}
.HomeTopImgSec .Alter:nth-child(even) .title {
border-top-right-radius: 10px;
bottom: 0;
}
.SecondSecImg {
height: 340px;
}
.HomeMapDiv img {
height: 550px;
}
.AboutMapDiv img,
.AboutMapDiv #map {
height: 550px !important;
}
.SpeakersIMGDiv img {
height: 550px;
}
.CareerVideoDiv .CareerVimg,
.CareerVideoDiv #map {
height: 650px !important;
}   .SMTabsUL li {
width: 50%;
}
.SMTabsUL li a.active::before {
content: '';
position: absolute;
width: 100%;
height: 5px;
top: -5px;
left: 0;
background: #00b5e0;
}
.SMTabsUL li a.active::after {
content: '';
position: absolute;
width: 10px;
height: 10px;
border: 5px solid #00b5e0;
left: 50%;
top: -1px;
transform: rotateZ(
45deg
) translate(-50%, -1px);
border-top: 0;
border-left: 0;
}
.NewsTabCardMain {
width: 50%;
}
.NewsTabCard img,
.NewsTabCard iframe {
height: 220px;
}
.InstaDivUnder50 {
width: 33.33%;
}
.InstaDivUnder50:last-child {
display: none;
}
.contactTab {
width: 50%;
margin-bottom: 50px;
}
section#History article div.ConPanel {
width: 40%;
}
section#History article div.ConPanel .PanelBody:after {
display: block;
}
section#History .YearBU {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
section#History article {
margin-top: 0px;
}
.YearLaps:nth-child(odd) .ConPanel .PanelBody p {
text-align: right;
}
.YearLaps:nth-child(even) .ConPanel .PanelBody p {
text-align: left;
}
.ReportCard {
width: 33.33%;
}
.HomeMapDiv #map {
height: 650px !important;
}
.NewsletterFormSec .gform_legacy_markup_wrapper form {
flex-wrap: nowrap;
}
.NewsletterFormSec svg {
display: block;
}
.NewsletterFormSec .gform_legacy_markup_wrapper .gform_footer {
width: fit-content;
width: -moz-fit-content;
}
.FunderList {
width: 50%;
}
.YearLaps:nth-child(odd) .HistoryIMG {
right: CalC(0px + 0px);
left: unset;
transform: translate(0%, 0px) scale(.9);
top: 0px;
position: absolute;
}
.YearLaps:nth-child(even) .HistoryIMG {
left: CalC(0px + 0px);
transform: translate(0%, 0px) scale(.9);
top: 0px;
position: absolute;
}
.HistoryIMG {
width: 280px;
height: 220px;
}     .StateSign {
position: absolute;
margin-top: 0px;
}
.FilterSec {
width: 31.8%;
}
.FilterBuSec {
width: 31.8%;
}
.VolunteerOppHalf {
width: 48%;
}
.VolunteerOppBody {
padding: 25px 20px 20px 20px;
}
.VolunteerOppBodyTitle {
font-size: 20px;
}
.VolunteerOppBodyDes,
.VolunteerOppBodyDes p {
font-size: 14px;
}
.VolunteerParalaxDestop {
width: 80%;
}
.VolunteerParalaxDivHalf {
width: 44%;
}
.VolunteerParalaxDivHalf:first-child {
border-bottom: 0px solid #414e5b;
}
.VolunteerParalaxRow::after {
display: block;
}
.DFlexCenter img {
width: 400px;
height: 400px;
}
.VolunteerFormModalBody {
padding: 50px;
}
.ParallaxHomeSelect .form-control {
width: 400px;
}
.ContactTableTitle {
width: auto;
}
.ContabSearch {
width: 400px;
margin-top: 0;
}
.HomeBannerText .Text {
font-size: 20px;
line-height: 28px;
position: relative;
background: #fff;
width: 90%;
padding: 0px 0px 20px 0px;
border-radius: 3px;
}
.DonateBUHeader img {
display: block;
}
.DonateBUHeaderIcon {
margin-right: 8px;
margin-top: 0px;
}
.WhoWeAreCard {
width: 50%;
} .FootMenu li {
font-size: 18px;
}  .VolunteerOppImgSec {
height: 220px;
}
}
@media (min-width:992px) {
.MentalHealthImgSec {
width: 350px;
}
.MentalHealthImgSecBig {
width: 500px;
}
.MentalHealthConSec {
width: calc(100% - 400px);
}
.MentalHealthConSecSmall {
width: calc(100% - 550px);
}
.MHBigTT {
font-size: 48px;
}
.MHMidTT {
font-size: 28px;
}
.MHContentTT {
font-size: 20px;
line-height: 28px;
}
.MHContentTTLink {
font-size: 20px;
}
.MHContentUL li {
font-size: 18px;
}  
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item {
justify-content: space-between;
padding: 40px 50px;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterIMG {
width: 200px;
margin: 0;
}
.owl-carousel.VolunteerTesti.EduCenter .CenterConSlide .item .EduCenterCon {
width: calc(100% - 250px);
} 
.item .EduCenterCon p.EduCenterTestiTitle {
text-align: left;
}
.item .EduCenterCon p.EduCenterTestiCon,
.item .EduCenterCon p {
text-align: left;
}
.OurBenefitsList {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.ProgramCard.WithIMG {
flex-wrap: unset;
justify-content: unset;
}
.ProgramCard.WithIMG .ProgramDescription {
width: 100%;
}
.ProgramCardImgSecLeft {
margin-right: 30px;
margin-bottom: 0px;
}
.VolunteerOppImgSec {
height: 190px;
}
.VolunteerOppHalf {
width: 33.33%;
}  
.ReportCardTwo {
width: 50%;
}
.ImgConVol img {
height: 600px !important;
}
.SlideSideIMG img {
height: 350px !important;
} 
.VolSlideCon div,
.VolSlideCon div h1,
.VolSlideCon div h2,
.VolSlideCon div h3,
.VolSlideCon div h4,
.VolSlideCon div h5,
.VolSlideCon div h6 {
font-size: 40px !important;
line-height: 50px !important;
}
.VolSlideCon div p {
font-size: 22px !important;
line-height: 30px !important;
}
.VolSlideCon div,
.VolSlideCon div p,
.VolSlideCon div h1,
.VolSlideCon div h2,
.VolSlideCon div h3,
.VolSlideCon div h4,
.VolSlideCon div h5,
.VolSlideCon div h6,
.VolSlideCon div span {
text-align: left !important;
}
.VolPageSlideRow {
padding: 0 10px;
}
.VolPageImgSec img.MainIMG {
height: 350px;
}
.VolPageTextSec .Title {
font-size: 40px;
font-weight: 600;
line-height: 50px;
text-align: left;
}
.VolPageTextSec .SubTitle {
font-size: 22px;
font-weight: 600;
line-height: 30px;
text-align: left;
}
.VolPageImgSec {
width: 48%;
margin-bottom: 0;
}
.VolPageTextSec {
width: 45%;
}
.VolImageSec img {
height: 600px;
}
.BodySecSmall rs-module-wrap {
height: 236px !important;
}
.FootBigDivTextEdu {
text-align: left;
}
.EduPageAceCard .FirstCard .RoundConSec {
width: 110px;
position: relative;
top: 35px;
left: 25px;
}
.EduPageAceCard .SecondCard .RoundConSec {
width: 120px;
position: relative;
top: 30px;
left: 140px;
}
.EduPageAceCard .ThirdCard .RoundConSec {
width: 80px;
position: relative;
top: 40px;
left: 60px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 12px; }
.EduPageAceCard .SecondCard .SubTitle {
font-size: 12px; }
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 12px; }
.FootConEdu {
margin: unset;
}
.BodySecSmall iframe {
width: 100%;
height: 315px;
}
.BodySecSmall {
width: 45%;
padding: 70px 0 50px 0;
}
.BodySecBig {
width: 50%;
padding: 50px 0;
}
.BodySecBigTitle {
font-size: 32px;
font-weight: 700;
line-height: 44px;
width: 100%;
margin-bottom: 20px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 20px;
font-weight: 400;
line-height: 30px;
width: 100%;
}
.EDUHLogo {
width: 200px;
}
.EDUHeaderTitle {
font-size: 46px;
font-weight: 700;
margin: 0px 0 0 0px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
text-align: center;
}
.EduHeadLanSec {
width: 90px;
}
.EduHeadLanSecBU {
padding: 4px 8px;
margin: 2px 0;
width: 86px;
}
.EduPageAceSecRow {
justify-content: space-between;
}
.EduPageAceCard {
width: 310px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 270px;
margin-top: -15px;
margin-bottom: unset;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 220px;
height: 220px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .FirstCard:hover:after {
box-shadow: 0 0 0 20px rgba(129, 194, 64, .25);
}
.EduPageAceCard .FirstCard img {
width: 230px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: 70px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 26px;
}
.EduPageAceCard .FirstCard .SideT1 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #92c157;
position: absolute;
top: 20px;
right: 10px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT2 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #92c157;
position: absolute;
top: 100px;
right: 5px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT3 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #92c157;
position: absolute;
top: 170px;
right: 30px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 220px;
height: 220px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 270px;
margin-top: -25px;
margin-bottom: unset;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 210px;
height: 210px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 70px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard:hover:after {
box-shadow: 0 0 0 15px rgb(0 169 206 / 25%);
}
.EduPageAceCard .SecondCard img {
width: 200px;
height: auto;
position: absolute;
z-index: 2;
top: 30px;
left: -30px;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 26px;
}
.EduPageAceCard .SecondCard .SideT1 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 20px;
right: -30px;
width: 70px;
text-align: left;
line-height: normal;
}
.EduPageAceCard .SecondCard .SideT2 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 50px;
left: 10px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT3 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 195px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 210px;
height: 210px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 70px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 270px;
margin-top: -15px;
margin-bottom: unset;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 210px;
height: 210px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 10px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard:hover:after {
box-shadow: 0 0 0 20px rgb(254 80 0 / 25%);
}
.EduPageAceCard .ThirdCard img {
width: 250px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 26px;
}
.EduPageAceCard .ThirdCard .SideT1 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #fe5000;
position: absolute;
top: 30px;
right: 30px;
width: 50px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT2 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 40px;
left: 30px;
width: 50px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT3 {
font-size: 13px;
line-height: normal;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 140px;
right: 10px;
width: 40px;
text-align: left;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 210px;
height: 210px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 10px;
z-index: 3;
opacity: 0;
} .HomeBannerTT .Text {
font-size: 24px;
line-height: 42px;
}
.FootMenu li {
padding: 0 12px;
}
.FootMenu li a {
font-size: 16px;
}
.OppDatePlace div {
width: 50%;
margin-bottom: 0px;
}
.VolunteerTitle,
.VolunteerTitle h1,
.VolunteerTitle h2,
.VolunteerTitle h3,
.VolunteerTitle h4,
.VolunteerTitle h5,
.VolunteerTitle p {
font-size: 30px;
line-height: 44px;
width: 850px;
}
.VolunteerTitleSmall {
font-size: 24px;
line-height: 40px;
width: 850px;
}
.VolunteerOppcardOnlyText {
padding: 20px;
}
.VolunteerOppcardOnlyText .Text {
line-height: 30px;
}
.VolunteerGalleryRow img {
width: 20%;
height: 220px;
padding: 4px;
}
.BoardMemDiv ul li {
width: 50%;
padding: 20px 15px;
}
.CareerVideoDiv iframe {
width: 100% !important;
height: 340px !important;
}
.VideoDiv iframe {
width: 100% !important;
height: 520px !important;
}
.HeadTopSec .HeadTopText {
display: flex;
}
.HeadTopText {
font-size: 14px;
}
.HeadTopSecAda {
padding: 11px 20px 11px 40px;
}
.scroll-on .SmallHead .HeadTopSecAda {
padding: 6px 20px 6px 40px;
}
.ADALink {
font-size: 14px;
} .HeadTopSec img {
margin-right: 10px;
margin-top: 0;
display: none;
}
.FootBigDiv {
width: 65%;
text-align: left;
justify-content: left;
}
.FootSmallDiv {
width: 35%;
}
.FootBigDivText {
width: 85%;
text-align: left;
}
.HomeCon .FootBigDivText {
width: 65%;
}
.HomeCustDiv50 {
width: 40%;
}
.HomeCustDiv25 {
width: 30%;
}
.HomeCustDiv75 {
width: 70%;
}
.HomeCommService50 {
width: 50%;
}
.HomeCommService50:first-child {
margin-bottom: 0px;
}
.AboutCommService50 {
width: 50%;
}
.AboutCommService50:last-child {
margin-bottom: 0px;
}
.NewsletterFormSec {
width: 820px;
}
.VideoDiv {
width: 800px;
}
.VideoDiv::after {
right: 0px;
bottom: -100px;
}
.CounterDiv25 {
width: 25%;
padding: 15px;
position: relative;
}
.CounterDiv25:after {
content: '';
position: absolute;
width: 1px;
height: 100%;
background: #e0e0e0;
right: 0;
top: 0;
}
.CounterDiv25:nth-child(2):before {
display: none;
}
.CounterDiv25:nth-child(1):before {
display: none;
}
.CounterDiv25:nth-child(2):after {
display: block;
}
.CounterDiv25:last-child:after {
display: none;
}
.InstaDivUnder100::before {
width: 50%;
height: 100%;
bottom: 0px;
left: -45px;
}
.NewsletterTitle {
font-size: 56px;
line-height: 80px;
}
.FirstSecImg {
height: 500px;
}
.HomeMapDiv img {
height: 650px;
}
.AboutMapDiv img,
.AboutMapDiv #map {
height: 650px !important;
}
.SpeakersIMGDiv img {
height: 450px;
}
.CareerVideoDiv .CareerVimg,
.CareerVideoDiv #map {
height: 480px !important;
}
.TabDonerList {
flex-wrap: nowrap;
}
.TabDonerListClient {
flex-wrap: nowrap;
}
.ImgDivMain {
min-width: 370px;
height: 300px;
margin: 0;
}
.ImgDivMainClient {
min-width: 370px;
height: 300px;
margin: 0;
}
.DonerImg  {
width: 300px;
height: 300px;
}
.ModalFavPlace {
flex-wrap: nowrap;
}
.ModalFavPlaceCon {
margin-left: 30px;
margin-top: 0px;
}
.NewsTabCardMain {
width: 33.33%;
}
.WhatWeRow {
display: table;
padding:  100px 0;
margin: 0 0px;
}
.OurHistoryRow {
display: table;
padding:  100px 0;
margin: 0 0px;
}
.WhatDiv50 {
width: 50%;
display: table-cell;
vertical-align: middle;
padding: 0 20px;
}
.WhatWeRow:nth-child(odd) .WhatDiv50:nth-child(even) {
margin-bottom: 0px;
}
.WhatWeRow:nth-child(even) .WhatDiv50:nth-child(odd) {
margin-bottom: 0px;
}
.WhatIMGDiv::after {
right: -40px;
left: unset;
bottom: -60px;
}
.NewsTabCard img,
.NewsTabCard iframe {
height: 190px;
}
.DonnerContentClient p.ClientDesQu,
.DonnerContentClient h3,
.DonnerContentClient p.Des,
.DonnerContentClient p,
.DonnerContent h3,
.LeaderTitle,
.DonnerContent p.Des,
.DonnerContentClient,
.DonnerContent {
text-align: left;
}
.TabDonerListClient {
padding: 0px 0px 120px 0px;
}
.StickysideTab {
width: 30%;
position: sticky;
top: 120px;
}
.StickysideTab .nav-tabs {
border-right: 1px solid #e2e2e2;
border-bottom: none;
padding-right: 40px;
padding-bottom: 0;
}
.tab-content.Sticky {
width: 70%;
padding-left: 80px;
padding-top: 0;
border-left: 1px solid #e2e2e2;
margin-left: -1px;
}
.AboutMapDiv::after {
right: -40px;
bottom: -65px;
}
.SpeakersIMGDiv::after {
right: -40px;
bottom: -65px;
}
.CareerVideoDiv::after {
right: -40px;
bottom: -65px;
}
.contactTabInside {
padding: 80px 30px 20px 30px;
}
.CoreValueSec {
width: 47%;
padding: 25px 0;
}
.contactTab {
width: 33.33%;
margin-bottom: 50px;
}
.BannerTitle {
width: 800px;
}
.OurHistoryRow .WhatDiv50:first-child {
margin-bottom: 0px;
}
.ReportCard {
width: 25%;
}
.PastSecSubTi,
.PastSecSubTi p {
width: 825px;
}
.SpeakersIMGDiv {
margin-bottom: 80px;
}
.CareerVideoDiv {
margin-bottom: 0px;
}
.PastSSpeakerCon li {
width: 46%;
}
.HistoryIMG {
width: 380px;
height: 300px;
}     .CareerDivDiverSmall {
width: 53%;
}
.CareerDivDiverBig {
width: 47%;
}
.CareerDivDiverSmallSticky {
width: 47%;
}
.CareerDivDiverBigSticky {
width: 47%;
float: right;
position: sticky;
top: 120px;
}
.TestiSlideDivMain .item .itemInside {
padding: 50px 60px 50px 130px;
}
.TestiSlideDiv {
height: 450px;
}
.TestiSlideDivMain .item {
padding-left: 230px;
padding-top: 0px;
}
.TestiSlideDivMain .item .itemInside {
padding: 50px 120px 50px 150px;
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.TestiSlideDivMain .item .itemInside img {
width: 180px;
height: 180px;
border: 10px solid #e2e2e2;
left: 0%;
top: 50%;
transform: translate(-50%, -50%);
}
.MainContent {
font-size: 22px;
line-height: 38px;
}
.TestiName {
padding-top: 50px;
}
.DivisionBox {
width: 80%;
}
.StatementBox {
width: 80%;
}
.SearchCon {
width: 60%;
float: left;
padding-right: 50px;
padding-bottom: 0px;
}
.SearchRecNews {
width: 40%;
float: left;
padding-left: 50px;
padding-top: 0px;
position: sticky;
top: 150px;
}
.ContactTabForm {
padding: 60px 30px;
}
.Contact1TabHalf {
width: 47%;
padding-top: 60px;
}
.SIATextDiv {
width: 70%;
}
.SIAFilter {
flex-wrap: nowrap;
}
.FilterSec {
width: 17%;
}
.FilterBuSec {
width: 13%;
}
.VolunteerOppBody {
padding: 25px 30px 20px 30px;
}
.VolunteerOppBodyTitle {
font-size: 22px;
}
.VolunteerOppBodyDes,
.VolunteerOppBodyDes p {
font-size: 16px;
}
.OppDatePlace p,
.OppDatePlace div {
font-size: 16px;
}
.ContactFormPops {
width: 48%;
}
.VolunteerFormModalHeadXL {
padding: 50px 50px;
}
.VolunteerFormModalTitleXL {
font-size: 36px;
line-height: 48px;
}
.MisionVisionPopsConBody {
padding: 50px 50px;
}
.WidhListImgDiv {
width: 30%;
}
.WidhListConDiv {
width: 70%;
padding-left: 60px;
padding-top: 0px;
}
.VolunteerParalaxDestop {
width: 60%;
}
.VolunteerFormModalTitle {
font-size: 36px;
line-height: 48px;
}
.cookiesBU {
width: auto;
min-width: 200px;
padding-top: 0px;
}
.HomeBannerText .Text {
font-size: 20px;
line-height: 36px;
position: absolute;
background: #fff;
width: 420px;
padding: 20px 20px 20px 0;
border-radius: 3px;
margin: 0;
}
.HomeBannerText {
width: 28%;
}
.HomeBannerImg {
width: 65%;
}
.EventTargetBU {
width: 265px;
height: 150px;
display: block;
background: transparent;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0px);
}
.ADALink span {
}
.WhoWeAreCard {
width: 33.33%;
}
.FootMenu,
.FootIconSec {
justify-content: unset;
}    
.FootSmallDiv .SubTitle,
.FootSmallDiv .SubTitleEdu {
text-align: left;
}
.FootSmallDiv .FootCon, 
.FootSmallDiv .FootCon a,
.FootSmallDiv .FootConEdu, 
.FootSmallDiv .FootConEdu a,
.FootSmallDiv .FootConEdu2, 
.FootSmallDiv .FootConEdu2 a  {
text-align: left;
display: flex;
}
.FootLogoSec img {
max-width: 130px;
max-height: 90px;
margin: 0 15px;
}
}
@media (min-width:1100px) {
.BodySecSmall rs-module-wrap {
height: 236px !important;
}
.InstaConDivTitle {
font-size: 31px;
}
.InstaConDiv a {
font-size: 16px;
}
.InstaDivUnder100::before {
width: 100%;
height: 47%;
bottom: -40px;
left: 0;
}
.InstaDivUnder100 {
height: 100%;
}
.InstaDiv40 {
width: 40%;
}
.InstaDiv20 {
width: 20%;
}
}
@media (min-width:1200px) {
.SelectLang select {
font-size: 16px;
max-width: 125px;
}
.MentalHealthImgSec {
width: 450px;
}
.MentalHealthImgSecBig {
width: 600px;
}
.MentalHealthConSec {
width: calc(100% - 500px);
}
.MentalHealthConSecSmall {
width: calc(100% - 700px);
}
.MHBigTT {
font-size: 60px;
}
.MHMidTT {
font-size: 36px;
}
.MHContentTT {
font-size: 24px;
line-height: 38px;
}
.MHContentTTLink {
font-size: 24px;
}
.MHContentUL li {
font-size: 22px;
}
.item .EduCenterCon p.EduCenterTestiTitle {
font-size: 28px;
margin-bottom: 20px;
}
.item .EduCenterCon p.EduCenterTestiCon,
.item .EduCenterCon p {
font-size: 18px;
line-height: 30px;
}
.VolunteerOppImgSec {
height: 250px;
}
.ReportCardTwo {
width: 33.33%;
}
.BodySecSmall rs-module-wrap {
height: 300px !important;
}
.EduPageAceCard .FirstCard .RoundConSec {
width: 130px;
position: relative;
top: 40px;
left: 30px;
}
.EduPageAceCard .SecondCard .RoundConSec {
width: 140px;
position: relative;
top: 50px;
left: 180px;
}
.EduPageAceCard .ThirdCard .RoundConSec {
width: 100px;
position: relative;
top: 60px;
left: 60px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 13px; }
.EduPageAceCard .SecondCard .SubTitle {
font-size: 13px; }
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 13px; }
.BodySecBig {
width: 48%;
padding: 50px 0;
}
.BodySecBigTitle {
font-size: 36px;
font-weight: 700;
line-height: 48px;
width: 95%;
margin-bottom: 40px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 24px;
font-weight: 400;
line-height: 32px;
width: 100%;
}
.EDUHLogo {
width: 240px;
}
.EDUHeaderTitle {
font-size: 54px;
font-weight: 700;
margin: 0px 0 0 0px;
}
.EduHeadLanSec {
width: 90px;
}
.EduHeadLanSecBU {
padding: 4px 8px;
margin: 2px 0;
width: 86px;
}
.EduPageAceCard {
width: 360px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 310px;
margin-top: -15px;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 260px;
height: 260px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .FirstCard:hover:after {
box-shadow: 0 0 0 20px rgba(129, 194, 64, .25);
}
.EduPageAceCard .FirstCard img {
width: 270px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: 70px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .FirstCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 20px;
right: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 105px;
right: 5px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 190px;
right: 30px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 260px;
height: 260px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 310px;
margin-top: -25px;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 270px;
height: 270px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 70px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard:hover:after {
box-shadow: 0 0 0 15px rgb(0 169 206 / 25%);
}
.EduPageAceCard .SecondCard img {
idth: 230px;
height: auto;
position: absolute;
z-index: 2;
top: 40px;
left: -20px;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .SecondCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 20px;
right: -20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 50px;
left: 10px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 220px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 270px;
height: 270px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 70px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 310px;
margin-top: -15px;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 250px;
height: 250px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard:hover:after {
box-shadow: 0 0 0 20px rgb(254 80 0 / 25%);
}
.EduPageAceCard .ThirdCard img {
width: 310px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .ThirdCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
top: 20px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 40px;
left: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 180px;
right: 0px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 250px;
height: 250px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0px;
z-index: 3;
opacity: 0;
}
.InstaConDivTitle {
font-size: 35px;
}
.InstaConDiv a {
font-size: 18px;
}
.InstaDivUnder100::before {
width: 100%;
height: 47%;
bottom: -40px;
left: 0;
}
.InstaDivUnder100 {
height: 100%;
}
.InstaDiv40 {
width: 40%;
}
.InstaDiv20 {
width: 20%;
}
.HomeBanner {
height: 550px;
}
.HomeBannerTT {
width: 38%;
padding-right: 20px;
padding-left: 10px;
}
.HomeBannerTT .Text {
font-size: 22px;
line-height: 36px;
}
.HomeBannerVideo {
width: 62%;
position: absolute;
}
.HomeBannerVideo rs-module-wrap, 
.HomeBannerVideo rs-module {
height: 550px !important;
}
.HomeBannerVideo rs-module-wrap {
width: 100% !important;
left: 0 !important;
} .FootLogoSec {
margin-bottom: 0px;
}
.FootFullDivUnder {
justify-content: space-between;
}
.FootMenu li {
padding: 0 15px;
}
.FootMenu li a {
font-size: 18px;
line-height: normal;
}
.VolunteerTitle,
.VolunteerTitle h1,
.VolunteerTitle h2,
.VolunteerTitle h3,
.VolunteerTitle h4,
.VolunteerTitle h5,
.VolunteerTitle p {
font-size: 35px;
line-height: 45px;
width: 1100px;
}
.VolunteerTitleSmall {
font-size: 26px;
line-height: 44px;
width: 900px;
}
.VolunteerOppcardOnlyText {
padding: 40px;
}
.VolunteerOppcardOnlyText .Text {
line-height: 35px;
}
.VolunteerGalleryRow img {
height: 280px;
padding: 8px;
}
.ADALink span {
}
.navbar-brand img {
height: 40px;
}
.nav-item {
margin: 0px 11px;
}
.navbar-expand-md .navbar-collapse {
position: relative;
height: auto;
top: 0;
padding: 0;
right: 0;
overflow: unset;
}
.start-header.scroll-on .navbar-expand-md .navbar-collapse {
top: 0px;
}
.navbar-light .navbar-nav .nav-link {
display: block;
justify-content: unset;
}
.dropdown-menu ul.CollapseMenu {
flex-wrap: nowrap;
}
.nav-item.show .dropdown-menu ul.CollapseMenu {
display: flex;
}
ul.CollapseMenu li {
width: 240px !important;
}
ul.CollapseMenu li.LeftChildNew {
padding-left: 25px;
}
ul.CollapseMenu li.RightChildNew {
padding-right: 25px;
}
.dropdown-content .nav-item, .dropdown-content .nav-item a, .dropdown-content .nav-item.show a {
padding: 2px 15px;
margin: 0;
}
ul.CollapseMenu li {
padding-top: 25px;
padding-bottom: 25px;
}
ul.CollapseMenu .dropdown::before {
top: 64px;
}
.HeadTopSec {
padding: 11px 30px;
}
.scroll-on .SmallHead .HeadTopSec {
padding: 6px 30px;
}
.HeadTopText {
font-size: 16px;
}
.HeadTopSecAda {
padding: 11px 20px 11px 40px;
}
.scroll-on .SmallHead .HeadTopSecAda {
padding: 6px 20px 6px 40px;
}
.ADALink {
font-size: 16px;
}
.DonateBUHeader {
font-size: 16px;
padding-left: 35px;
padding-right: 35px;
}
.SearchBUHeader {
text-align: center;
padding-top: 0px;
padding-left: 20px;
padding-right: 0;
margin: 0 0px 0 20px;
color: #646464;
border-left: 1px solid #c2c2c2;
border-right: 0px solid #c2c2c2;
}
.Search .HeaderSearch {
position: absolute;
right: 75px;
width: 0%;
top: 27px;
opacity: 0;
padding: 15px;
border: none;
box-shadow: 1px 1px 7px 0 #3333332b;
font-size: 16px;
transition: all .3s ease-in-out;
z-index: -1;
}
.Search.open .HeaderSearch {
width: 76%;
top: 27px;
right: 75px;
opacity: 1;
z-index: 2;
}
.scroll-on .Search.open .HeaderSearch {
top: 14px;
}
.nav-link.MainNav {
padding: 40px 0 !important;
}
.scroll-on .nav-link.MainNav {
padding: 25px 0px !important;
}
.nav-item .dropdown-menu {
padding: 10px !important;
}
.navbar-expand-md .navbar-collapse {
box-shadow: none;
}
.nav-item .dropdown-menu:before {
display: block;
}
.FootBigDiv {
width: 60%;
justify-content: left;
}
.FootSmallDiv {
width: 30%;
}
.FootBigDiv img.Logo {
min-width: 270px;
max-width: 400px;
}
.FootBigDivText {
width: 80%;
}
.HomeCon .FootBigDivText {
width: 65%;
}
.HomeCommService50 {
width: 49%;
}
.AboutCommService50 {
width: 49%;
}
.HomeCustDiv50 {
width: 50%;
}
.HomeCustDiv25 {
width: 25%;
}
.HomeCustDiv75 {
width: 75%;
}
.DonateTitle {
margin-right: 30px;
margin-bottom: 0px;
}
.ParallaxinsideBig {
width: 80%;
}
.SupportersTabMain {
width: 90%;
}
.SupportersSlider {
margin-top: 150px;
}
.LeadershipSlider {
margin-top: 150px;
}
.NewsPressSlider {
margin-top: 150px;
}
.WhatWeRow {
display: table;
padding:  100px 0;
margin: 0 0px;
}
.OurHistoryRow {
display: table;
padding:  100px 0;
margin: 0 0px;
}
.WhatDiv50 {
width: 50%;
display: table-cell;
vertical-align: middle;
padding: 0 40px;
}
.WhatIMGDiv::after {
right: -40px;
bottom: -60px;
}
.NewsTabCard img,
.NewsTabCard iframe {
height: 250px;
}
.AboutMapDiv::after {
right: -25px;
bottom: -65px;
}
.SpeakersIMGDiv::after {
right: -25px;
bottom: -65px;
}
.CareerVideoDiv::after {
right: -25px;
bottom: -65px;
}
.contactTabInside {
padding: 80px 50px 20px 50px;
} .HistoryTopCon {
width: 90%;
}
.LongIMG {
height: 340px;
}
.SmallIMG {
height: 230px;
}
.YearLaps:nth-child(odd) .HistoryIMG {
right: CalC(0px + 80px);
}
.YearLaps:nth-child(even) .HistoryIMG {
left: CalC(0px + 80px);
}
.HistoryIMG {
width: 400px;
}
.TestiSliderMain {
margin: 0 -18px;
}
.TestiSlideDivMain .item .itemInside {
padding: 50px 120px 50px 150px;
}
.TestiSliderText {
width: 70%;
}
.DivisionBox {
width: 70%;
}    
.DivisionBox.Full {
width: 80% !important;
}
.StatementBox {
width: 65%;
}
.SearchCon {
width: 65%;
}
.SearchRecNews {
width: 35%;
}
.ContactTabForm {
padding: 60px 80px;
}
.ContactTable table tbody tr td:nth-child(1) {
min-width: 25%;
}
.ContactTable table tbody tr td:nth-child(2) {
min-width: 10%;
}
.ContactTable table tbody tr td:nth-child(3) {
min-width: 28%;
}
.ContactTable table tbody tr td:nth-child(4) {
min-width: 15%;
}
.ContactTable table tbody tr td:nth-child(5) {
min-width: 22%;
}
.PopsActionCard {
width: 20%;
}
.PopsActionCard:nth-child(1),
.PopsActionCard:nth-child(2) {
width: 20%;
}
.PopsConBodySmall {
width: 38%;
}
.PopsConBodyBig {
width: 58%;
padding-top: 0;
}
.navbar-light .navbar-nav .nav-link.MainNav svg {
display: block;
}
.navbar-light .navbar-nav .MenuLinkMain svg.Modile {
display: none;
}
.cookiesBU {
width: auto;
min-width: 200px;
padding-top: 0;
}
.HomeBannerText .Text {
font-size: 24px;
line-height: 44px;
position: absolute;
background: #fff;
width: 500px;
padding: 20px 20px 20px 0;
border-radius: 3px;
}    .HomeCon .container {
max-width: Calc(100% - 30px);
}
}
@media (min-width:1300px) {
.MHBigTT {
font-size: 68px;
}
.MHMidTT {
font-size: 42px;
}
.MHContentTT {
font-size: 28px;
}
.MHContentTTLink {
font-size: 28px;
}
.MHContentUL li {
font-size: 22px;
}
.VolunteerOppImgSec {
height: 270px;
}
.BodySecSmall rs-module-wrap {
height: 320px !important;
}
.EduPageAceCard .FirstCard .RoundConSec {
width: 130px;
position: relative;
top: 50px;
left: 50px;
}
.EduPageAceCard .SecondCard .RoundConSec {
width: 140px;
position: relative;
top: 50px;
left: 180px;
}
.EduPageAceCard .ThirdCard .RoundConSec {
width: 100px;
position: relative;
top: 70px;
left: 70px;
}
.EduPageAceCard .FirstCard .SubTitle {
font-size: 13px; }
.EduPageAceCard .SecondCard .SubTitle {
font-size: 13px; }
.EduPageAceCard .ThirdCard .SubTitle {
font-size: 13px; }
.BodySecBigTitle {
font-size: 36px;
font-weight: 700;
line-height: 48px;
width: 86%;
margin-bottom: 40px;
}
.BodySecBigTT,
.BodySecBigTT p {
font-size: 24px;
font-weight: 400;
line-height: 32px;
width: 100%;
}
.EduPageAceCard {
width: 388px;
margin-bottom: -1px;
}
.EduPageAceCard .FirstCard {
position: relative;
width: 100%;
height: 340px;
margin-top: -15px;
}
.EduPageAceCard .FirstCard:after {
content: '';
width: 280px;
height: 280px;
background: #92c157;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .FirstCard:hover:after {
box-shadow: 0 0 0 20px rgba(129, 194, 64, .25);
}
.EduPageAceCard .FirstCard img {
width: 290px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0px;
right: 70px;
}
.EduPageAceCard .FirstCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .FirstCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 20px;
right: 35px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 105px;
right: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #92c157;
position: absolute;
top: 190px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .FirstCard .PopupBU {
width: 280px;
height: 280px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .SecondCard {
position: relative;
width: 100%;
height: 340px;
margin-top: -25px;
}
.EduPageAceCard .SecondCard:after {
content: '';
width: 290px;
height: 290px;
background: #00abe9;
border-radius: 50%;
position: absolute;
top: 0;
left: 60px;
transition: all .3s ease-in-out;
}
.EduPageAceCard .SecondCard:hover:after {
box-shadow: 0 0 0 15px rgb(0 169 206 / 25%);
}
.EduPageAceCard .SecondCard img {
width: 260px;
height: auto;
position: absolute;
z-index: 2;
top: 30px;
left: -40px;
}
.EduPageAceCard .SecondCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .SecondCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 20px;
right: -20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 50px;
left: 10px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #00abe9;
position: absolute;
top: 230px;
right: 40px;
width: 70px;
text-align: left;
}
.EduPageAceCard .SecondCard .PopupBU {
width: 290px;
height: 290px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 60px;
z-index: 3;
opacity: 0;
}
.EduPageAceCard .ThirdCard {
position: relative;
width: 100%;
height: 340px;
margin-top: -15px;
}
.EduPageAceCard .ThirdCard:after {
content: '';
width: 270px;
height: 270px;
background: #fe5000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all .3s ease-in-out;
}
.EduPageAceCard .ThirdCard:hover:after {
box-shadow: 0 0 0 20px rgb(254 80 0 / 25%);
}
.EduPageAceCard .ThirdCard img {
width: 330px;
height: auto;
position: absolute;
z-index: 2;
bottom: 0;
right: 0;
}
.EduPageAceCard .ThirdCard .MainT {
font-size: 22px;
font-weight: 600;
color: #fff;
margin: 0; text-align: left;
line-height: 30px;
}
.EduPageAceCard .ThirdCard .SideT1 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
top: 10px;
right: 50px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT2 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 60px;
left: 20px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .SideT3 {
font-size: 16px;
font-weight: 500;
color: #fe5000;
position: absolute;
bottom: 180px;
right: 0px;
width: 70px;
text-align: left;
}
.EduPageAceCard .ThirdCard .PopupBU {
width: 270px;
height: 270px;
background: #000;
border-radius: 50%;
position: absolute;
top: 0;
left: 0px;
z-index: 3;
opacity: 0;
} .VolunteerOppcardOnlyText {
padding: 50px;
}
.VolunteerGalleryRow img {
height: 300px;
}
.FootBigDiv {
width: 52%;
}
.navbar-brand img {
height: 42px;
}
.nav-item {
margin: 0px 16px;
}
.HomeCommService50 {
width: 48%;
}
.AboutCommService50 {
width: 48%;
}
.InstaDiv40 {
width: 40%;
}
.InstaDiv20 {
width: 20%;
}
.InstaDivUnder100 {
height: 100%;
}
.InstaDivUnder100::before {
width: 100%;
height: 60%;
bottom: -60px;
left: 0;
}
.NewsTabCard img,
.NewsTabCard iframe {
height: 270px;
}
.InstaDivUnder50 {
width: 50%;
}
.InstaDivUnder50:last-child {
display: block;
}
.YearLaps:nth-child(odd) .HistoryIMG {
right: CalC(0px + 100px);
}
.YearLaps:nth-child(even) .HistoryIMG {
left: CalC(0px + 100px);
}
ul.CollapseMenu li {
width: 260px !important;
}
.CareerDivDiverSmall {
width: 48%;
}
.CareerDivDiverBig {
width: 50%;
}
.CareerDivDiverSmallSticky {
width: 40%;
}
.CareerDivDiverBigSticky {
width: 52%;
}
.CareerVideoDiv iframe {
width: 100% !important;
height: 440px !important;
}   .CareerConFormat h1,
.CareerConFormat h2,
.CareerConFormat h3,
.CareerConFormat h4,
.CareerConFormat h5 {
font-size: 40px;
line-height: 52px;
font-weight: 700;
margin-bottom: 35px;
max-width: 85%;
} }
@media (min-width:1400px) {
.BodySecSmall rs-module-wrap {
height: 330px !important;
}
.InstaConDivTitle {
font-size: 40px;
}
.HomeBanner {
height: 700px;
}
.HomeBannerTT {
width: 35%;
padding-right: 20px;
padding-left: 10px;
}
.HomeBannerTT .Text {
font-size: 24px;
line-height: 38px;
}
.HomeBannerVideo {
width: 65%;
position: absolute;
}
.HomeBannerVideo rs-module-wrap, 
.HomeBannerVideo rs-module {
height: 700px !important;
}
.VolunteerOppcardOnlyText {
padding: 60px;
}
.HomeCommService50 {
width: 47%;
}
.AboutCommService50 {
width: 47%;
}
.WhatWeRow {
display: table;
padding:  100px 0;
margin: 0 -25px;
}
.OurHistoryRow {
display: table;
padding:  100px 0;
margin: 0 -25px;
}
.WhatDiv50 {
width: 50%;
display: table-cell;
vertical-align: middle;
padding: 0 25px;
}
.WhatIMGDiv::after {
right: -50px;
bottom: -60px;
}
.AboutMapDiv::after {
right: -65px;
bottom: -65px;
}
.SpeakersIMGDiv::after {
right: -65px;
bottom: -65px;
}
.CareerVideoDiv::after {
right: -65px;
bottom: -65px;
}
.YearLaps:nth-child(odd) .HistoryIMG {
right: CalC(0px + 120px);
}
.YearLaps:nth-child(even) .HistoryIMG {
left: CalC(0px + 120px);
}
ul.CollapseMenu li {
width: 280px !important;
}
.TestiSliderMain {
margin: 0 -10px;
}
.SearchCon {
width: 70%;
}
.SearchRecNews {
width: 30%;
}
}
@media (min-width:1500px) {
.VolunteerGalleryRow img {
height: 370px;
}
.WhatWeRow {
display: table;
padding:  100px 0;
margin: 0 -50px;
}
.OurHistoryRow {
display: table;
padding:  100px 0;
margin: 0 -50px;
}
.WhatDiv50 {
width: 50%;
display: table-cell;
vertical-align: middle;
padding: 0 50px;
}
.WhatIMGDiv::after {
right: -60px;
bottom: -60px;
} .HistoryTopCon {
width: 70%;
}
}
@media (min-width:1600px) {
.HomeBanner {
height: 750px;
}
.HomeBannerTT {
width: 35%;
padding-right: 30px;
padding-left: 30px;
}
.HomeBannerTT .Text {
font-size: 28px;
line-height: 46px;
}
.HomeBannerVideo {
width: 65%;
position: absolute;
}
.HomeBannerVideo rs-module-wrap, 
.HomeBannerVideo rs-module {
height: 750px !important;
}
.HomeCon .container {
max-width: Calc(100% - 60px);
}
}
@media (min-width:1800px) {
.HomeBanner {
height: 800px;
}
.HomeBannerTT {
width: 35%;
padding-right: 60px;
padding-left: 60px;
}
.HomeBannerTT .Text {
font-size: 28px;
line-height: 46px;
}
.HomeBannerVideo {
width: 65%;
position: absolute;
}
.HomeBannerVideo rs-module-wrap, 
.HomeBannerVideo rs-module {
height: 800px !important;
}
.HomeCon .container {
max-width: Calc(100% - 120px);
}
}
@media screen and (max-width: 991px) {
.SearchMain {
margin-top: 180px;
}
.ContactTable table tbody tr td:nth-child(1) {
width: 100%;
min-width: 330px;
}
.ContactTable table tbody tr td:nth-child(2) {
width: 100%;
}
.ContactTable table tbody tr td:nth-child(3) {
width: 100%;
}
.ContactTable table tbody tr td:nth-child(4) {
width: 100%;
}
.ContactTable table tbody tr td:nth-child(5) {
width: 100%;
}
.ContactTable table thead {
display: none;
}
.ContactTable table tbody tr {
border: 1px solid #e2e2e2;
margin-bottom: 15px;
display: block;
}
.ContactTable table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}
.ContactTable table td::before { content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
.ContactTable table td:last-child {
border-bottom: 0;
}
.StickysideTab {
display: none;
}
.Stickyrow {
padding: 0px 0 80px 0;
}
.tab-content.Sticky {
padding-top: 40px !important;
}
.bcsTabContentNew {
display: block !important;
opacity: 1 !important;
}
.CovidResoTabTitle {
text-align: center;
}
.CovidResoTabTitle::before {
transform: translate(-50%, 0);
left: 50%;
}
.CovidResoTabTitle {
font-size: 36px;
} }
@media screen and (max-width: 899px) {
.GalaHeadLogo {
width: 200px;
height: auto;
}
.GalaHeadTitleSec {
width: calc(100% - 200px);
padding: 0px 0 0px 50px;
}
}
@media screen and (max-width: 767px) {
.MentalHealthSec {
flex-wrap: wrap;
justify-content: center;
}
.MentalHealthConSec {
width: 100%;
margin-top: 20px;
}
.MentalHealthImgSec {
width: 350px;
}
.MentalHealthImgSecBig {
width: 500px;
}
.MHBigTT {
font-size: 42px;
text-align: center;
}
.MHMidTT {
font-size: 24px;
text-align: center;
}
.MHContentTT {
font-size: 18px;
line-height: 24px;
text-align: center;
}
.MHContentTTLink {
font-size: 18px;
width: 100%;
text-align: center;
}
.MHContentUL li {
font-size: 16px;
} 
.MentalHealthConSecSmall {
width: 100%;
margin-top: 20px;
order: 2;
}
.MentalHealthSec {
padding: 30px 0;
}
}
@media screen and (max-width: 650px) {
.GalaHeadLogo {
width: 180px;
height: auto;
}
.GalaHeadTitleSec {
width: calc(100% - 180px);
padding: 0px 0 0px 30px;
}
.GalaHeadTitle {
font-size: 32px;
}
.GalaHeadSubTitle {
max-width: 380px;
font-size: 32px;
}
}
@media screen and (max-width: 560px) {
.GalaHeadLogo {
width: 150px;
height: auto;
}
.GalaHeadTitleSec {
width: calc(100% - 150px);
padding: 0px 0 0px 30px;
}
.GalaHeadTitle {
font-size: 26px;
}
.GalaHeadSubTitle {
font-size: 26px;
}
}
@media screen and (max-width: 499px) {
.MentalHealthImgSec {
width: 230px;
}
.MentalHealthImgSecBig {
width: 300px;
}
.MHBigTT {
font-size: 34px;
}
.MHMidTT {
font-size: 22px;
}
.MHContentTT {
font-size: 18px;
line-height: 24px;
}
.MHContentTTLink {
font-size: 18px;
}
.MHContentUL li {
font-size: 16px;
}
}
@media screen and (max-width: 550px) {
.ContactTable table td {
text-align: left;
}
.ContactTable table td::before {
width: 100%;
}
.CovidResoTabTitle {
font-size: 32px;
}
}
@media (max-width:768px) {
.SelectLang select {
font-weight: 400;
}
}
@media screen and (max-width: 479px) {
.GalaHead {
margin-bottom: 40px;
}
.GalaHeadLogo {
width: 180px;
margin-bottom: 15px;
}
.GalaHeadTitleSec {
width: 100%;
padding: 0px 0 0px 0px;
}
.GalaHeadTitle {
font-size: 28px;
text-align: center;
}
.GalaHeadSubTitle {
max-width: 320px;
font-size: 28px;
text-align: center;
margin: 0 auto;
}
.GalaBodyTextOne {
font-size: 16px;
line-height: 26px;
padding: 10px 25px;
margin: 30px 0 15px 0;
}
.GalaBodyTextTwo {
font-size: 16px;
line-height: 26px;
padding: 0;
margin: 30px 0 15px 0;
}
.GalaBodyTextOne p,
.GalaBodyTextTwo p {
font-size: 16px;
line-height: 26px;
}
.GalaSponsourSec {
padding: 20px 25px;
}
}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mapboxgl-canvas{position:absolute;left:0;top:0}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;background:#fff}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{width:29px;height:29px;display:block;padding:0;outline:none;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:50%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E %3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{width:88px;height:23px;margin:0 0 -4px -4px;display:block;background-repeat:no-repeat;cursor:pointer;overflow:hidden;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(//wearebcs.org/wp-content/themes/bcs/css/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(//wearebcs.org/wp-content/themes/bcs/css/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(//wearebcs.org/wp-content/themes/bcs/css/%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23000'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:hsla(0,0%,100%,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{min-height:20px;padding:2px 24px 2px 0;margin:10px;position:relative;background-color:#fff;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 8px 2px 28px;border-radius:12px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{display:none;cursor:pointer;position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");background-color:hsla(0,0%,100%,.5);width:24px;height:24px;box-sizing:border-box;border-radius:12px;outline:none;top:0;right:0;border:0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner,.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;right:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{top:0;left:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);font-size:10px;border:2px solid #333;border-top:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform;opacity:1;transition:opacity .2s}.mapboxgl-marker-occluded{opacity:.2}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;width:15px;height:15px;border-radius:50%}.mapboxgl-user-location-dot:before{content:"";position:absolute;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot:after{border-radius:50%;border:2px solid #fff;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box;box-shadow:0 0 3px rgba(0,0,0,.35)}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}to{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29,161,242,.2);width:1px;height:1px;border-radius:100%}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//wearebcs.org/wp-content/themes/bcs/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}