.submission-recieved #searchsubmit{
    padding:10px;
    max-width:100px;
}

.submission-recieved-wrapper{
    width:80%;
    float:left;
    margin:20px auto;
}

.submission-recieved-content{
    margin:163px auto 136px auto;
	text-align:left;
}

.submission-recieved-search .contactText{
    display:none !important;
}

.submission-recieved-content-section h1{
    margin-top:100px !important;
}

.thankstitle{
   font-family:"proximaNovaBold";
   font-size:15px;
   line-height:18px;
   letter-spacing:2.25px;
   color:#000;
   text-transform:uppercase;
}

.half{
  width:50%;
  float:left;
  display:block;
}

.half .titlez{
   font-family:"minionProRegSubHead";
   font-size:80px;
   line-height:90px;
   letter-spacing:normal;
   padding: 20px 0 67px 0;
    margin: auto;
}

.half p{
   font-family:"proximaNovaLight";
   font-size:20px;
   line-height:32px;
   letter-spacing:0.5px;
   color:#000;
   margin-bottom:136px;
}

/*case studies animation*/
.work-post{
    float:left;
    width:50%;
    max-height:500px;
    overflow:hidden;
    position: relative;
    clear: none;
}

.work-post img{
    width:100%;
    height: auto;
    vertical-align: middle;
}

section.latest-work-post{
    padding:0;
}

.culture-news-items, .latest-news{
    padding-bottom:0;
}

.top-post-title{
    position: absolute;
    right: 100px;
    bottom: 50px;
}

.top-post-title h4{
    color: #FFFFFF;
    font-family: "minionProRegSubHead", serif;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 36px;
    text-align: center;
}
.top-post-title h4::after {
    opacity:0;
}
.top-post-title h4.is-visible::after {
    content: "";
    background: url("../images/arrow-thin-right-white.svg") no-repeat;
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    right: -50px;
    top: 13px;
    opacity:0;
}
.top-post-title h4.is-visible::after {
    animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
    -webkit-animation: fade-in 1000ms ease forwards, slide-in-right 1000ms ease forwards;
    animation-delay: calc((5 * 70ms) + 300ms);
}

.top-post-title a{
    color: #fff;
}

 @media only screen and (max-width: 1367px) and (min-width: 1081px) {
   .half{width:55%;}
 }

 @media only screen and (max-width:1280px) and (min-width: 1025px) {
     .half{ width:60%; }
 }

 @media only screen and (max-width: 1024px) {
    .half{ width:70%; }
 }
  @media only screen and (max-width: 960px) {
     .half{width:100%;}
  }

 @media only screen and (max-width: 768px) {
   .thankstitle{font-size:11px;line-height:18px;letter-spacing:1.5px;}
   .half .titlez{font-size:28px;line-height:36px;letter-spacing:normal;max-width:200px; padding: 8px 0 25px 0; margin:0}
   .half{width:100%;}
   .half p{font-family:"proximaNovaRegular";font-size:14px;line-height:24px;letter-spacing:normal;margin-bottom:132px;}
   .submission-recieved-content{
    margin:62px 35px 132px 35px;
	}
 }