/*

Theme Name: Aboard
Theme URI: hangar.it/aboard
Description: Aboard Wordpress theme
Version: 1.0
Author: Hangar Design Group
Author URI: hangar.it

*/

body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter
}
#wrapper {
	display: block;
	width: 90%;
	/*max-width: 1024px;*/
	margin: 40px auto;
}
#logo {
	max-width: 300px;
}
.gradient-title {
	font-size: 60px;
	line-height: 1;
	margin: 30px 0;
	/*max-width: 500px;*/
	background: rgb(146,192,255);
	background: linear-gradient(90deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
}
.white-title {
	font-size: 50px;
	line-height: 1;
	margin: 30px 0;
	font-weight: 900;
	color: white;
	padding: 0 0 20px 0;
	margin: 0;
}

.small-white-title {
	font-size: 30px;
	line-height: 1;
	margin: 30px 0;
	font-weight: 200;
	color: white;
	padding: 0 0 20px 0;
	margin: 0;
}

.title {
	font-size: 18px;
	line-height: 1.3;
	margin: 30px 30% 30px 0;
	
}
form {
	margin-bottom: 100px;
}
input {
	width: 100%;
}
#tuo-brand {
	padding: 10px;
	border: 1px solid #222;
	border-radius: 0;
	outline: none;
	margin: 30px 0 80px;
}
#tuo-brand,
::placeholder {
	font-size: 18px;
	line-height: 1;
	opacity: 1;
	color: #222;
	font-weight: bold;
}

.fascia {
	margin-bottom: 80px;
}

