html { height: 100%; }

body,
html { margin: 0; padding: 0; }

*,
*::before,
*::after { box-sizing: border-box; }

*:focus { outline: none; }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: var(--font-color); /*display: flex; flex-direction: column;*/ font-family: 'SBM'; font-size: 16px; font-weight: 500; line-height: 1.4; min-height: 100%; overflow-x: hidden; padding-top: 100px; }
body.HomePage { /*padding-top: 173px;*/ padding-top: 100px; /* Matches header height — was 0px when header was position:initial on homepage */ }
body::-webkit-scrollbar { width: 6px; }
body::-webkit-scrollbar-track { background-color: #f3f3f3; }
body::-webkit-scrollbar-thumb { background-color: var(--theme-color); border-radius: 8px; }
body *::selection { background-color: rgb(var(--theme-color-rgb), 0.6); color: #ffffff; }
.dnone { display: none; }
a { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: var(--font-color); cursor: pointer; font-weight: inherit; line-height: inherit; text-decoration: none; -webkit-transition: 0.35s; transition: 0.35s; }
a:focus { outline: medium none; }

label { display: inline-block; margin-bottom: 5px; cursor: unset; }

ul,
ol { list-style-position: inside; margin: 15px 0; padding: 0; }

ul li,
ol li { margin-bottom: 0.5rem; }

ul li:last-child,
ol li:last-child { margin-bottom: 0; }

ul li::marker { color: var(--theme-color); }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { line-height: 1.2; font-weight: 600; margin-top: 0px; margin-bottom: 1.1rem; }


h1, .h1 { font-size: 2.625em; }
h2, .h2 { font-size: 2em; }
h3, .h3 { font-size: 1.375em; }
h4, .h4,
h5, .h5 { font-size: 1.25em; }
h6, .h6 { font-size: 1.125em; }

p, .p,
.element-description { font-size: 1em; line-height: 1.5; margin-top: 0; margin-bottom: 1rem; }

img { image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; outline: medium none; max-width: 100%; }


hr { border: medium none; height: 1px; margin: 1.2rem 0; }
hr.separator { color: #f5f5f5; position: relative; border-top: 1px solid #dfdfdf; }
hr.separator:last-child { display: none; }

main,
.main { position: relative; z-index: initial; flex: 1; min-height: 200px; }

.container { max-width: 1200px; }
.container-800 { max-width: 800px; }
.container-900 { max-width: 900px; }
[class*="container"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100%; }

body .container-fluid { padding: 0; }
body .container-fluid > .row { margin-left: 0px; margin-right: 0px; }
body .container-fluid > .row_12 > .col-12:not(.e_textwithbtn) { padding-left: 0px; padding-right: 0px; }

.row { display: flex; flex-flow: row wrap; margin-left: -15px; margin-right: -15px; }
.row [class*="col-"] { position: relative; /*width: 100%;*/ padding-left: 15px; padding-right: 15px; }

.row.thickset { margin-left: -7px; margin-right: -7px; }
.row.thickset > [class*="col-"] { padding-left: 7px; padding-right: 7px; }

.row.compact { margin-left: -10px; margin-right: -10px; }
.row.compact > [class*="col-"] { padding-left: 10px; padding-right: 10px; }

.row.medium { margin-left: -15px; margin-right: -15px; }
.row.medium > [class*="col-"] { padding-left: 15px; padding-right: 15px; }

.row.large { margin-left: -25px; margin-right: -25px; }
.row.large > [class*="col-"] { padding-left: 25px; padding-right: 25px; }

.noSpace { margin-right: 0; margin-left: 0; }
.noSpace > .col,
.noSpace > [class*="col-"] { padding-right: 0; padding-left: 0; }
/* Grid */
.grid.fixedSpaces [class*='col-'] { padding-left: 15px; padding-right: 15px; }
.grid { margin-left: -2%; margin-right: -2%; }

.grid.fixedSpaces { margin-left: -15px; margin-right: -15px; }

.grid.twoSpaces { margin-left: 0px; margin-right: 0px; }

.grid.noSpaces { margin-left: 0; margin-right: 0; }

.grid + .grid { margin-top: 20px; }

.grid:after { content: ""; display: table; clear: both; }

.col-1-12 { max-width: 8.333333333%; }
.col-1-12-8 { max-width: 11.11111111%; }
.col-2-12 { max-width: 16.66666667%; }
.col-2-12b { max-width: 16.66666667%; }
.col-2-10 { max-width: 20%; }
.col-2-10s { max-width: 15%; }
.col-3-12 { max-width: 25%; }
.col-22-12 { max-width: 20%; }
.col-23-12 { max-width: 30%; }
.col-235-12 { max-width: 5%; }
.col-4-12 { max-width: 33.33333333%; }
.col-5-12 { max-width: 41.66666667%; }
.col-6-12 { max-width: 50%; }
.col-7-12 { max-width: 58.33333333%; }
.col-8-12 { max-width: 66.66666667%; }
.col-9-12 { max-width: 75%; }
.col-10-12 { max-width: 83.33333333%; }
.col-11-12 { max-width: 91.66666667%; }
.col-12-12 { max-width: 100%; width: 100%; }

.grid > [class*='col-'] { display: block; /*width: 100%;*/ padding-left: 2%; padding-right: 2%; float: left; }

.grid.fixedSpaces [class*='col-'] { /*padding-left: 10px; padding-right: 10px;*/ }

.grid.noSpaces [class*='col-'] { padding-left: 0; padding-right: 0; }

.grid.twoSpaces [class*='col-'] { padding-left: 2px; padding-right: 2px; }



.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-2_5 { flex: 0 0 20%; max-width: 20%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-9_5 { flex: 0 0 80%; max-width: 80%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

input,
textarea,
select { width: 100%; max-width: 100%; background-color: #fff; border: 1px solid #d3d3d3; border-radius: 4px; display: inline-block; font: inherit; line-height: 1.2; margin: 0; outline: none; padding: 10px 15px; height: 40px; color: #000000; }
input,
textarea { }
.clearfix { display: block; clear: both; width: 100%; }
.clearfix:after { content: ""; display: block; clear: both; width: 100%; }
input[type="hidden"] { display: none; }

input::placeholder,
textarea::placeholder,
select::placeholder { color: #818181; font-weight: 500; }

.req-fld { color: red; padding-left: 3px; }
.field-validation-valid { position: absolute; top: 0; right: 0; color: red; font-weight: 500; font-size: 14px; letter-spacing: 0.5px; display: inline-flex; line-height: 1; }

input.errorCSS,
select.errorCSS,
textarea.errorCSS { border-color: red; background-color: #fff1f1 !important; }

.pull-right { float: right!important; }
[type=file]::placeholder { color: #d3d3d3; }
[type=file]::file-selector-button { border: none; font: inherit; padding: 10px; margin: 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; }
[type=file]:hover:not(:disabled):not([readonly])::file-selector-button { cursor: pointer; }

[type=file]::-webkit-file-upload-button { background: transparent; border: none; font: inherit; -webkit-appearance: button; padding: 0; padding-right: 10px; margin: 0; margin-right: 10px; border-right: 1px solid #ccc; -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; }
[type=file]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { }

[type=file]:not(:disabled):not([readonly]) { cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
    [type=file]::-webkit-file-upload-button { -webkit-transition: none; transition: none; }
    [type=file]::file-selector-button { transition: none; }
}

.color-blue { color: var(--color-blue); }
.color-purple { color: var(--color-purple); }
.color-pink { color: var(--color-pink); }
.color-red { color: var(--color-red); }
.color-orange { color: var(--color-orange); }
.color-yellow { color: var(--color-yellow); }
.color-green { color: var(--color-green); }


.background-blue { background: var(--color-blue); }
.background-purple { background: var(--color-purple); }
.background-pink { background: var(--color-pink); }
.background-red { background: var(--color-red); }
.background-orange { background: var(--color-orange); }
.background-yellow { background: var(--color-yellow); }
.background-green { background: var(--color-green); }

/* cstmTab0-6 positional rules removed (this session): confirmed dead code.
   Tab strip background-color and SVG arrow fill are both set inline by
   easy-responsive-tabs.js directly from data-color (sourced from the
   tab_bg_color ACF field per row), which always wins over class-based CSS
   regardless of specificity, so these positional rules never actually
   rendered. The .tab-content background rules are replaced by inline
   styles in tabs-accordion.php, computed from the same tab_bg_color field
   via sbm_color_to_rgb(), which works for any number of tabs rather than
   being limited to the first 7. */

/*.ucBannerSlider .swiper-slide:nth-child(1) .button { color: var(--color-blue); }
.ucBannerSlider .swiper-slide:nth-child(2) .button { color: var(--color-purple); }
.ucBannerSlider .swiper-slide:nth-child(3) .button { color: var(--color-pink); }
.ucBannerSlider .swiper-slide:nth-child(4) .button { color: var(--color-red); }
.ucBannerSlider .swiper-slide:nth-child(5) .button { color: var(--color-orange); }
.ucBannerSlider .swiper-slide:nth-child(6) .button { color: var(--color-yellow); }
.ucBannerSlider .swiper-slide:nth-child(7) .button { color: var(--color-green); }*/


.element-description ul { padding-left: 2rem; }
.element-description table { border: 1px solid var(--theme-color); border-collapse: collapse; margin-bottom: 20px; max-width: 100%; width: 100%; word-break: break-word; }
.element-description table th { color: var(--theme-color); }
.element-description table th,
.element-description table td { border: 1px solid var(--theme-color); border-right: none; border-top: none; padding: 0.8rem; text-align: left; }
.element-description table th:first-child,
.element-description table td:first-child { border-left: none; }
.element-description table tr:last-child td { border-bottom: none; }

.rowSP_bottom .element-description:last-child { margin-bottom: 0; }
.rowSP_bottom .element-description ul:last-child { margin-bottom: 0; }


select { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; background-color: #fff; background-image: url(../images/arrow-down-small.png); background-repeat: no-repeat; background-position: right 1em center; background-size: 10px auto; padding-right: 33px !important; cursor: pointer !important; white-space: nowrap; overflow: hidden !important; text-overflow: ellipsis; }
select option { font-family: 'Arial'; }
textarea { min-height: 120px; }

.pointer { cursor: pointer; }

.button { align-items: center; background-color: var(--theme-color); color: #ffffff; cursor: pointer; display: inline-flex; font: inherit; justify-content: center; line-height: 1.2; padding: 0.95rem 1.85rem; position: relative; text-decoration: none; text-transform: inherit; -webkit-transition: .35s; transition: .35s; border: none; /* height: 50px; min-width: 150px; */ text-align: center; border-radius: 50px; }
.button:hover { color: #ffffff; }
.button svg { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; fill: #fff; }
.link-button { align-items: center; color: var(--theme-color); cursor: pointer; display: inline-flex; font: inherit; justify-content: center; line-height: 1.2; position: relative; text-decoration: none; text-transform: inherit; transition: all 0.12s ease-in-out; border: none; }
.link-button .fi { line-height: 1; margin-left: 10px; display: inline-flex; font-size: 1.1em; top: 2px; position: relative; }
.refine-button { min-width: auto; border-radius: 5px; height: auto; font-weight: 600; }
.showMore { background-color: rgb(var(--theme-color-rgb), 0.6); border-radius: 5px; }
.showMore:hover { background-color: var(--theme-color); }
.wide { width: 100% !important; }
.width-auto { width: auto !important; }

.aspNetDisabled,
select:disabled { cursor: no-drop !important; opacity: 0.7; }

/*----------------------------------------------------------------------------
    HELPERS SITE
-----------------------------------------------------------------------------*/
.themeColor { color: var(--theme-color); }
.secondaryThemeColor { color: var(--secondary-color); }

.themeBgColor { background-color: var(--theme-color); }
.secondaryThemeBgColor { background-color: var(--secondary-color); }

.text-primary { color: var(--primary-color) !important; }
.text-success { color: var(--success-color) !important; }
.text-danger { color: var(--danger-color) !important; }
.text-warning { color: var(--warning-color) !important; }
.text-info { color: #17a2b8 !important; }

.button-primary { background-color: var(--primary-color) !important; color: #fff !important; }
.button-success { background-color: var(--success-color) !important; color: #fff !important; }
.button-danger { background-color: var(--danger-color) !important; color: #fff !important; }
.button-warning { background-color: var(--warning-color) !important; color: #212529 !important; }
.button-info { background-color: #17a2b8 !important; color: #fff !important; }

.radius-5 { border-radius: 5px; }
.radius-50 { border-radius: 50px; }
.d-none { display: none !important; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block !important; }
.d-table { display: table; }
.d-table-row { display: table-row; }
.d-table-cell { display: table-cell; }

.d-flex { display: flex; flex-wrap: wrap; }
.d-inline-flex { display: inline-flex; }
.d-flex-wrap { display: flex; flex-flow: row wrap; height: 100%; }
.d-flex-column { display: flex; flex-flow: column; height: 100%; }

.flex-row { display: flex; flex-flow: row wrap; margin-right: -8px; margin-left: -8px; }
.flex-row .col { padding-right: 8px; padding-left: 8px; }
.flex-column { flex-direction: column; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-fill { flex: 1 1 auto; }
.flex-grow-0 { flex-grow: 0; }
.flex-grow-1 { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-shrink-1 { flex-shrink: 1; }

.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.justify-content-evenly { justify-content: space-evenly; }

.align-center { margin-right: auto; margin-left: auto; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-flex-center { align-items: center; display: flex; justify-content: center; }
.align-items-center { align-items: center; }
.align-items-baseline { align-items: baseline; }
.align-items-stretch { align-items: stretch; }
.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-center { align-content: center; }
.align-content-between { align-content: space-between; }
.align-content-around { align-content: space-around; }
.align-content-stretch { align-content: stretch; }
.align-self-auto { align-self: auto; }
.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }
.align-self-center { align-self: center; }
.align-self-baseline { align-self: baseline; }
.align-self-stretch { align-self: stretch; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text-justify { text-align: justify; }
.text-underline { text-decoration: underline; }
.text-decoration-none { text-decoration: none; }
.text-uppercase { text-transform: uppercase; }
.text-italic { font-style: italic; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.position-static { position: static; }
.position-absolute { position: absolute; }
.position-relative { position: relative; }
.position-fixed { position: fixed; }
.position-sticky { position: -webkit-sticky; position: sticky; }

body .m-0 { margin: 0px; }
body .m-1 { margin: 0.25rem; }
body .m-2 { margin: 0.5rem; }
body .m-3 { margin: 0.75rem; }
body .m-4 { margin: 1rem; }
body .m-5 { margin: 1.25rem; }
body .m-6 { margin: 1.5rem; }
body .m-7 { margin: 1.75rem; }
body .m-8 { margin: 2rem; }

body .mt-0 { margin-top: 0px; }
body .mt-1 { margin-top: 0.25rem; }
body .mt-2 { margin-top: 0.5rem; }
body .mt-3 { margin-top: 0.75rem; }
body .mt-4 { margin-top: 1rem; }
body .mt-5 { margin-top: 1.25rem; }
body .mt-6 { margin-top: 1.5rem; }
body .mt-7 { margin-top: 1.75rem; }
body .mt-8 { margin-top: 2rem; }
body .mt-90 { margin-top: 90px; }

body .mb-0 { margin-bottom: 0px; }
body .mb-1 { margin-bottom: 0.25rem; }
body .mb-2 { margin-bottom: 0.5rem; }
body .mb-3 { margin-bottom: 0.75rem; }
body .mb-4 { margin-bottom: 1rem; }
body .mb-5 { margin-bottom: 1.25rem; }
body .mb-6 { margin-bottom: 1.5rem; }
body .mb-7 { margin-bottom: 1.75rem; }
body .mb-8 { margin-bottom: 2rem; }

body .ml-0 { margin-left: 0px; }
body .ml-1 { margin-left: 0.25rem; }
body .ml-2 { margin-left: 0.5rem; }
body .ml-3 { margin-left: 0.75rem; }
body .ml-4 { margin-left: 1rem; }
body .ml-5 { margin-left: 1.25rem; }
body .ml-6 { margin-left: 1.5rem; }
body .ml-7 { margin-left: 1.75rem; }
body .ml-8 { margin-left: 2rem; }
body .ml-9 { margin-left: 2.25rem; }
body .ml-10 { margin-left: 2.5rem; }
body .ml-11 { margin-left: 2.75rem; }
body .ml-12 { margin-left: 3rem; }
body .ml-13 { margin-left: 3.25rem; }

body .mr-0 { margin-right: 0px; }
body .mr-1 { margin-right: 0.25rem; }
body .mr-2 { margin-right: 0.5rem; }
body .mr-3 { margin-right: 0.75rem; }
body .mr-4 { margin-right: 1rem; }
body .mr-5 { margin-right: 1.25rem; }
body .mr-6 { margin-right: 1.5rem; }
body .mr-7 { margin-right: 1.75rem; }
body .mr-8 { margin-right: 2rem; }
body .mr-9 { margin-right: 2.25rem; }
body .mr-10 { margin-right: 2.5rem; }
body .mr-11 { margin-right: 2.75rem; }
body .mr-12 { margin-right: 3rem; }
body .mr-13 { margin-right: 3.25rem; }


body .p-0 { padding: 0px !important; }
body .p-1 { padding: 0.25rem; }
body .p-2 { padding: 0.5rem; }
body .p-3 { padding: 0.75rem; }
body .p-4 { padding: 1rem; }
body .p-5 { padding: 1.25rem; }
body .p-6 { padding: 1.5rem; }
body .p-7 { padding: 1.75rem; }
body .p-8 { padding: 2rem; }

body .pt-0 { padding-top: 0px; }
body .pt-1 { padding-top: 0.25rem; }
body .pt-2 { padding-top: 0.5rem; }
body .pt-3 { padding-top: 0.75rem; }
body .pt-4 { padding-top: 1rem; }
body .pt-5 { padding-top: 1.25rem; }
body .pt-6 { padding-top: 1.5rem; }
body .pt-7 { padding-top: 1.75rem; }
body .pt-8 { padding-top: 2rem; }
body .pt-90 { padding-top: 90px; }

body .pb-0 { padding-bottom: 0px; }
body .pb-1 { padding-bottom: 0.25rem; }
body .pb-2 { padding-bottom: 0.5rem; }
body .pb-3 { padding-bottom: 0.75rem; }
body .pb-4 { padding-bottom: 1rem; }
body .pb-5 { padding-bottom: 1.25rem; }
body .pb-6 { padding-bottom: 1.5rem; }
body .pb-7 { padding-bottom: 1.75rem; }
body .pb-8 { padding-bottom: 2rem; }

body .pl-0 { padding-left: 0px; }
body .pl-1 { padding-left: 0.25rem; }
body .pl-2 { padding-left: 0.5rem; }
body .pl-3 { padding-left: 0.75rem; }
body .pl-4 { padding-left: 1rem; }
body .pl-5 { padding-left: 1.25rem; }
body .pl-6 { padding-left: 1.5rem; }
body .pl-7 { padding-left: 1.75rem; }
body .pl-8 { padding-left: 2rem; }
body .pl-9 { padding-left: 2.25rem; }
body .pl-10 { padding-left: 2.5rem; }
body .pl-11 { padding-left: 2.75rem; }
body .pl-12 { padding-left: 3rem; }
body .pl-13 { padding-left: 3.25rem; }



body .pr-0 { padding-right: 0px; }
body .pr-1 { padding-right: 0.25rem; }
body .pr-2 { padding-right: 0.5rem; }
body .pr-3 { padding-right: 0.75rem; }
body .pr-4 { padding-right: 1rem; }
body .pr-5 { padding-right: 1.25rem; }
body .pr-6 { padding-right: 1.5rem; }
body .pr-7 { padding-right: 1.75rem; }
body .pr-8 { padding-right: 2rem; }
body .pr-9 { padding-right: 2.25rem; }
body .pr-10 { padding-right: 2.5rem; }
body .pr-11 { padding-right: 2.75rem; }
body .pr-12 { padding-right: 3rem; }
body .pr-13 { padding-right: 3.25rem; }

.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }

.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }

[class^="list"] { display: block; list-style: none; margin: 0; padding: 0; }

.mainHeading { margin: 20px 0; padding: 20px 0; color: var(--heading-color); }
.mainHeading h3,
.mainHeading .h3 { margin: 0px; font-weight: 500; }
.mainHeading p { margin-top: 0.2rem; margin-bottom: 0; }

/*----------------------------------------------------------------------------
     CUSTOM TYPE
-----------------------------------------------------------------------------*/
.custom-type { display: inline-flex; margin-bottom: 0; position: relative; text-align: left; align-items: center; }
.custom-type:last-child { margin-right: 0; }
.custom-type .checkmark { border-radius: 4px; border: 2px solid var(--theme-color); display: block; flex-shrink: 0; height: 24px; margin-right: 0.5rem; position: relative; width: 24px; transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86); cursor: pointer; }
.custom-type .checkmark:after { align-items: center; bottom: 0; color: #ffffff; content: " "; display: flex; font-family: "icons"; font-size: 14px; font-weight: initial; justify-content: center; opacity: 0; left: 0; line-height: 1; position: absolute; right: 0; top: 0; transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.custom-type .label { cursor: pointer; line-height: 1; }
.custom-type input { height: 24px; left: 0px; margin: 0; opacity: 0; padding: 0; position: absolute; top: 0; width: 24px; z-index: 1; cursor: pointer; }

.custom-type input:checked + .checkmark,
.custom-type input:checked + [type="hidden"] + .checkmark { background-color: var(--theme-color); border-color: var(--theme-color); }

.custom-type input:checked + .checkmark:after,
.custom-type input:checked + [type="hidden"] + .checkmark:after { opacity: 1; }


.custom-type [type="radio"] + .checkmark,
.custom-type [type="radio"] + [type="hidden"] + .checkmark { border-radius: 50%; border: none; box-shadow: 1px 0px 6px -2px rgba(0, 0, 0, 0.8) inset; -webkit-box-shadow: 1px 0px 6px -2px rgba(0, 0, 0, 0.8) inset; -moz-box-shadow: 1px 0px 6px -2px rgba(0, 0, 0, 0.8) inset; }


.custom-type [type="radio"] + .checkmark:after,
.custom-type [type="radio"] + [type="hidden"] + .checkmark:after { content: "\f111"; color: var(--theme-color); top: 0px; left: 0px; border-radius: 50%; font-size: 18px; }


.custom-type [type="radio"]:checked + .checkmark,
.custom-type [type="radio"]:checked + [type="hidden"] + .checkmark { background: transparent; }


.custom-type [type="checkbox"]:checked + .checkmark,
.custom-type [type="checkbox"]:checked + [type="hidden"] + .checkmark { box-shadow: none; }

.custom-type [type="checkbox"] + .checkmark:after,
.custom-type [type="checkbox"] + [type="hidden"] + .checkmark:after { content: "\e90b"; }


/*----------------------------------------------------------------------------
     NORMAL LAYOUT HELPER
-----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
     BOX LAYOUT HELPER
-----------------------------------------------------------------------------*/
[class*="col-hh-"] { overflow: hidden; }
.col-hh-1 { height: 365px; }
.col-hh-2 { }
.col-hh-5 { }

.row [class*="col-"].col-12.col-hh-1 { height: auto; }

.bxLayout [class*="bx_"] > [class*="e_"],
.bxLayout [class*="bx_"] > [class*="e_"] > [class*="uc"] { height: 100%; }


/*----------------------------------------------------------------------------
    HEADER SECTION START
-----------------------------------------------------------------------------*/
header { background-color: #fff; }
header .logo { display: flex; margin: 1rem 0; text-decoration: none; align-items: center; justify-content: flex-start; }
header .logo-image { height: 63px; width: auto; }
header .logo-white { display: none; }
.logo-image-brand { display: none; height: 30px; margin-left: 10px; }
header .head-one { position: fixed; top: 0; left: 0; right: 0; z-index: 99; transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); background-color: #fff; padding: 0px 30px; }
header .head-one [class*="container"] { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; z-index: 10; height: 100px; }

/* .HomePage header .head-one { position: initial !important; } */
/* Removed: the original ASP site used a transparent floating header over the hero slider
   on the homepage, requiring position:initial here. The WordPress theme uses an opaque
   banner block, so the fixed header should apply on all pages including the homepage. */

header .head-Two { padding-top: 25px; padding-bottom: 25px; display: none; }
.HomePage header .head-Two { display: block; }
.detail-Sticky-Shown .head-Two { position: fixed; top: 0px; width: 100%; z-index: 9; background-color: #fff; }

.menu-top { align-items: center; display: flex; list-style: none; margin: 0; padding: 0; }
.menu-top .trigger { align-items: center; display: inline-flex; position: relative; padding: 20px 0px; }
.menu-top .trigger:before { content: ""; background: #d0d0d0; width: 5px; height: 5px; display: inline-flex; border-radius: 50%; position: absolute; top: 0; bottom: 0; margin: auto; left: -15px; -webkit-transition: 0.35s; transition: 0.35s; }

.menu-top .trigger:hover,
.menu-top .trigger.active { color: var(--secondary-color); }
.menu-top .trigger:hover:before,
.menu-top .trigger.active:before { background: var(--theme-color); }

.menu-top li { margin: 0; margin-left: 35px; }
.menu-top li:first-child { margin-left: 0; }


.menu-icon { display: inline-flex; }
.menu-icon ul { display: inline-flex; list-style: none; }
.menu-icon li > a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; border-radius: 50px; background: #fff; }
.menu-icon li:hover > a,
.menu-icon li.active > a { color: #fff; background-color: var(--theme-color); box-shadow: 0px 6px 15px rgb(28 38 75 / 15%); }
.menu-icon li { margin: 0; margin-left: 15px; position: relative; min-width: 40px; }
.menu-icon li > a i { font-size: 17px; line-height: 0; }

.menu-icon li .hdrSrch { color: #fff; background-color: var(--theme-color); box-shadow: 0px 6px 15px rgb(28 38 75 / 15%); width: 40px; height: 40px; position: absolute; right: 0; z-index: 2; line-height: 1; border-radius: 50px; padding: 10px; transition: .3s; overflow: hidden; }
.menu-icon li .hdrSrch .frmTggle { color: #FFF; padding: 2px; vertical-align: middle; display: inline-block; }
.hdrSrchFrm { display: none; vertical-align: middle; }
.menu-icon li .hdrSrch.active { width: 300px; transition: .3s; }
.menu-icon li .hdrSrch.active .hdrSrchFrm { display: inline-flex; }
.hdrSrchFrm input[type="text"] { width: 160px; float: left; background-color: transparent; border: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,0.28); line-height: 1; height: auto; border-radius: 0; margin-left: 10px; font-size: 14px; color: #fff; }
.menu-icon li .hdrSrchFrm .button { padding: 0; margin-left: 15px; }
.menu-icon li .hdrSrch .frmTggle .fi-rr-cross { display: none; }
.menu-icon li .hdrSrch.active .frmTggle .fi-rr-cross { display: block; }
.menu-icon li .hdrSrch.active .frmTggle .fi-rr-search { display: none; }
.menu-top .masterMenu { position: absolute; top: 0px; background-color: #FFF; padding: 20px; width: 200px; border-radius: 0 0 20px 20px; -webkit-box-shadow: 1px 9px 5px 0px rgba(0,0,0,0.07); -moz-box-shadow: 1px 9px 5px 0px rgba(0,0,0,0.07); box-shadow: 1px 9px 5px 0px rgba(0,0,0,0.07); display: none; transition: .3s; }
.menu-top .has-child:hover .masterMenu { top: 45px; display: block; transition: .3s; }

.menu-top .masterMenu .cbp-hrsub-inner ul { margin-top: 0px; margin-bottom: 0px; }
.menu-top .masterMenu .cbp-hrsub-inner ul li { display: block; line-height: 1em; margin-left: 0px; margin-bottom: 10px; padding: 5px 0; }
.menu-top .masterMenu .cbp-hrsub-inner ul li a { font-size: 14px; }
.menu-top .masterMenu .cbp-hrsub-inner ul li:last-child { margin-bottom: 0px; }

.menubar { margin-left: 35px; font-size: 0; display: inline-flex; }
.menubar svg { width: 30px; height: 30px; fill: var(--font-color); }
.menubar .trigger { align-items: center; border: medium none; color: inherit; display: inline-flex; text-decoration: none; font-size: 0; position: relative; }

.head-brand { font-size: 0; }
.head-brand img { max-height: 40px; max-width: 45px; width: auto; }

.menu-top li.headLikeTo { display: none; }
.menu-top li.headLikeTo .likeToDropdown { top: 3px; }


.dropScroll { max-height: 400px; /*min-height: 150px;*/ overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-right: 20px; }
.dropScroll::-webkit-scrollbar { width: 8px; }
.dropScroll::-webkit-scrollbar-track { background-color: #f3f3f3; border-radius: 8px; }
.dropScroll::-webkit-scrollbar-thumb { background: var(--theme-color); border-radius: 8px; }

.popupTrigger,
.dropdownTrigger,
.sidebarTrigger { cursor: pointer; }


/*----------------------------------------------------------------------------
    POPUP START
-----------------------------------------------------------------------------*/
.popupShown body,
.sidebarShown body { overflow: hidden; padding-right: 6px !important; }
.popupShown body header,
.sidebarShown body header { padding-right: 6px; }
.modal-backdrop { background-color: #000; height: 100vh; left: 0; position: fixed; top: 0; width: 100vw; z-index: 99; transition: opacity .3s linear; opacity: 0; pointer-events: none; }
.modal-backdrop.show { opacity: .8; pointer-events: all; }

.popup { display: none; color: var(--font-color); height: 100%; left: 0; outline: 0; overflow: hidden; padding: 2rem; position: fixed; top: 0; width: 100%; z-index: 1050; }
.popup::-webkit-scrollbar { width: 6px; }
.popup::-webkit-scrollbar-track { background-color: #f3f3f3; }
.popup::-webkit-scrollbar-thumb { background-color: var(--theme-color); border-radius: 8px; }
.popup.visible { display: block; overflow-x: hidden; overflow-y: auto; }
.popup-header:after { content: ""; display: block; clear: both; }
.popHeadLft { background-image: url(../images/Share.jpg); width: 240px; height: 150px; background-size: cover; background-repeat: no-repeat; background-position: center; display: inline-block; vertical-align: top; float: left; }
.popHeadRgt { display: inline-block; width: calc(100% - 241px); vertical-align: top; color: #000; padding: 15px 20px; float: right; text-align: left; min-height: 150px; background-color: #efefef; }
.popHeadRgt .popup-description, .popHeadRgt .popup-title { text-align: left; }
.popup-header { padding: 0px; padding-bottom: 20px; }
.popup-title { color: var(--theme-color); font-size: 22px; text-align: center; line-height: normal; margin-bottom: 10px; font-weight: 700; }
.popHeadRgt .popup-title { font-size: 20px; margin-bottom: 5px; }
.popHeadRgt .popup-description p { font-size: 16px; margin-bottom: 5px; }
.popup-description { font-size: 18px; text-align: left; }
.popup-description p { line-height: normal; margin-bottom: 10px; }
.popup-description p:last-child { margin-bottom: 0px; }

.popup-dialog { display: flex; align-items: center; min-height: 100%; justify-content: center; }
.popup-dialog .close { top: 30px; right: 30px; box-shadow: 0px 6px 15px rgb(28 38 75 / 15%); opacity: 1; border-radius: 50%; padding: 0; }
.popup-dialog .close svg { fill: #fff; width: 40px; height: 40px; }
.popup-content { overflow: hidden; border-radius: 30px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); outline: 0; margin: 0 auto; position: relative; width: auto; max-width: 1170px; }
.popup-body { flex: 1 1 auto; /*min-height: 260px;*/ padding: 2rem; position: relative; }
.popup-body .form-group { position: relative; }
.popup-body .form-group label { line-height: 1.4; }
.popup-header + .popup-body { padding-top: 0; }

.popup-consent { background-color: rgb(var(--theme-color-rgb), 0.05); padding: 10px; border-radius: 5px; text-align: center; margin-bottom: 20px; }
.popup-consent .row { justify-content: center; }
.popup-consent [class*="col-"] { flex: 0 0 auto !important; max-width: initial !important; width: auto; padding-left: 20px; padding-right: 20px; }
.formLbl { display: block; width: 100%; margin: 13px auto 9px; }


.popup .button { height: 40px; border-radius: 4px; text-align: center; }
.popup textarea { /*min-height: 142px;*/ min-height: 121px; }

.service-history { height: 40px; display: flex; align-items: center; justify-content: flex-start; }


/****** Style Star Rating Widget *****/
.ratingField .rating { border: none; padding: 0; margin: 0; height: 40px; display: flex; align-items: center; flex-direction: row-reverse; justify-content: flex-end; }
.ratingField .rating > input { display: none; }
.ratingField .rating > label { color: #ddd; cursor: pointer; margin-bottom: 0; line-height: normal; margin-right: 10px; font-size: 20px; }
.ratingField .rating > label:before { margin: 0; font-family: "Font Awesome 5 Free"; display: inline-block; content: "\f005"; }
.ratingField .rating > .half:before { content: "\f089"; position: absolute; }
.ratingField .rating > input:checked ~ label, /* show gold star when clicked */
.ratingField .rating:not(:checked) > label:hover, /* hover current star */
.ratingField .rating:not(:checked) > label:hover ~ label { color: #FFD700; }
.ratingField .rating > input:checked + label:hover, /* hover current star when changing rating */
.ratingField .rating > input:checked ~ label:hover,
.ratingField .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.ratingField .rating > input:checked ~ label:hover ~ label { color: #FFED85; }


.thankYou .popup-content { min-height: 150px; }
.thankYou .popup-body { display: flex; min-height: 150px; align-items: center; justify-content: center; }

.formOnPage { position: initial; display: block; }
.formOnPage .close { display: none; }
.formOnPage .popup-content { box-shadow: none; background: transparent; }
.formOnPage .popup-header { padding-top: 0; }
.formOnPage .popup-header + .popup-body { padding-bottom: 0; }

/*----------------------------------------------------------------------------
    SIDEBAR START
-----------------------------------------------------------------------------*/
.sidebar { background: #fff; position: fixed; top: 0; right: 0; width: 350px; max-width: 95%; height: 100%; z-index: 101; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: all 0.8s; transition: all 0.8s; -webkit-box-shadow: -8px 0px 9px -5px rgba(0, 0, 0, 0.18); -moz-box-shadow: -8px 0px 9px -5px rgba(0, 0, 0, 0.18); box-shadow: -8px 0px 9px -5px rgba(0, 0, 0, 0.18); overflow: auto; }

.sidebarShown .sidebar.visible { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); opacity: 1; }

.sidebar .sidebarContent { position: relative; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; min-height: 100%; padding: 50px 20px; height: 100%; }
.sidebar .sidebarContent::-webkit-scrollbar { width: 6px; }
.sidebar .sidebarContent::-webkit-scrollbar-track { background-color: #d1d1d1; }
.sidebar .sidebarContent::-webkit-scrollbar-thumb { background-color: var(--theme-color); border-radius: 8px; }

.sidebarMenu ul { padding: 0px; width: 100%; }
.sidebarMenu li { margin: auto; }
.sidebarMenu li a { color: inherit; display: inline-block; width: 100%; padding-left: 2rem; font-size: 1.2em; margin: auto; line-height: 40px; text-decoration: none; position: relative; }

.sidebarMenu li a:before { content: ""; background: #d0d0d0; width: 5px; height: 5px; display: inline-flex; border-radius: 50%; position: absolute; top: 0; bottom: 0; margin: auto; left: 15px; -webkit-transition: 0.35s; transition: 0.35s; }


.sidebarMenu li a:hover { color: var(--secondary-color); }
.sidebarMenu li a:hover:before { background: var(--secondary-color); }


.sidebarMenu .navHomeLink a { width: auto; margin-left: 2rem; padding: 0px; }
.sidebarMenu .navHomeLink .fa { color: var(--theme-color); }
.sidebarMenu .navToggle { display: inline-block; cursor: pointer; font-size: 25px; color: #a4a4a4; text-align: center; line-height: 1; margin-left: 5px; vertical-align: middle; margin-top: -6px; }
.sidebarMenu .navToggle .fa { line-height: 1; }
.sidebarMenu .navDropLink li a { font-size: 15px !important; padding-left: 2.7rem; }

.sideMenuLogo { font-size: 0; padding-left: 2rem; border-left: 4px solid transparent; padding-top: 1rem; padding-bottom: 1rem; background: #081832; position: absolute; bottom: 0; right: 0; left: 0; }
.sideMenuLogo img { height: 60px; }

.close { position: absolute; top: 5px; right: 5px; padding: 5px; cursor: pointer; font-size: 0; opacity: 0.5; z-index: 99; -webkit-transition: 0.25s; transition: 0.25s; }
.close svg { fill: #000; width: 20px; height: 20px; }

.close.fixed { position: fixed; top: 5px; right: 5px; opacity: 0.9; }
.close.fixed svg { fill: #fff; }

.close:hover { opacity: 1; }

.sidebar.right { top: 0; right: -10%; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }
.sidebar.right.visible { opacity: 1; right: 0%; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

.sidebar.left { top: 0; left: -10%; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
.sidebar.left.visible { opacity: 1; left: 0%; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

.sidebar.top { top: -10%; width: 100%; max-width: 100%; height: auto; overflow: visible; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }
.sidebar.top.visible { opacity: 1; top: 0%; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }

.sidebarMenu .subToggle { display: none; }
.hasSubMenu .subToggle { display: inline-block; }
.sidebarMenu .subToggle:before { content: "\f107"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; padding-left: 7px; font-size: 15px; }
.sidebarMenu .open .subToggle:before { content: "\f106"; }
.subMenuDrop ul { margin: 0; padding: 5px 0px; }
.subMenuDrop ul li { list-style: none; }
.subMenuDrop ul li a { font-size: 1em; line-height: 2; padding-left: 3.5rem; }
.subMenuDrop ul li a:before { left: 35px; }
.subMenuDrop { display: none; }
.mainmenuMob { padding: 20px 15px; }
.mainmenuMob > ul > li { display: block; padding: 5px; padding: 5px; border-bottom: 1px solid #f1f1f1; }
.mainmenuMob > ul > li:last-child { border-bottom: 0px; }
/*----------------------------------------------------------------------------
    PANEL
-----------------------------------------------------------------------------*/
.form-group { margin-bottom: 15px; }
.panel { border: 1px solid #e0dedf; background: #FFF; margin-bottom: 30px; border-radius: 2px; }
.panel-heading { position: relative; min-height: 50px; line-height: 50px; font-size: 16px; font-weight: 600; border-bottom: 1px solid #e0dedf; display: flex; align-items: center; padding: 0 15px; text-transform: capitalize; }
.panel-body { padding: 35px 30px; }
.panel input,
.panel select { border-radius: 0; border-color: #c3c3c3; }


/*----------------------------------------------------------------------------
    PAGINATION SECTION
-----------------------------------------------------------------------------*/

.pagination-container { text-align: center; margin: 37px 0; /*margin: 10px 0; margin-bottom: 75px; */ }
.pagination { display: inline-flex; align-items: center; list-style: none; padding: 0; flex-wrap: wrap; margin: 0 15px; }
.pagination li { margin: 0; margin-right: 10px; padding: 0; position: relative; }
.pagination li:last-child { margin-right: 0; }
.pagination li a,
.pagination li span { text-decoration: none; background-color: #fff; border-radius: 3px; color: #525252; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; height: 25px; width: 25px; padding: 0; text-align: center; transition: all .05s ease-in-out; line-height: 1; }

.pagination li.active a,
.pagination li.active span,
.pagination li:hover a,
.pagination li:hover span { background: #525252; color: #fff; }

.pagination .pg-pre,
.pagination .pg-nxt { border: 1px solid #a7a7a7; padding: 1px 10px; border-radius: 50px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; height: 25px; line-height: 1; min-width: 75px; }
.pagination a:not([href]) { cursor: default; color: #cdcdcd; border-color: #efefef; }

/*----------------------------------------------------------------------------
    FOOTER SECTION
-----------------------------------------------------------------------------*/

footer { margin-top: 300px; background-color: #343e61; position: relative; color: #fff; font-weight: 400; }
footer a { color: inherit; }
footer a:hover { color: var(--secondary-color); }
.footer-top { display: inline-block; width: 100%; position: relative; }
.footer-top h4 { font-size: 1.45em; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; font-weight: 400; }
.footer-top .list li { margin-bottom: 25px; }
.footer-top .list li:last-child { margin-bottom: 0; }

.footer-top .spanToggle { transition: .3s all ease-in-out; }
.footer-top .spanToggle:before { content: "\f054"; font-family: 'Font Awesome 5 Free'; font-weight: 900; line-height: 1; font-size: 15px; }
.footer-top .active .spanToggle { transition: .3s all ease-in-out; transform: rotate(90deg); }

.social-contact { display: flex; list-style: none; margin: 0; }
.social-contact li { margin-right: 25px; margin-bottom: 20px; }
.social-contact li a { display: flex; justify-content: center; align-items: center; font-size: 25px; }

.contact-link { list-style: none; margin: 0; }
.contact-link li { margin-bottom: 20px; }
.contact-link a { display: flex; align-items: center; }
.contact-link a i { line-height: 0; margin-right: 7px; font-size: 16px; position: relative; top: -1px; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-bottom: 90px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 45px; margin-top: 45px; }
.footer-copyright { text-align: right; }
.footer-copyright p:last-child { margin-bottom: 0; }

.switchLink { color: var(--theme-color); font-weight: 600; font-size: 15px; border-left: 2px solid var(--theme-color); padding-left: 10px; margin-left: 10px; }


/*----------------------------------------------------------------------------
    ELEMENT CONTROL SECTION
-----------------------------------------------------------------------------*/

.rowCountNo { display: inline-flex; position: absolute; top: 5px; left: 10px; z-index: 9; color: #fff; background-color: var(--theme-color); width: 30px; height: 30px; border-radius: 50px; font-size: 15px; font-weight: 700; text-align: center; align-items: center; justify-content: center; line-height: 0; }

section { position: relative; padding-bottom: 20px; }
section.nLayout { padding-bottom: 0; }
section[style*="background"] { padding-top: 20px; padding-bottom: 20px; /*margin-bottom: 20px;*/ }
section[style*="background"].removeSpacer { margin-bottom: 0; }
.rowBDR_top { border-top: 1px solid #e1e1e1 !important; padding-top: 20px; }
.rowBDR_bottom { border-bottom: 1px solid #e1e1e1 !important; margin-bottom: 20px; padding-bottom: 20px !important; }
.rowBDR_bottom.rowSP_bottom { margin-bottom: 20px; }
.rowSP_bottom { margin-bottom: 100px; }
.rowSP_bottom.removeSpacer { margin-bottom: 0; }
.removeSpacer { padding-bottom: 0; }

.row_center > [class*="container"] > .row { justify-content: center; }
.ele_flex { align-items: center; display: flex; }

.cAlignLeft { text-align: left !important; }
.cAlignCenter { text-align: center !important; }
.cAlignRight { text-align: right !important; }

.cAlignTop { display: flex; align-items: flex-start; }
.cAlignMid { display: flex; align-items: center; }
.cAlignBot { display: flex; align-items: flex-end; }

.ColorWH { color: #ffffff; }
.ColorBL { color: #000000; }
.cBold { font-weight: bold; }

.bgWH { background: #ffffff; display: inline-flex; padding: 5px 10px; }
.bgBL { background: #000000; display: inline-flex; padding: 5px 10px; }

.fullBoxLink { position: relative; }
.fullBoxLink .button-wrap { min-height: 15px; }
.fullBoxLink .box-link-button { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; }
.fullBoxLink .box-link-button span { color: inherit; line-height: 1; }

.cAlignLeft .box-link-button { text-align: left !important; justify-content: left; }
.cAlignCenter .box-link-button { text-align: center !important; justify-content: center; }
.cAlignRight .box-link-button { text-align: right !important; justify-content: flex-end; }

.mediaController { background: #fff; transition: background 0.2s ease-in-out; position: absolute; bottom: 20px; left: 20px; color: #000; height: 40px; width: 40px; display: flex; justify-content: center; align-items: center; border-radius: 50px; cursor: pointer; padding-top: 1px; }
.mediaController:hover { background: #ffffff; }
.mediaController:after { font-family: 'uicons-solid-straight'; font-size: 15px; }
.mediaController.pause:after { content: "\f6f4"; }
.mediaController.play:after { content: "\f742"; }


/*----------------------------------------------------------------------------
    TABS SECTION
-----------------------------------------------------------------------------*/
.ucTabs > h2 { font-size: 1.45em; font-weight: 700; }
.tabs { margin: 0; padding: 0; padding-left: 20px; list-style: none; width: 100%; max-width: 100%; border-bottom: 2px solid #dee2e6; display: flex; align-items: center; justify-content: flex-start; }
.tab-link { display: inline-flex; cursor: pointer; padding: 8px 40px; margin-right: 2px; min-width: 150px; align-items: center; justify-content: center; margin-bottom: -2px; border: 2px solid #cccccc; border-bottom: 0; position: relative; -webkit-transition: 0.35s; transition: 0.35s; }
.resp-tabs-container .resp-accordion { display: none; }
.tab-content { display: none; padding: 20px; /*min-height: 50px;*/ /*-webkit-transition: 0.35s; transition: 0.35s;*/ }
.resp-tab-active { color: #fff; }
.resp-tab-active:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--theme-color); }
.resp-tabs-container { padding: 0; min-height: 50px; }

/*----------------------------------------------------------------------------
    DESKTOP ACCORDION
-----------------------------------------------------------------------------*/

/*
 * Horizontal inset for the vertical colour panel widget (sideTabView).
 * On the ASP site this inset came from Bootstrap's .col-md-12 column padding:
 *   .row [class*="col-"] { padding-left: 15px; padding-right: 15px; }
 * In the WordPress theme the block uses container-fluid with no column wrapper,
 * so we replicate the same 15px directly on the .sideTabView section element.
 * Applied at the section level (not on the accordion or its children) so it
 * works regardless of viewport width and is not affected by the library's
 * inline width:100% on the .elementTabs wrapper.
 */
.sideTabView { padding-left: 15px; padding-right: 15px; }

.resp-easy-accordion .tabs.resp-tabs-list { display: none; }
.resp-easy-accordion .resp-tabs-container { display: flex; justify-content: flex-start; width: 100%; overflow: hidden; }
.resp-easy-accordion .resp-accordion { border-radius: 0; color: #fff; display: inline-block; position: relative; margin: 0; font-size: 22px; font-weight: 500; padding: 0; box-shadow: 5px 0px 10px 8px rgb(0 0 0 / 5%); }
.resp-easy-accordion .resp-accordion strong { font-weight: inherit; }
.resp-easy-accordion .resp-accordion .fa { background: #fff; display: flex; align-items: center; justify-content: center; }
.resp-easy-accordion .resp-tab-active:before { display: none; }
.resp-easy-accordion .resp-accordion .fa::before { display: none; }
.resp-easy-accordion .resp-accordion span { display: flex; align-items: center; justify-content: space-between; }
.resp-easy-accordion .resp-accordion svg { -webkit-transition: 0.35s; transition: 0.35s; width: 35px; height: 37px; -webkit-transform: rotate(90deg) translateZ(0px); -moz-transform: rotate(90deg) translateZ(0px); -ms-transform: rotate(90deg) translateZ(0px); -o-transform: rotate(90deg) translateZ(0px); transform: rotate(90deg) translateZ(0px); }
.resp-easy-accordion .resp-accordion:hover svg,
.resp-easy-accordion .resp-accordion.resp-tab-active svg { -webkit-transform: rotate(180deg) translateZ(0px); -moz-transform: rotate(180deg) translateZ(0px); -ms-transform: rotate(180deg) translateZ(0px); -o-transform: rotate(180deg) translateZ(0px); transform: rotate(180deg) translateZ(0px); }

.resp-easy-accordion .tab-content { }
.resp-easy-accordion .tab-content .inner-content { max-width: 100%; min-height: 100%; }


.inner-content .link-button { margin-top: 15px; color: inherit; }

/*----------------------------------------------------------------------------
    ACCORDION
-----------------------------------------------------------------------------*/

.resp-accordion,
.accordion-header { border-radius: 5px; background-color: #f1f1f1; color: #565656; font-size: 13px; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; margin: 0; line-height: 1.2; cursor: pointer; transition: background 0.3s ease-in-out; text-align: left; }

.resp-accordion span,
.accordion-header span { padding-right: 15px; }

.resp-accordion .fa:before,
.accordion-header .fa:before { content: "\f067"; }

.resp-accordion.resp-tab-active,
.accordion-header.active { /*background-color: var(--theme-color); color: #fff;*/ }

.resp-accordion.resp-tab-active .fa:before,
.accordion-header.active .fa:before { content: "\f068"; }

.accordion-Content { display: none; }

.resp-accordion,
.accordion-item { margin-bottom: 5px; }

.accordion-Content { padding: 20px; }

/*----------------------------------------------------------------------------
    ACCORDION
-----------------------------------------------------------------------------*/

.breadcrumbs { padding-top: 20px; background-color: #fff; }
.breadcrumbs ul { width: 100%; font-weight: 600; list-style: none; margin: 0; padding: 0; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; line-height: 1; }
.breadcrumbs ul > li:first-child a { }
.breadcrumbs ul > li:first-child + li:before { }
.breadcrumbs ul > li { margin: 0; line-height: inherit; display: inline; color: #272727; }
.breadcrumbs ul > li:hover { color: var(--theme-color); }
.breadcrumbs ul > li + li:before { background: #272727; content: ""; width: 2px; height: 14px; margin: 0 10px; display: inline-block; vertical-align: middle; line-height: inherit; min-height: 16px; position: relative; top: -2px; }
.breadcrumbs ul > li a.active,
.breadcrumbs ul > li.active a { cursor: default; color: var(--theme-color); }
.breadcrumbs ul > li a { color: inherit; text-decoration: none; font-size: 0.95em; display: inline; line-height: inherit; }
.breadcrumbs ul > li.homeIcon a { display: inline-block; }
.breadcrumbs ul > li a .icon-home { font-size: 25px; }

.breadcrumbs + div .mainHeading,
.breadcrumbs + section .mainHeading { padding-top: 0; }

/*----------------------------------------------------------------------------
    SITEMAP PAGE
-----------------------------------------------------------------------------*/
.ucSitemap .mainHeading { padding: 0; }
.ucSitemap ul { margin: 0; padding: 0; list-style: none; display: flex; }
.siteHome li { color: var(--theme-color); }
.siteHome li a { color: inherit; }
.siteHome .siteIcon { border-color: transparent; }
.ucSitemap .innerChild { padding-left: 25px; }
.ucSitemap li { display: inline-flex; align-items: center; margin-bottom: 1rem; }
.ucSitemap li:last-child { /*margin-bottom: 0;*/ }
.ucSitemap li span { display: inline-flex; }
.ucSitemap li i { font-size: 0.7em; }
.siteIcon.pointer:hover,
.ucSitemap li a:hover { color: var(--theme-color); }

.siteIcon { width: 20px; height: 20px; margin-right: 0.5rem; align-items: center; justify-content: center; border: 1px solid #ccc; line-height: 1; border-radius: 3px; }
.siteIcon.active { color: var(--theme-color); border-color: var(--theme-color); }
.siteIcon.active i { color: inherit; }
.siteIcon.active i:before { content: "\f068"; }

.scroll-top { background-color: var(--theme-color); border-radius: 8px 8px 0 0; border: medium none; bottom: 0; color: #fff; cursor: pointer; font-size: 1.25em; padding: .8rem 1rem; position: fixed; right: 20px; text-align: center; transform: translateY(20px); transition: all .2s ease-in; visibility: hidden; width: 60px; z-index: 99; }
.scroll-top:hover { padding-bottom: 1.2rem; color: #fff; }
.scroll-top.show { visibility: visible; transform: translateY(0); }

/*----------------------------------------------------------------------------
    NEWS ARTICLES
-----------------------------------------------------------------------------*/
.articleList.pageContents .articleThumb { height: 200px; overflow: hidden; }
.articleList.pageContents .fixedul:nth-child(3n+1) { clear: both; }
.articleList.pageContents .sceHead { font-size: 20px; font-weight: 600; color: #515151; margin-top: 15px; min-height: 80px; line-height: 1.2em; margin-bottom: 15px; }
.articleList.pageContents .sceHead a { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.articleList.pageContents .postTime { font-size: 13px; margin-bottom: 0; color: #a3a3a3;}
.articleList.pageContents .paresum { font-size: 14px; padding-top: 10px; margin-top: 0; min-height: 115px; margin-bottom: 0px; }
.articleList.pageContents .paresum .readMR { display: block; font-size: 12px; text-align: right; color: var(--secondary-color);}
.articleList.pageContents .newsTags { font-size: 13px; color: #8b8b8b; margin-bottom: 0px; }
.articleList.pageContents .abtNews { background: #fff; border-radius: 20px; box-shadow: 0px 22px 40px 5px rgba(52,62,97,0.10); padding: 30px; margin-bottom: 50px; }
.articleList.pageContents .searchBar { padding: 20px; background: #1c264b; color: #fff; border-radius: 25px; }
.articleList.pageContents .searchBar input[type="text"] { border-radius: 20px; height: 60px; padding-left: 20px; color: #fff; background: transparent; }
.articleList.pageContents .searchBar label { position: absolute; margin: 0; top: -12px; left: 28px; padding: 5px 9px; line-height: 1; color: #fff; background: #1c264b; }
.articleList.pageContents .searchBar .form-group { position: relative; margin-bottom: 40px; line-height: 0; }
.articleList.pageContents .searchBar .button { border-radius: 20px; height: 60px; }
.articleList.pageContents .blogsBanner { padding: 40px; /*text-align: center; margin-bottom: 30px; background-color: #00b0d3; color: #fff;*/ overflow: hidden; position: relative; margin-bottom: 50px; }
.articleList.pageContents .blogsBanner h1 { margin-bottom: 0px; color: #FFF; line-height: 1em; }
.articleList.pageContents .blogsBanner .image-layer { background-size: cover; }
.articleList.pageContents .blogsBanner .element-description { color: #fff; line-height: normal; margin-top: 10px; margin-bottom: 0; font-weight: 600; }
.articleList.pageContents .blogsBanner .banner-text { width: calc(50% + 245px); height: 100%; display: flex; position: relative; z-index: 2; flex-direction: column; justify-content: center; padding-top: 70px; padding-bottom: 70px; }
.articleList.pageContents .blogsBanner .banner-text .tagline-icon { text-align: left; display: block; color: #fff; }
.detailBanner .thumbnail-77 { position: relative; }
.blogDtlPage .detailBanner { position: relative; margin-bottom:20px;}
.detailBanner h1 { /*display: inline-block; position: absolute; bottom: 30px; padding: 20px 40px; background-color: rgba(0,0,0,0.70); color: #FFF; left: 20px; border-radius: 20px; font-size: 2em; margin-bottom: 0px; line-height: 1;*/ }
.detailBanner .thumbnail-77 img { border-radius: 25px; width: 100%; height: auto; display: block; }
.detailBanner { /*background-color: #00B0D3; border-radius: 25px;*/ align-items: center; }
.detailBanner .newsTags { display: block; margin-top: 15px; }
.detailBanner .row { align-items: center; flex-direction: row-reverse; }
.blogDtlPage .color-layer { background: #00B0D3; z-index: -1; margin-top: auto; margin-bottom: auto; height: 60%; top: 0; bottom: 0; width: calc(50% + 175px); }
.page_item { text-align:center;}
/*----------------------------------------------------------------------------
    404 PAGE
-----------------------------------------------------------------------------*/
.errorMsgPg { text-align: center; padding-top: 75px; padding-bottom: 75px; }
.errorMsgPg h1 { font-size: 7em; }
.errorMsgPg h1 span { color: #EE2D67; }
.errorMsgPg a { color: #00b0d3; }
