.section-page-header {
    position: relative
}

@media (min-width: 768px) {
    .section-page-header {
        height: 330px
    }
}

.section-page-header .page-header-image {
    background-size: cover;
    background-position: 50%;
    height: 140px;
    position: relative
}

@media (min-width: 768px) {
    .section-page-header .page-header-image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: auto
    }
}

.section-page-header .bg-shade, .section-page-header .bg-shade2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 124px;
    background-image: url(../img/page-header-bg-shade.png);
    background-size: cover;
    background-position: bottom;
    bottom: -1px
}

.section-page-header .bg-shade2 {
    background: linear-gradient(0deg, white, transparent 50%) bottom;
    height: 147px
}

.section-page-header .title-box {
    background-color: #231f20;
    overflow: auto;
    padding: 6px 20px;
    display: block;
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .section-page-header .title-box {
        display: inline-block;
        margin-left: 0;
        margin-right: 0
    }
}

.section-page-header .title-box p {
    color: #fff;
    font-size: .875rem;
    line-height: 1.57
}

.section-page-header .title-box h1 br, .section-page-header .title-box h2 br, .section-page-header .title-box p br {
    display: none
}

@media (min-width: 768px) {
    .section-page-header .title-box h1 br, .section-page-header .title-box h2 br, .section-page-header .title-box p br {
        display: inline
    }
}

.section-page-header h1, .section-page-header h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.571rem;
    line-height: 1
}

@media (min-width: 768px) {
    .section-page-header h1, .section-page-header h2 {
        font-size: 2.563em;
        line-height: 1.1
    }
}

.section-page-header h1 img, .section-page-header h2 img {
    max-width: 2rem
}

@media (min-width: 768px) {
    .section-page-header h1 img, .section-page-header h2 img {
        max-width: none
    }
}

.section-page-header.with-image {
    background-size: cover;
    background-position: 100%
}

@media (min-width: 768px) {
    .section-page-header.with-image {
        height: 385px
    }
}

.section-page-header.small-page-header {
    height: 180px
}

@media (min-width: 768px) {
    .section-page-header.small-page-header {
        height: 365px
    }
}

.section-page-header > .container {
    position: relative
}

.section-page-header .header-search-box {
    text-align: center
}

@media (min-width: 768px) {
    .section-page-header .header-search-box {
        text-align: left;
        margin-top: 50px
    }
}

@media (min-width: 992px) {
    .section-page-header .header-search-box {
        position: absolute;
        top: 90px;
        right: 0;
        width: 460px;
        margin-top: 0
    }
}

.section-page-header .page-header-quote {
    font-size: 1rem;
    font-style: italic;
    color: #e0e0e0
}

@media (min-width: 768px) {
    .section-page-header .page-header-quote {
        float: right;
        padding-top: 80px
    }
}

.simple-page-header {
    position: relative
}

@media (min-width: 768px) {
    .simple-page-header {
        height: 185px
    }
}

.simple-page-header .bg-shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-image: url(../img/simple-page-header-bg-shade.png);
    background-size: cover
}

.simple-page-header > .container {
    position: relative
}

.simple-page-header h2 {
    text-transform: uppercase
}

@media (min-width: 992px) {
    .simple-page-header .header-search-box {
        position: absolute;
        top: 90px;
        right: 0;
        width: 460px
    }
}

@media (min-width: 768px) {
    .site-wrapper .top-header-placeholder {
        display: block;
        height: 106px
    }
}

@media (min-width: 992px) {
    .site-wrapper .top-header-placeholder {
        height: 132px
    }
}

.site-footer {
    background-color: #d6d5d5;
    min-height: 420px;
    padding-top: 60px
}

.site-footer .join-mailing-list {
    padding-top: 20px;
    font-size: 1.125rem
}

@media (min-width: 768px) {
    .site-footer .join-mailing-list {
        padding-top: 60px
    }
}

.site-footer .join-mailing-list > label {
    padding-bottom: 10px;
    font-weight: 400
}

.site-footer .mailing-list-form {
    position: relative;
    display: inline-block
}

.site-footer .mailing-list-form .input {
    width: 252px;
    height: 52px;
    border: 0;
    border-radius: 28px;
    padding-left: 28px;
    padding-right: 118px;
    outline: none
}

.site-footer .mailing-list-form button[type="submit"] {
    position: absolute;
    left: 142px;
    top: 9px;
    bottom: 9px;
    z-index: 1;
    width: 98px;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 24px;
    background-color: #13c7bc;
    font-size: 1rem;
    color: #fff
}

.site-footer .credit {
    padding-top: 40px;
    text-align: center;
    color: #74737e;
    font-size: .75rem;
    padding-bottom: 50px
}

.footer-logo img {
    max-width: 100%
}

.footer-cta {
    text-align: center
}

@media (min-width: 768px) {
    .footer-cta {
        text-align: left
    }
}

.footer-grid > div {
    padding-top: 20px
}

.footer-grid > div:after {
    display: block;
    content: " ";
    z-index: 1;
    padding-top: 20px;
    border-bottom: 1px solid #a09e9e
}

@media (min-width: 768px) {
    .footer-grid > div:after {
        padding-top: 0;
        border-bottom: 0
    }
}

@media (min-width: 768px) {
    .footer-grid > div {
        padding-top: 0;
        min-height: 200px
    }

    .footer-grid > div + div {
        position: relative
    }

    .footer-grid > div + div:after {
        display: block;
        content: " ";
        z-index: 1;
        border-left: 1px solid #a09e9e;
        height: 180px;
        position: absolute;
        left: -7px;
        top: 0
    }
}

.footer-grid .footer-info > a {
    display: block
}

.footer-grid .footer-info .info-item {
    padding-left: 42px;
    background-repeat: no-repeat;
    min-height: 32px;
    font-size: 1.125rem;
    line-height: 1.33;
    color: #231f20;
    margin-bottom: 6px
}

.footer-grid .footer-info .phone {
    background-image: url(../img/icon-phone.png)
}

.footer-grid .footer-info .email {
    background-image: url(../img/icon-email.png);
    margin-bottom: 1em
}

.footer-grid .footer-info .address {
    background-image: url(../img/icon-location.png)
}

.footer-grid .social-icons > a {
    background-color: #f3f3f3;
    border-radius: 50%;
    color: #74737e;
    display: inline-block;
    height: 37px;
    width: 37px;
    line-height: 37px;
    margin: auto 3px;
    font-size: 18px;
    text-align: center
}

.footer-grid .social-icons > a.invert {
    background-color: #13c7bc;
    color: #fff
}

.floating-contact {
    position: fixed;
    right: 0;
    top: 166px;
    background-color: #231f20;
    padding-left: 9px;
    display: none
}

@media (min-width: 768px) {
    .floating-contact {
        display: block
    }
}

.floating-contact .icon {
    height: 47px;
    width: 42px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 47px
}

.floating-contact .div {
    border-top: 1px solid #5a5758
}

.floating-contact a {
    color: #f5f5f5;
    font-size: .875rem;
    line-height: 47px;
    display: block;
    vertical-align: middle;
    white-space: nowrap
}

.floating-contact a:focus, .floating-contact a:hover {
    color: #13c7bc;
    text-decoration: none
}

.floating-contact .expanding {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    transition: all .25s
}

.floating-contact:hover .expanding {
    max-width: 200px
}

.sidebar {
    margin-top: 30px
}

@media (min-width: 768px) {
    .sidebar {
        padding-left: 40px
    }
}

.sidebar h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 30px
}

.sidebar small {
    font-size: .875rem;
    color: #74737e
}

.yellow-border-right {
    position: absolute;
    right: -15px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    border-right: 1px solid #f5cd2b
}

@media (min-width: 768px) {
    .yellow-border-left-desktop {
        border-left: 1px solid #f5cd2b
    }
}

.person {
    position: relative;
    margin-bottom: 35px;
    padding-left: 98px
}

.person .person-photo {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    border-radius: 50%
}

.person .title {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .3em;
    color: #231f20
}

.person .title:focus, .person .title:hover {
    text-decoration: none;
    color: #13c7bc
}

.person .info {
    font-size: .875rem;
    margin-bottom: .3em
}

.person .phone {
    font-weight: 700;
    margin-bottom: .3em
}

.person .item-icons {
    padding: 8px 0
}

.person .item-icon {
    display: inline-block;
    padding: 12px
}

.aside-content-item h4 {
    font-size: .875rem;
    font-weight: 700;
    color: #74737e;
    margin-bottom: 2.2em
}

.aside-content-item .person {
    border-bottom: 1px solid #898989
}

.aside-content-item .researchers {
    padding-bottom: 18px;
    border-bottom: 1px solid #898989;
    margin-bottom: 30px
}

.aside-content-item .researcher {
    position: relative;
    min-height: 84px;
    margin-bottom: 24px
}

.aside-content-item .researcher .layout {
    display: table;
    min-height: 84px;
    width: 100%
}

.aside-content-item .researcher .person-photo {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    border-radius: 50%
}

.aside-content-item .researcher .body {
    display: table-cell;
    padding-right: 10px;
    background-repeat: no-repeat
}

.aside-content-item .researcher .body.with-image {
    padding-left: 98px
}

.aside-content-item .researcher .title {
    font-size: .875rem;
    font-weight: 700
}

.aside-content-item .researcher .name {
    font-size: 1.125rem;
    font-weight: 700
}

.aside-content-item .researcher .info {
    font-size: .875rem;
    line-height: 1.28
}

.aside-content-item .researcher .extra {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: .75rem;
    border-left: 1px solid #a6a6a6;
    padding-left: 8px;
    width: 90px
}

.aside-content-item .researcher .extra span {
    display: block;
    font-size: 1.75rem;
    color: #13c7bc
}

