.blue {
    color: #006eb7;
}
.bold {
    font-weight: bold;
}

.page-template-page-fullwidth .site-main {
    padding: 0;
}

.page-template-page-fullwidth .entry-content {
    padding: 0;
}

a {
    color: #006eb7;
}

.products-carousel-wrapper {
    margin: 0 0 50px 0;
}

.products-carousel-wrapper .products-carousel {
    position: relative;
}

.products-carousel-wrapper .products-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    background: #009fe3 url('../images/icon-prev.gif') no-repeat center center;
    background-size: contain;
    border: none;
}

.products-carousel-wrapper .products-carousel .owl-nav .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    background: #009fe3 url('../images/icon-next.gif') no-repeat center center;
    background-size: contain;
    border: none;
}
.products-carousel-wrapper .products-carousel .owl-nav .owl-prev.disabled,
.products-carousel-wrapper .products-carousel .owl-nav .owl-next.disabled {
    opacity: 0.5;
}

.products-carousel-wrapper .products-carousel .product-slide {
    background: #eaeae9;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.products-carousel-wrapper .products-carousel .product-slide .product-image {

}
.products-carousel-wrapper .products-carousel .product-slide .product-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.products-carousel-wrapper .products-carousel .product-slide .product-text {
    padding: 15px 15px 30px 15px;

}

.products-carousel-wrapper .products-carousel .product-slide h4 {
    color: #006eb7;

}
.products-carousel-wrapper .products-carousel .product-slide a {
    color: #006eb7;

}

.products-carousel-wrapper .products-carousel .product-slide a.find-out-more {
    position: absolute;
    right: 15px;
    bottom: 15px;
}


