
.cid-sQ8N4LAe9Z .mbr-section-title strong {
    font-size-adjust: 0.5;
    font-size: 5.6rem;
    text-shadow: 2px 2px 5px black;
    color: white;
    -webkit-text-stroke: 1px darkslategray;
    -webkit-text-fill-color: inherit;
}

.SubmitIdeaBtn {
    background-color: #095321 !important;
}

.btn .imind-idea-5 {
    order: 0;
    margin-left: 0;
    margin-right: 0.5rem;
}

/******************* Smart SubGroup **********************************/
.cid-sQ94e3IIGA, .cid-sQ91iZ39MU {
    padding-top: 0;
    padding-bottom: 2rem;
}

.justify-content-center {
    text-align: center;
}

.cid-sQ94e3IIGA img, .cid-sQ94e3IIGA .item-img {
    height: 250px;
}

.cid-sQ94e3IIGA .item-content {
    top: 170px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    min-height: 10vh;
}

.cid-sQ94e3IIGA .item:hover .item-content {
    background-color: transparent;
}

.cid-sQ94e3IIGA .item {
    opacity: 0.9;
}
.cid-sQ94e3IIGA .item-wrapper:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.cid-sFHu2wLoQp {
    padding-top: 15px;
    padding-bottom: 25px;
}

.cid-sQ91iZ39MU {
    padding-top: 0;
}

.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    vertical-align: inherit;
}


.timeline-text-content .display-4 {
    font-size: 1.4rem;
}

.timeline-text-content .display-7, .timeline-text-content .display-7 a, .timeline-text-content .display-7 button {
    font-size: 1.2rem !important;
    color: #095321 !important;
}

.timeline-text-content .display-7 button {
    margin-left: -7px;
}

.timeline-text-content .display-7, .timeline-text-content .display-7 button span, .timeline-text-content .display-7 a span {
    padding-bottom: 20px;
    padding-left: 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-play-circle:before {
    content: "\f144";
}

.project-play {
    color: #fff;
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 4rem;
    user-select: none;
    cursor: pointer;
    opacity: .7;
    will-change: opacity;
    transition: opacity .3s ease;
    text-shadow: 0 0 5px black;
    z-index: 100;
}

.time-line-date-content:hover {
    cursor: pointer;
}
.time-line-date-content-txtonly:hover {
    cursor: default;
}

.time-line-date-content:hover .project-play{
    opacity:.95 !important;
}

.cid-sQ93vyROSC {
    padding-top: 3rem;
    padding-bottom: 3rem;
}



.mbr-arrow-up {
    z-index: 1000;
}



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
@media (min-width: 1025px) {
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 40px;
    width: 90%;
    border-radius: 5px;
    position: relative;
}
}

@media (max-width: 1024px) {
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 40px;
    width: 90%;
    border-radius: 5px;
    position: relative;
}
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 0;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.videoPlayer {
    width: 100%;
    height: 100% !important;
}

@media (min-width: 1025px) {
.modal-dialog, .modal-content {
    height: 50vh;
}
}

@media (max-width: 1024px) {
.modal-dialog, .modal-content {
    width: 90%;
}
}

.cid-sQ8N4LAe9Z .container {
	max-height: 25vh;
}