@font-face {
    font-family: 'Calibri';
    src: 	url('/fonts/subset-Calibri.woff2') format('woff2'),
        	url('/fonts/subset-Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: 	url('/fonts/Calibri-Bold.woff2') format('woff2'),
        	url('/fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: 	url('/fonts/subset-Calibri-Italic.woff2') format('woff2'),
        	url('/fonts/subset-Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


*, h1, h2, h3, h4, h5, h6 {
	font-family: 'Calibri', sans-serif;
	color: #444;
	outline: none;
}
html {
	height: 100%;
}
body {	
	margin: 0;
	height: 100%;
	background: #f4f4f4;
}
.cell {
	min-height: 1px;
	position: relative;
}
.clear {
	clear: both;
}

/********************************* HEADER ***************************************************************************************************************************************************************/


header {
	position: relative;
	width: 100%;
	z-index: 999;
	margin: 0;
	height: 603px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow: visible;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#logo_container {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 0;
	padding: 20px 0;
	position: relative;
}
h1 { 
	display: inline-block; 
	width: 90%;
	height: auto; 
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto auto 0;
	position: relative;
	z-index: 101;
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
}
h1 a, h1 a:hover, h1 a:active { 
	display: block; 
	width: 100%; 
	height: auto;
	color: #222;
}

#cofounded {
	width: 100%;
	height: 120px;
	background: #fff;
	text-align: center;
}
h2 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 0;
	padding: 0.9375rem 0;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
	padding: 0.9375rem 0;
}

nav {
	width: 100%;
	height: auto;
	padding: 0 0.9375rem;
	position: relative;
	margin: 0;
	display: block;
	background: #222;
	z-index: 100;
}
nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
nav ul li {
	display: inline-block;
	padding: 0;
}
nav ul li:last-child {
	float: right;
}
nav ul li:last-child a {
	float: right;
	background: #e94f24;
	border-bottom: 2px solid #e94f24;
	padding: 0 20px;
	color: #fff;
}
nav ul li a {
	display: inline-block;
	width: auto;
	font-family: 'Calibri', sans-serif;
	color: #ccc;
	font-size: 1em;
	line-height: 28px;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-bottom: 2px solid #222;
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	color: #fff;
}
nav ul li a.active {
	color: #fff;	
	font-weight: bold;
	border-bottom: 2px solid #e94f24;
}

ul.social {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.social li {
	display: inline-block;
	float: right;
}
ul.social li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #e94f24;
	color: #fff;
	padding: 0;
	margin: 0 5px;
	border-radius: 50%;
	text-align: center;
}
ul.social li a:hover {
	background: #222;
}
ul.social li a i {
	font-size: 1em;
	line-height: 30px;
	color: #fff;
}
ul.social li a:hover, ul.social li a:hover i {
	color: #fff;
}

#spinner_master_container															{ display: none; z-index: 1; position: relative; top: 0; right: 0; margin: 0 0 auto auto; float: right; }
#spinner_master_container .columns 													{ padding: 0; }
.spinner-master input[type="checkbox"] + label:before               				{ display: none; }
.spinner-master input[type="checkbox"]:checked + label:before  						{ display: none; }
.spinner-master input[type="checkbox"] + label  									{ height: 30px; }
.spinner-master * 																	{ transition: all 0.3s; -webkit-transition: all 0.3s; box-sizing: border-box; }
.spinner-master 																	{ position: relative; margin: 0 0 10px 0; height: 30px; width: 42px; float: right; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.spinner-master input[type="checkbox"] 												{ display: none; }
.spinner-master label 																{ cursor: pointer; position: absolute; z-index: 99; height: 100%; width: 100%; top: 0; left: 0; margin: 0; }
.spinner-master .spinner 															{ position: absolute; height: 5px; width: 100%; background-color: #fff; }
.spinner-master .diagonal.part-1 													{ position: relative; float: left; }
.spinner-master .horizontal 														{ position: relative; float: left; margin-top: 5px; }
.spinner-master .diagonal.part-2 													{ position: relative; float: left; margin-top: 5px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .horizontal 		{ opacity: 0;}
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-1 	{ -webkit-transform: rotate(135deg); transform: rotate(135deg);  margin-top: 10px; }
.spinner-master input[type="checkbox"]:checked ~ .spinner-spin > .diagonal.part-2 	{ -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -15px; }
input[type='checkbox'] + label.spinner-spin, input[type='radio'] + label.spinner-spin {
	width: 100% !important;
}

/********************************* SLIDER ***************************************************************************************************************************************************************/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width: 100%;
	height: 100%;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	width: 100%;
	height: 100% !important;
}

#slider_container {
	margin: 0;
	position: relative;
	width: 100%;
	height: 500px;
}
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.slide_container {
	width: 100%;
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/********************************* CONTENT ***************************************************************************************************************************************************************/

.content {
	padding: 3.375rem 0;
}
.box {
	background: #fff;
	padding: 20px 40px 40px 40px;
}
.text {
	
}
.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
}
.subnav li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 0 2px 0;
	color: #222;
	border-bottom: 1px solid #fff;
}
.subnav li a:hover {
	border-bottom: 1px solid #e94f24;
}
.subnav li a.active {
	font-weight: bold;
	color: #e94f24;
}
.content h2 {
	clear: both;
	border-bottom: 1px solid #e94f24;
	margin: 0 0 2rem 0;
	padding: 1rem 0;
}
.content p {
	text-align: justify;
}
.content ol, .content ul {
	padding: 0 0 1rem 1rem;
}
.content a {
	color: #e94f24;
}
.content a:hover {
	color: #000;
}
.smallest {
	font-size: 0.7em;
}
.small {
	font-size: 0.8em;
}
.medium {
	font-size: 1em;
}
.large {
	font-size: 1.2em;
}
.largest {
	font-size: 1.5em;
}
.text_img {
	width: 300px;
	height: auto;
}
.text_img.left {
	float: left;
	margin: 0 2rem 2rem 0;
}
.text_img.right {
	float: right;
	margin: 0 0 2rem 2rem;
}

/********************************* HOME ***************************************************************************************************************************************************************/

form {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}
fieldset{
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}
label {
	width: 100%;
	font-size: 0.8em;
}
label.notok, p.notok {
	color: #c00;
}
input[type='text'], input[type='email'], input[type='password'], input[type='number'] {
	width: 100%;
	font-size: 1em;
	border: none;
	border-bottom: 1px solid #97c026;
	box-shadow: none;
}
input[type='text'].notok, input[type='email'].notok, input[type='password'].notok, input[type='number'].notok {	
	border-bottom: 1px solid #c00;
}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='number']:focus {	
	border-bottom: 1px solid #444;
	box-shadow: none;
}
input[type='submit'] {
	width: 50%;
	max-width: 200px;
	height: 40px;
	text-align: center;
	font-size: 1em;
	line-height: 40px;
	border: none;
	background: #97c026;
	float: right;
	cursor: pointer;
	border-radius: 10px;
}
input[type='submit']:hover {
	color: #97c026;
	background: #444;
}


input[type="checkbox"] 							{ display:none; line-height:40px; }
input[type="checkbox"] + label  				{ margin:0; height:40px; }
input[type="checkbox"] + label:before  			{ font-family:'Font Awesome 5 Pro'; font-size:1.5em; display:inline-block; line-height:30px; width:10%; }
input[type="checkbox"] + label:before 			{ content: "\f0c8"; color:#97c026; }
input[type="checkbox"]:checked + label:before 	{ content: "\f14a"; color:#444; }

form a {
	padding: 20px 0;
	font-size: 0.8em;
}

.profile_photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	float: left;
	background-color: #ccc;
	background-image: url(/img/avatar.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 35px;
}

/********************************* FAQ GLOSSARY ***************************************************************************************************************************************************************/

.accordion {
	background: #fff;
	margin: 0.9375rem 0;
	padding: 1.875rem;	
	border-radius: 10px;
}
.logreg {
	padding: 0;
}
.accordion h3 {
	cursor: pointer;
	padding-left: 35px;
	position: relative;
}
.ui-icon {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
}
.plus {
	background: url(/img/plus.png) center center no-repeat;
}
.minus {
	background: url(/img/minus.png) center center no-repeat;
}
.ui-accordion-content {
	padding: 0 0 0 35px;
}
.logreg .ui-accordion-content {
	padding: 0;
}
.document_info {
	font-size: 0.7em;
}
.docs a {
	color: #444;
}
.docs a i {
	font-size: 2em;
	float: left;
	display: inline-block;
	margin: 5px 20px 10px 0;
}
.search_docs_results {
	padding: 30px 0 15px 0;
}

/********************************* FOOTER ***************************************************************************************************************************************************************/


footer {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50px;
	z-index: 900;
	margin: 0;
	text-align: center;
	background: #222;
	padding: 0 0 50px 0;
}
footer.bottom {
	position: absolute;
	bottom: 0;
}
footer p {
	font-family: 'Calibri', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
#cofounded h2 {
	width: auto;
	height: 60px;
	margin: 15px 20px 0 20px;
	padding: 0;
	position: relative;
	display: inline-block;
}
#cofounded h2 a {
	width: auto;
	height: 100%;
	display: block;
}
#cofounded h2 a img {
	width: auto;
	height: 100%;
	display: block;
}
#cofounded p {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #222;
}







