html {
  background: none;
}

body {
  font-family: 'Worksans-Regular', SegoeUI, 'Helvetica Neue', Helvetica, Arial,
    sans-serif;
  background-attachment: fixed;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  background: #f4f7fb !important;
  color: #232324;
}
a {
  color: #2261ae;
  text-decoration: underline;
}
a:hover {
  color: #2261ae;
  text-decoration: none !important;
}
a:not(.HeaderHelpLink, .HeaderLogoutLink):focus {
  border: 1px solid #2261ae;
  border-radius: 0.5em;
}
p {
  margin: 0px;
  color: #232324;
  font-family: 'WorkSans-Regular';
}
.heading {
  display: none;
}
h1,
h2 {
  margin-top: 0;
  text-align: left;
  font-size: 32px;
  font-family: 'Proxima Soft';
}
h5 {
  font-family: 'WorkSans-Regular';
  font-size: 14px;
}
label {
  font-family: 'WorkSans-SemiBold';
  margin-bottom: 12px;
  color: #232324;
}
button {
  font-family: 'WorkSans-Bold';
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 5rem;
  cursor: pointer;
  background-image: none;
  padding: 10px 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  text-align: center;
  transition:
    border 0.3s,
    color 0.3s,
    background-color 0.3s,
    box-shadow 0.3s;
  min-width: 160px;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  white-space: normal;
  -webkit-border-radius: 5rem;
  -webkit-user-select: none;
  -moz-border-radius: 5rem;
  -moz-user-select: none;
  -ms-touch-action: manipulation;
  -ms-user-select: none;
}
:focus,
a:focus {
  outline: none;
}
input,
select {
  border: 1px solid #c5cfd9;
  font-size: 16px !important;
}
input::placeholder {
  color: transparent;
}
input[type='password']:focus,
input[type='text']:focus,
input[type='email']:focus,
select:focus {
  outline: none;
  background-color: #fff !important;
  background-image: none;
  border-radius: 0.5rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid var(--unnamed-color-f2633a);
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #2261ae,
    0px 3px 20px #2261ae;
  border: 2px solid #2261ae;
  opacity: 1;
  color: #232324;
  /* display: inline-block; */
  height: 50px;
  line-height: 1.42857143;
}
@media (min-width: 1024px) {
  a,
  p,
  input,
  select,
  h5 {
    font-size: 16px;
  }
  button {
    font-size: 16px !important;
  }
  h1,
  h2 {
    font-size: 2.84em !important;
  }
}
input.highlightError:focus {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 3px #c62f4d,
    0px 3px 20px #c82d4c4d !important;
  border: 2px solid #c62f4d !important;
  opacity: 1 !important;
}
input.highlightError {
  border: 1px solid #c62f4d !important;
}

.error {
  color: #c62f4d;
}

.site-header-container {
  margin: 0 auto;
  clear: both;
  max-width: 1396px;
  padding: 0 16px;
}
.site-header-logo-wrapper {
  display: block;
  flex: 0 0 159px;
  height: 44px;
}
.HeaderLogoutLink {
  color: #2261ae;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 24px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
  height: 30px;
}
.HeaderLogOutText {
  display: none;
}

@media (min-width: 1024px) {
  .site-header-logo-wrapper {
    display: block;
    flex: 0 0 195px;
    height: 54px;
  }
  .HeaderLogOutText {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-left: 16px;
    font-family: 'WorkSans-SemiBold';
  }
}
.companyLogo {
  height: auto;
  width: 100%;
  max-height: 100%;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.site-header-wrapper {
  height: 60px;
  z-index: 9998;
  top: 0;
  left: 0;
  position: sticky;
  width: 100%;
  border-bottom: 1px solid #e0e5eb;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.HeaderHelpText {
  display: none;
}
.HeaderHelpLink {
  color: #2261ae;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease-in-out;
  height: 30px;
}
.site-body-wrapper {
  padding: 42px 24px 64px 24px;
}
@media (min-width: 1024px) {
  .site-header {
    height: 91px;
  }
  .site-header-wrapper {
    padding-top: 0;
    height: 91px;
  }
  .HeaderHelpText {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-left: 16px;
    font-family: 'WorkSans-SemiBold';
  }
  .HeaderHelpLink:hover,
  .HeaderLogoutLink:hover,
  .HeaderHelpLink:focus,
  .HeaderLogoutLink:focus {
    border-bottom-color: #2261ae;
  }
  /* .HeaderLogOutText{
			border-bottom: 2px solid transparent;
			transition: border-bottom-color .3s ease-in-out;
		} */
  .site-body-wrapper {
    padding: 64px 30px;
  }
}

#api {
  margin: 0 auto;
}
.col-lg-6 {
  max-width: 470px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}
