html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
a {
	text-decoration: none;
}

.row {
	max-width:1280px;
}

.pagination:last-child {
    border-top: 1px solid #ccc;
}
.pagination {
    overflow: hidden;
    text-align: center;
    font-size:11px;
    padding:5px 2px;
}
.pagination a {
	color:#333;
	font-weight:bold;
}

/*
 * TPH window
 */
.tphWindow {
	padding:0;
}
.tphCloseWindow {
    background: #3085d6 url("../images/delete.png") no-repeat scroll center center;
    height: 36px;
    right: 0;
    top: 0;
    width: 36px;
}
.tphContentReload {
    background-image: url("../images/reload.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 36px;
    padding: 0;
    width: 36px;
}
.tphContentReload.loading {
    background-image: url("../images/reloading.gif");
}
.tphWindowCaption {
    background-color: #3085d6;
    color: #fff;
    font-size: 18px;
    padding: 0 36px 0 8px;
    text-shadow: none;
}
.tphWindowCaption>span{
	line-height: 36px !important;
}

.tphWindowContentContainer {
	padding:0;
}
.controlbar {
	padding:5px;
	border-top:#ccc 1px solid;
}

@media only screen and (max-width: 767px) {
	.tphWindow {		
		left:10px !important;
		right:10px !important;
		
		margin:0 auto;
		max-width:95%;
	}
}

._background,
._background .wizardContainer{
	position:fixed !important;
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
}

._background .wizardContainer .wizard,
._background .wizardContainer .wizard>li {
	position:absolute !important;
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	height:auto !important;
}

._background .wizardContainer .control,
._background .wizardContainer .controls {
	display:none;
}

._header {
	background-color:rgba(255,255,255,0.95);
}
._logo {
	background:url(../images/logo.png) left center no-repeat;
	background-size:auto 80%;
	width:200px;
	height:80px;
	pointer-events:initial;
	cursor:pointer;
}
._wrapper {
	position:relative;
	z-index: 1;
	padding:0 50px 10px;
}

._socials .fa {
	padding:5px;
	font-size:20px;
	color:#fff;
}

._footer {
	background-color:rgba(0,0,0,0.8);
	padding:5px;
}
._footer,
._footer a {
	color:#fff;
	font-size:11px;
}

._tph {
	background:url(../images/tph.png) left center no-repeat;
	padding-left:40px;
}

body:not(.home) ._pageContainer {
	box-shadow: 0 0 10px #ccc;
}
body:not(.home) ._component {
	padding:10px;
	background-color:rgba(255,255,255,0.6);
}

.surveyForm dl.definitions dd label {
	display:block;
}
@media only screen and (max-width: 767px) { 
	.fullHeight:not(.fixed) {
		height:auto !important;
		overflow:hidden;
	} 
}

label.navigator {
	display:none !important;
	font-size:32px;
	color:#fff;
	text-align:center;
	width:2em !important;
	background-color:#FE8A16;
}
#navigator {
	display:none;
}
._navigation .menu {
	display:block;
	list-style: none;
	border-collapse: collapse;
	text-align: right;
}

._navigation .menu li {
	display:inline-block;
	padding:0 10px;
	vertical-align: middle;
}

._navigation .menu li>a {
	display:block;
}

._navigation .menu li>a>span {
	display:block;
	color:#333;
	font-size:18px;
	line-height:80px;
	padding:0 10px;
}

._navigation .menu li:hover,
._navigation .menu li.active {
	background-color:rgba(0,0,0,0.8);
}

._navigation .menu li:hover>a>span,
._navigation .menu li.active>a>span {
	color:#fff;
}


.pageContent ul.selectList>li>div {
	background-color:rgba(255,255,255,0.8);
}
.pageContent ul.selectList>li:hover>div {
	background-color:#fff;
}
.pageContent ul.selectList>li>div a {
	color:#000;
}

.pageTitle h1,
.pageTitle h2 {
	line-height:1.1em;
}
.pageTitle h1 {
	font-size:24px;
}
.pageTitle h2 {
	font-size:18px;
}

body:not(.home) .pageTitle,
body:not(.home) .pageContent,
body:not(.home) .pageSidebar  {
	background-color:rgba(255,255,255,0.8);
}
.pageTitle {
	border-bottom:#ccc 1px solid;
}
.pageTitle ,
.pageContent,
.pageSidebar h4,
.sidebarContent {
	padding:10px;
}

.pageSidebar h4 {
	background-color:#FE8A16;
	color:#fff;
}
.pageSidebar h4+.sidebarContent {
	border:#FE8A16 1px solid;
	background:#fff;
}

.sidebarContent .controlbar {
	padding:10px;
	text-align: center;
	background:none;
	border-top:#FE8A16 1px solid;
}
.pageSidebar.right {
	margin-left:10px;
}
.pageContent ul:not(.fieldList):not(.selectList),
.pageContent ol {
	padding-left:4em;
} 

.pageContent ul:not(.fieldList):not(.selectList),
.pageContent ul:not(.selectList),
.pageContent ol,
.pageContent p {
	margin-bottom:1em;
}

.pageSidebar .overview h2 {
	font-size:16px;
	font-weight:bold;
	line-height:2em;
	text-align: center;
	background-color:#fff;
	border-bottom:#ccc 1px solid;
}

.pageSidebar .overview dl.content {
	padding:10px;
}
.pageSidebar .overview dl.content>dt {
	font-weight:bold;
	color:#000;
}
.pageSidebar .overview dl.content>dd {
	margin-left:2em;
}

ul.fieldList label {
	width:120px;
}

