.overlay-container .myportfolio-overlay {
    max-width: 375px;
    width: 100%;
    display: none;
}

.overlay-container.initialized .myportfolio-overlay {
    display: block;
}

.myportfolio-overlay header {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    line-height: 21px;
}

.myportfolio-overlay .overlay-content {
    padding: 60px 15px 15px;
}

.myportfolio-overlay.myportfolio-start .overlay-content {
    padding: 70px 45px 45px;
    text-align: center;
}

.myportfolio-overlay .input {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    color: #666666;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
}

.myportfolio-overlay .text {
    -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #B5B5B5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
}

.myportfolio-overlay .select {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #B5B5B5;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
}

.myportfolio-overlay .input input[type="text"],
.myportfolio-overlay .input input[type="number"],
.myportfolio-overlay .input input[type="email"],
.myportfolio-overlay .input input[type="date"],
.myportfolio-overlay .select select {
    display: block;
    width: 100%;
    height: 35px;
    font: inherit;
}

.myportfolio-overlay .select select {
    height: 100%;
}

.myportfolio-overlay input[type="radio"]+label,
.myportfolio-overlay input[type="checkbox"]+label {
    padding-left: 25px;
    font-weight: normal;
}

.myportfolio-overlay input[type="radio"]+label:after {
    width: 12px;
    height: 12px;
    font-size: 0px;
}

.myportfolio-overlay input[type="radio"]:checked+label:after {
    border: 4px solid #3A99FC;
    background-color: #FFF;
}

.myportfolio-overlay .button {
    display: inline-block;
    position: relative;
    padding: 11px 12px;
    padding-right: 35px;
    border: 1px solid #0C6467;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#188186), to(#0C6367));
    background: -moz-linear-gradient(top, #188186 0%, #0C6367 100%);
    background: linear-gradient(180deg, #188186 0%, #0C6367 100%);
    -webkit-box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    -moz-box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    line-height: 18px;
}

.myportfolio-overlay .button:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30px;
    background: url(img/icons/right-arrow.svg) no-repeat center / 20px auto;
}

.myportfolio-overlay .step-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.myportfolio-overlay .step-1 label {
    width: 100%;
    margin-bottom: 15px;
    color: #666666;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.myportfolio-overlay .step-1 .input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}

.myportfolio-overlay .step-1 .input input {
    height: 100%;
    font-family: Helvetica;
    font-size: 14px;
}

.myportfolio-overlay .step-1 .button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.myportfolio-overlay.myportfolio-existing-new .overlay-content {
    padding: 65px 20px 20px;
}

.myportfolio-overlay .step-2 {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 21px;
}

.myportfolio-overlay .step-2 .input {
    height: auto;
    margin-bottom: 5px;
}

.myportfolio-overlay .step-2 .button {
    margin-top: 10px;
}

.myportfolio-overlay .step-3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #666666;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 21px;
}

.myportfolio-overlay .step-3 li {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.myportfolio-overlay .step-3 .half {
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
}

.myportfolio-overlay .step-3 label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.myportfolio-overlay .step-3 .input+.input {
    margin-left: 10px;
}

.myportfolio-overlay .step-3 .plus-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    background-color: #569E30;
    cursor: pointer;
}

.myportfolio-overlay .step-3 .feedback {
    display: block;
    color: #008286;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 21px;
}

.myportfolio-overlay .done {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-family: Helvetica;
}

.myportfolio-overlay .done h2 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
}

.myportfolio-overlay .done .button {
    margin-top: 15px;
}



.overlay-container .map-overlay {
    max-width: 375px;
    width: 100%;
    display: none;
}


@media only screen and (min-width: 1300px)  {
   .overlay-container .map-overlay {
		max-width: 650px;
   }
}


.overlay-container.initialized .map-overlay {
    display: block;
}

.overlay header {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    line-height: 21px;
}

.map-overlay .overlay-content {
  
}

.map-overlay.map-start .overlay-content {
    padding: 70px 45px 45px;
    text-align: center;
}