.row {
  width: 100%;
  margin: 0;
  /* display: table-cell; */
  vertical-align: middle;
}
ul {
  padding: 0;
}
#simplemodal-container .simplemodal-data {
  padding: 5px 8px;
  overflow: hidden;
  background-color: white;
  border-radius: 3px;
  font-style: italic;
}
.worksans-m {
  font-family: 'WorkSans-Medium';
}
/** Social Button Styles **/
#SignInWithLogonNameExchange {
  background-color: #f2633a;
  background-image: url(none);
  background-size: 10%;
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border-radius: 5rem;
  width: 100%;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignInWithLogonNameExchange:hover {
  background-color: #1662c7;
}
#AmazonExchange:hover {
  background-color: #36474f !important;
}
#FacebookExchange:hover {
  background-color: #3b5595 !important;
}
#GitHubExchange:hover {
  background-color: #0f0f0f !important;
}
#GoogleExchange:hover {
  background-color: #c64a29 !important;
}
#LinkedInExchange:hover {
  background-color: #0274b3 !important;
}
#MicrosoftAccountExchange:hover {
  background-color: #01a4ef !important;
}
#QQExchange:hover {
  background-color: #1a97df !important;
}
#TwitterExchange:hover {
  background-color: #1da1f2 !important;
}
#WeChatExchange:hover {
  background-color: #4cc522 !important;
}
#WeiboExchange:hover {
  background-color: #e81123 !important;
}
.introText {
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .introText {
    font-size: 14px;
  }
}
.buttons button :hover {
  cursor: pointer;
  transition: 0.3s;
  background-color: #ffffff;
  border: 1px solid #ca4e2b;
}
.buttons #continue:disabled {
  margin: 0 auto;
  width: 200px;
  height: 50px;
  background-color: #f2633a;
  opacity: 0.3;
  border-radius: 5rem;
  border: none;
  color: white;
  font-size: 1em;
}
.primary-button-wrapper:focus-within {
  clear: both;
  border: 1px solid #f2633a;
  border-radius: 5em;
  padding: 2px;
  display: flex;
  /* width: 160px; */
  /* margin-left: auto;
    margin-right: auto; */
}
.secondary-button-wrapper:focus-within {
  clear: both;
  border: 1px solid #f2633a;
  border-radius: 5em;
  padding: 2px;
  display: flex;
  /* width: 160px; */
}

