/**
* Originated from:
	* Template Name: Scaffold - v4.0.1
	* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
	* Author: BootstrapMade.com
	* License: https://bootstrapmade.com/license/
*/



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-weight: 400;
    color: #444444;
}

/*a {
	color: #009cea;
	text-decoration: none;
}

	a:hover {
		color: #1eb4ff;
		text-decoration: none;
	}
*/
/*h1,*/
h2, h3, h4, h5, h6 {
    /*	font-family: 'ErasDemi', sans-serif;
*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #009cea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #14b1ff;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero, #chem4, .dotted {
    width: 100%;
    /*	background-image: url("../img/hero-bg_20.png");
*/ background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    margin-top: 70px;
    padding: 18px 0;
}

    #hero h1 {
        margin: 0 0 20px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #364146;
    }

    #hero h2 {
        color: #576971;
        margin-bottom: 30px;
        font-size: 24px;
    }

    #hero .btn-get-started {
        /*		font-family: 'ErasDemi', sans-serif;
*/ font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 28px;
        border-radius: 3px;
        transition: 0.5s;
        color: #fff;
        background: #009cea;
    }

        #hero .btn-get-started:hover {
            background: #008bd1;
        }

    #hero .hero-img {
        text-align: center;
    }

        #hero .hero-img img {
            width: 70%;
        }

@media (min-width: 769px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 32px;
        line-height: 40px;
    }

    #hero h2 {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f7f8f9;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 20px;
        padding-bottom: 0;
        /*		font-family: 'ErasBold', sans-serif;
*/ color: #627680;
    }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# RedTide
--------------------------------------------------------------*/
.redtide {
    padding: 0;
    margin-top: 40px;
}

    .redtide .container {
        background-color: #f7f8f9;
        padding: 60px 50px;
    }

@media (max-width: 768px) {
    .redtide .container {
        padding: 30px;
    }

    .tagLine {
        display: none;
    }
}

.redtide .content h3 {
    font-weight: 400;
    font-size: 32px;
    color: #Cc0000;
    /*	font-family: 'ErasBold', sans-serif;
*/
}

.redtide .content ul {
    list-style: none;
    padding: 0;
}

    .redtide .content ul li {
        padding-bottom: 10px;
    }

    .redtide .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #Cc0000;
    }

.redtide .content p:last-child {
    margin-bottom: 0;
}



.linkName {
    text-align: left;
}


.linkAddr {
    text-align: right;
    /*text-align: left;*/
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-bottom: 40px;
}

    .features .nav-tabs {
        border: 0;
    }

    .features .nav-link {
        border: 0;
        padding: 20px;
        transition: 0.3s;
        color: #364146;
        transition: 0.3s ease-in-out;
        border-radius: 0;
        border-left: 4px solid #fafbfb;
    }

        .features .nav-link h4 {
            font-size: 18px;
            font-weight: 600;
            transition: 0.3s ease-in-out;
            color: #576971;
        }

        .features .nav-link p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .features .nav-link:hover {
            background: #fafbfb;
        }

            .features .nav-link:hover h4 {
                color: #364146;
            }

        .features .nav-link.active {
            border-radius: 0;
            border: 0;
            border-left: 4px solid #009cea;
            background: #fafbfb;
        }

            .features .nav-link.active h4 {
                color: #009cea;
            }

    .features .tab-pane.active {
        -webkit-animation: slide-down 0.5s ease-out;
        animation: slide-down 0.5s ease-out;
    }

    .features .tab-content {
        text-align: right;
    }

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

    .services .icon-box:hover {
        transform: translateY(-5px);
    }

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .services .title a {
        color: #111;
    }

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box-pink .icon i {
    color: #ff689b;
}

.services .icon-box-pink:hover {
    border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
    color: #3fcdc7;
}

.services .icon-box-cyan:hover {
    border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
    color: #41cf2e;
}

