﻿/*#region RESET STYLES */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
button,
dl,
dt,
dd {
  word-break: break-word;
}
img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  cursor: pointer;
  border: none;
  box-shadow: none;
  background-color: transparent;
  line-height: 0;
}
a {
  font-weight: 600;
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  text-decoration: none;
  outline: none;
  color: #003ABA;
}
a:hover {
  text-decoration: none;
  color: #1760FF;
  outline: none;
}
a.disabled {
  pointer-events: none;
  color: #CCCCCC;
  cursor: vertical-text;
  font-weight: normal;
}
a:focus {
  text-decoration: none;
  color: #1760FF;
  outline: none;
}
a.gradient {
  background-image: linear-gradient(#f7f8fa, #e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, 0.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #FE0000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Amazon Ember", Arial, sans-serif;
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  margin-left: 10px;
}
a.gradient:first-child {
  margin-left: 0;
}
a.gradient.alt {
  border-radius: 100%;
}
a.gradient:hover {
  background-image: linear-gradient(#e7e9ec, #f7f8fa);
}
a.gradient.disabled {
  background-image: linear-gradient(#f7f8fa, #e7e9ec);
  border-color: #a2a6ac #979aa1 #82858a;
}
a.gradient:active {
  border-bottom-color: #a2a6ac;
}
a.gradient:active:hover {
  border-bottom-color: #a2a6ac;
}
a.gradient:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}
a.gradient i {
  color: #e77600;
  margin-left: 3px;
}
a.gradient:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, 0.5) 0 0 3px 2px;
  outline: 0;
}
a.rounded,
a.squared {
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-right: 10px;
}
a.rounded:last-child,
a.squared:last-child {
  margin-right: 0;
}
a.rounded {
  border-radius: 100%;
  width: 40px;
  position: relative;
}
@media only screen and (max-width : 480.98px) {
  a.rounded.hidden {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  a.rounded.hidden {
    display: none;
  }
}
a.squared {
  border-radius: 6px;
  padding: 0 20px;
  color: #FFFFFF;
}
@media only screen and (max-width : 480.98px) {
  a.squared {
    padding: 0 10px;
  }
}
a.squared i {
  margin-left: 5px;
}
a.squared:first-child {
  background-color: #003ABA;
}
a.squared:first-child:hover {
  background-color: #1760FF;
}
a.squared:last-child {
  background-color: #DB461A;
}
a.squared:last-child:hover {
  background-color: #AE300B;
}
a.iconed {
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
a.iconed span {
  padding: 10px;
}
a.iconed i {
  padding: 10px;
  font-size: 16px;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
a.iconed.orange {
  background-color: #DB461A;
}
a.iconed.orange span {
  border-right: 1px solid #A22C01;
}
a.iconed.orange i {
  border-left: 1px solid #F84617;
}
a.iconed:hover,
a.iconed.disabled {
  background: #F84617;
}
a.iconed:hover span,
a.iconed.disabled span {
  border-right: 1px solid #731D00;
}
.spinner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-c7wet2 0.6s infinite linear;
}
.spinner.orange {
  background: radial-gradient(farthest-side, #DB461A 94%, #0000) top / 9px 9px no-repeat, conic-gradient(#0000 30%, #DB461A);
}
.spinner.blue {
  background: radial-gradient(farthest-side, #003ABA 94%, #0000) top / 9px 9px no-repeat, conic-gradient(#0000 30%, #003ABA);
}
@keyframes spinner-c7wet2 {
  100% {
    transform: rotate(1turn);
  }
}
.pulse {
  width: 22.4px;
  height: 22.4px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(254, 0, 0, 0.5);
  animation: pulse-kefe91md 1.5s infinite linear;
  position: relative;
}
.pulse.brown {
  background: #DB461A;
}
.pulse.blue {
  background: #003ABA;
}
.pulse:before,
.pulse:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(254, 0, 0, 0.5);
  animation: inherit;
  animation-delay: -0.5s;
}
.pulse:after {
  animation-delay: -1s;
}
@keyframes pulse-kefe91md {
  100% {
    box-shadow: 0 0 0 44.8px #0000;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Maven Pro", Arial, sans-serif;
}
/*#endregion */
/*#region ROOT ELEMENTS */
html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #050505;
  background-color: #FFFFFF;
  height: auto;
  min-height: 100svh;
  word-wrap: break-word;
  width: 100%;
}
@media only screen and (max-width : 480.98px) {
  html,
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  html,
  body {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  html,
  body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1141px) {
  html,
  body {
    font-size: 18px;
    line-height: 24px;
  }
}
body.modal-open {
  height: 100lvh;
  overflow: hidden;
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
#dashboard {
  height: auto;
  width: 100%;
  min-width: 320px;
  min-height: 100svh;
  background-color: #FFFFFF;
}
#dashboard .inner-dashboard {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
  background-color: #FFFFFF;
  margin: 0 auto;
  height: auto;
  min-height: 100svh;
  width: 100%;
}
@media only screen and (max-width : 1140.98px) {
  #dashboard .inner-dashboard {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1141px) {
  #dashboard .inner-dashboard {
    max-width: 1400px;
  }
}
#dashboard .inner-dashboard.active {
  overflow-x: hidden;
}
#dashboard header {
  width: 100%;
  height: auto;
  position: sticky;
  z-index: 105;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 20px -20px;
  font-size: 15px;
  line-height: 15px;
  margin: 0 auto;
  height: 80px;
  top: 0;
}
#dashboard main {
  position: relative;
  min-height: calc(100svh - 80px);
  height: auto;
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  background-color: #FFFFFF;
}
#dashboard main > * {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all 0.5s linear 0s;
  background-color: #FFFFFF;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
