/* Divi fixes */

body.page-id-2981 .modal-backdrop.in {
    display: none !important;
}

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: static !important;
}

#main-content .container {
    padding-top: 0 !important;
}

#et-main-area {
    margin-top: 60px !important;
}

body.page-id-4069 #et-main-area,
body.page-id-2981 #et-main-area {
    margin-top: 0 !important;
}

#main-header .container {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #top-header .container {
        width: 100%;
        max-width: 100%;
    }

    #et-info {
        text-align: right !important;
    }

    #et-info-phone {
        margin-right: 0 !important;
    }
}
/* Divi fixes end */



/****************/

#sidebar .et_pb_widget {
    margin-bottom: 5px !important;
}

#loans_section_sidebar {
    border-bottom: 2px solid #fff;
}

#main-content .container {
    width: 1200px !important;
    box-sizing: content-box;
}

.et_right_sidebar #left-area {
    width: 890px !important;
    padding: 0;
    margin-right: 35px !important;
}

.et_right_sidebar #sidebar {
    width: 275px !important;
    padding: 0;
    border: 0 !important;
}


/* Date Picker */

.dp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}

.dp {
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  border-radius: 4px;
  max-height: 400px;
  z-index: 1000;
  padding-top: 6px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.dp:before {
  content: ' ';
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #3B99FC;
  background: linear-gradient(-90deg, #3B99FC 0%, #8AEFC8 100%);
}

.dp-permanent .dp {
  padding-top: 0;
  border: 1px solid #EEE;
  box-shadow: none;
}

.dp-permanent .dp:before {
  display: none;
}

.dp-cal {
  min-height: 300px;
}

.dp-below {
  position: absolute;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dp-permanent .dp{
  z-index: 0;
}

.dp-modal .dp {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: calc(100% - 4em);
  transform: translate(-50%, -50%);
  animation: slide-up 0.3s forwards;
}

.dp-months {
  padding: 24px;
}

.dp-years {
  box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important; /* HACK for Chrome on Android */
}

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3B404D;
  border-radius: 2px;
  border: 0;
  background: transparent;
}

.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5;
}

.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  border-radius: 2px;
  border: 0;
  background: transparent;
}

.dp-next:focus,
.dp-prev:focus,
.dp-next:hover,
.dp-prev:hover {
  outline: none;
  color: inherit;
}

.dp-prev {
  left: 24px;
}

.dp-next {
  right: 24px;
}

.dp-prev:before,
.dp-next:before {
  content: '';
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}

.dp-prev:before {
  border-right: 0;
  border-bottom: 0;
}

.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}

.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none;
}

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}

.dp-day-today:after {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #227BD7;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.dp-close,
.dp-clear,
.dp-today {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
}

.dp-permanent .dp-close,
.dp-permanent .dp-clear {
  display: none;
}

.dp-close:active,
.dp-clear:active,
.dp-today:active,
.dp-next:active,
.dp-prev:active,
.dp-cal-month:active,
.dp-cal-year:active {
  background: #75BCFC;
  color: white;
}

@media screen and (min-device-width: 1200px) {
  .dp-close:hover,
  .dp-close:focus,
  .dp-clear:hover,
  .dp-clear:focus,
  .dp-today:hover,
  .dp-today:focus,
  .dp-next:hover,
  .dp-next:focus,
  .dp-prev:hover,
  .dp-prev:focus,
  .dp-cal-month:focus,
  .dp-cal-month:hover,
  .dp-cal-year:hover,
  .dp-cal-year:focus {
    background: #75BCFC;
    color: white;
  }
}

.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.dp-col-header {
  color: #AAA;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}

.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}

.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%;
}

.dp-edge-day {
  color: #AAA;
}

.dp-day:hover,
.dp-month:hover,
.dp-year:hover,
.dp-current:focus,
.dp-current,
.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  outline: none;
  background: #75BCFC;
  color: white;
}

.dp-selected:hover,
.dp-selected:focus,
.dp-selected {
  background: #3B99FC;
  color: #FFF;
}

.dp-day-disabled {
  background: transparent;
  color: #DDD;
}

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #DDD;
}

.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 480px) {
  .dp-below {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
  }
}

/* Date Picker end */


/* Responsive overrides */
@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
    width: auto;
    width: 100%;
  }

  .dp-day-of-week,
  .dp-day {
    padding: 8px;
  }
}

@keyframes slide-up {
  0% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1240px) {
    #main-content .container {
        width: 100% !important;
        padding: 0 2% !important;
        box-sizing: border-box;
    }

    .et_right_sidebar #left-area {
        width: 72% !important;
        margin-right: 3% !important;
    }

    .et_right_sidebar #sidebar {
        width: 25% !important;
    }
}

