.osrthorizon-hide-icons,
.btn.jmodedit {
    display: none !important;
}
span.label.label-warning {
    display: inline-block;
    position: absolute;
    top: 0px;
}

.main__title{
    font-family: 'DIN2014-Demi', 'sans-serif';
    font-size: 62px;
    line-height: 75px;
    margin-bottom: 50px;
    color: var(--title-color);
}

.main__title-memberships{
    color: var(--login-bg-color);
}

.main__title-education{
    color: var(--login-bg-color);
}

.main-content__membership{
    max-width: 1300px;
}

.main__description{
    font-size: 62px;
    line-height: 75px;
    color: var(--title-color);
    margin-bottom: 100px;
}

.main__description-home{
    margin-bottom: 50px;
}

.main__sub-title{
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0.1);
    padding: 18px 20px 19px 0;
}

.main__sub-title::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-100%, -50%);
    height: 100%;
    width: 100vw;
    background-color: rgba(0,0,0,0.1);
}

.main__sub-title::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 74px 74px 0 0;
    border-color: rgba(0,0,0,0.1) transparent transparent transparent;
}

.main__sub-education::before{
    border-color: rgba(60, 180, 229, 0.2) transparent transparent transparent;
}

.main__sub-education::after{
    background-color: rgba(60, 180, 229,0.2);
}

.main__sub-education{
    background-color: rgba(60, 180, 229,0.2);
}


.main__sub-foundation::before{
    border-color: rgba(224, 204, 0, 0.2) transparent transparent transparent;
}

.main__sub-foundation::after{
    background-color: rgba(224, 204, 0, 0.2);
}

.main__sub-foundation{
    background-color: rgba(224, 204, 0, 0.2);
}


.main__sub-advocacy::before{
    border-color: rgba(106, 191, 75, 0.2) transparent transparent transparent;
}

.main__sub-advocacy::after{
    background-color: rgba(106, 191, 75, 0.2);
}

.main__sub-advocacy{
    background-color: rgba(106, 191, 75, 0.2);
}

.main__sub-proff::before{
    border-color: rgba(247, 147, 30, 0.2) transparent transparent transparent;
}

.main__sub-proff::after{
    background-color: rgba(247, 147, 30, 0.2);
}

.main__sub-proff{
    background-color: rgba(247, 147, 30, 0.2);
}

