@font-face  {
	font-family:'Campton Bold';
	src: url("fonts/CamptonBold.woff");
}

@font-face  {
	font-family:'Campton Light';
	src: url("fonts/CamptonLight.woff");
}

@font-face {
	font-family:'Akkurat';
	src: url("fonts/AkkuratProRegular.woff");
}

html {
  font-family: 'Akkurat', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1,h2,h3{
	font-family: 'Campton Bold', sans-serif;
	margin: 0;
	color:  #401F68;
	line-height: 1;
}

h4,h5,h6 {
	font-size: 16px;
	font-family: 'Akkurat', sans-serif;
	margin: 0;
	line-height: 1;
}

body {
  font-size: 13px;
  line-height: 20px;
  height: 100%;
  margin: 0;
	padding: 0;
}

.mapdiv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.app {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 20;
}

.option-group {
  float: left;
  overflow: auto;
  font-size: 14px;
  width: 1050px;
}


.paragraph {
 overflow: auto;
}

.option-group h2 {
  color: #555;
  font-weight: 500;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#form-debug {
  font-size: 12px;
}

.example-enter {
  opacity: 0.01;
}

.example-enter.example-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.example-leave {
  opacity: 1;
}

.example-leave.example-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}

/* Style the fun fact */
p.correct-answer {
	line-height: 1em;
}
p.fun-fact {
	line-height: 1.2em;
}

@media all and (max-width: 550px){
	.dialogHack > div > div {
		transform: translate(0px, 0px) !important;
		position: absolute !important;
		top: 10px;
		left: 30px;
		right: 30px;
		bottom: 10px;
		width: auto !important;
	}
	.dialogHack > div > div > div{
		height: 100% !important;
	}
	.dialogBodyHack{
		max-height: none !important;
	}
	.dialogActionsHack{
		position: absolute !important;
		bottom: 0 !important;
	}
	.dialogHack2 > div > div {
		transform: translate(0px, 0px) !important;
	}
}

/* 
EVERYTHING BELOW INCLUDED FOR THE PROGRESS METER ON THE "CHECK YOUR PROGRESS" PAGE
*/

.meter-wrapper {
  padding: 10px;
  margin-bottom: 20px; }
  .meter-wrapper .meter {
    height: 20px;
    position: relative;
    margin: 0px auto;
    background: #ffecc0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 0; }
    .meter-wrapper .meter .step {
      position: absolute;
      top: -5px;
      width: 30px;
      height: 30px;
      min-width: 0px;
      display: block;
      z-index: 10;
      margin-left: -10px;
      font-family: "Arial", sans-serif;
      color: rgb(255, 123, 0);
      text-align: center;
      line-height: 30px;
      font-size: 18px;
      border-radius: 100px;
      border: none;
      text-align: center;
      padding: 0;
      background-color: #eeb946;
      color: #eeb946;
      z-index: 10; }
      .meter-wrapper .meter .step.passed{
        width: 10px;
        height: 10px;
        top: 5px;
        background-color: #ffecc0;
      }
      .meter-wrapper .meter .step.disabled {
        color: #eeb946;
        background-color: #ffecc0; }
      .meter-wrapper .meter .step.r1 {
        left: 10px; }
      .meter-wrapper .meter .step.r2i {
        right: -10px; }
      .meter-wrapper .meter .step.active {
        color: rgb(255, 123, 0); }
        .meter-wrapper .meter .step.active:after {
          content: '.';
          text-indent: -9999em;
          overflow: hidden;
          position: absolute;
          width: 26px;
          height: 26px;
          border-radius: 100px;
          background-color: #ffecc0;
          background-color: rgb(243, 146, 0);
          color: rgb(255, 123, 0);
          top: 2px;
          left: 2px;
          z-index: -5; }
    .meter-wrapper .meter .progress {
      z-index: 5;
      margin: 0;
      position: absolute;
      background-color: #eeb946;
      padding: 0px;
      display: block;
      max-width: 100%;
      width: 20%;
    }
	