/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background: #f5f6f5;
}

button{
  background-color: #e33060;
  color: #dedede;
}
button:hover{
  color: white;
}

ul.moreqs{
  list-style-type: none;
}

ul.moreqs > li{
  background-color: #dddddd;
  padding: 10px 10px 2px 15px;
  cursor: pointer;
}

ul.moreqs > li.checked{
  background-color: #023d5f;
  color:white;
}

label.moreqs{
  display: inline;
  margin-left: 10px;
  cursor: pointer;
}

div.row.border-top{
  border-bottom: solid 1px grey;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

input.moreqs{
  opacity: 0.01;
}

button.moreqs{
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 0 10px 0;
  font-size: 130%;
  height: auto !important;
}

button.next{
  text-align: right;
  width: 100%;
  margin-top: 30px;
}

div.moreqs{
  padding-bottom: 30px;
  border-bottom: solid 1px grey;
  margin-bottom: 20px;
  display: none;
}

div.morequestions{
  background-color: #eeeeee;
  padding: 20px;
}

nav {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background: #023d5f;
}

.ui-slider li span.ui-slider-label-show{
  font-size: 80% !important;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

div.mostimportant{
  margin-bottom: 10px;
}

ul.sortable{
  list-style-type:none;
  margin-bottom: 0 !important;
}

ul.sortable li{
  padding: 20px;
  height: 24px;
  background-color: #023d5f;
}

ul.sortable li.placeholder {
  position: relative;
  /** More li styles **/
  background-color: #216992;
  padding: 20px;
}
ul.sortable li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

  nav ul {
    margin: 0;
  }

  nav ul li {
    display: inline;
    list-style-type: none;
    margin: 0 45px 0 0;
  }

  nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }

header {
  margin: 20px 0;
}

  header .campus-select {
    margin: 20px 0 0 0;
  }

section.main-content{
  margin-top: 100px;
}

.blue{
  background-color: #00283f;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 70px;
}
  .blue{ color: white; }
  .blue .info{
    border: 5px solid #01324f;
    background-color: #023d5f;
    padding: 20px;
    font-size: 80%;
    margin-bottom: 40px;
  }

.clear{
  clear: both;
}

.right{ text-align: right; }
.key{ margin-bottom: 10px; margin-top: 50px;}
img.section3key{ text-align: right; float: right; margin-bottom: 20px;}

button:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

/* floats questions */
div.floatsboat{
  background-color: #eeeeee;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 73px;
  position: relative;
}
div#panel-0{
  
}
div#panel-5, div#panel-10, div#panel-15, div#panel-20, div#panel-25, div#panel-30{
  display: none;
}

div.floatsboat p{
  position: relative;
  z-index: 100;
}
.ui-corner-all{
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}
div.ui-slider{
  z-index: 100 !important;
}
div.floatsboat img{
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
}
.ui-slider span.ui-slider-label{
  font-size: 1em !important;
}

footer {
  margin-top: 20%;
  padding: 40px 0 20px 0;
  background: #383638;
  font-size: 12px;
  line-height: 0;
  text-align: left;
  color: #fff;
}

label{
  font-weight: 400;
}

h4{
  color: #e60470;
  font-size: 2.5rem;
}

body > section.main-content.landing p{
  color: #10034b;
}

div.landingpage{
  margin: 0 auto;
  background-color: #612178;
  padding: 20px 30px 20px 30px;
  color: white;
  display: inline-block;
  margin-top: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
div.landingpage:hover{
  cursor: pointer;
  background-color: #411650;
}