/* Typography */
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    text-transform: none;
    letter-spacing: 0;
}

.h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-transform: none;
    letter-spacing: 0;
}

.semibold { font-weight: 600; }

.uppercase { text-transform: uppercase; }

.c--secondary { color: #6B7597; }

.editor-new {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 19px;
}

.editor-new p { letter-spacing: 0; }


/* Margins */
.mgb--m { margin-bottom: 30px; }
.mgb--l { margin-bottom: 43px; }
.mgb--xl { margin-bottom: 50px; }
.mgb--xxl { margin-bottom: 105px; }


/* Inputs */
.input__label { margin-bottom: 4px; }

.input__input {
    display: block;
    width: 100%;
    padding: 11px 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #96A5D4;
    border-radius: 0;
    outline: 0;
}

@media ( max-width: 1099px ) {
    .input__label {
        font-size: 16px;
        line-height: 19px;
    }
}


/* Grid and layout */
.l-container {
    max-width: 1292px;
    margin-left: auto;
    margin-right: auto;
}
.l-container--no-center {
    margin-left: 0;
    margin-right: 0;
}

.gd__sidebar.sidebar-left { margin-left: 0; }


.l-items { margin-bottom: -42px; }

.l-items__item { margin-bottom: 42px; }

.l-items--lg { margin-bottom: -50px; }

.l-items--lg .l-items__item { margin-bottom: 50px; }

.l-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

[class*="l-col"] {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.l-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.l-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.l-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.l-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.l-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.l-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

@media ( min-width: 768px ) {
    .l-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media ( min-width: 1100px ) {
    .l-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media ( min-width: 1600px ) {
    .l-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .l-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .l-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .l-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .l-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .l-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}


/* Selectbox */
.SumoSelect { width: 100%; }

.SelectBox { padding: 13px 18px 12px; }

.SumoSelect > .CaptionCont {
    border: 1px solid #96A5D4;
    outline: 0 !important;
    box-shadow: none !important;
}

.SumoSelect > .CaptionCont > span {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #6B7597;
    text-transform: uppercase;
}
.SumoSelect > .CaptionCont > span.placeholder {
    font-style: normal;
    color: #6B7597;
}

.SumoSelect > .CaptionCont > label {
    width: 40px;
    height: 100%;
    margin: 0;
    background: #96A5D4;
}

.SumoSelect > .CaptionCont > label:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
    color: #fff;
}

.SumoSelect > .CaptionCont > label > i { display: none; }

.SumoSelect > .optWrapper {
    border: 1px solid #96A5D4;
    border-top: 0;
    border-radius: 0;
    box-shadow: none;
}
.SumoSelect.open > .optWrapper { top: 100%; }

.SumoSelect > .optWrapper > .options li.opt { padding: 9px 10px; }
.SumoSelect > .optWrapper > .options li.opt:not(:last-child) { border-bottom: 1px solid #96A5D4; }
.SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 43px; }

.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
    width: 19px;
    margin-left: -34px;
}

.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
    width: 19px;
    height: 19px;
    border: 1px solid #000;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background: transparent;
    border: 1px solid #000;
}

.SumoSelect .select-all.partial > span i:before,
.SumoSelect .select-all.selected > span i:before,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";

    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 8px;
}

.SumoSelect > .optWrapper > .options li label {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
}


.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: none; }

.SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 0; }

.SumoSelect > .optWrapper.isFloating {
    position: absolute;
    right: auto;
    bottom: auto;
    width: 100%;
    max-height: none;
    margin: 0;
}


/* Tags */
.tag {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 6px 9px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    text-align: left;
    background: transparent;
    border: 1px solid #AAAAAA;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
}

.tag--remove { padding-left: 27px; }

.tag--remove:before {
    position: absolute;
    top: 10px;
    left: 9px;
    width: 8px;
    height: 8px;
    background: url('../img/svg/Icon_x.svg');
    background-size: 100% 100%;
    content: '';
}


.tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.tags .tag {
    display: block;
    margin: 5px;
}


/* Link */
.link {
    display: inline-block;
    width: auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    text-decoration: underline;
    background: transparent;
    border: 0;
    outline: 0;
}
.link--regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}


/* DB specific */
.project-results-submit {
    padding-top: 50px;
    text-align: center;
}

.project-results-submit button {
    width: auto;
    min-width: 200px;
    padding: 10px 20px;
    border: 0;
}

@media ( min-width: 1100px ) {
    .project-results-submit { display: none; }
}

.clear-filters { padding-top: 36px; }

.clear-filters .tags {
    padding-top: 2px;
    padding-bottom: 5px;
}

.db-table__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 21px;
    background: #EBEBEB;
}

.db-table__col {
    padding-left: 12px;
    padding-right: 12px;
}
.db-table__col--1 { width: 6.6%; }
.db-table__col--2 { width: 13.3%; }
.db-table__col--3 { width: 19.5%; }
.db-table__col--4 { width: 13.9%; }
.db-table__col--5 { width: 9.2%; }
.db-table__col--6 { width: 15.5%; }
.db-table__col--7 { width: 22%; }

.db-table__head .db-table__col {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.db-table__head .db-table__col:not(.align-left) { text-align: center; }

.db-table__pd-1 { padding-left: 4px; }
.db-table__pd-2 { padding-left: 8px; }

.db-table__body {
    padding-top: 44px;
    padding-bottom: 44px;
}
.db-item--pds .db-table__body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.db-table__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.db-table__body .db-table__col {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.db-table__body .db-table__col:not(.align-left) { text-align: center; }

.db-table .title { margin-bottom: 20px; }

.db-item { border-bottom: 1px solid #EBEBEB; }

.db-item__type-icon-wrap { margin-bottom: 10px; }

.db-item__type-icon {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.db-item__result {
    max-width: 208px;
    margin: 0 auto -10px;
}

.db-item:not(.open) .db-item__areas {
    display: -webkit-box;
    /* max-width: 141px; */
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.db-item__toggle {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../img/svg/Icon_plus_circle.svg');
    background-size: 100% 100%;
    cursor: pointer;
}

.db-item__content {
    display: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.db-item-part__title { margin-bottom: 20px; }

.db-item.open .db-item__content { display: block; }

.db-item.open .db-item__toggle { background-image: url('../img/svg/Icon_minus_circle.svg'); }

@media ( max-width: 1100px ) {
    .db-table-scroll {
        width: 100%;
        overflow: scroll;
    }
    
    .db-table { width: 1272px; }
}

@media ( max-width: 1600px ) and ( min-width: 1101px ) {
    .db-table__col--3 { width: 16.5%; }
    .db-table__col--4 { width: 20.9%; }
    .db-table__col--6 { width: 14.5%; }
    .db-table__col--7 { width: 19%; }
}



/**
 * Pager
 */
.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}

.pager__arrow--prev { margin-right: 24px; }
.pager__arrow--next { margin-left: 24px; }

.pager__arrow-link {
    position: relative;
    display: block;
    width: 50px; 
    height: 50px;
    font-size: 20px;
    color: #6B7597;
    border-radius: 4px;
    transition: all .3s;
}

.pager__arrow-link span,
.pager__item-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pager__item-link {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    transition: all .3s;
}

.pager__item-link { color: #000; }
.pager__item-link--is-current {
    color: #fff !important;
    background: #6B7597;
}

.pager__item-link:before {
    line-height: 1;
    text-indent: 0;
    content: attr(data-page);
}
.pager__item-link--is-current:before { font-weight: 700; }

.pager__arrow-link:hover { background-color: #AAAAAA; }

.pager__item-link:not(.pager__item-link--is-current):hover {
    font-weight: 700;
    color: #6B7597;
}

@media ( max-width: 767px ) {
    .pager__arrow--prev { margin-right: 1px; }
    .pager__arrow--next { margin-left: 1px; }
}