@media (max-width: 576px) {
  .primary-button-wrapper:focus-within {
    clear: both;
    border: 1px solid #f2633a;
    border-radius: 5em;
    padding: 2px;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .unified_container
    .row
    .panel-default
    #api
    .localAccount
    .entry
    .buttons
    button {
    width: 100% !important;
  }
}
.buttons #continue {
  background-image: none;
  background-color: #f2633a;
  border: none;
  border: 2px solid transparent;
  border-radius: 5rem;
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  color: #fff;
  min-width: 160px;
  text-align: center;
  text-shadow: 0px 1px 1px #ca4e2b;
  box-shadow: 0px 2px 8px #00000034;
}
.buttons #continue:hover {
  /* background-image: none; */
  background-color: #ffffff;
  border: 2px solid #f2633a;
  color: #ca4e2b;
  display: inline-block;
  margin: 0px;
  text-shadow: none;
  box-shadow: 0px 2px 8px #00000034;
}
.buttons #continue:focus {
  background-image: none;
  background-color: #f2633a;
  border: 2px solid transparent;
  color: #ffffff;
  text-shadow: 0px 1px 1px #ca4e2b;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #f2633a,
    0px 2px 20px #f2633a4d;
}
.buttons #continue:hover:focus {
  background-color: #ffffff;
  border-color: #f2633a;
  color: #ca4e2b;
  text-shadow: none;
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #f2633a,
    0px 2px 20px #f2633a4d;
}
.buttons #cancel {
  padding: 0;
  margin-left: auto;
  background: none;
  border: 0;
  width: 80px;
  position: absolute;
  background-color: transparent;
  top: 2px;
  left: 15px;
  font-size: 1em;
  color: #505050;
  box-shadow: none;
  text-align: left;
}
.buttons #cancel:before {
  padding: 10px;
  vertical-align: sub;
  zoom: 90%;
  display: inline-block;
}
#attributeList ul {
  padding: 0;
}
#attributeList ul li {
  list-style: none;
  /* margin: 1rem 0; */
}
label {
  font-weight: 600;
}
/* #attributeList ul li label {
  float: left;
} */
/* #attributeList ul li.CheckboxMultiSelect label, */
#attributeList ul li.RadioSingleSelect label {
  display: block !important;
}
#attributeList ul li label[for='country'] {
  float: left;
  display: inline-block !important;
  margin-bottom: 0.5rem;
}
#attributeList ul li label[for='cpiminternal_legalCountry'] {
  float: none;
  display: block !important;
  text-align: left;
  margin-bottom: 0.5rem;
}
#attributeList ul li label[for='cpiminternal_dateOfBirth'] {
  float: none;
  text-align: left;
  display: block !important;
  margin-bottom: 0.5rem;
}
#attributeList ul li input {
  outline: none;
  height: 50px;
  width: 70%;
  border-radius: 0.5em;
  text-indent: 10px;
  padding: 2px;
  /* box-shadow: 0px 2px 10px rgba(0,0,150,0.15); */
}
#attributeList ul li input::-webkit-input-placeholder {
  text-indent: 10px;
}
#attributeList ul li .attrEntry.validate input:invalid,
#attributeList ul li .attrEntry.validate input.invalid {
  border: 1px solid #c62f4d;
}
#attributeList ul li .attrEntry.validate input:invalid:focus,
#attributeList ul li .attrEntry.validate input.invalid:focus {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 3px #c62f4d,
    0px 3px 20px #c82d4c4d !important;
  border: 2px solid #c62f4d;
  opacity: 1;
}
#attributeList ul li .attrEntry .verify {
  margin-top: 32px;
  position: relative;
}
#attributeList ul li .attrEntry .verify #email_ver_but_send:hover {
  background-color: #ffffff;
  border: 2px solid #f2633a;
  color: #ca4e2b;
  display: inline-block;
  text-align: center;
  text-align: center;
}
.verificationControlContent .buttons .sendCode:hover {
  background-color: #ffffff;
  border: 2px solid #f2633a;
  color: #ca4e2b;
  display: inline-block;
  text-align: center;
  text-align: center;
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify {
  background-color: #f2633a;
  color: white;
  margin-right: 5px;
  box-shadow: 0px 2px 8px #00000034;
  /* border-radius: 5rem; */
}
#attributeList
  ul
  li
  .attrEntry
  .verificationControlContent
  .buttons
  .verifyCode {
  background-color: #f2633a;
  color: white;
  margin-right: 5px;
  box-shadow: 0px 2px 8px #00000034;
  /* border-radius: 5rem; */
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify:hover {
  box-shadow: 0px 2px 8px #00000034;
}
#attributeList
  ul
  li
  .attrEntry
  .verificationControlContent
  .buttons
  .verifyCode:hover {
  box-shadow: 0px 2px 8px #00000034;
}

#attributeList ul li .attrEntry .verify #email_ver_but_verify:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #f2633a,
    0px 2px 20px #f2633a4d;
}
#attributeList
  ul
  li
  .attrEntry
  .verificationControlContent
  .buttons
  .verifyCode:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #f2633a,
    0px 2px 20px #f2633a4d;
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify:hover:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #f2633a,
    0px 2px 20px #f2633a4d;
}
#attributeList
  ul
  li
  .attrEntry
  .verificationControlContent
  .buttons
  .verifyCode:hover:focus {
  box-shadow:
    0 0 0 2px #ffffff,
    0 0 0 3px #f2633a,
    0px 2px 20px #f2633a4d;
}
/* #attributeList ul li .attrEntry .verify #email_ver_but_resend {
    /* width: inherit;
    padding: 0px 20px;
    border: 0;
    font-size: 16px;
    height: 50px;
    right: 0;
    bottom: -38px;
    background-color: #F2633A;
    color: white;
} */
#attributeList ul li .attrEntry .verify #email_ver_but_resend:hover {
  background-image: none;
  background-color: #f2633a;
  border: 2px solid #f2633a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}