@media screen and (max-width: 1200px) {
    .et_right_sidebar #left-area {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .et_right_sidebar #sidebar {
        display: none;
    }
}



/* Blog Page */

body.page-id-2981 #skew .et_pb_row {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

body.page-id-2981 #skew .et_pb_column_3_4 {
    width: 890px !important;
    padding: 0;
    margin-right: 35px !important;
}

body.page-id-2981 #skew .et_pb_column_1_4 {
    position: relative;
    top: 30px;
    width: 275px !important;
    padding: 0;
    border: 0 !important;
    background-color: #3395c0;
}

body.page-id-2981 #skew .et_pb_column_1_4 .et_pb_widget_area_right {
    padding: 0 !important;
    border: 0;
}

body.page-id-2981 #skew .et_pb_column_1_4 table,
body.page-id-2981 #skew .et_pb_column_1_4 table td {
    border: 0 !important;
}

body.page-id-2981 section.screen .input_wrap input,
body.page-id-2981 section.screen .input_wrap select {
    font-size: 14px;
}


body.page-id-2981 #revi_widget-2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1240px) {
    body.page-id-2981 #skew .et_pb_row {
        width: 100% !important;
        padding: 0 2% !important;
        box-sizing: border-box;
    }

    body.page-id-2981 #skew .et_pb_column_3_4 {
        width: 72% !important;
        margin-right: 3% !important;
    }

    body.page-id-2981 #skew .et_pb_column_1_4 {
        width: 25% !important;
    }
}

@media screen and (max-width: 1040px) {
    body.page-id-2981 #skew .et_pb_column_3_4 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    body.page-id-2981 #skew .et_pb_column_1_4 {
        display: none;
    }
}

/**/


.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

@font-face {
  font-family: 'icons';
  src: url('../font/fontello_009.eot');
  src: url('../font/fontello_009.eot#iefix') format('embedded-opentype'),
       url('../font/fontello.woff') format('woff2'),
       url('../font/fontello_009.woff') format('woff'),
       url('../font/fontello_009.ttf') format('truetype'),
       url('../font/fontello_009.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
    box-sizing: border-box;
}

.icon-ok:before { content: '\e800'; } /* '' */
.icon-check:before { content: '\e801'; } /* '' */
.icon-spin1:before { content: '\e830'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */

   
/* Animation for spinner */
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


#loans_section {
    background-image: url(../img/slider-img-1.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 720px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

#loans_section div {
    box-sizing: border-box;
}

#loans_section #loans_section_inner {
    display: table-cell;
    vertical-align: middle;
}

#loans_section #loans_container {
    max-width: 1280px;
    margin: 0 auto;
}

#loans_section form {
    margin: 50px 0;
    width: 52%;
    margin-right: 4%;
    background-color: #ffffff;
    padding: 10px 10px 0;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

form menu#loans_menu {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0;
    margin-top: 25px;
}

form menu#loans_menu h4 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1em;
}

form menu#loans_menu ul {
    padding: 0;
}

form #loans_wrap {
    width: 66.66%;
    float: left;
}

#loans_wrap_inner {
    background-color: #3395c0;
    padding: 20px;
    border-radius: 6px;
}

#loans_wrap .screen {
    width: 100%;
}

#loans_wrap .screen h3 {
    margin-top: 0;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}

#loans_wrap .screen[data-state="active"] {
    height: auto;
    visibility: visible;
}
#loans_wrap .screen[data-state="not-active"] {
    height: 0;
    visibility: hidden;
}

.screen label {
    display: block;
    color: #fff;
    margin-bottom: 3px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1em;
    margin-top: 10px;
}

.screen label[for="leadid_tcpa_disclosure"] {
    color: #000;
    margin: 0;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
}

.screen .input_wrap {
    margin-bottom: 15px;
    position: relative;
}

.screen .input_wrap span {
    color: #a94442;
    font-size: 13px;
    line-height: 1em;
    margin-bottom: 0;
}

.screen .input_wrap:before {
    content: '*';
    position: absolute;
    top: 20px;
    left: -11px;
    color: #a94442;
}

.screen select {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
}

.input_wrap[data-state="not-active"] {
    display: none;
}

.input_wrap[data-state="active"] {
    display: block;
}

#loans_menu li {
    list-style-type: none;
    padding: 15px 5px;
    border: 1px solid #DFDFDF;
    font-size: 15px;
    color: #000000;
    background: linear-gradient(to top, #FAFBFE, #E0EAF3);
    cursor: pointer;
}

#loans_menu li[data-state="active"] {
    background: linear-gradient(to top, #c1d8ec, #9bcaf5);
}

#loans_menu li span {
    color: #008000;
}

