body {
    overflow: hidden;
}

body > .logo-sub.sticky {
    position: absolute;

    height: 118px;
    width: 152px;
    z-index: 1000;

}

body > .logo-sub.sticky a img {
    margin-left: 20px;
    margin-top: 60px;
    width: 55%;
}

@media screen and (min-width: 550px) {

    body > .logo-sub.sticky a img {
        margin-top: 40px;
        width: 70%;
    }
}

@media screen and (min-width: 770px) {

    body > .logo-sub.sticky a img {
        margin-top: 25px;
        width: 90%;
    }
}

@media screen and (min-width: 992px) {

    body > .logo-sub.sticky a img {
        margin-top: 5px;
        width: 50%;
    }

}

@media screen and (min-width: 1037px) {

    body > .logo-sub.sticky a img {
        width: 60%;
    }
}

@media screen and (min-width: 1100px) {

    body > .logo-sub.sticky a img {
        margin-top: 20px;
        margin-left: 10px;
        width: 70%;
    }
}

@media screen and (min-width: 1159px) {

    body > .logo-sub.sticky a img {
        margin-top: 25px;
        width: 85%;
    }
}

@media screen and (min-width: 1275px) {

    body > .logo-sub.sticky a img {
        margin-top: 20px;
        width: 100%;
    }
}

body > .taxtime.sticky {
    position: absolute;
    left: 0;
    bottom: 0;

    display: block;
    height: 120px;
    width: 160px;
    z-index: 1000;
}

@media (min-width: 600px) and (max-width: 700px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 580px;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 680px;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 780px;
    }
}

@media (min-width: 900px) and (max-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 880px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1060px;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}

@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

.row.reverse {
    flex-wrap: wrap-reverse;
}

.body {
    height: 100vh;
    overflow: hidden!important;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-weight: 300;*/
}

#navbar-top {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 50;
}

#navbar-top .container-fluid {
    display: block;
    height: 100%;
}

#navbar-top .container-fluid #navbarSupportedContent {
    height: 100%;
}

site {
    display: block;
    height: 84vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll!important;
}

.dropdown-menu {
    font-size: 14px!important;
}

.banner > .container {
    height: 194px;
}

.banner > .container > .row {
    height: 100%;
}

.banner {
    width: 100%;
    height: 130px;
}

.banner-bg-img {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner-bg-img img {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
}
.banner-bg-img img.sm-img {
    display: inline;
}
.banner-bg-img img.lg-img {
    display: none;
}

.banner div.gradient {
    position: relative;
    top: -130px;
    width: 100%;
    height: 100%;
}

.banner-content {
    position: relative;
    top: -260px;
}

.banner .text {
    height: 100%;
}

.banner .text > .telno {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    margin-top: 15px;
    text-align: right;
}

.banner .text > .detail {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
}

.banner .text > .header {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-top: 15px;
    text-align: right;
}

@media screen and (min-width: 480px) and (max-width: 520px) {

    .banner .text > .detail {
        font-size: 15px;
        margin-top: 10px;
    }

    .banner .text > .header {
        font-size: 28px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 520px) and (max-width: 550px) {

    .banner .text > .detail {
        font-size: 16px;
        margin-top: 10px;
    }

    .banner .text > .header {
        font-size: 28px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 550px) and (max-width: 600px) {

    .banner .text > .detail {
        font-size: 16px;
        margin-top: 10px;
    }

    .banner .text > .header {
        font-size: 28px;
        margin-top: 40px;
    }
}

@media screen and (min-width: 600px) and (max-width: 650px) {

    .banner .text > .detail {
        font-size: 17px;
        margin-top: 10px;
    }

    .banner .text > .header {
        font-size: 28px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 650px) and (max-width: 750px) {

    .banner .text > .detail {
        font-size: 18px;
        margin-top: 10px;
    }

    .banner .text > .header {
        font-size: 30px;
        margin-top: 60px;
    }
}

@media screen and (min-width: 750px) and (max-width: 872px) {

    .banner .text > .detail {
        font-size: 19px;
        margin-top: 10px;
    }

    .banner .text > .header {
        font-size: 35px;
        margin-top: 60px;
    }
}

@media screen and (min-width: 872px) and (max-width: 900px) {

    .banner .text > .detail {
        font-size: 19px;
        margin-top: 15px;
    }

    .banner .text > .header {
        font-size: 35px;
        margin-top: 70px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1100px) {

    .banner .text > .detail {
        font-size: 20px;
        margin-top: 15px;
    }

    .banner .text > .header {
        font-size: 40px;
        margin-top: 100px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {

    .banner .text > .detail {
        font-size: 20px;
        margin-top: 15px;
    }

    .banner .text > .header {
        font-size: 45px;
        margin-top: 100px;
    }
}

@media screen and (min-width: 1400px) {

    .banner .text > .detail {
        font-size: 22px;
        margin-top: 15px;
    }

    .banner .text > .header {
        font-size: 50px;
        margin-top: 100px;
    }
}


.banner .overlay-logo {
    position: relative;
    top: -1150px;
    height: 450px;
}

.banner > .overlay-nav {
    display: none;
}

.nooverlay-nav {
    height: 50px;
    background-color: rgb(12, 12, 12, 0.3);
    border-top: solid 2px steelblue;
}

.banner > .img-container {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
}

.banner > .img-container img {
    position: relative;
    top: 0;
    max-width: 100%;
    min-width: 820px;
    opacity: 0.5;
}

.banner.sub {
    background-color: #333;
    opacity: 60%;
    border-bottom: solid 3px teal;
    height: 250px;
}

.banner .subtext > .telno {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
    text-align: right;
}

.banner > .container > .row.subtext-top {
    height: 70%;
}

.banner > .container > .row.subtext-bottom {
    height: 30%;
}

.subtext-bottom .header {
    color: #FFF;
    height: 20%;
    text-align: right;
}

.banner .subtext .detail {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 10px;
    text-align: right;
    text-transform: capitalize !important;
}

.riser {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    height: 230px;
    background-color: #FFF;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 80%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.riser * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.riser img {
    max-width: 110%;
    vertical-align: top;
}

.riser img.imgsqsld-sm {
    display: inline;
}
.riser img.imgsqsld-lg {
    display: none;
}
.riser figcaption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    padding: 15px;
    background-color: #1B918E;
    min-height: 55px;
    height: 55px;
}
.riser h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0;
}
.riser h5 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 1px;
    min-height: 40px;
}

@media screen and (min-width: 400px) {
    .banner {
        height: 162px;
    }

    .banner div.gradient {
        top: -162px;
    }

    .banner .banner-content {
        top: -324px;
    }
}

@media screen and (min-width: 480px) {
    .banner {
        height: 194px;
    }

    .banner div.gradient {
        top: -194px;
    }

    .banner .banner-content {
        top: -388px;
    }
}

@media screen and (min-width: 550px) {
    .banner {
        height: 217px;
    }

    .banner div.gradient {
        top: -217px;
    }

    .banner .banner-content {
        top: -434px;
    }
}

@media screen and (min-width: 650px) {
    .banner {
        height: 257px;
    }

    .banner div.gradient {
        top: -257px;
    }

    .banner .banner-content {
        top: -514px;
    }
}

@media screen and (min-width: 750px) {
    .banner {
        height: 298px;
    }

    .banner div.gradient {
        top: -298px;
    }

    .banner .banner-content {
        top: -596px;
    }
}

@media screen and (min-width: 872px) {
    .banner {
        height: 348px;
    }

    .banner div.gradient {
        top: -348px;
    }

    .banner .banner-content {
        top: -696px;
    }
}

@media screen and (min-width: 992px) {
    .banner {
        height: 396px;
    }

    .banner div.gradient {
        top: -396px;
    }

    .banner .banner-content {
        top: -792px;
    }
}

@media screen and (min-width: 1100px) {
    .banner {
        height: 440px;
    }

    .banner div.gradient {
        top: -440px;
    }

    .banner .banner-content {
        top: -880px;
    }
}

@media screen and (min-width: 1200px) {
    .banner {
        height: 348px;
    }

    .banner-bg-img img.sm-img {
        display: none;
    }

    .banner-bg-img img.lg-img {
        display: inline;
    }

    .banner div.gradient {
        top: -348px;
    }

    .banner .banner-content {
        top: -696px;
    }
}

@media screen and (min-width: 1300px) {
    .banner {
        height: 377px;
    }

    .banner div.gradient {
        top: -377px;
    }

    .banner .banner-content {
        top: -754px;
    }
}

@media screen and (min-width: 1400px) {
    .banner {
        height: 407px;
    }

    .banner div.gradient {
        top: -407px;
    }

    .banner .banner-content {
        top: -814px;
    }
}

@media screen and (min-width: 1500px) {
    .banner {
        height: 436px;
    }

    .banner div.gradient {
        top: -436px;
    }

    .banner .banner-content {
        top: -872px;
    }
}

@media screen and (min-width: 1600px) {
    .banner {
        height: 466px;
    }

    .banner div.gradient {
        top: -466px;
    }

    .banner .banner-content {
        top: -932px;
    }
}

@media screen and (min-width: 1700px) {
    .banner {
        height: 495px;
    }

    .banner div.gradient {
        top: -495px;
    }

    .banner .banner-content {
        top: -990px;
    }
}

@media screen and (min-width: 1800px) {
    .banner {
        height: 525px;
    }

    .banner div.gradient {
        top: -525px;
    }

    .banner .banner-content {
        top: -1048px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
    .riser h5 {
        font-size: 17px;
    }
}
.riser blockquote {
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}
.riser a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.riser:hover figcaption,
.riser.hover figcaption {
    height: calc(85%);
}

.toronto-locations {
    overflow: hidden;
    height: 309px;
}

#index-toronto-locations {
    height:309px;
}

#index-toronto-locations img {
    position: relative;
    top: 0;
    left: -230px;
    max-width: 100%;
    min-width: 872px;
}

.toronto-gradient {
    position: relative;
    top: -309px;

    height:309px;
    background: linear-gradient(to top, rgb(20,20,20,0.5), rgb(20,20,20, 0));
}

#locations-font {
    position: relative;
    top: -10px;
    color: #FFFFFF;
    padding-top: 220px;
}

@media screen and (min-width: 488px) {

    #locations-font {
        top: 5px;
    }
}

@media screen and (min-width: 640px) {

    #index-toronto-locations img {
        left: -100px;
    }

    #locations-font {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) {

    #index-toronto-locations img {
        left: 0;
    }
}

@media screen and (min-width: 900px) {

    #locations-font {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1004px) {

    #locations-font {
        font-size: 1.3rem;
        top: 30px;
    }
}

@media screen and (min-width: 1066px) {

    #locations-font {
        top: 40px;
    }
}

@media screen and (min-width: 1122px) {

    .toronto-locations {
        height: 350px;
    }

    #index-toronto-locations {
        height:350px;
    }

    .toronto-gradient {
        top: -350px;
        height:350px;
    }

    #locations-font {
        font-size: 1.4rem;
        top: 70px;
    }
}

@media screen and (min-width: 1230px) {

    #index-toronto-locations img {
        top: -30px;
    }
}

