@font-face {
  font-family: "GothamLight";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Medium") format("svg");
}

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Bold") format("svg");
}

body {
  background: #f0f0f0 !important;
  font-weight: 400;
  font-size: 1.2rem !important;
  line-height: 1.7 !important;
}


a,
a h1,
a h2,
a h3 {
  color: #1e68ae !important;
  cursor: pointer !important;
}

a:visited,
a:visited h1,
a:visited h2,
a:visited h3 {
  color: #551a8b !important;
}

a {
  position: relative;
  text-decoration: underline !important;
}

body,
p {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif !important;
  color: #444444 !important;
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-primary,
.text-secondary,
a:hover,
a:focus,
a:hover h1,
a:focus h1,
a:hover h2,
a:focus h2,
a:hover h3,
a:focus h3,
.btn {
  color: #073579 !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GothamLight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  width: 100% !important;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

h2 strong,
strong h2,
h4,
h4 strong,
strong h4,
h5,
h5 strong,
strong h5,
h6,
h6 strong,
strong h6,
strong,
strong {
  font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h3,
h3 strong,
strong h3,
h1 strong,
strong h1 {
  font-family: "GothamMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a:focus,
a:active,
a:hover {
  background-color: #fdf1d5;
  color: #073579;
  outline: 1px solid #2278c9;
  outline-offset: 1px !important;
  text-decoration: none;
}


/* START input, textarea, select Styles */
/*Dropdown CSS*/

label.dropdown select {
  width: 100%;
  padding: inherit !important;
  min-height: inherit !important;
  height: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin: 0px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: inherit !important;
  background-color: inherit !important;
  background-image: none !important;
  background-repeat: repeat-x !important;
  color: inherit !important;
  border: 1px solid inherit;
  outline: none !important;
  display: inline-block !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  line-height: inherit !important;
}

label.dropdown select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

label.dropdown select:hover {
  border: 1px solid #949494 !important;
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

label.dropdown {
  position: relative !important;
  display: inline-block;
}

label.dropdown:after {
  display: none;

}

/*End Dropdown CSS*/
input[type="text"],
textarea,
select,
label.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border-radius: .25rem !important;
  border-color: #757575 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3rem !important;
  line-height: 1.3 !important;
  margin: 0.2em 0 !important;
  padding: 0.7rem 0.7em !important;
  width: 100% !important;
  color: #494949 !important;
}

textarea {
  height: auto !important;
}


/*
[type="checkbox"],
[type="radio"] {
  position: absolute;
  left: -999em;
}

[type="checkbox"]+label,
[type="radio"]+label {
  cursor: pointer;
  margin-bottom: 0.65em;
}

[type="checkbox"]+label::before {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #757575;
  box-shadow: 0 0 0 1px #757575;
  height: 1.3rem;
  width: 1.3rem;
  line-height: 1.3rem;
  margin-left: 1px;
  margin-right: 0.6em;
}

[type="radio"]:checked+label::before {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #2278c9;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #2278c9;
}

[type="checkbox"]:checked+label::before,
[type="radio"]:checked+label::before {
  background-color: #2278c9;
  -webkit-box-shadow: 0 0 0 1px #2278c9;
  box-shadow: 0 0 0 1px #2278c9;
}

[type="radio"]+label::before {
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  height: 1rem;
  line-height: 1rem;
  margin-left: 3px;
  margin-right: 0.75em;
  width: 1rem;
}

[type="checkbox"]+label::before,
[type="radio"]+label::before {
  background: #ffffff;
  content: "\a0";
  display: inline-block;
  text-indent: 0.15em;
  vertical-align: middle\0;
}

[type="checkbox"]:focus+label::before,
[type="radio"]:focus+label::before {
  outline: 2px solid #2278c9 !important;
  outline-offset: 3px !important;
  color: #073579;
}

[type="checkbox"]:checked+label::before,
[type="checkbox"]:checked:disabled+label::before {
  background-image: url(../img/icon-correct.png);
  background-image: url(../img/icon-correct.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}

[type="checkbox"]:disabled+label {
  color: #d6d7d9 !important;
}

[type="checkbox"]:disabled+label::before,
[type="radio"]:disabled+label::before {
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 0 1px #aeb0b5;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed;
}

[type="radio"]:checked+label::before {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #2278c9;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #2278c9;
} */

.pop-fieldset-inputs label {
  margin-top: 0;
}

.pop-input-label-helper {
  color: #757575 !important;
}

.pop-input-error {
  border-left: 4px solid #cf102d;
  margin-top: 3rem;
  margin-right: -2rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  right: 1.9rem;
}

.is-valid {
  border-color: #218739 !important;
}

.is-invalid {
  border-color: #cf102d !important;
}

.pop-alert-isvalid-feedback {
  color: #218739 !important;
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:active,
input[type="password"]:active {
  border-color: #073579 !important;
}

input[type="submit"] {
  width: auto !important;
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;
}

label {
  color: #073579;
  max-width: 66ch;

}

select,
label.dropdown select {
  background-image: url(../img/icon-select-arrow.png) !important;
  background-image: url(../img/icon-select-arrow.svg) !important;
  background-position: right 1rem center !important;
  background-repeat: no-repeat !important;
  background-size: 0.6rem !important;
  padding-right: 2rem !important;
}


/* START Buttons */
.btn {
  border: 2px solid transparent !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-color: transparent !important;
  padding: 0.475rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 1.5rem !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn.btn-default,
.btn.btn-primary {
  padding: .5rem 1rem !important;
}

.btn-default {
  background-color: #fff !important;
  color: #2278c9 !important;
  border-color: #2278c9 !important;
}

.btn-primary {
  border-color: #2278c9 !important;
  background-color: #2278c9 !important;
}

.btn-primary,
.btn-primary:visited button.disabled {
  color: #fff !important;
}

.btn-primary:hover,
.pop-btn-primary:hover,
.pop-btn-hover {
  /*background-color: $color-accent-hover !important;*/
  border-color: #114c93 !important;
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #073579 !important;
  border-color: #073579 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #fff !important;
  border-color: #073579 !important;
  color: #073579 !important;
}

.btn-default:active,
.pop-btn-default:active {
  background-color: #073579 !important;
  border-color: #073579 !important;
  color: #fff !important;
}


.btn:disabled,
button.disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  opacity: 0.65 !important;
}

.btn-lg,
.pop-btn-lg {
  padding: 0.6rem 1.5rem !important;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
}

.btn:not(:disabled):not(.disabled),
.pop-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn.btn-clear:hover {
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
 }

/* END Buttons */

body,
div {
  font-family: "Open Sans", "Helvetica", Arial !important;
  color: #363636 !important;
}

label select {
  margin-top: 0px !important;
}

.lnk-container a {
  font-size: 14px !important;
  color: #fff !important;
}

.lnk-container a:visited {
  color: #fff !important;
}

span.brand {
  width: 30px !important;
  height: 50px;
  padding: 0px !important;
  overflow-x: hidden;
  overflow-y: hidden;
  display: inline-block;
  background-image: url(../img/logo-popular-white.png);
  background-image: url(../img/logo-popular-white.svg);
  background-repeat: no-repeat;
  background-size: auto 30px !important;
  background-position: 0px center;
}

span.brand img {
  display: none;
}

.icon-chevron-left {
  background-image: url(../img/icon-back-chevron-blue.png) !important;
  background-image: url(../img/icon-back-chevron-blue.svg) !important;
  background-size: 100% auto !important;
  background-position: 0 0 !important;
  display: inline-block;
  margin-right: 4px !important;
  margin-left: 0px !important;
}

.icon-pencil {
  background-image: url(../img/icon-edit-blue.png) !important;
  background-image: url(../img/icon-edit-blue.svg) !important;
  background-size: 100% auto !important;
  background-position: 0 0 !important;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}

h1 {
  font-size: 1.4rem !important;
}

h1:after {
  content: '';
  width: 45px !important;
  height: 3px !important;
  background: #2278c9;
  display: block;
  margin: 20px 0px 20px 0px;
}

.span3 {
  background: transparent !important;
  font-weight: 400 !important;
  color: #073579 !important;
  /* text-transform: uppercase; */
}

.title h2 {
  font-family: 'GothamBold' !important;
}

.container.review .row {
  background: #fff !important;
  border-top: 0px !important;
}

.container.review .row.title {
  background: transparent !important;
}

.container.review .row.title .span12 {
  position: relative;
}

.container.review .row.title .span12 .btn {
  position: absolute;
  right: 0px;
  margin-top: 20px !important;
  border: 2px solid #2278c9 !important;
}

.container.review .row.title .span12 .btn:hover,
.container.review .row.title .span12 .btn:focus,
.container.review .row.title .span12 .btn:active {
  border-color: #073579 !important;
  color: #073579 !important;
  outline: none !important;
}

.span6 label.dropdown select,
.span4 label.dropdown select,
#areaCodePersonWork {
  font-size: inherit !important;
  padding: .4rem .9rem !important;
  background-color: #fff !important;
  background-image: none !important;
  background-image: url(../img/icon-select-arrow.png) !important;
  background-image: url(../img/icon-select-arrow.svg);
  background-position: right 1rem center !important;
  background-repeat: no-repeat !important;
  background-size: 0.6rem !important;

}

.help-bubble.left {
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
  background-image: url(../img/icon-alert-info.png) !important;
  background-image: url(../img/icon-alert-info.svg) !important;
}

div.span3,
div.span4,
div.span6 {
  position: relative !important;
}

label.dropdown {
  margin-top: .8rem !important;
}

#successDiv {
  font-family: "GothamLight", "Helvetica", Arial !important;
  color: #2378c9 !important;
  padding-top: 130px !important;
  background-image: url(../img/icon_check_w_circle.png);
  background-image: url(../img/icon_check_w_circle.svg);
  background-repeat: no-repeat;
  background-position: center top !important;
  background-size: 100px 100px;
}

#successText {
  font-family: "Open Sans", "Helvetica", Arial !important;
  color: #2378c9 !important;
}

#successGrey {
  font-family: "Open Sans", "Helvetica", Arial !important;
  color: #636363 !important;
}


.btn-primary.green {
  background: transparent !important;
  color: #2278c9 !important;
  text-shadow: none !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  border: 2px solid #2278c9 !important;
  border-radius: .5rem !important;
}

.btn-primary.green:hover,
.btn-primary.green:focus,
.btn-primary.green:active,
.btn-primary.green:hover span,
.btn-primary.green:focus span,
.btn-primary.green:active span {
  border-color: #073579 !important;
  color: #073579 !important;
}

.btn-primary.green span {
  color: #2278c9 !important;
  text-shadow: none !important;
}

.btn-primary.green strong {
  font-size: 18px !important;
}

.checkmark {
  display: none;
}

.form-actions {
  background: transparent !important;
  border-top: 0px !important;
}

#income{
  color: #114c93 !important;
  text-decoration: none !important
}

