.flex-samples {
  border: 2px solid black;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.flex-samples > div:last-child {
  border-top: 2px solid black;
}
.flex-row-small {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
.flex-row-small > div:first-child {
  border-left: none;
}
.flex-sample {
  min-width: 100px;
  border-left: 2px solid black;
  flex-grow: 1;
  box-sizing: border-box;
  position: relative;
}

.flex-sample a {
  display: block;
  cursor: pointer;
}

.flex-sample a img {
  width: 100%;
  height: auto;
  max-width: inherit;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  position: relative;
  z-index: 10;
}
.flex-sample a .text {
  opacity: 0;
  position: absolute;
  padding: 3%;
  background-color: #ffffff;
  display: block;
  width: 84%;
  left: 9%;
  bottom: 6%;
  color: #000000;
  box-shadow: 0 0 6px #000000;
  z-index: 15;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.flex-sample a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('/modules/custom/temp_content/assets/images/bg-play-blue.png');
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  opacity: 1;
  z-index: 20;
}
.flex-sample a:hover .text {
  opacity: 1;
}
.flex-sample a:hover:before {
  display: block;
}
.flex-sample a:hover img {
  opacity: 0.5;
}


.back-top .row {
  margin-left: 0;
  margin-right: 0;
}

.back-top .columns {
  padding: 2em 0;
}

.back-top .back-to-top {
  cursor: pointer;
  font-size: .875em;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.back-top .back-to-top::after {
  background-image: url('/modules/custom/temp_content/assets/images/top-arrow.png');
  content: '';
  height: 17px;
  margin-left: 13px;
  position: absolute;
  top: 1.5px;
  width: 18px;
}


.share-menu {
  padding-bottom: 48.5px;
  padding-top: 48.5px;
  text-align: center;
}

.share-menu ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.share-menu ul li {
  display: inline;
  padding-left: 80px;
}

.share-menu ul li:first-of-type {
  padding-left: 0;
}

.share-menu ul li a {
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  line-height: 28px;
}

.share-menu .facebook {
  background-image: url('/modules/custom/temp_content/assets/images/facebook.png');
  height: 27px;
  width: 13px;
}

.share-menu .youtube {
  background-image: url('/modules/custom/temp_content/assets/images/youtube.png');
  height: 26px;
  width: 35px;
}

.share-menu .instagram {
  background-image: url('/modules/custom/temp_content/assets/images/instagram.png');
  height: 27px;
  width: 27px;
}

.copyright {
  text-align: left;
}

.copyright p {
  margin-bottom: 0;
  margin-top: 2.125em;
}


@media print, screen and (min-width: 64em) {

  .flex-samples {
    flex-direction: row;
  }
  .flex-samples > div:last-child {
    border-left: 2px solid black;
    border-top: none;
  }
  .home-hero input[type="text"] {
    height: 3.75em;
    line-height: 3.75em;
  }

  .home-hero input[type="submit"] {
    background-position: center 10px;
    background-size: 32px 32px;
    font-size: .625em;
    height: 6em;
    padding: 4em 1.3em 0;
    width: auto;
  }

  .copyright,
  .share-menu {
    text-align: right;
  }

  .share-menu ul li {
    padding-left: 40px;
  }

  .copyright p {
    margin-top: 1em;
  }
}

@media print, screen and (min-width: 90em) {
  .video {
    padding-left: 0;
    padding-right: 0;
  }

  .video h2 {
  font-size: 3.3em;
  }
}

body.path-frontpage #block-tmc-theme-content > .limit-line-length {
  max-width: none;
  padding: 0;
}

.section-sub-nav li a.create {
    background-color: black;
    color: white;
    border-radius: 0.6em;
    padding: 0.3em 0.5em;
    display: inline-block;
    font-size: 0.7em;
}
.section-sub-nav li a.create:hover {
 border: transparent;
 background-color: red;
}