.services .icon-box-green:hover {
    border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
    color: #2282ff;
}

.services .icon-box-blue:hover {
    border-color: #2282ff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        /*		font-family: 'ErasMedium', sans-serif;
*/
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #009cea;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #364146;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #364146;
            font-size: 14px;
            /*text-transform: uppercase;*/
        }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #009cea;
            margin: 0 2px;
            font-size: 24px;
            display: inline-block;
            transition: 0.3s;
            background: #eaf8ff;
            border-radius: 50px;
            line-height: 0;
            padding: 6px;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
                background: #009cea;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
        top: calc(50% - 48px);
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: calc(50% - 50px);
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #009cea;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #009cea;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(54, 65, 70, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/cta-bg.jpg") center center;
    background-size: cover;
    padding: 80px 0;
}

    .cta h3 {
        color: #364146;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #576971;
    }

    .cta .cta-btn {
        /*		font-family: 'ErasDemi', sans-serif;
*/ font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 30px;
        border-radius: 4px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
        background: #009cea;
    }

        .cta .cta-btn:hover {
            background: #008bd1;
        }

@media (min-width: 769px) {
    .cta {
        background-attachment: fixed;
    }

        .cta .cta-btn-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #d8dee1;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: #f4f6f7;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #009cea;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #009cea;
    }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: url("../img/team-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .team::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.75);
        z-index: 9;
    }

    .team .container {
        position: relative;
        z-index: 10;
    }

    .team .member {
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }

        .team .member .pic {
            overflow: hidden;
        }

        .team .member .member-info {
            position: absolute;
            top: 85%;
            left: 20px;
            right: 20px;
            background: #fff;
            padding: 20px 0;
            color: #364146;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            max-height: 95px;
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
        }

        .team .member:hover .member-info {
            max-height: 300px;
        }

        .team .member h4 {
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 16px;
            color: #364146;
            position: relative;
            padding-bottom: 10px;
        }

            .team .member h4::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 1px;
                background: #b5c1c6;
                bottom: 0;
                left: calc(50% - 25px);
            }

        .team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        .team .member .social {
            margin-top: 15px;
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #627680;
            }

                .team .member .social a:hover {
                    color: #009cea;
                }

            .team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

@media (max-width: 768px) {
    .team .member {
        margin-bottom: 110px;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
    /*border-top: 1px solid #eceff0;
	border-left: 1px solid #eceff0;*/
}

.clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eceff0;
    overflow: hidden;
    background: #fff;
    /*	height: 120px;*/
    padding: 7%;
}

    .clients .client-logo img
    .clients .client-logo a img {
        max-width: 80%;
        /*		filter: grayscale(100);*/
    }

    .clients .client-logo:hover img {
        filter: none;
        transform: scale(1.1);
    }

.clients img {
    transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    border: 2px solid #e9ecee;
}

.pricing h3 {
    font-weight: 400;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}

.pricing h4 {
    font-size: 36px;
    color: #009cea;
    font-weight: 600;
    /*	font-family: 'ErasBold', sans-serif;
*/ margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #009cea;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none
}

    ul.leaders li:after {
        float: left;
        width: 0;
        white-space: nowrap;
        content: "\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026" "\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026" "\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026" "\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026\2026"
    }

    ul.leaders span:first-child {
        padding-right: 0.33em;
        background: white
    }

    ul.leaders span + span {
        float: right;
        padding-left: 0.33em;
        background: white;
        position: relative;
        z-index: 1
    }




.productWrapper {
    background-color: none;
    padding: 0;
    position: absolute;
    bottom: 0px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 100%;
}

.productMoreButton {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: 2px solid #0066AA;
    color: #0066AA;
    display: inline-block;
    /*	font-family: 'ErasDemi', sans-serif;
*/ font-size: 13px;
    padding: 2px 15px;
    text-transform: uppercase;
    white-space: nowrap;
}

