/* 
 *  Table Of Sections
 *
 *  1. Typography
 *     - @font-face,h1-h6,p Page title

 *  2. Buttons and Links
 *     - Basic Elements
 *     - BtnsX10000

 *  3. Structure
 *     - Navbar
 *     - Nav-tabs and nav-pills
 *     - Introduction area
 *     - Event List - normal and dropdown
 *     - Ad space
 *     - Footer
 *     - Specific pages

 *  4. Page Styles
 *     - Home Page
 *     - Survey Page(s)
 *     - QR Page, Scorecard, Etc.


/*  1. TYPOGRAPHY
**********************************************************************************/

/*@font-face {
  font-family: 'GothamNarrow-Bold';
  src: url("assets/font/GothamNarrow-Bold.eot'");
  src: url("assets/font/GothamNarrow-Bold.eot?#iefix") format('embedded-opetntype'),
     url("assets/font/GothamNarrow-Bold.woff") format('woff'),
     url("assets/font/GothamNarrow-Bold.ttf") format('truetype'),
     url("assets/font/GothamNarrow-Bold.svg#Breakers-Ultra") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamXNarrow-Ultra';
  src: url("assets/font/GothamXNarrow-Ultra.eot'");
  src: url("assets/font/GothamXNarrow-Ultra.eot?#iefix") format('embedded-opetntype'),
     url("assets/font/GothamXNarrow-Ultra.woff") format('woff'),
     url("assets/font/GothamXNarrow-Ultra.ttf") format('truetype'),
     url("assets/font/GothamXNarrow-Ultra.svg#Breakers-Ultra") format('svg');
  font-weight: normal;
  font-style: normal;
}*/

body {
  /*font-family: "GothamNarrow-Bold" !important;*/
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.6em;
}

p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6em;
}


h1,h2,h3,h4,h5,h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  /*font-weight: 100;*/
}
  
h1 {
  /*font-family: "GothamXNarrow-Ultra" !important;*/
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
}

h2 {
  /*font-family: "GothamXNarrow-Ultra" !important;*/
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5em;
  /* text-align:center; */
}

h3 {
  /*font-family: "GothamNarrow-Bold" !important;*/
  font-size: 24px;
  color: #ffffff !important;
  line-height: 34px;
}

h4 {
  /*font-family: "GothamNarrow-Bold" !important;*/
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

#dynawell_70 td {
  white-space: nowrap;
  min-width: 80px;
}

#dynawell_70 th {
  text-align: left;
}

/* **********************************************************************************/
/* SurveyEngine Form                                                                */
/* **********************************************************************************/