body.home .pageTitle {
	display:none;
}
body.home .pageContent p{
	color:#fff;
	text-shadow: 1px 1px 1px #000;
	font-size:38px;
	font-weight:bold;
	line-height:1em;
	margin:0;
	text-align:right;
}
body.home .pageContent p:first-child {
	font-size:74px;
}

dt.surveyQuestion.required:after {
	display: inline-block;
    content: "Required";
    color: #f00;
    font-size: 9px;
    font-weight: normal;
    line-height: 1em;
    border: #f00 1px solid;
    border-radius: 5px;
    padding: 4px 4px;
    vertical-align: top;
    margin-left: 1em;
}

@media only screen and (max-width: 1023px) { 
	._logo {
		width:auto;
		background-size: auto 70%;
		background-position: 1em center;
		height:70px;
	}
	label.navigator {
		display:table-cell !important;
	} 
	._navigation {
		display:block !important;
		position:absolute;
		left:0;
		right:0;
		top:70px;
		background-color:#fff;
		z-index: 1;
	}
	._navigation,
	._navigation ul.menu {
		overflow:hidden;
	}
	ul.menu {
		display:none !important;
	}
	#navigator:checked+ul.menu,
	._navigation ul.menu>li {
		display:block !important;
	}
	._navigation ul.menu>li>a>span {
		line-height:2.5em;
		text-align: left;
	}
}


.wizardContainer.minimal .prevControl, 
.wizardContainer.minimal .nextControl {
	width:50%;
	pointer-events:none;
	background:none;
	overflow:hidden;
}

.wizardContainer.minimal .prevControl > span > span {
	text-align:left;
}

.wizardContainer.minimal .prevControl > span > span:before {
	pointer-events:auto;
	margin-left:-32px;
	
	-webkit-transition: margin-left 0.5s ease-out;
	-moz-transition: margin-left 0.5s ease-out;
	-ms-transition: margin-left 0.5s ease-out;
	-o-transition: margin-left 0.5s ease-out;
	transition: margin-left 0.5s ease-out;
}

.wizardContainer.minimal:hover .prevControl > span > span:before {
	margin-left:0;
	
	-webkit-transition: margin-left 0.5s ease-in;
	-moz-transition: margin-left 0.5s ease-in;
	-ms-transition: margin-left 0.5s ease-in;
	-o-transition: margin-left 0.5s ease-in;
	transition: margin-left 0.5s ease-in;
}
 
.wizardContainer.minimal .nextControl > span > span {
	text-align:right;
}
.wizardContainer.minimal .nextControl > span > span:before {
	pointer-events:auto;
	margin-right:-32px;
	
	-webkit-transition: margin-right 0.5s ease-out;
	-moz-transition: margin-right 0.5s ease-out;
	-ms-transition: margin-right 0.5s ease-out;
	-o-transition: margin-right 0.5s ease-out;
	transition: margin-right 0.5s ease-out;
}

.wizardContainer.minimal:hover .nextControl > span > span:before {
	margin-right:0;
	
	-webkit-transition: margin-right 0.5s ease-in;
	-moz-transition: margin-right 0.5s ease-in;
	-ms-transition: margin-right 0.5s ease-in;
	-o-transition: margin-right 0.5s ease-in;
	transition: margin-right 0.5s ease-in;
} 

/*
 * Covers
 */

.logo,
.cover {
	background-color: #f3f3f3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    position: relative;
}
.logo {
	background-color:transparent;
}
.cover {
	background-size:cover;
	height:200px;
}
.cover.contain {
	background-size:contain;
}
.cover.medium {
	height:120px;
}
.cover.large {
	height:250px;
}
.cover.xlarge {
	height:300px;
}
.cover.xxlarge {
	height:350px;
}
.logo.left,
.cover.left {
	background-position:left;
}
.logo.right,
.cover.right {
	background-position:right;
}
.logo.small {
	height:50px;
}
.cover.small {
	height:80px;
}
.cover.smaller {
	height:60px;
}
.cover.smallest {
	height:40px;
}
.cover.micro {
	height:32px;
}
.cover.atomic {
	height:24px;
}
.cover.quark {
	height:16px;
}
.logo>.fa,
.cover>.fa {
	font-size:24px;
	color:#ccc;
	text-shadow: 1px 1px 0px #000;
	position:absolute;
	cursor:pointer;
	left:5px;
	top:5px;
	width:28px;
}
.logo>.fa:hover,
.cover>.fa:hover {
	color:#333;
	text-shadow: 1px 1px 0px #fff;
} 
.logo>.fa>input[type=file].photoUploader,
.cover>.fa>input[type=file].photoUploader {
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.cover .caption {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	line-height:1.2em;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	padding:5px;
	overflow:hidden;
}
.cover .caption.top {
	bottom:auto;
	top:0;
}
.cover .caption.slideUp{
	max-height:0;
	padding:0;
	
	transition: max-height 0.1s ease-in-out;
}
.cover:hover .caption.slideUp {
	max-height:100%;
	transition: max-height 0.3s ease-in-out;
}
.cover .inset {
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	padding:10px;
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	overflow:auto;
}

.cover.ajaxContainer.loading {
	background-image:none;
	background-size: cover;
	background-position:center center;
}
.cover.contain.ajaxContainer.loading {
	background-size: contain;
}
.cover.ajaxContainer.loading * {
	display:none;
}
.cover.ajaxContainer.loading .progressFileGroup,
.cover.ajaxContainer.loading .progressFileGroup * {
	display:inherit;
	border:none;
}
