/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
  min-width: 800px !important;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.sort {
  cursor: pointer;
}
/* ==========================================================================
   Twitter Bootstrap 3 Multilevel Dropdown Menu CSS Tweaks
   http://firdaus.grandexa.com/2013/09/twitter-bootstrap-3-multilevel-dropdown-menu/
   ========================================================================== */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  font-size: 10px;
  position: relative;
  min-height: 100%;
}
.no-padding-left {
  padding-left: 0!important;
}
.no-padding-right {
  padding-right: 0!important;
}
body {
  font-size: 1.4rem;
  font-family: 'proxima-nova', 'Proxima Nova', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin-bottom: 120px;
  background: #eeeeee;
  color: #444444;
  /*
    .fileinput {
        display: block;
        overflow: hidden;
        .fileinput-filename { display: inline block; overflow: hidden; white-space: nowrap; max-width: calc(100% - 18px); text-overflow: ellipsis; }
    }
    */
}
body .container {
  width: auto;
}
body header#header nav.navbar div.container,
body header#run_header nav.navbar div.container {
  max-width: 1080px;
}
body header#header nav.navbar div.container .navbar-header .navbar-brand img,
body header#run_header nav.navbar div.container .navbar-header .navbar-brand img {
  max-width: 130px;
}
body header#header nav.navbar div.container div.collapse,
body header#run_header nav.navbar div.container div.collapse {
  /*
                    div#search_module {
                        display: none;
                        margin: 24px 6% 0 0;
                        float: right;
                        max-width: 330px;
                        div.input-group {
                            float: right;
                            .input-group-btn {
                                button.btn {
                                    border-color: @greye;
                                    background: @greye;
                                    border-radius: 0px;
                                    box-shadow: none;
                                    height: 30px;
                                    line-height: 1;
                                    padding-bottom: 4px;
                                    color: @grey6;
                                    text-transform: uppercase;
                                    font-size: 1.2rem;
                                    i {
                                        margin-left: 5px;
                                    }
                                }
                                ul.dropdown-menu {
                                    text-transform: uppercase;
                                    font-size: 1.2rem;
                                    border-top-left-radius: 0px;
                                    border-top-right-radius: 0px;
                                    margin: 1px 0 0 0;
                                    background: @greye;
                                    border: none;
                                    li {
                                        a {
                                            padding-left: 12px;
                                        }
                                    }
                                }
                            }
                            input.form-control {
                                border: none;
                                background: @headerbackground;
                                box-shadow: none;
                                height: 30px;
                                border: 1px solid @greye;
                                font-weight: 300;
                                width: 240px;
                                color: @white;
                                line-height: 1;
                            }
                            input::-webkit-input-placeholder {
                                color: @white !important;
                                font-weight: 300;
                            }
                            input:-moz-placeholder {
                                color: @white !important;
                                font-weight: 300;
                            }
                            input::-moz-placeholder {
                                color: @white !important;
                                font-weight: 300;
                            }
                            input:-ms-input-placeholder {
                                color: @white !important;
                                font-weight: 300;
                            }
                            span.input-group-btn {
                                button.btn {
                                    background: @greye;
                                    border-color: @greye;
                                    color: @white;
                                    font-size: 1.5rem;
                                    width: 35px;
                                    text-align: center;
                                    padding: 5px 0 5px 0;
                                    i {
                                        margin: 0;
                                        padding: 0;
                                        color: @grey7;
                                    }
                                }
                            }
                        }
                    }
                    */
}
body header#header nav.navbar div.container div.collapse .legend-buttons,
body header#run_header nav.navbar div.container div.collapse .legend-buttons {
  margin: 26px 30px 0 30px;
  display: none;
}
body header#header nav.navbar div.container div.collapse ul.nav,
body header#run_header nav.navbar div.container div.collapse ul.nav {
  margin: 30px 0 0 30px;
  display: none;
}
body header#header nav.navbar div.container div.collapse ul.nav li a,
body header#run_header nav.navbar div.container div.collapse ul.nav li a {
  font-size: 1.8rem;
  font-weight: 300;
}
body header#header nav.navbar div.container div.collapse ul.nav li a:hover img,
body header#run_header nav.navbar div.container div.collapse ul.nav li a:hover img,
body header#header nav.navbar div.container div.collapse ul.nav li a:focus img,
body header#run_header nav.navbar div.container div.collapse ul.nav li a:focus img,
body header#header nav.navbar div.container div.collapse ul.nav li a:active img,
body header#run_header nav.navbar div.container div.collapse ul.nav li a:active img {
  border: 2px solid #dddddd;
}
body header#header nav.navbar div.container div.collapse ul.nav li .dropdown-menu,
body header#run_header nav.navbar div.container div.collapse ul.nav li .dropdown-menu {
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin-top: 5px;
  margin-left: -6px;
}
body header#header nav.navbar div.container div.collapse ul.nav li .dropdown-menu a,
body header#run_header nav.navbar div.container div.collapse ul.nav li .dropdown-menu a {
  padding-left: 16px;
  font-size: 1.5rem;
}
body header#header nav.navbar div.container div.collapse ul.nav li .plus-event-link span,
body header#run_header nav.navbar div.container div.collapse ul.nav li .plus-event-link span {
  visibility: hidden;
}
body header#header nav.navbar div.container div.collapse ul.nav li .plus-event-link:hover span,
body header#run_header nav.navbar div.container div.collapse ul.nav li .plus-event-link:hover span {
  visibility: visible;
}
body header#header nav.navbar div.container div.collapse ul.nav > li > a,
body header#run_header nav.navbar div.container div.collapse ul.nav > li > a {
  color: #ffffff;
  margin: 0 20px 0 0;
  font-weight: 400;
  background: none;
}
body header#header nav.navbar div.container div.collapse ul.nav > li > a:hover,
body header#run_header nav.navbar div.container div.collapse ul.nav > li > a:hover,
body header#header nav.navbar div.container div.collapse ul.nav > li > a:focus,
body header#run_header nav.navbar div.container div.collapse ul.nav > li > a:focus,
body header#header nav.navbar div.container div.collapse ul.nav > li > a:active,
body header#run_header nav.navbar div.container div.collapse ul.nav > li > a:active {
  background: none;
}
body header#header nav.navbar div.container div.collapse ul.nav.open,
body header#run_header nav.navbar div.container div.collapse ul.nav.open {
  background: none;
}
body header#header nav.navbar div.container div.collapse ul.nav.open > a,
body header#run_header nav.navbar div.container div.collapse ul.nav.open > a {
  background: none;
}
body header#header nav.navbar div.container div.collapse ul.nav li.dropdown a.dropdown-toggle,
body header#run_header nav.navbar div.container div.collapse ul.nav li.dropdown a.dropdown-toggle {
  padding: 0;
}
body header#header nav.navbar div.container div.collapse ul.nav.profile,
body header#run_header nav.navbar div.container div.collapse ul.nav.profile {
  margin: 0;
  float: right;
}
body header#header nav.navbar div.container div.collapse ul.nav.profile li.dropdown a.dropdown-toggle,
body header#run_header nav.navbar div.container div.collapse ul.nav.profile li.dropdown a.dropdown-toggle {
  padding: 5px 0 0 0;
  margin: 0 -15px 0 0;
}
body header#header nav.navbar div.container div.collapse ul.nav.profile li.dropdown a.dropdown-toggle img,
body header#run_header nav.navbar div.container div.collapse ul.nav.profile li.dropdown a.dropdown-toggle img {
  border: 2px solid #ffffff;
}
body header#header nav.navbar div.container div.collapse ul.nav.profile li.dropdown .dropdown-menu,
body header#run_header nav.navbar div.container div.collapse ul.nav.profile li.dropdown .dropdown-menu {
  margin-left: auto;
  margin-right: -15px;
}
body a {
  outline: 0;
}
body table thead * {
  white-space: nowrap;
}
body table thead * * {
  white-space: nowrap;
}
body table thead .sortable {
  cursor: pointer;
}
body table thead .sortable i {
  display: none;
  margin-left: 10px;
  font-size: 1.2rem;
}
body table thead .sortable i.fa-sort-asc,
body table thead .sortable i.fa-sort-desc {
  color: #007c92;
}
body table thead .sortable i.fa-sort {
  display: inline-block;
}
body table thead .sortable.asc .fa-sort,
body table thead .sortable.asc .fa-sort-desc {
  display: none;
}
body table thead .sortable.asc .fa-sort-asc {
  display: inline-block;
}
body table thead .sortable.desc .fa-sort,
body table thead .sortable.desc .fa-sort-asc {
  display: none;
}
body table thead .sortable.desc .fa-sort-desc {
  display: inline-block;
}
body table tbody {
  font-size: 1.3rem;
}
body header#header,
body header#run_header {
  height: 120px;
  background: #FDC82F;
}
body header#run_header {
  display: none;
}
body [id$="_alert"] {
  display: none;
}
body #preview-contribution {
  display: none;
}
body .fileselector .fileinput-exists .btn-file {
  display: none;
}
body .alert a {
  color: inherit;
  font-weight: 700;
}
body .btn-cta {
  font-weight: 700;
  width: 210px;
  font-size: 2.2rem;
  padding: 6px 0;
}
body .btn-cta.btn-sm {
  width: auto;
  /* padding: 2px 12px; */
  font-size: 1.3rem;
  font-weight: 300;
}
body [data-provides] .disabled {
  pointer-events: none;
}
body div.tnc,
body div#tnc {
  resize: vertical;
  overflow: scroll;
  min-height: 300px;
  margin-bottom: 30px;
}
body #termsandconditions_modal div.tnc,
body #termsandconditions_modal div#tnc {
  min-height: 350px !important;
}
body .modal-header h3 {
  padding-left: 5px;
}
body .modal-body form {
  margin-bottom: -15px;
}
body .modal-footer {
  margin-top: 0;
}
body #container_wrapper {
  padding-top: 20px;
  display: none;
  float: none;
  max-width: 980px;
  background: #ffffff;
  margin: -40px auto 40px auto;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
