/* ----- start Container Grid ----- */
/* career container */
.container-grid .child-link-container {
  max-width:100%;
  margin-bottom:0;
}

.container-grid .child-link-btn {
  width:100%;
  -webkit-transition: box-shadow 80ms ease-out, background 200ms ease-out;
  -moz-transition: box-shadow 80ms ease-out, background 200ms ease-out;
  -o-transition: box-shadow 80ms ease-out, background 200ms ease-out;
  transition: box-shadow 80ms ease-out, background 200ms ease-out;
  background:rgba(0, 45, 86, 1.0);
}

.container-grid .child-link-btn:hover {
  background: rgba(0, 50, 94, 1.0);
  box-shadow: inset -.5rem 0 0 0 #6593b6;
}

body.page-healthcare .container-grid .child-link-btn {
  background:rgba(175, 42, 51, 1.0);
}

body.page-healthcare .container-grid .child-link-btn:hover {
  background:rgb(175, 14, 25);
  box-shadow: inset -.5rem 0 0 0 #c2c9c6;
}

.container-grid .child-link-btn p {
 font-size:1.9rem;
  width:100%;
  background:none;
}

.container-grid .has-drawer .child-link-btn p {
  padding-right:4.0rem;
}
  
  .container-grid .child-link-btn:hover p {
  background:none;
  box-shadow:none;
}

.container-grid .has-drawer .child-link-btn::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 4.0rem;
  height: 1.2rem;
  width: 2.0rem;
  background-image: url('../img/bret/icon-arrow-down-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.container-grid .animated-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  height: 20%;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.container-grid .animated-overlay p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1.4rem;
  text-align: center;
  font: 2.4rem "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.0);
  -webkit-transition: color 0ms ease-in-out;
  -moz-transition: color 0ms ease-in-out;
  transition: color 0ms ease-in-out;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.container-grid a:hover .animated-overlay p {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.container-grid .animated-overlay .bg-animate {
  width: 200%;/* Changing this and the left & right values prevents the 1px gap on the right*/
  height: 0;
  -webkit-transition: all 500ms ease-in-out;/* Updated animation speed */
     -moz-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
  left: -50%;
  right: -50%;
  position: absolute;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.animation-container.square-aspect a {
  padding-top: 100%;
}

.container-grid.dark-blue .animated-overlay .bg-animate {
  background:rgba(0, 45, 86, .9);
}

body.page-healthcare .container-grid .animated-overlay .bg-animate {
  background:rgba(159,37,45,0.85);
}

.container-grid a:hover .animated-overlay .bg-animate {
  height:101%;/* Eliminates the 1px gap at the top */
  -webkit-transition: all 100ms ease-in-out;/* Updated animation speed */
     -moz-transition: all 100ms ease-in-out;
          transition: all 100ms ease-in-out;
}

.container-grid a:hover .animated-overlay .bg-animate h3 {
  opacity:0;
}

.container-grid .bg-animate h3 {
  color: white;
  font-size: 1.9rem;
  font-weight: normal;
  padding: 1rem;
  margin: 0 25%;
  opacity:1;
}

.container-grid .has-drawer .bg-animate h3 {
  padding-right:3rem;
}

.container-grid .has-drawer .bg-animate h3::after {
  content: "";
  position: absolute;
  right: 27%;
  top: 15px;
  height: 1.2rem;
  width: 2.0rem;
  background-image: url('../img/bret/icon-arrow-down-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.container-grid .animated-overlay p {
  font-family: "Trade Gothic W01 Light", "Oswald", sans-serif;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
}

.container-grid .animated-overlay p span {
  display: inline-block;
  font-family: "TradeGothicW01-BoldCn20 675334", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  text-transform: uppercase;
  height:auto;
  width:auto;
  padding: .3rem 0 0 0;
}

.container-grid .animation-container a .animated-overlay {
  height: 0;
}

.container-grid .animation-container a:hover .animated-overlay {
  height: 100%;
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}

/*Gallery and Search*/
.container-grid .standard-overlay {
  height:auto;
}

.small .container-grid .standard-overlay {
  display:none;
}

.medium .container-grid .standard-overlay,.medium .container-grid .standard-overlay {
  display:block;
}

.standard-container.video-aspect a {
  padding-top: 56.25%;
}

.container-grid .standard-overlay .bg-animate {
  display:block;
  background:rgba(0, 45, 86, 0.9);
}

.container-grid .standard-overlay .bg-animate p {
  color: white;
  font-family:"Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1rem;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.video-default img {/* poster img from youtube */
  position: absolute;
  height: auto;
  display: block;
  max-width: 150%;
  max-height: 150%;
}

a.video-custom::after, a.video-default::after {
  content: "";
  background-image: url('../img/bret/icon-play.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  padding: 56.25% 0 0 0;
  margin-top: -56.25%;
  opacity: 0.92;
  -webkit-filter: drop-shadow( 0px 2px 0px rgba(0,0,0,0.5) );
}

.gallery-component .tab-item {
  display: inline-block !important;
}

.gallery-component .section-folder .medium-8 {
  margin-left:auto;
  margin-right:auto;
}

.gallery-component .band.toolbar {
  height:13.1rem;
  margin-top:5rem
}

.gallery-component .row.is-toolbar {
  margin-top: 14.3rem;
}

.gallery-component .tab-header-title {
  text-transform:uppercase;
}

.gallery-component .container-grid, .gallery-component .podcast-list {
  margin-top:3.1rem;
}

#category-dropdown {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(50,50,50,0.1);
  cursor: pointer;
  font-family: "TradeGothicW01-BoldCn20 675334", sans-serif;
  text-transform: uppercase;
  font-size:1.6rem;
  font-weight:normal;
  line-height: 1;
    color: #002d56;
  margin-top: 0;
  outline: none;
  float: right;
  padding: 7px;
  position: absolute;
  left:1rem;
  top:-6.2rem;
  width: 29.0rem;
}

#category-dropdown:after {
  border-color: #002d56 transparent;
  content: "";
  height: .9rem;
  position: absolute;
  right: 1.5rem;
  top: 35%;
  width: 1.5rem;
  background-image: url("../img/bret/icon-arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#category-dropdown.active:after {
  background-image: url("../img/bret/icon-arrow-up-blue.svg");
}

  
#category-dropdown .dropdown {
  background: #c2c9c6;
  border: 1px solid rgba(0,0,0,0.17);
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-weight: normal;
  left: 0;
  list-style: none;
  margin: 0;
  padding-left:0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 140%;
  transition: all 0.2s ease-in;
  z-index: 9;
  display:none;/* this will be moved to a mobile media query */
}


#category-dropdown.active .dropdown {
  display:block;
}

  
#category-dropdown .dropdown:before {
  border-color: rgba(0,0,0,0.1) transparent;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  width: 0;
}

#category-dropdown .dropdown .initial {
  display: none;
}