#attributeList
  ul
  li
  .attrEntry
  .verificationControlContent
  .buttons
  #emailVerificationControl_but_send_new_code:hover {
  background-image: none;
  background-color: #f2633a;
  border: 2px solid #f2633a;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
}
#attributeList ul li .attrEntry .verify #email_ver_but_edit {
  border: none;
  color: white;
  background-color: #f2633a;
  width: 60%;
  height: 50px;
  border-radius: 5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_edit:hover {
  background-color: #1662c7;
}
#attributeList ul li .attrEntry .verify #email_ver_input_label {
  display: none !important;
}
#attributeList ul li .attrEntry .itemLevel {
  display: none;
}
#attributeList ul li .attrEntry .dropdown_single {
  height: 45px;
  border-radius: 0.5rem;
  width: 100%;
  padding-left: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
}
#attributeList ul li .attrEntry .dropdown_single option:first-child {
  display: block !important;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
  display: table;
  width: 100%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
  border-radius: 0.5rem;
  display: table-cell;
  height: 50px;
  box-shadow: 0px 2px 10px rgba(0, 0, 150, 0.15);
  padding-left: 15px;
}
#attributeList
  ul
  li
  .attrEntry
  div#cpiminternal_dateOfBirth
  select#cpiminternal_dateOfBirth_day.day {
  margin-right: 3%;
  width: 23%;
}
#attributeList
  ul
  li
  .attrEntry
  div#cpiminternal_dateOfBirth
  select#cpiminternal_dateOfBirth_month.month {
  margin-right: 3%;
  width: 38%;
}
#attributeList
  ul
  li
  .attrEntry
  div#cpiminternal_dateOfBirth
  select#cpiminternal_dateOfBirth_year.year {
  width: 33%;
}
#attributeList ul li .helpLink {
  display: none;
}
#attributeVerification .buttons {
  margin-top: 30px;
}
/* .highlightError{
	border: 1px solid #C62F4D!important;
}
.highlightError:focus{
	border: 2px solid #C62F4D !important;
} */
.inputWrapper {
  position: relative;
  clear: both;
}

.inputWrapper:hover {
  border: none;
  clear: both;
}
.inputWrapper:focus-within {
  position: relative;
  clear: both;
  border: 1px solid #2261ae;
  border-radius: 6px;
  padding: 2px;
}
.inputWrapper-error {
  position: relative;
  clear: both;
  margin-bottom: 12px;
}
.inputWrapper-error:focus-within {
  position: relative;
  clear: both;
  border: 1px solid #c62f4d;
  border-radius: 6px;
  padding: 3px;
  margin-bottom: 12px;
}
.noMarginTop {
  margin-top: 0px !important;
}
.pwd-toggler {
  position: absolute;
  right: 0px;
  bottom: 2px;
  padding: 2px;
  border: none;
}
.pwd-toggler-active {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid #2261ae;
}
.pwd-toggler-label {
  margin: 0px !important;
  border: none;
}
.pwd-toggler-label-active {
  margin: 0px !important;
  border-radius: 4px;
  border: 2px solid #2261ae;
}

.pwd-toggle-icon {
  width: 20px;
  margin: 0.8em;
}

.pwd-toggle-icon-active {
}

.different-email-wrapper {
  margin-top: 20px;
  text-align: left;
}
.different-email-wrapper:hover {
  transition: none;
  border: none;
}
/* #newEmail:hover{
	border:none;
} */

.verifyInput:hover {
  /* border: none; */
  transition: none;
}

