h3.gold {
    font-size: 37px;
    background-color: #ffc627;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}
.dscsboxwrapper h3 {
    background-color: #000;
    color: #fff;
    display: inline;
    margin: 0px;
    -ms-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 2px 7px;
}
span.asugoldtxt {
    background-color: #ffc627;
}
/*body.page-node-17443 p {
    font-size: 18px;
    line-height: 1.5;
}*/
body.page-node-17443 h4 {
    margin-bottom:0px;
}
#content .section > .container .row.dscsbox {
	display:inline-flex;
	flex-direction: column;
}

#content .section > .container .col-sm-7 {
    padding-left: 0px;
}

.dscspic {
    padding: 0px;
    background-color: #ffc627;
}
.dscsbgimg {
    background-image: url(https://publicservice.asu.edu/sites/default/files/dscs2x.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}
.dscstxt {
    background-color: #ffc627;
}
.dscstxt {
    background-color: #ffc627;
    padding: 20px;
    padding-bottom: 0;
    //font-size: 18px;
}
.dscstxt ul {
    list-style-type: none;
    padding-left: 15px;
}
.dscstxt ul li {
    margin-bottom: 8px;
}
.dscstxt h3 a {
    color: white;
}
.download-box {
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin: 0px 0px 10px 0px;
    background-color: #eee;
    width: 100%;
    display: block;
    float: right;
}
/*.pane-bundle-hero h1 {
    padding: 8.5rem 0.9375rem 0.625rem 0.9375rem;
}*/
.col-sm-offset-2.col-sm-7.intro {
    margin-top: 15px;
    margin-bottom: 15px;
}
.dscsboxwrapper {
    display: block;
    float: right;
    width: 50%;
    margin: 20px 0px 15px 10px;
}

@media only screen and (max-width: 767px) {
  .download-box {
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin: 0px 0px 10px 20px;
    background-color: #eee;
    min-width: 100%;
    display: block;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .download-box {
      padding: 5px 15px;
      border: 1px solid #ddd;
      margin: 25px 0px 10px 20px;
      background-color: #eee;
      max-width: 380px;
      display: block;
      float: right;
  }
}
@media only screen and (max-width: 550px) {
    .dscsboxwrapper {
        width: 100%;
        margin: 20px 0px 15px 10px;
    }
}
@media only screen and (max-width: 767px) {
    #content .section > .container .row.dscsbox {
        display: inline-flex;
        flex-direction: column;
    }
}
@media only screen and (max-width:767px) {
    .dscsbgimg {
        display: block;
        width: 100%;
        height: 220px;
    }
}
@media (max-width:922px) and (min-width:767px) {
    .dscsbgimg {
        background-position: -75px center;
    }
}
@media only screen and (min-width:923px) {
    .dscsbgimg {
        background-position: -25px center;
    }
}
#page-footer {
    margin-top: 54px;
}

.dscspic img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.row.dscsbox {
    display: flex;
    flex-flow: column wrap;
    margin-right: 0px;
    margin-left: 0px;
}