﻿/*#2B5F51 - green*/
/*#0BBAB4 - turquoise*/
/* #C8A977;*/
/*rgba($menu-selected, 0.9)*/
/*$menu-default: #d3e5ef;*/
body {
  color: #000000;
  padding: 0px;
  background: #FFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.table-meetings .links {
  /*color: #0BBAB4;*/
  color: #2B5F51; }

.error-message {
  color: #cc0000; }

.error-hidden {
  display: none; }

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

.container .row {
  background: #FFF; }

.radio label {
  font-weight: bold; }

#page-bottom {
  color: #000000; }

#page-bottom hr {
  border-top: 1px solid #000; }

#page-header {
  background: #fff; }

.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-4 {
  margin-top: 40px; }

.header-text1 {
  color: #ffffff;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  left: 130px;
  top: 10px; }

.header-text2 {
  color: #f6d246;
  margin-top: 22px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  left: 130px;
  top: 75px; }

.form-group {
  font-size: 12px; }

#page-header div[class^="col-md-"] {
  position: relative;
  padding: 20px 0px;
  height: 125px; }

#page-header .logo {
  padding-left: 40px; }

#header-menu {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #ffffff;
  line-height: 20px;
  border-left: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 0px; }

#header-menu a {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 13px;
  padding: 6px 17px;
  text-decoration: none;
  border-right: solid 1px #a7a8aa; }

#header-menu a:last-child {
  border-right: none; }

#header-menu a:hover,
#header-menu a:focus,
#header-menu a:active {
  background-color: #2B5F51;
  color: #FFF; }

#page-header h2.title {
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 1.2em;
  line-height: 23px;
  position: absolute;
  bottom: 0px;
  right: 30px; }

#page-header .content {
  color: #FFF;
  font-size: .8em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 30px;
  left: 0px; }

#page-header .content p.info-title {
  font-size: 2.0em; }

#page-header .content a {
  color: #ED8B00;
  /* #FF7900 */
  text-decoration: underline; }

#page-content {
  margin: 0 30px 20px; }

#page-content h3,
.category-banner span.category {
  color: #000000;
  margin-top: 20px;
  padding: 7px 25px;
  font-weight: normal;
  background: #DBEDED; }

.category-banner span.category {
  font-size: 24px;
  display: block; }

.subcategory-banner span.subcategory {
  display: block;
  color: #1d1756;
  margin-top: 0px;
  padding: 7px 0px;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 4px solid #5F646A; }

#page-footer {
  margin-top: 10px; }

#page-header::after {
  height: 3px;
  width: 100%;
  /*background: #C8A977;*/
  background: #2B5F51;
  background-repeat: no-repeat;
  background-position: center; }

#page-footer .inner {
  padding: 20px 45px; }

#page-footer .container .row {
  background-color: #DBEDED; }

.highlight {
  color: #4a4a4a; }

#page-banner {
  margin: 10px -15px 20px -15px;
  background: none; }

h1.banner {
  margin: 0px;
  color: #65675c;
  padding: 25px 30px; }

