@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
body {
  background-color: #E9EAEE;
  font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif; }

h2 {
  color: #bc6026; }

h4 {
  font-size: 1.1em; }

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%; }

.spinner:before,
.spinner:after {
  position: absolute;
  content: ''; }

.spinner:before {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.spinner {
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em; }

.scroll-frame {
  height: 100vh;
  width: 100vw;
  overflow: scroll;
  position: relative;
  top: -70px; }

#sp-page {
  -webkit-box-shadow: -3px 0px 8px 2px #777777;
  -moz-box-shadow: -3px 0px 8px 2px #777777;
  box-shadow: -3px 0px 8px 2px #777777; }

nav {
  position: fixed;
  top: 0px;
  background-color: #181c22;
  color: white;
  font-size: 16px;
  padding-left: 15px;
  width: 100%;
  height: 60px;
  z-index: 100; }

.navbar-app {
  background-color: rgba(24, 28, 34, 0.8); }

.navbar {
  margin: 0px;
  border-radius: 0px !important; }

nav .mobile-btn {
  padding: 1em; }
nav .menu {
  display: none; }
nav ul {
  margin: 0px; }
  nav ul li {
    padding: 1em;
    float: left;
    color: white; }
    nav ul li a {
      color: white;
      padding: 0.5em;
      font-variant: small-caps;
      text-transform: lowercase;
      text-decoration: none;
      float: left; }
    nav ul li a:hover {
      text-decoration: none;
      color: #a8abe1; }
    nav ul li a:focus {
      text-decoration: none;
      color: #a8abe1; }
    nav ul li .dropdown-menu li {
      padding: 0em;
      width: 100%; }
    nav ul li .dropdown-menu li:hover {
      text-decoration: none;
      background-color: #cccccc; }
      nav ul li .dropdown-menu li:hover a {
        width: 100%; }
    nav ul li .dropdown-menu li:focus {
      text-decoration: none;
      background-color: #bbbbbb; }
      nav ul li .dropdown-menu li:focus a {
        color: black; }
    nav ul li .dropdown-menu a:hover {
      text-decoration: none;
      background-color: transparent; }
    nav ul li .dropdown-menu a:focus {
      text-decoration: none;
      background-color: transparent; }

.sidebar .list-group .collapse {
  display: none !important; }
.sidebar .list-group .collapse.in {
  display: block !important; }
.sidebar .list-group .list-group-item {
  margin-bottom: 0 !important;
  border: 0 none !important;
  border-bottom: 1px solid #ddd !important; }
  .sidebar .list-group .list-group-item a {
    text-decoration: none;
    color: #555; }
.sidebar .list-group .list-group {
  border-radius: 0px;
  border-bottom: 1px solid;
  padding: 0em 0em 0em 1em; }
  .sidebar .list-group .list-group .list-group-item {
    font-size: .8em; }

#ifip {
  display: none; }

#ifip-menu {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(24, 28, 34, 0.3); }
  #ifip-menu img {
    opacity: .6; }

  .ifip-logo2 {
    position: absolute;
    left: 0;
    width: 85px;
    opacity: .6; 
    background: none !important;
  }

.header {
  position: relative;
  text-align: left;
  padding-top: 60px;
  background-image: url("../img/background-sm.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  max-height: 50vh; }
  .header div {
    background-color: rgba(24, 28, 34, 0.8);
    color: white; }
  .header .site-title {
    width: 100%; }
  .header .section-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
    text-align: left;
    padding: 0px 15px; }
    .header .section-title h3 {
      float: left; }

.motto {
  display: none; }

.home-row {
  background-color: #E9EAEE; }
  .home-row h3 {
    color: #2a2e7a;
    font-size: 1.4em;
    padding: 1em .5em; }

.home-row:nth-child(2n) {
  background-color: #dbdce3; }

.headline {
  font-style: italic; }

.info {
  padding: 1em 0em; }
  .info p {
    text-align: center; }

footer {
  border-top: 3px solid #2a2e7a;
  background-color: #afb3c2;
  font-size: 12px;
  padding-top: 1em; }

.jump:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden; }

.info > div > div {
  padding: 1em 0em; }

label {
  font-size: .7em; }

.login {
  padding: 1em 0em; }
  .login form input, .login form .btn {
    margin: .5em 0em; }

@media (max-width: 767px) {
    .ifip-logo2 {
    display: none;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 20px; }

  h2 {
    text-align: center;
    padding-bottom: 1em; }

  .header {
    position: relative;
    text-align: right;
    background-image: url("../img/background-sm.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 550px; }
    .header .site-title {
      width: 75%;
      float: right; }

  #ifip {
    display: block;
    position: relative;
    float: left;
    background-color: rgba(24, 28, 34, 0.3); }
    #ifip img {
      opacity: .6; }


  .motto {
    display: initial; }

  .headline p {
    font-size: 1.25em;
    text-align: center;
    padding: 3em 0em; }

  footer div:last-child {
    text-align: right; }

  .minimized {
    min-height: 225px; } }
@media (min-width: 992px) {
  nav {
    background-color: rgba(24, 28, 34, 0.8); }
    nav .mobile-btn {
      display: none; }
    nav .menu {
      display: block; }


  .sidebar-left, .sidebar-right {
    display: none !important; }

  .has-sidebar-left .app, .sidebar-left-in .app {
    margin-left: 0px !important; }

  .header {
    background-color: unset;
    background-image: url("../img/background-md.jpg"); }
    .header .site-title {
      width: 60%;
      float: right; }

  .header h1 {
    font-size: 4em; } }
@media (min-width: 1200px) {
  .header {
    background-image: url("../img/background-lg.jpg"); } }

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