  .thankyou-page {
    padding-top: 113px;
}

.thankyou-page .container {
    border-left: 1px solid #315473;
    border-right: 1px solid #315473;
}

.thankyou-page .text-container {
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.thankyou-page .title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.thankyou-page .desc {
    font-size: 16px;
    line-height: 21px;
}

.thankyou-page .btn-cta-block {
    width: 100%;
    margin-top: 0px;
    padding: 25px;
}

.thankyou-page .fullwidth-img {
    height: 290px;
}


/*blue block override*/

.info-block .info-col {
    margin: 0 0 60px!important;
}

.page-id-1885 .info-block.container.bg-dark {
    padding-top: 60px;
    padding-bottom: 0px;
}

.page-id-1885 .modules-holder .text-holder h3 {
    margin-bottom: 10px;
}

.page-id-1885 .modules-holder .text-holder h3 a {
    font-size: 24px;
    font-weight: 700;
    font-family: "TT Commons Regular", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #315473;
}

.page-id-1885 .modules-holder .text-holder p {
    font-size: 16px;
    line-height: 21px;
    color: #315473;
    margin-bottom: 10px;
}

.page-id-1885 .thankyou-page, .page-id-1885 .thankyou-page  .container, .page-id-1885 .thankyou-page  .container .row {
	position:relative;
}

.page-id-1885 .thankyou-page  .container .row .text-container{
	position: absolute;
}

.page-id-1885 .thankyou-page > .container {
    z-index: 2;
}

.page-id-1885 .thankyou-page > .fullwidth-img {
	z-index: 1;
}

@media (max-width:1155px) {
	.thankyou-page {
		padding-top: 60px;
	}
}

@media (min-width:768px) {
    .thankyou-page .title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 20px;
    }
    .thankyou-page .desc {
        max-width: 564px;
    }
    .thankyou-page .btn-cta-block {
        width: 356px;
    }
    .thankyou-page .fullwidth-img {
        height: auto;
    }
}