/* 
Theme Name: The CORE Project
Theme URI: http://www.core-econ.org/
Description: The Core Project Theme
Version: 1.0 
Author: Silver District
Author URI: http://www.silverdistrict.uk/
Text Domain: core
*/

/*
 *
 * GENERAL 
 *
 */

* {
	box-sizing:border-box; 
	-moz-box-sizing:border-box; /* Firefox */ 
	-webkit-box-sizing:border-box; /* Safari */ 
}

/* Adds padding from top and bottom */
/*.inline-wrap .mfp-container {
	padding-top: 40px;
	padding-bottom: 40px;
}*/

/* Adds max-width to popup content */
.inline-wrap .mfp-content {
	width: 100%;
	max-width: 700px;
	background-color: black;
}

.inline-wrap.fullsize .mfp-content {
	height: 88%;
	width: 100%;
	max-width: 90%;
	background-color: white;
}

/* Scale down proportionally */
.inline-popup {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 56.25%; /* This is scale ratio */
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.inline-wrap.fullsize .inline-popup {
	padding-top: 0px;
}

/* Shifts close button outside of the container */
.inline-popup .mfp-close {
	top: -44px !important;
	color: #FFF !important;
	text-align: right;
	right: 1px;
}

.inline-popup .caption {
	bottom: -200px;
}

/* Contains content */
.inline-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Overwrite videojs defaults for fluid size video */
.video-js {
    	/*position: relative !important;*/
    	width: 100% !important;
    	height: 100% !important;
}

/*.vjs-poster {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}*/

.modal {
	z-index: 200000;
}

form .hp {
	display: none;
}

/*@media (min-width: 768px) {
	.modal-dialog {
		margin: 40px auto;
	}
}*/

#noscript-warning {
	font-family: sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #ae0000;
	padding: 15px 0px;
}

.tooltip {
	font-size: 13px;
}

a img {
	outline: none;
      	border: none;
}

li {
	margin-bottom: 0px;
}

.alignleft {
	float: left; 
	margin: 0px 20px 0px 0px;
}

.alignright {
	float: right;
	margin: 0px 0px 0px 20px;
}

.form-group label {
	color: #2e2e2e;
	font-size: 16px;
}

/*input[type=text].form-control, input[type=number].form-control, input[type=email].form-control, input[type=password].form-control, select.form-control*/
.form-control {
	font-family: 'proxima-nova', helvetica, arial, sans-serif; 
	height: 44px;
	border: 2px solid #d1d1d1;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}

input[type=text].form-control, input[type=number].form-control, input[type=email].form-control, input[type=password].form-control, textarea.form-control {
	-webkit-appearance: none; /* stop mobile styling safari */
}

textarea.form-control {
	height: 150px;
}

/*.form-group.has-error .form-control {
	border-color: #db473e;
}*/

.form-control:focus {
	border: 2px solid #999;
}

body {
	color: #555; 
	line-height: 28px; 
	font-size: 18px; 
	background-color: white;
	font-family: 'proxima-nova', helvetica, arial, sans-serif; 
	font-weight: 400;
}

.nav-tabs, .nav-pills {
	margin-bottom: 25px;
}

.nav-tabs {
	border-bottom: 2px solid #ddd;
}

.nav-pills>li>a {
	padding: 6px 15px;
}

.nav-tabs > li > a {
	margin-bottom: -1px;
	font-size: 19px;
	font-weight: 600;
	padding: 10px 30px;
	border: 2px solid transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover   {
	color: #2e2e2e;
	border: 2px solid #ddd;
    	border-bottom-color: transparent;
}

.overlay {
	position:absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(28,34,39,0.4);
	z-index: 0;
}

header {
	position: relative;
	float: left; 
	width: 100%; 
	padding: 170px 0px;
	text-align: center;
	background: url('img/accounts-header.jpg') no-repeat center center #333; 
	background-size: cover;
}

header#missing {
	background: url('img/404-header.jpg') no-repeat center center #333; 
	background-size: cover;
}

/*header#register {
	background: url('img/accounts-header.jpg') no-repeat center center #333; 
	background-size: cover;
}*/

header#account {
	background: url('img/accounts-header.jpg') no-repeat center center #333; 
	background-size: cover;
	position: relative;
	padding: 130px 0px;
}