#dashboard main #modal,
#dashboard main #itemModal {
  position: relative;
  padding: 50px 10px;
  display: none;
}
#dashboard main #modal .form-container,
#dashboard main #itemModal .form-container {
  min-height: 320px;
}
#dashboard main #modal.active,
#dashboard main #itemModal.active {
  display: block;
}
#dashboard main #modal {
  z-index: 103;
}
#dashboard main #itemModal {
  z-index: 102;
}
#form {
  width: 100%;
  height: auto;
  min-height: 100svh;
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #form {
    padding: 30px 0;
    background-color: #003ABA;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #form {
    padding: 30px 0;
    background-color: #003ABA;
  }
}
@media only screen and (min-width: 1141px) {
  #form {
    padding: 30px 0;
    background-color: #003ABA;
  }
}
aside {
  width: 300px;
  height: 100svh;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  padding-bottom: 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 15px;
  line-height: 24px;
  background-color: #030132;
}
aside ::-webkit-scrollbar {
  display: none;
}
aside .user-container {
  height: auto;
  width: 100%;
}
aside .user-container .user {
  width: 100%;
  height: auto;
  padding: 30px 10px;
  text-align: center;
}
aside .user-container .user img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: rgba(191, 59, 13, 0.5) 0px 5px 15px 0px;
  border-radius: 100%;
  background-color: #FFFFFF;
}
aside .user-container .user h1 {
  color: #FFFFFF;
}
aside .user-container .user h2 {
  color: #FFFFFF;
  text-transform: uppercase;
}
aside nav {
  padding: 5px 0;
  border-bottom: 1px solid #101387;
  border-bottom: 1px solid #0F1639;
  border-top: 1px solid #000105;
  margin-top: 10px;
}
aside nav a {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  color: #FFFFFF;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: capitalize;
  border-top: 1px solid #0F1639;
  border-bottom: 1px solid #000105;
}
aside nav a:last-child {
  margin-bottom: 0;
}
aside nav a:after {
  font-family: FontAwesome;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #FFFFFF;
}
aside nav a:hover {
  background-color: #FFFFFF;
  color: #030132;
}
aside nav a:hover:after {
  content: "\f105";
  color: #030132;
}
aside nav a:focus {
  color: #FFFFFF;
}
aside nav a.active {
  pointer-events: none;
}
aside nav a.active:after {
  content: "\f105";
}
aside nav a .counter {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  color: #DB461A;
  background-color: #000105;
  border-radius: 100%;
  font-size: 13px;
  line-height: 13px;
  padding: 4px;
  font-weight: 900;
  width: auto;
}
aside nav a p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 30px;
}
aside nav a p:first-child i {
  color: #DB461A;
  font-weight: 900;
  font-size: 20px;
}
#collapsible {
  height: auto;
  position: relative;
  z-index: 10;
  -webkit-transition-duration: 0.9s;
  /* Safari */
  transition-duration: 0.9s;
  background-color: #FFFFFF;
  min-height: 100%;
  padding-bottom: 50px;
  min-height: 100svh;
}
@media only screen and (max-width : 480.98px) {
  #collapsible {
    width: 100%;
    margin-left: 0;
  }
  #collapsible.active {
    width: 100%;
    margin-left: 300px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #collapsible {
    width: 100%;
    margin-left: 0;
  }
  #collapsible.active {
    width: 100%;
    margin-left: 300px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #collapsible {
    width: 100%;
    margin-left: 0;
  }
  #collapsible.active {
    width: 100%;
    margin-left: 300px;
  }
}
@media only screen and (min-width: 1141px) {
  #collapsible {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
  #collapsible.active {
    margin-left: 0;
    width: 100%;
  }
}
/*#endregion */
/*#region HOME PAGE */
#homepage-wrapper {
  position: fixed;
  right: 0;
  height: 100lvh;
  background-color: #DB461A;
  z-index: 4006;
}
@media only screen and (max-width : 480.98px) {
  #homepage-wrapper {
    width: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #homepage-wrapper {
    width: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #homepage-wrapper {
    width: 50px;
  }
}
@media only screen and (min-width: 1141px) {
  #homepage-wrapper {
    width: 50px;
  }
}
#card-modal {
  position: fixed;
  z-index: 4002;
  width: 100%;
  height: 100lvh;
  overflow-y: hidden;
  right: -100%;
  -webkit-transition-duration: 0.9s;
  /* Safari */
  transition-duration: 0.9s;
  background-color: #FFFFFF;
}
#card-modal.active {
  right: 0;
}
@media only screen and (max-width : 480.98px) {
  #card-modal.active {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #card-modal.active {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #card-modal.active {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1141px) {
  #card-modal.active {
    padding-right: 50px;
  }
}
#card-modal .inner-modal {
  height: 100lvh;
  padding: 20px 0;
  margin: 0 auto;
  scrollbar-color: #888888;
  scrollbar-width: thin;
  scrollbar-track-color: transparent;
  overflow-y: auto;
}
#card-modal .inner-modal::-webkit-scrollbar {
  width: 10px;
}
#card-modal .inner-modal::-webkit-scrollbar-track {
  background-color: transparent;
}
#card-modal .inner-modal::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 25px;
}
#card-modal .inner-modal::-webkit-scrollbar-thumb:hover {
  background-color: #646464;
  border-radius: 25px;
}
#card-modal .inner-modal::-webkit-scrollbar-thumb:active {
  background-color: #444444;
  border-radius: 25px;
}
#card-modal .inner-modal .verification-result {
  margin: 10px auto;
  width: 960px;
  max-width: calc(100% - 10px);
}
#card-modal .inner-modal button,
#card-modal .inner-modal .progress-links a {
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  font-size: 15px;
  color: #FFFFFF;
  background-color: #DB461A;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='@orange-color', endColorstr='@orange-alt-color');
  background-image: -webkit-linear-gradient(top, #DB461A 0%, #AE300B 100%);
  background-image: -moz-linear-gradient(top, #DB461A 0%, #AE300B 100%);
  background-image: -o-linear-gradient(top, #DB461A 0%, #AE300B 100%);
  background-image: linear-gradient(top, #DB461A 0%, #AE300B 100%);
  white-space: nowrap;
  display: -moz-inline-stack;
  display: flex;
  white-space: normal;
  height: 52px;
  align-items: center;
  text-transform: uppercase;
  padding: 0 40px;
  width: auto;
  margin-right: 20px;
}
#card-modal .inner-modal button:last-child,
#card-modal .inner-modal .progress-links a:last-child {
  margin-right: 0;
}
#card-modal .inner-modal button:hover,
#card-modal .inner-modal .progress-links a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='@orange-alt-color', endColorstr='@orange-color');
  background-image: -webkit-linear-gradient(top, #AE300B 0%, #DB461A 100%);
  background-image: -moz-linear-gradient(top, #AE300B 0%, #DB461A 100%);
  background-image: -o-linear-gradient(top, #AE300B 0%, #DB461A 100%);
  background-image: linear-gradient(top, #AE300B 0%, #DB461A 100%);
}
#card-modal .inner-modal .button-holder {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
#home-page {
  width: 100%;
  height: auto;
  background-color: #FAFAFA;
  background-image: url(/images/backgrounds/index-background.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width : 1140.98px) {
  #home-page {
    background-position: top left;
  }
}
#home-page header {
  width: 100%;
}
@media only screen and (max-width : 480.98px) {
  #home-page header {
    min-height: 100lvh;
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header {
    min-height: 100lvh;
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page header {
    height: 100lvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header {
    height: 100lvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#home-page header .homepage-contents {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents {
    display: flex;
    justify-content: center;
  }
}
#home-page header .homepage-contents .logo {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 1140.98px) {
  #home-page header .homepage-contents .logo {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents .logo {
    margin-right: 20px;
  }
}
@media only screen and (max-width : 480.98px) {
  #home-page header .homepage-contents .logo img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header .homepage-contents .logo img {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page header .homepage-contents .logo img {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents .logo img {
    height: 350px;
    width: auto;
  }
}
#home-page header .homepage-contents .text {
  width: auto;
  height: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width : 480.98px) {
  #home-page header .homepage-contents .text {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header .homepage-contents .text {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page header .homepage-contents .text {
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents .text {
    width: 600px;
  }
}
#home-page header .homepage-contents .text .title h1 {
  margin-bottom: 10px;
  font-weight: 900;
  color: #050505;
  text-transform: uppercase;
}
@media only screen and (max-width : 480.98px) {
  #home-page header .homepage-contents .text .title h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header .homepage-contents .text .title h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page header .homepage-contents .text .title h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents .text .title h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
#home-page header .homepage-contents .text .title h2 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #010101;
}
#home-page header .homepage-contents .text .title h2 span {
  color: #010101;
  font-size: 22px;
}
#home-page header .homepage-contents .text .title p {
  font-size: 16px;
  line-height: 20px;
  color: #010101;
}
#home-page header .homepage-contents .text form {
  width: 100%;
}
@media only screen and (max-width : 480.98px) {
  #home-page header .homepage-contents .text form {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header .homepage-contents .text form {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page header .homepage-contents .text form {
    margin: 20px 0;
    display: flex;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents .text form {
    display: flex;
  }
}
#home-page header .homepage-contents .text form fieldset {
  width: 200px;
  height: auto;
  margin-right: 5px;
}
@media only screen and (max-width : 480.98px) {
  #home-page header .homepage-contents .text form fieldset {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header .homepage-contents .text form fieldset {
    margin-bottom: 10px;
  }
}
#home-page header .homepage-contents .text form fieldset input {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding-left: 10px;
  color: #777777;
  height: 52px;
  width: 100%;
}
#home-page header .homepage-contents .text form fieldset input::placeholder {
  color: #777777;
}
#home-page header .homepage-contents .text form fieldset input:-webkit-autofill,
#home-page header .homepage-contents .text form fieldset input:-webkit-autofill:hover,
#home-page header .homepage-contents .text form fieldset input:-webkit-autofill:focus,
#home-page header .homepage-contents .text form fieldset input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  color: transparent !important;
}
#home-page header .homepage-contents .text form fieldset input:disabled {
  background-color: #FFFFFF !important;
  cursor: text;
  color: #B0B0B0;
}
#home-page header .homepage-contents .text form fieldset input:focus {
  background-color: #FFFFFF !important;
  outline: #DB461A !important;
}
#home-page header .homepage-contents .text form button {
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  font-size: 15px;
  color: #FFFFFF;
  background-color: #DB461A;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='@orange-color', endColorstr='@orange-alt-color');
  background-image: -webkit-linear-gradient(top, #DB461A 0%, #AE300B 100%);
  background-image: -moz-linear-gradient(top, #DB461A 0%, #AE300B 100%);
  background-image: -o-linear-gradient(top, #DB461A 0%, #AE300B 100%);
  background-image: linear-gradient(top, #DB461A 0%, #AE300B 100%);
  white-space: nowrap;
  display: -moz-inline-stack;
  display: flex;
  white-space: normal;
  height: 52px;
  align-items: center;
  text-transform: uppercase;
}
@media only screen and (max-width : 480.98px) {
  #home-page header .homepage-contents .text form button {
    width: 200px;
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page header .homepage-contents .text form button {
    width: 200px;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page header .homepage-contents .text form button {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page header .homepage-contents .text form button {
    padding: 0 40px;
  }
}
#home-page header .homepage-contents .text form button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='@orange-alt-color', endColorstr='@orange-color');
  background-image: -webkit-linear-gradient(top, #AE300B 0%, #DB461A 100%);
  background-image: -moz-linear-gradient(top, #AE300B 0%, #DB461A 100%);
  background-image: -o-linear-gradient(top, #AE300B 0%, #DB461A 100%);
  background-image: linear-gradient(top, #AE300B 0%, #DB461A 100%);
}
#home-page header .homepage-contents .text .footer .links {
  margin-bottom: 10px;
}
#home-page header .homepage-contents .text .footer .links a {
  text-transform: uppercase;
  color: #DB461A;
}
#home-page header .homepage-contents .text .footer .links a:hover {
  color: #AE300B;
}
#home-page header .homepage-contents .text .footer .links span {
  margin: 0 5px;
}
#home-page header .homepage-contents .text .footer .copy {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}
#home-page main {
  height: auto;
}
@media only screen and (max-width : 480.98px) {
  #home-page main {
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main {
    width: calc(100% - 50px);
  }
}
#home-page main .section-header {
  width: 100%;
  padding: 50px 0;
}
#home-page main .section-header h6 {
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 15px;
  border-left: 5px solid #DB461A;
}
@media only screen and (max-width : 480.98px) {
  #home-page main .section-header h6 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .section-header h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .section-header h6 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .section-header h6 {
    font-size: 32px;
    line-height: 36px;
  }
}
#home-page main .section-header p {
  margin-bottom: 10px;
}
#home-page main > div {
  width: 100%;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .summaries-container {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .summaries-container {
    height: 100lvh;
  }
}
#home-page main .summaries-container .summaries {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 30px 10px;
}
@media only screen and (max-width : 480.98px) {
  #home-page main .summaries-container .summaries {
    max-width: 400px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .summaries-container .summaries {
    max-width: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .summaries-container .summaries {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .summaries-container .summaries {
    max-width: 1140px;
  }
}
#home-page main .summaries-container .summaries h1 {
  margin-bottom: 10px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #050505;
  font-weight: 900;
}
#home-page main .summaries-container .summaries .summary-holders-container {
  padding: 5px 0;
  color: #FFFFFF;
}
@media only screen and (min-width: 1141px) {
  #home-page main .summaries-container .summaries .summary-holders-container .summary-holders {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder {
  position: relative;
  height: auto;
  border-radius: 6px;
  padding: 20px;
  background-color: #DB461A;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder {
    height: auto;
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder {
    width: calc((100%/3) - 10px);
  }
}
#home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder .summary {
  width: 100%;
  height: 100%;
}
#home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder .summary h2 {
  margin-bottom: 10px;
  padding: 10px 0;
  text-transform: uppercase;
}
#home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder .summary .image-holder {
  text-align: center;
  margin-bottom: 20px;
}
#home-page main .summaries-container .summaries .summary-holders-container .summary-holders .summary-holder .summary .image-holder img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
}
#home-page main .description .inner-description {
  width: calc(100% - 20px);
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
}
#home-page main .description .inner-description .description-articles {
  width: 100%;
  height: auto;
}
#home-page main .description .inner-description .description-articles article {
  width: 100%;
  height: auto;
  display: flex;
}
@media only screen and (max-width : 480.98px) {
  #home-page main .description .inner-description .description-articles article {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .description .inner-description .description-articles article {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .description .inner-description .description-articles article {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .description .inner-description .description-articles article {
    margin-bottom: 80px;
  }
}
#home-page main .description .inner-description .description-articles article:last-child {
  margin-bottom: 0;
}
#home-page main .description .inner-description .description-articles article .description-image {
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article .description-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .description .inner-description .description-articles article .description-image {
    width: 50%;
  }
}
#home-page main .description .inner-description .description-articles article .description-image picture {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#home-page main .description .inner-description .description-articles article .description-image picture img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article .description-image picture img {
    width: 500px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .description .inner-description .description-articles article .description-image picture img {
    width: 600px;
  }
}
#home-page main .description .inner-description .description-articles article .description-text {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article .description-text {
    width: 100%;
    padding: 10px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .description .inner-description .description-articles article .description-text {
    width: 50%;
    padding: 50px;
  }
}
#home-page main .description .inner-description .description-articles article .description-text h1 {
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 15px;
  border-left: 5px solid #DB461A;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article .description-text h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .description .inner-description .description-articles article .description-text h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
