.topBanner .container {
  text-align: right;
  padding: 5px;
}
.topBanner {
  height: 35px;
  background: #fff;
  border: solid #0d9dda;
  border-width: 0 0 2px;
}
.topBanner span {
  font-size: 11px;
  color: #59575c;
}
.topBanner a {
  font-size: 11px;
  color: #0b5cab;
}
.navbar {
  height: 110px;
  background: #fff;
  border: 2px solid #00a1e0;
  border-width: 0 0 2px 0;
}
.navbar-brand {
  margin-left: 10px;
}
.navbar-brand svg {
  height: 58px;
}
.featureGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featureGroup h3, .filterGroup h3 {
  color: #032d60;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  padding: 50px 0;
  margin: 0;
}
.featureGroup h3, .filterGroup h3 {
  font-family: "Avant Garde Demi", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.appFooter {
  margin-top: 0;
  min-height: 86px;
  background: #032e61;
  color: #fff;
  font-size: 11px;
}
.appFooter .row {
  padding: 20px 0;
}
.appFooter a {
  color: #00a1e0;
}
.appFooter .page-footer_links_list {
  padding: 0 0 7px;
  margin: 10px 0;
}
.appFooter .page-footer_links_list .page-footer_links_item:first-child {
  margin-left: 0;
}
.appFooter .page-footer_links_list .page-footer_links_item {
  display: inline-block;
  margin: 5px 10px 0 10px;
}
body > header.header-container {
  position: relative;
  z-index: 104;
}
body {
  padding-top: 0;
}
body, html {
  background: #fff !important;
  font-family: "salesforcesans-regular", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header-container {
  padding: 0;
}
.navbar {
  margin-top: 0px;
  position: relative;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.heroContainer {
  position: relative;
  z-index: 2;
}
.heroContainer h1 {
  font-family: "Avant Garde Demi", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  color: #032e61;
  margin-bottom: 0;
  padding-top: 70px;
}
.registration-form h2 {
  font-family: "Avant Garde Demi", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  color: #032e61;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 36px;
}
.registration-form p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  padding-bottom: 10px;
}
.registration-form-disclaimer {
  font-size: 16px;
  line-height: 24px;
  color: #200D38;
  padding: 0px;
}
.heroContainer .btn {
  margin-top: 1.5rem;
}
.heroContainer {
  background: transparent;
}
.heroContainer h1 {
  margin-bottom: 30px;
}
.registration-form label {
  color: #222222;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
font-weight: normal !important;
}
.form-row .form-control {
  height: 49px;
  border: 1px solid #9A8F87;
  font-size: 22px;
  line-height: 30px;
  color: #222222;
  font-weight: 100;
}
.col-padding {
  padding: 0px !important;
}
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #0176D3;
  border-color: #0176D3;
}
.btn-container button {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  color: #ffffff;
  background: #0176D3;
  border-radius: 3px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin: 30px 0;
}
.left-field {
  padding-left: 5px !important;
}
.right-field {
  padding-right: 5px !important;
}
/* Edge */ ::-webkit-input-placeholder {
  color: #C7C7C7;
}
/* Internet Explorer */ :-ms-input-placeholder {
  color: #C7C7C7;
}
::placeholder {
  color: #C7C7C7;
}
option:checked {
  color: #C7C7C7;
}

.form-control::-webkit-input-placeholder {
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
} /* Microsoft Edge */
.recaptcha-checkbox-border {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  font-size: 1px;
  height: 26px;
  position: absolute;
  width: 26px;
  z-index: 1;
  opacity: 0.3;
}
.select-option select {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.87);
  border-color: #9A8F87;
  border-radius: 4px;
  height: 49px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" style="fill:rgb(33, 92, 160);" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
}

