/* line 10, ../../app/assets/stylesheets/screen.scss */
div.orbit.with-bullets {
  margin-bottom: 0;
}

/* line 14, ../../app/assets/stylesheets/screen.scss */
.main-content {
  padding: 20px;
  overflow: hidden;
}

/* line 19, ../../app/assets/stylesheets/screen.scss */
ul.pagination li a {
  font-size: 16px;
  color: #999;
}

/* line 24, ../../app/assets/stylesheets/screen.scss */
ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
  border-bottom: 2px solid #004189;
  color: #141414;
}

/* line 29, ../../app/assets/stylesheets/screen.scss */
.button {
  background: none repeat scroll 0 0 #004189;
  color: #FFFFFF;
}
/* line 32, ../../app/assets/stylesheets/screen.scss */
.button:hover {
  background-color: #0059bc;
}

/* line 37, ../../app/assets/stylesheets/screen.scss */
.custom.dropdown.open ul {
  max-height: 230px;
  overflow-y: auto;
}

/* line 42, ../../app/assets/stylesheets/screen.scss */
.check_boxes .checkbox {
  overflow: hidden;
  display: block;
}
/* line 45, ../../app/assets/stylesheets/screen.scss */
.check_boxes .checkbox span.custom.checkbox {
  float: left;
}
/* line 48, ../../app/assets/stylesheets/screen.scss */
.check_boxes .checkbox label {
  float: left;
  cursor: default;
}

/* line 54, ../../app/assets/stylesheets/screen.scss */
form.nice div.form-field input, form.nice input.input-text, form.nice textarea {
  padding: 6px 6px 4px;
}

/* line 58, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow {
  margin-bottom: 30px;
}

/* line 62, ../../app/assets/stylesheets/screen.scss */
.custom.dropdown {
  z-index: 1;
}
/* line 64, ../../app/assets/stylesheets/screen.scss */
.custom.dropdown .current {
  z-index: 1;
  position: relative;
}
/* line 68, ../../app/assets/stylesheets/screen.scss */
.custom.dropdown .selector {
  z-index: 1;
}
/* line 71, ../../app/assets/stylesheets/screen.scss */
.custom.dropdown ul {
  z-index: 10;
}
/* line 73, ../../app/assets/stylesheets/screen.scss */
.custom.dropdown ul li {
  z-index: 10;
  position: relative;
}