form .question {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 36px;
	font-weight: 900;
	text-align: left;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

form .question b {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

form .description {
	font-size: 12px;
	font-weight: lighter;
	font-style: italic;
	color: #333;
}

form .description p {
	font-size: 24px;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	line-height: 1.5;
}

.brand-name {
	font-weight: bold;
}

.slidecontainer {
	width: 100%;
	margin: auto;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 2px;
	background: rgb(146,192,255);
	background: linear-gradient(90deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	background: linear-gradient(90deg, rgba(146,131,100,1) 0%, rgba(146,192,255,1) 100%);
	outline: none;
	opacity: 0.8;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff7130;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: #ff7130;
	cursor: pointer;
}

.slidecontainer .num {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	font-family: monospace;
	font-weight: bold;
	font-size: 18px;
	background: rgb(146,192,255);
	background: linear-gradient(90deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	background: linear-gradient(90deg, rgba(146,131,100,1) 0%, rgba(146,192,255,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

button {
	padding: 10px 30px;
	font-size: 20px;
	background: #fff;
	border: 1px solid #222;
	border-radius: 0;
	margin: 0 auto;
	display: block;
	color: #222;
	font-weight: bold;
	transition: .5s;
}

button:hover {
	background: #222;
	color: #fff;
}

.border-bottom-title {
	font-weight: bold;
	margin: 80px 0 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
	display: flex;
	align-items: baseline;
}
.border-bottom-title a {
	margin-left: auto;
	color: #222;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: .5s;
}
.border-bottom-title a:hover {
	opacity: .4;
}
.small-title {
	font-weight: bold;
	margin: 30px 0;
	font-size: 12px;
	text-align: center;
}
#chart1 {
	/*
	margin-bottom: 100px;
	width: 100%;
	max-width: 1300px;
	margin: auto;
	*/
}
#chart2 {
	margin-bottom: 100px;
}
.hdg {
	margin-top: 20px;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	font-size: 12px;
	
	display: none;
}
.hdg span {
	font-family: monospace;
}
.hdg input[type="text"] {
	border: none;
	width: 20px;
	border-bottom: 1px solid #222;
	margin: 0 0 0 5px;
	padding: 0;
	font-family: monospace;
	text-align: center;
	outline: none;
}

header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .image {
	flex-grow: 2;
}

header .link {
	padding: 10px 30px;
	display: inline-block;
	margin: 0 0 0 10px;
	background: transparent;
	border: solid 1px #222;
	color: #222;
	transition: .5s;
	text-decoration: none;
	font-size: 12px;
}

header .link:hover {
	background: #222;
	color: white;
}

header .link.icon {
	padding: 10px 0 10px 10px;
	border: 0;
	width: auto;
	height: 24px;
}

header .link.icon img {
	height: 100%;
	text-align: center;
}

header .link.icon:hover {
	background: none;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

footer li {
	position: relative;
	width: 100vw;
	height: 100vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	background: #f1f1f1;
	box-sizing: border-box;
	border: solid 1px white;
	cursor: pointer;
}

footer li:nth-child(1) {
	background: url(img/p1.webp) left top;
	background-size: cover;
	background: linear-gradient(15deg, rgba(146,131,100,1) 0%, rgba(146,192,255,1) 100%);
	background: linear-gradient(60deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
}

footer li:nth-child(2) {
	background: url(img/p2.webp) left top;
	background-size: cover;
	background: linear-gradient(15deg, rgba(146,131,100,1) 0%, rgba(146,192,255,1) 100%);
	background: linear-gradient(60deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
}

footer li:nth-child(3) {
	background: url(img/p3.webp) left top;
	background-size: cover;
	background: linear-gradient(15deg, rgba(146,131,100,1) 0%, rgba(146,192,255,1) 100%);
	background: linear-gradient(60deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
}

footer li a {
	text-decoration: none;
	padding: 30px;
	width: 100%;
	height: 100%;
	color: white;
	transition: .5s;
}

footer li a p {
	padding: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.2;
}

footer li .button {
	padding: 10px 30px;
	font-size: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #222;
	border-radius: 0;
	margin: 0 auto;
	display: inline-block;
	margin: 0;
	border: solid 1px white;
	transition: .5s;
	color: white;
	font-weight: bold;
}

footer li a:hover {
	background: rgba(0, 0, 0, 0.25);
}

footer li a:hover .button {
	background: rgba(255, 255, 255, 0.3);
}

.footer-title {
	font-size: 25px;
	line-height: 1;
	margin: 0 0 30px 0;
	/*max-width: 290px;*/
	color: white;
}

.footer-title b {
	display: block;
	font-weight: bold;
	opacity: .5;
}

.graphic-block {
	text-align: left;
	padding-top: 20px;
}

.graphic {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: calc( 100% - 40px );
	height: 250px;
	padding: 0 20px;
}

.graphic .line {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 0 0 30px;
	background: #ccc;
	color: #ccc;
	position: relative;
	opacity: .5;
	z-index: 2;
}

.graphic .line .number {
	position: absolute;
	top: -5px;
	left: -30px;
	font-size: 10px;
	color: #ccc;
}

.graphic .competitor-container {
	position: absolute;
	width: 80%;
	height: 100%;
	bottom: 0;
	z-index: 999;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.graphic .competitor {
	width: 30px;
	height: 0;									/* Percentuale Competitor */
	bottom: 0;
	z-index: 0;
	background: rgba(146,192,255,.2);
	transition: 1s;
	
}

.graphic.var .competitor {
	background: rgba(251,186,49,.2);
}

.graphic .client {
	position: absolute;
	width: 90%;
	height: 0px;
	border-bottom: dashed 5px #ff7130;
	bottom: 0;									/* Percentuale cliente */
	z-index: 999;
	opacity: 0;
	transition: 1s;
}

.loaded .graphic .client {
	opacity: 1;
}

.graphic.var .client {
	border-bottom: dashed 3px #92c0ff;
}

.graphic .client .yourbrand {
	position: absolute;
	top: -8px;
	right: -60px;
	font-size: 9px;
	padding: 5px 5px;
	color: #928364;
	background: white;
	font-weight: bold;
	display: none;
}

.graphic.var .client .yourbrand {
	color: #92c0ff;
}

.logo-container {
	width: 80%;
	height: 100%;
	padding: 0 10%;
	bottom: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.graphic-block .comp-logo {
	width: 30px;
	font-size: 9px;
	color: #222;
	text-align: center;
	opacity: 0;
	transition: 1s;
}

.loaded .graphic-block .comp-logo {
	opacity: 1;
}

.graphic-block .comp-logo b {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.graphic-block .comp-logo p {
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 20px 0 0 0;
	background: rgb(146,192,255);
	background: linear-gradient(45deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.graphic-block .comp-logo img {
	width: 80%;
	height: auto;
	border-bottom: solid 1px #ccc;
	padding: 10px 20%;
}

.block-title {
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	background: rgb(146,192,255);
	background: linear-gradient(90deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 20px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block-title:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: rgb(146,192,255);
	background: linear-gradient(90deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.block-title span {
	font-weight: bold;
}

.block-title a {
	margin: 0 0 0 20px;
	font-size: 14px;
	text-decoration: none;
	transition: .5s;
}

.graphic-block .comp-category .block-title {
	padding-bottom: 20px;
}

.client-list {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

.client-list li {
	padding: 0 0 0 0;
	/*margin: 0px 10px 0px 10px;*/
	/*border-bottom: solid 1px #f4f4f4;*/
}

.client-list li a {
	/*background: #f9f9f9;*/
}

.client-list li:hover a {
	/*opacity: 1;*/
}

.client-list li .client {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.client-list li .client h3 {
	flex-grow: 2;
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

.client-list li .client a {
	margin: 0 20px 0 0;
	font-size: 18px;
	text-decoration: none;
	opacity: 0;
	transition: .5s;
	color: #222;
}

.client-list li .client a:last-child {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.client-list li .quick-links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 20px 0;
	gap: 0 20px;
	font-size: 36px;
	font-weight: lighter;
	/*filter: grayscale(100%);*/
	opacity: 1;
	transition: .5s;
}

.client-list li .quick-links a {
	display: block;
	width: calc(33.33% - 60px);
	padding: 20px 20px 100px 20px;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	/*opacity: .5;*/
	transition: .75s;
	font-weight: 900;
}

.client-list li .quick-links a:hover {
	opacity: 1;
	color: white;
}

.client-list li .quick-links a:nth-child(1) {
	background: url(img/p1.webp) center center;
	background-size: cover;
}

.client-list li .quick-links a:nth-child(2) {
	background: url(img/p2.webp) center center;
	background-size: cover;
}

.client-list li .quick-links a:nth-child(3) {
	background: url(img/p3.webp) center center;
	background-size: cover;
}

.client-list li .quick-links a b {
	display: block;
	padding-bottom: 10px;
	opacity: .5;
}

.client-list li .quick-links a span {
	display: block;
	width: 100px;
	padding: 10px 30px;
	font-size: 20px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #222;
	border-radius: 0;
	margin: 20px auto 0 auto;
	display: inline-block;
	border: solid 1px white;
	transition: .5s;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.client-list li .quick-links a:hover span {
	width: 150px;
	background: rgba(255, 255, 255, 0.25);
}












.client-list li:hover h3 {
	color: #92c0ff;
}

.client-list li:hover .client a {
	opacity: 1;
}

.login-frame {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(45deg, rgba(146,192,255,1) 0%, rgba(146,131,100,1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

#loginform {
	display: block;
	background: white;
	width: 400px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	color: #222;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

#loginform img {
	width: 250px;
	padding: 20px 0 40px 0;
}

#loginform p {
	width: 100%;
}

#loginform input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 #fff, 0 0 #fff inset;
	-moz-box-shadow: 0 0 0 #fff, 0 0 #fff inset;
	box-shadow: 0 0 0 #fff, 0 0 #fff inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	
	width: 100%;
	margin: 0 auto;
	padding: 10px 10px;
	border: solid 1px #eee;
	background-size: auto 100%;
	background: white;
}

.login-remember {
	display: none;
}

.subscriber-footer {
	width: 80%;
	margin: 0 auto 40px;
	font-size: 12px;
}
.subscriber-footer strong{
	font-weight: bold;
}

#benchmark,
#dashboard {
	display: none;
	opacity: 0;
}

.competitor.client-block {
	background: rgba(255,113,48,1) !important;
}



.graphic-block:nth-child(1) .graphic .competitor {
	background: rgba(146,131,100,1);
} 

.graphic-block:nth-child(1) .comp-logo p {
	color: rgba(146,131,100,1) !important;
} 

.graphic-block:nth-child(2) .graphic .competitor {
	background: rgba(155,183,182,1);
} 

.graphic-block:nth-child(2) .comp-logo p {
	color: rgba(155,183,182,1) !important;
} 

.graphic-block:nth-child(3) .graphic .competitor {
	background: rgba(211,164,188,1);
} 

.graphic-block:nth-child(3) .comp-logo p {
	color: rgba(211,164,188,1) !important;
} 

.graphic-block:nth-child(4) .graphic .competitor {
	background: rgba(124,27,13,1);
} 

.graphic-block:nth-child(4) .comp-logo p {
	color: rgba(124,27,13,1) !important;
} 

.graphic-block:nth-child(5) .graphic .competitor {
	background: rgba(24,65,31,1);
} 

.graphic-block:nth-child(5) .comp-logo p {
	color: rgba(24,65,31,1) !important;
} 

.graphic-block .comp-logo.client-logo p {
	color: rgba(255,113,48,1) !important;
	/* font-size: 60px !important; */
	scale: 2.2;
}

.compare-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.compare-content .block-title {
	width: 100%;
}

.compare-content .compare-options {
	/*width: 25%;*/
	margin-bottom: 20px;
	box-sizing: content-box;
}

.compare-content .compare-chart {
	width: 100%;
	/*
	width: 100%;
	max-width: 1300px;
	margin: auto;
	*/
	/*width: 70%;
	padding: 0 2.5% 0 2.5%;
	margin-left: 2.5%;
	border-left: solid 1px #ccc;
	box-sizing: border-box;*/
}

#chart1,
.compare-content .compare-chart canvas,
.blocks-container canvas {
	width: 100%;
	height: 100%;
	max-height: 600px;
}
.compare-content .compare-chart canvas {
	max-height: 650px;
}
.blocks-container canvas {
	max-height: 500px;
}

.compare-checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	border-bottom: solid 1px #f4f4f4;
	cursor: pointer;
	padding: 0 10px;
}

.compare-checkbox:hover {
	background: #fafafa;
}

.compare-checkbox span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #222;
	margin: 0 10px 0 0;
	order: 1;
}

.compare-checkbox.checked span {
	background: #222;
}

.compare-checkbox p {
	order: 2;
}

/* Colore Cliente */

.compare-content .compare-options .compare-checkbox:nth-child(1) * {
	color: #928364;
}
.compare-content .compare-options .compare-checkbox:nth-child(1) span {
	border: solid 1px #928364;
}
.compare-content .compare-options .compare-checkbox:nth-child(1).checked span {
	background: #928364;
}

/* Colore HDG */

.compare-content .compare-options .compare-checkbox:nth-child(2) * {
	color: #92c0ff;
}
.compare-content .compare-options .compare-checkbox:nth-child(2) span {
	border: solid 1px #92c0ff;
}
.compare-content .compare-options .compare-checkbox:nth-child(2).checked span {
	background: #92c0ff;
}

/* Colore Competitor 1 */

.compare-content .compare-options .compare-checkbox:nth-child(3) * {
	color: #c23497;
}
.compare-content .compare-options .compare-checkbox:nth-child(3) span {
	border: solid 1px #c23497;
}
.compare-content .compare-options .compare-checkbox:nth-child(3).checked span {
	background: #c23497;
}

/* Colore Competitor 2 */

.compare-content .compare-options .compare-checkbox:nth-child(4) * {
	color: #c2520d;
}
.compare-content .compare-options .compare-checkbox:nth-child(4) span {
	border: solid 1px #c2520d;
}
.compare-content .compare-options .compare-checkbox:nth-child(4).checked span {
	background: #c2520d;
}

/* Colore Competitor 3 */

.compare-content .compare-options .compare-checkbox:nth-child(5) * {
	color: #18c264;
}
.compare-content .compare-options .compare-checkbox:nth-child(5) span {
	border: solid 1px #18c264;
}
.compare-content .compare-options .compare-checkbox:nth-child(5).checked span {
	background: #18c264;
}

/* Colore Competitor 4 */

.compare-content .compare-options .compare-checkbox:nth-child(6) * {
	color: #087476;
}
.compare-content .compare-options .compare-checkbox:nth-child(6) span {
	border: solid 1px #087476;
}
.compare-content .compare-options .compare-checkbox:nth-child(6).checked span {
	background: #087476;
}

/* Colore Competitor 5 */

.compare-content .compare-options .compare-checkbox:nth-child(7) * {
	color: #F52511;
}
.compare-content .compare-options .compare-checkbox:nth-child(7) span {
	border: solid 1px #F52511;
}
.compare-content .compare-options .compare-checkbox:nth-child(7).checked span {
	background: #F52511;
}

.footer-title {
	min-height: 70px;
}

footer li a p {
	display: none
}



.home,
.page-id-51 {
	background: linear-gradient(225deg, #92c0ff, #928364);
	background-size: 400% 400%;

	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
	0%{background-position:93% 0%}
	50%{background-position:0% 100%}
	100%{background-position:93% 0%}
}
@-moz-keyframes AnimationName {
	0%{background-position:93% 0%}
	50%{background-position:0% 100%}
	100%{background-position:93% 0%}
}
@keyframes AnimationName {
	0%{background-position:93% 0%}
	50%{background-position:0% 100%}
	100%{background-position:93% 0%}
}




.home header,
.page-id-51 header {
	filter: invert(1);
}

#fullscreen {
	width: 100%;
	height: 90vh;
	/*padding-top: 60px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#fullscreen .title {
	max-width: 900px;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	text-align: center;
	color: white;
}

#fullscreen .link a {
	width: 100px;
	padding: 10px 30px;
	font-size: 20px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #222;
	border-radius: 0;
	margin: 0 auto;
	display: inline-block;
	margin: 0;
	border: solid 1px white;
	transition: .5s;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#fullscreen .link a:hover {
	width: 150px;
	background: rgba(255, 255, 255, 0.25);
}

#fullscreen .client-list {
	width: 100%;
}


#fullscreen .client-list li .quick-links a {
	display: block;
	width: calc(33.33% - 60px);
	padding: 20px;
	text-decoration: none;
	color: white;
	border-radius: 5px;
	border: solid 1px white;
	transition: .75s;
	font-weight: 900;
	background: rgba(0, 0, 0, 0.0) !important;
}

#fullscreen .client-list li .quick-links a:hover {
	background: rgba(0, 0, 0, 0.25) !important;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.15);
}

#fullscreen .client-list li .client a {
	color: white;
}

.clients .client-list .client {
	color: #222;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	transition: .5s;
}

.privacy {
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 20px;
	max-width: 800px;
	margin: 0 auto 0 auto;
}

#HDG-logo {
	fill: white;
	width: 50px;
}











.page-id-59 .white-title,
.page-id-174 .white-title {
	text-align: center;
}
.page-id-174 #fullscreen .link {
	text-align: center;
}
.page-id-174 #fullscreen .link a {
	margin: 0 10px 10px;
}


.page-id-59 {
	background: linear-gradient(225deg, #92c0ff, #928364);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}
.page-id-59 header,
.page-id-59 footer {
	filter: invert(1);
}
.page-id-59 #fullscreen {
	padding: 60px 0;
	min-height: 100vh;
	height: auto;
	box-sizing: border-box;
}
.page-id-59 .login-frame {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	background: transparent;
	display: block;
	align-items: inherit;
	justify-content: inherit;
	width: 100%;
}
.page-id-59 #loginform {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	width: 100%;
}
.page-id-59 #loginform p {
	margin: 0;
}
.page-id-59 #loginform input {
	border: 1px solid #fff;
	background: rgba(255,255,255,.25);
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
}
.page-id-59 #loginform input[type="text"],
.page-id-59 #loginform input[type="password"] {
	margin-bottom: 10px;
}
.page-id-59 #loginform ::placeholder {
	color: #fff;
}
.page-id-59 #loginform input:-webkit-autofill,
.page-id-59 #loginform input:-webkit-autofill:hover,
.page-id-59 #loginform input:-webkit-autofill:focus
.page-id-59 #loginform input:-webkit-autofill {
	-webkit-text-fill-color: #222;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.page-id-59 #loginform input[type="submit"] {
	background: transparent;
	font-weight: bold;
	transition: .5s;
	
}
.page-id-59 #loginform input[type="submit"]:hover {
	background: rgba(255, 255, 255, 0.25);
}





.new-client-list-alphabetical {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.new-client-list-alphabetical > li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.new-client-list-alphabetical > li > a {
	font-size: 24px;
	font-weight: bold;
	color: #ccc;
	cursor: pointer;
	transition: .5s;
}

.new-client-list-alphabetical > li > a:hover,
.new-client-list-alphabetical > li > a.active {
	color: #666;
}

.client-list.sub-client-list {
	padding-left: 10px;
	padding-bottom: 10px;
	background: #f6f6f6;
	display: none;
}

.client-list.sub-client-list li {
	padding-right: 10px;
}

.client-list.sub-client-list .client {
	margin: 10px 0;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

.client-list.sub-client-list > li:first-child .client {
	border: none;
}

.client-list.sub-client-list > li:last-child .client {
	margin-bottom: 0;
}
.client-list.sub-client-list li .client > a:last-child {
	margin-right: 0;
}


.postid-239 .graphic .competitor.comp5,
.postid-239 .graphic .competitor.comp6 {
	opacity: .3;
}



/*--------------------------------------------------- min-width: 768px */

@media only screen and (min-width: 768px) {

	footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	
	footer li {
		width: 33.33vw;
		height: 280px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		background: #f1f1f1;
		box-sizing: border-box;
		overflow: hidden;
	}
	
	
	.page-id-59 #loginform {
		display: flex;
		flex-direction: row;
		align-items: inherit;
		justify-content: center;
	}
	.page-id-59 #loginform p {
		margin: 0 10px;
		max-width: 250px;
	}
	.page-id-59 #loginform input[type="text"],
	.page-id-59 #loginform input[type="password"] {
		margin-bottom: 0;
	}
	
	
	
	.new-client-list-alphabetical {
		position: relative;
		display: flex;
		justify-content: space-between;
		transition: .4s;
	}
	.new-client-list-alphabetical.active {
		/* margin-bottom: 160px; */
	}
	.client-list.sub-client-list {
		position: absolute;
		left: 0;
		top: 62px;
		width: 100%;
	}
	.new-client-list-alphabetical > li {
		padding: 0;
		margin: 0;
		border: none;
	}
	.client-list.sub-client-list > li:first-child .client{
		margin-top: 0;
	}
	
	
}

/*--------------------------------------------------- min-width: 1024px */

@media only screen and (min-width: 1024px) {

	.footer-title {
		font-size: 36px;
		font-weight: 900;
	}
	
	.blocks-container {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: 50px;
	}
	
	.blocks-container .blocks:nth-child(1),
	.blocks-container .blocks:nth-child(2) {
		width: calc(50% - 50px);
	}
	
	.blocks-container .blocks:nth-child(3) {
		width: 100%;
	}
	
	.blocks-container .blocks #chart1,
	.blocks-container .blocks #chart2 {
		margin-bottom: 0 !important;
	}

	.graphic .competitor {
		width: 90px;
	}
	
	.graphic-block .comp-logo {
		width: 90px;
		font-size: 12px;
	}
	
	.compare-content .compare-options {
		width: 25%;
		margin-bottom: 0;
	}
	
	.compare-content .compare-chart {
		/*width: 70%;
		padding: 0 2.5% 0 2.5%;
		margin-left: 2.5%;
		border-left: solid 1px #ccc;
		box-sizing: border-box;*/
	}
	
	
	
	#dashboard .flexa {
		display: flex;
		justify-content: space-between;
	}
	
	#dashboard .flexa > div:first-child {
		width: 40%;
	}
	#dashboard .flexa > div:last-child {
		width: 56%;
	}
	
	.clients.multi-column {
		display: flex;
		justify-content: space-between;
	}
	
	.clients.multi-column > div {
		width: 32%;
	}
	
}




/*--------------------------------------------------- max-width: 1580px */

@media only screen and (max-width: 1580px) {
	
	.clients.multi-column > div .block-title {
		font-size: 18px;
	}
	.clients.multi-column > div h3 {
		font-size: 20px;
	}
	.clients.multi-column > div a {
		font-size: 12px !important;
	}
	
}




/*--------------------------------------------------- max-width: 1270px */

@media only screen and (max-width: 1270px) {
	
	.clients.multi-column > div .block-title {
		font-size: 14px;
	}
	.clients.multi-column > div h3 {
		font-size: 16px;
	}
	.clients.multi-column > div a {
		font-size: 12px !important;
	}
	
}




/*--------------------------------------------------- min-width: 1670px */

@media only screen and (min-width: 1670px) {
	
	.graphic .competitor {
		width: 150px;
	}
	
	.graphic-block .comp-logo {
		width: 150px;
	}
	
	.graphic-block .comp-logo b {
		font-size: 20px;
	}
	
}

/*--------------------------------------------------- min-width: 1900px */

@media only screen and (min-width: 1900px) {
	
	.white-title {
		font-size: 100px;
	}
/*
	.footer-title {
		font-size: 60px;
		font-weight: 900;
		min-height: 190px;
	}
	*/
	footer li {
		height: 340px;
	}
	
	footer li a p {
		display: block;
		font-size: 18px;
	}
}