header h1 {
	font-size: 60px;
	font-weight: 600;
	color: white;
	margin-top: 0px;
	margin-bottom: 10px;
}

section {
	float: left; 
	width: 100%;
	padding:70px 0px;
}

.yellow-bg {
	background-color: #f9ecd8;
}

footer {
	float: left; 
	width: 100%;
	padding:70px 0px 50px 0px;
	background-color: #f6544a;
	color: white;
	font-size: 16px;
}

footer h3 {
	color: white;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

footer ul {
	float:left; 
	list-style-type: none; 
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

footer ul li {
	margin-bottom: 8px;
}

footer ul li a {
	color: white;
}

#footer-nav ul {
	width: 50%;
}

section#copyright {
	padding: 30px 0px;
	font-size: 15px;
	background-color: #272f32;
	font-weight: 600;
	color: white;
}

section#copyright #credit {
	text-align: right;
}

section#copyright #credit a {
	color: white; 
	text-decoration: underline;
}

#navbar {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	width: 100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 1000; 
	font-weight: 600; 
	font-size: 16px; 
}

#logo {
	float:left; 
}

#logo img {
	margin-top: 20px;
	width: 180px;
}

#logo-colour {
	display:none;
}

#language-group {
	float: left; 
	margin-top: 15px; 
	margin-left: 15px;
}

#language-group .btn {
	background-color: transparent; 
	border: none;
}

#language-group .btn:hover {
	background-color: #f1f1f1;
}

#language-group.open .btn {
	-webkit-box-shadow: none;
    	box-shadow: none;
    	background-color: #f1f1f1;
}

#language-list li img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

#nav-menu {
	display: none;
	cursor: pointer; 
	float: right; 
	color: black;
	font-weight: 600;
	padding: 15px 0px 15px 15px;
}

nav {
	float: right;
}

nav > ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

nav > ul > li {
	float:left; margin-bottom: 0px;
}

nav > ul > li a {
	color: white; 
	display: block;
	padding: 20px 14px;
}

#navbar.active {
	background-color: white;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#navbar.active li a {
	color: #db473e;
}

#navbar.active #logo-white {
	display: none;
}

#navbar.active #logo-colour {
	display: block;
}

table {
    	border-collapse: collapse;
}

.anchor {
	display: block;
	visibility: hidden;
	position: relative;
	top: -130px;
}

img {
	max-width: 100%;
}

p {
	margin-bottom: 20px;
}

h2, h3, h4, h5 {
	color: #2e2e2e;
	font-weight: 600;
	margin-bottom: 20px; 
}

h2 {
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 34px;
	color: #2e2e2e;
	font-weight: 600;
	text-align: center;
	letter-spacing: -1px;
}

.underline {
	position:relative;
}

.underline:after {
	content: "";
   	display: block;
   	width: 80px;
   	height: 5px;
   	background: #ffc74e;
   	position: absolute;
   	left: 50%;
   	margin-left: -40px;
   	bottom: -20px;
}

button, .button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 25px;
	color: white; 
	font-family: 'proxima-nova', helvetica, arial, sans-serif; 
	font-weight: 600;
	border: none;
	font-size: 18px;
	outline: none;
	display: inline-block;
}

a.button, a.button:hover {
	color: white;
	text-decoration: none;
}

a button, a.button {
	outline: none;
}

.button-large {
	padding: 15px 25px;
}

.button-red {
	border-bottom: 2px solid #b13730;
	background-color: #f6544a;
}

.button-grey {
	color: #f6544a;
	border-bottom: 2px solid #d6d6d6;
	background-color: #ebebeb;
}

