html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    background-color: #150D38;
    color: white;

}

#homepage-top {
   /* background-image: url("/assets/images/homepage-jumbo-img.svg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 10%;
    background-position-x: 50%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

#jumbotron {
    padding: 5% 5% 10% 35%;
    position: relative;

    @media only screen and (max-width: 900px) {
        padding: 20% 0% 20% 0%;
    }
}

#page-header {
    background-image: url("/assets/images/subpage-header-img.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 0% 0% 10% 0%;
    margin: 0;
}

#page-header-title {
    margin-top: 10%;
}

#subpage {
    background-color: white;
    color: #150D38 !important;
}

.navbar {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.navbar-nav {
    padding: 0;
    margin: 0;
}

.navbar>.container-fluid {
    padding: 0;
}

.pe-3 {
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.homepage-body .section-top>nav {
    @media only screen and (max-width: 600px) {
        background-color: white;
        padding: 0;
        margin: 0;
        transition: .3s;
    }
}

.homepage-body .navbar-brand img {
    background-color: white;
    padding: 30px;
    margin: 0;
    border-radius: 0px 0px 50px 0px !important;
}

.subpage-body .navbar-brand img {
    padding: 30px;
    margin: 0;
}

.nav-link {
    color: white !important;
    font-size: 28px;
    padding: 15px;
}

.nav-link:hover {
    background-color: #27BABA;
}

.navbar-toggler {
    background-color: #150D38;
    border-style: none;
    border-width: 1px;
    margin-right: 5%;
    border-radius: 0 10px 0 10px;
    border-color: #27BABA;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

#offcanvasDarkNavbar {
    background-color: #27BABA;
}

.white-btn-close-svg {
    width: 30px;
    height: 30px;
    opacity: 1;
}

.pe-3 {
    padding: 0;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: end;
}

.offcanvas-body {
    padding: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 10px solid #27BABA !important;
    opacity: 1;
}

a {
    text-decoration: none;
    color: #F05655;
    transition: .5s;
}

a:hover {
    color: #27BABA;
    transition: .5s;
}

a:after {
    color: #F05655;
}

section {
    margin-top: 14%;

    @media only screen and (min-width: 768px) {
        margin-top: 5%;
    }
}

p {
    font-size: 16px;
    font-weight: 300;
}

button {
    border-radius: 0;
    border-style: none;
    padding: 20px 50px 20px 50px;
    color: white;
    background-color: #27BABA;
    transition: .5s;
}

button:hover {
    background-color: #F05655;
    transition: .5s;
}

#subpage button:not(.btn-close):not(.page-link) {
    border-radius: 0;
    border-style: none;
    padding: 10px 40px 10px 40px;
    color: white;
    background-color: #150D38;
    transition: .5s;
}

#subpage button:not(.btn-close):not(.page-link):hover {
    background-color: #F05655;
    transition: .5s;
}

#border-box #cta-button {
    background-color: #F05655;
    padding: 20px 50px 20px 50px;
    transition: .5s;
}

#border-box #cta-button:hover {
    background-color: #27BABA;
}

.card img {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}

.card {
    border-style: none;
    margin: 15%;
}

#spacer {
    padding: 2%;
}

#short-spacer {
    padding-bottom: 60px;
}

#subpage {
    background-image: url("/assets/images/subpage-backgroundimage.svg");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 2%;
    background-size: 30%;
}

.subtitle-container {
    position: relative;
    z-index: 1;
}

.general-content img {
    max-width:100%;
    height: auto;

    @media only screen and (min-width: 768px) {
        float: left;
        margin: 2px 24px 12px 0
    }
}

.highlight-blocks {
    background-image: url("/assets/images/homepage-img-3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -100px;
    background-position-x: 730px;
    padding-bottom: 5%;

    @media only screen and (max-width: 1400px) {
        background-position-y: 50px;
        background-position-x: 500px;
    }

    @media only screen and (max-width: 991px) {
        background-position-x: -100px;
        background-position-y: -600px;
    }

    @media only screen and (max-width: 600px) {
        background-position-x: -300px;
        background-position-y: 20%;
    }
}

.highlight-blocks .col-lg .border-box {
    border-style: solid;
    border-color: #27BABA;
    border-width: 1px;
    padding: 0px 40px 40px 40px;
    margin: 5% 5% 0;
    margin-top: 114px;
    border-radius: 60px 0px 60px 0px;

    @media only screen and (max-width: 991px) {
        margin: 25% 5% 0;
    }
}

.highlight-blocks .col-lg:nth-child(even) .border-box {
    margin: 10% 10% 0;
    margin-top: 150px;
    border-radius: 0px 60px 0px 60px;

    @media only screen and (max-width: 991px) {
        margin: 25% 5% 0;
    }
}

.highlight-blocks .col-lg {
    flex: 0 0 50%;

    @media only screen and (max-width: 991px) {
        flex-basis: 100%;
    }
}

#border-box {
    border-style: solid;
    border-color: #27BABA;
    border-width: 1px;
    background-color: #150D38;
    color: white;
    padding: 50px;
    margin: 20px;
    border-radius: 60px 0px 60px 0px;
}

.howwedoitimage {
    position: relative;
    top: -60px;
    margin: 0;
    padding: 0;
}

.alternating-rows {
    margin-bottom: 5%;
}

.alternating-rows .alternating-row {
    padding-top: 60px;
    background-image: url(/assets/images/homepage-img-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 94%;
    background-position-x: 565px;

    @media only screen and (max-width: 800px) {
        background-position-x: 108px;
    }
}

.alternating-rows .alternating-row:nth-child(odd) {
    background-image: url(/assets/images/homepage-img-2.png);
    background-position-y: 20%;
    background-position-x: -600px;

    @media only screen and (max-width: 800px) {
        background-position-x: -300px;
    }
}

.alternating-rows .row {
    flex-direction: row;
}

.alternating-rows .alternating-row:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.alternating-rows .row .col {
    flex: 0 0 60%;

    @media only screen and (max-width: 991px) {
        flex-basis: 100%;
    }
}

.alternating-rows h5 {
    margin-bottom: 2.25rem;
}

.stylized-container {
    border-style: solid;
    border-width: 1px;
    border-radius: 50px 0px 50px 0px;
    border-color: #27BABA;
    padding: 10px;
    margin-bottom: 30px;
}

.stylized-image img {
    width: 100%;
    border-style: none;
    border-radius: 40px 0px 40px 0px;
    background-blend-mode: hard-light;
    background-color: #27BABA;
}

@media only screen and (min-width: 576px) {
    .two-column-section .stylized-container {
        margin-right: 30px;
    }
}

#bottom-page-image {
    background-image: url("/assets/images/bottom-page-image.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10%;
    margin: 0;
}

#progress-key {
    display: flex;
    align-content: center;
    align-items: center;

    >p {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.gradient-box {
    width: 50px;
    height: 50px;
    background: rgb(21, 13, 56);
    background: linear-gradient(90deg, rgba(21, 13, 56, 1) 0%, rgba(39, 186, 186, 1) 100%);
    margin-right: 10px;
    border: 1px solid rgba(233, 233, 233, 0.9);
}

.grey-box {
    width: 50px;
    height: 50px;
    background: #EDEDED;
    color: #717171;
    font-size: xx-large;
    text-align: center;
    margin-right: 10px;
    margin-left: 40px;
    border: 1px solid rgba(233, 233, 233, 0.9);
}

.phases ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0;

    >li {
        border-style: solid;
        border-color: #ADADAD;
        border-width: 1px;
        border-bottom: none;
        border-left: none;
        border-top: none;
        padding: 0 5% 0 5%;
        display: flex;
        text-align: center;
        align-items: center;

        @media only screen and (max-width: 600px) {
            font-size: 12px;
        }
    }
}

.phases li:last-child {
    border-style: none;
}

.progress-divider {
    border-top: 1px solid #D3D3D3 !important;
    margin-bottom: 50px;
    margin-top: 40px;
}

.progress {
    border-radius: 50px;
    position: relative;
}

.homepage-body .progress {
    background-color: #150d38;
    border: 1px solid rgba(233, 233, 233, 0.4);
}

.progress-bar-highlight {
    background: rgb(21, 13, 56);
    background: linear-gradient(90deg, rgba(21, 13, 56, 1) 0%, rgba(39, 186, 186, 1) 100%);
    margin: 10px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    height: 15px;
    top: -3px;
    /* animation: progressbar1 4s ease-in-out; */
}