body #container_wrapper #container {
  padding: 0px 0 10px 0;
  min-height: 500px;
}
body #container_wrapper #container .container {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  float: none;
  padding: 0 25px;
}
body #container_wrapper #container .container .row.padded {
  padding: 5px 15px 0 15px;
}
body #container_wrapper #header-block .container {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  float: none;
  padding: 0 25px;
}
body #container_wrapper #header-block .container .row.padded {
  padding: 5px 15px 0 15px;
}
body #container_wrapper #header-block .container h4 {
  color: #888888;
  font-weight: 300;
}
body #container_wrapper #header-block .container h4 small {
  color: #aaaaaa;
  font-size: 1.2rem;
}
body legend .legend-buttons {
  margin: 2px 0 0 0;
}
body legend > h1 > .fa {
  position: relative;
  top: -3px;
  left: 2px;
  font-size: 1.8rem;
}
body legend > h1 > .fa:hover {
  text-decoration: none;
}
body.signin #container_wrapper,
body.signup #container_wrapper,
body.signinredirection #container_wrapper,
body.signupredirection #container_wrapper,
body.signupconfirmation #container_wrapper,
body.forgot #container_wrapper,
body.reset #container_wrapper,
body.maintenance #container_wrapper {
  max-width: 600px;
}
body.signin #container_wrapper #container,
body.signup #container_wrapper #container,
body.signinredirection #container_wrapper #container,
body.signupredirection #container_wrapper #container,
body.signupconfirmation #container_wrapper #container,
body.forgot #container_wrapper #container,
body.reset #container_wrapper #container,
body.maintenance #container_wrapper #container {
  max-width: 600px;
  min-height: 345px;
}
body.signin #container_wrapper #container .container,
body.signup #container_wrapper #container .container,
body.signinredirection #container_wrapper #container .container,
body.signupredirection #container_wrapper #container .container,
body.signupconfirmation #container_wrapper #container .container,
body.forgot #container_wrapper #container .container,
body.reset #container_wrapper #container .container,
body.maintenance #container_wrapper #container .container {
  max-width: 600px;
}
body.signin #container_wrapper #container .container .event-logo,
body.signup #container_wrapper #container .container .event-logo,
body.signinredirection #container_wrapper #container .container .event-logo,
body.signupredirection #container_wrapper #container .container .event-logo,
body.signupconfirmation #container_wrapper #container .container .event-logo,
body.forgot #container_wrapper #container .container .event-logo,
body.reset #container_wrapper #container .container .event-logo,
body.maintenance #container_wrapper #container .container .event-logo {
  display: none;
}
body.signin #container_wrapper .spinner_wrapper,
body.signup #container_wrapper .spinner_wrapper,
body.signinredirection #container_wrapper .spinner_wrapper,
body.signupredirection #container_wrapper .spinner_wrapper,
body.signupconfirmation #container_wrapper .spinner_wrapper,
body.forgot #container_wrapper .spinner_wrapper,
body.reset #container_wrapper .spinner_wrapper,
body.maintenance #container_wrapper .spinner_wrapper {
  display: none;
}
body.reset .strength_meter {
  left: 0px;
  right: 0px;
  top: 0px;
  height: 46px;
}
body.reset .strength_meter div p {
  top: 46px;
}
body.reset .strength_field {
  margin-bottom: 30px;
}
body.signin #container {
  padding-bottom: 15px;
}
body.signin #container .container #rememberme_checkbox {
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.6;
}
body.signin #container .container #submit {
  margin-bottom: 15px;
}
body.signup #container .container h3,
body.signupredirection #container .container h3 {
  margin: 10px 0 30px 0;
  font-size: 28px;
  font-weight: 400;
}
body.signup #container .container p,
body.signupredirection #container .container p {
  margin: 20px 0 15px 0;
}
body.signupconfirmation h4 {
  margin: 10px 0 20px 0;
  line-height: 1.4;
}
body.signupconfirmation h4 small {
  margin: 20px 0;
  display: block;
}
body.signupconfirmation a {
  margin: 10px 0 30px 0;
}
body.welcome,
body.welcomesubscribe,
body.welcomesubscriber,
body.welcomedistributor {
  color: #666666;
}
body.welcome #container,
body.welcomesubscribe #container,
body.welcomesubscriber #container,
body.welcomedistributor #container {
  padding-bottom: 50px;
}
body.welcome #container #notepad,
body.welcomesubscribe #container #notepad,
body.welcomesubscriber #container #notepad,
body.welcomedistributor #container #notepad {
  margin-top: 35px;
}
body.welcome #container h1,
body.welcomesubscribe #container h1,
body.welcomesubscriber #container h1,
body.welcomedistributor #container h1 {
  line-height: 1;
  margin: 7px auto 5px;
  padding: 0;
  font-size: 3.3rem;
}
body.welcome #container h2,
body.welcomesubscribe #container h2,
body.welcomesubscriber #container h2,
body.welcomedistributor #container h2 {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
}
body.welcome #container a.btn,
body.welcomesubscribe #container a.btn,
body.welcomesubscriber #container a.btn,
body.welcomedistributor #container a.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  color: #ffffff;
  background: #007c92;
}
body.welcome #container #video,
body.welcomesubscribe #container #video,
body.welcomesubscriber #container #video,
body.welcomedistributor #container #video {
  display: block;
  margin: 60px auto 19px auto;
}
body.welcome #container p,
body.welcomesubscribe #container p,
body.welcomesubscriber #container p,
body.welcomedistributor #container p {
  font-weight: 600;
  font-size: 1.7rem;
}
body.addparticipants .fileinput-exists .btn-file {
  display: none;
}
body #captcha > * {
  float: right;
}
body.participanteventdashboard #container,
body.organizereventdashboard #container,
body.eventsettings #container,
body #header-block {
  padding: 0 0 13px 0;
}
body.participanteventdashboard #container h1,
body.organizereventdashboard #container h1,
body.eventsettings #container h1,
body #header-block h1 {
  line-height: 2.4rem;
  padding: 0;
  margin: 5px 0 0 0;
  color: #666666;
  font-weight: 300;
  font-size: 3.2rem;
}
body.participanteventdashboard #container h1 small,
body.organizereventdashboard #container h1 small,
body.eventsettings #container h1 small,
body #header-block h1 small {
  font-size: 2.2rem;
  color: #666666;
  margin-left: 20px;
  font-weight: 300;
}
body.participanteventdashboard #container h3,
body.organizereventdashboard #container h3,
body.eventsettings #container h3,
body #header-block h3 {
  color: #999999;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin: 10px 0 10px 0;
  padding: 0;
}
body.participanteventdashboard #container p:not('.truncated'),
body.organizereventdashboard #container p:not('.truncated'),
body.eventsettings #container p:not('.truncated'),
body #header-block p:not('.truncated') {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
body.participanteventdashboard #container .readmore_link,
body.organizereventdashboard #container .readmore_link,
body.eventsettings #container .readmore_link,
body #header-block .readmore_link,
body.participanteventdashboard #container .readless_link,
body.organizereventdashboard #container .readless_link,
body.eventsettings #container .readless_link,
body #header-block .readless_link {
  color: #007c92;
}
body.participanteventdashboard #container .edit_event,
body.organizereventdashboard #container .edit_event,
body.eventsettings #container .edit_event,
body #header-block .edit_event {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  vertical-align: middle;
  display: inline;
  float: right;
  color: #007c92;
}
body.participanteventdashboard #container #notifications,
body.organizereventdashboard #container #notifications,
body.eventsettings #container #notifications,
body #header-block #notifications {
  border-right: 1px solid #dddddd;
  margin-bottom: 10px;
}
body.participanteventdashboard #container #notifications #notifications_wrapper,
body.organizereventdashboard #container #notifications #notifications_wrapper,
body.eventsettings #container #notifications #notifications_wrapper,
body #header-block #notifications #notifications_wrapper {
  min-height: 90px;
  max-height: 390px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
