.program-explorer-page-container {
  background-color: #000;
  background-image: url('/media/umb/cpa/program-explorer/BGImage-01.png');
    background-attachment: fixed;
    background-size: cover;
    min-height: -o-calc(100vh - 450px); /* opera */
    min-height: -webkit-calc(100vh - 450px); /* google, safari */
    min-height: -moz-calc(100vh - 468px); /* firefox */

}
.program-explorer-page-container .breadcrumb,
.program-explorer-page-container .breadcrumb a,
.program-explorer-page-container .breadcrumb li {
  color: #fff;
}
.program-explorer-page-container .breadcrumb a:hover,
.program-explorer-page-container .breadcrumb a:focus {
  color: #ffcd00;
}
.program-explorer-page-container .hero-unit h1,
.program-explorer-page-container .hero-unit h1 a {
  color: #fff;
  border-bottom: none;
}
.program-explorer-page-container .hero-unit h1 a:hover,
.program-explorer-page-container .hero-unit h1 a:focus {
  color: #ffcd00;
}
a.program-explorer {
 width: 48.4999%;
 overflow: hidden;
 display: inline-block;
  margin-bottom: 3%;  
}
a.program-explorer.hiddenProgram {
  display:none;
}
.progexp-gutter-sizer {
  width: 3%;
}
.program-explorer-card {
  border: 3px solid #fff;
  background-color: rgba(255,255,255,.8);
  -webkit-transition: background-color .5s, border-color .5s; /* Safari */
  transition: background-color .5s, border-color .5s;
  padding: 2em 2.5em;
  width: 100%;
  
}
/*Hover styles*/
a.program-explorer:hover .program-explorer-card,
a.program-explorer:focus .program-explorer-card {
  background-color: rgba(2,144,179,.8);
  border-color: #fff;
}
a.program-explorer,
.program-explorer-card h4,
.program-explorer-card p,
.program-explorer-tags li {
  color: #000;
  -webkit-transition: color .5s; /* Safari */
    transition: color .5s;
}
a.program-explorer:hover,
a.program-explorer:hover h4,
a.program-explorer:hover p,
a.program-explorer:hover .program-explorer-tags li,
a.program-explorer:focus,
a.program-explorer:focus h4,
a.program-explorer:focus p,
a.program-explorer:focus .program-explorer-tags li  {
  color: #fff;
}

ul.program-explorer-tags {
  margin: 0;
  padding: 1.25rem 0;
}
.program-explorer-tags li {
  font-size: 0.7em;
  font-weight: bolder;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1em;
  margin-lefT: -1em;
  margin-bottom: -.4em !important;
  padding: 1em;
  line-height: 0;
  border-radius: 10px;
  -webkit-transition: background-color .5s, color .5s; /* Safari */
    transition: background-color .5s, color .5s;
}
a.program-explorer:not(:hover):not(:focus) .program-explorer-tags li.highlighted {
    color: #fff;
    background-color: #3A3A3A;
    displaY: inline-block;
}
.program-explorer-card h4 {
  margin-top: 0;
  font-size: 1.25em;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
}
a.program-explorer {
  color: #000;
  text-decoration: none;
}
ul.program-explorer-category-listing {
  list-style: none;
  margin-left: 0;
}
.program-explorer-category-listing a {
  text-decoration: none;
  background-color: rgba(201,201,201,1);
  color: #000;
  display: inline-block;
  padding: .5em 1em;
  border-radius: 1em;
  margin-bottom: .6em;
  width: 100%;
  -webkit-transition: background-color .5s, color .5s; /* Safari */
  transition: background-color .5s, color .5s;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}

.program-explorer-category-listing a::before {
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  margin-right: .5em;
  border-radius: .5em;
  position: relative;
  top: .15em;
  -webkit-transition: border .5s, background-color .5s; /* Safari */
  transition: border .5s, background-color .5s;
}
.program-explorer-category-listing a.active::before  {
  background-color: #000;
  -webkit-transition: background-color .1s; /* Safari */
  transition: background-color .1s;
}

.program-explorer-category-listing a.active {
  background-color: #fff;
}

.program-explorer-category-listing a:hover::before,
.program-explorer-category-listing a:focus::before {
  border: 1px solid #fff;
}
.program-explorer-category-listing a.active:hover::before,
.program-explorer-category-listing a.active:focus::before  {
  background-color: #fff;
}

.program-explorer-category-listing a:hover,
.program-explorer-category-listing a:focus {
  background-color: rgba(2,144,179,1);
  color: #fff;
}


.program-explorer-listing-container h4 {
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: 1em;
}
.program-explorer-listing-container ul {
  margin-bottom: 1.5em;
}
.program-explorer-url {
  color: #000;
  border: 3px solid #fff;
  border-top: 0;
  padding: .75em 2.5em;
  margin: 0;
  background-color: #fff;
  -webkit-transition: background-color .5s, border-color .5s, color .5s; /* Safari */
  transition: background-color .5s, border-color .5s, color .5s;
}
.program-explorer-url:before {
    border-right: 1em solid #000;
    border-top: 1em solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 3px;
    right: 3px;
    -webkit-transition: border .5s; /* Safari */
    transition: border .5s;
}
.program-explorer-url .progexp-url-itself {
  font-style: italic;
  font-weight: bolder;
}
a.program-explorer:hover .program-explorer-url,
a.program-explorer:focus .program-explorer-url {
  color: #007694;
  border-color: #fff;
  background-color: #fff;
}

