/** TOP NAVIGATION BAR **/
/*#page-home { background: url('https://cdn1.digitellinc.com/uploads/osconline/pages/700136c7dbe8655fc14da8e209c3950c.png') repeat-x; }*/
* {
  font-family: 'Source Sans 3', sans-serif;
}

p, ul li {
  color: #222222;
  font-size: 18px;
  line-height: 24px;
}

.mont-font {
  font-family: 'Montserrat', 'Helvetica neue', Helvetica, Arial, sans-serif;
}

img#logo {
  width: 450px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px;
  color: #222222;
  font-weight: 500;
}

h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 24px;
}

h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
}

.btn-client {
  background-color: #163158;
  color: #ffffff;
  transition: .3s;
}

.btn-client:hover {
  background-color: #D22440;
  color: #ffffff;
}

.title {
  color: #0066CC;
}

#navbar {
  background-color: #ffffff;
  border-color: #ffffff;
}

#navbar li,
#navbar li a {
  color: #163158;
  transition: .3s;
}

#navbar li:hover a:hover {
  background-color: #ffffff;
  color: #D22440;
}

#navbar-menu-right>li>a.navbar-button {
  background-color: #163158;
  color: #ffffff;
  transition: .3s;
}

#navbar-menu-right>li>a.navbar-button:hover {
  background-color: #D22440;
  color: #ffffff;
  transition: .3s;
}

#store-top-nav>div>ul>li>h4>a {
  color: #006580;
  transition: .3s;
}

a.markHighlight,
a.speaker-link {
  color: #163158;
}

#page-footer {
  background-color: #70B2E2;
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  height: 100px;
  padding-top: 25px;
  text-align: left;
}

#footer-text {
  color: #101A21;
}

#footer-text a {
  color: #101A21;
}

.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: #006580;
  color: #ffffff;
  transition: .3s;
}

div.gray-bar {
  background: #EAEAEA repeat left top;
  height: 2px;
  margin-top: 3px;
}

.support-header,
.title {
  margin-top: 30px;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7%;
  font-size: 20px;
  color: #fff;
  text-align: left;
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%)
}

#profile-navigation li>a {
  color: #006580;
  background-color: #ECECEC;
  transition: .3s;
}

#profile-navigation li.active>a,
#profile-navigation>li.active>a:focus,
#profile-navigation>li.active>a:hover {
  color: #ffffff;
  background-color: #0e3f75 !important;
}

#profile-navigation li>a:focus,
#profile-navigation li>a:hover {
  color: #ffffff;
  background-color: #0e3f75 !important;
}

#event-navigation li>a {
  color: #163158;
  background-color: #ECECEC !important;
  transition: .3s;
}

#event-navigation li.active>a,
#event-navigation>li.active>a:focus,
#event-navigation>li.active>a:hover {
  color: #ffffff;
  background-color: #0e3f75 !important;
}

#event-navigation li>a:focus,
#event-navigation li>a:hover {
  color: #ffffff;
  background-color: #0e3f75 !important;
}

.event-cta {
  margin: 40px auto !important;
  max-width: 300px;
  display: block;
}

.event-cta-blue {
  background: #123054;
}

.event-content {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.event-content p {
  font-size: 18px;
}

.event-content p strong {
  color: #D31F39;
}

.event-content h2 {
  color: #D31F39;
  text-align: center;
}

.event-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.event-gray-bg {
  background-color: #F7F7F7;
  padding: 40px;
}

.event-gray-bg h2 {
  text-align: left;
  font-size: 20px;
}