body.participanteventdashboard #container #notifications #notifications_wrapper .fade,
body.organizereventdashboard #container #notifications #notifications_wrapper .fade,
body.eventsettings #container #notifications #notifications_wrapper .fade,
body #header-block #notifications #notifications_wrapper .fade {
  height: 30px;
  background: #ff0000;
  opacity: 1;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
body.participanteventdashboard #container #notifications h4,
body.organizereventdashboard #container #notifications h4,
body.eventsettings #container #notifications h4,
body #header-block #notifications h4 {
  border-bottom: 1px solid #bbbbbb;
  display: block;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 0;
}
body.participanteventdashboard #container #notifications .notification,
body.organizereventdashboard #container #notifications .notification,
body.eventsettings #container #notifications .notification,
body #header-block #notifications .notification {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.participanteventdashboard #container #notifications .notification .icon,
body.organizereventdashboard #container #notifications .notification .icon,
body.eventsettings #container #notifications .notification .icon,
body #header-block #notifications .notification .icon {
  display: inline-block;
  width: 25px;
  vertical-align: top;
}
body.participanteventdashboard #container #notifications .notification .icon i,
body.organizereventdashboard #container #notifications .notification .icon i,
body.eventsettings #container #notifications .notification .icon i,
body #header-block #notifications .notification .icon i {
  line-height: 40px;
  vertical-align: middle;
  font-size: 1.6rem;
}
body.participanteventdashboard #container #notifications .notification .icon i.fa-check-circle,
body.organizereventdashboard #container #notifications .notification .icon i.fa-check-circle,
body.eventsettings #container #notifications .notification .icon i.fa-check-circle,
body #header-block #notifications .notification .icon i.fa-check-circle {
  color: #09a65b;
}
body.participanteventdashboard #container #notifications .notification .icon i.fa-info-circle,
body.organizereventdashboard #container #notifications .notification .icon i.fa-info-circle,
body.eventsettings #container #notifications .notification .icon i.fa-info-circle,
body #header-block #notifications .notification .icon i.fa-info-circle {
  color: #f5d269;
}
body.participanteventdashboard #container #notifications .notification .icon i.fa-exclamation-circle,
body.organizereventdashboard #container #notifications .notification .icon i.fa-exclamation-circle,
body.eventsettings #container #notifications .notification .icon i.fa-exclamation-circle,
body #header-block #notifications .notification .icon i.fa-exclamation-circle {
  color: #ce0b0b;
}
body.participanteventdashboard #container #notifications .notification .content,
body.organizereventdashboard #container #notifications .notification .content,
body.eventsettings #container #notifications .notification .content,
body #header-block #notifications .notification .content {
  display: inline-block;
  width: 88%;
}
body.participanteventdashboard #container #notifications .notification .content .timestamp,
body.organizereventdashboard #container #notifications .notification .content .timestamp,
body.eventsettings #container #notifications .notification .content .timestamp,
body #header-block #notifications .notification .content .timestamp {
  float: left;
  display: inline-block;
  color: #aaaaaa;
  font-size: 1.0rem;
  text-transform: uppercase;
}
body.participanteventdashboard #container #notifications .notification .content .dismiss,
body.organizereventdashboard #container #notifications .notification .content .dismiss,
body.eventsettings #container #notifications .notification .content .dismiss,
body #header-block #notifications .notification .content .dismiss {
  height: 10px;
  float: right;
  display: inline-block;
  color: #bbbbbb;
  font-size: 1.8rem;
  line-height: 0.9;
  cursor: pointer;
}
body.participanteventdashboard #container #notifications .notification .content p,
body.organizereventdashboard #container #notifications .notification .content p,
body.eventsettings #container #notifications .notification .content p,
body #header-block #notifications .notification .content p {
  display: block;
  margin: 0 0 3px 0;
  padding: 0;
  clear: both;
  width: 95%;
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
}
body.participanteventdashboard #container #notifications .notification .content p a,
body.organizereventdashboard #container #notifications .notification .content p a,
body.eventsettings #container #notifications .notification .content p a,
body #header-block #notifications .notification .content p a {
  font-weight: 500;
}
body.participanteventdashboard #container #notifications .notification:last-of-type,
body.organizereventdashboard #container #notifications .notification:last-of-type,
body.eventsettings #container #notifications .notification:last-of-type,
body #header-block #notifications .notification:last-of-type {
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
body.participanteventdashboard #container #notifications #nomore,
body.organizereventdashboard #container #notifications #nomore,
body.eventsettings #container #notifications #nomore,
body #header-block #notifications #nomore {
  padding-top: 10px;
  text-align: center;
  color: #cccccc;
}
body.participanteventdashboard #container #notifications #refresh-notifications,
body.organizereventdashboard #container #notifications #refresh-notifications,
body.eventsettings #container #notifications #refresh-notifications,
body #header-block #notifications #refresh-notifications {
  text-align: center;
  color: #bbbbbb;
  font-size: 2.3rem;
  margin: 5px 0 0 0;
  cursor: pointer;
}
body.participanteventdashboard #container #dials,
body.organizereventdashboard #container #dials,
body.eventsettings #container #dials,
body #header-block #dials {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 0;
}
body.participanteventdashboard #container #eventsettings,
body.organizereventdashboard #container #eventsettings,
body.eventsettings #container #eventsettings,
body #header-block #eventsettings {
  padding-left: 5%;
  margin-bottom: 15px;
}
body.participanteventdashboard #container #eventsettings h4 a,
body.organizereventdashboard #container #eventsettings h4 a,
body.eventsettings #container #eventsettings h4 a,
body #header-block #eventsettings h4 a {
  font-size: 1.4rem;
  color: #00515f;
  margin-left: 15px;
}
body.participanteventdashboard #container .row.dark,
body.organizereventdashboard #container .row.dark,
body.eventsettings #container .row.dark,
body #header-block .row.dark {
  padding: 5px 15px 0 15px;
}
body.participanteventdashboard #container .row.dark > span,
body.organizereventdashboard #container .row.dark > span,
body.eventsettings #container .row.dark > span,
body #header-block .row.dark > span {
  display: block;
  background: #f9f9f9;
  padding-bottom: 20px;
}
body.participanteventdashboard #container .row.dark .links,
body.organizereventdashboard #container .row.dark .links,
body.eventsettings #container .row.dark .links,
body #header-block .row.dark .links {
  padding-top: 10px;
}
body.participanteventdashboard #container .row.dark .links .col-md-1 i,
body.organizereventdashboard #container .row.dark .links .col-md-1 i,
body.eventsettings #container .row.dark .links .col-md-1 i,
body #header-block .row.dark .links .col-md-1 i {
  font-size: 2.2rem;
  color: #777777;
}
body.participanteventdashboard #container .row.dark .links .col-md-10 h4,
body.organizereventdashboard #container .row.dark .links .col-md-10 h4,
body.eventsettings #container .row.dark .links .col-md-10 h4,
body #header-block .row.dark .links .col-md-10 h4 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #666666;
  font-weight: 600;
  font-size: 1.8rem;
}
body.participanteventdashboard #container .row.dark .links ul,
body.organizereventdashboard #container .row.dark .links ul,
body.eventsettings #container .row.dark .links ul,
body #header-block .row.dark .links ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
body.participanteventdashboard #container .row.dark .links ul li,
body.organizereventdashboard #container .row.dark .links ul li,
body.eventsettings #container .row.dark .links ul li,
body #header-block .row.dark .links ul li {
  margin: 0;
  padding: 5px 0 5px 5px;
  border-bottom: 1px dotted #cccccc;
}
body.participanteventdashboard #container .row.dark .links ul li a,
body.organizereventdashboard #container .row.dark .links ul li a,
body.eventsettings #container .row.dark .links ul li a,
body #header-block .row.dark .links ul li a {
  color: #007c92;
}
body.participanteventdashboard #container .row.dark .links ul li:last-of-type,
body.organizereventdashboard #container .row.dark .links ul li:last-of-type,
body.eventsettings #container .row.dark .links ul li:last-of-type,
body #header-block .row.dark .links ul li:last-of-type {
  border-bottom: none;
}
body.participanteventdashboard #container .row.dark .options_wrappers,
body.organizereventdashboard #container .row.dark .options_wrappers,
body.eventsettings #container .row.dark .options_wrappers,
body #header-block .row.dark .options_wrappers {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group,
body.eventsettings #container .row.dark .options_wrappers .form-group,
body #header-block .row.dark .options_wrappers .form-group {
  display: block;
  padding: 2px 0;
  margin: 0;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group label,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group label,