@font-face {
  font-family: 'DroidSans';
  src: url("../fonts/DroidSans-webfont.eot");
  src: url("../fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-webfont.woff") format("woff"), url("../fonts/DroidSans-webfont.ttf") format("truetype"), url("../fonts/DroidSans-webfont.svg#DroidSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSans';
  src: url("../fonts/DroidSans-Bold-webfont.eot");
  src: url("../fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSans-Bold-webfont.svg#DroidSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* line 101, ../../app/assets/stylesheets/screen.scss */
body {
  font-family: "DroidSans", Arial, sans-serif;
}

/* line 104, ../../app/assets/stylesheets/screen.scss */
a {
  color: #004189;
}
/* line 106, ../../app/assets/stylesheets/screen.scss */
a:hover {
  text-decoration: underline;
  color: #0059bc;
}

/* line 111, ../../app/assets/stylesheets/screen.scss */
#upcoming-surveys a.fc-event {
  text-indent: -10px;
  overflow: hidden;
}
/* line 114, ../../app/assets/stylesheets/screen.scss */
#upcoming-surveys a.fc-event:hover {
  text-decoration: none;
}

/* line 118, ../../app/assets/stylesheets/screen.scss */
p {
  font-size: 13px;
  color: #838282;
}
/* line 121, ../../app/assets/stylesheets/screen.scss */
p.smaller {
  font-size: 11px;
}

/* line 126, ../../app/assets/stylesheets/screen.scss */
ul.pagination a, ul.pagination a:hover {
  text-decoration: none;
}
/* line 129, ../../app/assets/stylesheets/screen.scss */
ul.pagination .page.gap.unavailable {
  margin: 7px 7px 0;
}

/* line 133, ../../app/assets/stylesheets/screen.scss */
#pagination {
  border: none;
}
/* line 135, ../../app/assets/stylesheets/screen.scss */
#pagination .columns {
  height: 30px;
}
/* line 137, ../../app/assets/stylesheets/screen.scss */
#pagination .columns ul {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 144, ../../app/assets/stylesheets/screen.scss */
.mini-calendar {
  background: url("../images/calendar-mini.png") no-repeat scroll 0 0 transparent;
  height: 73px;
  position: relative;
  width: 71px;
}
/* line 149, ../../app/assets/stylesheets/screen.scss */
.mini-calendar .survey-month {
  color: white;
  font-size: 15px;
  margin: 7px 0 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 156, ../../app/assets/stylesheets/screen.scss */
.mini-calendar .survey-day {
  color: #454545;
  font-size: 40px;
  line-height: 40px;
  margin: 4px 0 0;
  text-align: center;
}

/* line 164, ../../app/assets/stylesheets/screen.scss */
.submit-button {
  background: url("../images/submit-arrow.png") no-repeat scroll 100% 60% transparent;
  border: medium none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  margin: 15px 0 5px;
  padding: 0 20px 0 0;
  text-transform: uppercase;
}

/* line 176, ../../app/assets/stylesheets/screen.scss */
body {
  background-color: #f3f3f3;
}

/* line 180, ../../app/assets/stylesheets/screen.scss */
.small.button {
  margin: 2px 0;
}

/* line 185, ../../app/assets/stylesheets/screen.scss */
.header .logo {
  padding: 10px 0;
}
/* line 187, ../../app/assets/stylesheets/screen.scss */
.header .logo a {
  float: left;
}
/* line 189, ../../app/assets/stylesheets/screen.scss */
.header .logo a img {
  display: block;
  height: 81px;
  width: auto;
}
/* line 193, ../../app/assets/stylesheets/screen.scss */
.header .logo h2, .header .logo h1, .header .logo span {
  color: #004189;
  float: left;
  font-size: 18px;
  line-height: 18px;
  margin: 24px 0;
  padding-left: 15px;
}
/* line 202, ../../app/assets/stylesheets/screen.scss */
.header .credits {
  padding: 17px 0 5px;
  text-align: right;
}
/* line 205, ../../app/assets/stylesheets/screen.scss */
.header .credits p {
  color: #6a6a6a;
  margin: 0 0 10px;
}
/* line 208, ../../app/assets/stylesheets/screen.scss */
.header .credits p a {
  font-size: 18px;
  font-weight: bold;
}
/* line 212, ../../app/assets/stylesheets/screen.scss */
.header .credits p span {
  color: #979797;
}

/* line 219, ../../app/assets/stylesheets/screen.scss */
.user-bar {
  text-transform: uppercase;
  font-size: 11px;
  color: #004189;
}
/* line 223, ../../app/assets/stylesheets/screen.scss */
.user-bar span {
  text-transform: none;
  color: #838282;
}

/* line 229, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar {
  margin: 0 0 10px;
  height: 38px;
  border: none;
  border-bottom: 8px solid #c3c3c3;
  background: url("../images/top-menu-bg.png") repeat-x 0 0 white;
}
/* line 235, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li {
  height: 37px;
}
/* line 237, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li a {
  color: #838282;
  display: block;
  font-size: 13px;
  line-height: 13px;
  padding: 13px 10px 11px;
  position: relative;
  text-decoration: none;
}
/* line 246, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li.current, #main-navigation .nav-bar li:hover {
  background: url("../images/top-menu-bg-active.png") repeat-x 0 0;
}
/* line 248, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li.current a, #main-navigation .nav-bar li:hover a {
  color: white;
}
/* line 252, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li .flyout {
  top: 37px;
  padding: 10px;
}
/* line 255, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li .flyout a {
  color: #838282;
}
/* line 256, ../../app/assets/stylesheets/screen.scss */
#main-navigation .nav-bar li .flyout a:hover {
  color: white;
}

/* line 261, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow {
  position: relative;
}
/* line 263, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-bullets {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 269, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-bullets li {
  border: 1px solid #dddddd;
}
/* line 273, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption {
  width: 65.2%;
  background: url("../images/white-transp-bg.png") repeat 0 0 transparent;
  bottom: 12px;
  text-align: left;
}
/* line 279, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption h6 {
  font-size: 12px;
  color: #004189;
  text-transform: uppercase;
  margin: 15px 0 0;
}
/* line 285, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption h5 {
  background: url("../images/read-more-arrow.png") no-repeat 100% 50%;
  font-size: 21px;
  color: #004189;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  margin: 3px 0 0;
  font-weight: bold;
}
/* line 294, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption h5 a {
  padding: 0 5% 0 0;
  width: 95%;
  display: block;
}
/* line 300, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption strong {
  font-size: 13px;
  font-weight: bold;
  color: black;
}
/* line 305, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption p {
  margin: 10px 0 15px;
}
/* line 307, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption p a {
  color: #838282;
}
/* line 309, ../../app/assets/stylesheets/screen.scss */
.surveys-slideshow .orbit-caption p a:hover {
  text-decoration: none;
}

/* line 317, ../../app/assets/stylesheets/screen.scss */
#header-image {
  margin-bottom: 15px;
}
/* line 319, ../../app/assets/stylesheets/screen.scss */
#header-image img {
  display: block;
  width: 100%;
}