#home-page main .description .inner-description .description-articles article .description-text p {
  margin-bottom: 10px;
}
#home-page main .description .inner-description .description-articles article .description-text p > span {
  text-decoration: underline;
}
#home-page main .description .inner-description .description-articles article .description-text p.description-link {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article .description-text p.description-link {
    padding: 20px;
    justify-content: center;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .description .inner-description .description-articles article .description-text p.description-link {
    justify-content: flex-end;
  }
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article.identification,
  #home-page main .description .inner-description .description-articles article.authorization {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .description .inner-description .description-articles article.authentication,
  #home-page main .description .inner-description .description-articles article.accountability {
    flex-direction: column;
  }
}
#home-page main .quackery {
  height: auto;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .quackery {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .quackery {
    height: 100lvh;
  }
}
#home-page main .quackery .inner-quackery {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .quackery .inner-quackery {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .quackery .inner-quackery {
    height: 100lvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width : 480.98px) {
  #home-page main .quackery .inner-quackery article {
    width: 400px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .quackery .inner-quackery article {
    width: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .quackery .inner-quackery article {
    width: 650px;
  }
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .quackery .inner-quackery article {
    max-width: 100%;
    margin: 0 auto;
  }
  #home-page main .quackery .inner-quackery article:first-child {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .quackery .inner-quackery article {
    width: 40%;
  }
}
#home-page main .quackery .inner-quackery article h3 {
  color: #050505;
  text-align: center;
  font-weight: 800;
  margin-top: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #DB461A;
}
@media only screen and (max-width : 480.98px) {
  #home-page main .quackery .inner-quackery article h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .quackery .inner-quackery article h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .quackery .inner-quackery article h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .quackery .inner-quackery article h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
#home-page main .quackery .inner-quackery article .quackery-checks p {
  color: #050505;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#home-page main .quackery .inner-quackery article .quackery-checks p:before {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f14a";
  color: #DB461A;
  padding-right: 10px;
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .download-app {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .download-app {
    height: 100lvh;
  }
}
#home-page main .download-app .inner-download-app {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 12px;
  min-height: 600px;
  padding: 20px;
}
@media only screen and (min-width: 1141px) {
  #home-page main .download-app .inner-download-app {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width : 1140.98px) {
  #home-page main .download-app .inner-download-app .inner-download-app-image {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .download-app .inner-download-app .inner-download-app-image {
    width: 30%;
  }
}
#home-page main .download-app .inner-download-app .inner-download-app-image img {
  width: 250px;
  max-width: 100%;
}
#home-page main .download-app .inner-download-app .inner-download-app-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (min-width: 1141px) {
  #home-page main .download-app .inner-download-app .inner-download-app-text {
    width: 70%;
    margin-left: 20px;
  }
}
#home-page main .download-app .inner-download-app .inner-download-app-text h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width : 480.98px) {
  #home-page main .download-app .inner-download-app .inner-download-app-text h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .download-app .inner-download-app .inner-download-app-text h1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .download-app .inner-download-app .inner-download-app-text h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .download-app .inner-download-app .inner-download-app-text h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-instructions {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 2px solid #DB461A;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #DB461A;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-instructions p {
  color: #050505;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  vertical-align: middle;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-instructions p b {
  font-weight: 600;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-instructions p i {
  color: #DB461A;
  padding-right: 10px;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-icons {
  display: flex;
  justify-content: space-around;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-icons a:hover {
  box-shadow: none;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-icons a i {
  color: #DB461A;
  margin-bottom: 20px;
}
#home-page main .download-app .inner-download-app .inner-download-app-text .download-icons a span {
  color: #010101;
  text-transform: uppercase;
  font-weight: normal;
}
#home-page main .photo-gallery {
  height: auto;
}
#home-page main .photo-gallery .inner-photo-gallery {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin: 0 auto;
}
#home-page main .photo-gallery .inner-photo-gallery .photos {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .photo-gallery .inner-photo-gallery .photos {
    display: grid;
    gap: 20px;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .photo-gallery .inner-photo-gallery .photos {
    display: grid;
    gap: 30px;
    grid-template-columns: calc(33.33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px);
  }
}
@media only screen and (max-width : 480.98px) {
  #home-page main .photo-gallery .inner-photo-gallery .photos {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .photo-gallery .inner-photo-gallery .photos {
    width: 400px;
    margin: 0 auto;
  }
}
#home-page main .photo-gallery .inner-photo-gallery .photos figure {
  margin-bottom: 30px;
  width: 100%;
}
#home-page main .photo-gallery .inner-photo-gallery .photos figure img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
#home-page main .photo-gallery .inner-photo-gallery .photos figure figcaption {
  height: 150px;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
#home-page main .photo-gallery .inner-photo-gallery .photos .image-holder {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
#home-page main .photo-gallery .inner-photo-gallery .photos .image-holder:nth-child(odd) {
  margin-right: 5px;
}
#home-page main .photo-gallery .inner-photo-gallery .photos .image-holder:nth-child(even) {
  margin-left: 5px;
}
#home-page main .photo-gallery .inner-photo-gallery .photos .image-holder img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1141px) {
  #home-page main .photo-gallery .gallery-photos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width : 480.98px) {
  #home-page main .photo-gallery .gallery-photos .photo-holder {
    padding: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page main .photo-gallery .gallery-photos .photo-holder {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page main .photo-gallery .gallery-photos .photo-holder {
    padding: 50px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page main .photo-gallery .gallery-photos .photo-holder {
    width: 50%;
    padding: 25px 50px 25px 50px;
  }
}
#home-page main .photo-gallery .gallery-photos .photo-holder:nth-child(odd) {
  background-color: #030132;
}
#home-page main .photo-gallery .gallery-photos .photo-holder:nth-child(odd) figure {
  background-color: #FFFFFF;
}
#home-page main .photo-gallery .gallery-photos .photo-holder:nth-child(even) {
  background-color: #F7F7F7;
}
#home-page main .photo-gallery .gallery-photos .photo-holder:nth-child(even) figure {
  background-color: #D4D8E2;
}
#home-page main .photo-gallery .gallery-photos .photo-holder figure {
  width: 100%;
}
#home-page main .photo-gallery .gallery-photos .photo-holder figure .image-holder {
  padding: 20px;
  text-align: center;
  border-bottom: 2px solid #C1C1C1;
  margin-bottom: 10px;
}
#home-page main .photo-gallery .gallery-photos .photo-holder figure .image-holder img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  max-width: 400px;
}
#home-page main .photo-gallery .gallery-photos .photo-holder figure figcaption {
  font-size: 13px;
  height: 150px;
  display: flex;
  align-items: center;
  color: #242C3F;
  padding: 20px;
}
#home-page footer {
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 480.98px) {
  #home-page footer {
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page footer {
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page footer {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width : 1140.98px) {
  #home-page footer {
    height: auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer {
    height: 100lvh;
  }
}
#home-page footer .inner-footer {
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 1140px;
  margin: 0 auto;
}
#home-page footer .inner-footer .logo-holder {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
#home-page footer .inner-footer .logo-holder .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#home-page footer .inner-footer .logo-holder .logo img {
  width: auto;
  margin-bottom: 10px;
  height: 150px;
}
#home-page footer .inner-footer .logo-holder .logo .logo-text h1 {
  font-weight: 900;
  color: #010101;
  font-size: 53px;
  line-height: 63px;
}
#home-page footer .inner-footer .logo-holder .logo .logo-text h2 {
  color: #DB461A;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