/* use this to control the form itself */
.form-horizontal fieldset {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

/* use this to control vertical space between form elements */
.form-horizontal .control-group {
    margin-bottom: 20px;
}

/* use this to control all of the labels in the form */
.form-horizontal .control-group .control-label {
    float: none;
    width: calc(70% - 10px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* use this to control all of the form input fields */
.form-horizontal .control-group .controls {
    display: block;
    width: calc(70% - 10px); /* the 10 px comes from the margin-left below */
    margin-left: auto;
    margin-right: auto;
    /* float: none; */
    text-align: left;
}

/* use this to control the input and select fields to make them the same size */
.form-horizontal .control-group .controls input, .form-horizontal .control-group .controls select {
    width: 100%;
}

/* use this to control the question for single-select in the form */
.form-horizontal .control-group .control-label.single-select {
    float: none;
    width: calc(70% - 10px);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* use this to control the question for single-select */
.form-horizontal .control-group .controls.single-select  {
    width: calc(70% - 10px);
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    /* display: inline-block; */
}

/* use this to control the input and select fields to make them the same size */
.form-horizontal .control-group .controls.single-select .single-select-answer-group {
    width: auto;
    margin: 0 auto;
}

/* use this to control the input checkbox for the single-select */
.form-horizontal .control-group .controls.single-select .single-select-answer-group label {
    width: calc(70% - 10px);
    margin-left: auto;
    margin-right: auto;
    /*display: inline-block;*/
    display: initial;
}

/* use this to control the input checkbox for the single-select */
.form-horizontal .control-group .controls.single-select .single-select-answer-group input {
    /*width: auto;*/
    width: 18px;
    height: 18px;
    margin: 3px 0;
}

/* use this to control the help text under the elements */
.form-horizontal .control-group .controls .help-block {
    margin-top: 2px;
    text-align: left;
    font-size: 12px;
}

/* use this to control the label on the checkbox */
.form-horizontal .control-group .controls .checkbox {
    padding-left: 0;
    text-align: left;
}

/* use this controls the checkbox itself */
.form-horizontal .control-group .controls .checkbox input {
    margin: 3px 10px 0 0;
    /*width: auto;*/
    width: 18px;
    height: 18px;
}

/* use this to change the ERROR messages that appear when there's an issue */
.form-horizontal .help-inline {
  font-size: 17px;
  font-weight: bold;
}

/* use this to change all text items that you add into the form */
.form-horizontal p {
  font-size: 17px;
}

/* use this to change the "* Required" text ONLY */
.form-horizontal .required_text {
  font-size: 16px;
  font-weight: bold;
}

/*  2. BUTTONS AND LINKS
**********************************************************************************/
    
a {
  color: #ffffff;
}

a:hover {
    color: #efefef;
    /*text-decoration: underline;*/
}

.btn {
    /*margin-top: 10px;*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    /*font-family: "GothamNarrow-Bold" !important;*/
    font-family: arial, helvetica, verdana;
    /*text-transform: uppercase;*/
    color: #ffffff;
    /*border: 2px solid #12395b;*/
    text-shadow: none !important;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background: #0076a9; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(41,41,41,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(100%,rgba(41,41,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(41,41,41,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(41,41,41,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(41,41,41,1) 100%); /* IE10+ */
    background: #0076a9; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
}

.btn:hover {
    color: #ffffff;
    /*border: 2px solid #12395b;*/
    /* background-color: #AAAAAA; */
    background: #00528f; /* Old browsers */
    background: #00528f; /* FF3.6+ */
    background: #00528f; /* Chrome,Safari4+ */
    background: #00528f; /* Chrome10+,Safari5.1+ */
    background: #00528f; /* Opera 11.10+ */
    background: #00528f; /* IE10+ */
    background: #00587e !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9bca', endColorstr='#2271a5',GradientType=0 ); /* IE6-9 */
}

/*  BUTTON GROUPS - LOGIN, DROPDOWNS, ACCOUNT INFO BTNS, FORM FIELDS
**********************************************************************************/

.btn-group > .btn:first-child,
.btn-group > .btn:last-child
 {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
}

.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #383838;
}

btn-success.disabled,
.btn-success[disabled]{
  background-color: #ccc;
}

btn-danger.disabled,
.btn-danger[disabled]{
  background-color: #ccc;
}

btn-info.disabled,
.btn-info[disabled]{
  background-color: #ccc;
}

/*** IE btn block fix  ***/
.btn-block {
  margin: 15px 0px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.btn .caret{
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;   
}

/*  3. STRUCTURE
**********************************************************************************/

body {
  background-color: #000000;
  /*background: #000000 url(images/bg.png) repeat center top fixed;*/
  padding-top: 0px;
}

/*  HEADER TITLE, BREADCRUMB, LOGIN
**********************************************************************************/

.navbar h1 {
  display: none;
  }

.breadcrumb li {
  display: none;
  /*text-shadow: none;*/
}

input, button, select, textarea {
  font-family: Helvetica, Arial, sans-serif;
}

.navbar-inner .container .span12 {
  /*text-align: right;*/
  /*margin-bottom: -11px;*/
}

/*.navbar img {
  margin-top: 15px;
  margin-bottom: 10px;
}*/

.navbar-inner {
  border-bottom: 2.5px solid #1d1d1d !important;
  /*border-bottom: none;*/
  background: #000000;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 20px;
}

/** button size must be specified forIE **/
button.btn.sign_in_go {
  height: 30px;
  min-width:35px
}

.e-login .btn {
  height: 30px;
  min-width:35px;
}

/*  NAVIGATION TABS AND PILLS
**********************************************************************************/

.nav-tabs {
  border-bottom: #000000 1px solid;
}

.nav-tabs >li > a ,
.nav-pills > li > a {
  background: #000000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-right: 10px;
  border: 1px solid #000;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #464646;
  background-color: #ffffff;
  border-color:#000 #000 #ffffff;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  background-color: #000000;
  border: 1px solid #000;
  color: #464646;
}

.nav > li > a:hover {
  background-color: #1b1b1b;
  border-color: #000000;
}

/*  INTRODUCTION COPY
**********************************************************************************/

.tab-pane h3 {
  font-size: 21px;
  line-height: 1.25;  
}

.nav {
  margin-bottom: 10px;
}

/*  EVENT LIST
**********************************************************************************/

.e-event li+li {
  color: #676767;
}

.nav-list.affix{
  max-width: 190px;
}

.nav-list > li > a:hover {
  background-color: #a9a9a9;
  text-shadow: none;
  color:#fff;
}

.nav-list > li > a {
  border-bottom: 1px solid #c9c9c9 !important;
  overflow: hidden;
  min-width: 110px;
  text-decoration:none;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
}

.nav-list > .active > a::after {
  content: "\f101";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  padding-left: .25em;
  top: 0px;
  left: 0px;
  vertical-align: middle;
}

.dropdown-menu > li > a {
  color: #333;
  white-space: normal;
  min-width: 200px;
}

.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #000000;
  background-image: none;
  background-repeat: no-repeat;
  filter: none; /*key to override hover styling from bootstrap on IE8 */
}
.dropdown-menu > li > a.btn {
  color:#ffffff;
}

.dropdown-menu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  /*max-height:100px; allows typeahead list to auto size correctly*/
}

#ads {
  background-color: #000;
  padding: 20px 0px 20px;
  margin: auto;
}

.helpType {
  font-family: Arial, Helvetica, sans-serif;
}

#footer {
  /*border-top: 1px solid #0076a9 !important;*/
  border-top: none;
  background: #1d1d1d; /* Old browsers */
  margin: 25px -25px 0px -25px !important;
  bottom: 0;
  padding-right: 30px;
  padding-left: 25px;
}