body.eventsettings #container .row.dark .options_wrappers .form-group label,
body #header-block .row.dark .options_wrappers .form-group label {
  margin: 0;
  padding: 0;
  height: 26px;
  line-height: 1.9;
  color: #777777;
  font-weight: 300;
  padding-left: 0 !important;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group label.small,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group label.small,
body.eventsettings #container .row.dark .options_wrappers .form-group label.small,
body #header-block .row.dark .options_wrappers .form-group label.small {
  font-size: 1.3rem;
  line-height: 2.2;
  font-weight: 300;
  padding-left: 0 !important;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group label strong,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group label strong,
body.eventsettings #container .row.dark .options_wrappers .form-group label strong,
body #header-block .row.dark .options_wrappers .form-group label strong {
  color: #444444;
  font-weight: 500;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group .btn-group,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group .btn-group,
body.eventsettings #container .row.dark .options_wrappers .form-group .btn-group,
body #header-block .row.dark .options_wrappers .form-group .btn-group {
  width: 100%;
  min-width: 200px !important;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group .btn-group button.btn-default,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group .btn-group button.btn-default,
body.eventsettings #container .row.dark .options_wrappers .form-group .btn-group button.btn-default,
body #header-block .row.dark .options_wrappers .form-group .btn-group button.btn-default {
  background: transparent;
  text-align: left !important;
  color: #777777;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group .btn-group button.btn-default.setting,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group .btn-group button.btn-default.setting,
body.eventsettings #container .row.dark .options_wrappers .form-group .btn-group button.btn-default.setting,
body #header-block .row.dark .options_wrappers .form-group .btn-group button.btn-default.setting {
  width: 160px;
  text-align: left;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group.title,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group.title,
body.eventsettings #container .row.dark .options_wrappers .form-group.title,
body #header-block .row.dark .options_wrappers .form-group.title {
  margin: 0;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group.title label,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group.title label,