.select-items div, .select-selected {
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}
.select-selected {
  background-color: #fff;
  ;
  padding: 6px 12px;
  background-image: url(data:image/svg+xml;
utf-8, <svg xmlns="http://www.w3.org/2000/svg"width="36"height="36"style="fill:rgb(33, 92, 160);"viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z"fill="none"/></svg>);
  background-repeat: no-repeat;
  background-position: right;
  line-height: 34px !important;
}
.select-items {
  height: auto;
  max-height: 130px;
  overflow: auto;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ccc;
  margin-top: 5px;
  border-radius: 4px;
}
.recaptcha-checkbox-border {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px !important;
  background-color: #fff;
  border: 1px solid #c1c1c1 !important;
}
.captcha-error-block {
  color: #C23934 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-top: 0;
}
.warning {
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/5/Icon_warning.svg');
  background-repeat: no-repeat;
  color: #C23934 !important;
top:38px !important;
}
.check {
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/5/Icon-check.svg');
  background-repeat: no-repeat;
  color: #278806 !important;
  top: 42px !important;
}
.help-block {
  color: #C23934 !important;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
.has-error .form-control {
  background-color: #F6E2E1;
  border-color: #C23934 !important;
}
.has-success .form-control {
  border: 1px solid #00A1E0;
  box-shadow: 0 0 3px 0 rgba(0, 161, 224, 0.5);
  background-color: #E4F7FE;
}
.form-control-feedback {
  position: absolute;
  top: 44px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.opt-container {
  height: 1600px;
}
.opt-container-error {
  height: 920px;
}
.double-opt-container {
  height: 1080px;
}
.double-opt-confirm-container {
  height: 980px;
}
.select-font{
font-weight:100 !important;
}

.form-group {
    margin-bottom: 1.5rem;
}
.form-row .form-control {
    color: #999999 !important;
    border-radius: 4px;
}
.btn-container a {
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin: 40px 0 0;
}
label {
    display: inline-block;
    margin-bottom: .2rem;
}
.mandatory-sup {
    top: 2px;
    font-size: 16px;
}
/* Media Query */
@media (min-width: 992px) {
  .heroContainer .hero-header-content {
    padding-left: 100px;
    padding-top: 20px;
  }
  .heroContainer h1 {
    font-size: 48px;
    color: #032d60;
    line-height: 56px;
  }
  .registration-form h2 {
    font-size: 36px;
    color: #032d60;
    line-height: 44px;
  }
  .heroContainer p {
    font-size: 24px;
    color: #200d38;
    line-height: 36px;
  }
  .registration-form p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
  }
}
@media only screen and (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl, .container-xxs {
    max-width: 1312px;
  }
}
@media (max-width: 1439.98px) {
  .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .navbar {
    height: 75px;
  }
  .navbar-brand svg {
    height: 45px;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .nav-link {
    padding: 10px 5px !important;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1312px) {
  .container {
    width: 1312px;
  }
}
.maskImageLoad {
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/1e4b31c0-b1e3-4498-9960-d52712c6df83.png');
  background-position: bottom center;
  background-size: auto 800px;
  background-repeat: no-repeat;
}
.double-optin-maskImageLoad {
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/8a50f8a7-92d8-4df3-b51b-f289aad4cae9.png');
  background-position: bottom center;
  background-size: auto 800px;
  background-repeat: no-repeat;
}
.error-optin-maskImageLoad {
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/4316e0bf-2446-4d73-97fb-3e82ef8b64af.png');
  background-position: bottom center;
  background-size: auto 770px;
  background-repeat: no-repeat;
}
.double-opt-confirm-maskImageLoad {
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/58b80d19-00d5-407f-9693-c2753367a62c.png');
  background-position: bottom center;
  background-size: auto 800px;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .navbar {
    height: 75px;
  }
  .navbar-brand svg {
    height: 45px;
  }
  .opt-container {
    height: 1600px;
  }
}
@media (max-width: 768px) {
  .opt-container {
    height: 1350px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .appFooter {
    font-size: 10px;
    line-height: 14px;
  }
  .mainFooterContent {
    padding-left: 25px;
    padding-right: 25px;
  }
  .appFooter .page-footer_links_list {
    padding: 0 35px 10px 35px;
    text-align: center;
    line-height: 22px;
    margin: 10px 0;
  }
  .featureGroup h3, .filterGroup h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #032e61;
  }
  .heroBanner .heroContainer h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .registration-form h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand {
    margin-left: 5px;
  }
  .heroBanner .heroContainer .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .double-opt-container {
    height: 1200px;
  }
}
@media screen (min-width: 768px) and (max-width: 992px) {
  .double-opt-confirm-container {
    height: 1020px;
  }
  .opt-container-error {
    height: 920px;
  }
  .opt-container {
    height: 1350px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .heroContainer {
    height: inherit;
  }
  .heroContainer h1 {
    margin-bottom: 10px;
    margin-top: 30px;
    padding-top: 0px;
  }
  .heroContainer p {
    font-size: 16px;
    line-height: 24px;
    color: #200d38;
  }
  .registration-form p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
  }
  .left-field {
    padding-left: 0px !important;
  }
  .right-field {
    padding-right: 0px !important;
  }
  .maskImageLoad {
    background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/917ebbe8-f33e-460b-84f4-b149dde0b506.png');
    background-position: bottom center;
    background-size: auto 30%;
    background-repeat: no-repeat;
  }
  .double-optin-maskImageLoad {
    background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/514eaf7d-05e5-42d5-bbb5-9d7e92330962.png');
    background-position: bottom center;
    background-size: auto 400px;
    background-repeat: no-repeat;
  }
  .error-optin-maskImageLoad {
    background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/8ac89df3-9cff-4869-8534-df9bdd7c6e2a.png');
    background-position: bottom center;
    background-size: auto 400px;
    background-repeat: no-repeat;
  }
  .double-opt-confirm-maskImageLoad {
    background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/10/ed88390d-8e8f-49f2-b25a-b22a19aa9214.png');
    background-position: bottom center;
    background-size: auto 400px;
    background-repeat: no-repeat;
  }
  .form-row > .col, .form-row > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .registration-form {
    height: 1594px;
  }
  .col-padding {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .btn-container button {
    width: 221px;
  }
  .opt-container {
    height: 1490px;
  }
  .opt-container-error {
    height: 570px;
  }
  .error-optin-maskImageLoad {
    background-size: auto 430px;
  }
  .double-opt-container {
    height: 670px;
  }
  .double-optin-maskImageLoad {
    background-size: auto 430px;
  }
  .double-opt-confirm-maskImageLoad {
    background-size: auto 400px;
  }
  .double-opt-confirm-container {
    height: 620px;
  }
.pull-left {width: 86%;}
.pull-right {width: 14%;}
}
.btn.disabled, .btn[disabled] {
    cursor: not-allowed;}