www.swbcmortgage.com Open in urlscan Pro
144.86.200.58  Public Scan

Submitted URL: https://www.loansbycassandra.com/
Effective URL: https://www.swbcmortgage.com/cassandra-langley
Submission: On October 27 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST /cassandra-langley

<form method="post" action="/cassandra-langley" id="Form" enctype="multipart/form-data">
  <div class="aspNetHidden">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="VsnwGdH7pgjiuFq1LXr9SezU6o9j0eyjRmax471/bOxEkFCQvhfM+Ie8ADju1GM06YstWu+zyOlMTA604dKirMJfnqx0p+8xn9tSX1H6f/Bnk1xVQ2XVP6WyVR1Zps/yzJNuepWBXNRLUMg+MlnzJDohNgDTT114iOicS46N5kUYH/QDVs2ru71v1M5nHEFsL7sevS2kK6xWbW2t7urbMx98NwUESc97KLM2T8S+Fa3cEgSi64ZbR4+TFNKxhmnIBgZBdht2VFiE8V2cqMJ0A3zWa3mYa9S6EeYZ5I9iDvqHzpMy8RObD/UiQSGUw5ebWwisQweRwAN1n1rd6uZObg6g0IfCP8NAbyvwekQyXqMDqaYt101c0Wv4+0kghMRmqSEDspuqOroisx5E8bxvDuS0+KANk/uFi20nsLux3HsJZaVCT91g1SG1uluTJVQpbLXKXNwaIw44NBWAQLdmro97XcqkJ206CHaOFXRkyAACqy/9hbf2YXq5taU9ZujQQTQe0IPz7ElOO6Ii0og8a/bG0OqW2GHAUwMvbdh503DVTpnWJXzjK1tCK7VUddg7yDLegHPqZETmo7D70a6f6aczjKQ=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['Form'];
    if (!theForm) {
      theForm = document.Form;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=pynGkmcFUV2anoDUzpoZ84tGcICNZKGD4N5A7hxS5M_TXJoLsR-tyWlF4Pw1&amp;t=638568424745067788" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    $(function() {
      window.angular = window.dnnsfAngular15 || window.angular
    });;
    $(function() {
      $.validator && $.validator.addMethod('email', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp(
            '^(?:[a-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&\'*+/=?^_`{|}~-]+)*|"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])$',
            'i');
        } catch (ex) {
          console.error('Invalid regex validator: Email Address.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid email address.');
    });
    $(function() {
      $.validator && $.validator.addMethod('url', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^((ftp|http|https):+\\/\\/)?(www.)?([a-zA-Z0-9_.-])+\\.[a-z]+([^ ]*)?', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Web Address.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid URL.');
    });
    $(function() {
      $.validator && $.validator.addMethod('domain', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp(
            '^(([a-zA-Z]{1})|([a-zA-Z]{1}[a-zA-Z]{1})|([a-zA-Z]{1}[0-9]{1})|([0-9]{1}[a-zA-Z]{1})|([a-zA-Z0-9][-_\\.a-zA-Z0-9]{1,61}[a-zA-Z0-9]))\\.([a-zA-Z]{2,13}|[a-zA-Z0-9-]{2,30}\\.[a-zA-Z]{2,3})(\\:([1-9]|[1-9][0-9]{1,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]))?$',
            'i');
        } catch (ex) {
          console.error('Invalid regex validator: Domain Validator.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'The specified domain is invalid!');
    });
    $(function() {
      $.validator && $.validator.addMethod('dnnsfpassword', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        isValid = $.trim(value).length == 0 || ($.trim(value).length >= 12 && $.trim(value).replace(/[0-9A-Z ]/gi, '').length >= 1);
        return this.optional(element) || isValid;
      }, 'Password must contain at least 7 characters.');
    });
    $(function() {
      $.validator && $.validator.addMethod('numberPositive', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*\\d+\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Positive Integer Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid positive integer number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('numberStrictlyPositive', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*[1-9]+\\d*\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Strictly Positive Integer Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid strictly positive integer number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('creditCardNumber', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^(?:4[0-9]{12}(?:[0-9]{3})?|[25][1-7][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Credit Card Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid Visa, MasterCard, American Express, Diners Club, Discover or JCB card number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('visaCardNumber', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^4[0-9]{12}(?:[0-9]{3})?$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Visa Card Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid Visa card number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('mastercardCardNumber', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^5[1-5][0-9]{14}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Master Card Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid MasterCard card number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('amexCardNumber', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^3[47][0-9]{13}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: AMEX Card Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid American Express card number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('discoverCardNumber', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^6(?:011|5[0-9]{2})[0-9]{12}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Discover Card Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid Discover card number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('number', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*-?\\d+\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Integer Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid integer number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('lettersOnly', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[A-Za-z\\s]*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Letters Only.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Only letters allowed.');
    });
    $(function() {
      $.validator && $.validator.addMethod('floatPositive', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*\\d+(\\.\\d+)?\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Positive Floating Point Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid positive float number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('floatStrictlyPositive', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*([1-9]\\d*(\\.\\d+)?|0+\\.\\d*[1-9]\\d*)$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Strictly Positive Floating Point Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid strictly positive number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('float', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*-?\\d+(\\.\\d+)?\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Floating Point Number.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid float number.');
    });
    $(function() {
      $.validator && $.validator.addMethod('StripHTML', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        isValid = true;
        return this.optional(element) || isValid;
      }, '');
    });
    $(function() {
      $.validator && $.validator.addMethod('phoneus', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^([\\(]{1}[0-9]{3}[\\)]{1}[\\.| |\\-]{0,1}|^[0-9]{3}[\\.|\\-| ]?)?[0-9]{3}(\\.|\\-| )?[0-9]{4}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Phone (###) ###-####.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Phone number must be in format (###) ###-####.');
    });
    $(function() {
      $.validator && $.validator.addMethod('dateus', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\b([1-9]|0[1-9]|1[0-2])\\b\\/\\b([1-9]|0[1-9]|1[0-9]|2[0-9]|3[0-1])\\b\\/\\b(1[0-9]{3}|2[0-9]{3})\\b$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Date US (mm/dd/yyyy).')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Date must be in format mm/dd/yyyy.');
    });
    $(function() {
      $.validator && $.validator.addMethod('nowhitespace', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[^ ]*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: No Whitespace.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'No spaces are allowed.');
    });
    $(function() {
      $.validator && $.validator.addMethod('validUsername', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        $(element).addClass('server-validator');
        var mid = scope.settings.ModuleId;
        var tabId = scope.settings.TabId;
        var formSettings = dnnsf.api.actionForm.getSettings(mid);
        var optionsQs = formSettings.options.qs && !$.isEmptyObject(formSettings.options.qs) && formSettings.options.qs;
        var urlParams = $.extend({}, dnnsf.getUrlParts(dnnsf.dnnPageQuery).query, dnnsf.getUrlParts(location.search).query, optionsQs);
        isValid = true;
        var validationUrl = '/DesktopModules/DnnSharp/ActionForm' + '/Validation.ashx?_mid=' + mid + '&_tabid=' + tabId + (urlParams && !$.isEmptyObject(urlParams) ? '&' + $.param(urlParams) : '')
        var svcFramework;
        if ($.ServicesFramework) {
          svcFramework = $.ServicesFramework(mid);
        }
        $.ajax({
          type: 'POST',
          url: validationUrl,
          headers: {
            'RequestVerificationToken': svcFramework && svcFramework.getAntiForgeryValue()
          },
          data: {
            validator: 'Username is Available',
            value: value,
            fieldId: $(element).attr('data-fieldid')
          },
          success: function(data) {
            if (data.success) {
              $(element).nextAll('.alert').stop(true, true).slideUp('fast', function() {
                $(this).remove()
              });
              return;
            }
            parseFormResponse(data, {
              error: function(err) {
                isValid = false;
                $(element).rules('add', {
                  messages: {
                    'validUsername': data.error
                  }
                });
              },
              message: function(msg) {
                isValid = false;
                if ($(element).nextAll('.alert').size()) {
                  $(element).nextAll('.alert').html(msg);
                } else {
                  $(element).after('<div class="alert alert-warning" style="display: none;">' + msg + '</div>');
                  $(element).nextAll('.alert').stop(true, true).slideDown('fast');
                }
              }
            });
          },
          dataType: 'json',
          async: false
        });
        return this.optional(element) || isValid;
      }, '');
    });
    $(function() {
      $.validator && $.validator.addMethod('validUsernameExcludeCurrent', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        $(element).addClass('server-validator');
        var mid = scope.settings.ModuleId;
        var tabId = scope.settings.TabId;
        var formSettings = dnnsf.api.actionForm.getSettings(mid);
        var optionsQs = formSettings.options.qs && !$.isEmptyObject(formSettings.options.qs) && formSettings.options.qs;
        var urlParams = $.extend({}, dnnsf.getUrlParts(dnnsf.dnnPageQuery).query, dnnsf.getUrlParts(location.search).query, optionsQs);
        isValid = true;
        var validationUrl = '/DesktopModules/DnnSharp/ActionForm' + '/Validation.ashx?_mid=' + mid + '&_tabid=' + tabId + (urlParams && !$.isEmptyObject(urlParams) ? '&' + $.param(urlParams) : '')
        var svcFramework;
        if ($.ServicesFramework) {
          svcFramework = $.ServicesFramework(mid);
        }
        $.ajax({
          type: 'POST',
          url: validationUrl,
          headers: {
            'RequestVerificationToken': svcFramework && svcFramework.getAntiForgeryValue()
          },
          data: {
            validator: 'Username is Available (excluding current user)',
            value: value,
            fieldId: $(element).attr('data-fieldid')
          },
          success: function(data) {
            if (data.success) {
              $(element).nextAll('.alert').stop(true, true).slideUp('fast', function() {
                $(this).remove()
              });
              return;
            }
            parseFormResponse(data, {
              error: function(err) {
                isValid = false;
                $(element).rules('add', {
                  messages: {
                    'validUsernameExcludeCurrent': data.error
                  }
                });
              },
              message: function(msg) {
                isValid = false;
                if ($(element).nextAll('.alert').size()) {
                  $(element).nextAll('.alert').html(msg);
                } else {
                  $(element).after('<div class="alert alert-warning" style="display: none;">' + msg + '</div>');
                  $(element).nextAll('.alert').stop(true, true).slideDown('fast');
                }
              }
            });
          },
          dataType: 'json',
          async: false
        });
        return this.optional(element) || isValid;
      }, '');
    });
    $(function() {
      $.validator && $.validator.addMethod('validUsernameByEmail', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        $(element).addClass('server-validator');
        var mid = scope.settings.ModuleId;
        var tabId = scope.settings.TabId;
        var formSettings = dnnsf.api.actionForm.getSettings(mid);
        var optionsQs = formSettings.options.qs && !$.isEmptyObject(formSettings.options.qs) && formSettings.options.qs;
        var urlParams = $.extend({}, dnnsf.getUrlParts(dnnsf.dnnPageQuery).query, dnnsf.getUrlParts(location.search).query, optionsQs);
        isValid = true;
        var validationUrl = '/DesktopModules/DnnSharp/ActionForm' + '/Validation.ashx?_mid=' + mid + '&_tabid=' + tabId + (urlParams && !$.isEmptyObject(urlParams) ? '&' + $.param(urlParams) : '')
        var svcFramework;
        if ($.ServicesFramework) {
          svcFramework = $.ServicesFramework(mid);
        }
        $.ajax({
          type: 'POST',
          url: validationUrl,
          headers: {
            'RequestVerificationToken': svcFramework && svcFramework.getAntiForgeryValue()
          },
          data: {
            validator: 'User exists (by email)',
            value: value,
            fieldId: $(element).attr('data-fieldid')
          },
          success: function(data) {
            if (data.success) {
              $(element).nextAll('.alert').stop(true, true).slideUp('fast', function() {
                $(this).remove()
              });
              return;
            }
            parseFormResponse(data, {
              error: function(err) {
                isValid = false;
                $(element).rules('add', {
                  messages: {
                    'validUsernameByEmail': data.error
                  }
                });
              },
              message: function(msg) {
                isValid = false;
                if ($(element).nextAll('.alert').size()) {
                  $(element).nextAll('.alert').html(msg);
                } else {
                  $(element).after('<div class="alert alert-warning" style="display: none;">' + msg + '</div>');
                  $(element).nextAll('.alert').stop(true, true).slideDown('fast');
                }
              }
            });
          },
          dataType: 'json',
          async: false
        });
        return this.optional(element) || isValid;
      }, '');
    });
    $(function() {
      $.validator && $.validator.addMethod('safetext', function(value, element) {
        var isValid;
        var scope = $(element).scope();
        if (!scope || !scope.getField) return $(element).closest('form').validate().valid();
        var field = scope.getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[A-Za-z0-9\\s\\r\\n\\u0027\\u002E\\u003F\\u003B\\u002C\\u005F]+$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Safe Text.')
        }
        isValid = $.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please limit your text to letters, numbers, and the following punctuation: apostrophes, underscores, commas, semicolons, periods, and question marks.');
    });
    $(function() {
      initForm({
        "virtualDirectory": "",
        "alias": "www.swbcmortgage.com",
        "portalId": 1,
        "tabId": 1640,
        "popupSettings": {
          "width": "400px",
          "name": "",
          "background": ""
        },
        "moduleId": 6486,
        "openMode": "Always",
        "frontEndTemplate": "\u003cdiv\u003e\u003cspan\u003e\u003ca href=\"javascript: ;\"\u003eClick here to change.\u003c/a\u003e\u003c/span\u003e\u003c/div\u003e",
        "rootElementClientId": "dnn_ctr6486_Main_pnlContent",
        "cssName": "loan-officer-form",
        "showLoading": false,
        "onFocusoutValidation": false,
        "tabsProLoading": false,
        "dnnPageQuery": "=195626\u0026language=en-US",
        "requestForm": {},
        "hasTabEnterActions": false,
        "hasTabLeaveActions": false
      })
    }); //]]>
  </script>
  <script src="/ScriptResource.axd?d=NJmAwtEo3IoHl5BwphMvLxi91FfKCqWXUKU85zHqh0kjN-wYdWBqAp6D7GtaYTUHcG8qQ-WNVVx7LlNGspuX64pv1cArhXmYqfF3u-TneOLad4vlAMZLwYK5a5_x0Om4Fn6ujw2&amp;t=ffffffffc820c398" type="text/javascript"></script>
  <script src="/ScriptResource.axd?d=dwY9oWetJoJiPN1UM3G3bic9NNKtzND853kJvfo5w6kju3eui8rqXbXk50tHmG9dMvoHZmtFzovHA3qyGb4RgxM78oQ03Vy9zLAtXnsrQVhZZ-iXtMaqJqicsKorFx3qdvtCk8SnxeNF0dPQ0&amp;t=ffffffffc820c398" type="text/javascript"></script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="V5THxBQYbWqLUcrSPTcyAS/cS+pSRuG8qF7ggAo8anTt0j8D5lO7TfIaLH2Q/vhiivUJnmPHAD+rQ+tRtDV6gUu/Dr3oWmmX0rcdDTgz2+4/GhlN">
  </div>
  <script src="/js/dnn.js?cdv=719" type="text/javascript"></script>
  <script src="/js/dnn.modalpopup.js?cdv=719" type="text/javascript"></script>
  <script src="/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js?cdv=719" type="text/javascript"></script>
  <script src="/js/dnncore.js?cdv=719" type="text/javascript"></script>
  <script src="/js/dnn.servicesframework.js?cdv=719" type="text/javascript"></script>
  <script src="/Portals/_default/skins/swbcmortgage/menus/MobMenuCollapse/MobMenuCollapse.js?cdv=719" type="text/javascript"></script>
  <script src="/Portals/_default/skins/swbcmortgage/menus/Menu/Menu.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/EasyDNNNews/static/rateit/js/jquery.rateit_2.2.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/EasyDNNnewsWidgets/Controls/ContentBlocks/View/js/eds_contentBlocks.js?cdv=719" type="text/javascript"></script>
  <script src="/Resources/Shared/Scripts/dnn.jquery.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/Common/static/angular182/angular.min.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/Common/static/dnnsf/dnnsf.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/Common/static/angular182/angular-animate.min.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/Common/static/angular182/angular-sanitize.min.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/static/vendors.min.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/static/jquery-mask.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/static/jquery.cookie.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/templates/Form/bootstrap/script.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/Common/static/angular15/angular-textbox/angular-textbox.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/Common/static/angular15/googlerecaptcha/angular-recaptcha.min.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/templates/Form/bootstrap/controls/textbox.js?cdv=719" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', [], [], [], 90, '');
    //]]>
  </script>
  <!--[if lt IE 9]>
<!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/html5shiv.min.js?cdv=719|DnnPageHeaderProvider|89)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/respond.min.js?cdv=719|DnnPageHeaderProvider|89)-->
  <!--[endif]---->
  <!-- Reading time feature -->
  <!--

-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/smoothscroll.min.js?cdv=719|DnnPageHeaderProvider|80)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/jquery.waypoints.min.js?cdv=719|DnnPageHeaderProvider|80)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/jquery.sticky.min.js?cdv=719|DnnPageHeaderProvider|80)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/swiper.jquery.min.js?cdv=719|DnnPageHeaderProvider|80)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/readmore.min.js?cdv=719|DnnPageHeaderProvider|80)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/bootstrap.min.js?cdv=719|DnnPageHeaderProvider|90)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/common.js?cdv=719|DnnPageHeaderProvider|100)-->
  <!--CDF(Javascript|/Portals/_default/skins/swbcmortgage/js/custom.js?cdv=719|DnnPageHeaderProvider|100)-->
  <!-- SWBC Mortgage Skins | TestSkin Theme | 01.00.00 -->
  <div id="mobileMenu" class="collapse mobileMenuMain" aria-expanded="false">
    <div class="menuHeader">
      <a class="menuClose collapsed" role="button" data-toggle="collapse" data-target="#mobileMenu" aria-expanded="false" aria-controls="mobileMenu">×</a>
    </div>
    <div id="CollapseMenuMob" role="navigation">
      <ul class="rootMenu">
        <li class="menuItem first mobMenu1">
          <a href="https://www.swbcmortgage.com/Home">Home</a>
        </li>
        <li class="menuItem mobMenu2">
          <a href="https://www.swbcmortgage.com/Find-a-Pro">Find a Pro</a>
        </li>
        <li class="menuItem mobMenu3">
          <a href="https://www.swbcmortgage.com/Mortgage-Resources">Resources</a>
        </li>
        <li class="menuItem mobMenu4">
          <a href="https://www.swbcmortgage.com/FAQs">FAQs</a>
        </li>
        <li class="menuItem last mobMenu5">
          <a href="https://www.swbcmortgage.com/about">About Us</a>
        </li>
        <li class="menuItem apply-button mobMenu6">
          <a role="button" href="https://apply.swbcmortgage.com/#/signup?referrerId=cassandra.langley%40swbc.com" target="_blank" class="btn btn-primary">Apply Now</a>
        </li>
        <li class="menuItem haschild signin-button mobMenu7">
          <a role="button" class="btn btn-secondary" data-toggle="collapse" data-target="#sign-submenu" aria-expanded="false">Sign In</a>
          <div id="sign-submenu" class="collapse subMenu">
            <ul>
              <li class="menuItem first">
                <a href="https://apply.swbcmortgage.com/" target="_blank">My Application</a>
              </li>
              <li class="menuItem last">
                <a href="https://swbcmortgage.loanadministration.com/" target="_blank">My Mortgage</a>
              </li>
            </ul>
          </div>
        </li>
      </ul>
      <script>
        // change the text as fast as possible please
        $('#CollapseMenuMob .rootMenu > li > a:contains(Mortgage Resources)').text('Resources');
      </script>
    </div>
  </div>
  <div class="menuUnder collapsed" data-toggle="collapse" data-target="#mobileMenu" aria-expanded="false"></div>
  <div class="siteWrapper SWBCMortgageTheme defaultPage fapDetailsPage">
    <div class="sticky-wrapper">
      <div class="sticky-wrapper">
        <header class="headerMain">
          <div class="siteWidth">
            <div class="logoMain">
              <a id="dnn_dnnLOGO_hypLogo" aria-label="SWBC Mortgage" href="https://www.swbcmortgage.com"><img id="dnn_dnnLOGO_imgLogo" src="/Portals/1/logo-placeholder.gif?ver=HIcm3f3Uz_KVs-2W2m_OSA%3d%3d" alt="SWBC Mortgage"></a>
            </div>
            <div class="menuMain">
              <span class="mobileMenuMain header-mob"><a class="menuButton collapsed" data-toggle="collapse" data-target="#mobileMenu" aria-expanded="false"></a></span>
              <div class="menuMainInner header-desktop">
                <div id="dnnMenu" role="navigation">
                  <ul class="rootMenu">
                    <li class="item first topMenu1">
                      <a href="https://www.swbcmortgage.com/Find-a-Pro"><span>Find a Pro</span></a>
                    </li>
                    <li class="item topMenu2">
                      <a href="https://www.swbcmortgage.com/Mortgage-Resources"><span>Resources</span></a>
                    </li>
                    <li class="item topMenu3">
                      <a href="https://www.swbcmortgage.com/FAQs"><span>FAQs</span></a>
                    </li>
                    <li class="item last topMenu4">
                      <a href="https://www.swbcmortgage.com/about"><span>About Us</span></a>
                    </li>
                    <li class="item apply-button topMenu5">
                      <a role="button" href="https://apply.swbcmortgage.com/#/signup?referrerId=cassandra.langley%40swbc.com" target="_blank" class="btn btn-primary">Apply Now</a>
                    </li>
                    <li class="item haschild signin-button topMenu6">
                      <a role="button" class="btn btn-secondary">Sign In</a>
                      <div class="subMenu">
                        <ul>
                          <li class="item first">
                            <a href="https://apply.swbcmortgage.com/" target="_blank">My Application</a>
                          </li>
                          <li class="item last">
                            <a href="https://swbcmortgage.loanadministration.com/" target="_blank">My Mortgage</a>
                          </li>
                        </ul>
                      </div>
                    </li>
                  </ul>
                  <script>
                    // change the text as fast as possible please
                    $('#dnnMenu .rootMenu > li > a > span:contains(Mortgage Resources)').text('Resources');
                  </script>
                  <div class="clearfix"></div>
                </div>
              </div>
            </div>
            <div class="clearfix"></div>
          </div>
        </header>
      </div>
    </div>
    <div role="main" tabindex="-1">
      <div class="heroMain sectionMain">
        <div id="dnn_HeroPane" class="myPane">
          <div class="DnnModule DnnModule-LoanOfficerModule DnnModule-6487"><a name="6487" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | FAP Hero Overlap Container | 01.00.00 -->
            <div class="contWrapper contBottomSlant contOverlap" style="background-image:url('/Portals/1/Images/Header-Images/LO-page-headers/header_LO_02.jpg');"></div>
            <div class="TitleWidth">
              <div id="dnn_ctr6487_ContentPane" class="TitleContentpane"><!-- Start_Module_6487 -->
                <div id="dnn_ctr6487_ModuleContent" class="DNNModuleContent ModLoanOfficerModuleC">
                  <div id="mvcContainer-6487">
                    <meta property="og:title" content="Cassandra Langley | SWBC Mortgage">
                    <meta property="og:image" content="https://www.swbcmortgage.com/Portals/1/Images/Headshots/HS_195626.jpg">
                    <meta property="og:description"
                      content="Thank you for giving me the chance to be your mortgage loan officer. Whether it is your first home or your fiftieth, I am here to help you choose a loan program and to guide you through the homebuying process.">
                    <meta property="og:url" content="https://www.swbcmortgage.com/cassandra-langley" <="" head="">
                    <!-- LO details top -->
                    <div id="LoanOfficers-6487" class="siteWidth siteNarrow">
                      <div class="padThis noTopPad noBottomPad">
                        <div class="contOverlapBox">
                          <div id="fap-details" class="fap-lo">
                            <div class="fap-wrap">
                              <div class="fap-cel">
                                <div class="fap-circle fap-circle-border">
                                  <img alt="Cassandra Langley" src="/Portals/1/Images/Headshots/HS_195626.jpg" onerror="this.src='/Portals/_default/Skins/SWBCmortgage/images/theme/fap-placeholder.gif'">
                                </div>
                              </div>
                              <div class="fap-cel">
                                <div class="fap-wrap">
                                  <div class="fap-cel">
                                    <h1 class="h3-heading bold">Cassandra Langley</h1>
                                    <ul class="fap-icons">
                                    </ul>
                                  </div>
                                  <div class="fap-cel">
                                    <ul class="fap-info">
                                      <li>Producing Branch Manager</li>
                                      <li>NMLS #: 195626</li>
                                      <li><a class="goTo btn-arrow-teal" data-goto=".fap-pane-3">State Licenses</a></li>
                                    </ul>
                                  </div>
                                  <div class="fap-cel">
                                    <ul class="fap-info">
                                      <li><strong>Direct:</strong> <a href="tel:+18505542569">850-554-2569</a></li>
                                    </ul>
                                  </div>
                                  <div class="fap-cel">
                                    <ul class="fap-info">
                                      <li><a href="https://www.swbcmortgage.com/orange-beach" class="btn-arrow-teal">Orange Beach Branch</a></li>
                                    </ul>
                                    <div class="fap-action">
                                      <a role="button" href="https://apply.swbcmortgage.com/#/signup?referrerId=cassandra.langley%40swbc.com" class="btn btn-info" target="_blank">Apply Now</a>
                                      <a role="button" class="btn btn-default show-contact-form" data-toggle="modal" data-target="#LOform">Contact me</a>
                                    </div>
                                  </div>
                                </div>
                              </div>
                            </div>
                            <div class="fap-message"> Thank you for giving me the chance to be your mortgage loan officer. Whether it is your first home or your fiftieth, I am here to help you choose a loan program and to guide you through the
                              homebuying process. </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <!-- LO experience -->
                    <script>
                      $(function() {
                        $('.contWrapper').attr('style', "background-image:url('/Portals/1/Images/Header-Images/LO-page-headers/header_LO_02.jpg');");
                      });
                    </script>
                    <script>
                      $(function() {
                        $('.fap-experience').appendTo('.fap-pane-2');
                        $('.fap-pane-3').html(
                          '<div><strong>Licenses:</strong> VA License #: MLO-20929VA, TN License #: 119545, TX License #: , AL License #: 54584, GA License #: 42308, FL License #: LO15697, MS License #: 195626, LA License #: , AR License #: 129984</div>'
                          );
                        // Populate contact form
                        $('#LOform').find('.fap-circle').html('<img alt="Cassandra Langley" src="/Portals/1/Images/Headshots/HS_195626.jpg" onerror="this.src=\'/Portals/_default/Skins/SWBCmortgage/images/theme/fap-placeholder.gif\'">');
                        $('#LOform').find('.fap-modal-title > .h1-heading').html('Contact Cassandra');
                        setTimeout(function() {
                          $('.c-form').find('input[type="hidden"]').val('cassandra.langley@swbc.com');
                          $('.c-form').find('input[type="hidden"]').attr('data-val', 'cassandra.langley@swbc.com');
                        }, 2000);
                      });
                    </script>
                  </div>
                </div><!-- End_Module_6487 -->
              </div>
              <div class="clearfix"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="contentMain sectionMain">
        <div id="dnn_ContentPane" class="myPane">
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-6485 DnnVersionableControl"><a name="6485" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | No Title Container | 01.00.00 -->
            <div class="siteWidth">
              <div class="TitleWidth padThis">
                <div id="dnn_ctr6485_ContentPane" class="TitleContentpane"><!-- Start_Module_6485 -->
                  <div id="dnn_ctr6485_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr6485_HtmlModule_lblContent">
                      <h2 class="super-lead light tealTXT text-center">How it Works</h2>
                      <div class="icon-grid icon-grid-3">
                        <div class="icon-grid-item">
                          <img alt="" src="/portals/1/Images/Icons/Icon_Dialogue-1.svg" "="">
		<h3 class=" h5-heading">Step 1: Share your goals</h3>
                          <p>Buying or refinancing&nbsp;a home can be overwhelming. Contact me to chat about your homeownership goals.&nbsp; </p>
                          <div class="icon-grid-arrow">
                            <hr>
                          </div>
                        </div>
                        <div class="icon-grid-item">
                          <img alt="" src="/portals/1/Images/Icons/Icon_Mobile-Process.svg" "="">
		<h3 class=" h5-heading">Step 2: Easily Apply</h3>
                          <p>Apply online through TurnKey®, our simple and secure mobile-friendly application. </p>
                          <div class="icon-grid-arrow">
                            <hr>
                          </div>
                        </div>
                        <div class="icon-grid-item">
                          <img alt="" src="/portals/1/Images/Icons/Icon_Multiple-Documents.svg" "="">
		<h3 class=" h5-heading">Step 3: Explore Your Options</h3>
                          <p>With a clear picture of your goals and finances, we’ll find a loan program that best fits your needs. </p>
                        </div>
                      </div>
                    </div>
                  </div><!-- End_Module_6485 -->
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
          </div>
          <div class="DnnModule DnnModule-ActionForm DnnModule-6486"><a name="6486" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | FAP Form Container | 01.00.00 -->
            <div id="LOform" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="LOform">
              <div class="modal-dialog modal-lg" role="document">
                <div class="modal-content">
                  <div class="TitleWidth padThis">
                    <div class="row">
                      <div class="fap-modal-image col-sm-4 col-sm-push-8 text-center-xs text-right">
                        <a role="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></a>
                        <div class="fap-circle fap-circle-border"><img alt="Cassandra Langley" src="/Portals/1/Images/Headshots/HS_195626.jpg" onerror="this.src='/Portals/_default/Skins/SWBCmortgage/images/theme/fap-placeholder.gif'"></div>
                      </div>
                      <div class="fap-modal-title col-sm-8 col-sm-pull-4 text-center-xs">
                        <div class="h1-heading">Contact Cassandra</div>
                      </div>
                    </div>
                    <div id="dnn_ctr6486_ContentPane" class="TitleContentpane"><!-- Start_Module_6486 -->
                      <div id="dnn_ctr6486_ModuleContent" class="DNNModuleContent ModActionFormC">
                        <div id="dnn_ctr6486_Main_pnlContent" class="pnlMessage sunny bstrap30 loan-officer-form" af-name="" data-moduleid="6486">
                          <div id="dnn_ctr6486_Main_loadingContainer" class="common-loading-container" style="display: none;">
                            <div id="dnn_ctr6486_Main_loadingBars" class="common-data-loading af-loading" style="top: -16.6594px;"></div>
                            <div id="dnn_ctr6486_Main_loadingText" class="common-loading-text" style="top: 33.3406px;"></div>
                          </div>
                          <div data-ng-controller="ActionFormCtrl" has-repeaters="" class="form-root bstrap30 ng-scope" data-rootclass="bstrap30" style=";
                padding: 0px;color: ;" data-ng-init="load('6486')" id="dnn6486root" xmlns:utils="af:utils" novalidate="novalidate">
                            <div class="row">
                              <div class="c-form  form-horizontal normal label-align-top col-sm-12 ">
                                <div class="form-group"><input type="hidden" id="dnn6486LOemail" name="dnn6486LOemail" data-fieldid="186" data-af-field="LOemail" value="cassandra.langley@swbc.com" data-ng-model="form.fields.LOemail.value"
                                    data-val="cassandra.langley@swbc.com" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty"></div>
                                <div class="form-group">
                                  <div class="field-container af-slide  form-group-compact-form col-sm-6 ">
                                    <div class="
                label-top"><label for="dnn6486FirstName" class="control-label af-slide  required " style="" aria-required="true">First Name* </label></div><input angulartextbox=""
                                      class="compact-form form-control required-dnnsf ng-pristine ng-untouched ng-valid ng-empty ng-scope" add-custom-attributes="" id="dnn6486FirstName" name="dnn6486FirstName" data-fieldid="187"
                                      data-af-field="FirstName" data-ng-model="form.fields.FirstName.value" data-ng-keyup="form.fields.FirstName.touched = true;" af-field-title="First Name*" type="text" defer-request-by=""
                                      placeholder="Enter your first name">
                                  </div>
                                  <div class="field-container af-slide  form-group-compact-form col-sm-6 ">
                                    <div class="
                label-top"><label for="dnn6486LastName" class="control-label af-slide  required " style="" aria-required="true">Last Name* </label></div><input angulartextbox=""
                                      class="compact-form form-control required-dnnsf ng-pristine ng-untouched ng-valid ng-empty ng-scope" add-custom-attributes="" id="dnn6486LastName" name="dnn6486LastName" data-fieldid="188"
                                      data-af-field="LastName" data-ng-model="form.fields.LastName.value" data-ng-keyup="form.fields.LastName.touched = true;" af-field-title="Last Name*" type="text" defer-request-by=""
                                      placeholder="Enter your last name">
                                  </div>
                                </div>
                                <div class="form-group">
                                  <div class="field-container af-slide  form-group-compact-form col-sm-6 ">
                                    <div class="
                label-top"><label for="dnn6486Email" class="control-label af-slide  required " style="" aria-required="true">Email* </label></div><input angulartextbox=""
                                      class="compact-form email form-control required-dnnsf ng-pristine ng-untouched ng-valid ng-empty ng-scope" add-custom-attributes="" id="dnn6486Email" name="dnn6486Email" data-fieldid="189" data-af-field="Email"
                                      data-ng-model="form.fields.Email.value" data-ng-keyup="form.fields.Email.touched = true;" af-field-title="Email*" type="text" defer-request-by="" placeholder="Enter your email">
                                  </div>
                                  <div class="field-container af-slide  col-sm-6 ">
                                    <div class="
                label-top"><label for="dnn6486Phone" class="control-label af-slide  required " style="" aria-required="true">Phone* </label></div><input angulartextbox=""
                                      class="phoneus form-control required-dnnsf ng-pristine ng-untouched ng-valid ng-empty ng-scope ng-valid-maxlength" add-custom-attributes="" id="dnn6486Phone" name="dnn6486Phone" data-fieldid="190"
                                      data-af-field="Phone" data-ng-model="form.fields.Phone.value" data-ng-keyup="form.fields.Phone.touched = true;" data-input-mask="(000) 000-0000" mask-options="" af-field-title="Phone*" type="text"
                                      defer-request-by="" placeholder="Enter your phone" maxlength="14" style="">
                                  </div>
                                </div>
                                <div class="form-group">
                                  <div class="field-container af-slide  form-group-compact-form col-sm-12 btnc-left"><input type="text" aria-hidden="true" aria-label="hidden input of static text"
                                      style="width:0!important;height:0!important;opacity:0!important;position:absolute!important;" tabindex="-1" data-ng-model="form.fields.Terms.value" name="dnn6486Terms" id="dnn6486Terms" data-fieldid="191"
                                      data-af-field="Terms" value="<div class=&quot;form-footnote&quot;>* Marked fields are mandatory.</div>" class="ng-pristine ng-untouched ng-valid ng-not-empty">
                                    <p class="compact-form ng-pristine ng-untouched ng-valid ng-binding ng-not-empty" name="dnn6486Terms" data-ng-model="form.fields.Terms.value" data-ng-bind-html="$sce.trustAsHtml(form.fields.Terms.value)"></p>
                                    <div class="form-footnote">* Marked fields are mandatory.</div>
                                    <p></p>
                                  </div>
                                </div>
                                <div class="form-group">
                                  <div class="field-container af-slide  form-group-compact-form col-sm-12 btn-form btnc  btnc-left"><button type="button" data-loading-text="Please wait..." data-name="Submit" class="
                    btn submit form-button af-btn-loading
                     btn-normal btn-primary  compact-form btn-arrow" id="dnn6486Submit" style="" data-validation="on" data-default-button="on"
                                      data-submiturl="/DesktopModules/DnnSharp/ActionForm/Submit.ashx?_portalId=1&amp;openMode=Always&amp;_tabId=1640&amp;_alias=www.swbcmortgage.com&amp;_mid=6486&amp;=195626&amp;language=en-US&amp;event=click&amp;b=192"
                                      data-submitquery="_portalId=1&amp;openMode=Always&amp;_tabId=1640&amp;_alias=www.swbcmortgage.com&amp;_mid=6486&amp;=195626&amp;language=en-US&amp;event=click&amp;b=192">Submit</button></div>
                                </div>
                                <div class="form-group">
                                  <div class="field-container af-slide  col-sm-12 ">
                                    <div class="
                label-top"><label for="dnn6486reCAPTCHA" class="control-label af-slide  " style="">reCAPTCHA </label></div>
                                    <div vc-recaptcha="" update-field="updateField(field, val)" data-register-control="registerControl(control)" key="
            '6LfZzMUZAAAAAKNlYyw3pqvzES-j-MdKQc1oUIYD'
          " field="settings.Fields['reCAPTCHA']" class="ng-pristine ng-untouched ng-valid ng-empty ng-scope ng-isolate-scope" add-custom-attributes="" id="dnn6486reCAPTCHA" name="dnn6486reCAPTCHA" data-fieldid="193" data-af-field="reCAPTCHA"
                                      data-ng-model="form.fields.reCAPTCHA.value" data-ng-keyup="form.fields.reCAPTCHA.touched = true;">
                                      <div style="width: 304px; height: 78px;">
                                        <div><iframe title="Recaptcha Widget" width="304" height="78" role="presentation" name="a-codqnzhvapmd" frameborder="0" scrolling="no"
                                            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                                            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfZzMUZAAAAAKNlYyw3pqvzES-j-MdKQc1oUIYD&amp;co=aHR0cHM6Ly93d3cuc3diY21vcnRnYWdlLmNvbTo0NDM.&amp;hl=en&amp;v=lqsTZ5beIbCkK4uGEGv9JmUR&amp;size=normal&amp;cb=upaxcyg0a2fi"></iframe>
                                        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                                          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
                                      </div><iframe style="display: none;"></iframe>
                                    </div>
                                  </div>
                                </div>
                                <div class="clearfix"></div>
                                <div class="alert alert-danger server-error" style="display: none;"></div>
                              </div>
                              <div class="alert alert-info submit-confirm" style="display: none; text-align: center;"></div>
                            </div>
                            <div dnnsf-modal=""></div>
                          </div>
                        </div>
                      </div><!-- End_Module_6486 -->
                    </div>
                    <div class="clearfix"></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="DnnModule DnnModule-EasyDNNnews DnnModule-6465"><a name="6465" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | Teal Slant Left H3 Title Container | 01.00.00 -->
            <div class="tealBG slantWrap slantWrapWide">
              <div class="siteWidth">
                <div class="slantContainer">
                  <div class="slantCell slantCellMain slantCellWide tealBG invert text-center">
                    <div class="TitleWidth padThis">
                      <div class="TitleTitle">
                        <h3 class="h2 display-title">
                          <span id="dnn_ctr6465_Title_titleLabel" class="noClass"><small>SWBC Mortgage Client Testimonials</small>What's it like to work with us?</span>
                        </h3>
                      </div>
                      <div id="dnn_ctr6465_ContentPane" class="TitleContentpane"><!-- Start_Module_6465 -->
                        <div id="dnn_ctr6465_ModuleContent" class="DNNModuleContent ModEasyDNNnewsC">
                          <script type="text/javascript">
                            /*<![CDATA[*/
                            eds2_2(function($) {
                              if (typeof edn_fluidvids != 'undefined') edn_fluidvids.init({
                                selector: ['.edn_fluidVideo iframe'],
                                players: ['www.youtube.com', 'player.vimeo.com']
                              });
                            });
                            /*]]>*/
                          </script>
                          <div class="eds_news_module_6465 news eds_subCollection_news eds_news_SWBCmortgage-EDN eds_template_List_Article_Testimonials eds_templateGroup_listArticleTestimonials eds_styleSwitchCriteria_module-6465">
                            <div id="dnn_ctr6465_ViewEasyDNNNewsMain_ctl00_pnlListArticles">
                              <!--ArticleRepeat:Before:-->
                              <div id="EDNtestimonial" class="swiper-container swiper-testimonial swiper-container-fade swiper-container-initialized swiper-container-horizontal">
                                <div class="edn_6465_article_list_wrapper swiper-wrapper" style="transition-duration: 600ms;">
                                  <div class="swiper-slide swiper-slide-duplicate" data-initials="BE" data-swiper-slide-index="4" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(0px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Everything was perfect, we really appreciate SWBC for their hard work.</p>
                                      </div>
                                      <div class="t-author">Bahadir E.</div>
                                    </div>
                                  </div><!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-0 swiper-slide-prev" data-initials="DM" data-swiper-slide-index="0" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-754px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>This was our first home purchase and everything was above our expectations and we couldn’t have been happier with the process!</p>
                                      </div>
                                      <div class="t-author">Dallon M.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-1 swiper-slide-active" data-initials="AM" data-swiper-slide-index="1" style="width: 754px; transition-duration: 600ms; opacity: 1; transform: translate3d(-1508px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Everything was great. Very professional staff with good communication.</p>
                                      </div>
                                      <div class="t-author">Adilene M.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-2 swiper-slide-next" data-initials="CM" data-swiper-slide-index="2" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-2262px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>You guys just nailed it! Awesome.</p>
                                      </div>
                                      <div class="t-author">Cesar M.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-3" data-initials="JC" data-swiper-slide-index="3" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-3016px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Thank you! I wish I started with you earlier. Very knowledgeable team.</p>
                                      </div>
                                      <div class="t-author">Jocelyn C.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-4" data-initials="BE" data-swiper-slide-index="4" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-3770px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Everything was perfect, we really appreciate SWBC for their hard work.</p>
                                      </div>
                                      <div class="t-author">Bahadir E.</div>
                                    </div>
                                  </div>
                                  <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-prev" data-initials="DM" data-swiper-slide-index="0"
                                    style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-4524px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>This was our first home purchase and everything was above our expectations and we couldn’t have been happier with the process!</p>
                                      </div>
                                      <div class="t-author">Dallon M.</div>
                                    </div>
                                  </div>
                                </div><!--ArticleRepeat:After:-->
                                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                              </div>
                              <!-- Add Pagination -->
                              <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span class="swiper-pagination-bullet t-paging-0" tabindex="0" role="button" aria-label="Go to slide 1">DM</span><span
                                  class="swiper-pagination-bullet t-paging-1 swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 2">AM</span><span class="swiper-pagination-bullet t-paging-2" tabindex="0" role="button"
                                  aria-label="Go to slide 3">CM</span><span class="swiper-pagination-bullet t-paging-3" tabindex="0" role="button" aria-label="Go to slide 4">JC</span><span class="swiper-pagination-bullet t-paging-4" tabindex="0"
                                  role="button" aria-label="Go to slide 5">BE</span></div>
                              <div id="EDNtestimonialMob" class="swiper-container swiper-testimonial swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight">
                                <div class="swiper-wrapper" style="transition-duration: 600ms; height: 140px;">
                                  <div class="swiper-slide swiper-slide-duplicate" data-initials="BE" data-swiper-slide-index="4" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(0px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Everything was perfect, we really appreciate SWBC for their hard work.</p>
                                      </div>
                                      <div class="t-author">Bahadir E.</div>
                                    </div>
                                  </div><!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-0 swiper-slide-prev" data-initials="DM" data-swiper-slide-index="0" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-754px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>This was our first home purchase and everything was above our expectations and we couldn’t have been happier with the process!</p>
                                      </div>
                                      <div class="t-author">Dallon M.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-1 swiper-slide-active" data-initials="AM" data-swiper-slide-index="1" style="width: 754px; transition-duration: 600ms; opacity: 1; transform: translate3d(-1508px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Everything was great. Very professional staff with good communication.</p>
                                      </div>
                                      <div class="t-author">Adilene M.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-2 swiper-slide-next" data-initials="CM" data-swiper-slide-index="2" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-2262px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>You guys just nailed it! Awesome.</p>
                                      </div>
                                      <div class="t-author">Cesar M.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-3" data-initials="JC" data-swiper-slide-index="3" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-3016px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Thank you! I wish I started with you earlier. Very knowledgeable team.</p>
                                      </div>
                                      <div class="t-author">Jocelyn C.</div>
                                    </div>
                                  </div>
                                  <!--ArticleTemplate-->
                                  <div class="swiper-slide swiper-slide-4" data-initials="BE" data-swiper-slide-index="4" style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-3770px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>Everything was perfect, we really appreciate SWBC for their hard work.</p>
                                      </div>
                                      <div class="t-author">Bahadir E.</div>
                                    </div>
                                  </div>
                                  <div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-prev" data-initials="DM" data-swiper-slide-index="0"
                                    style="width: 754px; transition-duration: 600ms; opacity: 0; transform: translate3d(-4524px, 0px, 0px);">
                                    <div class="edn-content">
                                      <div class="t-summary">
                                        <p>This was our first home purchase and everything was above our expectations and we couldn’t have been happier with the process!</p>
                                      </div>
                                      <div class="t-author">Dallon M.</div>
                                    </div>
                                  </div>
                                </div>
                                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                              </div>
                              <!-- Add Pagination -->
                              <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span class="swiper-pagination-bullet t-paging-0" tabindex="0" role="button" aria-label="Go to slide 1">DM</span><span
                                  class="swiper-pagination-bullet t-paging-1 swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 2">AM</span><span class="swiper-pagination-bullet t-paging-2" tabindex="0" role="button"
                                  aria-label="Go to slide 3">CM</span><span class="swiper-pagination-bullet t-paging-3" tabindex="0" role="button" aria-label="Go to slide 4">JC</span><span class="swiper-pagination-bullet t-paging-4" tabindex="0"
                                  role="button" aria-label="Go to slide 5">BE</span></div>
                              <!-- Initialize Swiper -->
                              <script>
                                var cloneMe = $('#EDNtestimonial > div:first-child').html();
                                $('#EDNtestimonialMob > .swiper-wrapper').prepend(cloneMe);
                                $('#EDNtestimonial > div:first-child').addClass('swiper-wrapper');
                                var EDNtestimonialSwiper = new Swiper('#EDNtestimonial', {
                                  pagination: {
                                    el: '#EDNtestimonial + .swiper-pagination',
                                    clickable: true,
                                    renderBullet: function(index, className) {
                                      return '<span class="' + className + ' t-paging-' + (index) + '"></span>';
                                    },
                                  },
                                  speed: 600,
                                  autoplay: {
                                    delay: 5000,
                                  },
                                  loop: true,
                                  effect: 'fade',
                                  fadeEffect: {
                                    crossFade: true
                                  },
                                });
                                $('#EDNtestimonial .swiper-slide').not('.swiper-slide-duplicate').each(function() {
                                  var slideIndex = $(this).attr('data-swiper-slide-index');
                                  var slideInitials = $(this).attr('data-initials');
                                  $(this).addClass('swiper-slide-' + slideIndex);
                                  $('#EDNtestimonial + .swiper-pagination .t-paging-' + slideIndex).append(slideInitials);
                                });
                                var EDNtestimonialMobSwiper = new Swiper('#EDNtestimonialMob', {
                                  pagination: {
                                    el: '#EDNtestimonialMob + .swiper-pagination',
                                    clickable: true,
                                    renderBullet: function(index, className) {
                                      return '<span class="' + className + ' t-paging-' + (index) + '"></span>';
                                    },
                                  },
                                  speed: 600,
                                  autoplay: {
                                    delay: 5000,
                                  },
                                  loop: true,
                                  effect: 'fade',
                                  fadeEffect: {
                                    crossFade: true
                                  },
                                  autoHeight: true,
                                  roundLengths: true,
                                });
                                $('#EDNtestimonialMob .swiper-slide').not('.swiper-slide-duplicate').each(function() {
                                  var slideIndex = $(this).attr('data-swiper-slide-index');
                                  var slideInitials = $(this).attr('data-initials');
                                  $(this).addClass('swiper-slide-' + slideIndex);
                                  $('#EDNtestimonialMob + .swiper-pagination .t-paging-' + slideIndex).append(slideInitials);
                                });
                              </script>
                            </div>
                          </div>
                        </div><!-- End_Module_6465 -->
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="contBG" style="background-image:url(/Portals/1/Images/Testimonial-Image/Testimonial_modern-living-room-coffee-table.jpg)"> </div>
            </div>
          </div>
        </div>
        <div class="myPane fap-pane-1"></div>
        <div id="dnn_MidPane" class="myPane">
          <div class="DnnModule DnnModule-TestimonialsModule DnnModule-6489" style="display: none;"><a name="6489" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | Teal Slant Left H3 Title Container | 01.00.00 -->
            <div class="tealBG slantWrap slantWrapWide">
              <div class="siteWidth">
                <div class="slantContainer">
                  <div class="slantCell slantCellMain slantCellWide tealBG invert text-center">
                    <div class="TitleWidth padThis">
                      <div class="TitleTitle">
                        <h3 class="h2 display-title">
                          <span id="dnn_ctr6489_Title_titleLabel" class="noClass"><small>My Testimonials</small>What's it like to work with me?</span>
                        </h3>
                      </div>
                      <div id="dnn_ctr6489_ContentPane" class="TitleContentpane"><!-- Start_Module_6489 -->
                        <div id="dnn_ctr6489_ModuleContent" class="DNNModuleContent ModTestimonialsModuleC">
                          <div id="mvcContainer-6489">
                            <div id="Testimonials-6489">
                              <!--ArticleRepeat:Before:-->
                              <div id="swiperTestimonial" class="swiper-container swiper-testimonial swiper-container-fade swiper-container-initialized swiper-container-horizontal">
                                <div class="edn_6339_article_list_wrapper swiper-wrapper" style="transition-duration: 600ms;">
                                </div><!--ArticleRepeat:After:-->
                                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                              </div>
                              <!-- Add Pagination -->
                              <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"></div>
                              <div id="swiperTestimonialMob" class="swiper-container swiper-testimonial swiper-container-fade swiper-container-initialized swiper-container-horizontal swiper-container-autoheight">
                                <div class="swiper-wrapper" style="transition-duration: 600ms;">
                                </div>
                                <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                              </div>
                              <!-- Add Pagination -->
                              <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"></div>
                              <!-- Initialize Swiper -->
                              <script>
                                var cloneMe = $('#swiperTestimonial > div:first-child').html();
                                $('#swiperTestimonialMob > .swiper-wrapper').prepend(cloneMe);
                                $('#swiperTestimonial > div:first-child').addClass('swiper-wrapper');
                                var swiperTestimonialSwiper = new Swiper('#swiperTestimonial', {
                                  pagination: {
                                    el: '#swiperTestimonial + .swiper-pagination',
                                    clickable: true,
                                    renderBullet: function(index, className) {
                                      return '<span class="' + className + ' t-paging-' + (index) + '"></span>';
                                    },
                                  },
                                  speed: 600,
                                  autoplay: {
                                    delay: 5000,
                                  },
                                  loop: true,
                                  effect: 'fade',
                                  fadeEffect: {
                                    crossFade: true
                                  },
                                });
                                $('#swiperTestimonial .swiper-slide').not('.swiper-slide-duplicate').each(function() {
                                  var slideIndex = $(this).attr('data-swiper-slide-index');
                                  var slideInitials = $(this).attr('data-initials');
                                  $(this).addClass('swiper-slide-' + slideIndex);
                                  $('#swiperTestimonial + .swiper-pagination .t-paging-' + slideIndex).append(slideInitials);
                                });
                                var swiperTestimonialMobSwiper = new Swiper('#swiperTestimonialMob', {
                                  pagination: {
                                    el: '#swiperTestimonialMob + .swiper-pagination',
                                    clickable: true,
                                    renderBullet: function(index, className) {
                                      return '<span class="' + className + ' t-paging-' + (index) + '"></span>';
                                    },
                                  },
                                  speed: 600,
                                  autoplay: {
                                    delay: 5000,
                                  },
                                  loop: true,
                                  effect: 'fade',
                                  fadeEffect: {
                                    crossFade: true
                                  },
                                  autoHeight: true,
                                });
                                $('#swiperTestimonialMob .swiper-slide').not('.swiper-slide-duplicate').each(function() {
                                  var slideIndex = $(this).attr('data-swiper-slide-index');
                                  var slideInitials = $(this).attr('data-initials');
                                  $(this).addClass('swiper-slide-' + slideIndex);
                                  $('#swiperTestimonialMob + .swiper-pagination .t-paging-' + slideIndex).append(slideInitials);
                                });
                              </script>
                            </div>
                            <script type="text/javascript">
                              $(function() {
                                $('.DnnModule-TestimonialsModule').hide();
                              });
                            </script>
                          </div>
                        </div><!-- End_Module_6489 -->
                      </div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="contBG" style="background-image:url(/Portals/1/Images/Testimonial-Image/Testimonial_modern-living-room-coffee-table.jpg)"> </div>
            </div>
          </div>
        </div>
        <div class="myPane fap-pane-2">
          <div class="fap-experience text-center">
            <div class="siteWidth siteNarrower">
              <div class="padThis">
                <h2>My Experience</h2>
                <div class="limit-read" style="max-height: none; height: 150px;" data-readmore="" aria-expanded="false" id="rmjs-1">
                  <div class="h2 light">
                    <p>At SWBC Mortgage, we know that you want to be a confident, capable, and financially savvy home owner. To be that, you need a home loan you feel great about. Choosing the right lender can be difficult because there are too many
                      options, voices and opinions, making you feel anxious and apprehensive. We believe having peace of mind while financing your home shouldn’t be so hard.</p>
                    <p>Imagine if getting a mortgage was a happier experience. SWBC Mortgage has been living and lending in communities like yours for more than 30 years. Join over 120,000 customers who have trusted us on their homebuying journey.
                    </p>
                    <p> My goal is to help you succeed at one of the most important decisions you can make in your life. Meeting the goal of homeownership is not just a sense of accomplishment, but can also be a great investment. I am committed to
                      making this experience for you both positive and memorable.</p>
                    <p>Let me be the one to walk you through the steps and help you enjoy the process of buying your home. Whether you are a first-time homebuyer or simply trying to increase your portfolio with real estate investments, I am committed
                      to helping you through this process.</p>
                    <p> Stop worrying about missing out on the home of your dreams or getting a loan that doesn’t meet your financial goals. Instead, let SWBC Mortgage help you find the happiest way home.</p>
                  </div>
                </div><a class="btn btn-primary" data-readmore-toggle="" aria-controls="rmjs-1">Read more</a>
              </div>
            </div>
          </div>
        </div>
        <div id="dnn_BottomPane" class="myPane">
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-6470 DnnVersionableControl"><a name="6470" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | Full No Title No Pad Container | 01.00.00 -->
            <div class="TitleWidth">
              <div id="dnn_ctr6470_ContentPane" class="TitleContentpane"><!-- Start_Module_6470 -->
                <div id="dnn_ctr6470_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                  <div id="dnn_ctr6470_HtmlModule_lblContent">
                    <div class="stats lightestGreyBG">
                      <div class="siteWidth">
                        <div class="stats-header padThis"> Why SWBC <br class="visible-md visible-lg"> Mortgage </div>
                        <div class="stats-body padThis">
                          <div class="visible-md visible-lg">
                            <img alt="" src="/portals/1/Images/stats-desktop.svg" "="">
			</div>
			<div class=" visible-xxs visible-xs visible-sm">
                            <img alt="" src="/portals/1/Images/stats-mob.svg">
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div><!-- End_Module_6470 -->
              </div>
              <div class="clearfix"></div>
            </div>
          </div>
          <div class="DnnModule DnnModule-EasyDNNnewsWidgets DnnModule-6466"><a name="6466" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | No Title Container | 01.00.00 -->
            <div class="siteWidth">
              <div class="TitleWidth padThis">
                <div id="dnn_ctr6466_ContentPane" class="TitleContentpane"><!-- Start_Module_6466 -->
                  <div id="dnn_ctr6466_ModuleContent" class="DNNModuleContent ModEasyDNNnewsWidgetsC">
                    <script>
                      eds2_2(function($) {
                        $('#edn__contentBlock_6466').edNewsContentBlock({
                          websiteClientRoot: '/',
                          portalId: 1,
                          moduleId: 6466,
                          tabId: 795,
                          itemsPerPage: 4,
                          initialContentItemCount: 4,
                          masonry: false
                        });
                      });
                    </script>
                    <div
                      class="edn__contentBlock_wrapper edn__contentBlock_disablePreviousPage eds_news_SWBCmortgage-EDN eds_subCollection_contentBlock eds_styleSwitchCriteria_module-6466 eds_template_Features_Articles_1-3_Items eds_templateGroup_listFeaturedArticles edn__contentBlock_pageReady edn__contentBlock_ready"
                      id="edn__contentBlock_6466">
                      <!--ArticleRepeat:Before:-->
                      <div id="featured-article-list" class="edn_mainWrapper">
                        <!--RepeatEnd:Before:-->
                        <!--MultiArticleEnd-->
                        <div class="edn__articleListWrapper edn_6466_article_list_wrapper">
                          <!--Before:1:-->
                          <div class="article-list featured-article-list">
                            <div class="article-list-inner">
                              <div class="article-list-item article-list-item-half article-list-item-intro">
                                <div class="row">
                                  <div class="col-lg-10">
                                    <div class="featured-intro-target">
                                      <h2 class="display-title">Browse Our Resources</h2>
                                      <p>Empowering you to make more informed decisions, we provide you with information at your fingertips — to discover at your pace on your time. </p>
                                      <p class="hide-mobile"><a class="btn btn-primary btn-arrow" href="/mortgage-resources">View all</a>
                                      </p>
                                    </div>
                                  </div>
                                </div>
                              </div>
                              <!--BeforeEnd-->
                              <!--ArticleRepeat:1:-->
                              <div class="article-list-item article-list-item-half featureMe hide-mobile">
                                <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan">
                                  <figure>
                                    <div class="type type-article">article</div>
                                    <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

							<span class="figure-image"><img alt="Improve Your Bad Credit Score for Your Home Loan" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/296/880440c6466EDNthumbimg-Res_Improve-Your-Bad-Credit-Score_Article1.jpg);"></span>
						 
						</a>
                                    <figcaption>
                                      <div class="edn-content">
                                        <div class="info">
                                          <!-- Reading time feature -->
                                          <!--
									
										<span class="length eta-label">Read in</span><span class="length eta"></span>
									
								-->
                                        </div>
                                        <h2 class="deepNavyTXT margin-0">
                                          <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

										Improve Your Bad Credit Score for Your Home Loan
									 
									</a>
                                        </h2>
                                      </div>
                                    </figcaption>
                                  </figure>
                                </article>
                              </div>
                              <!--RepeatEnd-->
                              <!--After:1:-->
                              <!--AfterEnd-->
                              <!--MultiArticleEnd-->
                              <!--Before:2:3:4:-->
                              <!--BeforeEnd-->
                              <!--ArticleRepeat:2:3:4:-->
                              <div class="article-list-item featureMe hide-mobile">
                                <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation">
                                  <figure>
                                    <div class="type type-article">article</div>
                                    <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

							<span class="figure-image"><img alt="3 Steps to Begin Your Kitchen Renovation" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/297/880440c6466EDNthumbimg-Res_3-Steps-To-Begin-Your-Kitchen-Renovation_Article1.jpg);"></span>
						 
						</a>
                                    <figcaption>
                                      <div class="edn-content">
                                        <!-- Reading time feature -->
                                        <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                        <h2 class="deepNavyTXT margin-0">
                                          <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

										3 Steps to Begin Your Kitchen Renovation
									 
									</a>
                                        </h2>
                                      </div>
                                    </figcaption>
                                  </figure>
                                </article>
                              </div>
                              <!--RepeatEnd-->
                              <!--MultiArticleEnd-->
                              <!--ArticleRepeat:2:3:4:-->
                              <div class="article-list-item featureMe hide-mobile">
                                <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home">
                                  <figure>
                                    <div class="type type-article">article</div>
                                    <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

							<span class="figure-image"><img alt="4 Benefits of a Custom-Built Home" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/298/880440c6466EDNthumbimg-Res_4-Benefits-of-a-Custom-Built-Home_Article1.jpg);"></span>
						 
						</a>
                                    <figcaption>
                                      <div class="edn-content">
                                        <!-- Reading time feature -->
                                        <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                        <h2 class="deepNavyTXT margin-0">
                                          <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

										4 Benefits of a Custom-Built Home
									 
									</a>
                                        </h2>
                                      </div>
                                    </figcaption>
                                  </figure>
                                </article>
                              </div>
                              <!--RepeatEnd-->
                              <!--MultiArticleEnd-->
                              <!--ArticleRepeat:2:3:4:-->
                              <div class="article-list-item featureMe hide-mobile">
                                <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage">
                                  <figure>
                                    <div class="type type-article">article</div>
                                    <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

							<span class="figure-image"><img alt="5 Questions to Ask Before You Refinance Your Mortgage" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/299/880440c6466EDNthumbimg-Res_5-Questions-To-Ask-Before-Refinancing_Article1.jpg);"></span>
						 
						</a>
                                    <figcaption>
                                      <div class="edn-content">
                                        <!-- Reading time feature -->
                                        <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                        <h2 class="deepNavyTXT margin-0">
                                          <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

										5 Questions to Ask Before You Refinance Your Mortgage
									 
									</a>
                                        </h2>
                                      </div>
                                    </figcaption>
                                  </figure>
                                </article>
                              </div>
                              <!--RepeatEnd-->
                              <!--After:2:3:4:-->
                            </div>
                          </div>
                          <!--AfterEnd-->
                          <!--MultiArticleEnd-->
                        </div>
                        <!--ArticleRepeat:After:-->
                        <div class="hide-desktop">
                          <div id="EDNfeaturedListMob" class="swiper-container swiper-featured-article-list swiper-container-initialized swiper-container-horizontal swiper-container-autoheight">
                            <div class="swiper-wrapper" style="transition-duration: 0ms;">
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="0">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

							<span class="figure-image"><img alt="Improve Your Bad Credit Score for Your Home Loan" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/296/880440c6466EDNthumbimg-Res_Improve-Your-Bad-Credit-Score_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <div class="info">
                                            <!-- Reading time feature -->
                                            <!--
									
										<span class="length eta-label">Read in</span><span class="length eta"></span>
									
								-->
                                          </div>
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

										Improve Your Bad Credit Score for Your Home Loan
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="1">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

							<span class="figure-image"><img alt="3 Steps to Begin Your Kitchen Renovation" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/297/880440c6466EDNthumbimg-Res_3-Steps-To-Begin-Your-Kitchen-Renovation_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

										3 Steps to Begin Your Kitchen Renovation
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="2">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

							<span class="figure-image"><img alt="4 Benefits of a Custom-Built Home" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/298/880440c6466EDNthumbimg-Res_4-Benefits-of-a-Custom-Built-Home_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

										4 Benefits of a Custom-Built Home
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

							<span class="figure-image"><img alt="5 Questions to Ask Before You Refinance Your Mortgage" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/299/880440c6466EDNthumbimg-Res_5-Questions-To-Ask-Before-Refinancing_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

										5 Questions to Ask Before You Refinance Your Mortgage
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide" data-swiper-slide-index="0">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

							<span class="figure-image"><img alt="Improve Your Bad Credit Score for Your Home Loan" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/296/880440c6466EDNthumbimg-Res_Improve-Your-Bad-Credit-Score_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <div class="info">
                                            <!-- Reading time feature -->
                                            <!--
									
										<span class="length eta-label">Read in</span><span class="length eta"></span>
									
								-->
                                          </div>
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

										Improve Your Bad Credit Score for Your Home Loan
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide" data-swiper-slide-index="1">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

							<span class="figure-image"><img alt="3 Steps to Begin Your Kitchen Renovation" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/297/880440c6466EDNthumbimg-Res_3-Steps-To-Begin-Your-Kitchen-Renovation_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

										3 Steps to Begin Your Kitchen Renovation
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide" data-swiper-slide-index="2">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

							<span class="figure-image"><img alt="4 Benefits of a Custom-Built Home" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/298/880440c6466EDNthumbimg-Res_4-Benefits-of-a-Custom-Built-Home_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

										4 Benefits of a Custom-Built Home
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide" data-swiper-slide-index="3">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

							<span class="figure-image"><img alt="5 Questions to Ask Before You Refinance Your Mortgage" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/299/880440c6466EDNthumbimg-Res_5-Questions-To-Ask-Before-Refinancing_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

										5 Questions to Ask Before You Refinance Your Mortgage
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="0">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

							<span class="figure-image"><img alt="Improve Your Bad Credit Score for Your Home Loan" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/296/880440c6466EDNthumbimg-Res_Improve-Your-Bad-Credit-Score_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <div class="info">
                                            <!-- Reading time feature -->
                                            <!--
									
										<span class="length eta-label">Read in</span><span class="length eta"></span>
									
								-->
                                          </div>
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/improve-your-bad-credit-score-for-your-home-loan" target="_self">

										Improve Your Bad Credit Score for Your Home Loan
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="1">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

							<span class="figure-image"><img alt="3 Steps to Begin Your Kitchen Renovation" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/297/880440c6466EDNthumbimg-Res_3-Steps-To-Begin-Your-Kitchen-Renovation_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/3-steps-to-begin-your-kitchen-renovation" target="_self">

										3 Steps to Begin Your Kitchen Renovation
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="2">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

							<span class="figure-image"><img alt="4 Benefits of a Custom-Built Home" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/298/880440c6466EDNthumbimg-Res_4-Benefits-of-a-Custom-Built-Home_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/4-benefits-of-a-custom-built-home" target="_self">

										4 Benefits of a Custom-Built Home
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                              <div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3">
                                <div class="swiper-featured-article-list-wrap">
                                  <article class="edn_article edn_featured_articles" data-href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage">
                                    <figure>
                                      <div class="type type-article">article</div>
                                      <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

							<span class="figure-image"><img alt="5 Questions to Ask Before You Refinance Your Mortgage" src="/DesktopModules/EasyDNNnews/Templates/_default/SWBCmortgage-EDN/assets/images/placeholder.gif" style="background-image:url(/Portals/1/EasyDNNNews/299/880440c6466EDNthumbimg-Res_5-Questions-To-Ask-Before-Refinancing_Article1.jpg);"></span>
						 
						</a>
                                      <figcaption>
                                        <div class="edn-content">
                                          <!-- Reading time feature -->
                                          <!--
								<div class="info">
								
								
									<span class="length eta-label">Read in</span><span class="length eta"></span>
								
								</div>
								-->
                                          <h2 class="deepNavyTXT margin-0">
                                            <a href="https://www.swbcmortgage.com/Mortgage-Resources/5-questions-to-ask-before-you-refinance-your-mortgage" target="_self">

										5 Questions to Ask Before You Refinance Your Mortgage
									 
									</a>
                                          </h2>
                                        </div>
                                      </figcaption>
                                    </figure>
                                  </article>
                                </div>
                              </div>
                            </div>
                            <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
                          </div>
                          <!-- Add Pagination -->
                          <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"></div>
                          <p class="margin-top-50"><a class="btn btn-primary btn-arrow" href="/mortgage-resources">View all resources</a></p>
                        </div>
                        <!-- Initialize Swiper -->
                        <script>
                          $('.featured-article-list .featureMe').each(function() {
                            $(this).clone().appendTo('#EDNfeaturedListMob > .swiper-wrapper');
                          });
                          $('#EDNfeaturedListMob .featureMe').removeClass().addClass('swiper-featured-article-list-wrap').wrap('<div class="swiper-slide" />');
                          var EDNfeaturedListMob = new Swiper('#EDNfeaturedListMob', {
                            pagination: {
                              el: '#EDNfeaturedListMob + .swiper-pagination',
                              clickable: true,
                            },
                            slidesPerView: 'auto',
                            loop: true,
                            autoHeight: true,
                            roundLengths: true,
                          });
                        </script>
                        <!-- Reading time feature -->
                        <!--
<script>
	$('article.edn_article.edn_featured_articles').each(function() {
		let _this = $(this);
		_this.readingTime({
			readingTimeTarget: _this.find('.eta'),
			remotePath: _this.attr('data-href'),
			remoteTarget: '.edn_articleDetails'
		});
	});
</script>
-->
                      </div>
                      <!--RepeatEnd:After:-->
                      <!--MultiArticleEnd-->
                    </div>
                  </div><!-- End_Module_6466 -->
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
          </div>
        </div>
        <div class="myPane">
          <div class="siteWidth">
            <div class="fap-pane-3">
              <div><strong>Licenses:</strong> VA License #: MLO-20929VA, TN License #: 119545, TX License #: , AL License #: 54584, GA License #: 42308, FL License #: LO15697, MS License #: 195626, LA License #: , AR License #: 129984</div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div id="dnn_HiddenPane" class="myPane" aria-hidden="true">
      <div class="DnnModule DnnModule-DNN_HTML DnnModule-6488 DnnVersionableControl"><a name="6488" aria-hidden="true"></a>
        <!-- SWBC Mortgage Containers | H2 Title Container | 01.00.00 -->
        <div class="siteWidth">
          <div class="TitleWidth padThis">
            <div class="TitleIcon">
            </div>
            <div class="TitleTitle">
              <h2>
                <span id="dnn_ctr6488_Title_titleLabel" class="noClass">Text/HTML</span>
              </h2>
            </div>
            <div id="dnn_ctr6488_ContentPane" class="TitleContentpane"><!-- Start_Module_6488 -->
              <div id="dnn_ctr6488_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                <div id="dnn_ctr6488_HtmlModule_lblContent">
                  <div class="featured-intro-source">
                    <h2 class="display-title">Browse Our Resources</h2>
                    <p>Empowering you to make more informed decisions, we provide you with information at your fingertips — to discover at your pace on your time. </p>
                    <p class="hide-mobile"><a class="btn btn-primary btn-arrow" href="/mortgage-resources">View all</a>
                    </p>
                  </div>
                </div>
              </div><!-- End_Module_6488 -->
            </div>
            <div class="clearfix"></div>
          </div>
        </div>
      </div>
    </div>
    <div id="dnn_FloaterPane" class="myPane">
      <div class="DnnModule DnnModule-FloatingToolbarModule DnnModule-6473"><a name="6473" aria-hidden="true"></a>
        <!-- SWBC Mortgage Containers | Full No Title No Pad Container | 01.00.00 -->
        <div class="TitleWidth">
          <div id="dnn_ctr6473_ContentPane" class="TitleContentpane"><!-- Start_Module_6473 -->
            <div id="dnn_ctr6473_ModuleContent" class="DNNModuleContent ModFloatingToolbarModuleC">
              <div id="mvcContainer-6473">
                <div id="Float-6473">
                </div>
                <script type="text/javascript">
                  $(function() {
                    $('.apply-button > .btn').attr('href', 'https://apply.swbcmortgage.com/#/signup?referrerId=cassandra.langley%40swbc.com');
                    $('a.apply-button').attr('href', 'https://apply.swbcmortgage.com/#/signup?referrerId=cassandra.langley%40swbc.com');
                    $('a.apply-now').attr('href', 'https://apply.swbcmortgage.com/#/signup?referrerId=cassandra.langley%40swbc.com');
                  });
                </script>
              </div>
            </div><!-- End_Module_6473 -->
          </div>
          <div class="clearfix"></div>
        </div>
      </div>
    </div>
    <footer class="footerMain">
      <div class="siteWidth">
        <div id="dnn_FooterPane" class="myPane">
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-6847 DnnVersionableControl"><a name="6847" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | No Title Container | 01.00.00 -->
            <div class="siteWidth">
              <div class="TitleWidth padThis">
                <div id="dnn_ctr6847_ContentPane" class="TitleContentpane"><!-- Start_Module_6847 -->
                  <div id="dnn_ctr6847_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr6847_HtmlModule_lblContent">
                      <div class="row text-center-xs text-center-sm">
                        <div class="col-md-3 col-md-push-6">
                          <ul class="footer-links">
                            <li><a href="/find-a-pro">Find a Pro</a></li>
                            <li><a href="/careers">Careers</a></li>
                            <li><a href="/contact-us">Contact Us</a></li>
                            <li><a href="http://blog.swbc.com/" target="_blank">Blog</a></li>
                          </ul>
                        </div>
                        <div class="col-md-3 col-md-push-6">
                          <ul class="footer-links">
                            <li><a href="/privacy-policy">Privacy Policy</a></li>
                            <li><a href="/ccpa-policy">Privacy Disclosure for California Residents</a></li>
                            <li><a href="/mortgage-licenses-disclosures">Mortgage Licenses &amp; Disclosures</a></li>
                            <li><a href="https://www.nmlsconsumeraccess.org/EntityDetails.aspx/COMPANY/9741" target="_blank">NMLS Consumer Access</a></li>
                          </ul>
                        </div>
                        <hr class="short hidden-md hidden-lg padding-top-30">
                        <div class="col-md-6 col-md-pull-6 margin-top-50 margin-top-md-0 margin-top-lg-0">
                          <ul class="footer-text">
                            <li><strong>SWBC Mortgage Corporation</strong><br> NMLS #9741</li>
                            <li><small><strong>CORPORATE OFFICE</strong></small><br> 9311 San Pedro Avenue, Suite 100<br>San Antonio, Texas 78216</li>
                          </ul>
                          <ul class="footer-icons">
                            <li><img src="/Portals/_default/skins/swbcmortgage/images/content/EHL-Bug.svg" alt="Equal Housing Lender" width="50"></li>
                            <li><a href="https://www.instagram.com/swbcmortgage/" target="_blank"><img src="/Portals/_default/skins/swbcmortgage/images/content/logo-instagram.svg" alt="SWBC Mortgage Instagram"></a></li>
                            <li><a href="https://www.facebook.com/swbcmortgage/" target="_blank"><img src="/Portals/_default/skins/swbcmortgage/images/content/logo-facebook.svg" alt="SWBC Mortgage Facebook"></a></li>
                            <li><a href="https://www.linkedin.com/company/swbc-mortgage/" target="_blank"><img src="/Portals/_default/skins/swbcmortgage/images/content/logo-linkedin.svg" alt="SWBC Mortgage LinkedIn"></a></li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </div><!-- End_Module_6847 -->
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="copyrightMain">
        <div id="dnn_CopyrightPane" class="myPane">
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-6472 DnnVersionableControl"><a name="6472" aria-hidden="true"></a>
            <!-- SWBC Mortgage Containers | No Title Container | 01.00.00 -->
            <div class="siteWidth">
              <div class="TitleWidth padThis">
                <div id="dnn_ctr6472_ContentPane" class="TitleContentpane"><!-- Start_Module_6472 -->
                  <div id="dnn_ctr6472_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr6472_HtmlModule_lblContent">
                      <div class="row">
                        <div class="col-md-10 col-md-offset-1"> ©2024 SWBC Mortgage Corporation. Loans are subject to credit and property approval. Other restrictions and conditions may apply. Programs and guidelines are subject to change without
                          notice. Rates are subject to change daily. </div>
                      </div>
                    </div>
                  </div><!-- End_Module_6472 -->
                </div>
                <div class="clearfix"></div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </footer>
  </div>
  <script src="//fast.wistia.com/assets/external/E-v1.js" async=""></script>
  <input name="ScrollTop" type="hidden" id="ScrollTop">
  <input name="__dnnVariable" type="hidden" id="__dnnVariable" autocomplete="off"
    value="{&quot;__scdoff&quot;:&quot;1&quot;,&quot;trackLinks&quot;:&quot;false&quot;,&quot;sf_siteRoot&quot;:&quot;/&quot;,&quot;sf_tabId&quot;:&quot;1640&quot;,&quot;evoq_TabId&quot;:&quot;1640&quot;,&quot;evoq_PageLanguage&quot;:&quot;en-US&quot;,&quot;evoq_ContentItemId&quot;:&quot;-1&quot;,&quot;evoq_UrlReferrer&quot;:&quot;&quot;,&quot;evoq_UrlPath&quot;:&quot;https%3a%2f%2fwww.swbcmortgage.com%2floan-officer%2f195626&quot;,&quot;evoq_UrlQuery&quot;:&quot;%3fTabId%3d1640%26195626%26language%3den-US&quot;,&quot;evoq_ContentItemReferrer&quot;:&quot;-1&quot;,&quot;evoq_PersonalizedUrlReferrer&quot;:&quot;-1&quot;,&quot;evoq_DisableAnalytics&quot;:&quot;False&quot;}">
  <input name="__RequestVerificationToken" type="hidden" value="mWTslUrW1IZoUqYDIafRtPVdf1P1RMQoT4E3QJbCU7mu3awAk7xflDdGtX7uRczdjnQUSQ2">
  <script src="/DesktopModules/DnnSharp/ActionForm/static/validators/at-least-one-is-filled.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/static/validators/at-least-one-positive-integer.js?cdv=719" type="text/javascript"></script>
  <script src="/DesktopModules/DnnSharp/ActionForm/static/validators/fill-all.js?cdv=719" type="text/javascript"></script>
</form>

Text Content

Skip to main content
×
 * Home
 * Find a Pro
 * Resources
 * FAQs
 * About Us
 * Apply Now
 * Sign In
    * My Application
    * My Mortgage


 * Find a Pro
 * Resources
 * FAQs
 * About Us
 * Apply Now
 * Sign In
    * My Application
    * My Mortgage





CASSANDRA LANGLEY

 * Producing Branch Manager
 * NMLS #: 195626
 * State Licenses

 * Direct: 850-554-2569

 * Orange Beach Branch

Apply Now Contact me
Thank you for giving me the chance to be your mortgage loan officer. Whether it
is your first home or your fiftieth, I am here to help you choose a loan program
and to guide you through the homebuying process.



HOW IT WORKS


STEP 1: SHARE YOUR GOALS

Buying or refinancing a home can be overwhelming. Contact me to chat about your
homeownership goals. 

--------------------------------------------------------------------------------


STEP 2: EASILY APPLY

Apply online through TurnKey®, our simple and secure mobile-friendly
application.

--------------------------------------------------------------------------------


STEP 3: EXPLORE YOUR OPTIONS

With a clear picture of your goals and finances, we’ll find a loan program that
best fits your needs.


×

Contact Cassandra
First Name*
Last Name*
Email*
Phone*

* Marked fields are mandatory.



Submit
reCAPTCHA








SWBC MORTGAGE CLIENT TESTIMONIALSWHAT'S IT LIKE TO WORK WITH US?

Everything was perfect, we really appreciate SWBC for their hard work.

Bahadir E.

This was our first home purchase and everything was above our expectations and
we couldn’t have been happier with the process!

Dallon M.

Everything was great. Very professional staff with good communication.

Adilene M.

You guys just nailed it! Awesome.

Cesar M.

Thank you! I wish I started with you earlier. Very knowledgeable team.

Jocelyn C.

Everything was perfect, we really appreciate SWBC for their hard work.

Bahadir E.

This was our first home purchase and everything was above our expectations and
we couldn’t have been happier with the process!

Dallon M.
DMAMCMJCBE

Everything was perfect, we really appreciate SWBC for their hard work.

Bahadir E.

This was our first home purchase and everything was above our expectations and
we couldn’t have been happier with the process!

Dallon M.

Everything was great. Very professional staff with good communication.

Adilene M.

You guys just nailed it! Awesome.

Cesar M.

Thank you! I wish I started with you earlier. Very knowledgeable team.

Jocelyn C.

Everything was perfect, we really appreciate SWBC for their hard work.

Bahadir E.

This was our first home purchase and everything was above our expectations and
we couldn’t have been happier with the process!

Dallon M.
DMAMCMJCBE




MY TESTIMONIALSWHAT'S IT LIKE TO WORK WITH ME?





MY EXPERIENCE

At SWBC Mortgage, we know that you want to be a confident, capable, and
financially savvy home owner. To be that, you need a home loan you feel great
about. Choosing the right lender can be difficult because there are too many
options, voices and opinions, making you feel anxious and apprehensive. We
believe having peace of mind while financing your home shouldn’t be so hard.

Imagine if getting a mortgage was a happier experience. SWBC Mortgage has been
living and lending in communities like yours for more than 30 years. Join over
120,000 customers who have trusted us on their homebuying journey.

My goal is to help you succeed at one of the most important decisions you can
make in your life. Meeting the goal of homeownership is not just a sense of
accomplishment, but can also be a great investment. I am committed to making
this experience for you both positive and memorable.

Let me be the one to walk you through the steps and help you enjoy the process
of buying your home. Whether you are a first-time homebuyer or simply trying to
increase your portfolio with real estate investments, I am committed to helping
you through this process.

Stop worrying about missing out on the home of your dreams or getting a loan
that doesn’t meet your financial goals. Instead, let SWBC Mortgage help you find
the happiest way home.

Read more
Why SWBC
Mortgage




BROWSE OUR RESOURCES

Empowering you to make more informed decisions, we provide you with information
at your fingertips — to discover at your pace on your time.

View all

article


IMPROVE YOUR BAD CREDIT SCORE FOR YOUR HOME LOAN

article


3 STEPS TO BEGIN YOUR KITCHEN RENOVATION

article


4 BENEFITS OF A CUSTOM-BUILT HOME

article


5 QUESTIONS TO ASK BEFORE YOU REFINANCE YOUR MORTGAGE

article


IMPROVE YOUR BAD CREDIT SCORE FOR YOUR HOME LOAN

article


3 STEPS TO BEGIN YOUR KITCHEN RENOVATION

article


4 BENEFITS OF A CUSTOM-BUILT HOME

article


5 QUESTIONS TO ASK BEFORE YOU REFINANCE YOUR MORTGAGE

article


IMPROVE YOUR BAD CREDIT SCORE FOR YOUR HOME LOAN

article


3 STEPS TO BEGIN YOUR KITCHEN RENOVATION

article


4 BENEFITS OF A CUSTOM-BUILT HOME

article


5 QUESTIONS TO ASK BEFORE YOU REFINANCE YOUR MORTGAGE

article


IMPROVE YOUR BAD CREDIT SCORE FOR YOUR HOME LOAN

article


3 STEPS TO BEGIN YOUR KITCHEN RENOVATION

article


4 BENEFITS OF A CUSTOM-BUILT HOME

article


5 QUESTIONS TO ASK BEFORE YOU REFINANCE YOUR MORTGAGE



View all resources


Licenses: VA License #: MLO-20929VA, TN License #: 119545, TX License #: , AL
License #: 54584, GA License #: 42308, FL License #: LO15697, MS License #:
195626, LA License #: , AR License #: 129984


TEXT/HTML


BROWSE OUR RESOURCES

Empowering you to make more informed decisions, we provide you with information
at your fingertips — to discover at your pace on your time.

View all



 * Find a Pro
 * Careers
 * Contact Us
 * Blog

 * Privacy Policy
 * Privacy Disclosure for California Residents
 * Mortgage Licenses & Disclosures
 * NMLS Consumer Access

--------------------------------------------------------------------------------

 * SWBC Mortgage Corporation
   NMLS #9741
 * CORPORATE OFFICE
   9311 San Pedro Avenue, Suite 100
   San Antonio, Texas 78216

 * 
 * 
 * 
 * 


©2024 SWBC Mortgage Corporation. Loans are subject to credit and property
approval. Other restrictions and conditions may apply. Programs and guidelines
are subject to change without notice. Rates are subject to change daily.