@media screen and (min-width: 1330px) {

    .toronto-locations {
        height: 380px;
    }

    #index-toronto-locations {
        height:380px;
    }

    #index-toronto-locations img {
        top: -50px;
    }

    .toronto-gradient {
        top: -380px;
        height:380px;
    }

    #locations-font {
        font-size: 1.6rem;
        top: 100px;
    }
}

@media screen and (min-width: 1330px) {

    .toronto-locations {
        height: 380px;
    }

    #index-toronto-locations {
        height:380px;
    }

    #index-toronto-locations img {
        top: -50px;
    }

    .toronto-gradient {
        top: -380px;
        height:380px;
    }

    #locations-font {
        font-size: 1.6rem;
        top: 100px;
    }
}

@media screen and (min-width: 1550px) {

    .toronto-locations {
        height: 410px;
    }

    #index-toronto-locations {
        height:410px;
    }

    #index-toronto-locations img {
        top: -70px;
    }

    .toronto-gradient {
        top: -410px;
        height:410px;
    }

    #locations-font {
        top: 130px;
    }
}

.bkgd-2 {
    background-color: rgb(0, 196, 195);
    color: #FFF;
    opacity: 60%;
    width: 100%;
}

.bkgd-2 > .container {
    height: 100%;
}

.bkgd-2 .row {
    align-items: center;
    height: 100%;
}

.bkgd-2 .text5 .col-3 {
    font-size: 1.2rem;
    text-align: center;
}

.bkgd-2 .text5 .col-4 {
    font-size: 0.81rem;
    text-align: center;
}

.bkgd-1 {
    background-color: #EEE;
    width: 100%;
    padding: 1em;
}

.bkgd-1 > .container {
    background-color: #FFF;
    padding: 1em;
}

.bkgd-1 > .container.bkgd-1 {
    background-color: #EEE;
}

.teal2 {
    background-color: rgb(204, 204, 204, 0.5);
    width: 100%;
    padding: 1em;
}

.teal2 > .container {
    background-color: #FFF;
    padding: 1em;
}

.teal2 > .container.bkgd-1 {
    background-color: rgb(204, 204, 204, 0.5);
}

.wbg {
    background-color: #FFF;
    width: 100%;
    padding: 1em;
}

.wbg > .container {
    background-color: #FFF;
    padding: 1em;
}

.wbg > .container.wbg {
    background-color: #FFF;
}


.border {
    border: none !important;
    box-shadow: unset;
    padding: 0;
}

.inner-border {
    box-shadow: 0.05em 0.05em 0.25em 0.15em #AAA;
    padding: 0.5em;
}

.thin-border {
    border: solid 1px #AAA;
    margin: 0.3em;
    padding: 0.3em;
}

.more-info {
    display: none;
}


.top-bar {
    display: flex;
    align-content: center;
    justify-content: flex-end;

    background-color: #FFF;
    height: 79px;
    min-height: 79px;
    padding: 0;
}

.top-bar > .row {
    align-content: center;
}

.top-bar .phone {
    display: none;
}

.top-bar .phone a {
    color: inherit;
}

.top-bar .phone a i {
    color: inherit;
    height: 2rem;
    width: 2rem;
    padding: 5px 10px 0 0;
}

a.phone, a.email {
    text-decoration-line: none;
}

.top-bar .unit-1 {
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: right;

    color: rgb(0, 196, 195);
    font-size: 1.2em;
    height: 100%;
}

.top-bar .unit-1 div {
    margin-right: 10px;
    text-align: right;
}

.top-bar .unit-1 div.emergency {
    color: rgb(3, 160, 160);
    display: flex;
    flex-wrap: wrap;
    align-content: center;

    font-size: 1.5rem;
    max-width: 300px;
    padding-top: 7px;
}

.top-bar .unit-1 div.cta {
    overflow: hidden;
}

.top-bar .unit-1 div.cta-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 150px;
}

.top-bar .unit-1 div.cta-1 img {
    max-width: 100%;
}

.top-bar .unit-1 div.cta-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;

    padding-top: 7px;
}

.top-bar .unit-1 div.cta-2 button {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgb(3, 160, 160) !important;
    border: solid 1px rgb(3, 160, 160) !important;
    color: #fff;
}
.top-bar .unit-1 div.cta-2:hover button {
    background-color: white !important;
    border: none;
    color: rgb(3, 160, 160);
}

.top-bar .unit-2 {
    display: none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: end;

    color: rgb(0, 196, 195);
    font-size: 0.8em;
    height: 100%;
}

.top-bar .unit-2 div {
    margin-right: 10px;
    text-align: right;
}

.top-bar .unit-2 div.emergency {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: end;

    color: rgb(3, 160, 160);
    font-size: 1.5rem;
    width: 260px;
    padding-top: 7px;
}

.top-bar .unit-2 div.cta {
    display: flex;
    flex-wrap: nowrap;

    height: fit-content;
    margin-top: 15px;
    overflow: hidden;
}

.top-bar .unit-2 div.cta-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 150px;
}

.top-bar .unit-2 div.cta-1 img {
    max-width: 100%;
}

.top-bar .unit-2 div.cta button {
    font-size: 0.8rem;
}

.top-bar .unit-2 div.cta-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: end;

    padding-top: 10px;
    width: 100px;
}

.top-bar .unit-2 div.cta-2 button {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background-color: rgb(3, 160, 160) !important;
    border: solid 1px rgb(3, 160, 160) !important;
    color: #fff;
}
.top-bar .unit-2 div.cta-2:hover button {
    background-color: white !important;
    color: rgb(3, 160, 160);
}

.top-bar .unit-3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: right;

    color: rgb(0, 196, 195);
    font-size: 0.8em;
    height: 100%;
}

.top-bar .unit-3 div {
    margin-right: 10px;
    text-align: right;
}

.top-bar .unit-3 div.emergency {
    color: rgb(3, 160, 160);
    display: flex;
    flex-wrap: wrap;
    align-content: center;

    font-size: 1.1rem;
    max-width: 150px;
    padding-top: 7px;
}

.top-bar .unit-3 div.cta {
    overflow: hidden;
}

.top-bar .unit-3 div.cta button {
    font-size: 0.8rem;
}

.top-bar .unit-3 div.cta-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 90px;
}

.top-bar .unit-3 div.cta-1 img {
    max-width: 100%;
}

.top-bar .unit-3 div.cta-2 button {
    background-color: rgb(3, 160, 160) !important;
    border: solid 1px rgb(3, 160, 160) !important;
    color: #fff;
    max-width: 70px;
}
.top-bar .unit-3 div.cta-2:hover button {
    background-color: white !important;
    color: rgb(3, 160, 160);
}

@media (min-width: 768px) {

    .top-bar .unit-1 {
        display: flex;
    }

    .top-bar .unit-3 {
        display: none;
    }
}

@media (min-width: 992px) {

    .top-bar .unit-1 {
        display: none;
    }

    .top-bar .unit-2 {
        display: flex;
    }

    .top-bar .phone {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: end;

        font-size: 1.5rem;
        color: #407272;
        font-weight: 600;
    }

    .top-bar .phone:hover {
        text-shadow: 0 0 1em teal;
    }
}

a.phone, a.email {
    color:inherit;
    text-decoration: none;
}

.logo-whp {
    position: relative;
    top: 0;
    left: 0;
    height: 150px;
    width: 225px;
}

.bkgd-main1 {
    background-color: red !important;
}

.offer-img {
    text-align: center;
}

.offer-img-max-width {
    width: 100%;
}

a:hover, a:focus {
    color: #373e18;
}
section {
    float: left;
    width: 100%;
    margin-top:2em;
    margin-bottom:2em;
}
h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
    text-transform:uppercase;
}

#float-right{
    float:right;
}

.estimate.sticky {
    background-color: transparent;
    position: sticky;
    bottom: 1rem;
}

.estimate.sticky button {
    background-color: rgb(0, 196, 195);
    color: #FFF;
    margin-left: 1rem;
}

.navbar .navbar-toggler {
    display: block;
    float: right;
}
.navbar-toggler:focus {
    box-shadow: inherit;
}

.navbar .navbar-brand {
    display: block;
    float:right;
    color: #FFF;
}

.navbar-collapse ul li {
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    padding: 0.15rem 1rem;
}

.dropdown-menu.show {
    background-color: #555;
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    margin-top: 0;
    padding-top: 0;
}

.dropdown-menu.show .dropdown-item {
    background-color: #555;
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    padding: 0 1rem 0.15rem 1rem;
}
.dropdown-menu.show .dropdown-item:hover {
    background-color: #777;
}

.navbar-toggler:focus {
    box-shadow: inherit;
}

.trio-logo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    min-height: 84px;
    max-height: 84px;
    padding: 10px 0;
    width: 100%;
}

.trio-logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.trio-detail {
    min-height: inherit;
    max-height: inherit;
}

.trio-logo-row {
    display: none;
}

.est-btn-base {
    background-color: rgb(0, 196, 195) !important;
    color: #FFF;
    width: 150px;
}



@media (max-width: 480px) {

    img.sm-img-100, video.sm-img-100 {
        width: 100%;
    }
}

@media (min-width: 576px) {

    .logo-whp {
        height: 200px;
        width: 300px;
        top: 270px;
    }

    .subtext-bottom .header h4 {
        font-size: 1.7rem;
    }

    .banner .subtext .detail {
        font-size: 1.3rem;
    }

}

@media (min-width: 660px) {
    .banner .text > .detail {
        font-size: 21px;
    }

}

@media (min-width: 768px) {

    .subtext-bottom .header h4 {
        font-size: 1.9rem;
    }

    .banner .subtext .detail {
        font-size: 1.4rem;
    }

    .banner .subtext  h2.detail {
        text-transform: uppercase !important;
    }

    .riser img.imgsqsld-sm {
        display: none;
    }
    .riser img.imgsqsld-lg {
        display: inline;
    }

    .border {
        box-shadow: 0.1em 0.1em 0.5em 0.3em #AAA;
        padding: 1em;
    }

    .inner-border {
        box-shadow: unset;
        padding: 0;
    }

    .info-box {
        width: 98%;
        margin-left: unset;
        border: solid 1px teal;
    }

    .trio {
        min-height: 210px;
    }

    .trio-logo {
        display: none;
    }

    .trio-logo img {
        display: none;
    }

    .trio-logo-row {
        display: block;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 900px) {

    #index-calgary-locations img {
        top: -10px;
    }

}

@media (min-width: 950px) {

    #index-calgary-locations img {
        top: -30px;
    }

}

