/** TOP NAVIGATION BAR **/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,700;1,100&display=swap');

* {
  font-family: 'Josefin Sans', 'sans-serif';
}

a.speaker-link > span { color: #333333!important; }

p {
  font-size: 15px;
}

a {
  color: #333333;
  font-weight: bold;
}

a:focus,
a:hover {
  color: #0d2354;
  text-decoration: underline;
  font-weight: bold;
}

hr {
  border: 3px solid #f19320;
  border-radius: 2px;
  display: block;
  margin-left: 33%;
  margin-right: 33%;
}

h1 {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Josefin Sans', 'sans-serif';
  color: #f19320;
  text-align: center;
  line-height: 1.5;
}

h2 {
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 24px;
  font-weight: bold;
  color: #f19320;
  text-align: center;
  line-height: 1.5;
}

h3 {
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 20px;
  color: #f19320;
  text-align: center;
  line-height: 1.5;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Josefin Sans', Helvetica, Arial;
  line-height: 1.5;
}

h5,
h6 {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, 'sans-serif';
}

.content-block-title {}

.title {
  font-size: 40px;
  font-weight: 400;
}

.btn-client {
  background-color: #0d2354;
  color: #ffffff;
  font-weight: lighter;
  font-family: Arial, Helvetica, 'sans-serif';
}

.btn-client:hover {
  background-color: #07183e;
  color: #ffffff;
  font-weight: lighter;
  font-family: Arial, Helvetica, 'sans-serif';
}

#navbar {
  background-color: #ffffff;
  border-color: #ffffff;
  border-bottom-width: 1px
}

#navbar li,
#navbar li a {
  color: #333333;
}

#navbar li:hover a:hover {
  background-color: #ec8c3f;
  color: #ffffff;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #ec8c3f;
  color: #ffffff;
}

#navbar-menu-right li:hover a:hover {
  background-color: #0d2354;
  color: #ffffff;
}

#navbar .navdrop {
  color: #333333;
  background-color: #FFF;
}

#navbar .navdrop a:hover {
  color: #ffffff;
  background-color: #0d2354;
}

.title {
  color: #333333;
}

#store-top-nav>div>ul>li>h4>a {
  color: #0d2354;
}

#page-footer {
  background-color: #333333;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: white;
}

#footer-text a {
  color: #fff6bd;
}

.modal {
  width: 100%;
  text-align: justify;
}

#footer-trademark {
  margin-top: 5px;
}

#footer-terms,
#footer-trademark {
  font-size: 9px;
}

#profile-nav.page-navigation>ul.nav-tabs {
  background-color: #FFF;
  color: #ec8c3f;
}

div.gray-bar {
  background: #efefef repeat left top;
  height: 1px;
  margin-top: 4px;
}

.support-header,
.title {
  margin-top: 30px;
}

.nav>li>a {
  color: #717373;
  background-color: #f6f6f6;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #333333;
  background-color: #fff6bd !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
  color: #ffffff;
  background-color: #0d2354;
}

#profile-navigation li>a {
  color: #717373;
  background-color: #f6f6f6 !important;
}

#profile-navigation li.active>a,
#profile-navigation>li.active>a:focus,
#profile-navigation>li.active>a:hover {
  color: #333333;
  background-color: #fff6bd !important;
}

#profile-navigation li>a:focus,
#profile-navigation li>a:hover {
  color: #ffffff;
  background-color: #0d2354 !important;
}

#ondemand {
  background-color: #efefef;
  padding: 20px;
}

div.badge-container>div>div.card {
  line-height: 1.0;
}

.table-bordered>tbody>tr>td {
  border: 1px solid #fff;
}

td.Basic-Table {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

#navbar .navdrop {
  color: #717373 !important;
  background-color: #f6f6f6 !important;
}

#navbar .navdrop a:hover {
  color: #717373 !important;
  background-color: #fff6bd !important;
}

#navbar .navdrop {
  color: #717373 !important;
  background-color: #f6f6f6;
}

#navbar .navdrop a:hover {
  color: #717373 !important;
  background-color: #fff6bd;
}

#navbar .navdrop {
  color: #717373 !important;
  background-color: #f6f6f6;
}

#navbar .navdrop a:hover {
  color: #717373 !important;
  background-color: #fff6bd;
}

p.table {
  text-align: justify;
  padding: 0 5px;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

em.fas.fa-plus {
  color: orange;
  font-size: 14px;
}

span.contactText {
  color: #2183d8;
  font-size: 13px;
}

.img-shd {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}