a.program-explorer:hover .program-explorer-url:before,
a.program-explorer:focus .program-explorer-url:before {
  border-right: 1em solid #0290b3;
  border-top: 1em solid transparent;
}
.program-explorer-info-request {
  text-align: center;
  margin-bottom: 2.5rem;
}
.program-explorer-info-request a {
  display: inline-block;
  padding: 1em 1.25em;
  text-decoration: none;
  background-color: #007694;
  border-radius: 1em;
  color: #fff;
  width: 100%;
  -webkit-transition: background-color .5s, color .5s; /* Safari */
}
.program-explorer-info-request a:hover,
.program-explorer-info-request a:focus {
  background-color: #0290b3;
}

a.program-listing-container-mobiletoggle {
  display: none;
}

.prog-exp-no-match {
    background-color: rgba(255,255,255,.9);
    padding: 2em 2.5em;
    font-weight: 700;
    display: none;
}

input#programKeywords {
  border-radius: 1em;
  padding: .5em 1em;
}

#programKeywords {
  margin-bottom: 2em;
  border-radius: .5em;
  width: 100%;
}
#programKeywords::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3A3A3A;
}
#programKeywords::-moz-placeholder { /* Firefox 19+ */
  color: #3A3A3A;
}
#programKeywords:-ms-input-placeholder { /* IE 10+ */
  color: #3A3A3A;
}
#programKeywords:-moz-placeholder { /* Firefox 18- */
  color: #3A3A3A;
}

.program-explorer-info-form {
    background-color: rgba(255,255,255,.8);
    border: 3px solid #fff;
    padding: 3em;
}
.program-explorer-info-form iframe {
  margin: 0;
}

.program-explorer-info-form h2.program-explorer-info-form-title {
  color: #3A3A3A;
}

@media (min-width: 768px) {
  /*If someone hides filters in mobile, then resizes back to desktop, display filters regardless*/
  .program-explorer-listing-container {
    display: inline-block !important;
  }
}

/*Responsive stlyes*/
@media (max-width: 767px) {

  .program-explorer-category-group {
    display:inline-block;
    width: 100%;
  }

  .program-explorer-category-listing a {
    padding: 1em 1.25em;
    width: 100%;
  }

  a.program-listing-container-mobiletoggle {
    display: block;
    padding: 1em 1.25em;
    text-decoration: none;
    color: #000;
    background-color: rgba(201,201,201,1);
    border-radius: 1em;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 2em;
    font-weight: bold;
  }
  a.program-listing-container-mobiletoggle.filters-visible {
    background-color: #007694;
    color: #fff;
    -webkit-transition: color .5s, background-color .5s; /* Safari */
    transition: color .5s, background-color .5s;
  }
  a.program-listing-container-mobiletoggle .progexp-mobiletoggle-icon {
      background: none repeat scroll 0 0 rgba(230, 230, 230, 0.7);
      display: inline-block;
      float: right;
      height: 2px;
      margin-top: 12px;
      position: relative;
      text-align: left;
      width: 16px;
      background-color: #000;
      -webkit-transition: background-color .5s; /* Safari */
      transition: background-color .5s;
  }
  a.program-listing-container-mobiletoggle .progexp-mobiletoggle-icon:before {
      background: none repeat scroll 0 0 rgba(230, 230, 230, 0.8);
      content: "";
      height: 2px;
      position: absolute;
      top: -4px;
      width: 16px;
      background-color: #000;
      -webkit-transition: background-color .5s; /* Safari */
      transition: background-color .5s;
  }
  a.program-listing-container-mobiletoggle .progexp-mobiletoggle-icon:after {
      background: none repeat scroll 0 0 rgba(230, 230, 230, 0.9);
      content: "";
      height: 2px;
      position: absolute;
      top: -8px;
      width: 16px;
      background-color: #000;
      -webkit-transition: background-color .5s; /* Safari */
      transition: background-color .5s;
  }
  a.program-listing-container-mobiletoggle.filters-visible .progexp-mobiletoggle-icon,
  a.program-listing-container-mobiletoggle.filters-visible .progexp-mobiletoggle-icon:before,
  a.program-listing-container-mobiletoggle.filters-visible .progexp-mobiletoggle-icon:after
  {background-color: #fff;}

  .program-explorer-listing-container {
    display: none;
    margin-bottom: 2em;
  }

}

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

  .program-explorer-listing-container {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 2.5rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 2.5rem; /* Firefox */
    column-gap: 2.5rem;
  }
  
}

@media (max-width: 500px) {

  a.program-explorer {
    width: 100%;
  }
  .progexp-gutter-sizer {
    width: 0;
  }

  .program-explorer-info-request a {
    width: 100%;
  }
  .program-explorer-info-request {
    text-align: left;
  }

}