/* line 325, ../../app/assets/stylesheets/screen.scss */
ul.breadcrumbs {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 10px;
  margin: 0 0 12px;
  background: none;
}

/* line 334, ../../app/assets/stylesheets/screen.scss */
.main-content {
  background-color: white;
}
/* line 336, ../../app/assets/stylesheets/screen.scss */
.main-content h1 {
  font-size: 26px;
  color: #454545;
  text-transform: uppercase;
  border-bottom: 5px solid #E6E6E6;
  padding: 0 0 10px;
}

/* line 347, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row {
  border-bottom: 5px solid #e6e6e6;
  margin: 0 0 25px;
  padding: 5px 0 15px;
}
/* line 351, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row#pagination {
  border: none;
  margin: 0;
}
/* line 355, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row h6 {
  font-size: 12px;
  color: #004189;
  text-transform: uppercase;
  margin: 0;
}
/* line 361, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row h5 {
  background: url("../images/read-more-arrow.png") no-repeat 100% 50%;
  font-size: 21px;
  color: #004189;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  margin: 3px 0 0;
  font-weight: bold;
}
/* line 370, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row h5 a {
  padding: 0 10% 0 0;
  width: 90%;
  display: block;
}
/* line 376, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row strong {
  font-size: 13px;
  font-weight: bold;
  color: black;
  padding: 0 10% 0 0;
  width: 90%;
}
/* line 383, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row p {
  margin: 10px 0 15px;
}
/* line 385, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row p a {
  color: #838282;
}
/* line 387, ../../app/assets/stylesheets/screen.scss */
#highlighted-news .row p a:hover {
  text-decoration: none;
}

/* line 397, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row {
  border-bottom: 5px solid #e6e6e6;
  margin: 0 0 20px;
  padding: 5px 0 20px;
}
/* line 401, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row h6 {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
/* line 407, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row h6 a {
  color: #004189;
  font-weight: normal;
}
/* line 412, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row#pagination {
  border: none;
  margin: 0;
}
/* line 416, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row h3 {
  background: url("../images/read-more-arrow.png") no-repeat 100% 50%;
  color: #004189;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  margin: 3px 0 0;
  font-weight: bold;
}
/* line 424, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row h3 a {
  padding: 0 10% 0 0;
  width: 90%;
  display: block;
}
/* line 430, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row h5 {
  padding: 0 10% 0 0;
  width: 90%;
  color: #004189;
}
/* line 435, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row strong {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  padding: 0 10% 0 0;
  width: 90%;
}
/* line 442, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row p {
  margin: 10px 0 15px;
}
/* line 445, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row p a:hover {
  text-decoration: none;
}
/* line 450, ../../app/assets/stylesheets/screen.scss */
#surveys-index .row p.survey-links {
  margin: 30px 0 0;
  text-align: right;
}

/* line 457, ../../app/assets/stylesheets/screen.scss */
#surveys-show {
  position: relative;
}
/* line 459, ../../app/assets/stylesheets/screen.scss */
#surveys-show .mini-calendar {
  position: absolute;
  right: 2%;
  top: -6px;
}
/* line 464, ../../app/assets/stylesheets/screen.scss */
#surveys-show ul.breadcrumbs {
  padding-right: 80px;
}
/* line 467, ../../app/assets/stylesheets/screen.scss */
#surveys-show h6 {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
/* line 473, ../../app/assets/stylesheets/screen.scss */
#surveys-show h6 a {
  color: #004189;
  font-weight: normal;
}
/* line 478, ../../app/assets/stylesheets/screen.scss */
#surveys-show h1 {
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  line-height: 30px;
  margin: 5px 0 3px;
  font-weight: bold;
  border: none;
  padding: 0;
}
/* line 488, ../../app/assets/stylesheets/screen.scss */
#surveys-show h5 {
  padding: 0 10% 0 0;
  width: 90%;
  color: #004189;
}
/* line 493, ../../app/assets/stylesheets/screen.scss */
#surveys-show h2 {
  color: #454545;
  font-size: 18px;
  margin: 35px 0 30px;
}
/* line 498, ../../app/assets/stylesheets/screen.scss */
#surveys-show strong {
  font-weight: bold;
  color: #454545;
}
/* line 502, ../../app/assets/stylesheets/screen.scss */
#surveys-show p {
  margin: 10px 0 15px;
}
/* line 505, ../../app/assets/stylesheets/screen.scss */
#surveys-show p a:hover {
  text-decoration: none;
}
/* line 510, ../../app/assets/stylesheets/screen.scss */
#surveys-show .document-download {
  overflow: hidden;
  margin: 10px 0;
}
/* line 513, ../../app/assets/stylesheets/screen.scss */
#surveys-show .document-download a {
  display: block;
  float: right;
  height: 22px;
  line-height: 22px;
  padding: 2px 0;
  text-decoration: underline;
}
/* line 522, ../../app/assets/stylesheets/screen.scss */
#surveys-show #bottom-links {
  margin: 5px 0 0;
}
/* line 525, ../../app/assets/stylesheets/screen.scss */
#surveys-show #subscriptions-count {
  color: #444444;
  font-size: 14px;
  line-height: 30px;
  margin: 15px 0 0;
}
/* line 530, ../../app/assets/stylesheets/screen.scss */
#surveys-show #subscriptions-count span {
  font-weight: bold;
}
/* line 534, ../../app/assets/stylesheets/screen.scss */
#surveys-show #subscribe-button {
  background: url("../images/subscribe-button-bg.png") repeat-x scroll 0 0 transparent;
  font-size: 16px;
  height: 17px;
  line-height: 16px;
  margin: 10px 0 2px 10px;
  padding: 11px 35px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 543, ../../app/assets/stylesheets/screen.scss */