.verifyInput:focus {
  border: 2px solid #2261ae;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 100%) {
  .row .panel-default .panel-body {
    margin-top: 40px;
  }
  .row .panel-default .panel-body .branding img {
    display: block;
    height: 80px;
    width: auto;
    margin: 0 auto;
  }
  .row .panel-default .panel-body .branding h1 {
    display: none;
  }
  .row .panel-default .panel-body h3 {
    font-size: 1.5em;
    margin-top: 15px;
  }
  #attributeVerification #attributeList ul li input {
    width: 60%;
    height: 40px;
    border-radius: 0.5rem;
    border: none;
    text-indent: 10px;
    padding: 2px;
    box-shadow: 0 0px 40px 2px #dae1f7;
  }
  #attributeVerification #attributeList ul li input::-webkit-input-placeholder {
    text-indent: 10px;
  }
  #attributeVerification #attributeList ul li #email {
    width: 65%;
    float: left;
    position: relative;
    z-index: 2;
  }
  #attributeVerification #attributeList ul li #email_ver_but_verify {
    background: none;
    border: 0;
    color: #496ad8;
    font-size: 1em;
    position: relative;
    right: 0;
    top: 60px;
    font-size: 1.1em;
    width: auto;
    z-index: 1;
    height: 20px;
  }
  #attributeList ul li .attrEntry .buttons .verifyCode {
    background: none;
    border: 0;
    color: #496ad8;
    font-size: 1em;
    position: relative;
    right: 0;
    top: 60px;
    font-size: 1.1em;
    width: auto;
    z-index: 1;
    height: 20px;
  }
  #attributeVerification #attributeList ul li #email_ver_input {
    min-width: 50%;
    width: 60%;
    float: left;
  }
  #attributeVerification #attributeList ul li #email_ver_but_resend {
    top: 10px;
    font-size: 1.1em;
    height: 20px;
  }
  #attributeList
    ul
    li
    .attrEntry
    .verificationControlContent
    .buttons
    #emailVerificationControl_but_send_new_code {
    top: 10px;
    font-size: 1.1em;
    height: 20px;
  }
  #attributeVerification #attributeList ul li .attrEntry #email {
    height: 40px;
  }
  #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_send:after {
    content: ' Verify';
    font-size: 1.1em;
    font-style: bold;
    margin-left: 40%;
  }
  .verificationControlContent .buttons .sendCode:after {
    content: ' Verify';
    font-size: 1.1em;
    font-style: bold;
    margin-left: 40%;
  }
  #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_send {
    height: 40px;
    width: auto;
    float: right;
    overflow: hidden;
    text-indent: -200px;
  }
  #attributeList
    ul
    li
    .attrEntry
    .verificationControlContent
    .buttons
    #emailVerificationControl_but_send_code {
    height: 40px;
    width: auto;
    float: right;
    overflow: hidden;
    text-indent: -200px;
  }
  #attributeVerification
    #attributeList
    ul
    li
    .attrEntry
    .verify
    #email_ver_but_edit {
    margin-bottom: 15px;
    border: none;
    color: white;
    background-color: #496ad8;
    border-radius: 0.5rem;
    font-size: 1em;
    box-shadow: 0 0px 40px 2px #dae1f7;
    width: 30%;
    height: 40px;
    overflow: hidden;
    padding-top: 6px;
    margin-left: 40%;
  }
  #attributeVerification #attributeList ul li .attrEntry .verify:after {
    content: ' ';
    display: block;
    clear: both;
  }
  #attributeVerification #attributeList #verifying_blurb {
    margin-top: 15px;
  }
  #attributeVerification .buttons #continue {
    height: 40px;
  }
  #attributeVerification .buttons #cancel {
    font-size: 1em;
    left: 40%;
  }
}
.panel,
.panel_layout,
.panel_layout_row,
body,
html {
  height: 100%;
}
.accountButton,
.buttons button {
  background-color: white;
  /* -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem; */
  /* width: 60%; */
  border: none;
  /* font-size: 16px; */
  /* color: black; */
  cursor: pointer;
  /* margin-top: 10px; */
  /* margin-right: auto; */
  white-space: normal;
  /* box-shadow: 0px 2px 10px rgba(0,0,150,0.15); */
}
.accountButton:hover,
.buttons button:hover {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #FFFFFF;
  color: white;
}

.textAlignStart {
  text-align: start;
}
.textAlignCenter {
  text-align: center;
}
.red-text {
  color: #c13634;
}
div#readOnlyEmail_success {
  font-family: 'Proxima Soft';
  font-size: 20px;
  color: #2261ae;
}

@media (min-width: 1024px) {
  div#readOnlyEmail_success {
    font-size: 24px;
  }
}
/** site footer **/
.site-footer .container {
  height: auto;
}
.site-footer-wrapper,
.site-footer-top,
.site-footer-bottom {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #ecf1f8;
}