.progress-bar-highlight div span {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #27BABA;
    float: right;
    margin-top: -6px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar-dotted {
    border: none;
    border-top: 8px dotted #bababa;
    color: #fff;
    height: 1px;
    width: 10%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.publications-section {
    background-color: #FAFAFA;
    color: #150D38 !important;
    padding-top: 5%;
    padding-bottom: 5%;
}

.publications-section .col-md {
    margin-bottom: 60px;

    @media only screen and (min-width: 768px) {
        flex: 0 0 50%;
    }

    @media only screen and (min-width: 1200px) {
        flex: 0 0 32%;
    }
}

.publications-section nav {
    margin-top: 0%;
    margin-bottom: 6%;

    @media only screen and (min-width: 768px) {
        margin-top: 2%;
        margin-bottom: 0%;
    }
}

.publications-section nav.carousel-nav-top {
    margin-top: 6%;
    margin-bottom: 14%;

    @media only screen and (min-width: 768px) {
        margin-top: 7%;
        margin-bottom: 7%;
    }
}

.pagination {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.pagination .page-link {
    border-style: none;
    background-color: transparent;
    color: #150D38;
    width: auto;
    height: inherit;
    text-indent: 0;
    opacity: 1;
    padding: 0.375rem 0.75rem;
}

.pagination .page-link.active {
    color: #F05655;
}

form {

    >ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;

        >li {
            width: 49%;
        }
    }
}

.form-control {
    border-style: solid;
    border-color: #27BABA !important;
    border-radius: 0;
    border-width: 2px;
    margin-bottom: 0.5rem
}

.form-label {
    display: none;
}

.team-members-rows .col-sm {
    flex-basis: 100%;
    margin-bottom: 60px;

    @media only screen and (min-width: 500px) {
            flex-basis: 50%;
    }

    @media only screen and (min-width: 768px) {
        flex-basis: 30%;
    }

    @media only screen and (min-width: 1200px) {
        flex-basis: 25%;
    }
}

.team-image {
    border-radius: 100%;
    border-style: solid;
    border-color: #27BABA;
    border-width: 1px;
    padding: 10px;
    margin: 20px;
    width: 250px;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

.modal-body {
    text-align: left;
    color: white;
    background-color: #150D38;
    background-image: url("/assets/images/modal-image.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    border-radius: 50px 0px 50px 0px;
}

.modal-body .btn-close {
    background-color: #27BABA;
    opacity: 1;
    text-align: end;
}

.modal-title {
    color: #27BABA;
}

.clearfix {
    >img {
        padding: 0px 20px 0px 0px;

        @media only screen and (max-width: 800px) {
            padding: 0px 20px 20px 0px;

        }
    }
}

#wavesbox {
    width: 100%;
    height: 100%;
    max-height: 900px;
    max-width: 1200px;
}

.waves {
    position: absolute;
    z-index: 0;
    left: -200px;
    top: 0;

    @media only screen and (max-width: 800px) {
        left: 0;
    }
}

#waves-section {
    padding: 0;
    margin: 0;
}

footer {
    padding: 100px 0px 100px 0px;
    color: white;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
    padding: 20px 0 0 0;
}

footer a {
    color: white;
}

footer img {
    padding-bottom: 50px;
}

.alert {
	background-color: #a93170;
	color: white;
	border-radius: none;
	font-size: 20px;
}