.aside-content-item .researcher .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19, 199, 188, 0.92);
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none
}

.aside-content-item .researcher .hover span {
    text-decoration: underline
}

.aside-content-item .researcher .hover:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.aside-content-item .researcher:hover .hover {
    opacity: 1
}

.aside-content-item .related-tech .sub-cat {
    display: block;
    font-size: .75rem;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 3px;
    border-bottom: 6px solid #eebf00;
    margin-bottom: 1em
}

.aside-content-item .related-tech .sub-cat:focus, .aside-content-item .related-tech .sub-cat:hover {
    color: #13c7bc
}

.aside-content-item .related-tech .tech-item {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #231f20;
    margin-bottom: 3em
}

.aside-content-item .related-tech .tech-item:focus, .aside-content-item .related-tech .tech-item:hover {
    color: #13c7bc
}

.researcher-name-and-contact {
    color: #13c7bc;
    padding-bottom: 24px;
    border-bottom: 1px solid #13c7bc;
    margin-bottom: 24px
}

.search-form {
    z-index: 4;
    margin-top: 73px
}

@media (min-width: 768px) {
    .search-form {
        margin-top: 0
    }
}

.search-form, .search-input {
    position: relative
}

.search-form {
    height: 57px
}

.search-form button[type="submit"] {
    position: absolute;
    right: 8px;
    top: 7px;
    bottom: 7px;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 24px;
    background-color: #13c7bc;
    font-weight: 700;
    font-size: 0;
    line-height: 0;
    color: transparent;
    width: 43px
}

@media (min-width: 768px) {
    .search-form button[type="submit"] {
        width: 126px;
        font-size: inherit;
        line-height: inherit;
        color: #fff
    }
}

.search-form button[type="submit"] img {
    margin-top: -2px
}

@media (min-width: 768px) {
    .search-form button[type="submit"] img {
        margin-left: 8px
    }
}

.search-input {
    display: inline-block;
    width: 100%;
    height: 57px;
    border: 1px solid #a4a3a3;
    background-color: #fff;
    border-radius: 28px;
    outline: none
}

.search-input .input__field {
    left: 0;
    font-size: 1.143rem;
    height: 57px;
    padding-left: 28px;
    padding-right: 60px
}

@media (min-width: 768px) {
    .search-input .input__field {
        padding-right: 150px;
        padding-top: 10px
    }
}

.search-input .input__label {
    margin-bottom: 0;
    left: 0;
    bottom: 70px
}

@media (min-width: 768px) {
    .search-input .input__label {
        height: 57px;
        padding-left: 28px;
        bottom: auto
    }
}

.search-input .input__label-content {
    font-size: 1rem;
    font-weight: 400;
    padding: 0
}

@media (min-width: 768px) {
    .search-input .input__label-content {
        line-height: 55px;
        font-size: .943rem
    }
}

@media (min-width: 1200px) {
    .search-input .input__label-content {
        font-size: 1.143rem
    }
}

@media (min-width: 768px) {
    .search-input.input--filled .input__label, .search-input .input__field:focus + .input__label {
        height: 22px
    }

    .search-input.input--filled .input__label .input__label-content, .search-input .input__field:focus + .input__label .input__label-content {
        font-size: .625rem;
        line-height: 2.2
    }
}

.search-results-preview {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #a4a3a3;
    padding: 60px 40px 25px;
    max-height: 400px;
    overflow-y: auto;
    text-align: left
}

.search-results-preview .results-preview__section {
    border-bottom: 1px solid #a4a3a3;
    margin-bottom: 12px
}

.search-results-preview .heading {
    color: #74737e;
    font-weight: 700;
    margin-bottom: 20px
}

.search-results-preview .result__item {
    margin-bottom: 20px
}

.search-results-preview .result__item, .search-results-preview .result__item p {
    font-size: .875rem;
    line-height: 1.5
}

.search-results-preview .result__item .title {
    color: #231f20;
    font-weight: 700
}

.search-results-preview .actions {
    text-align: right;
    margin-bottom: 12px
}

.search-results-preview .see-more-link {
    color: #13c7bc;
    text-decoration: underline;
    font-size: .875rem
}

.search-results-preview .loader {
    padding-top: 40px;
    text-align: center
}

.search-results-preview svg {
    width: 60px;
    height: 40px;
    display: inline-block
}

.hero-section {
    position: relative
}

@media (min-width: 768px) {
    .hero-section {
        height: 446px;
        background-color: #f1f0ef
    }
}

.hero-section .hero-shade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-image: url(../img/hero-shade3.png);
    background-size: cover
}

.hero-section .hero-block2 {
    background-color: #f1f0ef;
    padding-top: 34px;
    text-align: center
}

.hero-section .hero-block2 h2 {
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.4
}

.hero-section .hero-block2 small {
    font-size: 1rem;
    display: block;
    padding-bottom: 0x
}

@media (min-width: 768px) {
    .hero-section .hero-block2 {
        position: absolute;
        bottom: 17px;
        left: 0;
        right: 0;
        padding-bottom: 22px;
        background-color: transparent;
        padding-top: 0;
        text-align: left;
        background-color: #f1f0ef
    }

    .hero-section .hero-block2 h2 {
        color: #231f20;
        font-size: 1.5rem;
        line-height: 1.1;
        margin-top: 0
    }

    .hero-section .hero-block2 small {
        font-size: .875rem;
        color: #231f20
    }
}

.hero-section .hero-slider-box .slick-dotted.slick-slider {
    margin-bottom: 0
}

.hero-section .hero-slider-box .slick-slide {
    height: 465px
}

@media (min-width: 768px) {
    .hero-section .hero-slider-box .slick-slide {
        height: 320px
    }
}

.hero-section .hero-slider-box .hs-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 278px;
    background-size: cover;
    background-position: 50%
}

@media (min-width: 768px) {
    .hero-section .hero-slider-box .hs-image {
        height: 302px
    }
}

.hero-section .hero-slider-box .hs-content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero-section .hero-slider-box .text-box {
    padding: 20px 15px;
    background-color: #231f20;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (min-width: 768px) {
    .hero-section .hero-slider-box .text-box {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        z-index: 4;
        width: 48%;
        padding: 34px 50px 20px 20px;
        height: auto
    }
}

@media (min-width: 1200px) {
    .hero-section .hero-slider-box .text-box {
        width: 33%
    }
}

.hero-section .hero-slider-box .text-box .slick-dots {
    position: static
}

.hero-section .hero-slider-box .title {
    font-size: 1.571rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.571rem
}

.hero-section .hero-slider-box p {
    line-height: 1.57;
    color: #fff;
    margin-bottom: 1.571rem;
    font-size: 1rem
}

@media (min-width: 768px) {
    .hero-section .hero-slider-box p {
        font-size: .875rem
    }
}

.hero-section .hero-slider-box .actions {
    margin-bottom: 1.125rem
}

.section-categories {
    background-color: #f1f0ef;
    padding: 22px 0 26px
}

@media (min-width: 1400px) {
    .section-categories .container {
        width: 1365px
    }
}

.section-categories .cat-item {
    display: block;
    height: 200px;
    margin-bottom: 25px;
    text-align: center
}

.section-categories .cat-item .cat-icon {
    display: inline-block;
    width: 136px;
    height: 136px;
    line-height: 136px;
    border-radius: 50%;
    border: 1px solid #74737e;
    background-color: #fff;
    margin-bottom: 14px;
    overflow: hidden;
    transition: background .3s, color .3s, box-shadow .3s, border .3s;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.section-categories .cat-item .cat-icon .cat-icon-img, .section-categories .cat-item .cat-icon .cat-icon-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 136px;
    height: 136px
}

.section-categories .cat-item .cat-icon .cat-icon-img-hover {
    opacity: 0
}

.section-categories .cat-item .cat-title {
    font-size: 1rem;
    line-height: 1.125;
    color: #0f1223
}

.section-categories .cat-item:focus, .section-categories .cat-item:hover {
    text-decoration: none
}

.section-categories .cat-item:focus .cat-icon, .section-categories .cat-item:hover .cat-icon {
    background-color: #f5cd2b;
    border: 1px solid #f5cd2b
}

.section-categories .cat-item:focus .cat-icon .cat-icon-img, .section-categories .cat-item:hover .cat-icon .cat-icon-img {
    animation: b .3s forwards;
    opacity: 0
}

.section-categories .cat-item:focus .cat-icon .cat-icon-img-hover, .section-categories .cat-item:hover .cat-icon .cat-icon-img-hover {
    animation: c .3s forwards;
    opacity: 1
}

.section-categories .cat-item:focus .cat-title, .section-categories .cat-item:hover .cat-title {
    font-weight: 700;
    text-decoration: none
}

.section-bizdevs {
    background-color: #d9d9d8;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: center
}