.productMoreDetail {
    border: none;
    background: #006699;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    /*	font-family: 'ErasDemi', sans-serif;
*/ font-size: 13px;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
}




.pricing .btn-wrap, .btn-wrap {
    padding: 20px 15px;
    text-align: center;
}

.pricing .btn-buy, .btn-buy {
    background: #009cea;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    /*	font-family: 'ErasDemi', sans-serif;
*/ font-weight: 600;
    text-transform: uppercase;
}

.pricing .featured {
    background: #009cea;
    border-color: #009cea;
}

    .pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
        color: #fff;
    }

    .pricing .featured .btn-buy {
        background: #fff;
        color: #009cea;
    }

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #009cea;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    padding: 60px 0;
}

    .faq .faq-list {
        padding: 0;
        list-style: none;
    }

        .faq .faq-list li {
            border-bottom: 1px solid #e3e7e9;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .faq .faq-list .question {
            display: block;
            position: relative;
            font-family: #009cea;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            padding-left: 25px;
            cursor: pointer;
            color: #007ab7;
            transition: 0.3s;
        }

        .faq .faq-list i {
            font-size: 16px;
            position: absolute;
            left: 0;
            top: -2px;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 25px;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list .collapsed {
            color: black;
        }

            .faq .faq-list .collapsed:hover {
                color: #009cea;
            }

            .faq .faq-list .collapsed .icon-show {
                display: inline-block;
                transition: 0.6s;
            }

            .faq .faq-list .collapsed .icon-close {
                display: none;
                transition: 0.6s;
            }

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


table.nopadding tr.nopadding,
table.nopadding tbody tr.nopadding,
table.nopadding tr.nopadding td,
table.nopadding tr.nopadding th,
table.nopadding tbody tr.nopadding td,
table.nopadding tbody tr.nopadding th,
table.nopadding tr td:first-child,
table.nopadding tr th:first-child,
table.nopadding tbody tr td:first-child,
table.nopadding tbody tr th:first-child,
table.nopadding tr.nopadding td.nopadding,
table.nopadding tr.nopadding th.nopadding,
table.nopadding tbody tr.nopadding td.nopadding,
table.nopadding tbody tr.nopadding th.nopadding,
td.nopadding, .nopadding {
    padding: 0;
}

th {
    vertical-align: bottom;
}

td {
    vertical-align: top;
}

.dataRow,
.dataBottomRow {
    border-top: 1px solid #CCC;
}

.dataHeaderRow,
.dataTopRow {
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 3px;
}

.dataRowTop {
    border-top: 2px solid #000;
    padding-top: 3px;
}

.dataBottomRow {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}


.lite {
    /*	font-family: 'ErasLight', sans-serif;
*/ font-weight: 200;
}

.book {
    /*	font-family: 'ErasBook', sans-serif;
*/ font-weight: 300;
}

.demi {
    /*	font-family: 'ErasDemi', sans-serif;
*/ font-weight: 600;
}

.bold {
    /*	font-family: 'ErasBold', sans-serif;
*/ font-weight: 700;
}

.bold600 {
    /*	font-family: 'ErasDemi', sans-serif;
*/ font-weight: 500;
}

.smallCaps {
    font-variant: small-caps;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f4f6f7;
    min-height: 40px;
    margin-top: 70px;
}

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #4c5c63;
                content: "/";
            }

body {
    font-size: 12pt;
    margin-top: 72px;
}

p {
    margin-block-end: 0.5em;
    overflow-wrap: break-word; /* ensures long words wrap */
    hyphens: auto; /* enables automatic hyphenation */
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

    p.noIndent {
        text-indent: 0;
        margin-block-end: 0.5em;
    }

    p.hangem {
        padding-left: 1.5em;
        text-indent: -1.5em;
        margin-block-end: 0.5em;
    }

ul {
    margin-bottom: 0.5em;
}


select {
    -moz-appearance: spinner-downbutton;
    appearance: auto;
}