.button-cyan {
	color: white;
	border-bottom: 2px solid #3d958c;
	background-color: #50baaf;
}

.button-transparent {
	border: 3px solid white;
	background-color: transparent;
}

.false-table {
	float: left; 
	width: 100%; 
	display: table;
}

.false-table > div {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

table.break-table {
	float: left;
	width: 100%;
}

@media (min-width: 1200px) {
	.container {
   		width: 1200px;
   	}
}

@media only screen and (max-width : 1200px) {
	nav > ul > li a {
		padding: 20px 9px;
	}
}

/*@media screen and (max-width: 1199px) {


}*/

@media screen and (max-width: 991px) {
	#navbar {
		background-color: white;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	}

	#logo img {
		width: 140px;
	}

	#logo-white {
		display: none;
	}

	#logo-colour {
		display: block;
	}

	#language-group {
		margin-top: 12px;
	}

	#nav-menu {
		display: block;
	}

	nav {
		display: none;
		position: absolute; 
		top: 100%; 
		width: 200px; 
		right: 0px; 
		z-index: 1001; 
		background-color: white;
	}

	nav.active {
		display: block;
	}

	nav > ul {
		width: 100%;
	}
	
	nav > ul > li {
		width: 100%;
		float: none;
	}

	nav > ul > li > a {
		padding: 10px 20px; 
		width: 100%; 
		text-align: left; 
		color: #db473e;
	}

	header {
		padding: 160px 0px 140px 0px;
	}

	header#account {
		padding: 130px 0px 90px 0px;
	}
}

@media screen and (max-width: 767px) {
	header h1 {
		font-size: 45px;
	}

	header {
		padding: 150px 0px 110px 0px;
	}

	#footer-nav ul { 
		width: 50%;
	}

	.false-table, .false-table > div {
		float:left; 
		display: block;
	}

	table.break-table td {
		display: block; 
		width: 100% !important; 
		margin-bottom: 30px;
	}

	/*.mob-pad {
		margin-bottom:30px;
	}*/

	.mob-pic {
		text-align: center;
	}

	.mob-pic img {
		/*width: 70%;*/
	}

	section#copyright #credit {
		text-align: left;
	}
}

/*
 *
 * END GENERAL 
 *
 */


/*
 *
 * HOME
 *
 */

#home-header {
	background: url('img/rope-market.jpg') no-repeat center center #333; 
	background-size: cover;
	text-align: left;
}

#home-header h1 {
	font-size: 50px;
	margin-bottom: 20px;
	line-height: 60px;
}

/*
section#home-material ol {
	margin-left: 0;
	padding-left: 30px;
}

section#home-material ol li {
	font-size: 22px; 
	color: #888;
	font-weight: 600;
	font-family: helvetica, arial, sans-serif; 
	font-style:italic;
	margin-bottom: 20px;
}

section#home-material ol li span {
	font-size: 18px; 
	color: #555;
	font-weight: 400;
	font-family: 'proxima-nova', helvetica, arial, sans-serif; 
	font-style: normal;
}*/

#home-material p {
	margin-bottom: 30px;
}

.contributor-box {
	margin-bottom: 40px;
	background-color: white;
	height: 224px;
	width: 100%;
	padding: 70px 20px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 7px 7px 18px -7px rgba(0,0,0,0.08);
	-moz-box-shadow: 7px 7px 18px -7px rgba(0,0,0,0.08);
	box-shadow: 7px 7px 18px -7px rgba(0,0,0,0.08);
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	/*border: 1px solid #f5e7d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

.contributor-box p {
	font-size: 40px;
	margin-bottom: 10px;
}

.contributor-box:hover {
	text-decoration:none;
	background-color: #f9f9f9;
}

.contributor-box:focus {
	text-decoration: none;
}

#who-uses {
	background: url('img/econ_ucl_2_dark.jpg') no-repeat center center #333; 
	background-size: cover;
	color:white;
	font-weight: 600;
}

#who-uses h2, #who-uses h3 {
	color: white;
}

#who-uses p {
	/*text-align: center;*/
	font-size: 21px; 
	margin-bottom: 30px;
}


