/* Spacecraft pages only */
.fiveText {
    width: 80%;
    margin-bottom: 25px;
}

/* Spacecraft pages only */

#role-section .boxed h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 16px;

}

.grid .large.rowItem:nth-of-type(2):nth-last-of-type(1) {
    width: 55%;
}

.grid .small.rowItem:nth-of-type(1):nth-last-of-type(2) {
    width: 40%;
}

.roleSectionBoxed {
    /* line-height:30px !important; */
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    /* font-size:19px; */
    /* border: 1px solid #C1C1C1; */
    background: #f6f3f3;
    filter: drop-shadow(1px 1px 4px #B8B8B8);
    padding: 5px 5px 5px 5px;
}

/* Modal CSS */
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Full height */
    overflow: auto;
    /* 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 */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 65%;
    margin-top: 10%;
    padding-top: 0px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cboxLoadedContent{
    margin-bottom: 0px !important;
}

.sidebarnew .profile img {
    max-width: calc(100% - 60px);
    border-radius: 50%;
    margin: 15px auto;
    padding: 0 30px;
}

.fiveThingsContainer {
    display: flex;
}

.eroLongTitle {
    white-space: normal;
}

.eroQuickFactsDescription {
    vertical-align: middle;
}

.ccrsBoxed {
    border: 1px solid #C1C1C1;
    padding: 0 6% 5%;
    margin-bottom: 20px;
}

/* CCRS Toggle */

a.more-link, a.less-link {
    color: #777 !important;
}

button#viewPartnersBtn {
    background: none;
    border: none;
    font-size: 19px;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    color: #4A97E1;
    padding: 0px;
    margin: 0px;
    cursor:pointer;
}

#partnersMapText {
    font-size: 1.0625em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #partnersMapText {
        text-align:left;
    }

    select#projectInput {
        width:100% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #partnersMapText {
        text-align:left;
    }

    /* p br {
        display:none;
    } */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #partnersMapText {
        text-align:left;
    }

    /* p br {
        display:none;
    } */
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #partnersMapText {
        text-align:center;
    }
}
/* use for new facts table/div */
.factsTable.table {
    display:table;
    width: 90%;
}
.factsTable .header {
    display:table-header-group;
    font-weight:bold;
}
.factsTable .row {
    display:table-row;
}
.factsTable .rowGroup {
    display:table-row-group;
}
.factsTable .cell {
    display:table-cell;
}
.factsTable .cell:first-child {
    min-width: 130px;
    padding-right: 25px;
    padding-top: 3%;
    word-wrap: break-word;
    white-space: inherit;
}