ul#arrows_nav {
    padding: 0;
    margin: 20px 0 0 0;
}

#arrows_nav li {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #428bca;
    border: 1px solid transparent;
    border-color: #357ebd;
    border-radius: 4px;
    letter-spacing: 2px;
    font-weight: 200;
}

#arrows_nav li.back {
    margin-right: 15px;
}


#loans_wrap .btm-line {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

#tcpa_text {
    font-size: 12px;
    line-height: 1em;
    margin-top: 10px;
    color: #000;
}

#tcpa_text a {
    color: #000;
}

section.screen .input_wrap input,
section.screen .input_wrap select {
    font-size: 15px;
}

section.screen[data-devider="true"] .input_wrap {
    margin-bottom: 5px;
}

section.screen[data-devider="true"] table {
    width: 100%;
}

section.screen[data-devider="true"] table td {
    width: 50%;
}

section.screen[data-devider="true"] table tr td:nth-child(1) {
    padding-right: 10px;
}

section.screen[data-devider="true"] table tr td:nth-child(2) {
    padding-left: 10px;
}

section.screen[data-devider="true"] table input {
    width: 100%;
    height: 25px;
    line-height: 25px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}


#loans_section #statements {
    width: 43%;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
}

#statements h1 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #fff;
}

#statements ul {
    list-style: none;
    padding: 0;
}

#statements ul li {
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#statements li i {
    font-size: 36px;
    margin-right: 7px;
    position: relative;
    top: 4px;
    color: #00f329;
}

#loans_section #submit_home_loan {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.0em;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #da5985;
    border: 1px solid #e66a94;
    border-radius: 4px;
}

#leads_result_loading {
    display: none;
    text-align: center;
    font-size: 50px;
}

#leads_result_modal #ajax_wrap {
    font-size: 18px;
    text-align: center;
}



@media screen and (max-width: 1340px) {
    #loans_section {
        display: block;
        min-height: auto;
        padding-bottom: 20px;
    }

    #loans_section #loans_section_inner {
        display: block;
        margin: 0 2%;
    }

    #loans_section #loans_container {
        max-width: 100%;
    }

    #loans_section form {
        width: 670px;
        margin: 30px auto;
        display: block;
    }
    #loans_section #statements {
        width: 98%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #statements ul li {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 720px) {
    #loans_section form {
        width: 100%;
    }

    section.screen[data-devider="true"] table,
    section.screen[data-devider="true"] table tbody,
    section.screen[data-devider="true"] table tr {
        display: block;
        width: 100%;
    }

    section.screen[data-devider="true"] table td {
        display: block;
        width: 100%;
    }

    section.screen[data-devider="true"] table tr td:nth-child(2) {
        padding-left: 0;
    }

    .screen .input_wrap:before {
        top: 26px;
    }

    section.screen[data-devider="true"] .input_wrap {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 480px) {
    form menu#loans_menu {
        float: none;
        width: 100%;
    }

    form #loans_wrap {
        width: 100%;
        float: none;
    }
}



/* Pre Qualify page */

body.page-id-1338 #loans_section {
    min-height: 640px;
    background: none !important;
}

body.page-id-1338 #loans_section h1 {
    text-align: center;
    font-size: 42px;
}

body.page-id-1338 #loans_section form {
    margin: 20px auto 20px auto;
    display: block;
    width: 62%;
    max-width: 800px;
    background: transparent;
}

body.page-id-1338 form menu#loans_menu h4 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

body.page-id-1338 #loans_menu li {
    font-size: 16px;
}

body.page-id-1338 .screen select,
body.page-id-1338 .screen input,
body.page-id-1338 #loans_wrap .btm-line {
    color: #000;
}

@media screen and (max-width: 1340px) {
    body.page-id-1338 #loans_section {
        min-height: auto;
    }

    body.page-id-1338 #loans_section h1 {
        margin-top: 30px;
    }

    body.page-id-1338 #loans_section form {
        width: 100%;
    }
}



/* Sidebar Module */

#loans_section_sidebar #loans_wrap_inner {
    padding: 0 20px 20px;
}

#loans_section_sidebar #loans_wrap {
    float: none;
}

ul#loans_sidebar_menu {
    text-align: center;
    margin: 5px 0;
}

ul#loans_sidebar_menu li {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    color: #8fd173 !important;
}


#loans_section_sidebar ul#loans_sidebar_menu li i:before {
    content: '\f10c';
}

#loans_section_sidebar ul#loans_sidebar_menu li[data-state="active"] i:before {
    content: '\f111';
}


#loans_section_sidebar h3 {
    text-align: center;
    font-size: 21px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
}

#loans_section_sidebar form #loans_wrap {
    width: 100%;
}