body.eventsettings #container .row.dark .options_wrappers .form-group.title label,
body #header-block .row.dark .options_wrappers .form-group.title label {
  font-weight: 600;
  font-size: 1.4rem;
  color: #007c92;
  padding: 0;
  margin: 0;
}
body.participanteventdashboard #container .row.dark .options_wrappers .form-group:nth-of-type(even) label.small.fade-text:after,
body.organizereventdashboard #container .row.dark .options_wrappers .form-group:nth-of-type(even) label.small.fade-text:after,
body.eventsettings #container .row.dark .options_wrappers .form-group:nth-of-type(even) label.small.fade-text:after,
body #header-block .row.dark .options_wrappers .form-group:nth-of-type(even) label.small.fade-text:after {
  background-image: -webkit-linear-gradient(right, #f6f6f6, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(right, #f6f6f6, rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to left, #f6f6f6, rgba(255, 255, 255, 0.1));
}
body.participanteventdashboard #container #quicklinks,
body.organizereventdashboard #container #quicklinks,
body.eventsettings #container #quicklinks,
body #header-block #quicklinks {
  padding-top: 0;
}
body.participanteventdashboard #container #quicklinks .right-border,
body.organizereventdashboard #container #quicklinks .right-border,
body.eventsettings #container #quicklinks .right-border,
body #header-block #quicklinks .right-border {
  border-right: 1px solid #dddddd;
  padding-right: 10%;
  min-height: 300px;
}
body.participanteventdashboard #container #quicklinks ul,
body.organizereventdashboard #container #quicklinks ul,
body.eventsettings #container #quicklinks ul,
body #header-block #quicklinks ul {
  padding: 5px 0 0 0;
  margin: 0;
}
body.participanteventdashboard #container #quicklinks ul li,
body.organizereventdashboard #container #quicklinks ul li,
body.eventsettings #container #quicklinks ul li,
body #header-block #quicklinks ul li {
  padding: 0 0 8px 0;
  border: none;
}
body.participanteventdashboard #container #quicklinks.pd h4,
body.organizereventdashboard #container #quicklinks.pd h4,
body.eventsettings #container #quicklinks.pd h4,
body #header-block #quicklinks.pd h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
body.participanteventdashboard #container #quicklinks.pd ul,
body.organizereventdashboard #container #quicklinks.pd ul,
body.eventsettings #container #quicklinks.pd ul,
body #header-block #quicklinks.pd ul {
  list-style: none;
}
body.participanteventdashboard #container .notifications h3,
body.organizereventdashboard #container .notifications h3,
body.eventsettings #container .notifications h3,
body #header-block .notifications h3 {
  margin: 0;
  line-height: 1.6rem;
}
body.participanteventdashboard #container .notifications p,
body.organizereventdashboard #container .notifications p,
body.eventsettings #container .notifications p,
body #header-block .notifications p {
  line-height: 1.7;
}
body.participanteventdashboard #container .notifications p a,
body.organizereventdashboard #container .notifications p a,
body.eventsettings #container .notifications p a,
body #header-block .notifications p a {
  color: #007c92;
}
body.participanteventdashboard #container .profile .progress,
body.organizereventdashboard #container .profile .progress,
body.eventsettings #container .profile .progress,
body #header-block .profile .progress {
  margin: 0 0 12px 0;
}
body.participanteventdashboard #container .profile small,
body.organizereventdashboard #container .profile small,
body.eventsettings #container .profile small,
body #header-block .profile small {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
}
body.participanteventdashboard #container .profile small a,
body.organizereventdashboard #container .profile small a,
body.eventsettings #container .profile small a,
body #header-block .profile small a {
  color: #555555;
}
body.participanteventdashboard #container div.expandable_wrapper,
body.organizereventdashboard #container div.expandable_wrapper,
body.eventsettings #container div.expandable_wrapper,
body #header-block div.expandable_wrapper {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.participanteventdashboard #container div.expandable_wrapper p,
body.organizereventdashboard #container div.expandable_wrapper p,
body.eventsettings #container div.expandable_wrapper p,
body #header-block div.expandable_wrapper p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
body.participanteventdashboard #container div.expandable_wrapper a,
body.organizereventdashboard #container div.expandable_wrapper a,
body.eventsettings #container div.expandable_wrapper a,
body #header-block div.expandable_wrapper a {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  vertical-align: middle;
  display: inline;
}
body.participanteventdashboard #container div.expandable_wrapper a i,
body.organizereventdashboard #container div.expandable_wrapper a i,
body.eventsettings #container div.expandable_wrapper a i,
body #header-block div.expandable_wrapper a i {
  margin-left: 5px;
}
body.participanteventdashboard #container div.expandable_wrapper a.readmore_link,
body.organizereventdashboard #container div.expandable_wrapper a.readmore_link,
body.eventsettings #container div.expandable_wrapper a.readmore_link,
body #header-block div.expandable_wrapper a.readmore_link,
body.participanteventdashboard #container div.expandable_wrapper a.readless_link,
body.organizereventdashboard #container div.expandable_wrapper a.readless_link,
body.eventsettings #container div.expandable_wrapper a.readless_link,
body #header-block div.expandable_wrapper a.readless_link {
  float: right;
}
body.participanteventdashboard #container div.expandable_wrapper.closed p,
body.organizereventdashboard #container div.expandable_wrapper.closed p,
body.eventsettings #container div.expandable_wrapper.closed p,
body #header-block div.expandable_wrapper.closed p {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
body.participanteventdashboard #container div.expandable_wrapper.open p,
body.organizereventdashboard #container div.expandable_wrapper.open p,
body.eventsettings #container div.expandable_wrapper.open p,
body #header-block div.expandable_wrapper.open p {
  width: 100%;
  height: auto;
  white-space: normal;
  display: inline;
}
body.participanteventdashboard #container .event-logo-box img,
body.organizereventdashboard #container .event-logo-box img,
body.eventsettings #container .event-logo-box img,
body #header-block .event-logo-box img {
  max-width: 120px;
  float: right;
}
body.participanteventdashboard #container .event-logo-box a.edit_event,
body.organizereventdashboard #container .event-logo-box a.edit_event,
body.eventsettings #container .event-logo-box a.edit_event,
body #header-block .event-logo-box a.edit_event {
  position: relative;
  right: -15px;
}
body.participanteventdashboard #container .nav,
body.organizereventdashboard #container .nav,
body.eventsettings #container .nav,
body #header-block .nav {
  margin: 15px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  max-height: 39px;
}
body.participanteventdashboard #container .nav li,
body.organizereventdashboard #container .nav li,
body.eventsettings #container .nav li,
body #header-block .nav li {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
body.participanteventdashboard #container .nav li a,
body.organizereventdashboard #container .nav li a,
body.eventsettings #container .nav li a,
body #header-block .nav li a {
  font-size: 1.5rem;
  line-height: 1;
  color: #007c92;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
