.opengroup{
    height:auto !important;
}
.content-wrapper{
  margin-bottom:80px;
}

.set:last-child .content-wrapper:last-child{
  margin-bottom:0px;
}

#sets .overlay{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;

}

#sets .alias{
  padding-left:8px;
  padding-right:8px;
}


.overlay-orange{
  background-color: rgb(11 85 124 / 25%);
}


.content-display{
    background-color: #F8F8F8;
    border-top: 1px solid #4b85b7;
    border-bottom: 1px solid #4b85b7;
    padding:30px 50px 40px 50px;
    margin-top: 40px;
}

@media(min-width:768px){
  .content-display{
    margin-top: 40px;
  }
}

.arrow-up {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 4;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: -10px;
    bottom: -50px;
    right: 0;
}
.arrow-inner{
    width: 20px;
    height: 20px;
    border-left: 1px solid #4b85b7;
    border-top: 1px solid #4b85b7;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 3;
}

#sets .content-wrapper .close-icon {
    float: right;
    font-size: 2.25rem;
    position: relative;
    top: -20px;
    left: 30px;
    cursor: pointer;
}

#cross {
  background: red;
  height: 100px;
  position: relative;
  width: 20px;
}
#cross:after {
  background: red;
  content: "";
  height: 20px;
  left: -40px;
  position: absolute;
  top: 40px;
  width: 100px;
}

.moreinfo{
  display:block;
  position:relative;
}
.moreinfo:hover {
  cursor: pointer;
}

.moreinfo .img-wrapper {
  width: 100%;
  height:0;
  padding-bottom:100%;
  overflow:hidden;
  background-size:cover;
  background-position:center;
}


.moreinfo .img-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.moreinfo .img-title h4 {
  color:#fff;
  padding: 10px;
}
.moreinfo .img-title:after{
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, rgba(255,255,255, 0) 100% );
  z-index: -1;
}

.moreinfo:hover .img-title:after{
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0.2) 100% );
}


.set>.container{
    margin-bottom: 16px;
}


.set:last-child>.container:nth-last-child(2){
    margin-bottom: 80px;
}

.set:last-child>.content-wrapper:last-child{
    margin-top: -40px;
}


.set .content-display p {
   margin-bottom: 15px;
   font-size: 18px;
}
.set .content-display p.subheading {
  font-size: 25px;
  font-weight: 600;
  padding-bottom:10px;
  color: #1ba0e7;
}
.set .content-display .content-intro {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    padding-top:20px;
    font-style: italic;
}

.set .hr{
  margin:40px 0;
}

.set .content-display .advisertitle {
    color: #5C5C5C;
    font-size: 2rem;
    line-height: 1.5625;
    font-weight: 400;
    margin-top: 0;
    display: block;
    text-shadow: none;
}

.set .content-display li{
  font-size: 18px;
  font-weight:lighter;
}

.set .call-to-action{
  text-align:center;
  padding-bottom: 20px;
}

#main .call-to-action .btn.btn-more{
  font-weight:bolder;
}
#main .call-to-action .btn.btn-more:hover{
  color:#222;
}

@media(max-width:767px){
  .content-display{
    padding:20px 15px;
  }
  #sets .content-wrapper .close-icon {
      float: right;
      font-size: 2.25rem;
      position: relative;
      top: -10px;
      left: 0px;
      cursor: pointer;
  }
  
}

@media(min-width:768px){
  .opencontent .row .col-sm-6:first-child p{
    padding-right: 40px;
  }
}
