/*! CSS Used from: http://riskprofilesundrr.org/static/geonode/css/base.css?v=2.8 */
/*! @import http://riskprofilesundrr.org/static/geonode/css/font-awesome.min.css */
.pull-right {
  float: right;
}

/*! end @import */
footer {
  display: block;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

input, select {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2c689c;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1b4060;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.text-right {
  text-align: right;
}

ul {
  margin-top: 0;
  margin-bottom: 11px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-2, .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-md-2, .col-md-6 {
    float: left;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.container:before, .container:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.container:after, .row:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.hidden {
  display: none !important;
}

a {
  color: #2c689c;
}

select {
  background: white;
  border: 1px solid #777777;
  height: 30px;
  line-height: 30px;
}

form input {
  border: 1px solid #eeeeee;
  padding: 5px;
}

footer {
  color: white;
  padding: 1.5em;
}

footer a {
  color: #ff8f31;
}

footer a:hover {
  color: #eb6b00;
}

footer form {
  color: #333333;
}

/*# sourceMappingURL=footer.css.map */
