* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Archivo";
  src: url(../../fonts/Archivo/Archivo/Archivo-Regular.ttf);
}
@font-face {
  font-family: "Archivo-Bold";
  src: url(../../fonts/Archivo/Archivo/Archivo-Bold.ttf);
}
@font-face {
  font-family: "Archivo Expanded";
  src: url(../../fonts/Archivo/Archivo_Expanded/Archivo_Expanded-Regular.ttf);
}
@font-face {
  font-family: "Archivo Expanded-Bold";
  src: url(../../fonts/Archivo/Archivo_Expanded/Archivo_Expanded-Bold.ttf);
}
* {
  font-family: "Archivo", sans-serif;
}

h1, .header-one {
  color: #242424;
  font-family: "Archivo Expanded", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 744px) {
  h1, .header-one {
    font-size: 64px;
    letter-spacing: 3.84px;
  }
}
@media (min-width: 1024px) {
  h1, .header-one {
    font-size: 72px;
    line-height: 110%;
    letter-spacing: 4.32px;
  }
}
h1.white, .header-one.white {
  color: #FFFFFF;
}

h2, .header-two {
  color: #242424;
  font-family: "Archivo Expanded", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
@media (min-width: 744px) {
  h2, .header-two {
    font-size: 36px;
  }
}
h2.white, .header-two.white {
  color: #FFFFFF;
}

h3, .header-three {
  color: #242424;
  font-family: "Archivo-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 16px 0;
  letter-spacing: unset;
  text-transform: unset;
}
@media (min-width: 744px) {
  h3, .header-three {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  h3, .header-three {
    font-size: 32px;
    line-height: 110%;
  }
}
h3.white, .header-three.white {
  color: #FFFFFF;
}

h4, .header-four {
  color: #242424;
  font-family: "Archivo Expanded", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
@media (min-width: 1024px) {
  h4, .header-four {
    font-size: 36px;
  }
}
h4.white, .header-four.white {
  color: #FFFFFF;
}

h5, .header-five {
  color: #242424;
  font-family: "Archivo Expanded-Bold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
h5.white, .header-five.white {
  color: #FFFFFF;
}
h5.blue50, .header-five.blue50 {
  color: #8CBFE5;
}

input, textarea {
  color: #242424;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  margin: 0 0 16px 0;
}
@media (min-width: 744px) {
  input, textarea {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
input.bold, textarea.bold {
  font-weight: 700;
}
input.white, textarea.white {
  color: #FFFFFF;
}

p {
  color: #5b5b5b;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
  margin: 0 0 16px 0;
}
@media (min-width: 744px) {
  p {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
p.bold {
  font-weight: 700;
}
p.large-button {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (min-width: 744px) {
  p.large-button {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.6px;
  }
}
p.small-body {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
}
p.white {
  color: #FFFFFF;
}

a.link {
  color: #1980CC;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.48px;
}
a.link:hover {
  text-decoration: none;
  opacity: 0.5;
}
a.large-button {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}
@media (min-width: 744px) {
  a.large-button {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.6px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon-fonts/icomoon.eot?adofpx");
  src: url("../../fonts/icomoon-fonts/icomoon.eot?adofpx#iefix") format("embedded-opentype"), url("../../fonts/icomoon-fonts/icomoon.ttf?adofpx") format("truetype"), url("../../fonts/icomoon-fonts/icomoon.woff?adofpx") format("woff"), url("../../fonts/icomoon-fonts/icomoon.svg?adofpx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-baptism:before {
  content: "\e900";
}

.icon-church:before {
  content: "\e901";
}

.icon-closecircle .path1:before {
  content: "\e902";
  color: rgb(36, 36, 36);
}

.icon-closecircle .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-community:before {
  content: "\e904";
}

.icon-community-1:before {
  content: "\e905";
}

.icon-directions:before {
  content: "\e906";
}

.icon-dropdown:before {
  content: "\e907";
}

.icon-dropdownopen:before {
  content: "\e908";
}

.icon-email:before {
  content: "\e909";
}

.icon-extensions:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-filled:before {
  content: "\e90c";
}

.icon-followjesus:before {
  content: "\e90d";
}

.icon-instagram:before {
  content: "\e90e";
}

.icon-location:before {
  content: "\e90f";
}

.icon-podcast:before {
  content: "\e910";
}

.icon-right-arrow:before {
  content: "\e911";
}

.icon-round-facebook .path1:before {
  content: "\e912";
  color: rgb(36, 36, 36);
}

.icon-round-facebook .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-instagram .path1:before {
  content: "\e914";
  color: rgb(36, 36, 36);
}

.icon-round-instagram .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-instagram .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-instagram .path4:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-podcast .path1:before {
  content: "\e918";
  color: rgb(36, 36, 36);
}

.icon-round-podcast .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-sb .path1:before {
  content: "\e91a";
  color: rgb(36, 36, 36);
}

.icon-round-sb .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-sb .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-sb .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-spotify .path1:before {
  content: "\e91e";
  color: rgb(36, 36, 36);
}

.icon-round-spotify .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-subscribe .path1:before {
  content: "\e920";
  color: rgb(36, 36, 36);
}

.icon-round-subscribe .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-subscribe .path3:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-subscribe .path4:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-subscribe .path5:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-tiktok .path1:before {
  content: "\e925";
  color: rgb(36, 36, 36);
}

.icon-round-tiktok .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-x .path1:before {
  content: "\e927";
  color: rgb(36, 36, 36);
}

.icon-round-x .path2:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-x .path3:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-x .path4:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-round-youtube .path1:before {
  content: "\e92b";
  color: rgb(36, 36, 36);
}

.icon-round-youtube .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-saddlebackfilled:before {
  content: "\e92d";
}

.icon-saddlebackoutline:before {
  content: "\e92e";
}

.icon-spotify:before {
  content: "\e92f";
}

.icon-subscribe:before {
  content: "\e930";
}

.icon-tiktok:before {
  content: "\e931";
}

.icon-view:before {
  content: "\e932";
}

.icon-visit:before {
  content: "\e933";
}

.icon-volunteer:before {
  content: "\e934";
}

.icon-x:before {
  content: "\e935";
}

.icon-youtube:before {
  content: "\e936";
}

.icon-phone:before {
  content: "\e937";
}

.icon-email-black-outline:before {
  content: "\e938";
}

.icon-contact:before {
  content: "\e939";
}

.icon-calendar:before {
  content: "\e93a";
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 48px;
  border-radius: 24px;
  background: #1980CC;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.75px;
  opacity: 1;
  transition: 300ms;
  cursor: pointer;
}
.btn.disabled {
  background: #c8c8c8;
  cursor: auto;
}
.btn.disabled:hover {
  background: #c8c8c8;
}
.btn.invert {
  background: #FFFFFF;
  color: #1980CC;
  border: 2px solid #1980CC;
}
.btn.invert:hover {
  background: #FFFFFF;
}
.btn.invert-clear {
  background: none;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn.invert-clear:hover {
  background: none;
  opacity: 0.5;
}
.btn.outlined {
  background: #FFFFFF;
  color: #1980CC;
  border: none;
}
.btn.large {
  color: #242424;
  font-family: Archivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.6px;
}
@media (min-width: 744px) {
  .btn.large {
    font-size: 20px;
    line-height: 120%;
  }
}
.btn.large.invert:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn.large.invert:hover .ministry-right-arrow {
  opacity: 0.5;
}
.btn:hover {
  background: #a4c0f8;
}

.cta-btn-container.two-btns {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 744px) {
  .cta-btn-container.two-btns {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .cta-btn-container.two-btns {
    flex-direction: column;
  }
}

.call-to-action {
  border-radius: 24px;
  background: #1980CC;
  display: inline-flex;
  min-width: 200px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.75px;
  border: none;
  cursor: pointer;
}
.call-to-action.disabled {
  background: #c8c8c8;
  cursor: auto;
}
.call-to-action.disabled:hover {
  background: #c8c8c8;
}
.call-to-action.invert {
  background: #FFFFFF;
  color: #1980CC;
  border: 2px solid #1980CC;
}
.call-to-action:hover {
  background: #a4c0f8;
}

.btn-text-only {
  color: #242424;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.75px;
}
.btn-text-only.white {
  color: #FFFFFF;
}
.btn-text-only.blue {
  color: #1980CC;
}

.saddleback-dropdown {
  width: 100%;
  max-width: 343px !important;
}
.saddleback-dropdown .select2-container .select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.16px;
  border: 1px solid #929292;
  border-radius: 16px;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__rendered {
  color: #242424;
  padding-right: 24px;
  padding-left: 16px;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 16px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border-color: transparent !important;
  position: unset;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saddleback-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.saddleback-dropdown .select2-container--events-select .select2-selection--single .select2-selection__arrow b:before {
  content: "\e907" !important;
  vertical-align: middle !important;
  text-align: center !important;
  color: #242424;
  font-family: "icomoon" !important;
  font-size: 24px;
  font-weight: normal;
  transition: all ease 0.5s;
}
.saddleback-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
}
.saddleback-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: rotate(180deg);
}
.saddleback-dropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.saddleback-dropdown .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 16px;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #242424 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f3f3f2 !important;
  color: #242424 !important;
  border-radius: 8px;
  margin-right: 4px;
}

.select2-results__option {
  padding: 12px 8px !important;
}

.select2-results__options {
  font-size: 16px;
  color: #242424 !important;
}

span.select2-dropdown.select2-dropdown--above {
  border: 1px solid #929292;
  box-shadow: 0px 8px 24px 0px rgba(17, 12, 12, 0.15);
  border-radius: 16px;
  margin-top: -6px;
  padding: 24px 0 24px 16px;
}

span.select2-dropdown.select2-dropdown--below {
  border: 1px solid #929292;
  box-shadow: 0px 8px 24px 0px rgba(17, 12, 12, 0.15);
  border-radius: 16px;
  margin-top: 6px;
  padding: 24px 0 24px 16px;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #929292;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

label {
  display: block;
  color: #5B5B5B;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
  margin: 0 0 4px 0;
}
label.required {
  color: #F15B4E;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.28px;
}

input[type=text], textarea {
  display: flex;
  padding: 11px 16px;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #929292;
  background: #FFFFFF;
  caret-color: #242424;
  text-align: left;
  min-width: 100%;
}
@media (min-width: 744px) {
  input[type=text], textarea {
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
input[type=text]::placeholder, textarea::placeholder {
  color: #E9E9E9;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
input[type=text]:focus, textarea:focus {
  outline: none;
  border: 1px solid #8CBFE5;
}

textarea {
  padding: 16px;
  min-height: 94px;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  content: url("../../../icons/check_box_outline_blank.svg");
}
input[type=checkbox]:checked {
  content: url("../../../icons/check_box.svg");
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  content: url("../../../icons/radio_button_unchecked.svg");
}
input[type=radio]:checked {
  content: url("../../../icons/radio_button_checked.svg");
}

.connection-form-container {
  position: relative;
  min-height: 705px;
}

.hc-form-loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.connection-form {
  background: #FFFFFF;
  position: relative;
  z-index: 10;
}

.mfp-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .mfp-container {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.mfp-content {
  max-width: 720px;
  margin: 0 auto;
}

.mfp-close {
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: -22px;
  right: -22px;
}
.mfp-close:before {
  content: url("https://sb-web.s3.us-west-1.amazonaws.com/saddleback.com/logos/closecircle.svg");
  width: 32px;
  height: 32px;
}
.mfp-close:active {
  top: -22px;
}

.popup {
  max-height: 906px;
  border-radius: 24px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
  overflow-y: scroll;
}
.popup button.mfp-close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.give .saddleback-dropdown {
  max-width: unset !important;
  margin-bottom: 32px;
}
.popup.give .btn {
  margin: 0 auto;
}

.popup::-webkit-scrollbar {
  display: none;
}

.popup-inner {
  padding: 32px 16px;
}
@media (min-width: 744px) {
  .popup-inner {
    padding: 48px;
  }
}

#videoPopup iframe {
  border-radius: 16px;
}

div[data-custom-class=video-popup] iframe {
  border-radius: 16px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.loading-form {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-form div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  border-radius: 8px;
  background: #00AEEF;
  animation: loading-form 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading-form div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loading-form div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loading-form div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes loading-form {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.header-login {
  margin-left: 16px;
}
@media (min-width: 744px) {
  .header-login {
    margin-left: 48px;
  }
}

.sign-in-link {
  color: #1980CC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  background: none;
  border: none;
  cursor: pointer;
}

.profile-dropdown-btn {
  display: block;
  border: solid 1px #1980CC;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.login-menu {
  position: relative;
}
.login-menu .login-menu-btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.login-menu .profile-nav-menu {
  position: absolute;
  right: 0;
  top: 48px;
  border-radius: 24px;
  background: #FFFFFF;
  width: 264px;
  filter: drop-shadow(4px 8px 24px rgba(0, 0, 0, 0.15));
  z-index: 1000;
}
.login-menu .dashboard-name {
  display: none;
  margin: 0 16px 0 0;
}
@media (min-width: 744px) {
  .login-menu .dashboard-name {
    display: block;
  }
}
.login-menu .profile-nav-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 16xp;
  border-bottom: solid 1px #E9E9E9;
  margin-bottom: 24px;
  padding: 16px 16px 16px;
}
.login-menu .profile-nav-top .initials {
  color: #FFFFFF;
  border: solid 1px #1980CC;
  background: #7DBFE6;
}
.login-menu .user-img {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #1980CC;
}
.login-menu .user-profile-info {
  width: 100%;
  margin-left: 16px;
}
.login-menu .user-profile-info .user-name {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px;
}
.login-menu .user-profile-info .view-profile-link {
  text-decoration: none;
}
.login-menu .profile-nav-bottom {
  padding: 0 16px 32px;
}
.login-menu .profile-nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.login-menu .profile-nav-item:last-of-type {
  margin-bottom: 0;
}
.login-menu .profile-nav-item img {
  margin-right: 16px;
}
.login-menu .profile-nav-item a {
  text-decoration: none;
}
.login-menu .profile-nav-item .btn-text-only {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.login-menu .profile-nav-item form {
  margin: 0;
}
.login-menu .initials {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: right;
  /* Small body copy */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  text-decoration: none;
  background: #7DBFE6;
}

#loadingWidget {
  padding: 88px 0;
}

.loading-widget {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.loading-widget .loading-image {
  width: 100%;
  height: 100%;
  animation: rotate-shrink 5s linear infinite;
}
.loading-widget .loading-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.loading-widget .loading-dots-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 6px;
}
.loading-widget .loading-dots-container .dot {
  width: 6px;
  height: 6px;
  background-color: #1980cc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.loading-widget .loading-dots-container .dot-center {
  left: 50%;
  transform: translate(-50%, -50%);
  animation: center-dot 5s linear infinite;
}
.loading-widget .loading-dots-container .dot-left {
  left: 0;
  animation: left-dot 5s linear infinite;
}
.loading-widget .loading-dots-container .dot-right {
  right: 0;
  animation: right-dot 5s linear infinite;
}

@keyframes rotate-shrink {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  20% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  22.5% {
    transform: rotate(-45deg) scale(0.5375);
    opacity: 0.5;
  }
  25% {
    transform: rotate(-90deg) scale(0.075);
    opacity: 0;
  }
  95% {
    transform: rotate(-90deg) scale(0.075);
    opacity: 0;
  }
  97.5% {
    transform: rotate(-45deg) scale(0.5375);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes center-dot {
  0%, 20% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  25% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  95% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@keyframes left-dot {
  0%, 45% {
    transform: translateY(-50%) scale(0);
    left: 50%;
  }
  50% {
    transform: translateY(-50%) scale(1);
    left: 0;
  }
  70% {
    transform: translateY(-50%) scale(1);
    left: 0;
  }
  75% {
    transform: translateY(-50%) scale(0);
    left: 50%;
  }
  100% {
    transform: translateY(-50%) scale(0);
    left: 50%;
  }
}
@keyframes right-dot {
  0%, 45% {
    transform: translateY(-50%) scale(0);
    right: 50%;
  }
  50% {
    transform: translateY(-50%) scale(1);
    right: 0;
  }
  70% {
    transform: translateY(-50%) scale(1);
    right: 0;
  }
  75% {
    transform: translateY(-50%) scale(0);
    right: 50%;
  }
  100% {
    transform: translateY(-50%) scale(0);
    right: 50%;
  }
}