.site-footer-top-container {
  display: flex;
  justify-content: center;
  padding: 0px 16px;
  padding-top: 24px;
  margin: 0 auto;
  clear: both;
  max-width: 1395px;
}
.site-footer-logo-wrapper,
.site-footer-address,
.site-footer-badges,
.site-footer-top-right {
  display: none;
}
.site-footer-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer-nav-title {
  font-size: 18px;
  /* font-size: 1.125rem; */
  font-weight: 600;
  margin: 0 0 1em;
  font-family: 'WorkSans-SemiBold';
}
.site-footer-nav .menu-item {
  line-height: 2;
}
.site-footer-nav .menu-item a {
  text-decoration: none;
  color: rgba(23, 27, 32, 0.5);
  transition: color 0.3s ease-in-out;
  font-size: 13.6px;
  font-family: 'WorkSans-Regular';
}
.site-footer-nav .menu-item a:hover {
  color: #171b20;
}
.site-footer-phone {
  font-size: 14px;
}
.site-footer-phone-title {
  font-family: 'WorkSans-SemiBold';
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0.5em;
}
.site-footer-address-wrapper {
  display: flex;
  align-items: center;
}
.site-footer-bottom {
  padding: 0 0 2em;
}
.site-footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 50px;
}

.site-footer-bottom-disclaimer {
  font-size: 12px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 1em 0;
  border-top: 1px solid #e1e0e0;
  color: #686969;
  margin-top: 16px;
  padding-left: 0px;
  text-align: left;
}
.site-footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  color: #000;
}
.site-footer-bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 16px;
}
.site-footer-bottom-left {
  flex: 1 1 100%;
  font-size: 12px;
  color: #686969;
  padding-top: 10px;
  text-align: center;
}
#footerBottomDisclaimerLink {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .site-footer-top {
    margin-bottom: 24px;
  }
  .site-footer-top-container {
    justify-content: flex-start;
    border-bottom: 1px solid #e9e9eb;
    padding-bottom: 24px;
  }
  .site-footer-top-left {
    flex: 0 1 auto;
    padding-right: 128px;
    text-align: initial;
  }
  /* .site-footer-company-nav-wrapper {
    width: 142px;
	}
	.site-footer-legal-nav-wrapper {
    width: 350px;
	}
	.site-footer-other-nav-wrapper{
		width: 124px;
		padding-left: 0px !important;
	} */
  .site-footer-top-right {
    display: flex;
    flex: 1 1 auto;
    text-align: start;
    padding-top: 2em;
  }

  .site-footer-logo-wrapper {
    flex: 0 0 25%;
    padding: 0 0 1.5em;
    margin: 0 0 1.5em;
    border-bottom: 2px solid #e1e0e0;
  }
  .site-footer-nav-wrapper {
    flex: 1 1 33.333%;
    margin-left: 2em;
  }
  .site-footer-logo-wrapper,
  .site-footer-address,
  .site-footer-badges {
    display: block;
  }
  .site-footer-logo {
    max-height: 55px;
  }
  .site-footer-address {
    font-size: 16px;
  }
  .site-footer-address-wrapper {
    display: block;
  }
  .site-footer-phone-title {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .site-footer-phone {
    font-size: 16px;
    margin: 0.5em 0;
  }

  .site-footer-badges {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
  }
  .site-footer-badges .site-footer-badge-wrapper {
    margin-right: 1em;
  }
  .site-footer-badges .site-footer-badge-wrapper:last-of-type {
    margin-right: 0;
  }
  .site-footer-bottom-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    clear: both;
    max-width: 1396px;
    background-color: #ecf1f8;
    padding: 0px;
  }
  .site-footer-bottom-left {
    flex: 0 1 auto;
    font-size: 13px;
    margin: 0;
    padding-top: 0px;
  }
  .site-footer-bottom-right {
    justify-content: flex-end;
    flex: 0 1 auto;
    font-size: 13.008px;
    font-size: 0.813rem;
  }
  .site-footer-bottom-right .icon-logo-tip {
    font-size: 35px;
  }
  .site-footer-bottom-right .icon-logo-tip {
    font-size: 35px;
  }
  .site-footer-bottom-right .icon-logo-tip {
    font-size: 25px;
    margin-left: 8px;
  }
  .site-footer-bottom-disclaimer {
    margin-top: 24px;
    font-size: 13px !important;
  }
  #footerBottomDisclaimerLink {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 32px;
  }
}

/** Phone **/
@media only screen and (max-width: 600px) {
  .container .row .panel-default {
    border-radius: 0px;
  }
}