@media (min-width: 1200px) {
    .section-bizdevs > .container {
        background-image: url(../img/bizdevsec_bg.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain
    }
}

.section-bizdevs h2 {
    font-weight: 700;
    color: #231f20
}

.section-bizdevs .sub-title {
    font-size: .875rem;
    color: #74737e;
    padding-bottom: 25px
}

.bizdev-item {
    text-align: left;
    max-width: 400px;
    margin: 0 auto
}

.bizdev-item:after, .bizdev-item:before {
    content: " ";
    display: table
}

.bizdev-item:after {
    clear: both
}

@media (min-width: 768px) {
    .bizdev-item {
        text-align: center
    }
}

.bizdev-item .item-img {
    display: block;
    float: left;
    width: 40%
}

@media (min-width: 768px) {
    .bizdev-item .item-img {
        float: none;
        width: auto
    }
}

.bizdev-item .item-img img {
    max-width: 100%
}

.bizdev-item .item-body {
    float: right;
    width: 60%;
    padding-top: 18px;
    padding-left: 12px
}

@media (min-width: 768px) {
    .bizdev-item .item-body {
        padding-left: 0;
        float: none;
        width: auto
    }
}

.bizdev-item .item-info {
    display: block;
    padding-bottom: 11px;
    color: #231f20
}

.bizdev-item .item-info:focus, .bizdev-item .item-info:hover {
    color: #13c7bc;
    text-decoration: none
}

.bizdev-item .item-title {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 5px
}

.bizdev-item .item-text {
    font-size: 1.1rem;
    line-height: 1.28
}

.bizdev-item .item-contact {
    padding: 9px 0
}

@media (min-width: 768px) {
    .bizdev-item .item-contact {
        border-top: 1px solid #898989;
        border-bottom: 1px solid #898989
    }
}

.bizdev-item .item-contact a.btn {
    margin-bottom: 12px;
    display: block
}

@media (min-width: 768px) {
    .bizdev-item .item-contact a.btn {
        display: inline-block;
        margin-bottom: 0
    }
}

.bizdev-item .phone {
    font-weight: 700;
    vertical-align: middle
}

@media (min-width: 768px) {
    .bizdev-item .phone {
        padding-left: 12px
    }
}

.bizdev-item-icons {
    margin-top: 20px;
    margin-bottom: 47px;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989
}

@media (min-width: 768px) {
    .bizdev-item-icons {
        margin-top: 0;
        border-top: 0;
        border-bottom: 0
    }
}

.bizdev-item-icons .item-icon {
    display: inline-block;
    padding: 8px 12px;
    position: relative
}

@media (min-width: 768px) {
    .bizdev-item-icons .item-icon {
        padding: 12px
    }
}

.bizdev-item-icons .item-icon .smallIconHover {
    position: absolute;
    left: 12px;
    top: 12px;
    opacity: 0;
    transition: opacity .2s
}

.bizdev-item-icons .item-icon:focus, .bizdev-item-icons .item-icon:hover {
    text-decoration: none
}

.bizdev-item-icons .item-icon:focus .smallIcon, .bizdev-item-icons .item-icon:hover .smallIcon {
    opacity: 0
}

.bizdev-item-icons .item-icon:focus .smallIconHover, .bizdev-item-icons .item-icon:hover .smallIconHover {
    opacity: 1
}

.section-more {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: center
}

.section-more h2 {
    font-weight: 700;
    color: #231f20
}

.section-more .sub-title {
    font-size: .875rem;
    color: #74737e;
    padding-bottom: 25px
}

.section-more .ramot-more-item {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .section-more .ramot-more-item {
        padding: 80px 0 25px 11px
    }
}

.section-more .item-wrap {
    padding-top: 37px;
    padding-left: 179px;
    background-repeat: no-repeat
}

.section-more .item-body {
    text-align: left
}

.section-more .title {
    font-size: 1.714rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .section-more .title {
        font-size: 2.5rem
    }
}

.section-more a {
    color: #13c7bc;
    text-decoration: underline
}

.section-more a:focus, .section-more a:hover {
    color: #f5cd2b
}

.section-logos {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: center
}

.section-logos h2 {
    font-weight: 700;
    color: #231f20;
    margin-bottom: 45px
}

.section-logos h2 p {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase
}

.logos-slider .slide-item {
    position: relative;
    height: 115px
}

.logos-slider .slide-item .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.logos-slider .slide-item img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 90%
}

.logos-slider .slide-item:after {
    right: 0
}

.logos-slider .slide-item:after, .logos-slider .slide-item:first-child:before {
    display: block;
    content: " ";
    z-index: 1;
    border-left: 1px solid #cacaca;
    height: 115px;
    position: absolute;
    top: 0
}

.logos-slider .slide-item:first-child:before {
    left: 0
}

.section-events {
    background-color: #2e2e2e;
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: center
}

.section-events h2 {
    font-weight: 700;
    color: #fff
}

.page-template-events-grid .hero-event, .section-events .hero-event {
    text-align: left
}

.page-template-events-grid .hero-event:after, .page-template-events-grid .hero-event:before, .section-events .hero-event:after, .section-events .hero-event:before {
    content: " ";
    display: table
}

.page-template-events-grid .hero-event:after, .section-events .hero-event:after {
    clear: both
}

.page-template-events-grid .hero-event .hero-event-content, .section-events .hero-event .hero-event-content {
    display: block;
    background-size: cover;
    position: relative;
    color: #231f20
}

@media (min-width: 768px) {
    .page-template-events-grid .hero-event .hero-event-content, .section-events .hero-event .hero-event-content {
        height: 400px
    }
}

.page-template-events-grid .hero-event .hero-event-image, .section-events .hero-event .hero-event-image {
    background-size: cover;
    background-position: 50%;
    height: 130px;
    position: relative
}

@media (min-width: 768px) {
    .page-template-events-grid .hero-event .hero-event-image, .section-events .hero-event .hero-event-image {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: auto
    }
}

.page-template-events-grid .hero-event .hero-event-info, .section-events .hero-event .hero-event-info {
    background-color: rgba(245, 205, 43, 0.95)
}

.page-template-events-grid .hero-event .hero-event-info:after, .page-template-events-grid .hero-event .hero-event-info:before, .section-events .hero-event .hero-event-info:after, .section-events .hero-event .hero-event-info:before {
    content: " ";
    display: table
}

.page-template-events-grid .hero-event .hero-event-info:after, .section-events .hero-event .hero-event-info:after {
    clear: both
}

@media (min-width: 768px) {
    .page-template-events-grid .hero-event .hero-event-info, .section-events .hero-event .hero-event-info {
        position: absolute;
        left: 30px;
        padding: 30px;
        min-height: 0
    }
}

.page-template-events-grid .hero-event .date, .section-events .hero-event .date {
    padding: 16px 20px;
    font-size: 2.75rem;
    line-height: 1;
    color: #f5f5f5;
    float: left;
    width: 45%
}

@media (min-width: 768px) {
    .page-template-events-grid .hero-event .date, .section-events .hero-event .date {
        padding: 50px 0 16px;
        float: none;
        width: auto;
        max-width: 300px
    }
}

.page-template-events-grid .hero-event .date small, .section-events .hero-event .date small {
    font-size: 1.5rem;
    display: block
}

.page-template-events-grid .hero-event .text, .section-events .hero-event .text {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 16px;
    float: left;
    width: 55%
}

@media (min-width: 768px) {
    .page-template-events-grid .hero-event .text, .section-events .hero-event .text {
        font-size: 1.375rem;
        float: none;
        width: auto
    }
}

.page-template-events-grid .featured-events, .section-events .featured-events {
    padding-top: 50px;
    text-align: left
}

.page-template-events-grid .event-item, .section-events .event-item {
    display: block;
    color: #231f20;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .page-template-events-grid .event-item, .section-events .event-item {
        min-height: 480px
    }
}

.page-template-events-grid .event-item .event-image, .section-events .event-item .event-image {
    background-size: cover;
    background-position: 50%;
    height: 150px;
    position: relative
}

@media (min-width: 768px) {
    .page-template-events-grid .event-item .event-image, .section-events .event-item .event-image {
        height: 210px
    }
}

.page-template-events-grid .event-item .event-date, .section-events .event-item .event-date {
    position: absolute;
    left: 0;
    top: 22px;
    background-color: rgba(245, 205, 43, 0.95);
    color: #f5f5f5;
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 20px 24px
}

@media (min-width: 768px) {
    .page-template-events-grid .event-item .event-date, .section-events .event-item .event-date {
        top: 95px
    }
}

.page-template-events-grid .event-item .event-date small, .section-events .event-item .event-date small {
    font-size: .875rem;
    display: block
}

.page-template-events-grid .event-item .shade, .section-events .event-item .shade {
    background-image: url(../img/event-shade.png);
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 80px
}

.page-template-events-grid .event-item .text, .section-events .event-item .text {
    padding: 30px;
    background-color: #fff
}

@media (min-width: 768px) {
    .page-template-events-grid .event-item .text, .section-events .event-item .text {
        height: 210px
    }
}

.page-template-events-grid .event-item .text .title, .section-events .event-item .text .title {
    font-weight: 700;
    margin-bottom: 1em
}

.page-template-events-grid .event-item .text p, .section-events .event-item .text p {
    font-size: .75rem
}

.section-page-lead {
    padding-top: 16px;
    padding-bottom: 48px
}

.accordion-group .heading {
    border-bottom: 6px solid #eebf00
}

.accordion-item {
    border-bottom: 1px solid #a6a6a6
}

.accordion-item .acc-trigger {
    font-size: .875rem;
    line-height: 1.714;
    font-weight: 700;
    color: #231f20;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding-left: 50px;
    background-image: url(../img/acc-in.png);
    background-repeat: no-repeat;
    background-position: 0
}

.accordion-item .acc-trigger.collapsed {
    background-image: url(../img/acc.png)
}

.accordion-item .acc-trigger > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5
}

.accordion-item .acc-trigger > span > span {
    color: #74737e;
    display: block
}

.accordion-item .acc-collapse {
    position: relative
}