#category-dropdown .dropdown li {
  color: #002d56;
  font-family: "Arial", "Helvetica", sans-serif;
  text-transform: none;
  font-size: 1.2rem;
  padding: .5em;
  cursor:pointer;
}

#category-dropdown .dropdown li:hover {
  background: #002d56;
  color: #fff;
}

#category-dropdown .dropdown:after {
  border-color: #c3c9c7 transparent;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  width: 0;
}

#category-dropdown .dropdown li a {
  border-bottom: none;
  box-shadow: none;
  color: inherit;
  display: block;
  padding: inherit;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 40.063em) {

#category-dropdown {
    left:auto;
    right:1.5rem;
    top:-6.2rem;
    width: 280px;
  }
  
  
}

@media only screen and (min-width: 67.5em) {/* 1080 custom behavior for career titles */
  .container-grid a:hover .animated-overlay .bg-animate h3 {
    opacity:1;
  }

}

/* start Podcast */
.row.podcast {
  background:#f2f4f3;
  margin:0;
  padding:3.1rem 0;
  border-bottom:solid 2px #c2c9c6;
}

.podcast-list audio {
  width:100%;
}

.podcast-list .podcast-title {
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.podcast .podcast-description {
  margin-top:1.2rem;
  margin-bottom:1.9rem;
}

.podcast p, .podcast p:last-child {
  margin-bottom:.5em;
}

.podcast p:first-child {
  margin-top:0;
  line-height:1.2;
}

@media only screen and (min-width: 40.063em) {
  .podcast-list audio {
    width:50%;
  }
  .row.podcast {
    background:#f2f4f3;
    margin:0;
    padding:3.1rem;
    border-bottom:solid 2px #c2c9c6;
  }
}

@media only screen and (min-width: 58.75em) {
  .podcast-list audio {
    width:75%;
  }

}

/* end Podcast */
/* end Gallery */
/* ----- end Container Grid ----- */