body.participanteventdashboard #container .nav li a:hover,
body.organizereventdashboard #container .nav li a:hover,
body.eventsettings #container .nav li a:hover,
body #header-block .nav li a:hover {
  color: #00515f;
}
body.participanteventdashboard #container .nav li a.btn-red,
body.organizereventdashboard #container .nav li a.btn-red,
body.eventsettings #container .nav li a.btn-red,
body #header-block .nav li a.btn-red {
  background: #007c92;
  color: #ffffff;
}
body.participanteventdashboard #container .nav li a.btn-red:hover,
body.organizereventdashboard #container .nav li a.btn-red:hover,
body.eventsettings #container .nav li a.btn-red:hover,
body #header-block .nav li a.btn-red:hover {
  color: #ffffff;
  background: #00515f;
}
body.participanteventdashboard #container .nav li.active a,
body.organizereventdashboard #container .nav li.active a,
body.eventsettings #container .nav li.active a,
body #header-block .nav li.active a {
  color: white;
}
body.participanteventdashboard #container .nav li li a,
body.organizereventdashboard #container .nav li li a,
body.eventsettings #container .nav li li a,
body #header-block .nav li li a {
  line-height: 1.6;
}
body.participanteventdashboard #container .nav button,
body.organizereventdashboard #container .nav button,
body.eventsettings #container .nav button,
body #header-block .nav button {
  margin: 4px 20px 0 0;
  margin: 4.5px 20px 0 0;
}
body.participanteventdashboard #container .container,
body.organizereventdashboard #container .container,
body.eventsettings #container .container,
body #header-block .container {
  padding: 15px 10px 10px;
}
body.participanteventdashboard #container .dials,
body.organizereventdashboard #container .dials,
body.eventsettings #container .dials,
body #header-block .dials {
  margin-top: 15px;
}
body.participanteventdashboard #container .dials h4,
body.organizereventdashboard #container .dials h4,
body.eventsettings #container .dials h4,
body #header-block .dials h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3rem;
}
body.participanteventdashboard #container .dials .col-md-4,
body.organizereventdashboard #container .dials .col-md-4,
body.eventsettings #container .dials .col-md-4,
body #header-block .dials .col-md-4 {
  position: relative;
}
body.participanteventdashboard #container .dials .col-md-4 .text,
body.organizereventdashboard #container .dials .col-md-4 .text,
body.eventsettings #container .dials .col-md-4 .text,
body #header-block .dials .col-md-4 .text {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
body.participanteventdashboard #container .dials .col-md-4 .text .incomplete,
body.organizereventdashboard #container .dials .col-md-4 .text .incomplete,
body.eventsettings #container .dials .col-md-4 .text .incomplete,
body #header-block .dials .col-md-4 .text .incomplete,
body.participanteventdashboard #container .dials .col-md-4 .text .complete,
body.organizereventdashboard #container .dials .col-md-4 .text .complete,
body.eventsettings #container .dials .col-md-4 .text .complete,
body #header-block .dials .col-md-4 .text .complete {
  line-height: 0.6rem;
  font-weight: 300;
  font-size: 1.5rem;
}
body.participanteventdashboard #container .dials .col-md-4 .text .incomplete,
body.organizereventdashboard #container .dials .col-md-4 .text .incomplete,
body.eventsettings #container .dials .col-md-4 .text .incomplete,
body #header-block .dials .col-md-4 .text .incomplete {
  margin: 20px 0 0 0;
}
body.participanteventdashboard #container .dials .col-md-4 .text .complete,
body.organizereventdashboard #container .dials .col-md-4 .text .complete,
body.eventsettings #container .dials .col-md-4 .text .complete,
body #header-block .dials .col-md-4 .text .complete {
  margin: 8px 0 0 0;
}
body.participanteventdashboard #container .dials .col-md-4 .text span,
body.organizereventdashboard #container .dials .col-md-4 .text span,
body.eventsettings #container .dials .col-md-4 .text span,
body #header-block .dials .col-md-4 .text span {
  display: block;
  font-size: 3.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1;
}
body.participanteventdashboard #container .dials .col-md-4 .text-only h1,
body.organizereventdashboard #container .dials .col-md-4 .text-only h1,
body.eventsettings #container .dials .col-md-4 .text-only h1,
body #header-block .dials .col-md-4 .text-only h1 {
  font-size: 3.6rem;
  color: inherit !important;
  font-weight: 500;
}
body.participanteventdashboard #container .dials .col-md-4 .text-only h4,
body.organizereventdashboard #container .dials .col-md-4 .text-only h4,
body.eventsettings #container .dials .col-md-4 .text-only h4,
body #header-block .dials .col-md-4 .text-only h4 {
  margin-bottom: 5px;
}
body.participanteventdashboard #container .dials .col-md-4 .text-only h6,
body.organizereventdashboard #container .dials .col-md-4 .text-only h6,
body.eventsettings #container .dials .col-md-4 .text-only h6,
body #header-block .dials .col-md-4 .text-only h6 {
  margin-top: 0;
}
body.participanteventdashboard #container .dials .speakers,
body.organizereventdashboard #container .dials .speakers,
body.eventsettings #container .dials .speakers,
body #header-block .dials .speakers {
  color: #62569D;
}
body.participanteventdashboard #container .dials .speakers .incomplete,
body.organizereventdashboard #container .dials .speakers .incomplete,
body.eventsettings #container .dials .speakers .incomplete,
body #header-block .dials .speakers .incomplete {
  color: #C1BBDA;
}
body.participanteventdashboard #container .dials .agenda-items,
body.organizereventdashboard #container .dials .agenda-items,
body.eventsettings #container .dials .agenda-items,
body #header-block .dials .agenda-items {
  color: #EE933F;
}
body.participanteventdashboard #container .dials .agenda-items .incomplete,
body.organizereventdashboard #container .dials .agenda-items .incomplete,
body.eventsettings #container .dials .agenda-items .incomplete,
body #header-block .dials .agenda-items .incomplete {
  color: #F7D4AC;
}
body.participanteventdashboard #container .dials .contributions,
body.organizereventdashboard #container .dials .contributions,
body.eventsettings #container .dials .contributions,
body #header-block .dials .contributions {
  color: #0892CC;
}
body.participanteventdashboard #container .dials .contributions .incomplete,
body.organizereventdashboard #container .dials .contributions .incomplete,
body.eventsettings #container .dials .contributions .incomplete,
body #header-block .dials .contributions .incomplete {
  color: #99D4EF;
}
body.participanteventdashboard #container .dials .participants,
body.organizereventdashboard #container .dials .participants,
body.eventsettings #container .dials .participants,
body #header-block .dials .participants {
  color: #AB2232;
}
body.participanteventdashboard #container .dials .participants .incomplete,
body.organizereventdashboard #container .dials .participants .incomplete,
body.eventsettings #container .dials .participants .incomplete,
body #header-block .dials .participants .incomplete {
  color: #E0A6AD;
}
body.eventsettings #container .row.dark .col-md-6 {
  padding-left: 0;
}
body.eventsettings #container .row.dark .options_wrappers .form-group {
  padding: 0 0 15px 0;
}
body.eventsettings #container .row.dark .options_wrappers .form-group label.small {
  font-size: 1.35rem;
  line-height: 1.3;
}
body.eventsettings #container .row.dark .options_wrappers .form-group.title label {
  font-size: 1.4rem;
}
body.welcomedistributor #header-block .nav,
body.distributorprospectsnew #header-block .nav,
body.distributorsales #header-block .nav,
body.distributorprospects #header-block .nav,
body.distributorprospectssale #header-block .nav,
body.distributor #header-block .nav,
body.distributorsubscribers #header-block .nav {
  margin-top: 0;
  border-top: none;
}
body #container_wrapper #header-block {
  padding: 0;
}
body #container_wrapper #header-block .container {
  padding-bottom: 20px;
}
body.organizereventdashboard #container,
body.organizereventdashboard #header-block {
  padding-bottom: 0;
}
body.organizereventdashboard #container .container,
body.organizereventdashboard #header-block .container {
  padding-bottom: 5px;
}
body.newvenue .twitter-typeahead {
  width: 100%;
}
body.search legend {
  position: relative;
}
body.search .redefine-filters {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.search .redefine-filters p {
  margin: 0;
  margin-right: 15px;
  line-height: 30px;
  padding-top: 2px;
  font-size: 15px;
  float: left;
}
body.roomrunevent header#header {
  display: none;
}
body.roomrunevent header#run_header {
  display: block;
}
body.roomrunevent header#run_header .navbar-header {
  display: inline-block;
  height: 20px;
  width: 980px;
  margin-left: 35px;
}
body.roomrunevent header#run_header .navbar-header a {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 100;
  line-height: 0.8;
}
body.roomrunevent header#run_header .navbar-header a.small-logo {
  background: url('../img/logo_small.png') no-repeat center center;
  height: 20px !important;
  width: 20px !important;
  display: inline-block;
  border: 1px solid #FDC82F;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
