:root {
	--grey: #333;
	--white: #fff;
}
html {
	background: #fff;
	color: #666;
	font: 16px/18px 'Lato', Helvetica, sans-serif;
}
body,
html {
	margin: 0;
	padding: 0;
}
body.login {
	background-image: linear-gradient(to right, #3a7bd5, #3a6073);
	height: 100vh;
}
body.home,
html.home {
	background: #000;
}
a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
a:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
	color: #6675df;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
}
p {
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin: 16px 0;
}
ul,
li {
	margin: 0px;
	list-style-type: none;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus,
input:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #999999;
}
input:-moz-placeholder {
	color: #999999;
}
input::-moz-placeholder {
	color: #999999;
}
input:-ms-input-placeholder {
	color: #999999;
}

textarea::-webkit-input-placeholder {
	color: #999999;
}
textarea:-moz-placeholder {
	color: #999999;
}
textarea::-moz-placeholder {
	color: #999999;
}
textarea:-ms-input-placeholder {
	color: #999999;
}

label {
	display: block;
	margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

/*==================================================================
[ Background ]*/
.bg1 {
	background: #3b5998;
}
.bg2 {
	background: #1da1f2;
}
.bg3 {
	background: #cd201f;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
}

.wrap-login100 {
	width: 100%;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login100-more {
	width: calc(100% - 560px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.login100-more::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

/*==================================================================
[ Form ]*/

.login100-form {
	width: 560px;
	min-height: 100vh;
	display: block;
	background-color: #f7f7f7;
	padding: 173px 55px 55px 55px;
}

.login100-form-title {
	width: 100%;
	display: block;
	font-size: 30px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	height: 80px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin-bottom: 10px;
}

.label-input100 {
	font-size: 18px;
	color: #999999;
	line-height: 1.2;
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding-left: 24px;
	left: 0;
	top: 30px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100 {
	display: block;
	width: 100%;
	background: transparent;

	font-size: 18px;
	color: #555555;
	line-height: 1.2;
	padding: 0 26px;
}

input.input100 {
	height: 100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #6675df;
	border-radius: 10px;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;

	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.eff-focus-selection {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.input100:focus {
	height: 48px;
}

.input100:focus + .focus-input100 + .label-input100 {
	top: 14px;
	font-size: 13px;
}

.has-val {
	height: 48px !important;
}

.has-val + .focus-input100 + .label-input100 {
	top: 14px;
	font-size: 13px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
	display: none;
}

.label-checkbox100 {
	font-size: 14px;
	color: #999999;
	line-height: 1.4;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}

.label-checkbox100::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #6675df;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
	color: #6675df;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	border-radius: 10px;
	background: #6675df;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login100-form-btn:hover {
	background: #333333;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	z-index: 100;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;

	font-family: Poppins-Regular;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	z-index: 110;
	color: #c80000;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

.login .footer {
	margin-top: 50px;
	text-align: center;
}
.login .logo img {
	max-height: 100%;
}
.date-details .fa {
	color: var(--grey);
}
.wrap-header {
	border-bottom: 5px solid #f2994a;
	position: relative;
	padding: 0 2%;
	background: #fff;
}
.logo img {
	max-height: 50px;
}
.m-button {
	display: none;
}
.header {
	width: 100%;
	padding: 10px 0;
	position: relative;
	align-items: center;
	display: flex;
}
.header .logo {
	float: left;
	width: 20%;
}
.menu-content {
	margin-left: auto;
}
.hamburger {
	font-size: 25px;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: 0;
	cursor: pointer;
	transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-webkit-transition: transform .2s ease-in-out;
	vertical-align: middle;
	border: 0 none;
	top: 14px;
	left: 12px;
	position: absolute;
	background: transparent;
}
.m-button {
	background: #f16529;
	padding: 5px;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 16px;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/**
	 * Button height fix for Firefox
	 */
.hamburger::-moz-focus-inner {
	padding: 0;
	border: 0 none;
}

/**
	 * Focus fix for Chrome
	 */
.hamburger:focus {
	outline: 0;
}

/**
	 * Styling the icon
	 */
.hamburger:before,
.hamburger:after {
	content: "";
}

.hamburger:before,
.hamburger .icon,
.hamburger:after {
	display: block;
	width: 100%;
	height: .2em;
	margin: 0 0 .2em;
	transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-webkit-transition: transform .2s ease-in-out;
	border-radius: .05em;
	-moz-border-radius: .05em;
	-webkit-border-radius: .05em;
	background: #fff;
}

/**
	 * Styles for the active `.hamburger` icon
	 */
.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
	background: #fff;
}

/**
	 * VERTICAL HAMBURGER
	 */
.hamburger.hamburger-vertical.active {
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

/**
	 * CLOSE/CANCEL/CROSS
	 */
.hamburger.hamburger-cancel.active .icon {
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}
.hamburger.hamburger-cancel.active:before {
	transform: translateY(.4em) rotate(135deg);
	-moz-transform: translateY(.4em) rotate(135deg);
	-webkit-transform: translateY(.4em) rotate(135deg);
}
.hamburger.hamburger-cancel.active:after {
	transform: translateY(-.4em) rotate(-135deg);
	-moz-transform: translateY(-.4em) rotate(-135deg);
	-webkit-transform: translateY(-.4em) rotate(-135deg);
}

.main-video {
	width: 100%;
	min-height: 100%;
	height: 100%;
}
.slide-left {
	width: 40%;
	float: left;
	background: #ccc;
	height: calc(100vh - 72px);
	overflow-y: scroll;
}
.slide-left p {
	color: #000;
}
.slide-left p.blue {
	color: blue;
	font-weight: bold;
}
.slide-right {
	width: 60%;
	float: right;
	position: relative;
	background: #000;
}
.slide-right .inner {
	width: 100%;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}
.slide-right .inner .main {
	/* display: flex;
	align-items: center;
	align-content: center; */
	width: 100%;
	padding-top: 150px;
}
.slide-right .inner.darkHeader {
	position: fixed;
	width: 60%;
	right: 0;
	top: 0;
}
#nav {
	width: 100%;
	position: relative;
	border: none;
}
ul#nav {
	padding: 0;
}
#nav li {
	list-style: none;
	display: inline;
}
#nav li a {
	background: #b3b3b3;
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	float: left;
	padding: 2%;
}
#nav li a.powered-by-company {
	padding: 0;
	background: transparent;
	float: none;
	display: inline-block;
	font-size: 12px;
	width: auto;
}
#nav li a:hover.powered-by-company {
	background: transparent;
}
#nav li a:hover,
#nav li a.active {
	background-image: linear-gradient(to right, #8360c3, #2ebf91);
	color: #f2f2f2;
	font-weight: 600;
}
#nav section {
	display: none; /* I NEED TO FIX THIS */
	float: left;
	overflow: hidden;
	padding: 2%;
	position: absolute;
	top: 61px;
	left: 0;
	background: #ccc;
}
.no-js #nav section {
	display: block; /* I NEED TO FIX THIS */
}
#nav li ul li a {
	padding: 10px 25px;
	border-bottom: 1px dotted #ccc;
}
.agenda h1 {
	font-size: 30px;
}
.agenda p span {
	text-decoration: underline;
	line-height: 20px;
}
.live-qa {
	margin: 0 auto;
	width: 320px;
}
.pigeonhole-iframe {
	display: block;
	margin: 0 auto;
	width: 320px;
}
.btn-refresh {
	text-align: center;
}
.btn-refresh a {
	background: blue;
	padding: 20px;
}