.accordion-item .acc-collapse:before {
    content: " ";
    display: block;
    background-image: url(../img/acc-item-bg.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 190px
}

.accordion-item .acc-item-body {
    position: relative;
    padding: 14px 52px;
    font-size: .875rem;
    line-height: 1.714;
    min-height: 190px
}

div.small, div.small p {
    font-size: .875rem;
    line-height: 1.71;
    margin-bottom: 3em
}

.content-item-page-header {
    position: relative;
    padding-bottom: 40px
}

@media (min-width: 768px) {
    .content-item-page-header {
        height: 156px;
        padding-bottom: 10px
    }
}

.content-item-page-header > .container {
    position: relative
}

.content-item-page-header .breadcrumbs-box {
    display: inline-block;
    padding-top: 14px
}

@media (min-width: 768px) {
    .content-item-page-header .breadcrumbs-box {
        padding-top: 54px
    }
}

.content-item-page-header .breadcrumbs-box .breadcrumb {
    font-size: 1rem;
    color: #0f1223
}

.content-item-page-header .breadcrumbs-box .breadcrumb > li a {
    color: #0f1223
}

@media (min-width: 992px) {
    .content-item-page-header .header-search-box {
        float: right;
        top: 33px;
        width: 580px
    }
}

.page-template-content-item .page-content {
    padding-top: 40px
}

.page-template-content-item .page-content .actions {
    padding-bottom: 20px
}

.page-template-content-item .page-content .actions .btn {
    margin-right: 8px
}

.page-template-content-item .page-content p {
    line-height: 1.75;
    margin-bottom: 1em
}

.share-box.dropdown {
    position: relative;
    display: inline-block
}

.share-box .dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    right: auto;
    text-align: left;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 7;
    padding-top: 6px
}

.share-box .dropdown-content .dd-block {
    background-color: #fff;
    min-width: 110px;
    padding: 10px;
    box-shadow: 1px 1px 6px 0 rgba(33, 30, 31, 0.7);
    border-radius: 8px;
    position: relative
}

.share-box .dropdown-content .dd-block:before {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    display: inline-block;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    border-bottom-color: #fff;
    content: ""
}

.share-box .dropdown-content a {
    font-size: .75rem;
    color: #231f20;
    display: block;
    line-height: 2.3;
    margin-bottom: 5px
}

.share-box .dropdown-content a:active, .share-box .dropdown-content a:hover {
    color: #13c7bc;
    text-decoration: none
}

.share-box.dropdown:hover .dropdown-content {
    display: block
}

.section-rni-cards {
    text-align: center;
    padding-bottom: 90px;
    background-color: #f1f0ef
}

.section-rni-cards .lead {
    padding-top: 16px;
    padding-bottom: 48px;
    text-align: left
}

.section-rni-cards > .container > h2 {
    margin-top: 0;
    border-top: 1px solid #a6a6a6;
    padding-top: 60px
}

.section-rni-cards .rni-item {
    margin-bottom: 30px
}

.section-rni-cards .rni-item .title {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 2.5rem;
    font-weight: 700
}

.section-rni-cards .rni-item p {
    line-height: 1.625
}

.section-rni-cards .rni-item a {
    color: #13c7bc;
    text-decoration: underline
}

.section-rni-cards .rni-item a:focus, .section-rni-cards .rni-item a:hover {
    color: #f5cd2b
}

.section-rni-cta {
    background-color: #13c7bc;
    padding-top: 22px;
    padding-bottom: 70px
}

@media (min-width: 768px) {
    .section-rni-cta {
        padding-top: 122px
    }
}

.section-rni-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 28px
}

.section-rni-cta p {
    font-size: 1.125rem;
    line-height: 1.66
}

.section-rni-cta .ext-login-box {
    max-width: 500px;
    height: 315px;
    background-color: #e9e8e6;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 46px
}

.section-rni-cta .ext-login-box .line1 {
    font-size: 1.25rem;
    margin-bottom: 28px
}

.section-rni-cta .ext-login-box .btn-access {
    color: #fff;
    background-color: #13c7bc;
    border-color: #2e6da4;
    font-size: 1.375rem;
    font-weight: 700;
    border: 0;
    border-radius: 30px;
    padding: 18px 20px 19px;
    line-height: 1;
    margin-bottom: 70px
}

.section-rni-cta .ext-login-box .btn-access.focus, .section-rni-cta .ext-login-box .btn-access:focus {
    color: #fff;
    background-color: #0f9890;
    border-color: #122b40
}

.open > .section-rni-cta .ext-login-box .btn-access.dropdown-toggle, .section-rni-cta .ext-login-box .btn-access.active, .section-rni-cta .ext-login-box .btn-access:active, .section-rni-cta .ext-login-box .btn-access:hover {
    color: #fff;
    background-color: #0f9890;
    border-color: #204d74
}

.open > .section-rni-cta .ext-login-box .btn-access.dropdown-toggle.focus, .open > .section-rni-cta .ext-login-box .btn-access.dropdown-toggle:focus, .open > .section-rni-cta .ext-login-box .btn-access.dropdown-toggle:hover, .section-rni-cta .ext-login-box .btn-access.active.focus, .section-rni-cta .ext-login-box .btn-access.active:focus, .section-rni-cta .ext-login-box .btn-access.active:hover, .section-rni-cta .ext-login-box .btn-access:active.focus, .section-rni-cta .ext-login-box .btn-access:active:focus, .section-rni-cta .ext-login-box .btn-access:active:hover {
    color: #fff;
    background-color: #0b7871;
    border-color: #122b40
}

.open > .section-rni-cta .ext-login-box .btn-access.dropdown-toggle, .section-rni-cta .ext-login-box .btn-access.active, .section-rni-cta .ext-login-box .btn-access:active {
    background-image: none
}

.section-rni-cta .ext-login-box .btn-access.disabled.focus, .section-rni-cta .ext-login-box .btn-access.disabled:focus, .section-rni-cta .ext-login-box .btn-access.disabled:hover, .section-rni-cta .ext-login-box .btn-access[disabled].focus, .section-rni-cta .ext-login-box .btn-access[disabled]:focus, .section-rni-cta .ext-login-box .btn-access[disabled]:hover, fieldset[disabled] .section-rni-cta .ext-login-box .btn-access.focus, fieldset[disabled] .section-rni-cta .ext-login-box .btn-access:focus, fieldset[disabled] .section-rni-cta .ext-login-box .btn-access:hover {
    background-color: #13c7bc;
    border-color: #2e6da4
}

.section-rni-cta .ext-login-box .btn-access .badge {
    color: #13c7bc;
    background-color: #fff
}

.section-rni-cta .ext-login-box .line2 {
    font-size: 1rem
}

.section-rni-cta .ext-login-box .line2 a {
    font-weight: 700
}

.section-rni-resources {
    background-color: #f1f0ef;
    padding-top: 90px;
    padding-bottom: 110px
}

.section-rni-resources h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px
}

.section-rni-resources .items {
    padding-top: 30px
}

.section-rni-resources .res-tiem {
    margin-bottom: 30px;
    font-weight: 700;
    color: #231f20;
    display: block
}

@media (min-width: 768px) {
    .section-rni-resources .res-tiem {
        display: inline-block;
        margin-right: 100px
    }
}

.section-rni-resources .res-tiem img {
    margin-right: 10px
}

.page-template-fund h2 {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase
}

.accordion-item .btn-primary {
    padding: 9px 20px;
    border-radius: 18px;
    margin-bottom: 22px;
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .accordion-item .btn-primary {
        display: inline-block;
        width: auto;
        float: right;
        margin-top: 22px;
        margin-bottom: 0
    }
}

.fund-item-modal h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.22
}

.fund-item-modal small {
    font-size: .875rem;
    font-weight: 700;
    color: #74737e
}

.fund-item-modal .btn-card {
    margin-bottom: 18px
}

.fund-item-modal .close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.fund-item-modal .close:focus, .fund-item-modal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

.fund-item-modal button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.section-explore {
    background-color: #f1f0ef
}

.section-explore h2 {
    font-weight: 700
}

.section-featured-innovations {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-featured-innovations p {
    line-height: 1.75
}

.section-featured-innovations .f-item, .section-featured-innovations .f-item .f-image {
    min-height: 223px
}

.section-featured-innovations .f-item .text-box {
    background-color: rgba(35, 31, 32, 0.85);
    padding: 20px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700
}

@media (min-width: 1200px) {
    .section-featured-innovations .f-item .text-box {
        position: absolute;
        top: 0;
        margin-left: 20px;
        max-width: 45%
    }
}

.section-featured-innovations .f-item .actions {
    padding-top: 20px
}

.section-featured-innovations .f-item .actions .btn {
    font-size: .875rem
}

.section-featured-innovations .f-item .slick-dots {
    position: static
}

@media (min-width: 768px) {
    .page-template-category .section-page-header .header-search-box {
        width: 580px
    }
}

.sections-bar {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 50px
}

@media (min-width: 768px) {
    .sections-bar {
        height: 60px;
        line-height: 60px
    }
}

.sections-bar small {
    font-weight: 400
}

.sections-bar a {
    display: block;
    color: #231f20;
    border-bottom: 3px solid #fff;
    border-left: 2px solid #bbb
}

@media (min-width: 768px) {
    .sections-bar a {
        border-bottom: 0
    }
}

.sections-bar a.active {
    background-color: #f5cd2b
}

@media (min-width: 768px) {
    .sections-bar a.active:before {
        width: 0;
        height: 0;
        content: "";
        z-index: 2;
        border-top: 18px solid #f5cd2b;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        position: absolute;
        right: 48%;
        top: 100%
    }
}

.sections-bar > div:first-child a {
    border-left: 0
}

.category-items .subcat {
    font-size: 1rem;
    font-weight: 700;
    line-height: 36px;
    background-color: #231f20;
    color: #fff;
    padding-left: 12px;
    text-transform: uppercase
}

.tech-item {
    padding-top: 20px;
    border-top: 1px solid #eebf00;
    margin-bottom: 53px
}

.tech-item .top-action {
    padding: 11px 0
}

@media (min-width: 768px) {
    .tech-item .top-action .actions-left {
        padding-right: 180px
    }
}

.tech-item .top-action .btn {
    font-size: .875rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 16px;
    padding: 8px 20px;
    margin-bottom: 8px
}

.tech-item .top-action .btn-add-to-briefcase {
    padding: 8px 20px 8px 40px
}

.tech-item .top-action .btn-remove-from-briefcase {
    padding: 8px 10px 8px 35px;
    font-size: .813rem
}

@media (min-width: 768px) {
    .tech-item .top-action .btn-add-to-briefcase, .tech-item .top-action .btn-remove-from-briefcase {
        float: right
    }
}

.tech-item .item-action-label {
    display: inline-block;
    color: #231f20
}

.tech-item p {
    line-height: 1.75
}

.researcher-item {
    margin-bottom: 53px
}

.researcher-item .media-left {
    padding-right: 20px
}

.researcher-item .media-left > a {
    display: block
}

@media (min-width: 768px) {
    .researcher-item .media-left > a {
        width: 166px
    }
}

.researcher-item .media-left img {
    max-width: 100%
}

.researcher-item .top-action {
    padding: 0 0 11px;
    border-bottom: 1px solid #eebf00
}

.researcher-item .top-action .actions-left {
    padding-right: 180px
}

.researcher-item .top-action h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.researcher-item .top-action .btn {
    font-size: .875rem;
    line-height: 1;
    font-weight: 700;
    border-radius: 16px;
    padding: 8px 20px
}

@media (min-width: 768px) {
    .researcher-item .top-action .btn {
        float: right
    }
}

.researcher-item .top-action .btn-add-to-briefcase {
    padding: 8px 20px 8px 40px
}

.researcher-item .top-action .btn-remove-from-briefcase {
    padding: 8px 10px 8px 35px;
    font-size: .813rem
}

.researcher-item .person-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .researcher-item .person-image {
        width: 160px;
        height: 160px
    }
}