#surveys-show #subscribe-button:hover {
  -webkit-box-shadow: #cccccc 0 0 5px;
  -moz-box-shadow: #cccccc 0 0 5px;
  box-shadow: #cccccc 0 0 5px;
  text-decoration: none;
}

/* line 551, ../../app/assets/stylesheets/screen.scss */
#survey-subscription .mini-calendar {
  position: absolute;
  right: 1%;
  top: -6px;
}
/* line 556, ../../app/assets/stylesheets/screen.scss */
#survey-subscription ul.breadcrumbs {
  padding-right: 80px;
}
/* line 559, ../../app/assets/stylesheets/screen.scss */
#survey-subscription h6 {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
/* line 565, ../../app/assets/stylesheets/screen.scss */
#survey-subscription h6 a {
  color: #004189;
  font-weight: normal;
}
/* line 570, ../../app/assets/stylesheets/screen.scss */
#survey-subscription h1 {
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  line-height: 30px;
  margin: 5px 0 3px;
  font-weight: bold;
  border: none;
  padding: 0;
}
/* line 580, ../../app/assets/stylesheets/screen.scss */
#survey-subscription h5 {
  padding: 30px 0 10px;
  color: black;
  font-size: 18px;
}
/* line 585, ../../app/assets/stylesheets/screen.scss */
#survey-subscription h2 {
  color: #454545;
  font-size: 18px;
  margin: 35px 0 30px;
}
/* line 590, ../../app/assets/stylesheets/screen.scss */
#survey-subscription strong {
  font-weight: bold;
  color: #454545;
}
/* line 594, ../../app/assets/stylesheets/screen.scss */
#survey-subscription p.claimer {
  color: #1e6fdc;
  font-weight: bold;
  margin: 30px 0;
}
/* line 599, ../../app/assets/stylesheets/screen.scss */
#survey-subscription #current-user-data {
  padding: 20px 20px 18px;
  margin: 0 0 40px;
}
/* line 602, ../../app/assets/stylesheets/screen.scss */
#survey-subscription #current-user-data .row {
  margin: 0 0 5px;
}
/* line 606, ../../app/assets/stylesheets/screen.scss */
#survey-subscription #submit-payment {
  margin: 40px 0;
  padding: 20px 20px 18px;
}
/* line 609, ../../app/assets/stylesheets/screen.scss */
#survey-subscription #submit-payment label {
  font-weight: bold;
  margin: 5px 0 15px;
}
/* line 614, ../../app/assets/stylesheets/screen.scss */
#survey-subscription input.input-text {
  width: 100%;
}
/* line 618, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form p {
  margin: 15px 0;
}
/* line 621, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form small.error {
  width: auto;
}
/* line 624, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form .delete_participant {
  float: right;
  display: block;
  margin: 10px 0;
}
/* line 629, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset {
  border: none;
  border-bottom: 1px solid #cdcdcd;
  padding: 0;
  margin: 20px 0;
}
/* line 634, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset label.checkbox {
  margin: 20px 0 0;
}
/* line 637, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset legend {
  color: #454545;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0;
}
/* line 644, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset .block-grid.three-up {
  margin-bottom: 0;
  overflow: visible;
}
/* line 647, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset .block-grid.three-up li {
  margin-bottom: 1%;
}
/* line 652, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset .custom.dropdown .current {
  padding: 0 30px 0 6px;
}
/* line 655, ../../app/assets/stylesheets/screen.scss */
#survey-subscription form fieldset .custom.dropdown ul li {
  margin: 0;
  padding: 0 30px 0 6px;
}

