.ec-small-text{
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
}
.ec-row{
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-flow: nowrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	width:100%;
	margin-bottom: 100px;
}
@media (max-width: 830px){
	.ec-row{
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-flow: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
}
.ec-column{
	/*flex: 1;*/
	/*-webkit-flex: 1; */
	width: 48%;
	/*height:200px;*/
	max-width: 420px;
	padding: 25px 30px;
	position:relative;
}
@media (max-width: 830px){
	.ec-column{
		width: 96%;
		max-width: 420px;
		padding: 25px 30px;
		margin-bottom: 30px;
		margin: 0 auto;
	}
}
@media (max-width: 767px){
	.ec-column{
		padding: 25px 20px;
	}
	.ec-column.ec-options{
		margin-top: 80px;
	}
}
.ec-column.ec-options{
	border: 1px solid #10499E;
}
.ec-column.ec-results{
	border: 1px solid #DD1E33;
}

.ec-column .ec-title{
	font-size: 20px;
	font-weight:700;
	line-height: 24px;
	text-align: center;
}
.ec-column.ec-options .ec-title{
	color: #10499E;
}
.ec-column.ec-results .ec-title{
	color: #DD1E33;
}
/* Options */
.ec-column .options-container{
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-flow: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	width:100%;
	max-width: 360px;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}
.ec-column .options-container .your-selections-copy{
	font-size: 10px;
	line-height: 12px;
	padding: 15px 0;
	text-align: center;
}
.ec-column .option-container{
	/*width:100%;*/
	width: 100px;
	text-align: center;
	margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	padding-top: 30px;
}

.ec-column .option-container .option{
	color: #10499E;
}
.ec-column .option-container:nth-child(3n+3){
	margin-right:0;
}
.ec-column .options-container .your-selections-options{
	width:100%;
}
.ec-column .options-container .your-selections-options .your-selections-title{
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	color: #4F4F4F;
	display:inline-block;
	margin:0;
}
.ec-column .options-container .your-selections-options .your-selections-name{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #10499E;
	display:inline-block;
	margin:0;
    text-transform: uppercase;
}
.ec-column .options-container .your-selections-options .your-selections-button{
	padding: 17px;
	border: 1px solid #10499E;
	color: #10499E;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	border-radius: 3px;
	max-width: 100px;
	float:right;
	text-align: center;
	cursor:pointer;
	margin-bottom: 25px;
	width:100%;
}
.ec-column .options-container .your-selections-options .your-selections-button.active,
.ec-column .options-container .your-selections-options .your-selections-button:hover{
	color:#ffffff;
	background-color: #10499E;
}
hr.options-hr{
	position:absolute;
	/*bottom: -20px;*/
	bottom:70px;
	width: calc(100% - 60px);
	margin: 0 auto;
	border-top: 0;
	border-bottom: 1px solid #979797;
}
.ec-options .reset-button{
	width: 100px;
	padding: 17px 0;
	background-color: #DD1E33;
	border: 1px solid #DD1E33;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 10px;
	right: 30px;
	cursor:pointer;
}
.ec-options .reset-button.active,
.ec-options .reset-button:hover{
	color:#DD1E33;
	background-color:#ffffff;
}
@media (max-width: 1220px){
	.ec-column .option-container:nth-child(3n+3){
		margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	}
	.ec-column .option-container:nth-child(2n+2){
		/*margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);*/
		margin-right:0;
	}
	.ec-column .options-container{
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	.ec-column .option-container:last-child:nth-child(odd) {
	    margin-right: calc((((100% - 71.428571428572%) / 2 ) / 2) + 100px);
	}
}
@media (max-width: 830px){
	.ec-column .options-container{
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
	}
	.ec-column .option-container:last-child:nth-child(odd) {
	    margin-right: 0;
	}
	.ec-column .option-container:nth-child(2n+2){
		margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	}
	.ec-column .option-container:nth-child(3n+3){
		margin-right:0;
	}
}
@media (max-width: 440px){
	.ec-column .option-container:nth-child(3n+3){
		margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	}
	.ec-column .option-container:nth-child(2n+2){
		/*margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);*/
		margin-right:0;
	}
	.ec-column .options-container{
		justify-content: center;
		-webkit-justify-content: center;
	}
	.ec-column .option-container:last-child:nth-child(odd) {
	    margin-right: calc((((100% - 71.428571428572%) / 2 ) / 2) + 100px);
	}
}
.ec-column .option-container .btn{
	width:100px;
	height:50px;
	padding: 0 5px;
	max-height:50px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: center;
	flex-direction:column;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	border: 1px solid #10499E;
	margin-top: 8px;
	font-size: 12px;
}
.ec-column .option-container .btn.active,
.ec-column .option-container .btn:hover{
	background-color: #10499E;
	color: #ffffff;
}
.ec-column .selection-option .selector.previous-step{
	cursor:pointer;
}
.ec-column.ec-options hr{
	margin-top: 24px;
}
.ec-column.ec-options{
	padding-bottom: 100px;
	/*margin-bottom: 80px;*/
}
.ec-column .breadcrumbs{
	font-size: 12px;
	line-height: 15px;
	color: #10499E;
	position:absolute;
	bottom: 25px;
}
.ec-options .back-button-container{
	position:absolute;
	bottom: 15px;
}
.ec-options .back-button-container .backButton{
	cursor:pointer;
	font-size:12px;
	line-height:14px;
	font-weight:700;
	color: #9B9B9B;
}
.ec-options .back-button-container .backButton:hover{
	text-decoration: underline;
}
.ec-column .breadcrumbs .builder-breadcrumbs{
	font-size: 12px;
	line-height: 15px;
	color: #10499E;
}
/* Options that turned into results */
.your-selection-intro{
	font-size: 10px;
	line-height: 12px;
}
/* Results */
.ec-column .results-container{
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-flow: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	width:100%;
	max-width: 360px;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}
.ec-column .result-container{
	/*width:100%;*/
	width: 100px;
	text-align: center;
	margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	padding-top: 30px;
}
.ec-column .result-container .result{
	color: #DD1E33;
	cursor:default;
}
.ec-column .result-container:nth-child(3n+3){
	margin-right:0;
}
.ec-column .results-container .map{
	margin-top: 15px;
	width: 100%;
}
.ec-column .results-container .map .map-image{
	width: 65%;
	margin-right: 5%;
	display:inline-block;
}
.ec-column .results-container .map .map-legend{
	width: 30%;
	/*display:inline-block;*/
	float:right;
	margin-top: 15px;
}
.ec-column .results-container .map .map-legend .color-leg{
	height: 20px;
	width: 20px;
	border-radius: 3px;
	margin-right: 5px;
	display:inline-block;
}
.ec-column .results-container .map .map-legend .zone1,
.ec-column .results-container .map .map-legend .zone2,
.ec-column .results-container .map .map-legend .zone3{
	margin-bottom: 5px;
}
.ec-column .results-container .map .map-legend .zone3 .color-leg{background-color:#B6D3ED;}
.ec-column .results-container .map .map-legend .zone2 .color-leg{background-color:#5EBB5C;}
.ec-column .results-container .map .map-legend .zone1 .color-leg{background-color:#CBDA3E;}
.ec-column .results-container .map .map-legend p{
	font-size: 12px;
	line-height: 15px;
	color: #4F4F4F;
	position:relative;
	top: -5px;
	display:inline-block;
}

@media (max-width: 1220px){
	.ec-column .result-container:nth-child(3n+3){
		margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	}
	.ec-column .result-container:nth-child(2n+2){
		/*margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);*/
		margin-right:0;
	}
	.ec-column .results-container{
		justify-content: center;
		-webkit-justify-content: center;
	}
}
@media (max-width: 830px){
	.ec-column.ec-results{
	    margin-top: 80px;
	}
	.ec-column .results-container{
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
	}
	.ec-column .result-container:nth-child(2n+2){
		margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	}
	.ec-column .result-container:nth-child(3n+3){
		margin-right:0;
	}
}
@media (max-width: 440px){
	.ec-column .result-container:nth-child(3n+3){
		margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);
	}
	.ec-column .result-container:nth-child(2n+2){
		/*margin-right: calc(((100% - 71.428571428572%) / 2 ) / 2);*/
		margin-right:0;
	}
	.ec-column .results-container{
		justify-content: center;
		-webkit-justify-content: center;
	}
}

.ec-column .result-container .btn{
	width:100px;
	padding: 13.5px 0;
	border: 1px solid #DD1E33;
	margin-top: 8px;
}
/* Selection Options */
.ec-column .selection-option .option-number{
	width: 20px;
	padding: 0.5px 0;
	font-size: 12px;
	line-height: 15px;
	border: 2px solid #9B9B9B;
	text-align: center;
	display:inline-block;
	color: #9B9B9B;
}
.ec-column .selection-option{
	margin-top:25px;
	padding: 0 5px;
	display:flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-flow: nowrap;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.ec-column .selection-option.hidden{
	display:none;
}
.ec-column .selection-option .option-connector{
    width: calc((100% - 100px) / 4 );
    border-bottom: 1px solid #9B9B9B;
    position: relative;
    top: -28px;
}
.ec-column .selection-option .option-name:before{
	content: "";
	margin-left: -100%;
}
.ec-column .selection-option .option-name:after{
	content: "";
	margin-right: -100%;
}
.ec-column .selection-option .option-name{
	font-size: 9.6px;
	line-height: 12px;
	text-align: center;
	width:20px;
	margin-top: 5px;
}
.ec-column .selection-option a,
.ec-column .selection-option a:hover{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
.ec-column .selector .option-number{
	color: #9B9B9B;
	background-color: #ffffff;
}
.ec-column .selector.active-step .option-name{
	color: #10499E;
}
.ec-column .selector.active-step .option-number{
	background-color: #10499E;
	border-color: #10499E;
	color: #ffffff;
}
.ec-column .selector.previous-step .option-number{
	background-color: #9B9B9B;
	color: #ffffff;
}

.footer-left img {
  margin: 0 20px 20px 0;
}