.researcher-item .field-of-expertise {
    font-weight: 700;
    line-height: 38px
}

.researcher-item p {
    line-height: 1.75
}

.sub-categories-select {
    padding-left: 0;
    list-style: none
}

.sub-categories-select label {
    font-weight: 400;
    padding-left: 31px
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.checkbox-custom-label, .radio-custom-label {
    position: relative
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: "";
    background: #fff;
    border: 1px solid #a4a3a3;
    width: 21px;
    height: 21px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 1px
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: FontAwesome;
    background: #f5cd2b;
    color: #231f20
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #bbb
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd
}

.page-template-directors p {
    line-height: 1.75
}

.page-template-directors .people-list .person-list-item {
    margin-bottom: 60px
}

.page-template-directors .people-list .person-list-item .media-left {
    padding-right: 26px
}

.page-template-directors .people-list .person-list-item .media-left a {
    min-height: 150px;
    display: block
}

.page-template-directors .people-list .person-list-item .person-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .page-template-directors .people-list .person-list-item .person-image {
        width: 160px;
        height: 160px
    }
}

.page-template-directors .people-list .person-list-item .media-body {
    position: relative;
    padding-top: 8px
}

.page-template-directors .people-list .person-list-item .title {
    font-weight: 700
}

.page-template-directors .people-list .person-list-item h2 {
    margin-top: 0
}

.page-template-directors .people-list .person-list-item .controls {
    position: absolute;
    top: 121px
}

.page-template-directors .people-list .person-list-item .controls a {
    font-size: .875rem;
    font-weight: 700;
    color: #13c7bc;
    text-decoration: underline
}

.page-template-directors .people-list .person-list-item .controls a:active, .page-template-directors .people-list .person-list-item .controls a:hover {
    color: #0c817a
}

.page-template-directors .people-list .person-list-item .media-right {
    width: 29%;
    border-left: 1px solid #a6a6a6;
    padding-top: 12px;
    text-align: center;
    display: none
}

@media (min-width: 768px) {
    .page-template-directors .people-list .person-list-item .media-right {
        display: table-cell
    }
}

.page-template-directors .people-list .person-list-item .phone {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .5em
}

@media (min-width: 768px) {
    .page-template-director .director-info .layout .director-photo, .page-template-director .director-info .layout .director-text {
        width: 50%;
        float: left
    }
}

.page-template-director .director-info .director-photo .person-image {
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .page-template-director .director-info .director-photo .person-image {
        width: 260px;
        height: 260px
    }
}

.page-template-director .director-info .director-photo img {
    max-width: 260px;
    width: 260px;
    height: 260px
}

.page-template-director .director-info .title {
    font-weight: 700
}

.page-template-director .director-info h2 {
    margin-top: 0
}

.page-template-director .director-info .phone {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: .5em
}

.page-template-director .page-content {
    border-left: 1px solid #bbb
}

.page-template-director .page-content p {
    line-height: 1.75
}

@media (min-width: 768px) {
    .page-template-contact .section-page-header > .container {
        height: 0
    }

    .page-template-contact .title-box {
        position: absolute
    }
}

.map-box {
    height: 340px
}

@media (min-width: 768px) {
    .map-box {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
}

#map {
    height: 100%;
    width: 100%
}

.contact-icons {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 35px;
    border-bottom: 1px solid #74737e
}

.contact-icons a {
    display: block;
    color: #231f20
}

.contact-icons a:focus, .contact-icons a:hover {
    text-decoration: none
}

.contact-icons > * {
    min-height: 44px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 60px;
    padding-top: 7px
}

.contact-icons .c-icon {
    position: absolute;
    left: 0;
    top: 0
}

.contact-icons span {
    display: inline-block
}

.page-template-contact .page-content h2 {
    margin-bottom: 26px
}

.page-template-contact .social-items {
    display: inline-block;
    padding-top: 10px
}

.page-template-contact .social-icons > a {
    background-color: #f3f3f3;
    border-radius: 50%;
    color: #74737e;
    display: inline-block;
    height: 37px;
    width: 37px;
    line-height: 37px;
    margin: auto 3px;
    font-size: 18px;
    text-align: center
}

.page-template-contact .social-icons > a.invert {
    background-color: #13c7bc;
    color: #fff
}

.content-bizdevs {
    text-align: center
}

.sidebar .story-nav > a {
    display: block;
    height: 80px;
    margin-bottom: 6px;
    background-color: #e0e0e0;
    color: #231f20;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase
}

.sidebar .story-nav > a:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.sidebar .story-nav > a:focus, .sidebar .story-nav > a:hover {
    color: #fff;
    background-color: #13c7bc
}

.sidebar .story-nav > a * {
    vertical-align: middle
}

.sidebar hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 1px solid #898989
}

.sidebar h4 {
    font-size: 1rem;
    color: #74737e;
    margin-bottom: 40px
}

.sidebar p {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 2em
}

.section-value1 {
    background-color: #f1f0ef;
    padding-top: 50px;
    padding-bottom: 80px
}

.section-value1 p {
    line-height: 1.6
}

.section-value2 {
    padding: 100px 0 20px;
    text-align: center
}

@media (min-width: 768px) {
    .section-value2 {
        padding: 100px 0 120px
    }
}

.section-value2 .title {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .5em
}

.section-value2 p {
    line-height: 1.6
}

.section-value3 {
    background-color: #f1f0ef;
    padding: 60px 0 40px;
    text-align: center
}

@media (min-width: 768px) {
    .section-value3 {
        padding: 60px 0 200px
    }
}

.section-people {
    padding-top: 40px
}

.section-people .person {
    text-align: left;
    margin-bottom: 50px
}

.section-momentum1 {
    padding: 60px 0;
    text-align: center
}

.section-momentum1 h2 {
    margin-bottom: 50px
}

.section-momentum1 p {
    text-align: left
}

.section-momentum2 .section-people h2 {
    margin-bottom: 40px
}

.prof-info {
    margin-bottom: 50px
}

.prof-info .media-left {
    padding-right: 20px
}

.prof-info .person-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .prof-info .person-image {
        width: 160px;
        height: 160px
    }
}

.prof-info h2 {
    padding-top: 12px
}

.prof-info .sub {
    font-weight: 700;
    margin-bottom: 1em
}

.prof-info .info {
    font-size: .875rem;
    color: #74737e;
    line-height: 1.71
}

.section-services1 {
    padding-top: 70px;
    padding-bottom: 70px
}

.section-news-events {
    background-color: #231f20;
    padding-top: 60px
}

.section-news-events h2 {
    color: #fff;
    font-size: 2.25rem;
    margin-bottom: 40px
}

.section-news-events .news-card {
    background-color: #fff;
    padding: 18px;
    margin-bottom: 15px
}

.section-news-events .news-card h3 {
    font-size: 1.875rem;
    line-height: 1.13;
    margin-top: 0
}

.section-news-events .news-card p {
    line-height: 1.75
}

.news-more-block {
    padding: 60px 0;
    text-align: center
}

.btn-more-c {
    padding: 7px 7px 7px 20px;
    border-radius: 25px
}

.btn-more-c .fa {
    background-color: #fff;
    border-radius: 50%;
    color: #13c7bc;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: auto 3px;
    font-size: 16px;
    text-align: center;
    padding-left: 3px
}

.sidebar-news-events .event-item {
    display: block;
    color: #fff;
    margin-bottom: 60px
}

.sidebar-news-events .event-item .event-image {
    background-size: cover;
    height: 210px;
    position: relative
}

.sidebar-news-events .event-item .event-date {
    position: absolute;
    left: 0;
    bottom: 14px;
    background-color: rgba(245, 205, 43, 0.95);
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 11px 18px;
    line-height: 1.1
}

.sidebar-news-events .event-item .event-date small {
    font-size: .875rem;
    display: block;
    line-height: 1
}

.sidebar-news-events .event-item .text .title {
    font-size: 1.2rem;
    line-height: 1.22;
    font-weight: 700;
    margin-bottom: 1em
}