/* line 665, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show .mini-calendar {
  position: absolute;
  right: 1%;
  top: -6px;
}
/* line 670, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show .label {
  background: none repeat scroll 0 0 transparent;
  color: #333333;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}
/* line 681, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show #subscription-info {
  margin: 20px 0 30px;
  padding: 22px 20px 2px;
}
/* line 684, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show #subscription-info .row {
  margin: 0 0 15px;
}
/* line 688, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show form {
  padding: 22px 0 2px 20px;
}
/* line 690, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show form legend {
  color: #333333;
  font-size: 16px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
/* line 696, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show form ul {
  border-bottom: 1px solid #cdcdcd;
}
/* line 700, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show #submit-payment {
  margin: 20px 0 40px;
  padding: 20px 20px 18px;
}
/* line 703, ../../app/assets/stylesheets/screen.scss */
#survey-subscription-show #submit-payment label {
  font-weight: bold;
  margin: 5px 0 15px;
}

/* line 712, ../../app/assets/stylesheets/screen.scss */
#search-results ul#results li {
  border-bottom: 1px solid #ddd;
}

/* line 719, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index h1 {
  border: none;
}
/* line 722, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index ul.block-grid {
  padding: 0;
  margin: 0;
}
/* line 725, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index ul.block-grid .grid-row {
  overflow: hidden;
}
/* line 728, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index ul.block-grid li {
  margin-bottom: 18px;
  margin-left: 4%;
  width: 30%;
  display: block;
  float: left;
  height: auto;
}
/* line 735, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index ul.block-grid li:first-child {
  margin-left: 0;
}
/* line 738, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index ul.block-grid li a img {
  display: block;
}
/* line 741, ../../app/assets/stylesheets/screen.scss */
#agreement-categories-index ul.block-grid li h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0;
}

/* line 751, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show h1 {
  border: none;
}
/* line 754, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show ul.block-grid {
  padding: 0;
  margin: 0;
}
/* line 757, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show ul.block-grid .grid-row {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  margin-bottom: 3%;
}
/* line 762, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show ul.block-grid li {
  border-right: 1px solid #E6E6E6;
  display: block;
  float: left;
  height: auto;
  margin-bottom: 3%;
  margin-right: 3%;
  padding-right: 3%;
  width: 28%;
}
/* line 771, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show ul.block-grid li.last {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
/* line 776, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show ul.block-grid li h3 {
  font-size: 14px;
  margin: 0 0 10px;
}
/* line 780, ../../app/assets/stylesheets/screen.scss */
#agreement-category-show ul.block-grid li strong {
  color: #666;
}

/* line 788, ../../app/assets/stylesheets/screen.scss */
#agreement-show strong {
  color: #666;
}
/* line 791, ../../app/assets/stylesheets/screen.scss */
#agreement-show h5 {
  font-size: 14px;
  margin: 25px 0 5px;
  text-transform: uppercase;
}
/* line 796, ../../app/assets/stylesheets/screen.scss */
#agreement-show ul.attachments {
  padding: 0 0 0 15px;
}
/* line 798, ../../app/assets/stylesheets/screen.scss */
#agreement-show ul.attachments li {
  list-style: disc outside none;
  margin-bottom: 5px;
}
/* line 801, ../../app/assets/stylesheets/screen.scss */
#agreement-show ul.attachments li span {
  color: #838282;
}

/* line 809, ../../app/assets/stylesheets/screen.scss */
#news-show h6 {
  color: black;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
/* line 815, ../../app/assets/stylesheets/screen.scss */
#news-show h6 span {
  font-weight: bold;
}
/* line 819, ../../app/assets/stylesheets/screen.scss */
#news-show h5 {
  color: #454545;
  font-size: 18px;
  margin: 15px 0 10px;
}
/* line 824, ../../app/assets/stylesheets/screen.scss */
#news-show ul.attachments {
  padding: 0 0 0 15px;
}
/* line 826, ../../app/assets/stylesheets/screen.scss */
#news-show ul.attachments li {
  list-style: disc outside none;
  margin-bottom: 5px;
}
/* line 829, ../../app/assets/stylesheets/screen.scss */
#news-show ul.attachments li span {
  color: #838282;
}

/* line 836, ../../app/assets/stylesheets/screen.scss */
#page-show h5 {
  color: #454545;
  font-size: 18px;
  margin: 15px 0 10px;
}
/* line 841, ../../app/assets/stylesheets/screen.scss */
#page-show ul.attachments {
  padding: 0 0 0 15px;
}
/* line 843, ../../app/assets/stylesheets/screen.scss */
#page-show ul.attachments li {
  list-style: disc outside none;
  margin-bottom: 5px;
}
/* line 846, ../../app/assets/stylesheets/screen.scss */
#page-show ul.attachments li span {
  color: #838282;
}