@media (min-width: 992px) {

    .phone:hover {
        text-shadow: 0 0 1em teal;
    }

    .navbar .navbar-brand {
        display: none;
    }

    #navbar-top {
        height: 5vh;
        min-height: 56px;
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    #navbar-top .container-fluid {
        height: 100%;
    }

    #navbar-top .container-fluid #navbarSupportedContent {
        height: 100%;
    }

    .navbar ul {
        margin: 0 auto;
    }

    .navbar .navbar-toggler {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        line-height: 56px;
    }

    .navbar-expand-lg .navbar-nav {
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .navbar-expand-lg .nav-item {
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .navbar-expand-lg .nav-item.active {
        background-color: #555;
    }
    .navbar-expand-lg .nav-item:hover {
        background-color: #555;
        cursor: pointer;
    }
    .navbar-expand-lg .nav-item.over:hover,
    .navbar-expand-lg .nav-item.nooverlay:hover {
        background-color: unset;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        font-size: 14px;
        margin: 0 1.5rem 0 1.5rem;
        padding: 0.4rem 0 0 0;
        text-transform: capitalize;
    }
    .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #FFF;
        font-weight: 500;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: #FFF;
    }

    .navbar-expand-lg .navbar-nav .nav-link.overlay,
    .navbar-expand-lg .navbar-nav .nav-link.nooverlay {
        color: #ededed;
        font-size: 16px;
        margin: 0 3.5rem 0 3.5rem;
        padding: 0.4rem 0 0 0;
        text-transform: uppercase;
    }
    .navbar-expand-lg .navbar-nav .nav-link.overlay.active,
    .navbar-expand-lg .navbar-nav .nav-link.nooverlay.active {
        cursor: unset;
    }
    .navbar-expand-lg .navbar-nav .nav-link.overlay:hover,
    .navbar-expand-lg .navbar-nav .nav-link.nooverlay:hover {
        cursor: unset;
    }

    .banner .text > .detail {
        font-size: 22px;
    }

    .banner .text > .header {
        font-size: 50px;
        font-weight: 700;
    }

    .banner > .img-container {
        top: -50px;
    }

    .banner > .img-container img {
    }
    .subtext .header {
        margin-top: 3rem;
    }

    .logo-whp {
        top: 150px;
        left: 0;
        height: 300px;
        width: 450px;
    }

    #index-calgary-locations img {
        top: -50px;
    }

    .bkgd-2 .text5 .col-4 {
        font-size: 1.2rem;
    }

    ul.center {
        margin: 0 auto;
    }

    .more-info {
        display: inline-block;
    }

    .carousel-item .side-img {
        display: inline-block;
    }

    .estimate.sticky {
        display: none;
    }

    .trio {
        min-height: 150px;
    }

    .trio-logo {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        border-right: solid 1px #CCC;
        border-left: solid 1px #CCC;
        padding: 10px 0;
        width: 100%;
    }

    .trio-logo img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .trio-logo-row {
        display: none;
    }

    .est-btn-base {
        width: 200px;
    }

}

@media (min-width: 1070px) {

    #index-calgary-locations img {
        top: -70px;
    }

}

@media (min-width: 1200px) {

    .banner-bg > .banner-bg-l {
        display: inline-block;
        float: left;
        width: 50%;
        height: 100%;
    }

    .banner-bg > .banner-bg-r {
        display: inline-block;
        float: right;
        width: 50%;
        height: 100%;
    }

    .banner > .overlay-nav {
        display: block;
        position: relative;
        top: -1200px;
        height: 50px;
        background-color: rgb(12, 12, 12, 0.3);
        border-top: solid 2px steelblue;
    }

    .banner > .img-container {
        top: -100px;
    }

    .banner > .img-container img {
    }

    #index-calgary-locations img {
        top: -110px;
    }

    .logo-whp {
        top: 130px;
        position: absolute;
    }

    .trio {
        min-height: 130px;
    }

}


@media (min-width: 1280px) {

    #index-calgary-locations img {
        top: -130px;
    }

}


@media (min-width: 1400px) {

    .banner > .img-container {
        top: -170px;
    }

    .banner > .img-container img {
    }

    #index-calgary-locations img {
        top: -180px;
    }

    .trio {
        min-height: 110px;
    }

    #index-calgary-locations img {
        top: -170px;
    }

}



.j {
    text-align: justify;
}

.cen {
    text-align: center;
}

.cencen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.banner-2 .col-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    height: 120px;
}

.banner-2 .col-md-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    height: 120px;
}

.banner-2 .diamond-water,
.banner-2 .diamond-flame,
.banner-2 .diamond-grey {
    width:100px;
    height:100px;
}

.banner-2 .diamond-water img,
.banner-2 .diamond-flame img,
.banner-2 .diamond-grey img {
    width:100%;
    height:100%;
}

.banner-2 .text {
    width:100px;
    height:70px;
    margin-left: 10px;
    text-align: center;
}

.banner-2.bar {
    background-color: rgb(0, 196, 168);
    height:5px;
}

.three-col {
    font-size: 13px;
}

.three-col li {
    padding-bottom: 10px;
}

.three-col .img {
    background-color: white;
    height:100px;
}

.three-col-award .img {
    background-color: white;
    height:125px;
}

.three-col .detail {
    padding: 3px 10px 0 10px;
    border: solid 1px #CCC;
    height: 100%;
}

.container.index-full .col-10 {
    padding: 0;
}

.container.index-full .col-4 {
    flex: unset;
    padding-left: 0;
}
.container.index-full .col-4:last-of-type {
    flex: unset;
    padding-left: inherit;
    padding-right: 0;
}

.four-col {
    padding: 20px 0;
    font-size: 13px;
}

.four-col .img {
    background-color: beige;
    height:100px;
}

.five-col {
    margin-top:10px;
    font-size: 13px;
}

.five-col li {
    padding-bottom: 10px;
}

.five-col .img {
    background-color: beige;
    height:100px;
}

.three-col .detail {
    padding: 3px 10px 0 10px;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    height: 100%;
}

.one-col {
    text-align: center;
}

.one-col-j {
    text-align: justify;
}

.one-col-l {
    margin-top:10px;
    text-align: left;
}

.one-col .bold {
    margin-top:10px;
    font-weight: bold;
    text-align: center;
}

.one-col .btn {
    font-size: 12px;
}

.one-col .btn-light {
    background-color: rgb(230, 230, 230, 0.3);
}

.one-col.padding {
    padding: 10px;
}

.two-col .center {
    text-align: center;
}

.two-col .bold {
    font-weight: bold;
    padding: 10px;
}

.header-c {
    text-align: center;
}

.full {
    background-color: #F5F5F5;
    height: 50px;
    width: 100%;
}

.title {
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    background-color: #F5F5F5;
}

.border-title {
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    background-color: inherit;
}

.border-img {
    border-top: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    background-color: beige;
    height:100px;
}

.border-detail {
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
    padding: 3px 10px 0 10px;
    /*height: 100%;*/
    text-align: center;
}

.bt-1 {
    border-top: solid 1px #CCC;
}


.title22 {
    font-weight: normal;
    font-size: 22px;
    padding: 15px;
    background-color: #F5F5F5;
    margin-top: 15px;
    height: 50px;
    width: 100%;
    text-align: center;
}

.font-a {
    font-size: 1rem;
    font-weight: 350;
}

.font-14 {
    font-size: 0.90rem;
}

.f-15 {
    font-size: 15px;
}

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.one-tx-ce {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.txt-cen-1 {
    text-align: center;
    font-size: .90rem;
    padding: 10px 0;
}

.ith {
    background-color: #888888;
    height: 220px;
    margin-top:10px;
    padding: 0;
}

.ith-sub {
    background-color: #888;
    height: 220px;
    margin-top:10px;
}


.ith-energy {
    background-color: #ffffff;
    height: 250px;
}

#ith-energy-r {
    padding: 0 1rem 1rem 1rem;
}

.ith-bdr {
    border: solid 3px #888;
}

.ith > .row {
    flex-wrap: unset;
    margin: 0;
    height: 100%;
    width: 100%;
}

.ith-sub > .row {
    height: 100%;
}

.ith-l-img {
    background-color: #BBB;
    margin: 0;
    flex: unset;
    height: 100%;
    width: 50%;
}

.ith-sub-l-img {
    background-color: #BBB;
    height: 100%;
}

.ith-l-hdr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;

    background-color: darkolivegreen;
    color: #FFF;
    font-size: 22px;
    height: 100%;
    padding-left: 10px;
}

.ith-l-hdr > p {
    margin-bottom: 0.7rem;
}

.ith-txt-lb {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;

    background-color: #888;
    color: #FFF;
    height: 100%;
    padding-left: 10px;
}

.ith-txt-lb > p {
    margin-bottom: 0.3rem;
}

.h-80 {
    height: 80%;
    overflow: hidden;
}

.h-20 {
    height: 20%;
    overflow: hidden;
}

.ith-txt-rt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;

    background-color: #888;
    color: #FFF;
    height: 100%;
    padding: 20px 10px 0 10px;
}

.ith-txt-rt > .p-20 {
    margin: 0 0 0.3rem 10%;
    text-align: justify;
}

.ith-hdr-lc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;

    color: #FFF;
    height: 100%;
}

.ith-hdr-lc > p {
    margin: 0 0 0 10px;
}

.ith-hdr-lc > h4 {
    margin-left: 0.5rem;
}

.ith-hdr-rc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;

    color: #FFF;
    height: 100%;
}

.ith-hdr-rc > p {
    margin: 0 0 0 10px;
}

.ith-txt-lt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;

    background-color: #888;
    color: #FFF;
    height: 100%;
    padding: 20px 10px 0 10px;
}

.ith-txt-lt > .p-20 {
    margin: 0 10% 0.3rem 0;
    text-align: justify;
}

.bg-col-1 {
    background-color: #EEE;
    height: 100%;
}

H4 {
   font-weight: 400;
}

H5 {
    font-weight: 350;
}

H6 {
    font-weight: 400;
}

.header-l-extpad-t {
    padding: 30px 0 0 0;
    text-align: left;
}

.header-c-extpad-t {
    padding: 30px 0 0 0;
    text-align: center;
}

.longbtn-1 {
    border: solid 1px #CCC;
    height: 100%;
    width: 100%;
}

