/* Hide the "Drop Course" button that appears for students who have self-enrolled. */
/* added 2/21/18 ddumonde */
/*.Dropdown__Toggle--cog {display:none;}*/

.header-branding .logo a {  
  background: url("https://instructure-gallery.s3.amazonaws.com/production/header_images/630ef46dba904fe085c11deb9d229983d3f992c8.png?1500565150") no-repeat scroll 0 0 transparent;
  width: 242px;
  height: 80px;
  bottom:0px;
  background-size: 6em;
}
#home-page .feature-region {
background-image: linear-gradient(to right, #685AA6, #f0f0f0 50%, #685AA6);
height: 40px;
}
#search-form.callout-region {
  background-color: #685AA6;
}

.product-account-image-wrapper{
max-width: 90%;
height: 60px;
}

div#feature-legend {
width: 410px;
margin: auto;
padding-top: 3px;
}
div#feature-legend a {
padding-left: 15px;
}
img.feature-legend-image {
height: 35px;
}

/*Add Tri-fold link*/
div#tri-fold {
position: absolute;
left: 68%;
top: 136px;
}

img.tri-fold-image {
height: 44px;
    padding-top: 8px;
}

.ProductEnrollment__Notice {
  color: #FF6402;
}

/* remove gradient bar added 8/1/17 ddumonde */

div#feature.feature-region {
    display:none;
}​

/* Hide the "Drop Course" button that appears for students who have self-enrolled. */
/* added 2/19/18 ddumonde */
.Dropdown__Toggle--cog {
font-size:200%;
}


/* Hide the "Enrollment closed. Please check back later." message for a specific course id 20052 */
/* added 6/19/18 ddumonde */
#product-page[data-course-id="20052"] .ProductEnrollment__Notice {
display:none;
}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38879177-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-38879177-1');
</script>