.sidebar-news-events .event-item .text p {
    color: #fff;
    font-size: 1rem
}

.sidebar-news-events .aside-hero-event {
    margin-bottom: 10px
}

.sidebar-news-events .aside-hero-event .event-image-label {
    position: absolute;
    left: 0;
    bottom: 14px;
    background-color: rgba(245, 205, 43, 0.95);
    color: #2e2e2e;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 20px 18px
}

.sidebar-news-events .aside-hero-event .text .date {
    font-size: .875rem;
    line-height: 3;
    margin-bottom: .5em
}

.sidebar-news-events .aside-hero-event .text .title {
    font-size: 1.125rem
}

.sidebar-news-events h4 {
    color: #74737e;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 30px
}

.events-more-block {
    text-align: center;
    padding: 15px 0 30px
}

.page-template-news-list .news-card {
    padding-bottom: 45px;
    border-bottom: 1px solid #74737e;
    margin-bottom: 24px
}

.page-template-news-list .news-card h2 {
    font-size: 1.875rem;
    line-height: 1.133
}

.page-template-news-list .news-card p {
    line-height: 1.75
}

.sidebar-news .newsletter-box {
    padding: 15px
}

.sidebar-news .newsletter-box .heading {
    color: #74737e;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 25px
}

.sidebar-news .newsletter-box img {
    max-width: 100%
}

.sidebar-news .newsletter-box p {
    font-size: .875rem;
    line-height: 1.57
}

.sidebar-news .join-mailing-list-box {
    background-color: #e0e0e0;
    padding: 15px;
    padding-bottom: 27px
}

.sidebar-news .join-mailing-list-box h2 {
    margin-top: 10px;
    color: #74737e;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase
}

.sidebar-news .join-mailing-list-box .mailing-list-form {
    position: relative
}

.sidebar-news .join-mailing-list-box .mailing-list-form .input {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 28px;
    padding-left: 28px;
    padding-right: 150px;
    outline: none
}

.sidebar-news .join-mailing-list-box .mailing-list-form button[type="submit"] {
    position: absolute;
    right: 9px;
    top: 9px;
    bottom: 9px;
    z-index: 1;
    width: 98px;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 24px;
    background-color: #13c7bc;
    font-size: 1rem;
    color: #fff
}

.page-template-news-item .news-item-content {
    padding-bottom: 100px
}

.page-template-news-item .news-item-content .hat {
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5cd2b
}

.media-item {
    margin-bottom: .5rem
}

.media-item .media-label {
    font-size: .875rem;
    line-height: 3;
    color: #74737e
}

.sidebar-news {
    border: 2px solid #f6d036;
    box-shadow: -1px 1px 0 #f6d036, -2px 2px 0 #f6d036, -3px 3px 0 #f6d036, -4px 4px 0 #f6d036, -5px 5px 0 #f6d036, -6px 6px 0 #f6d036, -6px 6px 0 #f6d036, -7px 7px 0 #f6d036, -8px 8px 0 #f6d036, -9px 9px 0 #f6d036, -10px 10px 0 #f6d036, -11px 11px 0 #f6d036
}

@keyframes b {
    0% {
        opacity: 1
    }
    49% {
        opacity: 1;
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 0
    }
}

@keyframes c {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

.page-template-about p, .page-template-fellowship p {
    line-height: 1.625
}

.page-template-about img, .page-template-fellowship img {
    max-width: 100%;
    margin-bottom: 18px
}

.section-about {
    background-color: #f1f0ef
}

.section-about h2 {
    text-align: center
}

.about-video-bg {
    background-image: url(../img/Video_BG.png);
    background-repeat: no-repeat;
    min-height: 440px;
    background-size: 109%
}

@media (min-width: 992px) {
    .about-video-bg {
        background-size: 55%
    }
}

.about-video-bg .about-video-embed {
    padding: 24px 10px
}

@media (min-width: 768px) {
    .about-video-bg .about-video-embed {
        padding: 58px 44px
    }
}

@media (min-width: 992px) {
    .about-video-bg .about-video-embed {
        padding: 51px 43px
    }
}

.about-video-bg .responsive-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.about-video-bg .responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-about2 .section-hat {
    position: relative
}

.section-about2 .section-hat .hat-bg {
    background-image: url(../img/Elipse_bg.png);
    background-size: 100% 50%;
    background-position: top;
    min-height: 150px;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .section-about2 .section-hat .hat-bg {
        background-size: cover;
        min-height: 180px
    }
}

.section-about2 .section-hat .hat-content {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0
}

@media (min-width: 768px) {
    .section-about2 .section-hat .hat-content {
        top: 0
    }
}

.section-about2 h2 {
    text-align: center;
    margin-top: 12px
}

.page-team-wrap {
    background-color: #414b54;
    min-height: 1130px;
    position: relative;
    background-image: url(../img/Team_BG.png);
    background-repeat: no-repeat;
    background-position: center 10px
}

.page-team-wrap .team-slider-wrap {
    margin-top: -140px
}

.page-team-wrap .elipse-bg {
    position: absolute;
    top: 590px;
    left: 0;
    right: 0;
    height: 460px;
    background-color: #59626b
}

.page-team-wrap .elipse-bg:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 211px;
    background-image: url(../img/Elipse_bg_Dark.png);
    background-size: cover
}

.page-team-wrap .team-titles {
    position: relative;
    text-align: center
}

.page-team-wrap .team-titles .item-textbox {
    margin-top: -103px;
    display: block
}

.page-team-wrap .team-titles .item-textbox h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700
}

.page-team-wrap .team-titles .item-textbox span {
    color: #13c7bc;
    font-size: 1rem
}

.page-404-content {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 300px;
    position: relative
}

.page-404-content .bg-shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 153px;
    background-image: url(../img/404-bg.png);
    background-size: cover
}

.page-404-content h1 {
    font-size: 80px
}

.section-bg-secondary-light {
    background: #f1f0ee
}

.page-template-working-with-ramot .ramot-more-item {
    padding: 30px 0;
    text-align: center
}

@media (min-width: 768px) {
    .page-template-working-with-ramot .ramot-more-item {
        padding: 55px 0 80px 0
    }
}

@media (min-width: 1199px) {
    .page-template-working-with-ramot .ramot-more-item {
        padding: 55px 0 0px 0
    }
}

.page-template-working-with-ramot .ramot-more-item p {
    margin-bottom: 20px
}

.page-template-working-with-ramot .ramot-more-item .title {
    font-size: 36px;
    color: #231F20;
    font-weight: bold;
    line-height: 40px;
    margin: 30px 0 16px
}

.page-template-working-with-ramot .ramot-more-item .btn {
    padding: 9px 30px;
    border-radius: 30px;
    font-weight: normal
}

.page-template-working-with-ramot .sidebar {
    margin-top: 40px
}

.page-template-working-with-ramot .section-page-content {
    margin-bottom: 65px
}

.page-template-working-with-ramot .page-content p {
    max-width: 600px
}

.page-template-working-with-ramot .page-content h2 {
    max-width: 756px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-working-with-ramot .yellow-border-left-desktop {
        border-left: none;
        padding-left: 0
    }
}

@media (max-width: 610px) {
    .page-template-working-with-ramot .page-content iframe {
        max-width: 100%;
        height: auto
    }
}

@media (min-width: 768px) {
    .section-page-header .title-box {
        width: 450px
    }
}

.section-bg-secondary {
    background: #E9E8E6
}

.page-template-startups .section-contact-form h2 {
    margin: 35px 0 0
}

.form-input-multiselect .form__label label, .form-input-multiselect select {
    display: none
}

.form-input-multiselect .multiselect-native-select {
    position: relative;
    top: 16px;
    left: 0;
    width: 100%;
    display: block
}

.form-input-multiselect .btn-group {
    border: 0;
    background: transparent;
    text-align: left;
    letter-spacing: 0px;
    color: rgba(116, 115, 126, 0.5);
    font-weight: bold
}

.form-input-multiselect .btn-group button .form-check {
    padding: 0
}

.form-input-multiselect .btn-group button .form-check input[type=checkbox] {
    display: none
}

.form-input-multiselect .btn-group button .form-check input[type=checkbox] + label:before {
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
    background: rgb(227 227 229);
    border: rgb(227 227 229);
    border-radius: 8px;
    margin-right: 17px;
    position: absolute;
    top: 4px;
    left: 0
}

.form-input-multiselect .btn-group button .form-check input[type=checkbox]:checked + label:before {
    background-image: url(../icons/multiselect-check.svg);
    background-position: center;
    background-repeat: no-repeat
}

.form-input-multiselect .btn-group button .form-check .form-check-label {
    color: #74737E;
    font-weight: normal;
    position: relative;
    padding-left: 33px;
    display: block;
    margin-bottom: 0
}

.form-input-multiselect .btn-group > button {
    border: 0;
    background: transparent;
    text-align: left;
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 20%;
    padding-right: 25px
}