body.roomrunevent #container_wrapper {
  margin-top: -97px;
  padding-top: 1px;
}
body.roomrunevent table tr > * {
  border: 0px hidden transparent;
}
body.roomrunevent table#top > thead > tr > th {
  background: #777777;
  color: #ffffff;
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  text-indent: 31px;
}
body.roomrunevent table#top > thead > tr > th .dayToggle {
  font-size: 2.7rem;
  margin: 0;
  position: absolute;
  top: 10px;
  left: -19px;
  cursor: pointer;
  font-size: 17px;
}
body.roomrunevent table#top > tbody > tr > td {
  padding: 0;
}
body.roomrunevent table#top > tbody > tr > td > table.topLeverItem {
  margin-bottom: 0;
}
body.roomrunevent table#top > tbody > tr > td > table.topLeverItem > tbody > tr:last-of-type > td {
  padding-bottom: 18px !important;
}
body.roomrunevent table#top > tbody > tr > td > table > thead > tr {
  border-top: 1px solid #cccccc;
  background: #f4f4f4;
}
body.roomrunevent table#top > tbody > tr > td > table > thead > tr th {
  padding-left: 40px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
body.roomrunevent table#top > tbody > tr > td > table > thead > tr th .dates {
  -webkit-border-radius: 14px;
          border-radius: 14px;
  padding: 2px 10px;
  background: #777777;
  color: white;
  margin: 0 10px 0 0;
  top: -1px;
  position: relative;
  font-size: 13px;
  width: 100px;
  display: inline-block;
  text-align: center;
}
body.roomrunevent table#top > tbody > tr > td > table > thead > tr th i {
  position: absolute;
  top: 9px;
  left: 12px;
  color: #777777;
  cursor: pointer;
  font-size: 17px;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td table {
  background: transparent;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.avatars {
  padding-top: 10px;
  width: 75px;
  padding-left: 0;
  padding-right: 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.avatars img {
  margin: 0 5px 5px 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content {
  padding: 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table {
  margin: 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table .filesToggle {
  color: #888888;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot > tr > td {
  padding: 3px 8px;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot > tr > td td {
  padding: 1px 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot > tr > td td.fileType {
  width: 25px;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot > tr > td td.fileDownload {
  width: 25px;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot > tr > td td.filePresent {
  width: 25px;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot span.expanded i {
  cursor: pointer;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot span.collapsed i {
  cursor: pointer;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot.collapsed span.expanded {
  display: none;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot.collapsed tr.files {
  display: none;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.content > table > tfoot.expanded span.collapsed {
  display: none;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.run {
  width: 100px;
  text-align: right;
  padding-top: 10px;
  padding-right: 0;
}
body.roomrunevent table#top > tbody > tr > td > table > tbody > tr > td.run a {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  width: 90px;
  margin-right: 0;
}
body.maintenance #container_wrapper {
  display: block !important;
}
body.maintenance #container_wrapper h4 {
  margin-top: 140px;
}
body .breadcrumb {
  background: #eeeeee;
  margin: 0;
}
body .thin {
  font-weight: 300;
}
body .light {
  color: #999999;
}
body .large {
  line-height: 0.85;
}
body .inline {
  display: inline-block;
}
body .block {
  display: block;
  width: 100%;
}
body .inline_custom {
  width: 45px;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 0;
  height: auto;
  white-space: nowrap;
}
body .align-right {
  text-align: right;
}
body .align-center {
  text-align: center;
}
body .align-left {
  text-align: left;
}
body li.dropdown.active > a {
  font-weight: 600;
}
body .records-count {
  border-bottom: 1px solid #cccccc;
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  color: #777;
  font-size: 4.5rem;
}
body .records-count .light {
  font-size: 3.4rem;
  font-size: 3.38rem;
}
body .edit-icon {
  margin: 0 0 0 15px;
}
body .edit-icon a {
  color: #777777;
}
body .edit-icon a:hover {
  color: #555555;
}
body .desc-toggle {
  display: none;
}
body .buttons {
  display: none;
}
body #risky-combo_alert,
body .question_ten,
body .question_thirteen {
  display: none;
}
body form .form-group {
  display: block;
  clear: both;
}
body form .form-group.owners_wrapper_disabled {
  display: block;
  clear: both;
}
body form.disabled input[disabled="disabled"],
body form.disabled select[disabled="disabled"],
body form.disabled textarea[disabled="disabled"] {
  background: transparent !important;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  cursor: default !important;
  color: #555555;
  margin-bottom: -2px;
}
body form.disabled .tag {
  padding-top: 5px;
  padding-bottom: 7px;
}
body form.disabled span[data-role="remove"] {
  display: none;
}
body form.disabled .bootstrap-tagsinput {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
}
body form.disabled .bootstrap-tagsinput input::-webkit-input-placeholder {
  color: transparent;
}
body form.disabled .bootstrap-tagsinput input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
body form.disabled .bootstrap-tagsinput input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
body form.disabled .bootstrap-tagsinput input:-ms-input-placeholder {
  color: transparent;
}
body form.disabled .form-group {
  overflow: hidden;
}
body form.disabled .form-group select[disabled="disabled"] {
  width: 120%;
}
body form.disabled .row .owners_disabled_wrapper .form-group {
  min-height: 60px;
  display: block;
  clear: both;
}
body form.disabled .row .owners_wrapper {
  display: none;
}
body form.disabled #upload-with-img_toggle {
  display: none;
}
body form.disabled label[for="upload-with-img_toggle"] {
  display: none;
}
body form.disabled .desc-row {
  display: none;
}
body form #upload-with-img .btn-file,
body form #upload-with-img_toggle .btn-file {
  width: 200px;
  margin-top: 15px;
}
body form #upload-with-img.right,
body form #upload-with-img_toggle.right {
  text-align: right;
}
body form #upload-with-img #remove-avatar,
body form #upload-with-img_toggle #remove-avatar,
body form #upload-with-img .remove-button,
body form #upload-with-img_toggle .remove-button {
  width: 200px;
  margin-top: 20px;
}
body form #upload-with-img_toggle {
  display: none;
}
body .nowrap {
  white-space: nowrap !important;
}
body .starter-template {
  padding: 40px 15px;
  text-align: center;
}
body .right-align {
  text-align: right;
}
body .center-align {
  text-align: center;
}
body div.slider.slider-horizontal {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
}
body .well.white {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
body #wysiwyg {
  min-height: 300px;
}
body ::-webkit-input-placeholder {
  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  font-weight: 300;
}
body .parsley-error::-webkit-input-placeholder {
  color: #CBA29D !important;
}
body .parsley-success::-webkit-input-placeholder {
  color: #9EC7B3 !important;
}
body :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  font-weight: 300;
}
body .parsley-error:-moz-placeholder {
  /* Firefox 18- */
  color: #CBA29D !important;
}
body .parsley-success:-moz-placeholder {
  /* Firefox 18- */
  color: #9EC7B3 !important;
}
body ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  font-weight: 300;
}
body .parsley-error::-moz-placeholder {
  /* Firefox 19+ */
  color: #CBA29D !important;
}
body .parsley-success::-moz-placeholder {
  /* Firefox 19+ */
  color: #9EC7B3 !important;
}
body :-ms-input-placeholder {
  font-family: 'FontAwesome', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  font-weight: 300;
}
body .parsley-error:-ms-input-placeholder {
  color: #CBA29D !important;
}
body .parsley-success:-ms-input-placeholder {
  color: #9EC7B3 !important;
}
body .button_strength {
  display: none!important;
}
body input.parsley-success,
body select.parsley-success,
body textarea.parsley-success {
  color: #468847!important;
  background-color: #dff0d8!important;
  border: 1px solid #d6e9c6!important;
}
body input.parsley-error,
body select.parsley-error,
body textarea.parsley-error {
  color: #b94a48!important;
  background-color: #f2dede!important;
  border: 1px solid #eed3d7!important;
}
body .parsley-errors-list li {
  margin-bottom: 2px;
}
body .strength_field {
  margin-bottom: 10px;
}
body input,
body select,
body textarea {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
body input,
body select,
body textarea {
  -webkit-transform: all 0.5s linear;
  -ms-transform: all 0.5s linear;
      transform: all 0.5s linear;
}
body label small {
  display: block;
  clear: both;
}
body label.control-label {
  font-weight: 500 !important;
  color: #666666;
}
body label.control-label.required {
  font-weight: 600 !important;
  color: #222222;
}
body legend {
  margin-bottom: 5px;
  border-bottom: 0px hidden transparent;
}
body legend h1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
}
body legend h1 small {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  line-height: 2.5;
}
body legend h1 .btn {
  margin: 4px 0 0 0;
}
body legend h1 label {
  margin: 17px 0 0 0;
  font-size: 1.6rem;
  line-height: 21px;
}
body legend button {
  float: right;
  margin: 0 0 0 0;
}
body #filters small.title,
body #actions small.title {
  display: inline-block;
  width: 50px;
}
body #filters {
  margin: 0 0 10px 0;
}
body #filters h5 {
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  color: #555555;
  line-height: 1;
}
body #filters div.spacer {
  display: inline-block;
  clear: none;
  width: auto;
}
body #filters label,
body #filters button,
body #filters input,
body #filters a {
  color: #00515f;
  margin-top: 5px;
}
body #filters .dropdown {
  display: inline-block !important;
}
body #filters .dropdown li a {
  -webkit-border-radius: 0;
          border-radius: 0;
}
body #filters .dropdown li.active a {
  color: #ffffff;
}
body #actions .btn {
  color: #00515f;
  margin-bottom: 5px;
}
body #actions > div,
body #actions > a {
  margin-right: 7px;
}
body .password-placeholder {
  font-size: 1.0rem !important;
}
body .password-placeholder i {
  font-size: 1.0rem !important;
  margin: 0 4px 0 0;
}
body .bootstrap-tagsinput {
  display: block;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-top: 0;
  line-height: 3rem;
  position: relative;
}
body .bootstrap-tagsinput .fa-spinner {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 9px;
}
body .bootstrap-tagsinput.disabled {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
body .bootstrap-tagsinput input {
  padding-left: 7px;
  width: 8em;
}
body .bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #999999 !important;
}
body .bootstrap-tagsinput input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999 !important;
}
body .bootstrap-tagsinput input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999 !important;
}
body .bootstrap-tagsinput input:-ms-input-placeholder {
  color: #999999 !important;
}
body .tag {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
body .hintselector .twitter-typeahead {
  width: 100%;
}
body #uploaded {
  list-style: none;
  margin: 5px 0 20px 0;
  padding: 0 0 0 10px;
}
body #uploaded li {
  padding: 3px 0;
}
body #uploaded li a {
  margin: 0 3px;
}
body #uploaded li a span {
  margin: 0 5px 0 0;
}
body #uploaded li a.file {
  color: #444444;
}
body #uploaded li a.file:hover {
  text-decoration: none;
}
body .room_form {
  margin-bottom: 20px;
}
body .remove-room_button {
  font-size: 1.4rem;
  margin: 25px 0 0 0;
  float: right;
}
body .samples {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #eeeeee;
}
body .samples p {
  padding: 5px 15px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .samples p:last-of-type {
  border: none;
}
body .popover-content a {
  display: block;
  font-size: 1.3rem;
  padding: 3px 0;
  clear: both;
  white-space: nowrap;
}
body footer#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 82px;
}
body footer#footer nav.navbar.navbar-inverse {
  background: #444444;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  margin: 0px;
}
body footer#footer nav.navbar.navbar-inverse div.container {
  max-width: 1080px;
  margin-top: 15px;
  padding-left: 0px;
  height: 65px;
}
body footer#footer nav.navbar.navbar-inverse div.container div.navbar-text.block {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body footer#footer nav.navbar.navbar-inverse div.container div.navbar-text.block div.align-left.pull-left {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 1.4rem;
  font-weight: 100;
}
body footer#footer nav.navbar.navbar-inverse div.container div.navbar-text.block div.align-right.pull-right {
  font-weight: 400;
}
body footer#footer nav.navbar.navbar-inverse div.container div.navbar-text.block div.align-right.pull-right a {
  margin: 0 15px 0 5px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 1.4rem;
  font-weight: 400;
}
body .file-name {
  width: -webkit-calc(80%);
  width: calc(80%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
body .file-name.bottom {
  width: -webkit-calc(62%);
  width: calc(62%);
}
body .file-name .success {
  color: #00954e;
}
body .file-name .danger {
  color: #ce0b0b;
}
body .file-name .info {
  color: #fdc82f;
}
.tt-dropdown-menu a {
  padding-left: 20px;
  display: block;
}
.tt-dropdown-menu p.norecords {
  padding-left: 20px;
}
#builder-edit-item-modal .fa.fa-spinner.item-spinner,
#builder-new-item-modal .fa.fa-spinner.item-spinner {
  position: absolute;
  right: 20px;
}
#builder-edit-item-modal .session-item .fa.fa-spinner.item-spinner,
#builder-new-item-modal .session-item .fa.fa-spinner.item-spinner {
  right: 5px;
}
/* ==========================================================================
   CSS General Content Loader
   ========================================================================== */