/*section#home-stats {
	padding: 0px;
	background-color: #c34b4b;
	text-align: center;
	color: white;
	font-size: 18px;
}

section#home-stats p {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 30px;
}

section#home-stats > div div {
	padding:80px 0px;
}

section#home-stats > div div:nth-child(1) {
	background-color:#ba4747;
}

section#home-stats > div div:nth-child(2) {
	background-color:#c04a4a;
}

section#home-stats > div div:nth-child(3) {
	background-color:#c64d4d;
}

section#home-stats > div div:nth-child(4) {
	background-color:#cf5050;
}*/

.rounded-tab {
	list-style-type:none;
	margin:0; 
	padding:0;
	margin-bottom: 10px;
}

.rounded-tab  li {
	display: inline-block;
	border: 1px solid #888;
	padding: 6px 22px;
	font-size: 16px;
	font-weight: 700;
	background: #e0e0e0;
	color: #444;
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0px 5px;
	cursor:pointer;
}

.rounded-tab  li:first-child {
	margin-left: 0px;
}

.rounded-tab  li:hover {
	color: #47c8c6
}

.rounded-tab  li.active {
	border: 1px solid #888;
	color: #156496;
	background: #f7f7f7;
	-webkit-box-shadow: inset 0px 2px 1px #b6b5b5;
	-moz-box-shadow: inset 0px 2px 1px #b6b5b5;
	box-shadow: inset 0px 2px 1px #b6b5b5;
}

section#video-carousel .container {
	position:relative; /* to hold buttons */
	background-color: #;
}

#move-left {
	position: absolute;
	top: 100px;
	right: 60px;
	color: #999;
	cursor: pointer;
	z-index: 100;
	font-size: 30px;
}

#move-right {
	position: absolute;
	top: 100px;
	right: 15px;
	color: #999;
	cursor: pointer;
	z-index: 100;
	font-size: 30px;
}

#carousel {
	float: left; 
	width: 100%;
	margin: 60px 0px 30px 0px;
	overflow: hidden;
}

#carousel #groups-holder {
	position: relative;
}

#carousel .group {
	float: left; 
}

/*#carousel .group .single {
	text-align: center;
}*/

/*#carousel .group .single img {
	max-width: 220px; 
	width: 70%;

}*/

#carousel .group .single h5 {
	font-size: 20px;
	margin-top: 20px; 
	margin-bottom: 10px;
}

#carousel .group .single .thumb-wrap {
	position: relative; 
	overflow: hidden;
	cursor: pointer;
}

#carousel .group .single .thumb-img {
	position:absolute; z-index: 100; top:0; bottom:0; left:0; right:0; background-repeat:no-repeat;  background-position:center center; background-size:cover;
}

#carousel .group .single .thumb-play {
	position: absolute; z-index: 101; height: 30px; width: 30px; font-size: 12px; text-align: center; color: white; left: 50%; top: 50%; margin-left: -15px; margin-top: -15px; background-color: #111; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#carousel .group .single .thumb-wrap:hover .thumb-play {
	background-color: #e8453b;
}

#carousel .group .single .thumb-play .fa {
	line-height: 30px; margin-left: 2px;
}

/*#funders td {
	vertical-align: bottom;
}*/

#funders td img {
	width: 100%;
}

section#home-press .row:first-child {
	padding-bottom: 50px;
	border-bottom: 2px solid #999;
}

section#home-press .row:last-child {
	padding-top: 50px;
}

section#home-press .quote p:first-child {
	color: #2e2e2e;
	line-height: 28px;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}

