body .squeeze_template p h1,
body .squeeze_template p h2,
body .squeeze_template p h3,
body .squeeze_template p h4,
body .squeeze_template p h5,
body .squeeze_template p h6,
body .squeeze_template span h1,
body .squeeze_template span h2,
body .squeeze_template span h3,
body .squeeze_template span h4,
body .squeeze_template span h5,
body .squeeze_template span h6 {
    color: inherit !important;
}

/* @font-face {
    font-family: 'myriadprolight';
    src: url('../fonts/myriadpro-light-webfont.eot');
    src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#myriadprolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadWebProBold';
    src: url('../fonts/myriadpro2-webfont.eot');
    src: url('../fonts/myriadpro2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro2-webfont.woff') format('woff'), url('../fonts/myriadpro2-webfont.ttf') format('truetype'), url('../fonts/myriadpro2-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;
} */

#template_preview {
    top: 32px;
}

/* #eap-socialshare {
    display: none;
} */

#template_preview #first_step {
    position: relative!important;
}

#template_preview .onlyadrs .enter_address_row {
    width: 495px!important;
}

#template_preview #third_step {
    display: block!important;
    padding: 60px 0 100px;
}

#template_preview .container {
    max-width: 100%;
}

section#form {
  position: relative;
}

.squeeze_template {
    font-weight: 400;
    overflow-x: hidden;
    font-size: 15px;
}


.squeeze_template h1,
.squeeze_template h2,
.squeeze_template h3,
.squeeze_template h4,
.squeeze_template h5,
.squeeze_template h6 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.squeeze_template h2 {
    font-size: 45px;
}

.squeeze_template h3 {
    font-size: 41px;
}

.squeeze_template h4 {
    font-size: 38px;
}

.squeeze_template ul,
.squeeze_template li {
    margin: 0;
    padding: 0;
}

.squeeze_template textarea:active,
.squeeze_template textarea:focus,
.squeeze_template input:active,
.squeeze_template input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
}

.squeeze_template p {
    margin: 0;
}

.squeeze_template .squeeze_template .eap-sac-form-container.popup.sac-mode-global {
    display: none;
}

.squeeze_template .privacy a {
    color: inherit;
}

.squeeze_template .squeeze_step.step2 .template_preview .settings_box .upload_button.plus:after {
    position: static !important;
}

.squeeze_template .main_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
}

.squeeze_template .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.squeeze_template .header,
.squeeze_template #first_step,
.squeeze_template #second_step,
.squeeze_template #third_step {
    position: relative;
    z-index: 3;
}

.squeeze_template .squeeze_form {
    width: 100%;
    min-height: 100vh;
}


/*.squeeze_template .sf_form {
  width: 100%;
  min-height: 100%;
  position: absolute;
}*/

.squeeze_template .header_top {
    text-align: right;
    padding: 0 69px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}

.squeeze_template .header_logo {
    display: inline-block;
    width: 150px;
    margin-top: 20px;
    margin-left: 90px;
}

.squeeze_template .header_logo img {
    max-width: 100%;
}

.squeeze_template .f_wrapper {
    max-width: 950px;
    width: calc(100% - 100px);
    margin: 140px auto 50px;
}

.squeeze_template .f_wrapper h2 {
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    text-shadow: 0 1px 0 #333;
    font-size: 45px;
    text-align: center;
    color: #fff;
    padding: 0 1em;
}

.squeeze_template .f_wrapper .subtitle {
    color: #fff;
    font-size: 27px;
    text-shadow: 0 1px 0 #333;
    font-weight: normal !important;
    display: block;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
}