.spinner_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  vertical-align: middle;
  text-align: center;
  padding-top: 30%;
  display: none;
}
.spinner_wrapper .spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner_wrapper .spinner > div {
  background-color: #007c92;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner_wrapper .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner_wrapper .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner_wrapper .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner_wrapper .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* ==========================================================================
   CSS Content Tables Loader
   ========================================================================== */
.spinner-holder {
  position: relative;
}
.custom_table_spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  opacity: 0.5;
  display: none;
}
#circleG,
.circleG_container {
  width: 70px;
  margin: 15px auto 0 auto;
  padding-bottom: 25px;
  display: block;
  height: auto;
}
.custom_table_spinner .circleG_container {
  position: relative;
  top: 50px;
}
.circleG {
  background-color: #;
  float: left;
  height: 15px;
  margin-left: 8px;
  width: 15px;
  -moz-animation-name: bounce_circleG;
  -moz-animation-duration: 1.7999999999999998s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-border-radius: 10px;
  -webkit-animation-name: bounce_circleG;
  -webkit-animation-duration: 1.7999999999999998s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-border-radius: 10px;
  -ms-animation-name: bounce_circleG;
  -ms-animation-duration: 1.7999999999999998s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-border-radius: 10px;
  -o-animation-name: bounce_circleG;
  -o-animation-duration: 1.7999999999999998s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-border-radius: 10px;
  -webkit-animation-name: bounce_circleG;
          animation-name: bounce_circleG;
  -webkit-animation-duration: 1.7999999999999998s;
          animation-duration: 1.7999999999999998s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
#circleG_1,
.circleG_1 {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
#circleG_2,
.circleG_2 {
  -webkit-animation-delay: 0.8400000000000001s;
  animation-delay: 0.8400000000000001s;
}
#circleG_3,
.circleG_3 {
  -webkit-animation-delay: 1.0799999999999998s;
  animation-delay: 1.0799999999999998s;
}
@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #444444;
  }
}
@keyframes bounce_circleG {
  50% {
    background-color: #444444;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (min-width: 979px) {
  .header-nav ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fa-paper-plane {
  color: #bbb;
  font-size: 0.85rem;
  margin: 0 0 0 1px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