@media screen and (max-width: 991px) {
	#macbook {
		margin-bottom: 40px;
	}

	#who-uses p {
		font-size: 18px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 767px) {

	#move-left, #move-right {
		display: none;
	}

	#carousel {
		margin: 0px;
	}

	#carousel .group {
		display: none;
	}

	#carousel .group:first-child {
		display: block;
		width: 100% !important; 
	}

	#carousel #groups-holder {
		left: 0 !important;
		width: 100% !important;
	}

	#carousel .group .single {
		margin-bottom: 30px;
	}

	section#home-press .quote:last-child {
		padding-top: 30px;
	}
}

/*
 *
 * END HOME
 *
 */


/*
 *
 * MATERIAL
 *
 */


#material-header {
	background: url('img/material-header.jpg') no-repeat center center #333; 
	background-size: cover;
}

section#material-summary {
	text-align:center;
}

section#material-summary .fa {
	color: #f6544a;
}

section#material-summary h3 {
	font-size: 24px;
	margin-bottom: 30px;
}

/*section#material-table {
	padding-bottom: 20px;
	text-align: center;
}

section#material-table table {
	display: none;
	float: left; 
	width: 100%;
	margin-bottom: 40px;
	color: #444;
}

section#material-table table th {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #2e2e2e;
	padding: 15px 0px;
}

section#material-table table tr {
	border-bottom: 1px solid #999;
}

section#material-table table td {
	text-align: left;
	padding: 20px 0px;
	vertical-align: top;
}

section#material-table table td p:first-child {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

section#material-table table td:first-child {
	padding-right: 10px;
}

section#material-table table td:last-child {
	padding-left: 10px;
}*/

#material-intro ul {
	margin-bottom: 20px;
}

p.unit-subtitle {
	font-weight: 600; 
	color: #2e2e2e;
}

.unit-data {
	display: none;
}

.unit-image {
	max-width: 400px;
}

.material-unit {
	display: block;
	text-align: center;
	background-color: #f7f7f7;
	padding: 25px 0px 26px 0px;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	border-top: 1px solid #f3f3f3;
	-webkit-touch-callout: none;
    	-webkit-user-select: none;
    	-khtml-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
   	user-select: none;
}

.material-unit.blank {
	cursor: default;
}

.material-unit:hover {
	text-transform: none;
	background-color: #f5f5f5;
}

.material-unit.blank:hover {
	background-color: #f7f7f7;
}

.material-unit.active {
	background-color: #50baaf;
	color: white;
}

.material-unit table {
	width: 100%;
}

.material-unit table tr td:first-child {
	width: 10%;
}

.material-unit table tr td:first-child span {
	background-color: #f6544a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	color: white;
	display: inline-block;
	line-height: 22px;
}

.material-unit table tr td.chevron {
	width: 10%;
}

.material-content h3 {
	text-align:center; 
}

.material-content {
	padding-top: 10px;
	padding-bottom: 40px;
}

/*.material-content ul, .mob-material-content ul {
	
}*/

.mob-material-content {
	display: none;
}

@media screen and (max-width: 991px) {
	.material-content {
		display:none;
	}

	.mob-material-content {
		display:block;
	}
}

@media screen and (max-width: 767px) {
	section#material-summary p { 
		margin-bottom: 50px;
	}

	.unit-image {
		float: left; 
		width: 100%;
		text-align: center;
		margin: 0;
		margin-bottom: 20px;
		max-width: none;
	}

	.mob-material-content ul {
		display: inline-block;
	}
}


/*
 *
 * END MATERIAL
 *
 */

/*
 *
 * CONTRIBUTORS
 *
 */

#contributors-header {
	background: url('img/contributors-header.jpg') no-repeat center center #333; 
	background-size: cover;
}

#contributors section:nth-child(even){
	background-color: #f9ecd8;
}

#contributors h3 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 20px;
}

p.contributor-image {
 	text-align: center;
}

p.contributor-image img {
	-moz-border-radius:7px; 
	webkit-border-radius:7px; 
	border-radius:7px; 
}

p.affiliation {
	font-size: 16px;
 	text-align: center;
 	font-weight: 400;
}