#home-page footer .inner-footer .top-footer {
  padding: 20px 0;
  margin: 5px 0;
  width: 100%;
}
#home-page footer .inner-footer h6 {
  font-weight: 600;
  color: #010101;
  padding-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width : 1140.98px) {
  #home-page footer .inner-footer h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .inner-footer h6 {
    font-size: 16px;
  }
}
#home-page footer .inner-footer a {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #DB461A;
}
@media only screen and (max-width : 1140.98px) {
  #home-page footer .inner-footer a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .inner-footer a {
    font-size: 15px;
    line-height: 20px;
  }
}
#home-page footer .inner-footer a:hover {
  color: #AE300B;
}
@media only screen and (max-width : 480.98px) {
  #home-page footer .inner-footer .project-powered {
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page footer .inner-footer .project-powered {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page footer .inner-footer .project-powered {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .inner-footer .project-powered {
    width: 100%;
  }
}
@media only screen and (max-width : 480.98px) {
  #home-page footer .inner-footer .project-partners {
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page footer .inner-footer .project-partners {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page footer .inner-footer .project-partners {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .inner-footer .project-partners {
    width: 100%;
  }
}
#home-page footer .inner-footer .powered-row {
  width: 100%;
  text-align: center;
}
#home-page footer .inner-footer .powered-row h5 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
#home-page footer .inner-footer .partners-row {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#home-page footer .inner-footer .partners-row a {
  width: 50%;
}
#home-page footer .inner-footer .partners-row a:nth-child(odd) {
  text-align: right;
}
@media only screen and (max-width : 480.98px) {
  #home-page footer .inner-footer .partners-row a:nth-child(odd) {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page footer .inner-footer .partners-row a:nth-child(odd) {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page footer .inner-footer .partners-row a:nth-child(odd) {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .inner-footer .partners-row a:nth-child(odd) {
    padding-right: 20px;
  }
}
@media only screen and (max-width : 480.98px) {
  #home-page footer .inner-footer .partners-row a:nth-child(even) {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  #home-page footer .inner-footer .partners-row a:nth-child(even) {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  #home-page footer .inner-footer .partners-row a:nth-child(even) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .inner-footer .partners-row a:nth-child(even) {
    padding-left: 20px;
  }
}
#home-page footer .copyright {
  color: #010101;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width : 1140.98px) {
  #home-page footer .copyright {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1141px) {
  #home-page footer .copyright {
    font-size: 14px;
  }
}
/*#endregion */
/*#region HEADER */
.dashboard-nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dashboard-nav a.showSidebar,
.dashboard-nav a.showHelp {
  color: #DB461A;
  font-size: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 60px;
}
.dashboard-nav a.showSidebar:hover,
.dashboard-nav a.showHelp:hover {
  color: #AE300B;
}
.dashboard-nav a.logo {
  display: flex;
  align-items: center;
}
.dashboard-nav a.logo img {
  width: auto;
  height: 60px;
}
.page-component-header {
  width: 100%;
  height: auto;
  min-height: 150px;
  background-color: #030132;
}
.page-component-header .inner-page-component-header {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  height: auto;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #050505;
}
.page-component-header .inner-page-component-header h1 {
  color: #FFFFFF;
}
.component-header {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #F7F7F7;
  border-bottom: 1px solid #D8DEE4;
}
.component-header .inner-component-header {
  width: calc(100% - 20px);
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  font-weight: 600;
}
.component-header .inner-component-header h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.component-header .inner-component-header h1 a {
  color: #6F7F8D;
  margin: 0 5px;
  border: 1px solid #C1C1C1;
  background-color: #FFFFFF;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.component-header .inner-component-header h1 a:hover {
  color: #003ABA;
  background-color: #F5F5F5;
}
.component-header .inner-component-header h3 {
  font-weight: normal;
  margin: 20px 0;
}
.component-header .inner-component-header h6 {
  position: relative;
  z-index: 10;
  margin: 20px 0;
  font-weight: normal;
}
.component-header .inner-component-header hr {
  height: 6px;
  border-width: 0;
  color: #030132;
  background-color: #030132;
  width: 140px;
  text-align: left;
  margin-left: 0;
}
.component-header .inner-component-header .filter-options {
  width: 100%;
  font-size: 15px;
}
.component-header .inner-component-header .filter-options .filter-header {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.component-header .inner-component-header .filter-options .filter-header h2 {
  margin-right: 5px;
  font-weight: 500;
}
@media only screen and (max-width : 480.98px) {
  .component-header .inner-component-header .filter-options .filter-header h2 {
    text-align: center;
  }
}
.component-header .inner-component-header .filter-options .filter-header hr {
  flex-grow: 1;
  border: none;
  height: 1px;
  background-color: #C1C1C1;
}
.component-header .inner-component-header .filter-options .filter-header a {
  color: #6F7F8D;
  display: block;
  padding: 4px 8px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  border: 1px solid #C1C1C1;
  min-width: 40px !important;
}
@media only screen and (max-width : 480.98px) {
  .component-header .inner-component-header .filter-options .filter-header a {
    text-align: center;
  }
}
.component-header .inner-component-header .filter-options .filter-header a:hover {
  background-color: #F9F9F9;
  color: #003ABA;
}
.component-header .inner-component-header .filter-options .filter-header a:after {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
}
.component-header .inner-component-header .filter-options .filter-header a.active:after {
  content: "\f0d8";
}
.component-header .inner-component-header .filter-options .filter-contents {
  display: none;
  background-color: #FFFFFF;
  margin-bottom: 2px;
  border-radius: 4px;
}
.component-header .inner-component-header .filter-options .filter-contents.active {
  display: block;
}
.component-header .inner-component-header .filter-options .filter-contents section {
  border: 1px solid #EBEDEF;
  border-radius: 4px;
  margin-bottom: 2px;
}
.component-header .inner-component-header .filter-options .filter-contents section:first-child > a {
  border-radius: 4px 4px 0 0;
}
.component-header .inner-component-header .filter-options .filter-contents section:last-child > a {
  border-radius: 0 0 4px 4px;
}
.component-header .inner-component-header .filter-options .filter-contents section > a {
  border-top: 1px solid #EBEDEF;
  color: #6F7F8D;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  position: relative;
  font-weight: normal;
}
.component-header .inner-component-header .filter-options .filter-contents section > a:after {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  content: "\f107";
}
.component-header .inner-component-header .filter-options .filter-contents section > a.active:after {
  content: "\f106";
}
.component-header .inner-component-header .filter-options .filter-contents section > a:hover {
  background-color: #F5F5F5;
  color: #030132;
}
.component-header .inner-component-header .filter-options .filter-contents section:first-child > a {
  border-top: 0;
}
.component-header .inner-component-header .filter-options .filter-contents .hidden {
  max-height: 165px;
  overflow-y: auto;
}
.component-header .inner-component-header .filter-options .filter-contents .hidden a {
  border-top: 1px solid #EBEDEF;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 32px;
  font-size: 14px;
  line-height: 21px;
  color: #6F7F8D;
  position: relative;
  font-weight: normal;
}
.component-header .inner-component-header .filter-options .filter-contents .hidden a:hover {
  background-color: #F5F5F5;
  color: #030132;
}
.component-header .inner-component-header .filter-options .filter-contents .hidden a.disabled {
  background-color: #F5F5F5;
}
.component-header .inner-component-header .filter-options .filter-contents .hidden a:after {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  content: "\f105";
}
.component-header .inner-component-header .included-topics {
  margin: 10px 0;
}
.component-header .inner-component-header .included-topics p {
  margin-bottom: 15px;
}
.component-header .inner-component-header .included-topics p i {
  color: #B0B0B0;
  margin-right: 5px;
}
footer.dashboard {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 20px;
}
footer.dashboard h1 {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #DB461A;
  font-weight: 600;
}
footer.dashboard h2 {
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
  font-weight: 600;
}
/*#endregion */
/*#region FORM */
.page-contents-container {
  padding-bottom: 30px;
  width: 100%;
  height: auto;
}
.page-contents-container .inner-page-contents-container {
  width: calc(100% - 20px);
  max-width: 1140px;
  margin: 0 auto;
  background-color: #FFFFFF;
  height: auto;
  position: relative;
  border: 1px solid #DDDDDD;
}
@media only screen and (max-width : 480.98px) {
  .page-contents-container .inner-page-contents-container {
    padding: 10px;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .page-contents-container .inner-page-contents-container {
    padding: 10px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container {
    padding: 20px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container {
    padding: 50px;
    margin-top: -50px;
  }
}
.page-contents-container .inner-page-contents-container .page-form {
  width: 100%;
  position: relative;
}
@media only screen and (max-width : 1140.98px) {
  .page-contents-container .inner-page-contents-container .page-form {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container .page-form {
    display: flex;
  }
}
@media only screen and (max-width : 1140.98px) {
  .page-contents-container .inner-page-contents-container .page-form .form-help {
    width: 100%;
    border-bottom: 1px solid #D8DEE4;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container .page-form .form-help {
    width: 40%;
    border-right: 1px solid #D8DEE4;
    padding-right: 20px;
  }
}
.page-contents-container .inner-page-contents-container .page-form .form-help ul {
  list-style: square;
  list-style-position: inside;
}
.page-contents-container .inner-page-contents-container .page-form .form-help ul li {
  color: #010101;
}
.page-contents-container .inner-page-contents-container .page-form .form-container {
  position: relative;
}
@media only screen and (max-width : 1140.98px) {
  .page-contents-container .inner-page-contents-container .page-form .form-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container .page-form .form-container {
    width: 60%;
    padding-left: 20px;
  }
}
.page-contents-container .inner-page-contents-container .page-form .form-container .upload-details {
  padding: 0;
}
.page-contents-container .inner-page-contents-container .page-form .search-group {
  margin-bottom: 20px;
}
.page-contents-container .inner-page-contents-container.page-information h2 {
  font-weight: normal;
}
.page-contents-container .inner-page-contents-container.page-information .link-holder {
  display: flex;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #D8DEE4;
  border-bottom: 1px solid #D8DEE4;
}
.page-contents-container .inner-page-contents-container.branch-container .branch-summary {
  height: auto;
  font-weight: normal;
}
.page-contents-container .inner-page-contents-container.branch-container .branch-image-holder {
  padding: 30px 0;
  overflow-x: hidden;
  width: auto;
}
@media only screen and (max-width : 480.98px) {
  .page-contents-container .inner-page-contents-container.branch-container .branch-image-holder img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .page-contents-container .inner-page-contents-container.branch-container .branch-image-holder img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container.branch-container .branch-image-holder img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container.branch-container .branch-image-holder img {
    width: 100%;
    height: auto;
  }
}
.page-contents-container .inner-page-contents-container.branch-container .branch-functions {
  height: auto;
}
.page-contents-container .inner-page-contents-container.branch-container .branch-functions h3.functions-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8DEE4;
  font-weight: normal;
}
.page-contents-container .inner-page-contents-container.branch-container .branch-functions .branch-function {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.page-contents-container .inner-page-contents-container.branch-container .branch-functions .branch-function:last-child {
  border-bottom: none;
}
.page-contents-container .inner-page-contents-container.branch-container .branch-functions .branch-function .branch-function-header {
  font-weight: 500;
  text-transform: uppercase;
}
.page-contents-container .inner-page-contents-container.branch-container h5.last-updated {
  text-align: center;
  padding: 10px 10px 30px 10px;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container.branches-container {
    display: flex;
    max-width: 960px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container.branches-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-contents-container .inner-page-contents-container.branches-container .search {
  margin-bottom: 30px;
}
.page-contents-container .inner-page-contents-container.branches-container .search label {
  color: #010101;
  font-style: italic;
  padding-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches {
    display: flex;
    max-width: 960px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder {
  position: relative;
  height: auto;
  border-radius: 6px;
  padding: 10px;
}
@media only screen and (max-width : 480.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 470px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 470px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder {
    width: 50%;
    height: 450px;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder {
    width: 50%;
    height: 500px;
  }
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  box-sizing: border-box;
  color: #6F7F8D;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title {
  width: 100%;
}
@media only screen and (max-width : 480.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title {
    padding: 30px 10px;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title {
    padding: 30px 10px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    height: 230px;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    height: 230px;
  }
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title h1 {
  font-weight: normal;
}
@media only screen and (max-width : 480.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1141px) {
  .page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title h1 span {
  color: #003ABA;
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-title p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-image {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link .branch-image img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.page-contents-container .inner-page-contents-container.branches-container .branches .branch-link-holder .branch-link:hover h1 {
  color: #003ABA;
}
.form-container {
  height: auto;
}
@media only screen and (max-width : 480.98px) {
  .form-container {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .form-container {
    width: 460px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .form-container {
    width: 480px;
  }
}
@media only screen and (min-width: 1141px) {
  .form-container {
    width: 480px;
  }
}
.form-container:not(.alt) {
  background-color: #FFFFFF;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .form-container:not(.alt) {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .form-container:not(.alt) {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  }
}
@media only screen and (min-width: 1141px) {
  .form-container:not(.alt) {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  }
}
.form-container.alt .search {
  margin-bottom: 20px;
}
.form-container.alt .form-body {
  padding: 0;
}
.form-container .form-logo {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.form-container .form-logo img {
  height: 80px;
  width: auto;
}
.form-container .form-logo h2 {
  color: #DB461A;
  font-size: 22px;
  font-weight: 600;
  height: auto;
}
.form-container .options {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
}
.form-container .options a {
  color: #DB461A;
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 20px;
  font-family: 'Publico', sans-serif;
  background-color: #FFFFFF;
}
.form-container .options a:first-child {
  margin-right: 5px;
}
.form-container .options a:hover {
  background-color: #DB461A;
  color: #FFFFFF;
}
.form-container .form-header {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.form-container .form-header h1 {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-top: 15px;
}
.form-container .form-header h6 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #010101;
}
.form-container .form-header #form-help {
  display: none;
  padding: 10px;
  list-style: square;
  list-style-position: inside;
  text-align: left;
  margin-top: 20px;
}
.form-container .form-header #form-help.active {
  display: block;
}
.form-container .form-header #form-help li {
  color: #010101;
}
@media only screen and (max-width : 480.98px) {
  .form-container .form-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .form-container .form-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .form-container .form-body {
    padding: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  .form-container .form-body {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.form-container .form-body form {
  width: 100%;
  height: auto;
}
.form-container .form-body form .inline-text {
  margin: 20px 0;
  text-align: right;
}
.form-container .form-body form .field-holder {
  margin-bottom: 10px;
}
.form-container .form-body form .field-holder label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
  color: #FFFFFF;
  color: #15181E;
}
.form-container .form-body form .field-holder label.password,
.form-container .form-body form .field-holder label.token {
  display: flex;
  justify-content: space-between;
}
.form-container .form-body form .field-holder input.form-field {
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  background-color: #FFFFFF;
  color: #010101;
  border: 1px solid #D8DEE4;
  border-radius: 21px;
}
.form-container .form-body form .field-holder input.form-field:-webkit-autofill,
.form-container .form-body form .field-holder input.form-field:-webkit-autofill:hover,
.form-container .form-body form .field-holder input.form-field:-webkit-autofill:focus,
.form-container .form-body form .field-holder input.form-field:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  color: transparent !important;
}
.form-container .form-body form .field-holder input.form-field:disabled {
  background-color: #FFFFFF !important;
  cursor: text;
  color: #B0B0B0;
}
.form-container .form-body form .field-holder input.form-field:focus {
  background-color: #FFFFFF !important;
  outline: none !important;
}
.form-container .form-body form .field-holder .password-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.form-container .form-body form .field-holder .password-box a#show-password {
  color: #6F7F8D;
  margin-right: 3px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 100;
}
.form-container .form-body form .field-holder .password-box a#show-password:hover {
  color: #030132;
}
.form-container .form-body form .field-holder .password-box input.form-field {
  padding-right: 30px;
}
.form-container .form-body form .field-holder select {
  cursor: pointer;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  font-family: 'Open Sans', sans-serif;
  box-shadow: none !important;
  padding-left: 10px;
  outline: none !important;
  height: 50px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #010101;
  border: 1px solid #D8DEE4;
  border-radius: 21px;
}
.form-container .form-body form .field-holder select:-webkit-autofill,
.form-container .form-body form .field-holder select:-webkit-autofill:hover,
.form-container .form-body form .field-holder select:-webkit-autofill:focus,
.form-container .form-body form .field-holder select:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  color: transparent !important;
}
.form-container .form-body form .field-holder select:disabled {
  background-color: #FFFFFF !important;
  cursor: text;
  color: #B0B0B0;
}
.form-container .form-body form .field-holder select:focus {
  background-color: #FFFFFF !important;
  outline: none !important;
}
.form-container .form-body form .field-holder .tick-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.form-container .form-body form .field-holder .tick-option:not(.vertical) {
  height: 50px;
}
.form-container .form-body form .field-holder .tick-option:not(.vertical) > span {
  margin-right: 20px;
}
.form-container .form-body form .field-holder .tick-option:not(.vertical) > span label {
  font-weight: normal;
  display: inline;
  font-size: 14px;
}
.form-container .form-body form .field-holder .tick-option:not(.vertical) > span:last-child {
  margin-right: 0;
}
.form-container .form-body form .field-holder .tick-option.vertical {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
.form-container .form-body form .field-holder .tick-option.vertical label {
  font-weight: normal;
  display: inline;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.form-container .form-body form .field-holder .tick-option.vertical > span {
  margin-bottom: 10px;
  margin-left: 10px;
}
.form-container .form-body form .field-holder .tick-option.vertical > span:last-child {
  margin-bottom: 0;
}
.form-container .form-body form .field-holder .upload-details {
  width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 15px;
}
.form-container .form-body form .field-holder .upload-details input {
  margin: 10px 0;
}
.form-container .form-body form .field-holder .upload-details p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #15181E;
}
.form-container .form-body form .field-holder .upload-details .card-image-preview {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.form-container .form-body form .field-holder .upload-details .card-image-preview img {
  width: 100%;
  height: auto;
}
.form-container .form-body form .field-holder .upload-details .photo-image-preview {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 10px;
}
.form-container .form-body form .field-holder .upload-details .photo-image-preview img {
  width: 200px;
  height: 200px;
}
.form-container .form-body form .field-holder .upload-details .branch-image-preview {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.form-container .form-body form .field-holder .upload-details .branch-image-preview img {
  width: 100%;
  height: auto;
}
.form-container .form-body form .field-holder textarea {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  padding: 5px;
  background-color: #FFFFFF;
  color: #010101;
  border: 1px solid #D8DEE4;
}
.form-container .form-body form .field-holder textarea:-webkit-autofill,
.form-container .form-body form .field-holder textarea:-webkit-autofill:hover,
.form-container .form-body form .field-holder textarea:-webkit-autofill:focus,
.form-container .form-body form .field-holder textarea:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  color: transparent !important;
}
.form-container .form-body form .field-holder textarea:disabled {
  background-color: #FFFFFF !important;
  cursor: text;
  color: #B0B0B0;
}
.form-container .form-body form .field-holder textarea:focus {
  background-color: #FFFFFF !important;
  outline: none !important;
}
.form-container .form-body form .submit-button {
  display: flex;
  height: 50px;
  font-size: 16px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #003ABA;
  border-radius: 21px;
}
.form-container .form-body form .submit-button:hover {
  background-color: #1760FF;
}
.form-container .form-body .alternate-link {
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 20px 10px;
  color: #010101;
  text-align: center;
}
.form-container .form-body .alternate-link a {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  border: 1px solid #003ABA;
  justify-content: center;
  border-radius: 4px;
  font-weight: 600;
  border-radius: 21px;
  margin-top: 10px;
}
.form-container .form-body .alternate-link a:hover {
  background-color: #F5F5F5;
}
.form-container .form-footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding-bottom: 30px;
}
.form-container .form-footer h1 {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #010101;
  font-weight: normal;
}
.form-container .form-footer h2 {
  font-size: 13px;
  line-height: 18px;
  color: #010101;
  font-weight: normal;
}
.form-progress {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: hidden;
  position: absolute;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 12px;
}
.form-progress .progress-message {
  color: #030132;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 20px;
  text-align: center;
}
.form-progress .progress-message span.error {
  color: #BB2018;
  font-weight: 600;
}
.form-progress .progress-links {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /*& a {
            border-radius: 21px;
            background-color: @link-color;
            color: @white-color;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 18px;
            display: flex;
            width: 100%;
            height: 50px;
            align-items: center;
            justify-content: center;
            margin-top: 20px;

            &:hover {
                background-color: @link-alt-color;
            }
        }*/
}
.progress-image-container-top {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.progress-image-container-top.fails {
  background-color: #DDC3C4;
}
.progress-image-container-top.success {
  background-color: #8FCC8F;
}
.progress-image-container-top .progress-image-container-mid {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-image-container-top .progress-image-container-mid.fails {
  border: 3px solid #FE0000;
}
.progress-image-container-top .progress-image-container-mid.success {
  border: 3px solid #459645;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container.fails {
  background-color: #FE0000;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container.success {
  background-color: #459645;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container i {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 900;
}
.search {
  width: 100%;
  height: auto;
}
.search form {
  width: 100%;
  height: 50px;
}
.search form .text-danger {
  color: #BB2018;
  font-size: 12px;
}
.search form .search-group {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 0 10px;
  border: 1px solid #D8DEE4;
}
.search form .search-group .search-input {
  width: calc(100% - 30px);
  padding: 5px;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  padding-left: 5px;
  border-radius: 0 4px 4px 0;
  color: #6F7F8D;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
.search form .search-group .search-input:focus {
  outline: none;
}
.search form .search-group .search-submit {
  font-size: 16px;
  height: 100%;
  cursor: pointer;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  font-weight: normal;
  color: #6F7F8D;
}
.search form .search-group .search-submit:hover:after {
  color: #080D31;
}
.search form .search-group .search-submit:after {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  color: #6F7F8D;
  content: "\f002";
}
::placeholder {
  color: #15181E;
  color: #6F7F8D;
  font-weight: normal;
}
.validation-errors {
  margin-bottom: 10px;
}
.validation-errors li {
  color: #BB2018;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
p.error-message,
.validation-message {
  color: #BB2018;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.validation-message {
  margin-top: 5px;
  text-align: center;
}
p.error-message {
  margin-bottom: 10px;
}
/*#endregion */
/*#region HOMEPAGE */
.container {
  max-width: calc(100% - 20px);
  height: auto;
  margin: 0 auto;
}
.container.small {
  width: 400px;
}
.container.mid {
  width: 650px;
}
.container.high {
  width: 960px;
}
.container.max {
  width: 1140px;
}
.container .inner-container {
  width: calc(100% - 20px);
  max-width: 1140px;
}
/*#endregion */
/*#region MORE NAVIGATION */
.page-navigation {
  width: calc(100% - 20px);
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #D8DEE4;
  font-size: 14px;
  line-height: 14px;
}
@media only screen and (max-width : 480.98px) {
  .page-navigation {
    padding: 10px;
  }
}
.page-navigation .previous-pages,
.page-navigation .next-pages,
.page-navigation .pointer {
  height: 40px;
  width: calc(33.33%);
}
@media only screen and (max-width : 480.98px) {
  .page-navigation .previous-pages,
  .page-navigation .next-pages,
  .page-navigation .pointer {
    width: 100%;
  }
}
.page-navigation .next-pages {
  text-align: right;
}
@media only screen and (max-width : 480.98px) {
  .page-navigation .next-pages {
    text-align: center;
  }
}
.page-navigation .pointer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width : 480.98px) {
  .page-navigation .previous-pages {
    text-align: center;
  }
}
.page-navigation a {
  padding: 10px 0;
  border: 1px solid transparent;
  display: inline-block;
  background-color: #003ABA;
  color: #FFFFFF;
  width: 100px;
  text-align: center;
}
.page-navigation a:hover {
  color: #FFFFFF;
  background-color: #1760FF;
}
.page-navigation a.disabled {
  color: #CCCCCC;
  background-color: #FFFFFF;
  border-color: #C3C8D5;
}
.pages-navigation {
  height: auto;
  padding: 10px 0;
  display: flex;
  font-size: 14px;
  line-height: 14px;
}
@media only screen and (max-width : 480.98px) {
  .pages-navigation {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .pages-navigation {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .pages-navigation {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1141px) {
  .pages-navigation {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pages-navigation .previous-pages,
.pages-navigation .next-pages {
  height: 50px;
  display: flex;
}
@media only screen and (max-width : 480.98px) {
  .pages-navigation .previous-pages,
  .pages-navigation .next-pages {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .pages-navigation .previous-pages,
  .pages-navigation .next-pages {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .pages-navigation .previous-pages,
  .pages-navigation .next-pages {
    width: 50%;
  }
}
@media only screen and (min-width: 1141px) {
  .pages-navigation .previous-pages,
  .pages-navigation .next-pages {
    width: 50%;
  }
}
@media only screen and (max-width : 480.98px) {
  .pages-navigation .next-pages {
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .pages-navigation .next-pages {
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .pages-navigation .next-pages {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1141px) {
  .pages-navigation .next-pages {
    justify-content: flex-end;
  }
}
.pages-navigation .next-pages a {
  margin-right: 2.5px;
}
@media only screen and (max-width : 480.98px) {
  .pages-navigation .previous-pages {
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .pages-navigation .previous-pages {
    margin-bottom: 10px;
    justify-content: center;
  }
}
.pages-navigation .previous-pages a {
  margin-left: 2.5px;
}
.pages-navigation a {
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #EBEDEF;
  color: #6F7F8D;
  display: flex;
  align-items: center;
}
.pages-navigation a:hover {
  background-color: #F5F5F5;
  color: #030132;
}
.pages-navigation a.disabled {
  color: #F5F5F5;
}
/*#endregion */
/*#region MISCELLANEOUS */
.no-content {
  width: 100%;
  height: auto;
  padding: 40px 20px;
  margin: 15px 0;
  text-align: center;
  border-radius: 4px;
}
.no-content h3 {
  color: #FE0000;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.no-content p {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}
.progress-image-container-top {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-image-container-top.fails {
  background-color: #DDC3C4;
}
.progress-image-container-top.success {
  background-color: #8FCC8F;
}
.progress-image-container-top .progress-image-container-mid {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #E5EBF2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-image-container-top .progress-image-container-mid.fails {
  border: 3px solid #DB461A;
}
.progress-image-container-top .progress-image-container-mid.success {
  border: 3px solid #459645;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container.fails {
  background-color: #DB461A;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container.success {
  background-color: #459645;
}
.progress-image-container-top .progress-image-container-mid .progress-image-container i {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 900;
}
.loading-container {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media only screen and (max-width : 480.98px) {
  .loading-container {
    height: calc(100svh - 60px);
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .loading-container {
    height: calc(100svh - 60px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .loading-container {
    height: calc(100svh - 100px);
  }
}
@media only screen and (min-width: 1141px) {
  .loading-container {
    height: calc(100svh - 100px);
  }
}
.loading-container .loading-message {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.loading-container .loading-message span.error {
  color: #BB2018;
  font-weight: 600;
}
.loading-container .links-holder {
  display: flex;
}
.loading-container .links-holder a {
  border-radius: 4px;
  padding: 6px 12px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  background-color: #003ABA;
  color: #FFFFFF;
}
.loading-container .links-holder a:hover {
  background-color: #1760FF;
}
.loading-container .links-holder a:last-child {
  margin-right: 0;
}
.verification-result {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #FFFFFF;
  margin: 20px 0;
}
.verification-result .pending,
.verification-result .processing {
  background-color: #C4E8FA;
  border-bottom: 1px solid #4469A8;
  color: #4469A8;
}
.verification-result .pending:before,
.verification-result .processing:before {
  content: "\f05a";
}
.verification-result .success {
  background-color: #D4EDDA;
  border: 1px solid #457F53;
  color: #457F53;
}
.verification-result .success:before {
  content: "\f058";
}
.verification-result .warning {
  background-color: #FFF3CD;
  border-bottom: 2px solid #B29B5B;
  color: #B29B5B;
}
.verification-result .warning:before {
  content: "\f05a";
}
.verification-result .error {
  background-color: #FDE3DE;
  border: 1px solid #C95449;
  color: #C95449;
}
.verification-result .error:before {
  content: "\f071";
}
.verification-result .processing,
.verification-result .error,
.verification-result .warning,
.verification-result .success,
.verification-result .pending {
  border-radius: 6px 6px 0 0;
  padding: 10px;
  position: relative;
}
.verification-result .processing:before,
.verification-result .error:before,
.verification-result .warning:before,
.verification-result .success:before,
.verification-result .pending:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.verification-result .processing p,
.verification-result .error p,
.verification-result .warning p,
.verification-result .success p,
.verification-result .pending p {
  font-style: italic;
  padding-left: 15px;
}
.verification-result h6 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 15px;
}
.verification-result p {
  font-size: 14px;
  line-height: 18px;
}
.verification-result .verification-result-footer {
  height: auto;
  border-top: 1px solid #D8DEE4;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.card-holder {
  width: 100%;
  height: auto;
}
.card-holder .card-holder-header {
  border-bottom: 1px solid #D8DEE4;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.card-holder .card-holder-header h4 {
  font-weight: normal;
}
.card-holder .card-holder-header a {
  background-color: #DB461A;
  color: #FFFFFF;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
}
.card-holder .card-holder-header a:hover {
  background-color: #AE300B;
}
.card-holder .card-holder-image {
  width: 100%;
  padding: 10px 0;
}
.card-holder .card-holder-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.card-holder .card-holder-image.a {
  display: block;
  box-sizing: border-box;
}
/*#endregion */
/*#region DASHBOARD */
.welcome-header {
  padding-top: 60px;
}
.welcome-header .top-welcome-header {
  display: flex;
  justify-content: center;
}
.welcome-header .top-welcome-header .welcome-header-image {
  width: auto;
  margin-right: 20px;
}
.welcome-header .top-welcome-header .welcome-header-image img {
  margin-bottom: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: rgba(191, 59, 13, 0.5) 0px 5px 15px 0px;
  border-radius: 100%;
}
@media only screen and (max-width : 480.98px) {
  .welcome-header .top-welcome-header .welcome-header-image img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .welcome-header .top-welcome-header .welcome-header-image img {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .welcome-header .top-welcome-header .welcome-header-image img {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 1141px) {
  .welcome-header .top-welcome-header .welcome-header-image img {
    width: 200px;
    height: auto;
  }
}
.welcome-header .top-welcome-header .welcome-header-text {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-header .top-welcome-header .welcome-header-text h1 {
  color: #010101;
  font-weight: normal;
}
.welcome-header .top-welcome-header .welcome-header-text h3 {
  font-weight: 900;
  color: #DB461A;
}
@media only screen and (max-width : 480.98px) {
  .welcome-header .top-welcome-header .welcome-header-text h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .welcome-header .top-welcome-header .welcome-header-text h3 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .welcome-header .top-welcome-header .welcome-header-text h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1141px) {
  .welcome-header .top-welcome-header .welcome-header-text h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
h5.sub-heading {
  color: #010101;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width : 480.98px) {
  h5.sub-heading {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  h5.sub-heading {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  h5.sub-heading {
    font-size: 20px;
    line-height: 26px;
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1141px) {
  h5.sub-heading {
    font-size: 20px;
    line-height: 26px;
    margin: 40px 0;
  }
}
.quick-actions {
  width: 100%;
}
.quick-actions .quick-action {
  border: 1px solid #D8DEE4;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .quick-actions .quick-action {
    display: flex;
  }
}
@media only screen and (min-width: 1141px) {
  .quick-actions .quick-action {
    display: flex;
  }
}
.quick-actions .quick-action .quick-action-image {
  text-align: center;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width : 480.98px) {
  .quick-actions .quick-action .quick-action-image {
    width: 100%;
    border-bottom: 1px solid #D8DEE4;
    text-align: center;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .quick-actions .quick-action .quick-action-image {
    width: 100%;
    border-bottom: 1px solid #D8DEE4;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .quick-actions .quick-action .quick-action-image {
    width: 250px;
    border-right: 1px solid #D8DEE4;
  }
}
@media only screen and (min-width: 1141px) {
  .quick-actions .quick-action .quick-action-image {
    width: 250px;
    border-right: 1px solid #D8DEE4;
  }
}
.quick-actions .quick-action .quick-action-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
}
@media only screen and (max-width : 480.98px) {
  .quick-actions .quick-action .quick-action-contents {
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .quick-actions .quick-action .quick-action-contents {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .quick-actions .quick-action .quick-action-contents {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1141px) {
  .quick-actions .quick-action .quick-action-contents {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.quick-actions .quick-action .quick-action-contents .quick-action-text {
  text-align: center;
  height: 120px;
  padding: 20px;
}
.quick-actions .quick-action .quick-action-contents .quick-action-text h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.quick-actions .quick-action .quick-action-contents .quick-action-text p {
  color: #010101;
  font-weight: normal;
}
.quick-actions .quick-action .quick-action-contents .quick-action-link {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-top: 20px;
}
.quick-actions .quick-action .quick-action-contents .quick-action-link a {
  font-size: 14px;
  width: auto;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #003ABA;
  border-radius: 21px;
  padding: 6px 12px;
}
.quick-actions .quick-action .quick-action-contents .quick-action-link a:hover {
  background-color: #1760FF;
}
.missed-updates {
  border-radius: 8px;
  border: 1px solid #D8DEE4;
}
.missed-updates .missed-update {
  padding: 15px 80px 15px 10px;
  border-bottom: 1px solid #D8DEE4;
  position: relative;
}
.missed-updates .missed-update:last-child {
  border-bottom: 0;
}
.missed-updates .missed-update a {
  font-size: 14px;
  width: auto;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #003ABA;
  border-radius: 21px;
  padding: 6px 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.missed-updates .missed-update a:hover {
  background-color: #1760FF;
}
.breadcrumbs {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
}
.breadcrumbs p {
  padding-right: 10px;
  font-size: 13px;
}
.breadcrumbs a {
  padding-right: 10px;
  font-size: 13px;
}
.breadcrumbs a.focus {
  color: #010101;
  pointer-events: none;
}
.breadcrumbs a.last-child {
  padding-right: 0;
}
.breadcrumbs a:after {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  color: #CCCCCC;
  font-weight: bold;
  content: "\f101";
  margin-left: 5px;
  margin-right: 5px;
}
.item-details-container {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #D8DEE4;
  background-color: #FFFFFF;
}
.item-details-container .details-container-header {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #D8DEE4;
}
.item-details-container .details-container-header h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.item-details-container .details-container-header h1 a {
  color: #6F7F8D;
  margin: 0 5px;
  border: 1px solid #C1C1C1;
  background-color: #FFFFFF;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.item-details-container .details-container-header h1 a:hover {
  color: #003ABA;
  background-color: #F5F5F5;
}
.item-details-container .details-container-body {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width : 480.98px) {
  .item-details-container .details-container-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .item-details-container .details-container-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .item-details-container .details-container-body {
    padding: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  .item-details-container .details-container-body {
    padding: 30px;
  }
}
.item-details-container .details-container-body .details-group {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8DEE4;
}
.item-details-container .details-container-body .details-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.item-details-container .details-container-body .details-group .details {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.item-details-container .details-container-body .details-group .details:last-child {
  border-bottom: none;
}
.item-details-container .details-container-body .details-group .details p:first-child {
  font-size: 13px;
  line-height: 16px;
  color: #010101;
  text-transform: uppercase;
}
.item-details-container .details-container-body .details-group .details .image-holder {
  padding-top: 5px;
}
.item-details-container .details-container-body .details-group .details .image-holder img {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #EBEDEF;
}
.item-details-container .details-container-footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #D8DEE4;
  padding: 10px;
}
.item-details-container .details-container-footer a.gradient {
  margin: 10px 10px 10px 0;
}
.browse-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width : 480.98px) {
  .browse-container {
    max-width: 400px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .browse-container {
    max-width: 650px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .browse-container {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1141px) {
  .browse-container {
    max-width: 960px;
  }
}
.browse-container .browse-box {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #D8DEE4;
}
.browse-container .browse-box.link {
  display: block;
  box-sizing: border-box;
  color: #050505;
  font-weight: normal;
}
.browse-container .browse-box.link:hover {
  background-color: #F5F5F5;
}
@media only screen and (max-width : 480.98px) {
  .browse-container .browse-box {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .browse-container .browse-box {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .browse-container .browse-box {
    padding: 20px;
  }
}
@media only screen and (min-width: 1141px) {
  .browse-container .browse-box {
    padding: 20px;
  }
}
.browse-container .browse-box .browse-stats {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width : 480.98px) {
  .browse-container .browse-box .browse-stats {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768.98px) {
  .browse-container .browse-box .browse-stats {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1140.98px) {
  .browse-container .browse-box .browse-stats {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1141px) {
  .browse-container .browse-box .browse-stats {
    flex-direction: row;
    justify-content: space-between;
  }
}
.browse-container .browse-box .browse-stats .browse-time {
  font-size: 13px;
  color: #010101;
  padding-right: 10px;
}
.browse-container .browse-box .browse-stats .browse-type {
  border-radius: 4px;
  padding: 12px 15px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width : 480.98px) {
  .browse-container .browse-box .browse-stats .browse-type {
    width: max-content;
    align-self: flex-end;
    margin-bottom: 10px;
  }
}
.browse-container .browse-box .browse-stats .browse-type.account {
  background-color: #059A35;
}
.browse-container .browse-box .browse-stats .browse-type.identity_card {
  background-color: #C50177;
}
.browse-container .browse-box .browse-stats .browse-type.complaint {
  background-color: #FDCF00;
}
.browse-container .browse-box .browse-stats .browse-type.verification {
  background-color: #3339A6;
}
.browse-container .browse-box .browse-stats .browse-type.admin {
  background-color: #FD793E;
}
.browse-container .browse-box .browse-stats .browse-type.initiated {
  background-color: #6E7532;
}
.browse-container .browse-box .browse-stats .browse-type.submitted {
  background-color: #FFCD42;
}
.browse-container .browse-box .browse-stats .browse-type.investigator_assigned {
  background-color: #AA3939;
}
.browse-container .browse-box .browse-stats .browse-type.complainer_update_requested {
  background-color: #FD9900;
}
.browse-container .browse-box .browse-stats .browse-type.responder_update_requested {
  background-color: #030132;
}
.browse-container .browse-box .browse-stats .browse-type.closed {
  background-color: #059A35;
}
.browse-container .browse-box .browse-stats .browse-type.expired {
  background-color: #3339A6;
}
.browse-container .browse-box .browse-stats .browse-type.nullified {
  background-color: #FD793E;
}
.browse-container .browse-box .browse-stats .browse-type.green {
  background-color: #1B7339;
}
.browse-container .browse-box .browse-stats .browse-type.red {
  background-color: #BB2018;
}
.browse-container .browse-box .browse-stats .browse-type.yellow {
  background-color: #FF9C00;
}
.browse-container .browse-box .browse-text {
  width: 100%;
}
.browse-container .browse-box .browse-medium {
  font-style: italic;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #D8DEE4;
  font-size: smaller;
}
.table-container {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border: 1px solid #D8DEE4;
  padding: 5px;
}
.table-container .table-header {
  color: #030132;
  font-weight: 600;
  padding: 20px;
}
.table-container table {
  font-size: 14px;
  font-family: sans-serif;
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.table-container table thead tr {
  color: #030132;
  text-align: left;
  border-bottom: 1px solid #BCD1F6;
  background-color: #E8F0FE;
  font-weight: 600;
}
.table-container table th,
.table-container table td {
  padding: 12px 15px;
}
.table-container table th strong,
.table-container table td strong {
  font-weight: 600;
  color: #777777;
}
.table-container table tbody tr {
  border-bottom: 1px solid #E8F0FE;
}
.table-container table tbody tr:last-of-type {
  border-bottom: 2px solid #BCD1F6;
}
.table-container table tbody tr:nth-of-type(even) {
  background-color: #F5F5F5;
}
.table-container table tbody tr:hover {
  background-color: #F5F9FF;
}
.table-container table tbody tr.profile-pic td {
  vertical-align: top;
}
.table-container table tbody tr.profile-pic td img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.table-container table .table-dropdown-holder {
  position: relative;
}
.table-container table .table-dropdown-holder td:last-child {
  width: 30px;
  text-align: center;
}
.table-container table .table-dropdown-holder a.show-file {
  font-size: 20px;
  color: #DB461A;
}
.table-container table .table-dropdown-holder a.show-file:focus,
.table-container table .table-dropdown-holder a.show-file:hover {
  color: #AE300B;
}
.table-container table .table-dropdown-holder .table-dropdown {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 101;
  background-color: #EEFBF3;
  background-color: #D6DBE9;
  height: auto;
  width: 350px;
  max-width: calc(100% - 20px);
  border: 1px solid #DB461A;
  justify-content: space-between;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  text-align: left;
}
.table-container table .table-dropdown-holder .table-dropdown .tabs {
  width: 100%;
  height: auto;
  max-height: 240px;
  overflow-y: auto;
  padding: 10px 0;
}
.table-container table .table-dropdown-holder .table-dropdown .tabs p {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  color: #4C3131;
}
.table-container table .table-dropdown-holder .table-dropdown .tabs p:before {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f00b";
  margin-right: 5px;
  color: #DB461A;
  font-weight: normal;
}
.table-container table .table-dropdown-holder .table-dropdown .links {
  width: 100%;
  height: auto;
  padding: 1px;
}
.table-container table .table-dropdown-holder .table-dropdown .links a {
  font-size: 12px;
  line-height: 18px;
  height: auto;
  display: block;
  width: auto;
  padding: 5px 10px;
  color: #4C3131;
  box-sizing: border-box;
  background-color: #030132;
  color: #FFFFFF;
  margin-bottom: 1px;
}
.table-container table .table-dropdown-holder .table-dropdown .links a:last-child {
  margin-bottom: 0;
}
.table-container table .table-dropdown-holder .table-dropdown .links a:hover {
  background-color: #080D31;
}
.table-container table .table-dropdown-holder .table-dropdown .links a i {
  margin-right: 5px;
}
.table-container table .table-dropdown-holder .table-dropdown .links a:before {
  display: inline;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f0c1";
  margin-right: 5px;
  color: #DB461A;
  font-weight: normal;
}
.table-container table .table-dropdown-holder .table-dropdown:before {
  display: inline;
  position: absolute;
  bottom: -18px;
  right: 10px;
  z-index: 105;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  color: #DB461A;
  font-size: 30px;
}
.table-container .table-footer {
  height: auto;
  border-top: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.help-topics .help-topic {
  border: 1px solid #D8DEE4;
  border-radius: 4px;
  margin-bottom: 20px;
}
.help-topics .help-topic .help-topic-header {
  border-bottom: 1px solid #D8DEE4;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.help-topics .help-topic .help-topic-header h3 {
  text-transform: uppercase;
  font-weight: normal;
}
.help-topics .help-topic .help-topic-header input {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
  text-transform: uppercase;
}
.help-topics .help-topic .help-topic-header input:-webkit-autofill,
.help-topics .help-topic .help-topic-header input:-webkit-autofill:hover,
.help-topics .help-topic .help-topic-header input:-webkit-autofill:focus,
.help-topics .help-topic .help-topic-header input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  color: transparent !important;
}
.help-topics .help-topic .help-topic-header input:disabled {
  background-color: transparent !important;
  cursor: text;
  color: #050505;
}
.help-topics .help-topic .help-topic-header input:focus {
  background-color: transparent !important;
  outline: none !important;
}
.help-topics .help-topic .help-topic-body {
  padding: 20px;
}
.help-topics .help-topic .help-topic-body p {
  margin-bottom: 5px;
}
.help-topics .help-topic .help-topic-body p span {
  color: #DB461A;
  font-style: italic;
}
.help-topics .help-topic .help-topic-body ul {
  list-style-position: inside;
  list-style-type: square;
}
.help-topics .help-topic .help-topic-body ol {
  list-style-position: inside;
  list-style-type: upper-roman;
}
/*#endregion */