.main__sub-title a{
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.article__link{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 28px;
    color: var(--login-bg-color);
}


.article__title{
    font-size: 28px;
    line-height: 34px;
    margin-top: 15px;
}

.article__title-first{
    margin-bottom: 30px;
}

.article__description,.main__article p{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.article ul li{
    font-size: 28px;
    line-height: 34px;
}

.article ul{
    display: inline-block;
    margin-bottom: 30px;
}

.article{
    margin: 30px 0;
}
.article img{
    max-height: 365px;
    width: 100%;
    object-fit: cover;
}

.main-content{
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 15px;
}

.main__title-education span{
    color:var(--blue-color);
}

.line{
    height: 1px;
    background: var(--btn-bg-color);
}

.main-content__top{
    position: relative;
    font-size: 28px;
    color: var(--dark-color);
    cursor: pointer;
}

.main-content__top-news.container::after{
    left: 20px;
}

.main-content__top::after{
    content: '';
    position: absolute;
    left: 0;
    top: -35px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 25px;
    border-color: transparent transparent var(--orange-color) transparent;
}

.main-content__top-education::after{
    border-color: transparent transparent var(--blue-color) transparent;
}

.main-content__top-foundation::after{
    border-color: transparent transparent var(--yellow-color) transparent;
}

.main-content__top-advocacy::after{
    border-color: transparent transparent var(--green-color) transparent;
}

.main-content__top-proff::after{
    border-color: transparent transparent var(--orange-color) transparent;
}

.main-content__top-news::after{
    border-color: transparent transparent var(--login-bg-color) transparent;
}

.main__article.article:last-child{
    margin-bottom: 150px;
}

.main__title-foundation span{
    color: var(--yellow-color);
}

.main__title-advocacy span{
    color: var(--green-color);
}

.main__title-proff span{
    color: var(--login-bg-color);
}

.block-stiky{
    position: sticky;
    left: 0;
    top: 0;
    width: 200px;
    padding-left: 16px;
    border-left: 1px solid var(--blue-color);
}



.block-stiky__news{
    border-left: 1px solid rgba(0,0,0,0.1);
}

.block-stiky li{
    color: var(--dark-color);
    font-size: 28px;
    line-height: 34px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    transition: color .3s ease-in-out;
}

.block-stiky li.spy-active{
    font-weight: 700;
    border-left: none!important;
    color: var(--dark-color) !important;
}

.block-stiky__foundation{
    border-color: var(--yellow-color);
}

.block-stiky__advocacy{
    border-color: var(--green-color);
}

.block-stiky__proff{
    border-color: var(--login-bg-color);
}

.main-content__left-block{
    padding-left: 40px;
    padding-right: 40px;
}

.main-content__left-block p{
    max-width: 1500px;
}

.article-contact p{
    color: var(--login-bg-color);
}

.article-contact a{
    color: var(--dark-color);
    font-size: 28px;
}

.about-block p, .about-block .about-block__text{
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 25px;
    color: var(--title-color);
}

.about-block .about-block__text-orange{
    color: var(--btn-bg-color);
}

.triangle{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.triangle svg{
    width: 98px;
    height: 50px;
    fill: #e6e6e6;
}

.block-stiky.fixed{
    top: 25px;
}

.footer li a{
    font-size: 28px;
    color: var(--dark-color);
    line-height: 35px;
    transition: color .3s ease-in-out;
}

.main-content__home{
    flex-direction: column;
    padding: 100px 15px 15px 47px;
    margin: 0;
}

.main-content__home p{
    font-size: 62px;
    line-height: 75px;
    color: var(--title-color);
    max-width: 1300px;
}

.main-content__a-button a{
    font-family: "DIN2014-Demi",sans-serif;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: var(--white-color);
    background-color: var(--blue-color);
    border-radius: 15px;
    height: 70px;
    width: 240px;
}


#aside.span3{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 10px;
    margin-bottom: 80px;
}

.top_header{
    margin-top: 75px;
}

/* Prevent negative left-margin on lists */
ol {
  margin-left: 1em;
}

/* place section-header "slug name" links several pixels higher,
 * so that scrolling to the named anchor actually scrolls to a position a
 * little higher on the page.
 */
a.section-header-link {
  position: absolute;
  top: -100px;
  /* Hide these; otherwise they appear as tiny orange lozenges, per
   * default styling for links. */
  visibility: hidden;
}

.bannergroup {
    border: 2em solid transparent;
}

/* set default text size on all ancillary pages */
body.com_civicrm *,
body.com_phocadownload *,
body.com_rsform * {
  font-size: 20px;
}

/* body.no-layout:not(.view-featured):not(.view-article) refers to all ancillary pages (i.e. those)
 * not specifically designed for osrt
 */
body.no-layout:not(.view-featured):not(.view-article) main#content,
body.layout-edit:not(.view-featured):not(.view-article) main#content {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 2em;
}
body.no-layout button:not(.burger) {
  background-color: var(--btn-bg-color);
  border: none;
}

body.no-layout:not(.view-featured):not(.view-article) div.componentheading,
body.no-layout:not(.view-featured):not(.view-article) h1,
body.layout-edit:not(.view-featured):not(.view-article) div.componentheading,
body.layout-edit:not(.view-featured):not(.view-article) h1 {
  font-family: "DIN2014-Demi", sans-serif;
  font-size: 62px;
  line-height: 70px;
  color: var(--login-bg-color);
  margin-right: 30px;
  margin-bottom: 1em;
}