section#steering-group h3 {
	text-align: left;
	margin-top: 0px;
	font-size: 24px;
	margin-bottom: 15px;
}

.col-ta {
	margin-bottom: 40px;
}

/*section#steering-group p.affiliation {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #666;
}*/

section#steering-group .col-md-6 {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#contributors h3 { 
		text-align: left;
		font-size: 18px;
	}

	p.affiliation {
		text-align: left;
	}
}

/*.contributors-table tr {
	padding: 15px 0px;
} 

.contributors-table td {
	width: 25%;
	vertical-align: top;
	padding: 5px;
	font-size: 17px;
} 

.contributors-table h5 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
} 

section#contributors-institutions h5 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}*/

/*
 *
 * END CONTRIBUTORS
 *
 */

/*
 *
 * PRESS
 *
 */

#press-header {
	background: url('img/press-header.jpg') no-repeat center center #333; 
	background-size: cover;
}

#press h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#press p:first-child {
	font-size: 14px; 
	margin-bottom: 5px;
	font-weight: 600; 
	color: #444;
}

/*.press-logo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}*/

.press-logo img {
	max-width: 120px;
}

#press .col-md-6 {
	font-size: 16px;
	margin-bottom: 15px;
}

/*
 *
 * END PRESS
 *
 */

/*
 *
 * BLOG
 *
 */

#blog-header {
 	background: url('img/Unit-1-Header.jpg') no-repeat center center #333; 
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#post-buttons {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.posts {
	padding: 50px 0px;
	border-bottom: 2px solid #ccc;
}

.posts:first-child {
	padding-top: 0px;
}

.post-title h2 {
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.post-title h2 a { 
	color: #2e2e2e;
}

.post-stats {
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}

.post-stats .stat {
	margin: 0px 20px; 
	display: inline;
}

.post-stats .fa {
	color: #f6544a;
}

#post-content {
	float: left;
	width: 100%;
}

#blog-subscribe {
	text-align:center;
}

#blog-subscribe h2 {
	margin-bottom: 40px;
}

#blog-subscribe .form-control {
	height: 46px;
	width: 100%;
	padding: 0px 10px;
}

#blog-subscribe .btn {
	height: 46px;
	background-color: #50baaf;
	font-weight: 600;
	font-size: 16px;
}

#blog-search {
	position: absolute;
	bottom: 0px; 
	right: -220px;
	z-index: 100;
	width: 310px;
	background-color: #50baaf;
	height: 90px;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
}

#blog-search.active {
	right: 0px;
}

#blog-search td p {
	padding: 0;
	margin: 0px 0px -5px 0px;
	font-size: 24px;
}

#blog-search td:first-child {
	width: 90px;
}

#blog-search td:last-child {
	width: 220px;
}

#blog-search .form-control {
	width: 200px;
	border: none;
}

.page-numbers {
	float:left; 
	margin-bottom:10px; 
	margin-right:5px; 
	color:#444;  
	text-decoration:none; 
	-moz-border-radius:5px; 
	webkit-border-radius:5px; 
	border-radius:5px; 
	border: 2px solid #d1d1d1; 
	padding: 0px 12px; 
	font-size: 14px; 
	font-weight: 600;
	background: transparent;
}

.page-numbers:hover {
	background: #eee; 
}

.page-numbers.current {
	background: #eee;
}

.page-numbers.dots {
	border: none;
	background: transparent;
}


/*
 *
 * END BLOG
 *
 */

/*
 *
 * MY ACCOUNT
 *
 */

/*#account-popout {
	font-size: 15px;
}*/

/*#account-popout .modal-header {
	
}*/

/* fieldset.traditional {
	border: 1px solid #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 10px 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
        box-shadow:  0px 0px 0px 0px #000;
}

fieldset.traditional legend {
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: left !important;
} */

.updates-list {
	padding: 10px 0px;
	font-size: 14px;
	line-height: 25px;
	/*border-bottom: 1px solid #e5e5e5;*/
}

