/**
 * @file
 * Visual styles for Startup Growth's views.
 */
.views-field-title a {
  margin: 0 0 5px;
  display: block;
}
.views-field-title a:hover {
  text-decoration: underline;
}
.white-region .view-mt-benefits .views-field-title a,
.light-gray-region .view-mt-benefits .views-field-title a {
  color: #3f3f3f;
}
.colored-region .views-field-title a {
  color: #ffffff;
  text-decoration: none;
}
.colored-region .views-field-title a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*Views row clear*/
@media (min-width:768px) {
  .views-row.col-sm-6:nth-child(2n+1),
  .views-row.col-sm-4:nth-child(3n+1),
  .views-row.col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width:992px) {
  .views-row.col-sm-6.col-md-4:nth-child(2n+1),
  .views-row.col-sm-6.col-md-3:nth-child(2n+1),
  .views-row.col-sm-4.col-md-2:nth-child(3n+1),
  .views-row.col-sm-4.col-md-3:nth-child(3n+1),
  .views-row.col-sm-4.col-md-6:nth-child(3n+1),
  .views-row.col-sm-3.col-md-6:nth-child(4n+1),
  .views-row.col-sm-3.col-md-4:nth-child(4n+1) {
    clear: none;
  }
  .views-row.col-md-6:nth-child(2n+1),
  .views-row.col-md-4:nth-child(3n+1),
  .views-row.col-md-3:nth-child(4n+1) {
    clear: both !important;
  }
}

/*clear grid floats*/
.view.row .view-content:before,
.view.row .view-content:after {
  display: table;
  content: " ";
}
.view.row .view-content:after {
  clear: both;
}

/* Custom CSS overrides */

.view-course-finder form {
  background-color: #f4f4f4;
  padding: 10px 20px;
}
.view-course-finder form .js-form-item {
  float: left;
  width: 50%;
  clear: left;
}
.view-course-finder form .js-form-item .shs-widget-container {
	width: 100%;
}
.view-course-finder form .form-actions {
	width: 50%;
    float: left;
    position: absolute;
    right: 0px;
}
.view-course-finder form select {
  max-width: 80%;
  margin-bottom: 10px;
}
.view-course-finder form .shs-widget-container .shs-widget-container:nth-child(3):before {
  content: 'Show me programs for';
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.view-course-finder form .shs-widget-container .shs-widget-container:nth-child(1):before {
  content: 'Show me programs for';
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.view-course-finder form .shs-widget-container .shs-widget-container:nth-child(2):before {
  content: 'Show me programs for';
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.view-course-finder form .shs-widget-container .shs-widget-container:nth-child(4):before {
  content: 'Show me programs for';
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.view-course-finder form .shs-widget-container .shs-widget-container:before {
  content: 'Show me programs for';
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
select #edit-field-parent-service-target-id-shs-0-1:before{
	  content: 'Show me programs for';
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.view-course-finder form .views-submit-button {
  position: absolute;
  right: 0;
  width: auto;
}
.view-course-finder form .views-reset-button {
  position: absolute;
  right: 180px;
  width: auto; 
}
.view-course-finder .view-empty {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .view-course-finder form .views-exposed-widget {
    float: none;
    width: auto;
    position: static;
  }
  .view-course-finder form .views-submit-button,
  .view-course-finder form .views-reset-button {
    float: left;
    clear: none;
  }
}