/** Defaults **/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat;
	cursor: default;
}

h1 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
}

h3 {
	margin-top: 0;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

body {
	padding-top: 80px;
	font-family: Open Sans;
	font-size: 16px;
}

a {
	text-decoration: none;
	transition: all 200ms;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

input,
textarea {
	border: 1px solid #ddd;
	transition: all 200ms;
	box-shadow: none;
	border-radius: 0;
}

input:hover,
textarea:hover {
	border-width: 1px;
	border-style: solid;
}

input:focus,
textarea:focus,
input:active,
textarea:active {
	border-width: 1px;
	border-style: solid;
}

button {
	position: relative;
	border: none;
	box-shadow: none;
	font-size: 20px;
	font-family: Montserrat;
	font-weight: 500;
	color: white;
	transition: all 200ms;
}

.btn {
	outline: none !important;
}

.btn-grey,
.btn-grey::before,
.btn-grey::after,
.btn-grey:focus,
.btn-grey:active {
	background-color: #aaaaaa;
	background: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);

	background: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
	background: -ms-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
	background: -o-linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
	background: linear-gradient(top, #dddddd 0%, #aaaaaa 100%);
}

.btn-black,
.btn-black::before,
.btn-black::after,
.btn-black:focus,
.btn-black:active {
	background-color: #222222;
	background: -webkit-linear-gradient(top, #666666 0%, #222222 100%);
	background: -moz-linear-gradient(top, #666666 0%, #222222 100%);
	background: -ms-linear-gradient(top, #666666 0%, #222222 100%);
	background: -o-linear-gradient(top, #666666 0%, #222222 100%);
	background: linear-gradient(top, #666666 0%, #222222 100%);
}

button,
button::before,
button::after {
	border-radius: 60px;
	background-clip: border-box;
}

button::before,
button::after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all 200ms;
}

button:hover::before,
button:focus::after,
button:active::after {
	opacity: 1;
}

.bodyContent {
	
}

.bodyMask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0,0,0,0.85);
	z-index: 8;
}

input#not_human {
	display: none !important;
}

.checkbox label,
.radio label {
	font-size: 14px;
	font-weight: 500;
}

.notesLink {
	margin-left: 5px;
}

.checkContainer {
	display: inline;
	position: relative;
	padding-top: 8px;
	padding-left: 22px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	font-family: Montserrat;
	letter-spacing: 0.5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 9px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	transition: all 200ms;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	transition: all 200ms;
}

.checkContainer:hover input ~ .checkmark {
	background-color: #ffffff;
}

.checkmark:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.checkContainer input:checked ~ .checkmark:after {
	opacity: 1;
	visibility: visible;
}

.checkContainer .checkmark:after {
	top: -9px;
	left: 3px;
	height: 22px;
	width: 8px;
	border-width: 0 3px 3px 0;
	border-style: solid;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.25);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 300ms;
}

.radioContainer {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radioContainer + .radioContainer {
	margin-left: 12px;
}

.radioContainer.radioBlock {
	display: block !important;
	margin: 0 0 5px 20px;
	padding: 0 45px 0 25px;
	font-weight: 500;
}

.radioContainer input {
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.radioContainer .checkmark {
	position: absolute;
	top: 10px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: white;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	transition: all 200ms;
}

.radioContainer.radioBlock .checkmark {
	top: 4px;
}

.radioContainer .checktext {
	transition: all 200ms;
}

.radioContainer .checktext .checktextLg {
	display: block;
	padding-top: 1px;
	font-size: 16px;
	font-family: Montserrat;
}

.radioContainer .checktext .checktextMd {
	display: block;
	font-size: 14px;
	font-family: Montserrat;
}

.radioContainer .checktext .checktextSm {
	display: block;
	font-size: 14px;
	color: #323232;
}

.radioContainer .checktext .checktextXs {
	display: block;
	font-size: 12px;
	color: #323232;
}

.radioContainer .checkmark:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.radioContainer input:checked ~ .checkmark:after {
	opacity: 1;
	visibility: visible;
}

.radioContainer .checkmark:after {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transition: all 200ms;
}

.password-group {
	position: relative;
}

.password-group label[for="show_password"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	margin: 0;
	border-left: 1px dotted #787878;
}

.password-group label[for="show_password"] i {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	z-index: 98;
}

.password-group input[name="show_password"] {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 34px;
	margin: 0;
	line-height: 34px;
	text-align: center;
	opacity: 0;
	z-index: 99;
	cursor: pointer;
}

.password-group input[name="show_password"]:checked ~ i.fa-eye,
.password-group input[name="show_password"] ~ i.fa-eye-slash {
	display: block;
}

.password-group input[name="show_password"] ~ i.fa-eye,
.password-group input[name="show_password"]:checked ~ i.fa-eye-slash {
	display: none;
}

/** GDPR notice **/

.gdpr {
	padding: 15px;
	margin: 0 auto;
	max-width: 400px;
	background-color: #323232;
	text-align: center;
	border: 1px solid #555;
	box-shadow: 0 3px 6px 0px rgba(0,0,0,0.25);
}

.gdpr p {
	color: white;
	font-size: 14px;
}

.gdpr a {
	font-weight: 700;
	color: #fff;
	border-color: transparent;
	border-radius: 0;
	border-width: 0;
	transition: all 200ms;
}

.gdpr a:hover {
	color: #fff;
	border-color: transparent;
}

.gdpr a:focus,
.gdpr a:active {
	color: #fff;
	border-color: transparent;
	box-shadow: none;
}

/** Auth **/

.authPages .authBgMask {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: 0 0 100px 0px rgba(0,0,0,0.5) inset;
}

.authPages {
	padding: 0;
	background-color: #323232 !important;
	background-image: url(../img/authBg1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.authPages .authPopup {
	position: absolute;
	display: none;
	top: 65px;
	left: 0px;
	height: calc(100% - 65px);
	width: 100%;
	background-color: #f4f5fb;
	border-radius: 0 0 4px 4px;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms;
	z-index: 99;
}

.authPages .authPopup > div {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 100%;
	padding: 25px;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.authPages .authPopup i {
	margin-bottom: 10px;
	font-size: 30px;
}

.authPages .authPopup i.fa-exclamation-triangle {
	color: #f37043;
}

.authPages .authPopup i.fa-user-plus {
	margin-left: 14px;
}

.authPages .authPopup i.fa-facebook {
	color: #3b5998;
}

.authPages .authPopup i.fa-google {
	color: #db4437;
}

.authPages .authPopup p {
	max-width: 350px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat;
	text-align: center;
	cursor: default;
}

.authPages .authPopup input[type="text"] {
	width: calc(100% - 20px);
	padding: 10px 10px;
}

.authPages .authPopup .btn {
	position: relative;
	font-size: 12px;
}

.authPages .authPopup .btn + .btn {
	margin-left: 4px;
}

.authPages .authPopup.authLoading > div {
	transform: translate(-50%, calc(-50% - 40px));
}

.authPages .authPopup.authLoading p {
	margin: -15px 0 0px;
}

.authPages .authPopup.authLoading p span {
	color: #323232;
}

.authPages .container {
	position: relative;
	min-height: 100vh;
}
 
.authPages h1 {
	margin: 0px 0px 5px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
}

.authPages a {
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}

.authPages p {
	font-size: 14px;
	margin: 0;
}

.authPages p.errorNote {
	display: none;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #d0302a;
}

.authPages p:last-child {
	margin-bottom: 5px;
}

.authPages [data-required="true"][type="text"],
.authPages [data-required="true"][type="number"],
.authPages [data-required="true"][type="email"],
.authPages [data-required="true"][type="password"],
.authPages [data-required="true"][type="checkbox"] ~ .checkmark,
.authPages .has-error .form-control,
.authPages .has-error .form-control:focus {
	border-color: #d0302a;
	box-shadow: 0 0 5px 0 rgba(208,48,42,0.35);
}

.authForms {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #f5f6fb;
	border-radius: 10px;
	padding: 0 15px 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	overflow: hidden;
}

.authForms .alert {
	margin: 10px 15px 0;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: Montserrat;
	letter-spacing: 0.75px;
	border-radius: 10px;
}

.authForms .alert ul {
	padding-left: 0px;
}

.authForms .alert ul li {
	list-style: none;
}

.authLogo {
	display: block;
	margin: 0 -15px 25px;
	padding: 20px 0px 15px;
}

.authLogo img {
	margin: 0 auto;
	max-width: 150px;
}

.authForms form {
	margin-top: 15px;
}

.authForms .form-group {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.authForms .form-group:last-child button {
	margin-bottom: 5px;
}

.authForms .form-group.regLeft,
.authForms .form-group.regRight {
	width: 50%;
	float: left;
}

.authForms .form-group.regLeft {
	padding-right: 5px;
}

.authForms .form-group.regRight {
	padding-left: 5px;
}

.authForms input {
	background-color: transparent;
	border: 1px dotted #787878;
	border-radius: 10px;
	box-shadow: none;
	text-align: center;
}

.authForms input:focus {
	box-shadow: none;
}

.authForms textarea {
	background-color: transparent;
	border: 1px dotted #787878;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	resize: none;
}

.authForms textarea:focus {
	box-shadow: none;
}

.authVerify h1 {
	margin-bottom: 10px;
}

.authVerify .alert {
	margin: 15px 0;
}

.authVerify p {
	font-size: 16px;
	margin-bottom: 10px;
}

.authVerify .resendGroup p {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	font-family: Montserrat;
}

.authVerify a.btn {
	font-size: 14px;
	font-weight: 500;
	font-family: Montserrat;
	line-height: 25px;
	outline: none;
}

.authVerify a.btn i {
	margin-left: -18px;
	margin-right: 6px;
}

.authVerify a.btn span {
	display: none;
	width: 110px;
	margin-left: 4px;
	margin-right: -10px;
	text-align: left;
}

.authVerify a.btn.btn-disabled,
.authVerify a.btn.btn-disabled:hover,
.authVerify a.btn.btn-disabled:focus,
.authVerify a.btn.btn-disabled:active {
	cursor: default;
	background-color: #888888;
	background: -webkit-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -moz-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -ms-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: -o-linear-gradient(top, #aaaaaa 0%, #888888 100%);
	background: linear-gradient(top, #aaaaaa 0%, #888888 100%);
	box-shadow: none;
}

.authVerify a.btn.btn-disabled span {
	display: inline-block;
}

.authVerify strong {
	font-weight: 600;
}

.authVerify .cancelLink {
	margin-top: 8px;
	margin-bottom: -5px;
}

.authVerify .cancelLink button {
	margin-bottom: 0px !important;
	padding: 0 2px;
	font-size: 14px;
	font-weight: 700;
	font-family: Open Sans;
	letter-spacing: 1px;
	background-color: transparent;
	border-radius: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	transition: all 200ms;
}

.authUnsub p.unsubReasons {
	margin: 10px 0;
	font-weight: 500;
	font-family: Montserrat;
	text-align: left;
}

.authUnsub .radioContainer.radioBlock {
	margin: 0 0 0 10px;
	padding: 0 35px 0 25px;
}

.authUnsub label {
	text-align: left;
}

.authUnsub label .checktext {
	font-size: 14px;
}

.authUnsub textarea {
	margin: 5px auto;
	border-radius: 10px;
}

.authPages .btn {
	min-height: 38px;
}

.authPages .btn.btn-sm,
.authPages .btn.btn-xs {
	min-height: unset;
}

.authPages .btn-primary {
	margin-top: 5px;
	padding: 6px 28px;
	letter-spacing: 0.75px;
	border-radius: 10px;
	border: none;
	box-shadow: 0 -10px 20px 0 transparent inset;
	transition: all 200ms;
}

.authPages .btn-primary.withIcon {
	padding: 6px 16px 6px 28px;
}

.authPages .btn-primary:hover {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.1) inset;
}

.authPages .btn-primary:focus {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.2) inset;
}

.authPages .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 200ms;
}

.authPages .btn img {
	transition: all 200ms;
}

.authPages .btn[data-loading="true"] {
	cursor: default;
}

.authPages .btn[data-loading="false"] {
	cursor: pointer;
}

.authPages .btn[data-loading="true"] img,
.authPages .btn[data-loading="false"] span {
	opacity: 1;
	visibility: visible;
}

.authPages .btn[data-loading="false"] img,
.authPages .btn[data-loading="true"] span {
	opacity: 0;
	visibility: hidden;
}

.authPages .loginDivider {
	position: relative;
}

.authPages .loginDivider hr {
	border-color: #888;
	border-style: dashed;
}

.authPages .loginDivider p {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 5px;
	background-color: #f5f6fb;
	font-family: Montserrat;
	transform: translate(-50%, -50%);
	cursor: default;
}

.authPages .btn-social {
	position: relative;
	padding: 7px 12px 5px;
	border-radius: 10px;
	color: white;
	font-size: 16px;
	letter-spacing: .25px;
}

.authPages .btn-social i {
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 1px;
	height: 34px;
	width: 34px;
	font-size: 18px;
	font-weight: normal;
	line-height: 34px;
	text-align: center;
	background-color: white;
	z-index: 1;
}

.authPages .btn-social i::after {
	content: '';
	position: absolute;
	top: -2px;
	right: -4px;
	height: calc(100% + 4px);
	width: 2px;
	background-color: #f4f5fb;
	z-index: 999;
}

.authPages .btn-social span {
	margin-left: 18px;
}

.authPages .btn-facebook {
	background-color: #1877f2;
	font-family: Helvetica, Arial, sans-serif;
}

.authPages .btn-social:hover {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.1) inset;
}

.authPages .btn-social:focus {
	box-shadow: 0 -10px 20px 0 rgba(255,255,255,0.2) inset;
}

.authPages .btn-social img {
	position: absolute;
	display: inline-block;
	top: 1px;
	left: 1px;
	padding: 8px;
	background-color: white;
	opacity: 1;
	visibility: visible;
	transform: none;
	border-radius: 8px 0 0px 8px;
}

.authPages .btn-social::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 37px;
	height: calc(100% + 4px);
	width: 2px;
	background-color: #f4f5fb;
	z-index: 999;
}

.authPages .btn-facebook i {
	color: #1877f2;
}

.authPages .btn-google {
	background-color: #4285F4;
	font-family: Roboto;
}

.authPages .btn-twitter {
	background-color: #1da1f2;
	font-family: Helvetica, Arial, sans-serif;
}

.authPages .btn-twitter i {
	color: #1da1f2;
}

.authPages button i {
	margin-right: 6px;
	margin-left: -18px;
}

.authPages .serviceLogo {
	margin: 0 auto 15px;
}

/** Public pages **/

.publicPages {

}

/** Home page **/

.indexPage {
	
}

/** Blog **/

.blogHome {
	
}

/** Blog category **/

.blogPages.blogCategory {
	
}

/** Blog post **/

.blogPages.blogPost {
	
}

/** KnowledgeBase **/

.kbPages {

}

/** KnowledgeBase home **/

.kbPages.kbHome {
	
}

/** KnowledgeBase account **/

.kbPages.kbAccount {
	
}

/** Contact page **/

.contactPage {
	
}

/** Legal pages **/

.legalPages {

}

/** Terms page **/

.termsPage {

}

/** Privacy page **/

.privacyPage {

}

/********************
 *                  * 
 * Responsive rules *
 *                  *
 ********************/

@media only screen and (min-width: 1601px) {
	
}

@media only screen and (max-width: 1600px) {
	
}

@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 1366px) {
	
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 720px) {
	
}

@media only screen and (max-width: 420px) {
	
}

@media only screen and (max-height:300px) and (max-width:300px) {
	
}