.tile-group {
  border-top: solid 5px #FFF; }

.tile {
  float: left;
  text-align: left;
  position: relative;
  border-left: solid 5px #FFF;
  padding: 15px;
  vertical-align: top;
  height: 216px;
  width: 25%;
  margin: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tile:first-child {
  border-left: none; }

.tile .icon {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  text-align: center; }

.tile .text {
  display: inline-block; }

.tile .btn.btn-default {
  color: #FFF;
  background: transparent;
  border-color: #FFF; }

.tile .text .title {
  font-size: 2em;
  display: block; }

.tile .text .desc {
  font-size: .9em;
  margin: 10px 0;
  display: block; }

.tile .tile-bottom {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin-left: -15px; }

.tile .tile-bottom .btn {
  width: 70%; }

.btn {
  border-radius: 0; }

.btn.btn-primary {
  background-color: #2B5F51;
  border-color: #2B5F51;
  color: #fff; }

.btn.btn-warning {
  background-color: red;
  border-color: red;
  color: #fff; }

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:target {
  background-color: #004876;
  border-color: #2B5F51;
  color: #FFF; }

.completed-survey {
  background-color: green;
  color: #fff;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  display: inline-block; }

/*Main Navigation*/
.nav-main {
  text-align: center; }

.nav-main ul {
  display: inline-block;
  padding: 5px;
  border-top: solid 5px #FFF;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  font-size: 0px; }

.nav-main ul li {
  display: inline-block;
  float: left;
  list-style-type: none;
  width: 20%;
  margin: 0px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 20px; }

.nav-main ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 60px;
  padding: 10px 5px 10px;
  background-color: #FFF;
  border: 1px solid;
  border-color: #0BBAB4; }

.nav-main ul > li.active:first-child a {
  border-left: none; }

.nav-main ul > li:first-child + li + li + li + li.active a {
  border-right: none; }

.nav-main ul li a.multiple-lines {
  line-height: 30px;
  padding: 45px 15px 50px; }

.nav-main ul li a:focus,
.nav-main ul li a:active {
  color: FFF; }

/*Resources Navigation*/
.nav-resources {
  text-align: center; }

.nav-resources ul {
  display: inline-block;
  padding: 0px;
  border-top: solid 5px #FFF;
  width: 100%;
  position: relative;
  font-size: 0px; }

.nav-resources ul li {
  display: inline-block;
  float: left;
  list-style-type: none;
  width: 20%;
  margin: 0px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px; }

.nav-resources li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 5px 10px;
  background-color: #FFF;
  color: #000000;
  border: 1.5px solid #0BBAB4; }

.nav-resources ul li.active a {
  background-color: #2B5F51;
  color: #FFF;
  border: 1.5px solid;
  border-color: #2B5F51;
  background: #285f51; }

.nav-resources ul li a:hover {
  background: #285f51;
  color: #FFF;
  border-color: #2B5F51; }

/*==  MENUS ==*/
.nav-main ul li.menu a,
.nav-main ul li.active.menu ul li a {
  background: #FFF;
  color: #000000; }

.tile.menu,
.nav-main ul li.menu a:hover,
.nav-main ul li.menu a:focus,
.nav-main ul li.menu a:active,
.nav-main ul li.menu.active a,
.nav-main ul li.active.menu ul li a:hover,
.nav-main ul li.active.menu ul li a:focus,
.nav-main ul li.active.menu ul li a:active,
.nav-main ul li.active.menu ul li.active a,
.nav-main ul li.active.menu ul li.active a:hover,
.nav-main ul li.active.menu ul li.active a:focus,
.nav-main ul li.active.menu ul li.active a:active {
  background: #2B5F51;
  color: #FFF;
  border-color: #2B5F51; }

.nav-main ul li.active.menu ul li a {
  color: #000000; }

/*== HOME MENU ==*/
.nav-main ul li.home {
  color: #000000;
  background: #FFF; }

.nav-main ul li.home a {
  color: #000000; }

.nav-main ul li.home a:hover,
.nav-main ul li.home a:focus,
.nav-main ul li.home a:active {
  color: #000000;
  background: #2B5F51; }

.text.green-text .title,
.text.green-text .desc {
  color: #0c9d72; }

.text.green-text .btn.btn-default {
  border: solid 2px #0c9d72;
  color: #0c9d72; }

/*== PRESENTATIONS (first) MENU ==*/
.nav-main ul li.first a,
.nav-main ul li.active.first ul li a {
  background: #FFF;
  color: #fff; }

.tile.first,
.nav-main ul li.first a:hover,
.nav-main ul li.first a:focus,
.nav-main ul li.first a:active,
.nav-main ul li.first.active a,
.nav-main ul li.active.first ul li a:hover,
.nav-main ul li.active.first ul li a:focus,
.nav-main ul li.active.first ul li a:active,
.nav-main ul li.active.first ul li.active a,
.nav-main ul li.active.first ul li.active a:hover,
.nav-main ul li.active.first ul li.active a:focus,
.nav-main ul li.active.first ul li.active a:active {
  background: #2B5F51;
  color: #fff; }

tile-bottom, a.btn.btn-primary {
  border-color: #ffff; }

.nav-main ul li.active.first ul li a {
  color: #2B5F51; }

/*== PROGRAMS (second) MENU ==*/
.nav-main ul li.second a,
.nav-main ul li.active.second ul li a {
  background: #FFF;
  color: #000000; }

.tile.second,
.nav-main ul li.second a:hover,
.nav-main ul li.second a:focus,
.nav-main ul li.second a:active,
.nav-main ul li.second.active a,
.nav-main ul li.active.second ul li a:hover,
.nav-main ul li.active.second ul li a:focus,
.nav-main ul li.active.second ul li a:active,
.nav-main ul li.active.second ul li.active a,
.nav-main ul li.active.second ul li.active a:hover,
.nav-main ul li.active.second ul li.active a:focus,
.nav-main ul li.active.second ul li.active a:active {
  background: #2B5F51;
  color: #FFF; }

.nav-main ul li.active.second ul li a {
  color: #000000; }

/*== PROFILE (third) MENU ==*/
.nav-main ul li.third a,
.nav-main ul li.active.third ul li a {
  background: #FFF;
  color: #fff; }

.tile.third,
.nav-main ul li.third a:hover,
.nav-main ul li.third a:focus,
.nav-main ul li.third a.active,
.nav-main ul li.third.active a,
.nav-main ul li.active.third ul li a:hover,
.nav-main ul li.active.third ul li a:focus,
.nav-main ul li.active.third ul li a.active,
.nav-main ul li.active.third ul li.active a,
.nav-main ul li.active.third ul li.active a:hover,
.nav-main ul li.active.third ul li.active a:focus,
.nav-main ul li.active.third ul li.active a.active {
  background: #FFF;
  color: #FFF; }

/*== SUPPORT (fourth) MENU ==*/
.nav-main ul li.fourth a,
.nav-main ul li.active.fourth ul li a {
  background: #FFF;
  color: #fff; }

.tile.fourth,
.nav-main ul li.fourth a:hover,
.nav-main ul li.fourth a:focus,
.nav-main ul li.fourth a.active,
.nav-main ul li.fourth.active a,
.nav-main ul li.active.fourth ul li a:hover,
.nav-main ul li.active.fourth ul li a:focus,
.nav-main ul li.active.fourth ul li a.active,
.nav-main ul li.active.fourth ul li.active a,
.nav-main ul li.active.fourth ul li.active a:hover,
.nav-main ul li.active.fourth ul li.active a:focus,
.nav-main ul li.active.fourth ul li.active a.active {
  background: #FFF;
  color: #FFF; }

.nav-main ul li.active.fourth ul li a {
  color: #fff; }

/*SECOND LEVEL*/
.nav-main ul li ul {
  display: none; }

.nav-main ul li ul li {
  display: inline-block;
  float: left;
  list-style-type: none;
  width: 19.1%;
  margin: 5px;
  padding: 0px;
  border: 1px solid;
  border-color: #0BBAB4; }

.nav-main ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 60px;
  /* padding: 10px 5px 10px;*/
  padding: 5px;
  background-color: #FFF; }

.nav-main li.active {
  border: none; }

.nav-main li.active ul li:hover {
  border: none; }

.nav-main ul > li.active ul {
  display: block;
  position: absolute;
  top: 85px;
  left: 0px;
  text-align: left;
  border: none; }

.nav-main ul > li.active ul li a {
  padding: 20px;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  width: auto !important;
  border: none; }

.nav-main ul > li.active ul li:hover a,
.nav-main ul > li.active ul li.active a,
.nav-main ul li.active ul li a:focus,
.nav-main ul li.active ul li a.active {
  color: #FFF;
  border: 1px solid;
  border-color: #2B5F51;
  background: #285f51; }

.meeting-section {
  padding-bottom: 30px; }

.meeting-section .table {
  margin-bottom: 50px; }

.button-row {
  margin-top: 15px;
  margin-bottom: 15px; }

/*End Nav*/
tr.pager td {
  border-bottom: none;
  padding: 2px;
  text-align: right; }

tr.pager td a {
  color: #4a63ae;
  font-weight: bold; }

tr.pager td table {
  margin: 0 0 0 auto; }

ul.property-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 12px; }

ul.property-list li {
  padding: 5px 0px; }

ul.property-list .property-label {
  font-weight: bold;
  color: #000000;
  width: 40%;
  display: inline-block; }

ul.isi-list {
  padding-left: 15px; }

ul.isi-list > li {
  margin-bottom: 15px; }

ul.isi-list ul {
  padding-left: 25px; }

.required {
  color: red; }

/* page specific styles */
.page-login #login-section {
  padding: 40px 20px;
  background: #C7C9CB; }

.page-program-summary select.form-control {
  width: 150px;
  display: inline-block; }

.input-forgot-password {
  width: 225px;
  margin: 15px 0px; }

/*Mobile Header*/
#page-header-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background: #fff; }

.logo-mobile {
  padding: 10px;
  position: relative;
  top: 10px;
  left: 0px;
  z-index: 102;
  max-height: 75px; }

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #337ab7; }

#mobile-menus {
  padding-top: 10px; }

#mobile-menu {
  background-color: #fff; }

#mobile-menu ul {
  max-height: 40vh;
  overflow-y: auto; }

#mobile-menus #divider-line-header {
  border-left: solid 1px #a7a8aa;
  width: 0px;
  height: 77px;
  position: absolute;
  right: 110px; }

#mobile-menus #main-menu-mobile {
  position: absolute;
  right: 7px;
  width: 100%;
  text-align: right; }

#mobile-menus a#main-menu-mobile-link {
  float: right;
  width: 82px; }

#mobile-menus #main-menu-mobile ul {
  margin-right: -7px;
  max-height: 40vh;
  overflow-y: auto; }

#mobile-menus #main-menu-mobile ul li,
#mobile-menus #safety-menu-mobile ul li {
  text-align: center; }

#mobile-menus #safety-menu-mobile {
  position: absolute;
  right: 57px;
  width: 100%;
  text-align: right;
  z-index: 101; }

#mobile-menus a#safety-menu-mobile-link {
  float: right;
  width: 40px; }

#mobile-menus #safety-menu-mobile ul {
  margin-right: -57px; }

#mobile-menus .dropdown {
  width: 100%;
  position: relative;
  top: 0px;
  right: 0px; }

#mobile-menus .dropdown a:focus {
  outline: none; }

.dropdown-menu-header {
  position: absolute;
  right: 0px;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 1px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.page-login .dropdown-menu-header {
  top: 88px; }

.dropdown-menu-header li {
  border-top: solid 1px #DECBAD; }

.dropdown-menu-header li:first-of-type {
  border-top: none; }

.dropdown-menu-header li a {
  padding: 5px 0px;
  font-size: 17px;
  color: #000000; }

.dropdown-menu-header li:hover a,
.dropdown-menu-header li:focus a,
.dropdown-menu-header li:active a {
  background: #016ba6;
  color: #FFF; }

.arrow-up {
  position: absolute;
  top: -5px;
  right: 22px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0072b1; }

.arrow-up-safety {
  right: 73px; }

.sign-out-btn {
  margin-top: -3px; }

.bold-font {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px; }

#page-bottom .bold-font {
  color: #000000; }

a#indication-and-usage {
  padding-top: 60px; }

#page-header .content {
  position: absolute;
  left: 400px;
  width: 400px; }

.table-responsive {
  border-radius: 5px;
  border: none;
  margin-bottom: 0px; }

.table-responsive .grouping {
  float: left;
  width: 320px; }

.table-responsive th {
  display: none; }

.table > tbody > tr > td {
  border: none; }

.table-responsive .img-rounded {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px; }

.table-responsive .light-header {
  color: #2b5f51;
  font-size: 13px;
  font-weight: bold;
  display: block; }

.table-meetings .meeting-wrapper {
  border: solid 1px #DADADA;
  border-radius: 6px;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px; }

.table-meetings .meeting-header {
  border-bottom: solid 1px #DADADA;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ebefee;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  padding: 3px;
  height: 50px; }

.table-meetings .meeting-header .little-hash {
  font-size: 12px; }

.table-meetings .meeting-header .meeting-code {
  margin: 7px;
  font-size: 17px;
  line-height: 34px; }

.table-meetings .meeting-header .meeting-detail-link {
  margin: 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px; }

.table-meetings .meeting-header .meeting-detail-link {
  float: right; }

.table-meetings .meeting-header .meeting-detail-link .btn.btn-default {
  color: #FFF;
  background: #117bb6; }

.table-meetings .light-header {
  display: block; }

.table-meetings .detail-info {
  display: block;
  margin-bottom: 8px; }

.table-meetings .downloads {
  margin-top: 10px;
  float: right;
  clear: both; }

.table-meetings .grouping {
  width: 260px;
  padding-right: 20px; }

.table-payments-top .grouping {
  margin-bottom: 10px;
  width: auto;
  padding-right: 140px; }

.table-payments .grouping {
  width: 140px;
  padding-bottom: 10px; }

.table-meetings.table-payments .detail-info {
  margin-bottom: 0px; }

.sticky-footer.sticky-footer-mobile {
  background: #FFF;
  position: fixed;
  height: 69px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: solid 1px #e2e2e2;
  font-size: 9px;
  color: #787878;
  padding: 4px 10px 4px 0px; }

.sticky-footer.sticky-footer-mobile a.isi-btn {
  padding: 0px 15px;
  line-height: 60px; }

.sticky-footer.sticky-footer-mobile span.bold-header {
  color: #221E55;
  font-size: 9.5px;
  line-height: 10px;
  font-weight: bold; }

#page-content .slide-presentations h3.title {
  margin-top: 20px; }

.modal-header {
  border-bottom: none;
  padding-bottom: 0px; }

.modal-body {
  padding-top: 0px; }

.modal h3.second-header-modal {
  clear: both; }

.modal .grouping {
  width: 100%; }

.modal .grouping.welcome-banner {
  clear: both; }

.phone-icon,
.mail-icon,
.download-icon,
.url-icon {
  padding-left: 24px;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 19px;
  /*background: url("/Styles/img/phone-icon.png") no-repeat;*/ }

.url-icon {
  background: url("/Styles/img/url-icon.png") no-repeat; }

.mail-icon {
  background: url("/Styles/img/mail-icon.png") no-repeat; }

.download-icon {
  background: url("/Styles/img/download-icon.png") no-repeat;
  margin-right: 5px;
  color: #2B5F51; }

.download-icon:last-of-type {
  margin-right: 0px; }

.label.hangingindent {
  color: #000000;
  display: block;
  white-space: normal; }

.isi-box {
  border: 1px solid #000000;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: bold; }

.profile-question .question {
  margin-left: 1em; }

.profile-question input[type=checkbox],
.profile-question input[type=radio],
.profile-question label {
  margin-left: 15px; }

.profile-save-preferences {
  margin: 25px 0 0 50px; }

.footer__logo {
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  display: inline-block; }

.footer__content {
  display: flex;
  font-size: .75em;
  padding: 0 20px; }

#brand-presentation-logo {
  padding-top: 2em; }

.brand-team .row,
.speaker-programs .row {
  margin-top: 20px; }

#DropPanel {
  background-image: url(/Styles/img/cloud-upload3.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 20%;
  border-style: dashed;
  border-width: 3px;
  border-color: #7f835b;
  margin: 0;
  padding: 130px 10px 50px 10px;
  text-align: center; }

a.underline-link {
  text-decoration: underline; }

/*Media Queries*/
@media (max-width: 1199px) {
  #page-header .content {
    position: absolute;
    left: 320px;
    width: 340px; }
  .table-responsive .grouping {
    width: 260px; }
  .table-meetings .grouping {
    width: 200px; }
  .table-payments-top .grouping {
    width: auto;
    padding-right: 100px; }
  .table-payments .grouping {
    width: 50%; }
  #login-section .control-label {
    font-size: 13px; }
  .modal .grouping {
    width: 100%; } }

.pagination-ys {
  /*display: inline-block;*/
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination-ys table > tbody > tr > td {
  display: inline; }

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -1px;
  z-index: 2;
  color: #000000;
  background-color: #f5f5f5;
  border-color: #dddddd;
  cursor: default; }

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd; }

@media (max-width: 991px) {
  #page-header .content {
    position: absolute;
    top: 37px;
    left: 380px;
    width: 340px; }
  .tile .text .title {
    font-size: 20px; }
  .tile.first a {
    padding-left: 6px; }
  .table-responsive .grouping {
    padding-right: 40px; }
  .table-meetings .grouping {
    width: 159px; }
  .table-payments-top .grouping {
    width: 260px; }
  .table-payments .grouping {
    width: 50%; }
  .nav-main ul li.fourth a {
    line-height: 30px;
    /*padding:45px 5px 50px;*/ }
  .nav-main ul > li.active ul li a {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px; }
  .modal .grouping {
    width: 100%; } }

@media (max-width: 767px) {
  #top.container {
    margin-top: 50px; }
  body {
    padding-top: 63px; }
  body.page-home {
    padding-top: 58px; }
  #page-header div[class^="col-md-"] {
    padding: 10px 0px;
    height: 60px; }
  #page-header .logo {
    padding-left: 10px; }
  .header-text1 {
    font-size: 11px;
    margin-left: 65px;
    position: static; }
  .header-text2 {
    margin-left: 65px;
    position: static;
    font-size: 23px; }
  #page-content {
    margin: 35px 0 0 0;
    padding-top: 0px; }
  #page-content h3.table-heading {
    margin-bottom: 15px; }
  .tile.first a {
    padding-left: 10px; }
  .nav-wrapper-tabs {
    display: block;
    background: #FFF;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0px;
    padding-left: 10px; }
  .nav-wrapper-tabs.second {
    background: #008AB4; }
  .nav-wrapper-tabs.third {
    /*background:#80225f;*/
    background: #008AB4; }
  .nav-wrapper-tabs.fourth {
    /*background:#63666a;*/
    background: #008AB4; }
  .nav-wrapper-tabs .nav-tabs {
    border-bottom: none; }
  .nav-wrapper-tabs ul.nav.nav-tabs li a {
    font-size: 13px;
    color: #000000;
    border: none; }
  .nav-wrapper-tabs ul.nav.nav-tabs li:hover a {
    background: none;
    border: none; }
  .nav-wrapper-tabs ul.nav.nav-tabs li.active a {
    color: #FFF;
    background: #2B5F51; }
  .tile {
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: 5px solid #FFF;
    height: auto;
    padding-bottom: 25px; }
  .tile:first-child {
    border-left: 5px solid #c7c9cb; }
  .tile:last-child {
    border-bottom: none; }
  .tile .tile-bottom {
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px; }
  .tile .tile-bottom .btn {
    color: #fff;
    background: transparent;
    border-color: #fff; }
  #copyright {
    padding: 25px; }
  #copyright .copyright-img {
    max-width: 140px;
    margin-bottom: 10px; }
  #copyright p {
    font-size: 14px;
    color: #505050; }
  #page-content ul.presentations {
    padding-left: 25px; }
  #page-banner {
    background: #FFF;
    padding: 10px 15px 0px;
    margin-top: 7px;
    margin-bottom: 0px; }
  h1.banner-mobile,
  #page-content h3,
  #login-screen h3,
  #page-bottom h3,
  .category-banner span.category {
    color: #000000;
    font-size: 21px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 18px 0px;
    background: none;
    border-bottom: solid 4px #FFF;
    text-align: left; }
  #page-content h3,
  .category-banner span.category {
    font-size: 23px; }
  #login-screen h1.banner-mobile {
    padding-top: 18px; }
  h1.banner-mobile {
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 26px; }
  h1.banner-mobile span {
    font-size: 15px;
    text-transform: none; }
  #login-screen h3 span {
    font-size: 12px;
    text-transform: none;
    line-height: normal;
    margin: 0px; }
  #page-content h3.inner-page {
    font-size: 23px;
    color: #000000;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0px; }
  .page-login #login-section {
    border: none;
    padding: 0px; }
  #login-section .btn.btn-primary {
    width: 100%;
    font-size: 21px;
    background: #2B5F51;
    border: none;
    font-weight: normal;
    text-transform: uppercase; }
  #login-section .dummy-button {
    display: none; }
  #login-section .forgot-password {
    text-align: center;
    margin: 20px 0px; }
  #login-section .forgot-password a {
    color: #0072b1;
    font-size: 15px; }
  .table-responsive .grouping {
    padding-right: 50px; }
  .table-meetings .grouping {
    width: auto;
    padding-right: 0px; }
  .table-meetings .light-header {
    width: 115px;
    float: left; }
  .table-meetings .detail-info {
    width: 290px;
    float: left;
    margin-bottom: 8px; }
  .page-active-second .btn.btn-primary {
    /*background:#97D700;*/
    background: #008AB4;
    border: none; }
  .table-payments-top .grouping {
    margin-bottom: 10px; }
  .table-payments .light-header {
    width: 200px; }
  .table-payments .detail-info {
    width: 130px; }
  .upload-photo {
    width: 112px; }
  h1.banner-mobile span {
    display: block;
    padding-top: 5px; }
  .url-icon a,
  .mail-icon a,
  .download-icon a {
    color: #2B5F51; }
  .bold-font {
    color: #1d1756;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px; }
  #page-bottom .bold-font {
    color: #1d1756; }
  #page-footer .inner {
    padding-left: 0px; } }

@media (max-width: 728px) {
  .table-payments .detail-info {
    width: 300px; } }

@media (max-width: 600px) {
  .table-payments .detail-info {
    width: 260px; } }

@media (max-width: 530px) {
  .table-payments .detail-info {
    width: 210px; } }

@media (max-width: 479px) {
  #page-content,
  #page-footer {
    font-size: 12px; }
  .table-responsive .grouping {
    float: none; }
  .table-meetings .light-header {
    width: 85px;
    clear: both; }
  .table-meetings .detail-info {
    width: 164px; }
  .table-payments .grouping {
    float: none;
    clear: both;
    display: block; }
  .table-payments .light-header {
    width: 140px;
    clear: both;
    display: inline-block;
    padding-bottom: 15px; }
  .table-payments .detail-info {
    width: 115px; }
  .upload-photo {
    width: 60px; }
  .bold-font {
    font-size: 17px; }
  h1.banner-mobile,
  #page-content h3,
  #page-bottom h3 {
    font-size: 23px; }
  #page-content h3 span,
  #page-bottom h3 span,
  #login-screen h3 span {
    font-size: 15px; }
  h1.banner-mobile span {
    font-size: 20px; } }

@media (max-width: 360px) {
  h1.banner-mobile {
    font-size: 20px;
    text-align: center; }
  h1.banner-mobile span {
    font-size: 20px; }
  .sticky-footer.sticky-footer-mobile {
    font-size: 8.4px; } }

/*Inner Tab Menu Responsive*/
@media (max-width: 580px) {
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li {
    width: 114px;
    text-align: center; }
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li a {
    font-size: 12px;
    height: 52px;
    line-height: normal; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li {
    width: 90px;
    text-align: center; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li a {
    font-size: 12px;
    height: 52px;
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 479px) {
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li {
    width: 75px; }
  .nav-wrapper-tabs.tight ul.nav.nav-tabs li a {
    font-size: 11px;
    padding-left: 4px;
    padding-right: 5px;
    height: 50px; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li {
    width: 65px; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li:last-of-type {
    width: 72px; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    height: 46px; } }

@media (max-width: 359px) {
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li {
    width: 58px;
    margin: 0px;
    text-align: center; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li:last-of-type {
    width: 65px; }
  .nav-wrapper-tabs.super-tight ul.nav.nav-tabs li a {
    font-size: 10px;
    padding-left: 4px; } }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#skip a:focus {
  position: static;
  width: auto;
  height: auto; }

#login-welcome {
  font-size: 30px; }

#forgot-password {
  font-size: 30px; }

.page-title {
  font-size: 30px; }

#training-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }

#page-content .profile-block {
  color: #000000;
  margin-top: 20px;
  padding: 7px 25px;
  font-weight: normal;
  text-transform: uppercase;
  background: #F1EADD;
  background: #DBEDED;
  font-size: 24px; }

#page-content .profile-block-sub {
  font-size: 18px; }

header .accessibility-statement {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

#accessibility-tooltip {
  position: relative;
  vertical-align: top;
  color: black; }

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */ }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.home-box {
  margin: 0 30px 20px; }

.form-control {
  border: 1px solid #919191 !important; }

.form-control:focus {
  border-color: #4199E1 !important; }

.meeting-header {
  color: #000000;
  margin-top: 20px;
  padding: 7px 25px;
  font-weight: normal;
  text-transform: uppercase;
  background: #DBEDED;
  font-size: 24px; }

#attestationModal .modal-header {
  border-bottom: 1px solid #e5d5d5;
  padding-bottom: 15px; }

#attestationModal .modal-title {
  font-size: 1.25em;
  font-weight: bold; }

#attestationModal .modal-body {
  padding-top: 15px; }

.buttonAttestation {
  background-color: #4CAF50 !important;
  /* Green */
  border: none;
  color: black !important;
  /* padding: 5px 32px;*/
  text-align: center;
  font-weight: bold !important;
  text-decoration: none;
  display: inline-block;
  font-size: 12.5px;
  margin: 2px 4px;
  cursor: pointer; }

.buttonAttestationCompleteNow {
  background-color: #E1AA00 !important;
  color: black !important;
  font-weight: bold !important; }

.buttonAttestationIncomplete {
  background-color: #FF0000 !important;
  color: black !important;
  font-weight: bold !important; }

.label.attestationCert {
  color: #000000;
  display: block;
  white-space: normal;
  font: bold;
  font-size: larger;
  text-decoration: underline; }

.label.attestationConfidential {
  color: #000000;
  display: block;
  white-space: normal;
  font-size: small; }

.label.attestationTitle {
  color: #0070C0;
  display: block;
  white-space: normal;
  font-size: x-large; }

.label.attestationInfo {
  color: #FF0000; }
