@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
* {
  margin: 0;
  padding: 0; }

.alert i {
  font-size: 1rem;
  padding-right: .5rem; }

body {
  font-family: 'Roboto', sans-serif; }

#bottomnav {
  background: #e9ecef;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  margin-top: 2rem; }
  #bottomnav span {
    padding: .5rem; }

.buttons {
  margin: 1rem 1rem 2rem; }
  .buttons .row {
    padding-bottom: .5rem; }
    .buttons .row .button-info {
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5; }
    .buttons .row a {
      margin-bottom: .5rem; }

.col-cross i {
  color: red;
  padding-top: .5rem; }

.col-tick i {
  color: green;
  padding-top: .5rem; }

.container-fluid {
  max-width: 1200px;
  padding: 1rem; }

.divider {
  border-top: 1px dashed silver;
  margin: 2rem 0 3rem; }

.divider-offer {
  clear: both;
  border-bottom: 1px dashed silver;
  padding-top: 1rem;
  margin: 1rem 0 2rem; }

.error {
  color: red;
  padding-top: .25rem; }

form {
  padding-bottom: 2rem; }

.form-check {
  padding-left: 2.25rem; }

.form-group h2.first {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem 0; }
  .form-group h2.first span {
    font-weight: normal; }
.form-group label {
  font-weight: bold; }
  .form-group label.error, .form-group label.form-check-label {
    font-weight: normal; }
.form-group .divider {
  margin: 1rem;
  width: calc(100% - 2rem); }
.form-group .form-check {
  padding-left: 1.25rem; }
.form-group .no-padding {
  padding: 0; }
.form-group .subtitle {
  color: rgba(34, 34, 34, 0.71);
  font-size: .8rem; }
.form-group .readonly {
  display: inline-block;
  padding-top: .25rem; }

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

h3 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
  text-transform: normal; }

.intro {
  padding-bottom: 2rem; }

.jumbotron {
  background: url(../images/header-bg.jpg) bottom center no-repeat;
  background-size: cover;
  color: white; }

.page-heading {
  padding: 0 1rem 1rem; }

.section {
  border-radius: .5rem;
  margin-bottom: 2rem;
  padding: 2rem; }
  .section.light {
    background: #e9ecef; }
  .section.dark {
    background: #d4dae0; }

ol {
  padding-left: 1rem; }
  ol li {
    padding-bottom: .5rem; }