/*.updates-list:last-child {
	border-bottom: none;
}*/

.updates-list h3 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#account-boxes > div {
	padding: 0px 10px;
}

a.account-box {
	display: block;
	padding: 55px 0px;
	outline: none;
	background-color: white;
	margin-bottom: 20px;
	color: #2e2e2e;
	font-weight: 600;
	font-size: 16px;
	-webkit-box-shadow: 7px 7px 18px -7px rgba(0,0,0,0.1);
	-moz-box-shadow: 7px 7px 18px -7px rgba(0,0,0,0.1);
	box-shadow: 7px 7px 18px -7px rgba(0,0,0,0.1);
	text-align: center;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

a.account-box:focus {
	text-decoration: none;
}

a.account-box p {
	font-size: 50px;
	margin-bottom: 10px;
	display:block;
}

a.account-box:hover {
	text-decoration:none;
	background-color: #f7f7f7;
}

a.account-box.inactive {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
	background-color: #f5f5f5;
}

a.account-box.inactive:hover {
	text-decoration:none;
	background-color: #f5f5f5;
}

#go-back {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #50baaf;
	color: white;
	font-weight: 600;
	padding: 20px 25px;
}

a.download-box {
	background-color: #f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	display: block;
	font-size: 16px; 
	font-weight: 600;
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 10px;
}

a.download-box:focus {
	text-decoration: none;
}

a.download-box:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}


/*
 *
 * END MY ACCOUNT
 *
 */

 /*
  *
  * QUIZ
  *
  */

.completed span:first-child {
	text-decoration: line-through;
}

.completed:hover span:first-child {
	text-decoration: none;
}

.prev-score {
	margin-left: 15px;
	font-weight: 600;
}

.high-score {
	color: #4dda82;
}

.mid-score {
	color: #ee8a41;
}

.low-score {
	color: #f6544a;
}

/*#quiz-test {
	display: none;
}*/

#test-count, #test-question, #test-answers, #test-result, #test-nav {
	float: left;
	width: 100%;
}

#test-count {
	font-weight: 600;
}

#test-question {
	border-bottom: 2px solid #ccc;
	padding: 20px 0px;
	margin-bottom: 20px;
}

#test-question h3 {
	font-size: 20px;
	margin: 0px;
	line-height: 30px;
}

#test-figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

#test-figure a img {
	max-width: 180px;
	border: none;
	outline: none;
}

#test-answers {
	margin-bottom: 20px;
	font-size: 16px;
}

#test-answers ul {
	list-style-type: none;
	padding-left: 0px;
}

#test-answers li {
	margin: 8px 0px;
	padding: 15px 0px 15px 30px;
	font-weight: 600;
	background-color: #f6f6f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-touch-callout: none;
    	-webkit-user-select: none;
    	-khtml-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
   	user-select: none;
}

#test-answers li.active {
	background-color: #f9ecd8;
}

#test-result {
	padding: 15px 0px; 
	font-size: 16px;
	border-top: 2px solid #ccc;
}

#test-result #correct {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #4dda82;
}

#test-result #wrong {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #f6544a;
}

/*#test-nav {
	text-align: center;
}*/

#test-score {
	font-size: 28px;
	color: #2e2e2e;
}

#score-text {
	margin-top: 50px;
}

.easy-pie-chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-bottom: 50px;
	text-align: center;
}

.easy-pie-chart canvas {
    	position: absolute;
    	top: 0;
    	left: 0;
}

.easy-pie-chart .percent {
   	display: inline-block;
    	line-height: 110px;
    	z-index: 2;
    	color: #2e2e2e;
    	font-size: 24px;
    	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#test-figure {
		float: left;
		width: 100%;
		text-align: center;
	}

	#test-figure a img {
		max-width: 300px;
	}

	#test-score {
		text-align: center;
	}

	#score-text {
		margin-top: 0px;
	}

}

 /*
  *
  * END QUIZ
  *
  */