.form-input-multiselect .btn-group > button:after {
    content: '';
    display: inline-block;
    float: right;
    width: 18px;
    height: 25px;
    background-image: url(../icons/multiselect-toggle.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 7;
    position: absolute;
    right: 0
}

@media (max-width: 1199px) {
    .form-input-multiselect .btn-group > button {
        left: 14%;
        width: 83%
    }
}

@media (max-width: 768px) {
    .form-input-multiselect .btn-group > button {
        width: 72%;
        left: 25%
    }
}

@media (max-width: 768px) {
    .form-input-multiselect .btn-group > button {
        width: 67%;
        left: 25%
    }
}

@media (max-width: 399px) {
    .form-input-multiselect .btn-group > button {
        width: 64%;
        left: 28%
    }
}

@media (max-width: 359px) {
    .form-input-multiselect .btn-group > button {
        width: 61%;
        left: 32%
    }
}

.form-input-multiselect .multiselect-selected-text {
    font-size: 1.125rem
}

@media (min-width: 769px) {
    .form-input-multiselect .btn-group > button {
        top: -1px
    }
}

@media (max-width: 768px) {
    .page-template-startups .section-page-content {
        padding-bottom: 30px !important
    }
}

.form-input-multiselect .multiselect-container {
    width: 100%;
    padding: 10px;
    box-shadow: 0 3px 6px #00000029;
    border: 1px solid #BBBBBB;
    border-radius: 28px;
    padding: 19px 26px;
    top: -20px
}

.form-input-multiselect .multiselect-container:before {
    display: block;
    content: 'Choose areas of interest';
    letter-spacing: .5px;
    color: #74737E;
    margin-bottom: 10px;
    cursor: pointer
}

.form-input-multiselect .multiselect-option {
    border: 0;
    background: transparent;
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 8px
}

.page-template-startups .success-message, .page-template-innovations .success-message, .page-template-innovation-vehicle .success-message {
    text-align: center;
    padding: 150px 80px 140px;
    margin: 40px 0px;
    background: #E9E8E6 url(../icons/contact-form-succes-check.svg) center 70px no-repeat
}

.page-template-startups .success-message p {
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    font-weight: normal
}

.page-template-startups .section-page-content {
    padding-bottom: 60px
}

.page-template-startups .section-page-content h2 {
    margin-bottom: 18px;
    line-height: 1.3
}

@media (max-width: 1199px) {
    .page-template-startups .contact-form .btn {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .section-categories .category-col {
        width: 14.2%
    }
}

.page-template-startups-under-formation .contact-form .btn {
    width: 100%
}

.page-template-startups.page-template-startups-under-formation .section-page-content {
    padding-bottom: 6px
}

.page-template-startups-under-formation .section-startup-list h2 {
    margin-bottom: 23px
}

@media (min-width: 1200px) {
    .page-template-startups-under-formation .section-startup-list .col-startup-item:nth-child(3n + 2), .page-template-startups-under-formation .section-startup-list .col-startup-item:nth-child(3n + 3) {
        margin-left: 11%
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .page-template-startups-under-formation .section-startup-list .media-object {
        height: 234px
    }
}

.page-template-startups-under-formation .section-startup-list .media-object {
    width: 100%;
    height: 161px;
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-startups-under-formation .section-startup-list h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0 10px 0
}

.page-template-startups-under-formation .section-startup-list .card {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .page-template-startups-under-formation .section-startup-list .card {
        margin-bottom: 70px
    }
}

.page-template-startups-under-formation .section-startup-list .card-text {
    border-bottom: 2px solid #F5CD2B;
    padding-bottom: 11px
}

.page-template-startups-under-formation .section-startup-list .card-persons {
    line-height: 27px
}

.page-template-startups-under-formation .section-startup-list .card-persons span {
    color: #13C7BC;
    font-weight: 600
}

.page-template-startups-under-formation .section-startup-list .card-persons a {
    color: #231f20 !important
}

.page-template-startups-under-formation .section-startup-list .btn-attachment {
    color: #74737D;
    font-size: 16px;
    position: relative;
    top: -11px;
    left: -2px
}

.page-template-startups-under-formation .section-startup-list .btn-attachment:after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url("../icons/pdf.png");
    background-position: 100% 0;
    position: relative;
    right: -6px;
    top: 10px
}

.page-template-startups-under-formation .section-startup-list .btn-phone, .page-template-startups-under-formation .section-startup-list .btn-email {
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    border-radius: 16px;
    margin-right: 11px;
    padding: 0
}

.page-template-startups-under-formation .section-startup-list .btn-phone {
    background-image: url("../icons/phone.svg")
}

.page-template-startups-under-formation .section-startup-list .btn-email {
    background-image: url("../icons/email.svg")
}

.page-template-startups-under-formation .section-startup-list .card-info {
    margin-top: 13px
}

.page-industrial-services .page-content {
    margin: 25px 0 0 0
}

@media (min-width: 1200px) {
    .page-industrial-services .page-content {
        margin-top: 40px;
        margin-bottom: 15px
    }
}

.page-industrial-services .search-form-results-heading {
    margin: 18px 0 22px
}

@media (min-width: 1200px) {
    .page-industrial-services .search-form-results-heading {
        margin: 25px 0 35px
    }
}

@media (max-width: 1199px) {
    .page-industrial-services #site_search_form {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .page-industrial-services #site_search_form {
        margin-top: 48px
    }
}

.page-industrial-services .search-form-heading {
    margin: 15px 0 0 0
}

.page-industrial-services .category-items {
    margin-top: 30px
}

@media (min-width: 992px) {
    .page-industrial-services .category-items {
        padding-bottom: 30px
    }
}

.page-industrial-services .inline-padding {
    display: none
}

.page-template-event-item h2 {
    margin: 0px 0 7px;
    line-height: 30px;
    text-transform: uppercase
}

.page-template-event-item .event-person-name {
    font-size: 20px;
    line-height: 27px;
    color: #01D7D6;
    font-weight: bold;
    margin-bottom: 27px
}

.page-template-event-item .event-datetime {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #231F20
}

@media (min-width: 768px) {
    .page-template-event-item .event-datetime {
        position: relative;
        top: 7px
    }
}

.page-template-event-item .event-heading-bottom {
    padding-bottom: 7px;
    border-bottom: 1px solid #f5cd2b;
    margin-bottom: 30px
}

.page-template-event-item .share-box.dropdown {
    top: -2px
}

.page-template-event-item .event-section-name {
    font-size: 16px;
    line-height: 22px;
    margin-top: 17px;
    margin-bottom: 8px
}

.page-template-event-item .contact-form {
    padding: 26px 50px;
    margin-bottom: 36px
}

@media (max-width: 992px) {
    .page-template-event-item .contact-form {
        padding: 26px 30px
    }
}

.page-template-event-item .contact-form h3 {
    color: #74737E;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal
}

.page-template-event-item .contact-form .form-group {
    margin-bottom: 10px
}

.page-template-event-item .contact-form .g-recaptcha {
    top: -2px;
    left: 5px
}

.page-template-event-item .contact-form .btn {
    width: 100%
}

.page-template-event-item .contact-form .error {
    margin-bottom: 12px;
    display: block
}

.page-template-event-item .success-message {
    text-align: center;
    padding: 150px 80px 140px;
    background: #E9E8E6 url(../icons/contact-form-succes-check.svg) center 70px no-repeat;
    font-size: 17px;
    line-height: 22px
}

.section-event-block {
    background: #2E2E2E
}

.section-event-block h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 27px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 47px 0 44px
}

.event-item-content {
    margin-bottom: 35px
}

.section-event-block .events-more-block {
    text-align: center;
    padding: 49px 0 58px
}

.page-template-events-grid.section-event-block .event-item {
    margin-bottom: 0;
    min-height: auto
}

@media (max-width: 992px) {
    .page-template-events-grid .event-item .text, .section-events .event-item .text {
        height: auto
    }

    .page-template-events-grid.section-event-block .event-item {
        margin-bottom: 40px
    }

    .section-event-block .events-more-block {
        text-align: center;
        padding: 0 0 40px 0
    }
}

.page-template-innovations .section-page-content {
    margin-top: 28px
}

.page-template-innovations .category-items {
    margin-top: 10px
}

.page-template-innovations .inline-padding {
    display: none
}

@media (min-width: 992px) {
    .page-industrial-services .sidebar h4 {
        margin-top: 40px;
        line-height: 1.6 !important
    }
}

.no-values .multiselect-selected-text {
    color: transparent !important
}

.has-values > .input__label {
    display: none
}

.form-input-search-categories.form-input-multiselect .btn-group > button {
    left: 3% !important;
    width: 93% !important
}

.form-input.form-input-search-categories .input__label-content {
    font-weight: normal;
    color: inherit
}

@media (max-width: 1199px) {
    .form-input.form-input-search-categories .input__label-content {
        line-height: 55px;
        font-size: .943rem
    }
}

.form-input.form-input-search-categories .multiselect-selected-text {
    font-weight: normal;
    color: #231f20
}

@media (max-width: 767px) {
    .page-template-innovations .search-form {
        margin-top: 48px
    }

    .form-input.form-input-search-categories {
        margin-top: 30px
    }

    .form-input.form-input-search-categories .input__label {
        padding: 0;
        display: block !important;
        position: absolute;
        top: -52px
    }

    .form-input.form-input-search-categories .input__label-content {
        font-size: 1rem;
        font-weight: 400
    }
}

.page-template-innovations .contact-form, .page-template-innovation-vehicle .contact-form {
    padding-left: 0;
    padding-right: 0;
    padding-top: 26px;
    background: transparent
}

.page-template-innovations .section-contact-form h2, .page-template-innovation-vehicle .section-contact-form h2 {
    margin: 35px 0 0
}

.page-template-innovations .contact-form .btn, .page-template-innovation-vehicle .contact-form .btn {
    width: 100% !important
}

.ramot-more-items .mailing-list-form {
    position: relative;
    margin-top: 15px;
    display: inline-block
}

@media (min-width: 1199px) {
    .ramot-more-items .mailing-list-form {
        margin-top: 0px;
        margin-bottom: 55px
    }
}

.ramot-more-items .mailing-list-form button[type="submit"] {
    position: absolute;
    right: 11px;
    top: 9px;
    bottom: 9px;
    z-index: 1;
    width: 98px;
    padding: 0;
    cursor: pointer;
    border: 0;
    border-radius: 24px;
    background-color: #13c7bc;
    font-size: 1rem;
    color: #fff
}