@media(min-width: 480px) {
  span.brand {
    width: 170px !important;
    height: 60px;
    margin: .7rem 0 0 .3rem !important;
  }

  .lnk-container {
    padding: 1.6rem 1rem !important;
  }
}


@media(max-width: 768px) {
  label {
    margin-top: 1rem;
  }

  .span6 label.dropdown {
    display: block !important;
    margin-top: 1rem !important;
  }

  .row>div.span3,
  .row>div.span4,
  .row>div.span6 {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    clear: both !important;
    float: none !important
  }

  input[type="text"],
  select,
  label select {
    font-size: inherit !important;
    width: 100% !important;
  }

  label select {
    min-width: 200px !important;
  }


  .navbar-inner a:hover,
  .navbar-inner a:active,
  .navbar-inner a:focus {
    background: transparent !important;
    color: #fff !important;
  }

  [class*="span"] {
    clear: both;
  }

  .card img {
    left: 0px !important;
  }

  .card.pull-right {
    float: left !important;
    display: block !important;
    clear: both !important;
    width: 200px !important;
    position: relative;
    margin-bottom: 1rem !important;
    left: 0;
  }



  .form-actions button {
    width: 48.3333% !important;
  }

  .form-actions button[type="submit"] {
    margin-bottom: 20px !important;
  }
  
  .form-actions button[type="submit"].full-width {
    width: 100% !important;
  }

  #cancelFunction {
    display: block !important;
    clear: both;
    width: 100% !important;
    margin-top: 1rem !important;
    border: none !important;
    background: transparent !important
  }

  .container.review .span3 {
    width: 100% !important;
  }

  .container.review .span9 {
    padding-top: 0px !important;
  }

  .container.review .row.title .span12 .btn {
    right: 20px;
  }

}

@media(max-width: 480px) {

  .lnk-container {
    padding: .5rem !important;
  }

  .form-actions button {
    width: 100% !important;
  }

  .form-actions button {
    margin-bottom: 20px !important;
  }

}

@media (max-width: 640px){
  .review .span12 h2 {
      padding-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .row.title .span12 {
    padding: 1rem !important;
  }
}