#footer li a{
  color: #ffffff;
  white-space: nowrap;  
}

#footer li a:hover {
  color: #d3d3d3;
}

#footer .navbar {
  margin-bottom: 0px;
}

.carousel-control {
  position: absolute;
  top: 40%;
    left: 0px;
    height: 85px;
    margin-top: 0px;
    font-size: 48px;
    font-weight: 100;
    line-height: 85px;
    color: #ffffff;
    text-align: center;
    background: #636363;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.right {
    right: 0px;
    left: auto;
}

#carousel_99 .carousel-control {
    top: 30%;
    height: 45px;
    font-size: 35px;
    line-height: 40px;
}

#reg_mngt_confirm_email_in_37 {
  width: 90%;
}

.sign_in_error {
  color: #d53030;
}

.btn-block-div {
  margin-bottom: 20px;
}

#reg-block a {
  margin-bottom: 20px;
}

.btn-block-div input {
  margin-bottom: 10px;
  width: 90%;
}

#reg-block img {
  border: #ddd solid 1px;
  margin-bottom: 20px;
}

#page_11 .e-page_menu_item h2:first-of-type {
  font-size: 50px;
}

/*  MATRIX QUESTION ON MOBILE
**********************************************************************************/

.bootstrap-select.btn-group .btn .filter-option {
    text-transform: none;
}

/*  EVENT PICKER STYLE
**********************************************************************************/

/* Turn off text decoration for the event name link text */
.event-grid-item-link {
    text-decoration: none !important;
}

/* This will style the card element to be a rounded box with shadow
 it also provides padding for elements with the card */
.event-grid-item {
    position: relative;
    z-index:2;
    height: 135px;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top:20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.50);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.50);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* This will style event name  */
.event-grid-item-name {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.2px;
}

/* This will style event name color */
.event-grid-item .event-grid-item-name {
    color: #575358;
}

/* This will style event name color when the card is hovered */
.event-grid-item:hover .event-grid-item-name {
    color: #4f99fc;
}

