/*
 * Template Name: Success Stories
 */

#inner-page-wrapper{
	margin-bottom: 0;
}
#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

#ss-ip{}
.ss-container{
	width: 1304px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
}

.ss-section{}
.ss-imgs{}
.ss-imgs-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.ss-imgs-inner .ss-img{
	width: 50%;
}
.ss-imgs-label{
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.050em;
	color: #fff;
	background: #6d6c6e;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
}

.ss-infos{}
.ss-infos-inner{}
.ss-infos-inner.agent{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
}
.ss-infos-inner .ss-infos-desc{
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	line-height: 1.579;
}
.ss-infos-inner .ss-infos-desc.big-lh{
	line-height: 2.105;
}
.ss-infos-inner .ss-infos-desc h2{
	font-size: 48px;
	font-weight: 700;
	color: #0f3560;
	margin: 0.67em 0 0.3em;
}
.ss-infos-inner .ss-infos-desc ul{
	margin: 0 0 0;
}
.ss-infos-inner .ss-infos-desc li{
	position: relative;
	padding: 0 0 0 24px;
}
.ss-infos-inner .ss-infos-desc li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #c1ae7b;
    border-radius: 8px;
}
.ss-infos-inner .ss-infos-desc.big-lh li:before{
	top: 16px;
}
.ss-infos-inner .ss-infos-desc ul ul{
	margin: 0 0 0 -15px;
}
.ss-infos-inner .ss-infos-desc ul ul li{}
.ss-infos-inner .ss-infos-desc.big-lh ul ul li:before,
.ss-infos-inner .ss-infos-desc ul ul li:before{
	content: '\00bb';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    color: #c1ae7b;
    background: none;
    border-radius: 0px;
}
.ss-infos-hl{
	color: #0f3560;
	font-weight: 600;
	line-height: 1.263;
	margin: 55px 0;
}
.ss-infos-hl.nm{
	margin: 0 0 0;
}
.ss-infos-inner.agent{
	padding: 0 0 20px;
}
.ss-infos-inner.agent .ss-infos-desc{
	width: 61.426%;
	padding: 20px 0 0;
}
.ss-infos-inner.agent .ss-infos-photo{
	width: 38.574%;
    margin-top: max(-5.1875vw,-83px);
    position: relative;
    z-index: 3;
}

.ss-homeprep{
	background: #e8e8e8;
	padding: max(5.625vw,90px) 0;
	font-family: 'Work Sans', sans-serif;
}
.ss-homeprep-inner{}
.ss-homeprep-top{}
.ss-homeprep-top h2{
	font-size: 48px;
    font-weight: 700;
    color: #0f3560;
    text-transform: uppercase;
}
.ss-homeprep-top em{
	font-size: 19px;
	line-height: 1.578;
	color: #000;
}
.ss-homeprep-infos{
    font-size: 19px;
    font-weight: 400;
    color: #000;
    line-height: 1.579;
    margin: 48px 0 0;
}
.ss-homeprep-content{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.ss-homeprep-content .ss-homeprep-col {
    width: calc(50% - 15px);
    max-width: 600px;
}
.ss-homeprep-content .ss-homeprep-col h3{
	color: #0f3560;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.ss-homeprep-infos{
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	line-height: 1.579;
}
.ss-homeprep-infos .ss-homeprep-col ul{
	margin: 0 0 30px;
}
.ss-homeprep-infos .ss-homeprep-col li{
	position: relative;
	padding: 0 0 0 24px;
}
.ss-homeprep-infos .ss-homeprep-col li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #c1ae7b;
    border-radius: 8px;
}

.ss-bottom {
    background: #fff;
    padding: 48px 0;
}
.ss-bottom-inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	min-height: 210px;
}


.ss-bottom-inner .ss-bottom-content{
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #000;
	line-height: 1.579;
}
.ss-bottom-inner .ss-bottom-content a:hover{
	color: #bcaa6d;
}
.ss-bottom-inner .ss-bottom-content h3{
	font-size: 48px;
	font-weight: 700;
	color: #0f3560;
}

@media only screen and (min-width: 992px) {
	.ss-bottom-inner:before{
		content:'';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: calc(100% / 3);
		width: 1px;
		background: #0f3560;
	}
	.ss-bottom-inner:after{
		content:'';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: calc(100% / 3);
		width: 1px;
		background: #0f3560;
	}
	.ss-bottom-inner .ss-bottom-col{
		width: calc(100% / 3);
		display: flex;
	    flex-flow: row wrap;
	    align-items: center;
	    justify-content: center;
	}
	.ss-bottom-inner .ss-bottom-col:first-child {
	    justify-content: flex-start;
	}
	.ss-bottom-inner .ss-bottom-col:last-child {
	    justify-content: flex-end;
	}
}
@media only screen and (max-width: 1440px) {
    .ss-infos-inner .ss-infos-desc.big-lh {
        line-height: 1.779;
    }
}
@media only screen and (max-width: 1366px) {
    .ss-homeprep-top h2,
    .ss-infos-inner .ss-infos-desc h2{
    	font-size: 43px;
    }
    .ss-bottom-inner .ss-bottom-content,
    .ss-homeprep-infos,
    .ss-homeprep-top em,
    .ss-infos-inner .ss-infos-desc{
    	font-size: 17px;
    }
    .ss-infos-inner .ss-infos-desc.big-lh li:before {
	    top: 10px;
	}
}
@media only screen and (max-width: 1199px) {
	.ss-infos-inner .ss-infos-desc.big-lh {
	    line-height: 1.579;
	}
	.ss-imgs-label{
		font-size: 17px;
	}
}
@media only screen and (max-width: 991px) {
	.ss-infos-inner.agent {
	    flex-flow: column-reverse wrap;
	    align-items: center;
	    justify-content: center;
	}
	.ss-infos-inner.agent .ss-infos-photo {
	    width: 100%;
	    margin-top: 0;
	    padding: 30px 0 0;
	    max-width: 400px;
	}
	.ss-infos-inner.agent .ss-infos-desc {
	    width: 100%;
	}
	.ss-homeprep-top h2,
	.ss-infos-inner .ss-infos-desc h2 {
	    font-size: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.ss-homeprep-content {
	    display: block;
	}
	.ss-homeprep-content .ss-homeprep-col {
	    width: 100%;
	}
	.ss-bottom-inner{
		flex-flow: column wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}