.signup {
	background: var(--white);
	height: 100vh;
}
.hamburger-content {
	float: right;
}
.site-signup {
	margin: 0 auto;
	max-width: 600px;
	padding-top: 50px;
}
.site-error {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 100px;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: none;
}
.my-button {
	position: relative;
	z-index: 1000;
	background-image: linear-gradient(to right, #8360c3, #2ebf91);
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media only screen and (max-width: 992px) {
	.m-button {
		display: block;
	}
	.hamburger-content {
		display: none;
		position: absolute;
		top: 76px;
		width: 100%;
		left: 0;
		z-index: 10;
		background: #ccc;
	}
	.navbar-nav .btn-link {
		color: #fff;
	}
	.header .logo {
		float: left;
		width: 50%;
		padding-left: 16px;
	}
	.wrap-header {
		padding: 0;
	}
	.login100-form {
		width: 50%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.login100-more {
		width: 50%;
	}
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
	#nav {
		border-top: 1px solid #999;
		border-right: 1px solid #999;
		border-left: 1px solid #999;
	}

	ul#nav {
		padding: 0;
		margin: 0;
	}

	#nav li {
		display: block;
	}
	#nav li a {
		display: block;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #999;
		width: 100%;
	}
	#nav section {
		float: none;
		padding: 1% 3% 0 3%;
		position: static;
	}
	.slide-left,
	.slide-right {
		width: 100%;
	}
	.slide-left {
		height: auto;
	}
	.slide-right .inner.darkHeader {
		position: inherit;
		width: 100%;
	}
	.slide-right .inner .main {
		padding: 50px 0;
	}
}

@media (max-width: 768px) {
	.login100-form {
		width: 100%;
	}

	.login100-more {
		display: none;
	}
}

@media (max-width: 576px) {
	.login100-form {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 70px;
	}
}

.content {
	background: #fff;
	color: #373737;
	backface-visibility: hidden;
	overflow: hidden;
}
.content > div {
	display: none;
	padding: 20px 25px 5px;
}
.home input {
	display: none;
}
.home label {
	display: inline-block;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid transparent;
	transition: all .3s ease-out 0.1s;
}
.home label:hover {
	color: #fff;
	cursor: pointer;
}
.home input:checked + label {
	background: #ffffff;
	background-image: linear-gradient(to right, #8360c3, #2ebf91);
	color: #f2f2f2;
}

#tab-1:checked ~ .content #content-1,
#tab-2:checked ~ .content #content-2,
#tab-3:checked ~ .content #content-3,
#tab-4:checked ~ .content #content-4 {
	display: block;
	animation-name: inUp;
	animation-timing-function: ease-in-out;
	animation-duration: .6s;
}

@media screen and (max-width: 400px) {
	label {
		padding: 15px 10px;
	}
}

@keyframes inUp {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	90% {
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
