/*! normalize.css v3.0.1 | MIT License | git.io/normalize */*,:after,:before{-o-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@font-face{font-family:Fedra;src:url(fonts/fedrasansstd-demi.eot);src:url(fonts/fedrasansstd-demi.woff) format("woff"),url(fonts/fedrasansstd-demi.ttf) format("truetype"),url(fonts/fedrasansstd-demi.svg#fedrademi) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Fedra;src:url(fonts/fedrasansstd-medium.eot);src:url(fonts/fedrasansstd-medium.woff) format("woff"),url(fonts/fedrasansstd-medium.ttf) format("truetype"),url(fonts/fedrasansstd-medium.svg#fedrademi) format("svg");font-weight:700;font-style:normal}body{background:#fff;font-family:Verdana,sans-serif;color:#333;font-size:12px}.container{width:519px}.questiontext{font-size:14px;font-family:Fedra;font-weight:400}.questions-wrapper{list-style-type:none}.question{width:100%;background-color:#e2dddb;padding:10px 10px 20px;margin-bottom:10px;opacity:1;max-height:1200px;transition:all .3s ease-out}button.option{border:none;border-radius:1px;font-size:12px;font-family:Fedra;font-weight:700;background-color:#fff;padding:10px;margin-right:5px}button.chosen,button.option:hover{background-color:#ed1b34;color:#fff;-webkit-tap-highlight-color:none;outline:0}.information{width:90%;opacity:1;font-size:12px;max-height:800px;transition:all .3s ease-out}button.more-info{color:transparent;background-image:url(../images/information-icon.png);background-size:30px 30px;background-color:transparent;border:none;outline:0;-webkit-tap-highlight-color:none;width:30px;height:30px;float:right}button.open-info{background-image:url(../images/information-icon.png)}.hide{display:none}.nodisplay{position:relative;opacity:0;margin-bottom:0;padding-top:0;padding-bottom:0;max-height:0;overflow:hidden;transition:all .2 ease-out}select{max-width:80%}.result{padding-left:10px;padding-right:10px}table.result-table{width:100%;border-collapse:separate}table.result-table>tbody>tr>td{vertical-align:top;padding-top:5px}table.result-table>tbody>tr>td:first-child{width:70%}table.result-table>tbody>tr>td:last-child{text-align:right}.paragraph{margin-bottom:50px}span.tuition-amount{display:block;font-family:Fedra;font-weight:700;font-size:18px;color:#ed1b34}

  .hidden {
  	display: none;
  }

 .collegegeld-meter--centered {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

 a.back {
     font: inherit;
     -webkit-appearance: button;
     border-radius: 1px;
     font-size: 12px;
     font-family: Fedra;
     text-decoration: none;
     font-weight: 700;
     padding: 10px;
     background-color: #ed1b34;
     color: #fff;
     margin-bottom: 20px;
 }

.collegegeld-meter--centered .container {
	width: 100%;
}

.collegegeld-meter--centered .collegegeld-meter__logo {
	position: absolute;
	width: 60px;
	height: 60px;
}

@media only screen and (min-width: 768px) {
	.collegegeld-meter--centered .collegegeld-meter__logo {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (min-width: 992px) {
	.collegegeld-meter--centered .collegegeld-meter__logo {
		width: 100px;
		height: 100px;
	}
}

.collegegeld-meter--centered .collegegeld-meter__logo img {
	width: 100%;
	height: auto;
	border: 0;
}


.collegegeld-meter--centered .collegegeld-meter__top {
	position: relative;
	margin: 30px 0;
	height: 60px;
}

@media only screen and (min-width: 768px) {
	.collegegeld-meter--centered .collegegeld-meter__top {
		height: 80px;
	}
}

@media only screen and (min-width: 992px) {
	.collegegeld-meter--centered .collegegeld-meter__top {
		height: 100px;
	}
}

.collegegeld-meter--centered .collegegeld-meter__title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 70px;
}

@media only screen and (min-width: 768px) {
	.collegegeld-meter--centered .collegegeld-meter__title {
		padding-left: 95px;
	}
}

@media only screen and (min-width: 992px) {
	.collegegeld-meter--centered .collegegeld-meter__title {
		padding-left: 120px;
	}
}

.collegegeld-meter--centered .collegegeld-meter__title h1 {
	position: relative;
	top: 5px;
	font-family: Fedra;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}

@media only screen and (min-width: 768px) {
	.collegegeld-meter--centered .collegegeld-meter__title h1 {
		font-size: 32px;
		top: 8px;
	}
}

@media only screen and (min-width: 992px) {
	.collegegeld-meter--centered .collegegeld-meter__title h1 {
		font-size: 36px;
		top: 10px;
	}
}