.squeeze_template .f_wrapper .fwrapp_row {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp {
    display: inline-block;
    width: 100%;
    position: relative;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    z-index: 2;
    background: url("../img/eapv_searchicon.png") no-repeat;
    background-size: 36px;
    background-position: 8px center;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp .address_inp {
    background: #e2eef2;
    background: -moz-linear-gradient(top, #e2eef2 4%, #ffffff 35%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #e2eef2), color-stop(35%, #fff));
    background: -webkit-linear-gradient(top, #e2eef2 4%, #fff 35%);
    background: -o-linear-gradient(top, #e2eef2 4%, #ffffff 35%);
    background: -ms-linear-gradient(top, #e2eef2 4%, #ffffff 35%);
    background: linear-gradient(to bottom, #e2eef2 4%, #fff 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eef2', endColorstr='#ffffff', GradientType=0);
    float: left;
    padding-left: 50px;
    margin-right: 10px;
    border-radius: 0;
    height: 60px;
    display: block;
    outline: none;
    font-size: 18px;
    border: none !important;
    width: calc(71% - 155px);
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp .address_inp::-webkit-input-placeholder {
    font-style: italic;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp .address_inp::-moz-placeholder {
    font-style: italic;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp .address_inp:-moz-placeholder {
    font-style: italic;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp .address_inp:-ms-input-placeholder {
    font-style: italic;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp .email_inp {
    border-radius: 0;
    height: 60px;
    display: block;
    float: left;
    width: 27%;
    max-width: 27%;
    outline: none;
    font-size: 18px;
    background-color: transparent;
    background: linear-gradient(to bottom, #e2eef2 4%, #fff 35%);
    padding-left: 20px;
}

.squeeze_template .f_wrapper .fwrapp_row .search_wrapp #searchaddress {
    overflow: hidden;
    width: 155px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    display: block;
    float: right;
    margin-right: -1px;
    background-color: #1e73be;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

.squeeze_template .f_wrapper .fwrapp_row .bottom_text {
    position: relative;
    color: #fff;
    padding: 12px 0 5px;
    text-align: center;
    clear: both;
    display: block;
    font-size: 16px;
}

.squeeze_template .errorborder {
    border: 1px solid red !important;
}

.squeeze_template .main_wrapper {
    max-width: 740px;
    width: 100%;
    margin: 60px auto 160px;
    background: #fff;
}

.squeeze_template .main_wrapper .main_top {
    border-bottom: 1px solid #ccc;
    background-color: #E6E7E8;
}

.squeeze_template .main_wrapper .main_top h2 {
    position: relative;
    width: 100%;
    padding: 17px;
    font: 500 32px/36px var(--eap-header-font);
    color: #444;
}

.squeeze_template .main_wrapper .main_top .currentaddress {
    padding: 5px 20px 15px;
    font: 300 18px/24px var(--eap-primary-font);
    text-shadow: 0 1px 0 #fff;
    display: block;
}

.squeeze_template .main_wrapper .main_row {
    display: inline-block;
    width: 100%;
    height: 313px;
    padding: 10px;
}

.squeeze_template .main_wrapper .main_row .main_col {
    float: left;
    width: 50%;
    height: 100%;
}

.squeeze_template .main_wrapper .main_row .main_col #first_form,
.squeeze_template .main_wrapper .main_row .main_col #second_form {
    padding-right: 15px;
}

.squeeze_template .main_wrapper .main_row .main_col .main_map {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.squeeze_template .main_wrapper .main_row .main_col .main_map #pano {
    width: 100%;
    height: 100%;
}

.squeeze_template .main_wrapper .main_row .main_col .full_width_inpt {
    width: 100%;
}

.squeeze_template .main_wrapper .main_row .main_col .half_width_inpt {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
}

.squeeze_template .main_wrapper .main_row .main_col .last {
    padding: 0;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row {
    display: inline-block;
    position: relative;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row .f_label {
    font: 12px/24px var(--eap-primary-font);
    color: #666;
    width: 100%;
    text-transform: uppercase;
    display: block;
    padding: 0 0 5px 0;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row .sellected {
    width: 100%;
    color: #000;
    height: 44px;
    padding: 0 6px 0 6px;
    border: 1px solid #d7d7d7 !important;
    float: left;
    position: relative;
    line-height: 44px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row .sellected:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/select-bg.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 10px;
    right: 5px;
    top: 50%;
    margin-top: -5px;
}


/*
.squeeze_template .main_wrapper .main_row .main_col .inpt_row .sellected:hover:before {
  display: none;
}
*/

.squeeze_template .main_wrapper .main_row .main_col .inpt_row .sellected_inpt {
    width: 100%;
    color: #000;
    height: 46px;
    padding: 0 6px 0 6px;
    border: 1px solid #d7d7d7 !important;
    border-radius: 4px;
    float: left;
    /*background: url(../images/select-bg.png) no-repeat;*/
    background-position: right center;
    background-origin: content-box;
    position: relative;
    line-height: 44px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    overflow: auto;
    height: auto;
    display: none;
    max-height: 250px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 72px;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row ul.open_list {
    display: block;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row ul li {
    list-style-type: none;
    background-color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 3px 8px;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row ul li.checked {
    background: #1E73BE;
    color: #fff;
}

.squeeze_template .main_wrapper .main_row .main_col .inpt_row ul li:hover {
    background: #ccc;
    color: #000;
    cursor: pointer;
}

.squeeze_template .main_btn {
    border-radius: 4px;
    background: #1e73be;
    color: #fff;
    display: inline-block;
    padding: 0 24px;
    text-decoration: none;
    border: 1px solid #1e73be;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font: 16px/32px var(--eap-button-font);
    margin: 35px 0 0;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    line-height: 46px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    font-weight: bold;
    border: none;
    margin: 20px auto;
}

.squeeze_template .main_btn:hover {
    background-color: #0066bf;
    border-color: #0066bf;
}


/*
.squeeze_template input.inphov:focus {
  outline: none;
  box-shadow: 0 0 0 2px #003868 !important;
}
*/

.squeeze_template #third_step .main_wrapper .main_top .currentaddress {
    padding: 15px 20px 15px;
    font: 300 20px/30px var(--eap-primary-font);
}

.squeeze_template #third_step .main_wrapper .main_row img {
    max-width: 100%;
    max-height: 340px;
    margin: 0 auto;
}

.squeeze_template #third_step .main_wrapper .main_row {
    height: auto;
    min-height: 300px;
}

.squeeze_template #third_step .main_wrapper .main_row .main_col h3 {
    font-family: var(--eap-header-font);
    text-transform: inherit;
    margin: 0;
    font-size: 24px;
    letter-spacing: -1px;
    padding: 10px;
    text-align: center;
    color: #555;
}

.squeeze_template #third_step .main_wrapper .main_row .main_col h3 span {
    display: block;
    padding-top: 5px;
}

.squeeze_template #third_step .main_wrapper .main_row .main_col p {
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
    color: #666666;
}

.squeeze_template #third_step .main_wrapper .main_row .main_col .thnk_info:first-child {
    margin-top: 30px;
}

.squeeze_template #third_step .main_wrapper .main_row .main_col .thnk_info {
    display: block;
    font-size: 29px;
    text-align: center;
    line-height: 1.2;
    color: #666666;
}

.squeeze_template .err {
    color: #d11818;
    box-shadow: 0 0 5px rgba(207, 24, 24, 0.4);
    display: none;
    position: absolute;
    background: #fff;
    top: -20px;
    border-radius: 8px;
    padding: 8px 12px;
    line-height: 1.9;
}

.squeeze_template .main_col .thank_info:last-child span {
    margin-top: 0 !important;
}

@media screen and (max-width: 760px) {
    .squeeze_template {
        /*#footer{
        display: none;
    }*/
        ;
    }
    .squeeze_template .f_wrapper {
        width: 100%;
        padding-bottom: 80px;
    }
    .squeeze_template .address_inp,
    .squeeze_template .email_inp,
    .squeeze_template #searchaddress {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 20px auto;
        max-width: 300px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 10px !important;
    }
    .squeeze_template .f_wrapper .fwrapp_row .search_wrapp #searchaddress {
        margin: 0 auto;
    }
    .squeeze_template .f_wrapper .fwrapp_row .search_wrapp:before {
        display: none;
    }
    .squeeze_template .f_wrapper .fwrapp_row {
        background: transparent;
    }
    .squeeze_template .header_logo {
        display: block;
        margin: 20px auto 0;
    }
    .squeeze_template .main_wrapper {
        width: 100%;
        max-width: 760px;
    }
    .squeeze_template .second_col {
        display: none;
    }
    .squeeze_template .main_col {
        width: 100% !important;
    }
    .squeeze_template .main_wrapper .main_row {
        height: 380px !important;
    }
}

.squeeze_template #footer {
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.squeeze_template .temp_footer_sch .footer-log {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 40px;
}

.squeeze_template .temp_footer_sch .footer-log img {
    width: 100%;
    height: auto;
}

.squeeze_template .temp_footer_sch .copyright a {
    text-transform: uppercase;
    font-weight: bold;
}

.squeeze_template .squeeze_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.squeeze_template .squeeze_download_box .squeeze_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.squeeze_template .squeeze_download_box {
    position: fixed;
    left: calc(50% - 150px);
    background: white none repeat scroll 0% 0%;
    top: 30%;
    z-index: 10000;
    text-align: center;
    border-radius: 4px;
    width: 400px;
    max-width: 90%;
    padding: 1rem;
    border: 1px solid #cccccc;
}

.squeeze_template .squeeze_download_box .squeeze_download_box button.close {
    font-size: 29px;
    position: absolute;
    right: 8px;
    top: 3px;
}

.squeeze_template .squeeze_download_box .squeeze_check {
    font-size: 45px;
    color: #484d9d;
    margin-bottom: -10px;
}

.squeeze_template .squeeze_download_box .squeeze_down_text {
    font-size: 29px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 20px 0;
}

.squeeze_template .squeeze_download_box #squeeze_download {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    min-width: 181px;
    border-radius: 88px;
    padding: 20px 20px;
    background: #552448;
    border-radius: 4px !important;
}

.squeeze_template .squeeze_download_box #squeeze_only_button {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    min-width: 181px;
    border-radius: 88px;
    padding: 20px 20px;
    background: #552448;
    border-radius: 4px !important;
}

.squeeze_template .squeeze_download_box .grow {
    transition: all .3s;
}

.squeeze_template .squeeze_download_box .squeeze_down_share {
    font-size: 50px;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa-facebook-square {
    color: #3B5998;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
    margin: 10px;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa-twitter-square {
    color: #54ABEE;
}

.squeeze_template .squeeze_download_box .squeeze_down_share .fa {
    margin: 10px;
}

@media (max-width: 425px) {
    .squeeze_template .header_top {
      text-align: center;
    }
    .squeeze_template .f_wrapper{
      margin: 10px 0px 0px 0px;
      padding-bottom: 0;
    }
    .squeeze_template .f_wrapper h2{
      font-size: 27px;
    }
    .squeeze_template .f_wrapper .subtitle{
      font-size: 22px;
    }
    .squeeze_template .f_wrapper .fwrapp_row .search_wrapp .address_inp{
      height: 45px;
    }
    .squeeze_template .f_wrapper .fwrapp_row .search_wrapp .email_inp{
      height: 45px;
    }
    .squeeze_template .main_wrapper{
      margin: auto;
      margin-top: 10px;
    }
    .squeeze_template .main_wrapper .main_row{
      height: 50% !important;
    }
    .squeeze_template .main_wrapper .main_row .main_col .inpt_row ul{
      max-height: 175px;
    }
    .squeeze_template .main_wrapper .main_row .main_col .inpt_row .sellected_inpt{
      background: white;
    }
    .squeeze_template .main_btn{
      line-height: 24px;
      font-size: 16px;
    }
    .squeeze_template .squeeze_download_box {
        position: fixed;
        left: calc(50% - 200px);
        background: white none repeat scroll 0% 0%;
        top: 30%;
        z-index: 10000;
        text-align: center;
        border-radius: 20px;
        width: 400px;
        padding: 20px;
        border: 1px solid #cccccc;
    }
    .squeeze_template .main_wrapper {
        width: 90%;
    }
}