/* line 855, ../../app/assets/stylesheets/screen.scss */
#galleries .row {
  border-bottom: 5px solid #e6e6e6;
  margin: 0 0 20px;
  padding: 5px 0 20px;
}
/* line 859, ../../app/assets/stylesheets/screen.scss */
#galleries .row#pagination {
  border: none;
  margin: 0;
}
/* line 863, ../../app/assets/stylesheets/screen.scss */
#galleries .row h6 {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
/* line 869, ../../app/assets/stylesheets/screen.scss */
#galleries .row h6 a {
  color: #004189;
  font-weight: normal;
}
/* line 874, ../../app/assets/stylesheets/screen.scss */
#galleries .row h3 {
  background: url("../images/read-more-arrow.png") no-repeat 100% 50%;
  color: #004189;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
  margin: 3px 0 0;
  font-weight: bold;
}
/* line 882, ../../app/assets/stylesheets/screen.scss */
#galleries .row h3 a {
  padding: 0 10% 0 0;
  width: 90%;
  display: block;
}
/* line 888, ../../app/assets/stylesheets/screen.scss */
#galleries .row h5 {
  padding: 0 10% 0 0;
  width: 90%;
  color: #004189;
}
/* line 893, ../../app/assets/stylesheets/screen.scss */
#galleries .row p {
  margin: 10px 0 15px;
  color: #454545;
}

/* line 902, ../../app/assets/stylesheets/screen.scss */
#top-agreements h2 {
  color: #004189;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
/* line 908, ../../app/assets/stylesheets/screen.scss */
#top-agreements hr {
  margin: 0 0 25px;
}
/* line 912, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li {
  border-right: 1px solid #E6E6E6;
  display: block;
  float: left;
  height: auto;
  padding: 0 2% 3%;
  width: 29%;
  margin: 0;
}
/* line 920, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li.first {
  padding-left: 0;
}
/* line 923, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li.last {
  border: none;
  padding-right: 0;
}
/* line 927, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li img {
  width: 100%;
}
/* line 930, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li a {
  color: #004189;
}
/* line 932, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li a.agreement_category {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  line-height: 14px;
  margin: 10px 0 0;
}
/* line 939, ../../app/assets/stylesheets/screen.scss */
#top-agreements ul li a.agreement_title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 16px;
  margin: 0 0 10px;
}

/* line 951, ../../app/assets/stylesheets/screen.scss */
#login-box {
  margin: 20px auto 70px;
}
/* line 953, ../../app/assets/stylesheets/screen.scss */
#login-box h3 {
  border-bottom: 5px solid #E6E6E6;
  color: #454545;
  font-size: 22px;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* line 962, ../../app/assets/stylesheets/screen.scss */
#login-box form input {
  width: 100%;
  margin-bottom: 10px;
}
/* line 967, ../../app/assets/stylesheets/screen.scss */
#login-box .form-field.error small, #login-box small.error {
  width: 100%;
}
/* line 970, ../../app/assets/stylesheets/screen.scss */
#login-box p {
  margin: 15px 0 20px;
  text-align: justify;
}

/* line 976, ../../app/assets/stylesheets/screen.scss */
#user-edit, .posts {
  margin: 20px auto 70px;
}
/* line 978, ../../app/assets/stylesheets/screen.scss */
#user-edit h3, .posts h3 {
  border-bottom: 5px solid #E6E6E6;
  color: #454545;
  font-size: 22px;
  padding: 0 0 10px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
/* line 987, ../../app/assets/stylesheets/screen.scss */
#user-edit form input, #user-edit form textarea, .posts form input, .posts form textarea {
  width: 100%;
  margin-bottom: 10px;
}
/* line 992, ../../app/assets/stylesheets/screen.scss */
#user-edit .form-field.error small, #user-edit small.error, .posts .form-field.error small, .posts small.error {
  width: 100%;
}
/* line 996, ../../app/assets/stylesheets/screen.scss */
#user-edit #buttons a, .posts #buttons a {
  float: right;
  margin: 10px 0;
  display: block;
}
/* line 1001, ../../app/assets/stylesheets/screen.scss */
#user-edit #buttons input, .posts #buttons input {
  margin: 10px 0;
}
/* line 1005, ../../app/assets/stylesheets/screen.scss */
#user-edit .hint, .posts .hint {
  font-style: italic;
  font-size: x-small;
}
/* line 1010, ../../app/assets/stylesheets/screen.scss */
#user-edit .input.boolean label, .posts .input.boolean label {
  display: inline-block;
  margin-bottom: 0px;
}
/* line 1014, ../../app/assets/stylesheets/screen.scss */
#user-edit .input.boolean .hint, .posts .input.boolean .hint {
  display: block;
}