.section-welcome-wrapper {
    min-height: 70vh;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

.section-welcome {
    width: 50%;
    padding: 50px 0 0 0;
}

@media (max-width: 991px){
    .section-welcome {
        width: 70%;
    }
}

@media (max-width: 767px){
    .section-welcome {
        width: 90%;
    }
}

.section-welcome h1 {
    color: #006eb7;
    font-size: 52px;
    line-height: 60px;
    font-weight: bold;
    margin-bottom: 22px;
}
@media (max-width: 767px){
    .section-welcome h1 {
        font-size: 36px;
        line-height: 45px;
     }
}

.section-welcome ul {
    margin: 25px 0 35px 0;
}

.section-resources-wrapper {

}

.ection-resources {

}

.css-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.css-row .css-col-8 {
    width: 66.6%;
}
.css-row .css-col-4 {
    width: 33.3%;
}
@media (max-width: 767.98px){
    .css-row {
        flex-direction: column;
    }
    .css-row .css-col-8 {
        width: 100%;
    }
    .css-row .css-col-4 {
        width: 100%;
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e9e9e8;
    border: none;
    padding: 10px 32px;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 13px;
}

.resources-links {
    margin: 25px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.resources-links li {
    padding: 0;
    margin: 0 25px 25px 25px;
    text-align: center;
}
.resources-links li::before {
    display: none;
 }
.resources-links li img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px auto;
}

.resources-links li a {
    color: #545454;
}

.resources-text {
    font-size: 20px;
    font-weight: bold;
    color: #006eb7;
    padding: 0 40px 0 0;
}
@media (max-width: 767.98px) {
    .resources-text {
        padding: 0;
    }
}


table.colored-cells {
    border-spacing: 0;
    padding: 0;
    border: 0;
    border-top: none;
    border-bottom: none;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
}

table.colored-cells th {
    background: #006db7;
    color: #ffffff;
    font-weight: bold;
    border-bottom: none;
    border-right: none;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

table.colored-cells td {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 20px;
    background: #c4ddee;
    text-align: center;
}
table.colored-cells td:first-child {
    background: #e95e24;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}

.budget-holder-wrapper {
    font-size: 16px;
}

.budget-holder-wrapper p {
    font-size: 16px;
}

.budget-holder-wrapper ol {
    margin: 0 0 0 15px;
}

.smaller-text {
    font-size: 12px;
    line-height: 16px;
}

.about-chiesi-wrapper {
    font-size: 16px;
    margin: 0 0 30px 0;
}
.about-chiesi-wrapper p {
    font-size: 16px;
}

.icon-boxes-wrapper {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.icon-boxes-wrapper .icon-box {
    width: 24%;
    text-align: center;
}
.icon-boxes-wrapper .icon-box img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px auto;
}
.icon-boxes-wrapper .icon-box>p{
        display: none;
    }
@media (max-width: 991px){
    .icon-boxes-wrapper .icon-box {
        width: 49%;
    }
}
@media (max-width: 500px){
    .icon-boxes-wrapper .icon-box {
        width: 100%;
        margin-bottom: 50px;
    }
    
}

.citate-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.citate-section-wrapper .citate-box {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.citate-section-wrapper .citate-box .citate-text {
    padding: 25px;
    color: #ffffff;
    max-width: 300px;
}
.citate-section-wrapper .citate-box .citate-text a {
    color: #ffffff;
}
.citate-section-wrapper .citate-box .citate-author {
    padding: 5px 25px;
    color: #ffffff;
    font-weight: 500;
    background: #e95e24;
}

.citate-section-wrapper .citate-section-text {
    padding: 25px;
    color: #ffffff;
    background: #e95e24;
    width: 45%
}
.citate-section-wrapper .citate-section-text h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 2px solid #ffffff;
}

@media (max-width: 991px){
    .citate-section-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .citate-section-wrapper .citate-box {
        width: 100%;
    }
    .citate-section-wrapper .citate-section-text {
        width: 100%;
    }
}

.request-contact-wrapper {
    margin: 50px 0 0 0;
}

.empty-space {
    height: 40px;
}

.dosing-calc-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.5;
}
.dosing-calc-wrapper > div {
    flex: 1 1 1;
}
.dosing-calc-wrapper h2 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
}
.dosing-calc-wrapper h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%; right: 5%;
    height: 1px;
    background-color: #e95e25;
}
.dosing-calc-wrapper .kidney-wrapper {
    width: 35%;
    text-align: center;
    margin: 0 0 30px 0;
}

.dosing-calc-wrapper .liver-wrapper {
    width: 35%;
    text-align: center;
    margin: 0 0 30px 0;
}

.dosing-calc-wrapper .side-list-wrapper {
    width: 25%;
    background-color: #fae3db;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 30px 0;
}

@media (max-width: 991px) {
    .dosing-calc-wrapper {
        flex-wrap: wrap;
    }
    .dosing-calc-wrapper .kidney-wrapper {
        width: 49%;
    }

    .dosing-calc-wrapper .liver-wrapper {
        width: 49%;
    }

    .dosing-calc-wrapper .side-list-wrapper {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .dosing-calc-wrapper .kidney-wrapper {
        width: 100%;
    }

    .dosing-calc-wrapper .liver-wrapper {
        width: 100%;
    }
}

.dosing-calc-wrapper .side-list-wrapper ul {
    display: block;
    padding: 30px;
    margin: 0;
}
.dosing-calc-wrapper .side-list-wrapper ul li::before {
    background: #e95e25;
}

.dose-calc {
    background-color: #eeeeee;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

.dose-calc input {
    border: none;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    margin: 0;
    width: 100%;
}
.dose-calc input:first-child {
    margin: 0 0 20px 0;
}

.wpcf7-form .form_wrap {

}

.wpcf7-form.sent .form_wrap {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    padding: 26px 21px;
    border-color: #80cff1;
}
.form_wrap input[type="email"] {
    border: 1px solid #545454;
    border-radius: 2px;
    color: #545454;
    height: 42px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 14px;
    font-family: Arial, Helvetica,sans-serif;
    outline: none;
}


.content-wrapper {
    margin: 0 0 50px 0;
}