/* This will style the card background colors */
.event-grid-item-link .event-grid-item {
    background:  #f6f6f6;
    color: #575358;
    background: -webkit-linear-gradient(to bottom, #ffffff 60% , #f6f6f6 40%);
    background: -o-linear-gradient(to bottom, #ffffff 60%, #f6f6f6 40%);
    background: -moz-linear-gradient(to bottom, #ffffff 60%, #f6f6f6 40%);
    background: linear-gradient(to bottom, #ffffff 60% , #f6f6f6 40%);
}

/* This will style the card background colors on hover */
.event-grid-item-link:hover .event-grid-item {
    color: #4f99fc;
    background: #ffffff !important;
    background: rgba(79, 153, 252, 0.1);
    background: -webkit-linear-gradient(to bottom, #ffffff 60% , rgba(79, 153, 252, 0.1) 40%);
    background: -o-linear-gradient(to bottom, #ffffff 60%, rgba(79, 153, 252, 0.1) 40%);
    background: -moz-linear-gradient(to bottom, #ffffff 60%, rgba(79, 153, 252, 0.1) 40%);
    background: linear-gradient(to bottom, #ffffff 60% , rgba(79, 153, 252, 0.1) 40%);
}

/* This fixes the card bottom content to the bottom of the card it's super important */
.event-grid-item-bottom-content {
    padding-top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    left: 0px;
}

/* This styles the card bottom content text */
.event-grid-item-bottom-content p {
    margin-bottom: 0px !important;
    vertical-align: top;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.1px;
    color: #6f6f6f !important;
    display: inline-block !important;
}

/* This styles the card bottom content icon color and size */
.event-grid-item-bottom-content i {
    color: #4a90e2;
    font-size: 11px;
}

/* This styles the loading shade that covers the screen when an event is selected
  needs to have a higher z index that the grid tiles and stay up until the event
  association is processed */
#event-grid-loading-shade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 4;
}

/* This styles the spinner that shows up with the loading shade during event association
   request processing */
#event-grid-loading-shade-spinner {
  position: absolute;
  top: 45%;
  left: 45%;
  bottom: 45%;
  right: 45%;
  font-size: 40px;
  height: 40px;
  width: 40px;
}

/*  BUTTON GROUPS - LOGIN, DROPDOWNS, ACCOUNT INFO BTNS, FORM FIELDS
**********************************************************************************/

.btn-group > .btn:first-child,
.btn-group > .btn:last-child
 {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
}

.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #383838;
}

btn-success.disabled,
.btn-success[disabled]{
  background-color: #ccc;
}

btn-danger.disabled,
.btn-danger[disabled]{
  background-color: #ccc;
}

btn-info.disabled,
.btn-info[disabled]{
  background-color: #ccc;
}

/*** IE btn block fix  ***/
.btn-block {
  margin: 15px 0px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.btn .caret{
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;   
}

/*  PAGE 1 | HOME
**********************************************************************************/

.navbar-fixed-top, .navbar-fixed-bottom {
  position: static !important;
}

.navbar.navbar-fixed-top img {
  margin-top: 20px;
  margin-bottom: 20px;
}

div#footer p {
  font-size: 13px;
  padding-top: 60px;
  color: #12395b !important;
  padding-left: 15px;
}

#footer ul.nav.pull-right {
  margin-top: 0px !important;
}

div#footer li {
  margin-right: -18px;
  margin-bottom: 10px;
}

div#footer li a {
  font-size: 14px !important;
}

#footer li a:hover {
  color: #d3d3d3;
}

div#footer a#twitter_share_71 {
  margin-left: 6px;
}

div#footer img {
  /*float: right;*/
  width: 25px;
  /*padding-left: 15px;*/
  /*padding-top: 6px;*/
}
 
.navbar-inner {
  background: #000000;
  margin-bottom: 40px
}

#page_1 button#email_validate_go_68 {
  margin-top: 10px;
}

#page_1 label#birthday_label_68 {
    margin-top: 10px;
}

#page_1 label#country_label_68 {
    margin-top: 10px;
}

#page_1 button#email_go_68 {
  margin-top: 10px;
}

#page_1 div.span4 img {
  display: none;
}

#page_1 .navbar h1 {
  display: none;
}

#page_1 ul {
  margin-bottom: 0px !important;
}

#page_1 button#email_validate_go_68 {
  margin-top: 10px;
}

/*  PAGE 5 | CONTACT US
**********************************************************************************/

#page_5 i.icon-large.icon-twitter {
  vertical-align: -webkit-baseline-middle;
  margin-left: 20px;
}

#page_5 i.icon-large.icon-facebook {
  vertical-align: -webkit-baseline-middle;
}

#page_5 h1 {
  display: none;
}

#page_5 .navbar.navbar-fixed-top {
  background: #ffffff;
}

#page_5 div.container.contactuscontent{
  margin-top: 20px;
}

/*  PAGE 18 | FAQ
**********************************************************************************/

/*  PAGE 22 | SURVEY
**********************************************************************************/

#page_22 div.row.score_consumer_score.total_no_score {
  margin-top: 20px;
}

#page_22 div#footer {
  width: 100%;
}

#page_22 #footer img {
  width: 25px;
}

#page_22 label, input, button, select, textarea {
  font-size: 17px;
  line-height: 23px;
}

#page_22 a#facebook_share_69 {
  margin-left: 15px;
}

#page_22 a#twitter_share_70 {
  margin-left: 20px;
}

#page_22 div.span3 img {
  margin-top: 0px;
}

#page_22 div.span12 {
  text-align: center !important;
}

#page_22 legend {
  border-bottom: none;
}

#page_22 form h2 {
  color: #ffffff;
}

#page_22 button#submit_survey {
  float: inherit !important;
  width: 80px;
}

/*  PAGE 23 | END
**********************************************************************************/

/*  PAGE 27 | WAVIER
**********************************************************************************/

/*  PAGE 28 | EVENT PICKER
**********************************************************************************/

#page_28 h1 {
  font-size: 24px;
}
}