.ramot-more-items .mailing-list-form .input {
    width: 270px;
    height: 50px;
    left: 204px;
    border: 0;
    border-radius: 28px;
    padding-left: 28px;
    padding-right: 120px;
    outline: none;
    box-shadow: 0 3px 6px #00000029
}

.footer-cta h5 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0
}

.footer-cta .footer-subscribe-form img {
    margin: 4px 0 0 9px
}

.footer-cta .footer-subscribe-form span {
    position: relative;
    top: 7px;
    left: 4px
}

.footer-cta .footer-subscribe-form .footer-subscribe-form-top {
    margin-bottom: 9px;
    height: 53px
}

.footer-subscribe-form form {
    display: inline-block
}

.footer-subscribe-form + .footer-subscribe-form {
    margin-top: 15px
}

@media (min-width: 1510px) {
    .footer-subscribe-forms {
        width: 200%
    }

    .footer-subscribe-form {
        width: 277px;
        float: left
    }

    .footer-subscribe-form + .footer-subscribe-form {
        margin-top: 0px
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hero-section .hero-block2 {
        bottom: 0
    }
}

@media (max-width: 991px) {
    .section-more .ramot-more-item {
        padding-top: 15px;
        margin-bottom: 0px
    }
}

@media (max-width: 768px) {
    .section-more .ramot-more-item {
        margin-bottom: 30px
    }

    .section-more .ramot-more-item .item-wrap {
        padding-top: 30%;
        background-size: 24%;
        padding-left: 0;
        background-position: center 0px
    }

    .section-more .ramot-more-item .item-wrap form {
        display: inline-block
    }

    .section-more .ramot-more-item .item-wrap .item-body {
        text-align: center
    }

    .section-more {
        padding-bottom: 25px
    }
}

@media (min-width: 992px) and (max-width: 1509px) {
    .footer-grid > div + div:after {
        height: 290px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-grid > div + div + div:after {
        display: none
    }

    .footer-subscribe-form {
        width: 277px;
        float: left
    }

    .footer-subscribe-form + .footer-subscribe-form {
        margin-top: 0px
    }

    .footer-cta {
        text-align: center
    }

    .footer-cta .footer-subscribe-forms {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .pull-left.event-datetime, .pull-right.event-share {
        float: none !important
    }

    .event-share {
        clear: both;
        margin-top: 9px
    }
}

.site-footer .social-icons {
    margin-top: 21px
}

@media (min-width: 992px) {
    .site-footer .social-icons {
        margin-top: 42px
    }
}

.multiselect-container.dropdown-menu {
    z-index: 6
}

@media (min-width: 768px) {
    .footer-logo-col img {
        position: relative;
        left: -25px
    }
}

@media (max-width: 767px) {
    .footer-info-col {
        text-align: center
    }

    .footer-info-col .footer-info {
        display: inline-block
    }
}

.page-template-startups form .captcha {
    float: right;
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .page-template-entrepreneurs-for-tau-startups .form-input-multiselect .btn-group > button {
        width: 65%;
        left: 28%
    }
}

@media (min-width: 992px) {
    .page-template-entrepreneurs-for-tau-startups .form-input-multiselect .btn-group > button {
        width: 59%;
        left: 34%
    }
}

@media (max-width: 991px) {
    .page-template-entrepreneurs-for-tau-startups .yellow-border-left-desktop {
        padding: 0;
        border: 0
    }
}

.page-template-event-item .breadcrumbs-box {
    margin-top: 25px
}

.page-template-event-item .breadcrumbs-box * {
    color: #231f20 !important
}

@media (max-width: 767px) {
    .footer-cta .footer-subscribe-form:nth-child(1) img {
        position: relative;
        left: -32px
    }

    .footer-cta .footer-subscribe-form:nth-child(2) img {
        position: relative;
        left: -47px
    }

    .footer-cta .footer-subscribe-form:nth-child(1) span {
        left: -18px
    }

    .footer-cta .footer-subscribe-form:nth-child(2) span {
        left: -30px
    }

    .footer-info {
        position: relative;
        left: -37px
    }
}

.innovative-vehicle-item {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eebf00
}

.innovative-vehicle-item img {
    width: 100%
}

.innovative-vehicle-item h3 {
    font-size: 1.5rem
}

.innovative-vehicle-item p {
    margin-bottom: 11px !important
}

.form-input-checkbox input[type="checkbox"] {
    display: none
}

.form-input-checkbox input[type="checkbox"] + label:before {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #74737e;
    float: left;
    margin-right: 10px
}

.form-input-checkbox input[type="checkbox"] + label {
    cursor: pointer
}

.form-input-checkbox input[type="checkbox"] + label span {
    padding: 4px 0;
    color: #74737e !important;
    font-size: 1.125rem !important
}

.form-input-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    height: 16px;
    width: 16px;
    background-color: #4cc8bd;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 50%
}

.form-input-checkbox + .error {
    margin-top: 35px;
    display: block
}

.section-banner .row {
    background-color: #2E2E2E
}

.section-banner .banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px
}

.section-banner .banner-text {
    margin: 30px 0px;
    padding-left: 30px;
    padding-right: 30px
}

.section-banner .banner-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0px;
    margin: 0px 0px 20px
}

.section-banner .banner-text p {
    color: #fff;
    letter-spacing: 0px;
    font-size: 15px
}

.section-banner .banner-text a {
    display: inline-block;
    background: #13C7BC;
    border-radius: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .75px;
    color: #FFFFFF;
    padding: 10px 20px;
    margin-top: 15px
}

@media (min-width: 768px) {
    .section-banner {
        margin: 100px 0 40px
    }

    .section-banner .row {
        display: flex
    }

    .section-banner .banner-image {
        height: auto
    }

    .section-banner .banner-text {
        margin: 70px 27px 60px;
        padding-left: 30px;
        padding-right: 30px
    }

    .section-banner .banner-text h2 {
        font-size: 39px
    }

    .section-banner .banner-text a {
        font-size: 20px;
        letter-spacing: 1px;
        padding: 15px 30px
    }
}

.page-template-briefcase .send-briefcase-page {
    margin-bottom: 50px
}

.page-template-briefcase .send-briefcase-page .formtype {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    justify-items: left;
    margin-bottom: 20px
}

.page-template-briefcase .send-briefcase-page .formtype label {
    position: unset
}

.page-template-briefcase h3 {
    font: normal normal bold 18px/24px Open Sans
}

.page-template-briefcase .category-items {
    display: grid;
    padding-bottom: 60px
}

.page-template-briefcase .explore-innovations {
    justify-self: center;
    margin-top: 170px;
    display: inline-block;
    width: 302px;
    height: 44px;
    background: #13c7bc 0% 0% no-repeat padding-box;
    border-radius: 22px;
    text-align: center;
    font: normal normal bold 16px/44px Open Sans;
    color: white
}

.page-template-briefcase .contact-col-form {
    display: grid;
    grid-template-columns: auto;
    align-items: center
}

@media (min-width: 768px) {
    .page-template-briefcase .contact-col-form {
        padding-left: 70px;
        grid-template-columns: 33% auto
    }
}

form.ajax-form .error, form.ajax-form .errors {
    color: red
}

form.ajax-form .error {
    width: 100%;
    padding: 0 20px
}

form.ajax-form .successText {
    display: none
}

.success-message, .contact-form {
    position: relative;
    padding: 40px 20px
}

.success-message {
    text-align: center
}

.contact-form {
    background-color: #e9e8e6
}

.contact-form .form-control {
    height: 55px;
    margin-bottom: 32px;
    border-radius: 25px;
    padding-left: 32px
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid white;
    border-radius: 28px;
    height: 55px
}

.send-briefcase-page {
    background-color: #e9e8e6
}

.send-briefcase-page .formtype span {
    color: #74737e;
    padding: 0;
    height: 31px;
    line-height: 31px;
    font: normal normal bold 17px / 23px Open Sans
}

.send-briefcase-page .formtype input[type="radio"] {
    margin: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    height: 31px;
    width: 31px;
    padding: 6px;
    background-clip: content-box;
    border: 1px solid #bbbbbb;
    border-radius: 50%
}

.send-briefcase-page input[type="radio"]:checked {
    background-color: #13c7bc
}

/*#mainNavigation > li:nth-child(2) > a, */#mainNavigation > li:nth-child(2) > ul > li:nth-child(1) > a {
    color: Turquoise
}

.navbar-custom .navbar-header a.briefcase {
    position: relative;
    float: right;
    margin-top: 35px;
    margin-right: 20px;
    width: 41px;
    height: 41px;
    background-color: black;
    border-radius: 50%;
    border: none;
    padding: 6px 8px
}

@media (min-width: 768px) {
    .navbar-custom .navbar-header a.briefcase {
        display: none
    }
}

.navbar-custom .navbar-header .mobile_nav_toggle {
    margin-top: 25px
}

.navbar-custom .navbar-mini-nav {
    padding-top: 5px;
    height: 44px !important;
    vertical-align: middle
}

.navbar-custom .navbar-mini-nav .mini-nav > li > a {
    font-size: 15px !important
}

.navbar-custom .navbar-mini-nav .mini-nav .hebrew-link {
    color: Turquoise
}

.navbar-custom .navbar-mini-nav .mini-nav .hebrew-link img {
    margin-right: 5px
}

.navbar-custom .navbar-mini-nav .mini-nav .briefcase {
    color: #eebf00
}

.navbar-custom .navbar-mini-nav .mini-nav .briefcase:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../icons/briefcase-yellow.svg);
    background-repeat: no-repeat;
    height: 24px;
    width: 26px;
    margin-right: 5px
}

.navbar-custom .navbar-mini-nav .mini-nav .briefcase-counter {
    font-size: 10px;
    font-weight: 700;
    color: #fd2e2e;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: -12px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%
}