/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Poppins:400,500,600,700,800,900&display=swap');*/
/*undo some of the default styling of common (X)HTML browsers */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/COM/Assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/COM/Assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/COM/Assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/COM/Assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/COM/Assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/COM/Assets/fonts/poppins-v20-latin/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/COM/Assets/fonts/lato-v24-latin/lato-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/COM/Assets/fonts/lato-v24-latin/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/COM/Assets/fonts/lato-v24-latin/lato-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/COM/Assets/fonts/lato-v24-latin/lato-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/COM/Assets/fonts/lato-v24-latin/lato-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/COM/Assets/fonts/lato-v24-latin/lato-v24-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	box-sizing: border-box;
}
[hidden] {
	display: none !important;
// One of the good use cases of !important
}
* {
	padding: 0;
	margin: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

::-moz-selection {
 background-color: #b3d4fc;
 color: #000;
 text-shadow: none;
}
::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}
table {
	border-collapse: collapse;
}
caption {
 /*padding-top: $table-cell-padding;*/
 /*padding-bottom: $table-cell-padding;*/
	color: #000;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	color: #000;
	text-align: left;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 0 !important;
}

#wrapper{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#header{
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo{
	display: block;
	width: 100%;
	overflow: hidden;
}
.logo img{
	display: block;
	max-width: 100%;
	margin: 0;
	/*hanging-punctuation: ;*/
}
.nav-opener-holder{
	margin-left: -15px;
	position: relative;
	z-index: 1;
	border-radius: 0 30px 0 0;
	overflow: hidden;
	min-height: calc(100vh - 100px);
	padding-top: 80px;
}
.nav-opener-holder:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: -9999px;
	background: #faf6ed;
	z-index: -1;
}
.tab-openers{
	max-width: 130px;
	text-align: center;
	float: right;
}
.tab-openers a{
	color: #4c4c4c;
	padding: 25px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.tab-openers a .icon-holder{
	display: block;
}
.tab-content{padding: 40px 20px 20px;}
.tab-content .heading-tab {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 40px;
}
.tab-content .heading-tab h2{
	font-size: 25px;
	line-height: 30px;
	font-weight: 900;
	margin-bottom: 40px;
	text-transform: none;
}
.tab-content .tab-pane p{margin: 0 0 20px;}
.tab-content .btn-holder{
	text-align: right;
	overflow: hidden;
	padding-top: 20px;
}
.tab-content .btn-holder .btn-primary{
	font-size: 12px;
	line-height: 16px;
	background: #4c4c4c;
	border-radius: 20px;
	padding: 7px 25px;
	text-transform: uppercase;
	border-color: #4c4c4c;
}
.tab-content .btn-holder .btn-primary:focus{
	box-shadow: none;
	outline: none;
}
.nav-pills.tab-openers .nav-link.active{
	background: #fff;
	border-radius: 25px 0 0 25px;
}
.nav-pills.tab-openers .nav-link .tab-txt{
	display: block;
	padding-top: 5px;
}
.nav-pills.tab-openers .nav-link.active .tab-txt{display: none;}
.align-items-center{min-height: 100vh;}
.login-area{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.login-area h1{
	font-size: 40px;
	line-height: 44px;
	font-weight: 800;
	color: #000;
	margin: 0 0 40px;
}
.login-area .login-header{
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 20px;
}
.login-area strong{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	display: block;
}
.login-area .login-header p{margin: 0;}
.login-form{
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	color: #aeb0ab;
}
.login-form fieldset{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.login-form .form-control{
	border: none;
	color: #000;
	border-radius: 0;
	padding: 0;
	font-weight: 700;
}
.login-form .form-group{
	margin-bottom: 4rem;
}
.login-form .form-group.fields{
	border: 1px solid #aeb0ab;
	padding: 10px 15px 0;
	margin: 0;
	text-align: left;
}
.login-form .form-group.fields.password-field{border-top: 0;}
.password-options{
	padding-top: 10px;
	overflow: hidden;
	margin-bottom: 3rem;
	color: #000;
}
.password-options .form-check{
	float: left;
}
.password-options .form-check .form-check-input{margin-top: 0.2rem;}
.password-options .dropdown-item{
	float: right;
	width: auto;
	padding: 0;
	clear: none;
	color: #3f85c6;
	text-decoration: underline;
}
.login-form .form-group label{
	display: block;
	margin: 0;
	text-transform: uppercase;
}
.login-form .form-control:focus{
	outline: none;
	box-shadow: none;
}
.login-form .form-group .dropdown-item{
	color: #aeb0ab;
	display: block;
	padding-top: 20px;
}
.login-form .btn{
	background: #aeb0ab;
	border-radius: 30px;
	border-color: #aeb0ab;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 300;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.content-signup{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
}
.content-signup h2{
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	margin: 0 0 15px;
}
.content-signup p{margin: 0 0 40px;}
.content-signup .btn{
	background: none;
	color: #fff;
	border-color: #fff;
	border-radius: 25px;
	padding: 0.7rem 2rem;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 300;
	transition: all 0.3s ease;
	min-width: 150px;
}
.content-signup .btn:hover{
	background: #fff;
	color: #aeb0ab;
}
.dropdown-item:focus, .dropdown-item:hover{
	background: none;
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
}
@media only screen and (max-width: 1023px){
	.login-area h1{
		font-size: 32px;
		line-height: 38px;
		margin: 0 0 25px;
	}
	.login-area strong{
		font-size: 18px;
		line-height: 22px;
	}
	.login-area .login-header{
		margin: 0 0 25px;
	}
	.login-form .form-group label{margin: 0;}
	.login-form .form-group{
		margin-bottom: 1.5rem;
	}
	.login-form .form-group .dropdown-item{padding-top: 10px;}
	.login-form .btn{
		font-size: 14px;
		line-height: 18px;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.nav-opener-holder{padding-top: 40px;}
	.tab-openers a{
		font-size: 11px;
		line-height: 14px;
		padding: 20px 10px;
	}
	.tab-openers{
		width: 95px;
	}
	.tab-content{
		padding: 30px 0 20px;
	}
	.tab-content .heading-tab h2{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.tab-content .heading-tab{
		font-size: 14px;
		margin: 0 0 20px;
	}
	#wrapper .align-items-center{min-height: 80vh;}
	#wrapper .content-signup .align-items-center{
		min-height: inherit;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.content-signup h2,
	.login-area h1{
		font-size: 26px;
		line-height: 32px;
		margin: 0 0 15px;
	}
	.content-signup h2{font-size: 22px;}
	.login-area strong{
		font-size: 16px;
		line-height: 22px;
	}
	.login-area .login-header{
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 20px;
	}
	.login-area .login-header .logo{
		max-width: 170px;
		margin: 0 auto;
	}
	.content-signup p{margin: 0 0 28px;}
	.content-signup .btn{
		padding: 0.5rem 1rem;
		min-width: 130px;
	}
	.password-options{margin-bottom: 2rem;}
}

.modal-content {background-color: #dc3545}
.modal-body {margin: 10px;}
#error_list li {margin-left: 30px}
