html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  min-width: 1000px;
  background: #f3f3f3;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.body_loggedin {
  position: relative;
  min-width: 900px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
  background: #F3F3F3;
  color: #444;
  font-size: 14px;
  height: auto !important;
  height: 100%;
  line-height: 1.6em;
  min-height: 100%; }

li {
  list-style-type: none; }

strong {
  font-weight: 700; }

a, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.body_loggedin a {
  color: #015F9D; }

.body_loggedin a:hover, .body_loggedin a:focus {
  color: #242E54; }

::-moz-selection {
  background: #003F87;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #003F87;
  color: #fff;
  text-shadow: none; }

/***** Top menu *****/
nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998 !important;
  background: #3d3d3d;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: center; }

nav a {
  display: inline-block;
  margin: 0 15px;
  padding: 10px 0;
  color: #fff; }

nav a:hover {
  color: #e8643e; }

nav a:focus {
  color: #fff; }

.show-menu, .hide-menu {
  position: absolute;
  top: -6px;
  right: 100px;
  padding: 0 20px;
  z-index: 999;
  text-align: center; }

.show-menu a, .hide-menu a {
  display: inline-block;
  width: 46px;
  height: 32px;
  padding-top: 16px;
  background: #3d3d3d;
  font-size: 21px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.show-menu a:hover, .hide-menu a:hover {
  color: #fff; }

/***** Coming Soon *****/
.coming-soon {
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.inner-bg {
  padding: 75px 0 100px 0; }

.logo {
  background: #F3F3F3; }

.logo_loggedin {
  background: #fcfcfc;
  border-bottom: 1px solid #E3E3E3;
  position: fixed;
  width: 100%;
  /*min-width: 620px; */
  min-width: 900px;
  z-index: 9999999;
  -moz-box-shadow: 0px 2px 10px #f3f3f3;
  -webkit-box-shadow: 0px 2px 10px #f3f3f3;
  box-shadow: 0px 2px 10px #f3f3f3; }

.logo h1 {
  margin: 0; }

.logo ul {
  height: 60px;
  vertical-align: middle;
  text-align: right; }

.logo_loggedin ul {
  height: 30px;
  vertical-align: middle;
  text-align: right;
  margin-right: 20px; }

.logo ul li, .logo_loggedin ul li {
  display: inline;
  color: #333; }

.logo ul li a {
  color: #444;
  padding: 16px 20px;
  float: right;
  border: medium none;
  width: auto;
  text-transform: uppercase;
  line-height: 74px;
  font-size: 16px;
  text-align: center;
  font-weight: 300; }

.logo_loggedin ul li a {
  color: #444;
  padding: 0 10px;
  float: right;
  border: medium none;
  width: auto;
  text-transform: uppercase;
  line-height: 74px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle; }

.logo ul li a:hover {
  background: #015F9D;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.logo_loggedin ul li a:hover {
  background: #015F9D;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.nohover a:hover {
  background: none; }

.regbtn {
  float: right;
  background: #CB0C23; }

.regbtn a {
  color: #fff !important; }

.mainlogo {
  padding: 1em;
  float: left;
  width: auto;
  /*line-height: 74px;*/ }

.mainlogo_loggedin {
  padding: 1em;
  float: left;
  width: auto;
  /*line-height: 74px;*/ }

.mainlogo_loggedin a:hover {
  background-color: transparent !important; }

.logosize_loggedin {
  height: 40px; }

#buffer {
  height: 130px; }

.stepoverlay {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6) !important;
  height: 120px;
  border-radius: 3px;
  color: #fff;
  /* how to make this overlay?!?!?!?!? */ }

.stepoverlay p {
  text-align: center;
  padding: 10px;
  line-height: 100px; }

/* 
input[type="submit"]{
    margin-top: 10pt;
    background: #CE1126;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 6pt 40pt 6pt 40pt;
    font-size: 10pt;
}

form input[type="submit"]{
    margin-top: 10pt;
    background: #CE1126;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    padding: 6pt 40pt 6pt 40pt;
    font-size: 10pt;
}

form input[type="submit"]:hover {
    background: #860615;
}

 input[type="submit"]:hover {
    background: #860615;
}

form input[type="password"] {
    font-size: 10pt;
    padding: 6pt;
    margin-left: 4pt;
    margin-right: 18pt;
}

form input[type="text"] {
    font-size: 10pt;
    padding: 6pt;
    margin-left: 4pt;
    margin-right: 18pt;
}

 input[type="text"] {
    font-size: 10pt;
    padding: 6pt;
    margin-left: 4pt;
    margin-right: 18pt;
}
*/
td {
  text-align: left;
  margin: 0;
  padding: 0; }

TD.Header {
  COLOR: #FFFFFF;
  FONT-SIZE: 16pt;
  padding: 10px; }

TD.StandardHeader {
  COLOR: #000; }

TABLE.Header {
  BACKGROUND-COLOR: #183265;
  TEXT-ALIGN: center; }

TABLE.S_MENU {
  TEXT-ALIGN: center; }

TABLE.S_MENU_BODY {
  padding: 0;
  margin-bottom: 15pt; }

TABLE.S_MENU_HEAD {
  font-weight: normal;
  color: #fff;
  padding: 5px;
  font-size: 13pt; }

#step_loggedin {
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 3px;
  z-index: -10;
  background-image: url("../images/check-bg-e831dc8e.png") !important;
  background-repeat: both; }

#step_loggedin a {
  display: block; }

#step_loggedin p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
  text-align: left;
  padding: 0px 20px 5px 20px;
  color: #fff; }

#step_loggedin h3 {
  font-weight: 600;
  font-size: 1.4em;
  text-align: left;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase; }

/*BUTTON DESIGN*/
[class*='btn-'] {
  border: none;
  color: #fff;
  display: inline-block;
  font: -webkit-small-control;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 140%;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.btn-minimal {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #CB0C23;
  color: #fff; }

.btn-minimal:hover {
  background-color: #860615;
  cursor: pointer; }

/*SECTION CONTAINER*/
section#loginBox {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  /*aligns center*/
  padding: 24px 34px;
  width: 500px; }

section#registerBox {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  /*aligns center*/
  padding: 24px 44px;
  width: 88%;
  overflow: hidden; }

/*FORM*/
form.minimal label {
  display: block;
  margin: 6px 0; }

form.minimal input[type="text"],
form.minimal input[type="email"],
form.minimal input[type="number"],
form.minimal input[type="search"],
form.minimal input[type="password"],
form.minimal select,
form.minimal textarea {
  background-color: white;
  border: 1px solid #bababa;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 14px;
  margin: 6px 0 22px 0;
  padding: 8px;
  text-shadow: 0 1px 1px white;
  width: 100%;
  height: 40px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

form.minimal input[type="text"]:focus,
form.minimal input[type="email"]:focus,
form.minimal input[type="number"]:focus,
form.minimal input[type="search"]:focus,
form.minimal input[type="password"]:focus,
form.minimal textarea:focus,
form.minimal select:focus {
  border-color: #4195fc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #4195fc;
  color: black; }

form.minimal input[type="text"]:invalid:focus,
form.minimal input[type="email"]:invalid:focus,
form.minimal input[type="number"]:invalid:focus,
form.minimal input[type="search"]:invalid:focus,
form.minimal input[type="password"]:invalid:focus,
form.minimal textarea:invalid:focus,
form.minimal select:invalid:focus {
  border-color: #f84242;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #f84242;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #f84242;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #f84242; }

form.minimal select {
  margin-right: 30px; }

.leftwidget_loggedin {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 40px auto;
  /*aligns center*/
  padding: 25px; }

.rightwidget_loggedin {
  margin: 40px auto;
  /*aligns center*/
  /* padding: 24px 34px; */ }

.rightwidget_loggedin .step3_beforepayment {
  position: absolute !important;
  height: 120px;
  width: 57.2% !important;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 3px;
  z-index: -10;
  background-image: url("../images/check-bg-e831dc8e.png") !important;
  background-repeat: both; }

.rightwidget_loggedin .step1:hover, .step2:hover, .step3:hover {
  -o-transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -ms-transition: all .6s;
  transition: all .6s; }

.rightwidget_loggedin .step1:hover {
  background-color: #015F9D !important; }

.rightwidget_loggedin .step2:hover {
  background-color: #CB0C23 !important; }

.rightwidget_loggedin .step3:hover {
  /* insert when payment activated */
  background-color: #999 !important; }

.troopname_loggedin {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6em;
  padding: 10px 0; }

.scoutsroster_loggedin {
  margin-top: 30px;
  font-weight: 600;
  font-size: 70px;
  text-align: center; }

.scoutsrosterdesc_loggedin {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding: 26px 0; }

.list_formatted tr:nth-child(even) {
  background: #eee; }

.list_formatted tr:nth-child(odd) {
  background: #FFF; }

.coming-soon h2 {
  margin-top: 30px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700; }

.coming-soon p {
  margin: 40px 0 10px 0;
  padding: 0 320px;
  font-size: 22px;
  line-height: 36px; }

.updatesbtn p {
  background: #015F9D;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.updatesbtn p:hover {
  background: #003F87;
  color: #fff;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.timer {
  margin-top: 30px; }

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
  display: inline-block;
  width: 160px;
  height: 140px;
  margin: 0 10px;
  padding-top: 20px;
  border: 1px solid #fff;
  font-size: 18px;
  -moz-border-radius: 85px;
  -webkit-border-radius: 85px;
  border-radius: 85px;
  cursor: pointer;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
  background: #015F9D;
  border: 1px solid #015F9D;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
  font-size: 80px;
  font-weight: 100;
  line-height: 90px; }

.coming-soon p.top-arrow {
  margin-top: 50px;
  font-size: 36px; }

.coming-soon p.top-arrow i {
  position: relative;
  width: 100px;
  height: 37px;
  overflow: hidden;
  cursor: pointer; }

.coming-soon p.top-arrow i:before {
  position: absolute;
  top: 0;
  left: 33.5px; }

.coming-soon p.top-arrow i:after {
  content: "scroll down";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300; }

.coming-soon p.top-arrow i:before,
.coming-soon p.top-arrow i:after {
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; }

.coming-soon p.top-arrow i:hover:before {
  top: 40px; }

.coming-soon p.top-arrow i:hover:after {
  top: 10px; }

.promo-image {
  position: relative; }

.headcont {
  margin: auto;
  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mbcheader {
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase; }

.mbcheaderdates {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400; }

/**** Merit Badges offered section *****/
.maindesc {
  padding: 100px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center; }

.mbcontainer {
  margin-top: -10px;
  background: #015F9D !important;
  display: block;
  color: #fff; }

.regcontainer {
  background: #CB0C23 !important;
  display: block;
  color: #fff;
  overflow: auto; }

.schedcontainer {
  background: #333 !important;
  display: block;
  color: #fff;
  overflow: auto; }

.rowmb {
  padding: 100px;
  margin: 0 auto;
  text-align: center; }

.rowmb li {
  padding: 0 50px;
  display: inline-block; }

h4 {
  margin: 0px;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #333;
  text-rendering: optimizelegibility;
  line-height: 1.3;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  text-align: center; }

.speaker-name {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.85em;
  color: #333; }

.speaker-company {
  color: #015F9D;
  /* color: #D32113; */
  /* RED COLOR!!!!!!!!! */
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px; }

.speakers-list {
  text-align: center; }

.speakers-list .speaker-listitem {
  padding: 0 1.6em 1.6em 1.6em;
  border: 0px solid red; }

/*  @media screen and (min-width: 600px) {
    .speakers-list .speaker-listitem {
      width: 43%;
      padding: 0 2% 1.6em 0; } }
  @media screen and (min-width: 769px) {
    .speakers-list .speaker-listitem {
      width: 29%; } }
  @media screen and (min-width: 960px) {
    .speakers-list .speaker-listitem {
      width: 22%; } }*/
@media screen and (min-width: 1200px) {
  .speakers-list .speaker-listitem {
    /* width: 18%;*/
    width: 20%;
    padding: 0 2% 3.2em 0; } }
.speaker-listitem {
  text-align: center;
  display: inline-block;
  vertical-align: top; }

.speaker-listitem .speaker-name {
  margin: 0;
  border: 0px solid green; }

.speaker-listitem .speaker-company {
  display: block;
  word-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  border: 0px solid blue; }

.speaker-listitem figure {
  text-align: center;
  display: inline-block;
  border: dashed 1px #e6e6e6;
  padding: 0.8em;
  /*  background: white url(images/check-bg.png); */
  background: #92A44E url(images/check-bg.png);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em; }

.requiredmb {
  background: #DDD url(images/check-bg.png) !important; }

.speaker-listitem figure img {
  max-width: 150px;
  display: block;
  margin: 0;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em; }

@media screen and (min-width: 769px) {
  .speaker-listitem .speaker-name {
    font-size: 16px;
    font-size: 0rem; }

  .speaker-listitem .speaker-company {
    font-size: 15px;
    font-size: 0.85rem; } }
/***** Register Now section *****/
.registernow {
  background: none repeat scroll 0% 0% transparent;
  border: 2px solid #FFF;
  color: #fff;
  font-weight: 600;
  text-shadow: none;
  padding: 10px 15px;
  font-size: 15px;
  margin: 0px 5px;
  max-width: 320px;
  font-size: 1.8em;
  text-transform: uppercase; }

.regcontainer a:hover, .schedcontainer a:hover {
  background: #fff;
  color: #333 !important; }

.headcont a:hover {
  background: #fff;
  color: #333; }

/***** Map *****/
.sub-location-container {
  padding: 0px;
  width: 100%;
  background: none repeat scroll 0% 0% #333; }

.sub-location-container header {
  margin-top: 1.5em;
  padding: 3em;
  color: #FFF;
  display: block;
  float: right;
  max-width: 35%;
  font-weight: 300; }

.sub-location-container header p {
  font-size: 16px;
  line-height: 30px; }

.sub-location-container .map-container {
  height: 100%; }

#map-canvas {
  min-height: 500px;
  height: 100% !important; }

#map-canvas img {
  max-width: none; }

/***** Subscription form *****/
.subscribe {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 50px; }

.subscribe h3 {
  font-size: 46px;
  font-weight: 100;
  color: #555;
  line-height: 50px; }

.subscribe p {
  margin-top: 30px;
  font-size: 22px;
  color: #888;
  line-height: 36px; }

.subscribe form {
  margin-top: 40px; }

.subscribe form input {
  width: 340px;
  height: 50px; }

.subscribe form button {
  width: 130px;
  height: 52px; }

.success-message, .error-message {
  font-size: 22px;
  color: #888;
  line-height: 36px; }

.success-message {
  margin: 20px 0 10px 0; }

.error-message {
  margin: 10px 0;
  color: #e8643e; }

/***** Schedule code *****/
.schedule {
  width: 100%;
  margin: 0 auto; }

.time-block {
  margin: 0;
  overflow: auto; }

.time-block.time-block-break {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.time-block.time-block-break .track-info {
  background: #333;
  border: 3px solid #fafafa; }

.time-block time {
  padding: 0.2em 1.5em 1.5em 0em;
  font-weight: 700;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  display: block;
  float: left;
  width: 13%;
  text-align: right;
  border: 0px solid red; }

.time-block .track-info {
  padding: 1.5em; }

.time-block .track-info.track-sessions {
  padding: 0; }

.content-col2 .time-block time {
  width: auto;
  float: none;
  text-align: left;
  padding: 1.5em 0 0 0; }

.time-block .track-info {
  float: left;
  width: 80%;
  padding-top: 1.5em; }

.track-content h4 {
  margin: 0;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase; }

.track-content p {
  margin: 0; }

.track-sessions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /* row wrap */
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  /*@include align-items(stretch);*/ }

.track-sessions .track-session {
  padding: 1.5em;
  -webkit-box-flex: 1 100%;
  -webkit-flex: 1 100%;
  -moz-box-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  background: #888; }

.track-sessions .track-session h4, .track-sessions .track-session p {
  margin: 0;
  color: #333333; }

.track-sessions .track-session h5 {
  margin: 0;
  text-transform: uppercase;
  color: white;
  font-size: 0.75em; }

.track-sessions .track-session p {
  font-weight: 400; }

.track-sessions .track-session {
  -webkit-box-flex: 1 25%;
  -webkit-flex: 1 25%;
  -moz-box-flex: 1 25%;
  -moz-flex: 1 25%;
  -ms-flex: 1 25%;
  flex: 1 25%;
  max-width: 25%; }

.no-flexbox .track-sessions {
  display: block; }

.no-flexbox .track-sessions .track-session {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px; }

/***** Some styles for logged in dashboard *****/
#registrationnotif_loggedin {
  border-radius: 6px;
  width: 88%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 15px; }

.regopen_loggedin {
  background: #5CB85C; }

.regclosed_loggedin {
  background: #b84646; }

.admindashboardbutton {
  background-color: #2181C2;
  display: block;
  padding: 10px;
  color: #fff !important;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px; }

.admindashboardbutton:hover {
  background-color: #003F87; }

/**** Prereq page ****/
dd {
  margin: 0;
  padding: 0 0 0.5em 2em;
  font-style: italic; }

dl {
  padding: 0.5em 0 0em 0; }

.prereqdivider {
  border-top: 1px solid #aaa;
  margin-bottom: 30px;
  margin-top: 10px; }

/** Prereq popups **/
.modalDialog {
  position: fixed;
  font-family: 'Roboto', Helvetica, sans-serif;
  text-align: left;
  font-size: 13px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  width: 600px;
  position: relative;
  margin: 5% auto;
  padding: 26px;
  border-radius: 2px;
  background: #fff; }

.merit-badge-list-list {
  margin: 0 auto;
  background-color: #99AD62;
  padding: 20px 30px;
  width: 25%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  float: left;
  min-height: 86px; }

.headroom {
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

/* Adjust font size for schedule */
@media only screen and (max-width: 1200px) {
  .track-sessions .track-session h5 {
    font-size: 0.6em; } }
@media print {
  .logo_loggedin {
    display: none; }

  #buffer {
    height: 10px; } }