/* line 1019, ../../app/assets/stylesheets/screen.scss */
.posts.index #post_search label.radio_buttons {
  float: left;
  margin-right: 20px;
}
/* line 1023, ../../app/assets/stylesheets/screen.scss */
.posts.index #post_search span.radio {
  float: left;
}
/* line 1025, ../../app/assets/stylesheets/screen.scss */
.posts.index #post_search span.radio label {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 1033, ../../app/assets/stylesheets/screen.scss */
.posts.show h5 {
  font-size: 14px;
  margin: 25px 0 5px;
  text-transform: uppercase;
}
/* line 1038, ../../app/assets/stylesheets/screen.scss */
.posts.show ul.attachments {
  padding: 0 0 0 15px;
}
/* line 1040, ../../app/assets/stylesheets/screen.scss */
.posts.show ul.attachments li {
  list-style: disc outside none;
  margin-bottom: 5px;
}
/* line 1043, ../../app/assets/stylesheets/screen.scss */
.posts.show ul.attachments li span {
  color: #838282;
}

/* line 1050, ../../app/assets/stylesheets/screen.scss */
.sidebar {
  z-index: 100;
}
/* line 1052, ../../app/assets/stylesheets/screen.scss */
/* .sidebar.home-page-sidebar {
  margin-top: -236px;
} */
/* line 1055, ../../app/assets/stylesheets/screen.scss */
/* .sidebar.with-header-image {
  margin-top: -73px;
} */
/* line 1058, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box {
  margin: 0 0 10px;
  padding: 18px;
}
/* line 1061, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box h4 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 1066, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box hr {
  background-color: #cfcfcf;
  height: 5px;
}
/* line 1070, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box .right {
  overflow: hidden;
  width: 82px;
  height: 42px;
}
/* line 1074, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box .right input {
  text-align: left;
}
/* line 1078, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box {
  padding: 0;
}
/* line 1080, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box h4 {
  background-color: #00254e;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6%;
  font-weight: normal;
  margin: 0;
}
/* line 1089, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box .wrapper {
  background-color: #002f63;
  padding: 6%;
}
/* line 1092, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box .wrapper p {
  color: white;
}
/* line 1095, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box .wrapper form {
  margin: 0;
}
/* line 1097, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box .wrapper form label {
  font-size: 13px;
  color: white;
}
/* line 1101, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box.blue-box .wrapper form input {
  width: 100%;
}
/* line 1107, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys {
  background-color: #e6e6e6;
}
/* line 1109, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys h4 {
  line-height: 16px;
  margin: 0 0 15px;
}
/* line 1114, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys .row .mini-calendar {
  position: relative;
  float: left;
}
/* line 1118, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys .row .survey-details {
  padding: 4px 0 0 85px;
}
/* line 1122, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar {
  overflow: hidden;
}
/* line 1124, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table {
  background: none;
  border: medium none;
  margin: 0;
}
/* line 1128, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #454545;
  margin: 3px 0 6px;
}
/* line 1135, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table .fc-state-highlight {
  background-color: #cccccc;
}
/* line 1138, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table .fc-button {
  background: none;
  border: none;
  margin-bottom: 2px;
}
/* line 1142, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table .fc-button .fc-button-inner {
  background: none;
  border: none;
}
/* line 1146, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table .fc-button .fc-button-effect {
  display: none;
}
/* line 1149, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#upcoming-surveys #calendar table .fc-button .fc-button-content {
  color: #454545;
}
/* line 1156, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#basic-search {
  background-color: #c4cdd8;
}
/* line 1158, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#basic-search h4 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 1163, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#basic-search form {
  margin: 0;
  position: relative;
}
/* line 1166, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#basic-search form .input.string.required {
  overflow: hidden;
}
/* line 1169, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#basic-search form input {
  margin-bottom: 4px;
  padding: 6px 10px 4px;
  color: #888888;
  width: 100%;
}
/* line 1175, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#basic-search form .search-lens {
  background: url("../images/search-lens.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 19px;
  position: absolute;
  right: 2%;
  top: 8px;
  width: 24px;
}
/* line 1186, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news {
  padding: 0;
  overflow: hidden;
}
/* line 1189, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news h4 {
  background-color: #00254e;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 6%;
  font-weight: normal;
  margin: 0;
}
/* line 1198, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news #latest_news_list {
  background-color: #002f63;
}
/* line 1200, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news #latest_news_list .wrapper {
  background-color: #002f63;
  width: 100%;
}
/* line 1203, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news #latest_news_list .wrapper ul {
  margin: 0;
}
/* line 1206, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news #latest_news_list .wrapper li {
  border-bottom: 1px solid #002650;
  background-color: #002f63;
  padding: 6%;
  margin: 0;
  width: 88%;
}
/* line 1212, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news #latest_news_list .wrapper li p {
  color: white;
  margin: 0;
}
/* line 1215, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news #latest_news_list .wrapper li p a {
  color: white;
}
/* line 1222, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news .read-more {
  background: url("../images/submit-arrow.png") no-repeat scroll 95% 50% #00254e;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 5% 12% 4% 6%;
  text-align: right;
  text-transform: uppercase;
}
/* line 1230, ../../app/assets/stylesheets/screen.scss */
.sidebar .sidebar-box#latest-news .read-more a {
  color: white;
}