.longbtn-1:hover {
    border: solid 1px #CCC;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-5 {
    margin-top: 5px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-25 {
    margin-top: 25px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.mb-5 {
    margin-bottom: 5px!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.pt-0 {
    padding-top: 0!important;
}

.pt35 {
    padding-top: 35px!important;
}

.pt-10 {
    padding-top: 10px;
}

.pb-05rem {
    padding-bottom: 0.5rem;
}

.pb-1rem {
    padding-bottom: 1rem;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

@media (min-width:360px) and (max-width: 768px) {

    .pl-20 {
        padding-left: unset;
    }

    .pl-30 {
        padding-left: unset;
    }
}


.col-row-txt {
    background-color:rgb(0, 196, 168);
    text-align: center;
    min-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.col-row-txt-2 {
    text-align: center;
    min-height: 40px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.al-c-c {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
}

footer .full {
    border-top: solid 4px #ccc;
    background-color: rgb(230, 230, 230, 0.5);
    height: unset;
}

footer .col-row-txt {
    background-color: #ffffff;
    height: 100%;
    margin: 0 auto;
}

footer ul {
    margin-bottom: 0.5em;
}

.copyright {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 5px;
}

.footer {
    cursor: pointer;
    height: 32px;
    margin: 0 auto;
    text-align: center;
}

footer a.privacy,
footer a.privacy:hover {
    color: #FFF;
    text-decoration: none;
}

#footer-facebook {
    background: url(../img/brand-logos/facebook_logo_36.jpg) no-repeat center center;
    width: 68px;
    height: 36px;
}

#footer-facebook-group {
    background: url(../img/brand-logos/facebook-business-group-r.jpg) no-repeat center center;
    width: 68px;
    height: 36px;
}

#footer-instagram {
    background: url(../img/brand-logos/instagram_icon_36.jpg) no-repeat center center;
    width: 36px;
    height: 36px;
}

.footer-google {
    background: url(../img/brand-logos/google-logo-36.png) no-repeat center center;
    height: 36px;
    width: 106px;
}

.ro a:hover{
    color: #4ECAC5;
}

.ro2 a:hover{
    color: #8eeae5;
}

.contact-box-c{
    text-align: center;
}

.contact-box-hdr-c {
    text-align: center;
    font-size: 18px;
    padding: 3px 10px 0 10px;
    height: 100%;
}

.contact-box-hdr-l {
    text-align: left;
    font-size: 18px;
    padding: 3px 10px 0 30px;
    height: 100%;
}

.no-bullet {
    list-style: none;
}

.li-check {
    list-style-image: url("../img/check.svg");
}

.li-circle {
    list-style: circle;
    line-height: 30px;
}

.li-disc {
    list-style: disc;
    line-height: 30px;
}

.li-blog-circ {
    list-style: circle;
    line-height: 20px;
    padding-bottom: 3px;
}

.li-blog-disc {
    list-style: disc;
    line-height: 20px;
    padding-bottom: 3px;
}

.li-blog-no {
    list-style: none;
    line-height: 20px;
    padding-bottom: 3px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-20 {
    margin-left: 20px;
}

.fw500{
    font-weight: 500;
}

.fw600{
    font-weight: 600;
}

.fw700{
    font-weight: 700;
}

.info-box {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    min-height: 290px;
    margin-bottom: 1em;
    padding-left: unset;
    padding-right: unset;
    width: 90%;
    margin-left: 1.7em;

    transition-timing-function: ease-in;
    transition: .3s;
    transform: translateY(1em);
}
.info-box:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);

    transition-timing-function: ease-out;
    transition: .3s;
    transform: translateY(0);
}

.info-box .icon {
    margin: 10px;
}

.info-box .header {
    font-size: 17px;
    font-weight: 600;
    margin: 10px;
}

.info-box .detail {
    font-size: 14px;
    margin: 10px;
}

.info-box2 {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.5);
    min-height: 240px;
    margin-bottom: 1em;
    padding-left: unset;
    padding-right: unset;
    width: 90%;
    margin-left: 1.7em;

    transition-timing-function: ease-in;
    transition: .3s;
    transform: translateY(1em);
}
.info-box2:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);

    transition-timing-function: ease-out;
    transition: .3s;
    transform: translateY(0);
}

.info-box2 .icon {
    margin: 10px;
}

.info-box2 .header {
    font-size: 17px;
    font-weight: 600;
    margin: 10px;
}

.info-box2 .detail {
    font-size: 14px;
    margin: 10px;
}

.accordion {
    margin: 1rem 0 ;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    color: inherit;
}
.accordion-button::after {
    color: inherit;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.accordion-body {
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: left;
}

.iframe-SE8 {
    width: 80%;
    height: 90%;
}

.blur {
    filter: blur(2px);
}

.bdr2{
    border: solid 1px teal;
}

#img-combi-IT18-1 {
    background: url(../img/combi_navien.jpg) no-repeat center center #FFFFFF;
    height:270px;
}

#img-combi-IT18-2 {
    background: url(../img/combitrio_veissmann.jpg) no-repeat center center #FFFFFF;
    height:270px;
}

#img-combi-IT18-3 {
    background: url(../img/tankless_rinnai.jpg) no-repeat center center #FFFFFF;
    height:270px;
}

.img-w-70 {
    width: 70%;
}

.index-img-logo-quickbooksonline {
    width: 70%;
}

.index-img-logo-wave {
    width: 55%;
}

.index-img-logo-freshbooks {
    position: relative;
    top: -20%;
    width: 55%;
}

.index-img-logo-quickbooksdesk {
    width: 60%;
}

.index-img-logo-amazon {
    width: 65%;
}

.index-img-logo-shopify {
    position: relative;
    top: -10%;
    width: 60%;
}

.index-img-logo-etsy {
    position: relative;
    top: -10%;
    width: 35%;
}

.index-img-logo-ebay {
    position: relative;
    top: -10%;
    width: 40%;
}

.img-logo-cpa-bc {
    width: 90%;
}

.img-logo-cpa-ab {
    width: 90%;
}

.img-logo-cpa-sk {
    width: 90%;
}

.img-logo-cpa-mb {
    width: 90%;
}

.img-logo-cpa-on {
    width: 45%;
}

@media screen and (min-width: 500px) {

    .img-logo-cpa-on {
        width: 55%;
    }
}

@media screen and (min-width: 570px) {

    .img-logo-cpa-on {
        width: 65%;
    }
}

@media screen and (min-width: 768px) {

    .img-logo-cpa-on {
        width: 230%;
    }
}

@media screen and (min-width: 1240px) {

    .img-logo-cpa-bc {
        width: unset;
    }

    .img-logo-cpa-ab {
        width: unset;
    }

    .img-logo-cpa-sk {
        width: unset;
    }

    .img-logo-cpa-mb {
        width: unset;
    }

    .img-logo-cpa-on {
        width: 200%;
    }
}

@media screen and (min-width: 1400px) {

    .img-logo-cpa-on {
        width: 180%;
    }
}

.awards-three-two .awards,
.awards-five .awards {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    padding-top: 20px;
}

.awards-three-two .awards > a,
.awards-five .awards > a {
    display: block;
    width: 80%;
    height: fit-content;
}

.awards-three-two .awards > a > .img-best-awards,
.awards-five .awards > a > .img-best-awards {
    width: 100%;
    height: auto;
}

.awards-five {
    display: none;
}

@media screen and (min-width: 768px) {

    .awards-three-two {
        display: none;
    }

    .awards-five {
        display: block;
    }
}

.award {
    text-align: center;
}

.award .award-height {
    height: 160px;
}

@media (max-width: 992px) {
    .award .award-height {
        height: 110px;
    }
}

