@charset "utf-8";
::-moz-selection {
    background: #6181a3;
    color: White;
    text-shadow: none;

}

::selection {
    background: #6181a3;
    color: White;
    text-shadow: none;
}

.page_col_full {
    width: 100%;

}

.temp_axeld2.desc_static h2 {
    font-size: 23px;
}

.page-header h1, .page-header h2 {
    font-size: 48px;
    line-height: 1em;
    padding-top: 0;
    color: #000;
}

.building {
    padding: 30px 0 0 0;
}

.building__header {
    width: 100%;
    height: 76px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #005DAC;
    font-weight: 600;
    padding: 0 20px 0 60px;

}

.building__logo {
    display: flex;
    position: relative;
    padding: 40px;

}

.building__logo .__left {

    width: 50%;
    border-left: 2px solid #ccc;

}

.building__logo .__right {

    width: 50%;
    border-left: 2px solid #ccc;

}

.building__title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;

}

.building__title .__left {

    width: 60%;

}

.building__title .__left h1 {
    font-size: 36px;
    color: #000;
    padding: 10px 0;
    font-weight: 600;


}

.building__title .__left h2 {
    font-size: 30px;
    color: #005DAC;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;


}


.building__title .__right {

    width: 40%;

}

.building__items {
    position: relative;
    padding: 0;


}

.building__sub {
    font-size: 36px;
    color: #000;
    padding: 0;
}

.building__flexitem {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px;

}

.building__sub {
    font-size: 29px;
    color: #000;
    padding: 0 0 20px 0;
    font-weight: 500;
}

.building__items {
    width: 100%;
}

.building__item {
    border-radius: 12px;
    background: #edf3f9;
    padding: 24px;
    color: #000;
    display: flex;
    width: 50%;
}

.building__item:first-child {
    margin-right: 20px;
}

.building__item:last-child {
    margin-left: 20px;
}


.building__img {
    width: 20%;
    position: relative;
}

.building__img img {
    max-width: 80px;
    position: relative;
}

.building__text {
    width: 80%;
    position: relative;
    padding: 0 16px;
    font-size: 20px;
}

.building__addition {
    display: flex;
    position: relative;
    width: 100%;
}

.building__addition h3 {
    font-size: 29px;
    color: #000;
    padding: 0 0 20px 0;
    font-weight: 500;
}

.building__addition p {

    position: relative;
    padding: 20px 0 10px 0;
    font-size: 20px;
}

.building__teaser {
    width: 50%;
    padding: 24px;

}

.building__term {
    width: 50%;
    padding: 24px;
}

.btn_white {
    position: relative;
    width: 100%;
    height: 50px;
    text-decoration: none;
    color: #005DAC;
    border-radius: 20px;
    border: 1px solid #160F60 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 21px 0 !important;
    font-size: 20px;
    transition: .3s;
}


.btn_white:hover {
    color: #fff;
    background: #005DAC;
    border-radius: 20px;
    border: 1px solid #005DAC !important;

}


.btn_green {
    position: relative;
    width: 100%;
    height: 50px;
    text-decoration: none;
    color: #fff;
    background: #72BE4A;
    border-radius: 20px;
    border: 1px solid #72BE4A !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 21px 0 !important;
    font-size: 20px;
    transition: .3s;
}

.btn_green:hover {

    color: #72BE4A;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #72BE4A !important;

}

@media screen and (max-width: 865px) {

    .building__img {
        width: 20%;
        min-width: 68px;
        position: relative;
    }
}

@media screen and (max-width: 793px) {

    .building__logo {
        padding: 20px 0;
        display: block;
    }

    .building__logo .__left {
        border: none;
        width: 100%;
        position: relative;
        padding-bottom: 20px;

    }

    .building__logo .__right {
        border: none;
        width: 100%;
        position: relative;
    }


    .building__title {
        display: block;
    }

    .building__title .__left {
        width: 100%;

    }

    .building__title .__right {
        width: 100%;

    }

    .building__items {
        padding: 30px 0 0 0;
    }
    .building__img img {
        position: relative;
        max-width: 68px;
      }
    .building__text {

        font-size: 16px;
    }

    .building__addition {
        display: block;
    }
    .building__teaser {
        width: 100%;
    }
    .building__term {
        width: 100%;
    }
}

@media screen and (max-width: 668px) {

    .building__flexitem {
        display: block;
        padding: 0 !important;
    }

    .building__flexitem .building__item {
        margin: 0 0 20px 0 !important;
        width: 100%;

    }

}

@media screen and (max-width: 568px) {
    .btn_white,
    .btn_green
        {

            font-size: 16px;

        }
    .building__term, .building__teaser {
        padding: 0 !important;
    }
}
