@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=1d15e06e-7146-4a51-aa93-507d66ddd8ce&fontids=1475948");
@font-face{
	font-family:"Univers LT W04_45 Light1475948";
	src:url("fonts/1475948/db1e9a24-d371-4686-ba25-77b32a84e0db.woff2") format("woff2"),url("fonts/1475948/beca77d5-0862-440e-bddd-321e82d5422c.woff") format("woff");
}

body {
	font-family: "Univers LT W04_45 Light1475948";
	margin: 0;
	background: #01AEA4;
}

#wrapper {
	max-width: 414px;
    margin: 0 auto;
    box-sizing: border-box;
	color: #FFF;
}

#header {
	min-height: 104px;
}

#groups {
	background: #FFF;
	color: #000;
	padding: 20px 40px 40px 40px;
	min-height: 250px;
	border-top-left-radius: 40px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 10px;
	box-shadow: 2px 17px 88px 0 #004b46;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(1, 174, 164, 0.2);
	border-right: 1.1em solid rgba(1, 174, 164, 0.2);
	border-bottom: 1.1em solid rgba(1, 174, 164, 0.2);
	border-left: 1.1em solid #01AEA4;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#footer {

}

#logo {
	width: 175px;
    height: 42px;
	background: url(images/rit-logo@2x.png);
	background-size: 175px 42px;
    margin: 30px auto;
}

h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
	padding-top: 20px;
    text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}

.app-title {
	min-height: 64px;
	font-size: 30px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 40px;
}

.topic {
	position: relative;
    border-radius: 10px;
    box-shadow:  8px 2px 21px 0 rgba(159, 159, 159, 0.5);
	margin-bottom: 20px;
	background: #FFF;
	color: #000;
	transition: background 0.3s, color 0.3s;
}

.topic.selected {
	box-shadow: 11px 15px 72px 0 rgba(0, 80, 74, 0.7);
	background: rgb(1, 174, 164);
	color: #FFF;
}

.topic-header {
	display: table;
    height: 70px;
    padding: 0 70px 0 60px;
    font-size: 14px;
}

.topic-header > span {
	display: table-cell;
    vertical-align: middle;
    height: 100%;
	font-weight: bold;
}

.topic-icon {
	position: absolute;
    left: 10px;
    top: 15px;
	width: 40px;
	height: 40px;
}

.topic-icon svg,
.topic-icon img {
	width: 40px;
	height: auto;
}

.topic-icon svg g {
	transition: fill 0.3s;
}

.selected .topic-icon svg g path {
	fill: #FFF;
}

.topic-chart {
	position: absolute;
    right: 10px;
    top: 10px;
}

.topic-chart canvas {
	width: 50px;
	height: 50px;
}

.topic-text {
	padding: 0 35px 10px 60px;
    font-size: 14px;
}

.topic-body {
	padding-bottom: 10px;
}

.topic-question {
	font-size: 14px;
	margin-bottom: 5px;
}

.topic-question > div {
	position: relative;
	padding: 10px 35px 10px 93px;
}

.topic-question span {
	position: absolute;
	top: 7px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid;
    border-color: inherit;
    vertical-align: middle;
    margin-right: 10px;
    transform: translateX(-34px);
}

.topic-question.selected span:after {
	content: "";
	position: absolute;
	top: -3px;
    left: 3px;
	width: 23px;
	height: 21px;
	background: url(images/check.png);
	background-size: 23px 21px;
}

.footer-title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.summary {
	float: left;
    width: calc(50% - 20px);
    margin: 10px;
	text-align: center;
}

.summary canvas {
	width: 100%;
    max-width: 150px;
}

#total-summary {
	text-align: center;
	margin-bottom: 40px;
}

.clearfix:after {
    content: "";
	clear: both;
	display: table;
}