#loans_section_sidebar #loans_wrap .screen h3 {
    text-align: center;
    line-height: 0.9em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #323f3f;
}

#loans_section_sidebar table tr,
#loans_section_sidebar table td {
    padding: 0 !important;
}

#loans_section_sidebar #submit_home_loan {
    display: inline-block;
    margin: 5px 0 0;
    padding: 6px 12px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.0em;
    letter-spacing: 1px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    background-color: #da5985;
    border: 1px solid #e66a94;
    border-radius: 4px;
}

ul#arrows_nav_sidebar {
    margin-top: 17px;
}

ul#arrows_nav_sidebar li {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    cursor: pointer;
    border-color: #357ebd;
    border-radius: 4px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    background: #8FD074;
    border: 0;
    color: #292929 !important;
}


#loans_section_sidebar #mortgage_details[data-state="active"] + .screen + .screen + .screen + ul#arrows_nav_sidebar li.back {
    display: none;
}

#loans_section_sidebar #personal_data2[data-state="active"] + ul#arrows_nav_sidebar li.next {
    display: none;
}

#loans_section_sidebar .screen select {
    width: 100%;
}

#loans_section_sidebar .screen label[for="leadid_tcpa_disclosure"],
#loans_section_sidebar .screen label[for="leadid_tcpa_disclosure"] a {
    font-size: 11px;
    line-height: 1.1em;
    color: #000 !important;
}


#loans_section_sidebar #arrows_nav_sidebar li.back {
    margin-right: 10px;
}

#loans_section_sidebar table,
#loans_section_sidebar table tbody,
#loans_section_sidebar table tr,
#loans_section_sidebar table td {
    display: block;
}

#loans_section_sidebar section.screen[data-devider="true"] table td {
    width: 100%;
}   

#loans_section_sidebar  section.screen[data-devider="true"] .input_wrap {
    margin-bottom: 12px;
}

#loans_section_sidebar .screen label {
    font-size: 15px;
}

section#personal_data2 {
    margin-bottom: 15px;
}


/* Leads Shortcode */

#loans_section.shortcode {
    background-image: none !important;
    display: block;
    min-height: auto;
}

#loans_section.shortcode #loans_section_inner {
    display: block;
    vertical-align: initial;
}

#loans_section.shortcode h3 {
    font-size: 26px;
    font-weight: 700;
}

#loans_section.shortcode p {
    font-size: 18px;
}

#loans_section.shortcode form {
    display: block;
    margin: 15px auto 30px;
    width: 100%;
    max-width: 670px;
}

#loans_section.shortcode table {
    margin: 0;
}

#loans_section.shortcode table,
#loans_section.shortcode table td {
    border: 0;
}

#loans_section.shortcode table tr,
#loans_section.shortcode table td {
    padding: 0;
}

#loans_section.shortcode section.screen[data-devider="true"] table tr td:nth-child(1) {
    padding-right: 10px;
}

#loans_section.shortcode section.screen[data-devider="true"] table tr td:nth-child(2) {
    padding-left: 10px;
}

#loans_section.shortcode .screen select {
    width: 100%;
}


#loans_section .BirthDate_mobile h4 {
    display: block;
    color: #fff;
    margin-bottom: 3px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
    padding-bottom: 0;
}

#loans_section .BirthDate_mobile select,
#loans_section.shortcode .BirthDate_mobile select {
    width: 30%;
    margin-right: 3.5%;
}

#loans_section .BirthDate_mobile select#birth_year {
  margin-right: 0;
}

#loans_section .BirthDate.form-error {
    color: #a94442;
    font-size: 13px;
    line-height: 1em;
    margin: 8px 0 0;
}


@media screen and (max-width: 720px) {
    #loans_section.shortcode section.screen[data-devider="true"] table tr td:nth-child(1) {
        padding-right: 0;
    }

    #loans_section.shortcode section.screen[data-devider="true"] table tr td:nth-child(2) {
        padding-left: 0;
    }
}


/* Export Lead Page */

#leads_export_wrap h1 {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#leads_export_wrap{
    width: 960px;
    margin: 180px auto 100px;
}
.export_by {
    margin-top: 35px;
}

.export_by h2 {
    font-size: 30px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 15px;
}

.export_by input {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.export_by label {
    margin-right: 25px;
    font-size: 18px;
    font-weight: 500;
}

#custom_date_range {
    display: none;
    margin-top: 15px;
}

#custom_date_range input {
    border: 1px solid #9c9c9c;
}

#export_trigger {
    display: inline-block;
    margin-top: 50px;
    padding: 9px 20px;
    margin-bottom: 0;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.0em;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #da5985;
    border: 1px solid #e66a94;
    border-radius: 4px;
}