.projecttext {
    margin: 0 auto;
    max-width: 100%;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.projecttext .section {
    height: auto;
    display: block;
}

.projecttext .section--category h2 {
  line-height: 0.5em;
  margin-top: 1.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: bolder;
  font-size: 3.2rem;
}

.projecttext .section .section__label {
    margin: 0 auto;
    margin-bottom: 65px;
    padding-top: 13px;
    display: block;
    width: 100%;
    text-align: center;
    height: 29px;
    font-family: 'Patua One', cursive;
    font-size: 5rem;
    font-weight: bold;
    line-height: 34px;
    color: #302f2f;
    letter-spacing: 0em;
}

.projecttext .section .section__body {
    margin: 0 auto;
    display: block;
    width: 95%;
    max-width: 960px;
}

.projecttext .clear {
    clear: both;
    float: none;
}

.projecttext .btn_wrap {
    font-size: 14px;
    white-space: nowrap;
}

.projecttext .float-left {
    float: left;
}

.projecttext .float-right {
    float: right;
}

.projecttext a {
    text-decoration: none;
    color: white;
}

.projecttext a:link {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width:600px) {

    .projecttext .section .section__label {
        margin-bottom: 18px;
        padding-top: 0;
        color: #302f2f;
        font-size: 2.2rem;
    }

}

@media screen and (min-width:350px) and (max-width:599px) {

    .projecttext .section .section__label {
      margin-bottom: 4rem;
      font-size: 2.5rem;
    }

    .projecttext .section--category h2 {
      font-size: 2.2rem;
    }
}

.projecttext .section--authors {
    background-color: white;
}

.projecttext .section--authors p.text {
    margin: 0 auto;
    width: 95%;
    text-align: center;
    line-height: 22px;
}

.projecttext .section--authors .box_wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.projecttext .section--authors .box_wrap ul {
    margin: 0 auto;
    width: 100%;
    list-style-type: none;
    white-space: nowrap;
    margin-top: 30px;
}

.projecttext .section--authors .box_wrap ul li {
    margin: 0 12px;
    margin-right: 8px;
    display: inline-flex;
    width: 47%;
    vertical-align: top;
}

.projecttext .section--authors .box {
    margin: 5px 0 0 0;
    padding: 21px;
    height: auto;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #fdfdfd;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
    text-align: left;
    color: #302f2f;
    white-space: normal;
}

.projecttext .section--authors .box .dataset {
    height: auto;
    min-height: 204px;
    text-align: center;
}

.projecttext .section--authors .box .thumbnail-holder {
    margin: 0 0 12px 0;
    width: 100%;
    height: 260px;
    background: white no-repeat center center;
    background-size: contain;
    border: 1px solid whitesmoke;
    background-color: whitesmoke;
    cursor: auto;
}

.projecttext .section--authors .box .author-name {
    margin: 0;
    height: auto;
    min-height: 25px;
    font-family: 'Patua One', cursive;
    font-weight: normal;
    color: #302f2f;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0em;
}

.projecttext .section--authors .box .author-profile {
    margin: 18px 0 10px 0;
    width: 95%;
    min-height: 21rem;
    line-height: 22px;
}

.projecttext .section--authors .box .author-profile a {
    color: #145ab8;
}

.projecttext .section--authors .box .btn_wrap {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.projecttext .section--authors .box .btn_wrap .btn_learnmore {
    margin: 9px 0 12px 0;
    text-align: center;
    white-space: nowrap;
}

.projecttext .section--authors .box .btn_wrap .btn_learnmore .learnmore_button {
    margin: 0;
    padding: 13px 33px;
    width: auto;
    background-color: black;
    cursor: pointer;
    display: inline-block;
    color: white;
    font-size: 15px;
    font-weight: normal;
    display: table-cell;
    vertical-align: top;
}

.projecttext .section--authors .box .btn_wrap .btn_learnmore .learnmore_button:hover {
    background-color: blue;
}

/* START: tweaks for campaignx only */

.projecttext .section--authors {
    margin-bottom: 40px;
}

.projecttext .section--authors .iframe {
  min-height: 215px;
}

.projecttext .section--authors .box_wrap {
    max-width: 980px;
}

.projecttext .section--authors .box .thumbnail-holder:hover {
  border: 1px solid whitesmoke;
}

.projecttext .section--header p.text {
  max-width: 980px;
}

.explainer-text {
  margin-top: 5px;
  max-width: 412px;
 }

.explainer-text p {
  white-space: normal;
}

 /* END: tweaks for campaignx only */


@media screen and (min-width:900px) {

    .projecttext .section--authors .box {
        min-width: 304px;
        min-height: 485px;
    }

    .projecttext .section--authors .box .dataset {
        min-height: 217px;
    }

    .projecttext .section--authors ul.double .box .btn_wrap .btn_learnmore .learnmore_button {
        padding-left: 3rem;
        padding-right: 3rem;
    }

}

@media screen and (min-width:601px) and (max-width:980px) {

    .projecttext .section--authors .box .dataset {
        min-height: 15em;
    }

    .projecttext .section--authors .box_wrap ul {
        width: 100%;
        margin-left: 0;
    }

    .projecttext .section--authors .box_wrap ul li {
        margin: 0 1.2%;
        display: inline-block;
    }

    .projecttext .section--authors .box .author-name {
        font-size: 1.37em;
    }

    .projecttext .section--authors .box .thumbnail-holder {
      height: 17rem;
    }

}

@media screen and (min-width:855px) and (max-width:900px) {

    .projecttext .section--authors .box .dataset {
        min-height: 17em;
    }

    .projecttext .section--authors .box .author-name {
            font-size: 1.4em;
    }
}

@media screen and (min-width:761px) and (max-width:854px) {

    .projecttext .section--authors .box .author-name {
        font-size: 1em;
        line-height: 1em;
    }

    .projecttext .section--authors .box .thumbnail-holder {
      height: 15rem;
    }
}

@media screen and (min-width:707px) and (max-width:760px) {

    .projecttext .section--authors .box .dataset {
      min-height: 18em;
    }

    .projecttext .section--authors .box .author-name {
      font-size: 1em;
      line-height: 1em;
    }

    .projecttext .section--authors .box .author-profile {
      font-size: .74em;
    }

}

@media screen and (min-width:664px) and (max-width:706px) {

    .projecttext .section--authors .box .dataset {
        min-height: 19em;
    }

    .projecttext .section--authors .box .author-name {
        font-size: 1em;
        line-height: 1em;
    }

    .projecttext .section--authors .box .author-profile {
        font-size: .77em;
    }

}

@media screen and (min-width:600px) and (max-width:663px) {

    .projecttext .section--authors .box .dataset {
      min-height: 19em;
    }

    .projecttext .section--authors .box .author-name {
      font-size: 1em;
      line-height: 1em;
    }

    .projecttext .section--authors .box .author-profile {
      font-size: .78em;
      line-height: 1.3em;
    }

    .projecttext .section--authors .box .btn_wrap {
      width: 100%
    }

    .projecttext .section--authors .box .btn_wrap .btn_learnmore .learnmore_button {
      width: 90%;
      font-size: .85em;
    }

    .projecttext .section--authors .box .thumbnail-holder {
      height: 13rem;
    }

}


@media screen and (max-width:600px) {

    .projecttext .section--authors .box_wrap {
        margin: 0 auto;
        margin-top: 2em;
        padding: 0;
        width: 100%
    }

    .projecttext .section--authors .box_wrap ul {
        margin: 0;
        padding: 0;
    }

    .projecttext .section--authors .box_wrap ul li {
        margin-bottom: 25px;
        width: 100%;
        display: block;
    }

    .projecttext .section--authors .box {
        max-width: 93%;
        min-height: 400px;
    }

    .projecttext .section--authors .box .dataset {
        height: auto;
        min-height: 146px;
    }
}

@media screen and (min-width:350px) and (max-width:500px) {

    .projecttext .section--authors .box {
        max-width: 90%;
        min-height: 435px;
    }

    .projecttext .section--authors .box .dataset {
        min-height: 11em;
    }

    .projecttext .section--authors .box .author-profile {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:349px) {
    .projecttext .section--authors .box_wrap ul li {
        margin: 0;
    }
    .projecttext .section--authors .box {
        margin: 5px auto 23px auto;
        max-width: 92%;
    }

    .projecttext .section--authors .box .author-profile {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:603px) and (orientation:portrait) {

    .projecttext .section--authors .box_wrap ul {
        margin-left: 1.2vw;
    }
}


.projecttext .section--authors ul.double {
    margin-left: -5%;
}

.projecttext .section--authors ul.double li {
    margin: 0 10px;
    width: 49%;
}

.projecttext .section--authors ul.double .box {
    padding-left: 7%;
    padding-right: 7%;
}

.projecttext .section--authors ul.double .dataset {
    min-height: 11rem;
}

.projecttext .section--authors ul.double .box .btn_wrap .btn_learnmore .learnmore_button {
    padding-left: 4rem;
    padding-right: 4rem;
}


@media screen and (max-width:600px) {

    .projecttext .section--authors ul.double {
        margin-left: -0.8rem;
    }

    .projecttext .section--authors ul.double li {
        margin-bottom: 25px;
        width: 100%;
    }

    .projecttext .section--authors .box .dataset {
        min-height: 152px;
    }
}

@media screen and (max-width:500px) and (min-width:350px) {

    .projecttext .section--authors .box .dataset {
        min-height: 172px;
    }

    .projecttext .section--authors ul.double .box .btn_wrap .btn_learnmore .learnmore_button {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media screen and (max-width:349px) {

    .projecttext .section--authors ul.double .box .btn_wrap .btn_learnmore .learnmore_button {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
