@charset "utf-8";
/* CSS Document */
  .content-block.grey{
    width: 100%;
    padding: 0px;
    z-index: -2;
  }
  .x-tile-outer{
    position: relative;
    display: inline-block;
	max-width: 100%;

  }
  .case-study-tile-outer{
    padding-left: 90px;
    padding-top: 60px;
  }
  .tile-inner {
    height: 350px;
    width: 350px;
    margin-top: 50px;
    display: block;
    clear: none;
    margin-bottom: -80px;
    z-index: 2;
    position: relative;
    max-width: 100%;
}
  .case-study-icon{
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: visible;
     background-size: contain;
  }
  .large-image{
    z-index: 1;
    clear: both;
    /*height: 1500px;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
  }

  #our-process{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
  }

  .content-block.blue .tile-inner{
    display: inline-block;
    margin: 20px 20px;

  }
  .csld-wrapper{
    max-width: 1000px;
    float: right;
    padding-top: 90px;
    padding-right: 90px;
  }
  .csld-wrapper p{
	font-size: 1.2rem;
  }
  .content-block.bottom-content-block{
    text-align: center;
  }
  .text-block-center .title{
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .text-block-center .title-desc{
    padding-bottom: 20px;
  }
  .content-block.bottom-content-block{
    padding: 0px;
  }
  .content-block.bottom-content-block .outline-skyline{
    overflow: hidden;
  }
  .content-block.bottom-content-block .btn.request.launch-form{
    margin-bottom: 50px;
  }
  .csld-wrapper strong{
    color: #41396E;
  }
  @media screen and (max-width: 768px){
    .content-block.grey{
      text-align: center;
    }
    .csld-wrapper{
      padding: 20px;
      margin: 0;
      float: none;
      display: inline-block;
    }
    .case-study-tile-outer{
      padding: 0;
      display: inline-block;
    }
    .large-image{
      /*height: 600px;*/
      width: 100%;
    }
    .content-block.bottom-content-block .outline-skyline{
      display: inline-block;
    }
	.content-block.blue .tile-inner{
		margin-left: 0;
		margin-right: 0;
  	}
  }
  @media screen and (max-width: 375px){
    .case-study-tile-outer{
      max-width: 100%
    }
    .case-study-tile-outer .tile-inner{
      width: 90%;
      display: inline-block;
    }
    .x-tile-outer{
      max-width: 100%;
    }
    .content-block.blue .tile-inner{
      max-width: 90%;
    }
    .title-desc{
      padding: 0 10px;
    }
    .large-image{
      background-position: center;
    }
  }