/* line 1239, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header {
  background: none;
  border: medium none;
  margin: 0;
  margin: 2px 0 5px;
}
/* line 1244, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header h2 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: #454545;
  margin: 3px 0 6px;
}
/* line 1251, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header .fc-button {
  background: none;
  border: none;
  margin-bottom: 2px;
}
/* line 1255, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header .fc-button .fc-button-inner {
  background: none;
  border: none;
}
/* line 1259, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header .fc-button .fc-button-effect {
  display: none;
}
/* line 1262, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header .fc-button .fc-button-content {
  color: #004188;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin: 7px 0 0;
  padding: 0;
}
/* line 1269, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-header .fc-button .fc-button-content:hover {
  color: #0059bc;
}
/* line 1276, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-border-separate thead {
  background-color: #dbdbdb;
}
/* line 1278, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-border-separate thead th {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 1286, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-border-separate tbody td.fc-other-month {
  background-color: #dbdbdb;
}
/* line 1289, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-border-separate tbody td.fc-state-highlight {
  background-color: #004189;
}
/* line 1291, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-border-separate tbody td.fc-state-highlight .fc-day-number {
  color: white;
}
/* line 1295, ../../app/assets/stylesheets/screen.scss */
#full-page-calendar table.fc-border-separate tbody td .fc-day-number {
  font-size: 14px;
}

/* line 1303, ../../app/assets/stylesheets/screen.scss */
#footer {
  background-color: #E0E0E0;
  margin-top: -30px;
  padding: 55px 20px 0;
}
/* line 1308, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar {
  background: none;
  border: none;
  height: auto;
  margin: 0;
}
/* line 1313, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar li {
  display: block;
  float: left;
  line-height: 14px;
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #838282;
}
/* line 1320, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar li a {
  text-transform: uppercase;
  font-size: 12px;
  color: #838282;
}
/* line 1325, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar li.current a {
  color: #004189;
}
/* line 1327, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar li.current a:hover {
  text-decoration: none;
}
/* line 1331, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar li.first {
  padding-left: 0;
}
/* line 1334, ../../app/assets/stylesheets/screen.scss */
#footer #footer-navigation ul.nav-bar li.last {
  padding-right: 0;
  border: none;
}
/* line 1341, ../../app/assets/stylesheets/screen.scss */
#footer #footer-credits {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 1346, ../../app/assets/stylesheets/screen.scss */
#footer p {
  margin: 20px 0;
}

/* line 1351, ../../app/assets/stylesheets/screen.scss */
.photo_gallery h3 {
  cursor: pointer;
}

/* line 1355, ../../app/assets/stylesheets/screen.scss */
.fancybox-nav {
  height: 140px;
  margin-top: -70px;
  top: 50%;
  width: 25%;
}

/* line 1362, ../../app/assets/stylesheets/screen.scss */
input.readonly {
  background-color: #E5E5E5 !important;
}

/* line 1370, ../../app/assets/stylesheets/screen.scss */
form span.checkbox {
  margin-right: 10px;
}

/* line 1375, ../../app/assets/stylesheets/screen.scss */
form div.input.date div.dropdown {
  display: inline-block;
}
/* line 1378, ../../app/assets/stylesheets/screen.scss */
form div.input.date label {
  margin-bottom: 0px;
}

/* line 1384, ../../app/assets/stylesheets/screen.scss */
form fieldset ol li.boolean label {
  width: auto;
}

/* new stuff */
form fieldset li .input.boolean label {
  display: inline-block;
}

form .input.date select.date{
  display: inline-block;
  margin-top: 0px;
}

@media only screen and (max-width: 1020px) {
  /* line 1393, ../../app/assets/stylesheets/screen.scss */
  #main-navigation .nav-bar {
    height: 45px;
  }
  /* line 1395, ../../app/assets/stylesheets/screen.scss */
  #main-navigation .nav-bar li {
    height: 44px;
  }
  /* line 1397, ../../app/assets/stylesheets/screen.scss */
  #main-navigation .nav-bar li a {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1409, ../../app/assets/stylesheets/screen.scss */
  #main-navigation .nav-bar {
    height: auto;
    background-image: none;
  }

  /* line 1413, ../../app/assets/stylesheets/screen.scss */
  .row .eight.main-content.columns {
    margin-left: 0;
  }

  /* line 1416, ../../app/assets/stylesheets/screen.scss */
  .sidebar.home-page-sidebar {
    margin-top: 0;
  }
}