@media (max-width: 768px) {
    .award .award-height {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .award .award-height {
        height: 70px;
    }
}

@media (max-width: 390px) {
    .award .award-height {
        height: 60px;
    }
}

@media (max-width: 370px) {
    .award .award-height {
        height: 55px;
    }
}

.award img {
    max-width: 100%;
}

.award .award-height img {
    height: 100%;
}

.van1 {
    width: 100%;
}

.quart-headers{
  color: #B00048;
}

.footerlook{
    background-color: #444 !important;
    color: #FFF;
}

.footerlook a.phone, .footerlook a.email {
    color: inherit;
}

.footerlook .contact-box-hdr-l {
    padding: unset;
    padding-left: 15px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footerlook .contact-box-hdr-l {
        font-size: 17px;
    }
}

.footerlook .three-col {
    margin-left: 0;
    padding-left: 0.5rem;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footerlook .three-col {
        font-size: 11px;
    }
}

.footerlook ul {
    margin-left: 0;
    padding-left: 0.5rem;
}

.hdr1{
    font-size: 30px;
    text-align: center;
}

.hdr1a{
    font-size: 30px;
    text-align: center;
    color: teal;
}

.hdr2{
    font-size: 26px;
    text-align: center;
}

.hdr2a{
    font-size: 26px;
    text-align: left;
}

.hdr2b{
    font-size: 26px;
    text-align: center;
    color: teal;
}

.hdr3{
    font-size: 22px;
    text-align: center;
}

.hdr3b{
    font-size: 22px;
    text-align: center;
    color: teal;
}

.hdr3b{
    font-size: 22px;
    text-align: center;
    color: teal;
}

.hdr4{
    font-size: 18px;
    text-align: center;
}

.hdr4a{
    font-size: 20px;
    text-align: left;
}

.hdr5{
    font-size: 24px;
    text-align: center;
    color: teal;
}

.hdr6{
    font-size: 24px;
    text-align: left;
    color: teal;
}

.hdr28{
    font-size: 28px;
    text-align: center;
    color: teal;
}

.hdr18L{
    font-size: 18px;
    text-align: left;
    color: teal;
}

.hdr20L{
    font-size: 20px;
    text-align: left;
    color: teal;
}

.hdr22L{
    font-size: 22px;
    text-align: left;
    color: teal;
}

.sp-3 {
    height: 3px;
}

.sp-5 {
    height: 5px;
}

.sp-7 {
    height: 7px;
}

.sp-10 {
    height: 10px;
}

.sp-15 {
    height: 15px;
}

.sp-20 {
    height: 20px;
}

.sp-25 {
    height: 25px;
}

.sp-30 {
    height: 30px;
}

.sp-40 {
    height: 40px;
}

.sp-50 {
    height: 50px;
}

.sp-60 {
    height: 60px;
}

.sp-70 {
    height: 70px;
}

.it-lg-sp-20 {
    height: 20px;
}

@media screen and (min-width: 576px) {
    .it-sm-sp-20 {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .it-md-sp-20 {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .it-lg-sp-20 {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .it-xl-sp-20 {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    .it-xxl-sp-20 {
        display: none;
    }
}

.text2{
    text-align: center;
    font-size: 0.90rem;
}

.text2a{
    font-size: 0.915rem;
    color: #333;
}

.text2j{
    text-align: justify;
    font-size: 0.95rem;
}

.text2j-2{
    text-align: justify;
    font-size: 0.90rem;
}

.text2pb{
    text-align: center;
    font-size: 0.95rem;
    padding-bottom: 7px;
}

.text3{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.text3a{
    font-size: 16px;
    text-align: center;
    font-weight: 450;
}

.text4{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.text5{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
}

.text6{
    font-size: 15px;
    font-weight: 450;
}

.text6 a.phone {
    color: inherit;
}

.text7{
    color: teal;
}

.text8{
    font-weight: 600;
    color: teal;
    font-size: 16px;
}

.text9{
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.text10{
    color: teal;
    font-weight: 500;
    font-size: 14px;
}

.text11{
    font-weight: 600;
}

.text12{
    color: #333;
    font-weight: 400;
    font-size: 0.90rem;
}

.text12a{
    color: #333;
    font-weight: 550;
    font-size: 0.90rem;
}

.t15-h{
    list-style: none;
    color: #222;
    font-size: .90em;
    font-weight: 400;
}

.t15-b{
    list-style: none;
    margin-bottom: 20px;
    text-align: justify;
}

.t15-c{
    list-style: none;
    margin-bottom: 15px;
}

.t15-d{
    list-style: none;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 0.9rem;
}

.t16-h{
    list-style: none;
    color: #006260;
    font-size: 1.1em;
    font-weight: 400;
}

.t16-h2{
    list-style: none;
    color: #02504e;
    font-size: 1em;
    font-weight: 600;
}

.t17-h{
    color: #006260;
    font-size: 1.00em;
    font-weight: 400;
}

.t18{
    color: #006260;
    font-size: 1.0em;
    font-weight: 500;
}

.t-under{
    list-style: none;
    margin-bottom: 15px;
    text-align: justify;
    text-decoration: underline;
}

.t-ital{
    font-style: italic;
}

.up{
    text-transform: uppercase;
}

.morespecials{
    font-size: 13px;
    color: teal;
}
.li-hdr{
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 5px;
}

.j14{
    text-align: justify;
    font-size: 14px;
}

.f14-c{
    text-align: center;
    font-size: 14px;
}

.j15{
    text-align: justify;
    font-size: 15px;
}

.t-al-l{
    text-align: left;
}

.t-al-c{
    text-align: center;
}

.txtstyle1{
    font-weight: 500;
    color: steelblue;
}

.txtstyle2{
    font-weight: 500;
    color: teal;
    font-size: 1.2em;
}

.txtstyle2a{
    font-weight: 500;
    color: teal;
    font-size: 1.1em;
}

.txtstyle3{
    font-weight: 600;
    color: teal;
    font-size: 1.0em;
}

.ul-1{
    text-align: left;
    margin-left: 20px;
    list-style: none;
}

.ul-2{
    text-align: left;
    margin-left: 20px;
    list-style: disc;
}

.ul-3{
    text-align: left;
    margin-left: 10px;
    padding-bottom: 5px;
    list-style: disc;
}

.ul-4{
    text-align: left;
    margin-left: 10px;
    padding-bottom: 2px;
    list-style: disc;
}

.bdr1{
    border: solid 2px teal;
}

.bdr1a{
    border: solid 1px teal;
}

.bdr2{
    border: solid 2px #555555;
}

.img-shad{
    border: solid 1px #CCCCCC;
    box-shadow: 12px 12px 2px 1px #BBB;
}

img.img-70 {
    width: 70%;
}

img.img-80 {
    width: 80%;
}

img.img-100 {
    width: 100%;
}

img.img-50 {
    width: 50% !important;
}

img.img-70 {
    width: 70% !important;
}

.shdw{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.box-bdr{
    border: solid 1px #BBB;
}

.bkgd-white{
    background-color: white;
}

.bkgd-white80{
    background-color: white;
    opacity: 80%;
}

.li-pb7{
    padding-bottom: 7px;
}

.li-pb15{
    padding-bottom: 15px;
}

.li-pb20{
    padding-bottom: 20px;
}

.IT30 .border-img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT30 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 1rem;
}

.IT30 .border-detail .detail.start {
    padding-bottom: 0.5rem;
}

.IT30 .border-detail .detail.start .hdr {
    font-size: calc(var(--bs-body-font-size) * 1.3);
    font-weight: 300;
    margin-bottom: 5px;
}

.IT30 .border-detail .detail.start .dtla {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 400;
    text-align: justify;
}

.IT30 .border-detail .detail.start .dtlaa {
    font-size: .90rem;
    text-align: justify;
}

.IT30 .border-detail .detail.start .dtla ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.IT30.pricing .border-detail .detail.end {
    display: none;
}

.IT30 .border-detail .detail.end {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-content: end;
    margin-top: 0.5rem;
}

.IT30 .border-detail .detail.end .s1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-content: end;
    vertical-align: baseline;
    font-size: 12px;
    padding-bottom: 5px;
}

.IT30 .border-detail .detail.end .s2 {
    font-size: calc(var(--bs-body-font-size) * 2);
    padding: 0 5px;
}

@media (min-width: 360px) {

    .IT30 .border-img {
        height:223px;
    }
}

@media (min-width: 460px) {

    .IT30 .border-img {
        height:289px;
    }
}

@media (min-width: 573px) {

    .IT30 .border-img {
        height:343px;
    }
}

@media (min-width: 768px) {

    .IT30 .border-img {
        height:143px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 17rem;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT30 .border-detail .detail.end .s1,
    .IT30 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT30 .border-img {
        height:196px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 13rem;
    }
}

@media (min-width: 1200px) {

    .IT30 .border-img {
        height:236px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT30 .border-img {
        height:276px;
    }

    .IT30 .border-detail .detail.start {
        min-height: 10rem;
    }
}

.icon-50{
    max-width: 50px;
}

.icon-40{
    max-width: 40px;
}

.IT30-2 .border-img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT30-2 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: solid 1px #CCC;
    padding: 1rem;
}


.IT30-2 .border-detail .detail.start {
    padding-bottom: 0.5rem;
}

.IT30-2 .border-detail .detail.start .hdr {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;

    font-size: calc(var(--bs-body-font-size) * 1.3);
    font-weight: 300;
}

@media screen and (min-width: 768px) {

    .IT30-2 .border-detail .detail.start .hdr {
        font-size: calc(var(--bs-body-font-size) * 1.05);
    }
}

@media screen and (min-width: 800px) {

    .IT30-2 .border-detail .detail.start .hdr {
        font-size: calc(var(--bs-body-font-size) * 1.3);
    }
}

.IT30-2 .border-detail .detail.start .hdr > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    margin-bottom: 10px;
}

.IT30-2 .border-detail .detail.start .hdr > div.right {
    margin-left: 10px;
}

.IT30-2 .border-detail .detail.start .dtla {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 350;
    text-align: justify;
}

.IT30-2 .border-detail .detail.start .dtlaa {
    font-size: .90rem;
    text-align: justify;
}

.IT30-2 .border-detail .detail.start .dtla ul {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

.IT30-2 .border-detail .detail.end {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-content: end;
    margin-top: 0.5rem;
}

.IT30-2 .border-detail .detail.end .s1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    align-content: end;
    vertical-align: baseline;
    font-size: 12px;
    padding-bottom: 5px;
}

.IT30-2 .border-detail .detail.end .s2 {
    font-size: calc(var(--bs-body-font-size) * 2);
    padding: 0 5px;
}

@media (min-width: 360px) {

    .IT30-2 .border-img {
        height:223px;
    }
}

@media (min-width: 460px) {

    .IT30-2 .border-img {
        height:289px;
    }
}

@media (min-width: 573px) {

    .IT30-2 .border-img {
        height:343px;
    }
}

@media (min-width: 768px) {

    .IT30-2 .border-img {
        height:143px;
    }

    .IT30-2 .border-detail .detail.start {
        min-height: 17rem;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT30-2 .border-detail .detail.end .s1,
    .IT30-2 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT30-2 .border-img {
        height:196px;
    }

    .IT30-2 .border-detail .detail.start {
        min-height: 13rem;
    }
}

@media (min-width: 1200px) {

    .IT30-2 .border-img {
        height:236px;
    }

    .IT30-2 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT30-2 .border-img {
        height:276px;
    }

    .IT30-2 .border-detail .detail.start {
        min-height: 10rem;
    }
}

.SE1 .card-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.SE1 .card-container .card-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    border-top: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: fit-content;
    overflow: hidden;
}

.SE1 .card-container.animate .card-slider {
    animation-duration: 300ms;
    animation-name: SE1-cardSlideInOut;
}

.SE1 .card-container.no-animate .card-slider {
    animation-duration: 300ms;
    animation-name: SE1-cardSlideOutIn;
}

.SE1 .card-container .card-slider .card-half-slider {
    font-size: 22px;
    min-width: 100%;
    height: fit-content;
    overflow: hidden;
}

.SE1 .card-container .card-slider .card-half-slider.left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;

    background-color: #1B918E;
    color: rgb(255, 255, 255);
    font-weight: 400;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.SE1 .card-container.animate .card-slider .card-half-slider.left {
    animation-duration: 300ms;
    animation-name: SE1-cardSlideLeftHide;
    display: none;
}

.SE1 .card-container.no-animate .card-slider .card-half-slider.left {
    animation-duration: 300ms;
    animation-name: SE1-cardSlideLeftShow;
}

.SE1 .card-container .card-slider .card-half-slider.right {
    display: none;
    align-items: center;
    justify-content: center;

    background-color: #1B918E;
    color: rgb(255, 255, 255);
    height: auto;
    font-size: 13px;
    text-align: justify;
    padding: 10px;
}

.SE1 .card-container.animate .card-slider .card-half-slider.right {
    animation-duration: 300ms;
    animation-name: SE1-cardSlideRightShow;

    display: flex;
}

.SE1 .card-container.no-animate .card-slider .card-half-slider.right {
    animation-duration: 300ms;
    animation-name: SE1-cardSlideRightHide;
}

@keyframes SE1-cardSlideInOut {
    0%, 5% {
        width: 100%;
    }
    50% {
        width: 0;
    }
    95%, 100% {
        width: 100%;
    }
}

@keyframes SE1-cardSlideOutIn {
    0%, 5% {
        width: 100%;
    }
    50% {
        width: 0;
    }
    95%, 100% {
        width: 100%;
    }
}

@keyframes SE1-cardSlideLeftHide {
    0% {
        display: flex;
    }
    5%, 100% {
        display: none;
    }
}

@keyframes SE1-cardSlideLeftShow {
    0%, 95% {
        display: none;
    }
    100% {
        display: flex;
    }
}

@keyframes SE1-cardSlideRightHide {
    0% {
        display: flex;
    }
    1%, 100% {
        display: none;
    }
}

@keyframes SE1-cardSlideRightShow {
    0%, 99% {
        display: none;
    }
    100% {
        display: flex;
    }
}


.SE1 .card-container .card-slider {
    min-height: 180px;
    max-height: 180px;
}

@media screen and (min-width: 418px) {

    .SE1 .card-container .card-slider {
        min-height: 170px;
        max-height: 170px;
    }
}

@media screen and (min-width: 540px) {

    .SE1 .card-container .card-slider {
        min-height: 140px;
        max-height: 140px;
    }
}

@media screen and (min-width: 768px) {

    .SE1 .card-container .card-slider {
        min-height: 190px;
        max-height: 190px;
    }
}

@media screen and (min-width: 992px) {

    .SE1 .card-container .card-slider {
        min-height: 150px;
        max-height: 150px;
    }
}

@media screen and (min-width: 1200px) {

    .SE1 .card-container .card-slider {
        min-height: 120px;
        max-height: 120px;
    }
}

@media screen and (min-width: 1400px) {

    .SE1 .card-container .card-slider {
        min-height: 100px;
        max-height: 100px;
    }
}

.SE10.col-6 {
    justify-content: center;
}

.SE10 .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
}

.SE10 .front, .SE10 .back {
    position: absolute;
    background-color: white;
    border: solid 1px #ccc;
    color: var(--bs-body-color);
    top: 0;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
}

.SE10 .front {
    display: block;
    height: auto;
    font-size: 22px;
}

.SE10 .front .img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;
    opacity: .65;
    overflow: hidden;
    padding: 0.5em 0.5em 0;
    margin-bottom: 0.5em;
}

.SE10 .front .img img {
    max-width: 100%;
}

.SE10 .front .title {
    border-top: solid 1px #ccc;
    height: 3em;
    overflow: hidden;
}

.SE10 .front .title.cencen {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.SE10 .back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: justify;
    padding: 10px;
}

.SE10 .back ul {
    font-size: 13px;
}

.SE10 .back {
    transform: rotateY(180deg);
}

.SE10 .card-column:hover .card {
    transform: rotateY(180deg);
}

.SE10 .card-column .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.6s ease;
    transform-style: preserve-3d;
    width: 100%;
}

@media (min-width: 360px) and (max-width: 418px) {

    .SE10 .card {
        min-height: calc(311px + 4em);
        max-height: calc(311px + 4em);
    }

    .SE10 .front, .SE10 .back {
        min-height: 373px;
        max-height: 373px;
    }

    .SE10 .front .img {
        min-height: 312px;
        max-height: 312px;
    }
}

@media (min-width: 419px) and (max-width: 479px) {

    .SE10 .card {
        min-height: 430px;
        max-height: 430px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 430px;
        max-height: 430px;
    }

    .SE10 .front .img {
        min-height: 371px;
        max-height: calc(371px - 0.5em);
    }
}

@media (min-width: 479px) and (max-width: 540px) {

    .SE10 .card {
        min-height: 492px;
        max-height: 492px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 491px;
        max-height: 491px;
    }

    .SE10 .front .img {
        min-height: 431px;
        max-height: calc(431px - 0.5em);
    }
}

@media (min-width: 540px) and (max-width: 576px) {

    .SE10 .card {
        min-height: 552px;
        max-height: 552px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 550px;
        max-height: 550px;
    }

    .SE10 .front .img {
        min-height: 491px;
        max-height: calc(491px - 0.5em);
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .SE10 .card {
        min-height: 273px;
        max-height: 273px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 273px;
        max-height: 273px;
    }

    .SE10 .front .img {
        min-height: 211px;
        max-height: calc(211px - 0.5em);
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .SE10 .card {
        min-height: 372px;
        max-height: 372px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 372px;
        max-height: 372px;
    }

    .SE10 .front .img {
        min-height: 311px;
        max-height: calc(311px - 0.5em);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .SE10 .card {
        min-height: 252px;
        max-height: 252px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 252px;
        max-height: 252px;
    }

    .SE10 .front .img {
        min-height: 191px;
        max-height: calc(191px - 0.5em);
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .SE10 .card {
        min-height: 297px;
        max-height: 297px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 297px;
        max-height: 297px;
    }

    .SE10 .front .img {
        min-height: 236px;
        max-height: calc(236px - 0.5em);
    }
}

@media (min-width: 1400px) {

    .SE10 .card {
        min-height: 331px;
        max-height: 331px;
    }

    .SE10 .front, .SE10 .back {
        min-height: 331px;
        max-height: 331px;
    }

    .SE10 .front .img {
        min-height: calc(281px - 0.5em);
        max-height: calc(281px - 0.5em);
    }
}

.SE11 .card-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.SE11 .card-container .card-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;

    border-top: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: fit-content;
    overflow: hidden;
}

.SE11 .card-container.animate .card-slider {
    animation-duration: 300ms;
    animation-name: SE11-cardSlideInOut;
}

.SE11 .card-container.no-animate .card-slider {
    animation-duration: 300ms;
    animation-name: SE11-cardSlideOutIn;
}

.SE11 .card-container .card-slider .card-half-slider {
    font-size: 22px;
    min-width: 100%;
    height: fit-content;
    overflow: hidden;
}

.SE11 .card-container .card-slider .card-half-slider.left {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: center;

    overflow: hidden;
    width: 100%;
}

.SE11 .card-container.animate .card-slider .card-half-slider.left {
    animation-duration: 300ms;
    animation-name: SE11-cardSlideLeftHide;
    display: none;
}

.SE11 .card-container.no-animate .card-slider .card-half-slider.left {
    animation-duration: 300ms;
    animation-name: SE11-cardSlideLeftShow;
}

.SE11 .card-container .card-slider .card-half-slider.left .img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    opacity: .65;
    overflow: hidden;
    padding: 0.5rem 0.5rem 0;
    margin-bottom: 0.5rem;
}

.SE11 .card-container .card-slider .card-half-slider.left .img img {
    max-width: 100%;
}

.SE11 .card-container .card-slider .card-half-slider.left .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    background-color: unset;
    height: 3rem;
    overflow: hidden;
}

.SE11 .card-container .card-slider .card-half-slider.right {
    display: none;
    align-items: center;
    justify-content: center;

    font-size: 13px;
    text-align: justify;
    padding: 10px;
}

.SE11 .card-container.animate .card-slider .card-half-slider.right {
    animation-duration: 300ms;
    animation-name: SE11-cardSlideRightShow;

    display: flex;
}

.SE11 .card-container.no-animate .card-slider .card-half-slider.right {
    animation-duration: 300ms;
    animation-name: SE11-cardSlideRightHide;
}


@keyframes SE11-cardSlideInOut {
    0%, 5% {
        width: 100%;
    }
    50% {
        width: 0;
    }
    95%, 100% {
        width: 100%;
    }
}

@keyframes SE11-cardSlideOutIn {
    0%, 5% {
        width: 100%;
    }
    50% {
        width: 0;
    }
    95%, 100% {
        width: 100%;
    }
}

@keyframes SE11-cardSlideLeftHide {
    0% {
        display: flex;
    }
    5%, 100% {
        display: none;
    }
}

@keyframes SE11-cardSlideLeftShow {
    0%, 95% {
        display: none;
    }
    100% {
        display: flex;
    }
}

@keyframes SE11-cardSlideRightHide {
    0% {
        display: flex;
    }
    1%, 100% {
        display: none;
    }
}

@keyframes SE11-cardSlideRightShow {
    0%, 99% {
        display: none;
    }
    100% {
        display: flex;
    }
}


.SE11 .card-container .card-slider {
    min-height: calc(311px + 4em);
    max-height: calc(311px + 4em);
}

.SE11 .card-container .card-slider .card-half-slider.left .img {
    min-width: 336px;
}

.SE11 .card-container .card-slider .card-half-slider.left .img {
    height: 312px;
    max-height: 312px;
    min-height: 312px;
}

.SE11 .card-container .card-slider .card-half-slider.right {
    min-height: 373px;
    max-height: 373px;
}

@media screen and (min-width: 418px) {

    .SE11 .card-container .card-slider {
        min-height: 430px;
        max-height: 430px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 430px;
        max-height: 430px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        min-width: 455px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        height: 301px;
        max-height: 366px;
        min-height: 366px;
    }
}

@media screen and (min-width: 479px) {

    .SE11 .card-container .card-slider {
        min-height: 401px;
        max-height: 401px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 401px;
        max-height: 401px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        min-width: unset;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        height: 431px;
        min-height: 341px;
        max-height: 341px;
    }
}

@media screen and (min-width: 500px) {

    .SE11 .card-container .card-slider {
        min-height: 441px;
        max-height: 441px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 441px;
        max-height: 441px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        min-width: unset;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        min-height: 381px;
        max-height: 381px;
    }
}

@media screen and (min-width: 540px) {

    .SE11 .card-container .card-slider {
        min-height: 441px;
        max-height: 441px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 441px;
        max-height: 441px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        min-height: 381px;
        max-height: 381px;
    }
}

@media screen and (min-width: 576px) {

    .SE11 .card-container .card-slider {
        min-height: 330px;
        max-height: 330px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 330px;
        max-height: 330px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        height: 211px;
        min-height: 270px;
        max-height: 270px;
    }
}

@media screen and (min-width: 900px) {

    .SE11 .card-container .card-slider {
        min-height: 390px;
        max-height: 390px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 390px;
        max-height: 390px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        min-height: 330px;
        max-height: 330px;
    }
}

@media screen and (min-width: 1200px) {

    .SE11 .card-container .card-slider {
        min-height: 297px;
        max-height: 297px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 297px;
        max-height: 297px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        height: 236px;
        max-height: 236px;
        min-height: 236px;
    }
}

@media screen and (min-width: 1400px) {

    .SE11 .card-container .card-slider {
        min-height: 331px;
        max-height: 331px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left,
    .SE11 .card-container .card-slider .card-half-slider.right {
        min-height: 331px;
        max-height: 331px;
    }

    .SE11 .card-container .card-slider .card-half-slider.left .img {
        height: calc(281px - 0.5em);
        max-height: calc(281px - 0.5em);
        min-height: calc(281px - 0.5em);
    }
}
/*.SE11.col-6 {*/
/*    justify-content: center;*/
/*}*/

/*.SE11 .card {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    text-align: center;*/
/*    transition: all 0.6s ease;*/
/*    transform-style: preserve-3d;*/
/*}*/

/*.SE11 .front, .SE11 .back {*/
/*    position: absolute;*/
/*    background-color: white;*/
/*    border: solid 1px #ccc;*/
/*    color: var(--bs-body-color);*/
/*    top: 0;*/
/*    left: 0;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.15), 0 17px 17px 0 rgba(0, 0, 0, 0.1);*/
/*    backface-visibility: hidden;*/
/*}*/

/*.SE11 .front {*/
/*    display: block;*/
/*    height: auto;*/
/*    font-size: 22px;*/
/*}*/

/*.SE11 .front .img {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-content: start;*/
/*    justify-content: center;*/
/*    opacity: .65;*/
/*    overflow: hidden;*/
/*    padding: 0.5em 0.5em 0;*/
/*    margin-bottom: 0.5em;*/
/*}*/

/*.SE11 .front .img img {*/
/*    max-width: 100%;*/
/*}*/

/*.SE11 .front .title {*/
/*    background-color: unset;*/
/*    height: 3em;*/
/*    overflow: hidden;*/
/*}*/

/*.SE11 .front .title.cencen {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    align-content: center;*/
/*}*/

/*.SE11 .back {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 13px;*/
/*    text-align: justify;*/
/*    padding: 10px;*/
/*}*/

/*.SE11 .back ul {*/
/*    font-size: 13px;*/
/*}*/

/*.SE11 .back {*/
/*    transform: rotateY(180deg);*/
/*}*/

/*.SE11 .card-column:hover .card {*/
/*    transform: rotateY(180deg);*/
/*}*/

/*.SE11 .card-column .card {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    text-align: center;*/
/*    transition: all 0.6s ease;*/
/*    transform-style: preserve-3d;*/
/*    width: 100%;*/
/*}*/

/*@media (min-width: 360px) and (max-width: 418px) {*/

/*    .SE11 .card {*/
/*        min-height: calc(311px + 4em);*/
/*        max-height: calc(311px + 4em);*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 373px;*/
/*        max-height: 373px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 312px;*/
/*        max-height: 312px;*/
/*    }*/
/*}*/

/*@media (min-width: 419px) and (max-width: 479px) {*/

/*    .SE11 .card {*/
/*        min-height: 430px;*/
/*        max-height: 430px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 430px;*/
/*        max-height: 430px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 371px;*/
/*        max-height: calc(371px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 479px) and (max-width: 540px) {*/

/*    .SE11 .card {*/
/*        min-height: 492px;*/
/*        max-height: 492px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 491px;*/
/*        max-height: 491px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 431px;*/
/*        max-height: calc(431px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 540px) and (max-width: 576px) {*/

/*    .SE11 .card {*/
/*        min-height: 552px;*/
/*        max-height: 552px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 550px;*/
/*        max-height: 550px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 491px;*/
/*        max-height: calc(491px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 576px) and (max-width: 768px) {*/

/*    .SE11 .card {*/
/*        min-height: 273px;*/
/*        max-height: 273px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 273px;*/
/*        max-height: 273px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 211px;*/
/*        max-height: calc(211px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 768px) and (max-width: 992px) {*/

/*    .SE11 .card {*/
/*        min-height: 372px;*/
/*        max-height: 372px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 372px;*/
/*        max-height: 372px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 311px;*/
/*        max-height: calc(311px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1200px) {*/

/*    .SE11 .card {*/
/*        min-height: 252px;*/
/*        max-height: 252px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 252px;*/
/*        max-height: 252px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 191px;*/
/*        max-height: calc(191px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) and (max-width: 1400px) {*/

/*    .SE11 .card {*/
/*        min-height: 297px;*/
/*        max-height: 297px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 297px;*/
/*        max-height: 297px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: 236px;*/
/*        max-height: calc(236px - 0.5em);*/
/*    }*/
/*}*/

/*@media (min-width: 1400px) {*/

/*    .SE11 .card {*/
/*        min-height: 331px;*/
/*        max-height: 331px;*/
/*    }*/

/*    .SE11 .front, .SE11 .back {*/
/*        min-height: 331px;*/
/*        max-height: 331px;*/
/*    }*/

/*    .SE11 .front .img {*/
/*        min-height: calc(281px - 0.5em);*/
/*        max-height: calc(281px - 0.5em);*/
/*    }*/
/*}*/
/*00000000000000000000000000000000000000000000000000000000000000000000*/


.A-IT1 {
    opacity: 0;
}

.A-IT1.animate {
    animation-duration: 800ms;
    animation-name: textSlideInRightToLeft, fadeIn;
    opacity: 1;
}

@keyframes textSlideInRightToLeft {
    from {
        margin-left: 150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.A-IT2 {
    opacity: 0;
}

.A-IT2.animate {
    animation-duration: 800ms;
    animation-name: textSlideInLeftToRight, fadeIn;
    opacity: 1;
}


@keyframes textSlideInLeftToRight {
    from {
        margin-left: -150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.A-IT3 {
    opacity: 0;
}

.A-IT3.animate {
    animation-duration: 800ms;
    animation-name: imgSlideInRightToLeft, fadeIn;
    opacity: 1;
}

@keyframes imgSlideInRightToLeft {
    from {
        margin-left: 150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.A-IT4 {
    opacity: 0;
}

.A-IT4.animate {
    animation-duration: 800ms;
    animation-name: imgSlideInLeftToRight, fadeIn;
    opacity: 1;
}

@keyframes imgSlideInLeftToRight {
    from {
        margin-left: -150%;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    to {
        margin-left: 0;

        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.IT31 .border-img,
.IT31 .border-img-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT31 .border-img.ytvideo iframe {
    width: 100%;
}

.IT31 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}

.IT31 .border-detail h4.hdr {
    background-color: #F5F5F5;
    font-size: 1.1em;
    padding: 1rem;
}

.IT31 .border-detail .detail.start .sub-hdr {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem 3px 1rem;
}

.IT31 .border-detail .detail.start .sub-hdr-2 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem 3px 1rem;
}

.IT31 .border-detail .detail.start .dtla {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 300;
    text-align: justify;
    padding: 0 1rem;
}

.IT31 .border-detail .detail.start .dtlc {
    font-size: .90rem;
    text-align: justify;
    padding: 0 1rem;
}

.IT31 .border-detail .more {
    font-size: 0.9em;
    font-weight: 400;
    padding: 5px 1rem;
    text-align: right;
    color:#006260;
}

@media (min-width: 360px) {

    .IT31 .border-img {
        height:150px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:200px;
    }

    .IT31 .border-img-2 {
        height:225px;
    }
}

@media (min-width: 360px) and (max-width: 767px) {

    .IT31 .border-img {
        height:150px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:200px;
    }

    .IT31 .border-img-2 {
        height:225px;
    }
}

@media (min-width: 460px) {

    .IT31 .border-img {
        height:192px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:250px;
    }

    .IT31 .border-img-2 {
        height:288px;
    }
}

@media (min-width: 573px) {

    .IT31 .border-img {
        height:228px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:350px;
    }

    .IT31 .border-img-2 {
        height:342px;
    }
}

@media (min-width: 768px) {

    .IT31 .border-img {
        height:95px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:350px;
    }

    .IT31 .border-img-2 {
        height:142px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 17rem;
    }

    .IT31 .border-detail .detail.end .s2 {
        min-width: 30%;
    }

    .IT31 .border-detail .pad {
        display: block;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT31 .border-detail .detail.end .s1,
    .IT31 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT31 .border-img {
        height:130px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:200px;
    }

    .IT31 .border-img-2 {
        height:195px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 13rem;
    }

    .IT31 .border-detail .detail.end .s2 {
        min-width: 50%;
    }
}

@media (min-width: 1200px) {

    .IT31 .border-img {
        height:157px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:200px;
    }

    .IT31 .border-img-2 {
        height:235px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT31 .border-img {
        height:184px;
    }

    .IT31 .border-img.ytvideo,
    .IT31 .border-img.ytvideo iframe {
        height:300px;
    }

    .IT31 .border-img-2 {
        height:276px;
    }

    .IT31 .border-detail .detail.start {
        min-height: 10rem;
    }
}


.IT32 .border-img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT32 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}

.IT32 .border-detail .detail.start h4.hdr {
    background-color: #F5F5F5;
    font-size: 1.1em;
    padding: 1rem;
}

.IT32 .border-detail .detail.start .sub-hdr {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem 3px 1rem;
}

.IT32 .border-detail .detail.start .sub-hdr-2 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem 3px 1rem;
}

.IT32 .border-detail .detail.start .dtla {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 300;
    text-align: justify;
    padding: 0 1rem;
}

.IT32 .border-detail .more {
    color: #2581DC;
    font-size: 0.9em;
    font-weight: 600;
    padding: 5px 1rem;
    text-align: right;
}

.IT32 .border-detail .more a,
.IT32 .border-detail .more a:hover {
    color: #2581DC;
}

@media (min-width: 360px) {

    .IT32 .border-img {
        height:150px;
    }
}

@media (min-width: 360px) and (max-width: 767px) {

    .IT32 .border-img {
        height:150px;
    }
}

@media (min-width: 460px) {

    .IT32 .border-img {
        height:192px;
    }
}

@media (min-width: 573px) {

    .IT32 .border-img {
        height:228px;
    }
}

@media (min-width: 768px) {

    .IT32 .border-img {
        height:95px;
    }

    .IT32 .border-detail .detail.start {
        min-height: 17rem;
    }

    .IT32 .border-detail .detail.end .s2 {
        min-width: 30%;
    }

    .IT32 .border-detail .pad {
        display: block;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT32 .border-detail .detail.end .s1,
    .IT32 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT32 .border-img {
        height:130px;
    }

    .IT32 .border-detail .detail.start {
        min-height: 13rem;
    }

    .IT32 .border-detail .detail.end .s2 {
        min-width: 50%;
    }

    .IT32 .border-detail .detail.start h4.hdr {
        font-size: 1em;
    }

    .IT32 .border-detail .detail.start .sub-hdr,
    .IT32 .border-detail .detail.start .sub-hdr-2 {
        color: cadetblue;
    }
}

@media (min-width: 1200px) {

    .IT32 .border-img {
        height:157px;
    }

    .IT32 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT32 .border-img {
        height:184px;
    }

    .IT32 .border-detail .detail.start {
        min-height: 10rem;
    }
}


.IT32-2 .border-img {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    background-color: inherit;
    overflow: hidden;
}

.IT32-2 .border-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
}

.IT32-2 .border-detail .detail.start h4.hdr {
    background-color: #F5F5F5;
    font-size: 1.1em;
    padding: 1rem;
}

.IT32-2 .border-detail .detail.start .sub-hdr {
    color: #006260;
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem 3px 1rem;
}

.IT32-2 .border-detail .detail.start .sub-hdr-2 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    padding: 0 1rem 3px 1rem;
}

.IT32-2 .border-detail .detail.start .dtla {
    font-size: calc(var(--bs-body-font-size) * 0.9);
    font-weight: 300;
    text-align: justify;
    padding: 0 1rem;
}

.IT32-2 .border-detail .detail.start .dtlb {
    font-size: .90rem;
    text-align: justify;
    padding: 0 1rem;
}

.IT32-2 .border-detail .more {
    color: #006260;
    font-size: 0.8em;
    font-weight: 500;
    padding: 5px 1rem;
    text-align: right;
}

.IT32-2 .border-detail .more a,
.IT32-2 .border-detail .more a:hover {
    /*color: #2581DC;*/
    color: #1B918E;
}

@media (min-width: 360px) {

    .IT32-2 .border-img {
        height:450px;
    }
}

@media (min-width: 360px) and (max-width: 767px) {

    .IT32-2 .border-img {
        height:450px;
    }
}

@media (min-width: 460px) {

    .IT32-2 .border-img {
        height:376px;
    }
}

@media (min-width: 573px) {

    .IT32-2 .border-img {
        height:432px;
    }
}

@media (min-width: 768px) {

    .IT32-2 .border-img {
        height:256px;
    }

    .IT32-2 .border-detail .detail.start {
        min-height: 17rem;
    }

    .IT32-2 .border-detail .detail.end .s2 {
        min-width: 30%;
    }

    .IT32-2 .border-detail .pad {
        display: block;
    }
}

@media (min-width: 768px) and (max-width:992px) {

    .IT32-2 .border-detail .detail.end .s1,
    .IT32-2 .border-detail .detail.end .s3 {
        font-size: calc(var(--bs-body-font-size) * 0.9);
    }
}

@media (min-width: 992px) {

    .IT32-2 .border-img {
        height:160px;
    }

    .IT32-2 .border-detail .detail.start {
        min-height: 13rem;
    }

    .IT32-2 .border-detail .detail.end .s2 {
        min-width: 50%;
    }

    .IT32-2 .border-detail .detail.start h4.hdr {
        font-size: 1em;
    }

    .IT32-2 .border-detail .detail.start .sub-hdr,
    .IT32-2 .border-detail .detail.start .sub-hdr-2 {
        /*color: #198f91;*/
        color: #006260;
        font-size: 0.8em;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {

    .IT32-2 .border-img {
        height:180px;
    }

    .IT32-2 .border-detail .detail.start {
        min-height: 12rem;
    }
}

@media (min-width: 1400px) {

    .IT32-2 .border-img {
        height:215px;
    }

    .IT32-2 .border-detail .detail.start {
        min-height: 10rem;
    }
}


.IT33 .header-c {
    font-weight: 500;
}

.IT33 .sub-hdr {
    font-size: 0.9em;
    font-weight: 400;
    padding-top: 3px;
    text-align: left;
}

.IT33 .sub-hdr-2 {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
}

.IT33 .blog-img-box {
    display: none;
    flex-wrap: wrap;
    justify-content: right;
    align-content: center;
    margin-top: 65px;
}

@media screen and (min-width: 992px) {

    .IT33 .blog-img-box {
        display: flex;
    }
}

.IT33 .blog-img-box img {
    width: 50%;
}

.IT33 img {
    width: 100%;
}

.IT33 .sidebar .IT31 .border-detail .detail.start {
    min-height: unset;
}

@media (min-width: 768px) {

    .IT33 .sidebar .IT31 .border-img {
        height: 290px;
    }
}

@media (min-width: 992px) {

    .IT33 .sidebar .IT31 .border-img {
        height: 160px;
    }
}

@media (min-width: 1200px) {

    .IT33 .sidebar .IT31 .border-img {
        height: 205px;
    }
}

@media (min-width: 1400px) {

    .IT33 .sidebar .IT31 .border-img {
        height: 228px;
    }
}


.IT23 .trio-logo {
    display: block;
    border-right: solid 1px #CCC;
    border-left: solid 1px #CCC;
    min-height: 84px;
    max-height: 84px;
    padding: 10px 0;
    width: 100%;
}

.IT23 .trio-logo img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.B-GR1.banner div.gradient {
    background: linear-gradient(-90deg, rgb(0, 0, 0, 0.6), 10%, transparent);
}


.B-GR2.banner div.gradient {
    background: linear-gradient(-90deg, rgb(0, 0, 0, 0.6), 10%, rgb(0, 0, 0, 0.2), 60%, transparent);
}


form .form-group {
    margin-bottom: 0.75rem;
}


.SE12 *,
.SE12 *:after,
.SE12 *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.SE12.slider {
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: unset;
    margin-bottom: unset;

    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.SE12.slider .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.SE12.slider .arrow {
    display: block;
    position: absolute;
    /*color: #eee;*/
    color: #555;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.SE12.slider .arrow:before {
    cursor: pointer;
}

.SE12.slider .arrow:hover {
    color: #888;
}


.SE12.slider .arrow.left {
    left: 10px;
}

.SE12.slider .arrow.right {
    right: 10px;
}

.SE12.slider .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.SE12.slider .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #555;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.SE12.slider .dots .dot.active,
.SE12.slider .dots .dot:hover {
    background: #888;
    border-color: #888;
}

.SE12.slider .dots .dot.active {
    -webkit-animation: slider-scale .5s ease-in-out forwards;
    -moz-animation: slider-scale .5s ease-in-out forwards;
    -ms-animation: slider-scale .5s ease-in-out forwards;
    -o-animation: slider-scale .5s ease-in-out forwards;
    animation: slider-scale .5s ease-in-out forwards;
}

.SE12.slider .cont {
    position: relative;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.SE12.slider .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.SE12.slider .cont > div.inactive {
    opacity: 1;
}


.SE12.slider .cont > div.active {
    position: relative;
    opacity: 1;
}


.SE12.slider .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.SE12.slider .cont div h2 {
    color: #888;
    font-size: 0.9em;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}

.SE12.slider .cont div p {
    font-size: 0.9em;
    color: #555;
    width: 80%;
    margin: auto;
}

.SE12.slider .cont div.active .img img {
    -webkit-animation: SE12-slider-show .5s ease-in-out forwards;
    -moz-animation: SE12-slider-show .5s ease-in-out forwards;
    -ms-animation: SE12-slider-show .5s ease-in-out forwards;
    -o-animation: SE12-slider-show .5s ease-in-out forwards;
    animation: SE12-slider-show .5s ease-in-out forwards;
}

.SE12.slider .cont div.active h2 {
    -webkit-animation: SE12-slider-content-in .4s ease-in-out forwards;
    -moz-animation: SE12-slider-content-in .4s ease-in-out forwards;
    -ms-animation: SE12-slider-content-in .4s ease-in-out forwards;
    -o-animation: SE12-slider-content-in .4s ease-in-out forwards;
    animation: SE12-slider-content-in .4s ease-in-out forwards;
}

.SE12.slider .cont div.active p {
    -webkit-animation: SE12-slider-content-in .5s ease-in-out forwards;
    -moz-animation: SE12-slider-content-in .5s ease-in-out forwards;
    -ms-animation: SE12-slider-content-in .5s ease-in-out forwards;
    -o-animation: SE12-slider-content-in .5s ease-in-out forwards;
    animation: SE12-slider-content-in .5s ease-in-out forwards;
}

.SE12.slider .cont div.inactive .img img {
    -webkit-animation: SE12-slider-hide .5s ease-in-out forwards;
    -moz-animation: SE12-slider-hide .5s ease-in-out forwards;
    -ms-animation: SE12-slider-hide .5s ease-in-out forwards;
    -o-animation: SE12-slider-hide .5s ease-in-out forwards;
    animation: SE12-slider-hide .5s ease-in-out forwards;
}

.SE12.slider .cont div.inactive h2 {
    -webkit-animation: SE12-slider-content-out .4s ease-in-out forwards;
    -moz-animation: SE12-slider-content-out .4s ease-in-out forwards;
    -ms-animation: SE12-slider-content-out .4s ease-in-out forwards;
    -o-animation: SE12-slider-content-out .4s ease-in-out forwards;
    animation: SE12-slider-content-out .4s ease-in-out forwards;
}

.SE12.slider .cont div.inactive p {
    -webkit-animation: SE12-slider-content-out .5s ease-in-out forwards;
    -moz-animation: SE12-slider-content-out .5s ease-in-out forwards;
    -ms-animation: SE12-slider-content-out .5s ease-in-out forwards;
    -o-animation: SE12-slider-content-out .5s ease-in-out forwards;
    animation: SE12-slider-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes SE12-slider-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-moz-keyframes SE12-slider-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-ms-keyframes SE12-slider-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-o-keyframes SE12-slider-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@keyframes SE12-slider-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-webkit-keyframes SE12-slider-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes SE12-slider-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes SE12-slider-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes SE12-slider-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes SE12-slider-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes SE12-slider-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes SE12-slider-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes SE12-slider-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes SE12-slider-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes SE12-slider-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes SE12-slider-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes SE12-slider-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes SE12-slider-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes SE12-slider-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes SE12-slider-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes SE12-slider-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes SE12-slider-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes SE12-slider-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes SE12-slider-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes SE12-slider-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 500px) {
    .SE12.slider .arrow {
        font-size: 1.5em;
    }

    .SE12.slider .cont div p {
        line-height: 25px;
    }
}

.SE13 *,
.SE13 *:after,
.SE13 *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.SE13.slider {
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: unset;
    margin-bottom: unset;

    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.SE13.slider .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.SE13.slider .arrow {
    display: block;
    position: absolute;
    color: #555;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.SE13.slider .arrow:before {
    cursor: pointer;
}

.SE13.slider .arrow:hover {
    color: #888;
}


.SE13.slider .arrow.left {
    left: 10px;
}

.SE13.slider .arrow.right {
    right: 10px;
}

.SE13.slider .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.SE13.slider .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #555;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.SE13.slider .dots .dot.active,
.SE13.slider .dots .dot:hover {
    background: #888;
    border-color: #888;
}

.SE13.slider .dots .dot.active {
    -webkit-animation: slider-scale .5s ease-in-out forwards;
    -moz-animation: slider-scale .5s ease-in-out forwards;
    -ms-animation: slider-scale .5s ease-in-out forwards;
    -o-animation: slider-scale .5s ease-in-out forwards;
    animation: slider-scale .5s ease-in-out forwards;
}

.SE13.slider .cont {
    position: relative;
    overflow: hidden;
}

.SE13.slider .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.SE13.slider .cont > div.inactive {
    opacity: 1;
}


.SE13.slider .cont > div.active {
    position: relative;
    opacity: 1;
}


.SE13.slider .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.SE13.slider .cont div h2 {
    color: #888;
    font-size: 1em;
    margin: 15px 0;
}

.SE13.slider .cont div p {
    font-size: 1.15em;
    color: #555;
    width: 80%;
    margin: auto;
}

.SE13.slider .cont div.active .img img {
    -webkit-animation: SE13-slider-show .5s ease-in-out forwards;
    -moz-animation: SE13-slider-show .5s ease-in-out forwards;
    -ms-animation: SE13-slider-show .5s ease-in-out forwards;
    -o-animation: SE13-slider-show .5s ease-in-out forwards;
    animation: SE13-slider-show .5s ease-in-out forwards;
}

.SE13.slider .cont div.active h2 {
    -webkit-animation: SE13-slider-content-in .4s ease-in-out forwards;
    -moz-animation: SE13-slider-content-in .4s ease-in-out forwards;
    -ms-animation: SE13-slider-content-in .4s ease-in-out forwards;
    -o-animation: SE13-slider-content-in .4s ease-in-out forwards;
    animation: SE13-slider-content-in .4s ease-in-out forwards;
}

.SE13.slider .cont div.active p {
    -webkit-animation: SE13-slider-content-in .5s ease-in-out forwards;
    -moz-animation: SE13-slider-content-in .5s ease-in-out forwards;
    -ms-animation: SE13-slider-content-in .5s ease-in-out forwards;
    -o-animation: SE13-slider-content-in .5s ease-in-out forwards;
    animation: SE13-slider-content-in .5s ease-in-out forwards;
}

.SE13.slider .cont div.inactive .img img {
    -webkit-animation: SE13-slider-hide .5s ease-in-out forwards;
    -moz-animation: SE13-slider-hide .5s ease-in-out forwards;
    -ms-animation: SE13-slider-hide .5s ease-in-out forwards;
    -o-animation: SE13-slider-hide .5s ease-in-out forwards;
    animation: SE13-slider-hide .5s ease-in-out forwards;
}

.SE13.slider .cont div.inactive h2 {
    -webkit-animation: SE13-slider-content-out .4s ease-in-out forwards;
    -moz-animation: SE13-slider-content-out .4s ease-in-out forwards;
    -ms-animation: SE13-slider-content-out .4s ease-in-out forwards;
    -o-animation: SE13-slider-content-out .4s ease-in-out forwards;
    animation: SE13-slider-content-out .4s ease-in-out forwards;
}

.SE13.slider .cont div.inactive p {
    -webkit-animation: SE13-slider-content-out .5s ease-in-out forwards;
    -moz-animation: SE13-slider-content-out .5s ease-in-out forwards;
    -ms-animation: SE13-slider-content-out .5s ease-in-out forwards;
    -o-animation: SE13-slider-content-out .5s ease-in-out forwards;
    animation: SE13-slider-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes SE13-slider-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-moz-keyframes SE13-slider-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-ms-keyframes SE13-slider-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-o-keyframes SE13-slider-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #555;
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #555;
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #888;
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #888;
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@keyframes SE13-slider-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #555;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #555;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #888;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #888;
    }
}

@-webkit-keyframes SE13-slider-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes SE13-slider-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes SE13-slider-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes SE13-slider-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes SE13-slider-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes SE13-slider-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes SE13-slider-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes SE13-slider-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes SE13-slider-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes SE13-slider-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes SE13-slider-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes SE13-slider-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes SE13-slider-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes SE13-slider-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes SE13-slider-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes SE13-slider-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes SE13-slider-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes SE13-slider-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes SE13-slider-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes SE13-slider-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 500px) {
    .SE13.slider .arrow {
        font-size: 1.5em;
    }

    .SE13.slider .cont div p {
        line-height: 25px;
    }
}

form.T4 .form-group,
form.T4-2 .form-group,
form.T4-3 .form-group {
    margin-bottom: 0.75rem;
}

form.T4 .form-item,
form.T4-2 .form-item,
form.T4-3 .form-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

form.T4 .form-item.textarea,
form.T4-2 .form-item.textarea,
form.T4-3 .form-item.textarea {
    align-content: flex-start;
    padding-top: 0.5rem;
}

form.T4 .form-item input:focus,
form.T4-2 .form-item input:focus,
form.T4-3 .form-item input:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(206, 212, 218, .25);
}

form.T4 .form-item textarea,
form.T4-2 .form-item textarea,
form.T4-3 .form-item textarea {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    width: 100%;
    height: 10rem;
}

form.T4 .form-item textarea:focus,
form.T4-2 .form-item textarea:focus,
form.T4-3 .form-item textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(206, 212, 218, .25);
}

form.T4 .form-item.button,
form.T4-2 .form-item.button,
form.T4-3 .form-item.button {
    justify-content: right;
}

form.T4 .form-item select,
form.T4-2 .form-item select,
form.T4-3 .form-item select {
    box-shadow: none;
    border-color: #ced4da;
}


.toast {
    z-index: 1100;
    z-index: 100000;
}

.toast-body {
    font-size: 1.0rem;
    color: #3278C4;
}
