
/* Preset Tags *******************/

* {
	padding: 0;
	margin: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: Roboto, Myriad, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

img {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
}

h1 {
	font-size: 48px;
	font-family: Neuton, Serif;
	font-weight: 400;
	line-height: initial;
	display: block;
	position: relative;
	padding-bottom: 30px;
}

h1:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 4px;
}

@media (max-width: 768px) {
	
	h1 {
		font-size: 24px;
		padding-bottom: 12px;
	}

	h1:before {
		width: 24px;
		height: 4px;
	}
}

h2 {
	font-size: 24px;
	font-weight: 300;
}

@media (max-width: 768px) {
	
	h2 {
		font-size: 18px;
	}
}

h3 {
	font-family: Neuton, Serif;
	font-weight: 400;
	position: relative;
	font-size: 24px;
	padding-bottom: 12px;
}

h3:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 4px;
}

h4 {
	font-family: Neuton, Serif;
	font-weight: 400;
	position: relative;
	font-size: 18px;
	padding-bottom: 8px;
}

h4:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 2px;
}

label {
	display: inline-block;
	width: 100%;
	max-width: 300px;
}

label.above {
	text-transform: uppercase;
}

label.above input[type="text"],
label.above input[type="password"],
label.above input[type="number"],
label.above select,
label.above textarea {
	display: block;
}

@media (max-width: 768px) {
	label {
		max-width: inherit;
	}
}

label > span {
	display: block;
	width: 100%;
}

.subtitle {
	font-family: Neuton, Serif;
	font-weight: 400;
	position: relative;
	font-size: 24px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

dl {
	box-sizing: border-box;
	line-height: 36px;
}

dt {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}

dd {
	box-sizing: border-box;
}

dl dt,
dl dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

hr {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 1rem;
	margin-bottom: 1rem;
	clear: both;
}

table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}

.field-short {
	width: auto;
}

.field-large {
	max-width: 100%;
}

.disabled {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}

.inner {
	padding: 20px;
	box-sizing: border-box;
}

/* Visibility *******************/

@media (max-width: 960px) {
	.visible-desktop {
		display: none !important;
	}
}

@media (min-width: 961px) {
	.hidden-screen {
		display: none !important;
	}
}

@media (max-width: 768px) {
	
	.hidden-phone {
		display: none !important;
	}
}

@media (min-width: 769px) {
	
	.visible-phone {
		display: none !important;
	}
}

/* Form *******************/

.form-row {
	width: 100%;
	margin-bottom: 1rem;
}

.search-import {
	display: flex;
	align-items: center;
}

.search-import > a {
	margin-left: 1rem;
}

.search-validation {
	padding-top: 2rem;
	width: 100%;
	box-sizing: border-box;
}

.search-validation a:not(:first-child),
.search-validation label:not(:first-child) {
	margin-left: 2rem;
}

@media (max-width: 768px) {
	
	.search-validation {
		text-align: center;
	}
	
	.search-validation a:not(:first-child),
	.search-validation label:not(:first-child) {
		margin-left: 0;
		margin-top: 1rem;
	}
	
	.search-validation a + a {
		margin-left: 2rem !important;
	}
}

/* Scrollbar *******************/

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar ::-webkit-scrollbar-track {
	border-radius: 6px;
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar ::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar ::-webkit-scrollbar-thumb {
	border-radius: 6px;
}

/* Radio / Checkbox *******************/

.input-option-container {
	display: inline-block;
	text-align: left;
	position: relative;
}

.input-option-container input[type=checkbox],
.input-option-container input[type=radio] {
	display: none;
}

input[type=checkbox] + span,
input[type=radio] + span {
	display: block;
	padding: 10px 25px 10px 35px;
	box-sizing: border-box;
	position: relative;
}

input[type=checkbox] + span:before,
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	border-width: 2px;
	border-style: solid;
	margin-top: -12px;
}

input[type=checkbox] + span i {
	display: none;
}

input[type=checkbox]:checked + span i {
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

input[type=checkbox]:checked + span .fa-check {
	display: block;
}

input[type=radio] + span:before {
	border-radius: 50%;
}

input[type=radio]:checked + span:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -4px;
	border-radius: 50%;
}

label input + span {
	cursor: pointer;
}

input[disabled] + span:before {
	display: none !important;
}

.input-container-result {
	display: block;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 14px;
}

.input-container-result:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.input-container-result i {
	display: none;
}

.input-container-result span {
	display: block;
	padding: 12px 64px 12px 20px;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	left: -4px;
	margin-right: -6px;
	border: 1px solid transparent;
}

.input-container-result.checked span {
	border-width: 1px;
	border-style: solid;
}

.input-container-result.valid span:before,
.input-container-result.error span:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
}

.input-container-result.checked .fa-check,
.input-container-result.valid .fa-check,
.input-container-result.error .fa-close {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
}

/* Input Text / File / Number *******************/

input[type="text"],
input[type="password"],
input[type="number"],
.input-file {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	resize: none;
	overflow: auto;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: Roboto, Myriad, Arial, Verdana, Sans-Serif;
}

input[type="number"] {
	width: 75px;
}

label input[type="text"],
label input[type="password"],
label input[type="number"] {
	height: 30px;
	margin-top: -5px;
	font-size: 16px;
	line-height: 22px;
}

.input-file {
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
}

.input-file .label {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

.input-file .filename {
	font-size: 16px;
	line-height: 22px;
	text-transform: initial;
}

.input-file input {
	display: none;
}

.input-icon {
	position: relative;
}

.input-icon input,
.input-icon.input-file {
	padding-right: 30px;
	box-sizing: border-box;
}

.input-icon > a,
.input-icon > i {
	display: inline-block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 30px;
}

.input-icon.input-file > a,
.input-icon.input-file > i {
	bottom: 0;
}

/* Textarea *******************/

textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	resize: none;
	overflow: auto;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	font-family: Roboto, Myriad, Arial, Verdana, Sans-Serif;
	font-size: 16px;
	line-height: 22px;
}

textarea:focus {
	font-style: initial;
}

/* Select *******************/

.custom-select-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 300px;
}

.custom-select-container label {
	bottom: -4px;
	position: relative;
}

.custom-select {
	display: inline-block;
	position: relative;
	max-width: 300px;
	width: 100%;
	height: 30px;
	white-space: nowrap;
	line-height: 30px;
	box-sizing: border-box;
}

.custom-select ul {
	list-style-type: none;
}

.custom-select:not(.open) > ul {
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.custom-select.flag-select {
	width: 75px;
}

.custom-select i {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	pointer-events: none;
	line-height: 30px;
}

.custom-select.flag-select i {
	top: 2px;
}

.select-list {
	position: absolute;
	width: 100%;
	top: 0;
}

.select-list .placeholder {
	display: block;
	cursor: pointer;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 16px;
	background-color: transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 32px;
	height: 30px;
}

.custom-select.flag-select:not(.open) > ul {
	border: none;
}

.flag-select .select-list .placeholder {
	padding: 2px 10px;
}

.flag-select .placeholder img {
	padding-top: 4px;
}

.select-list > li:last-child {
	display: none;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: 250px;
	position: relative;
	z-index: 1;
	overflow: visible;
	top: -1px;
	min-width: 100%;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.flag-select .select-list > li:last-child {
	max-height: 180px;
	min-width: 100%;
}

.select-list ul {
	width: auto;
	border-style: solid;
	border-width: 1px;
	max-width: 250px;
	min-width: 100%;
	box-sizing: border-box;
	overflow-x: visible;
	overflow-y: auto;
}

.select-list ul li {
	position: relative;
	padding: 10px;
	line-height: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flag-select .select-list ul li {
	height: 36px;
	padding: 6px 10px;
}

.flag-select img {
	pointer-events: none;
}

.flag-select:not(.open) .select-list .placeholder {
	border: none;
}

.custom-select.open .select-list > li:last-child {
	display: flex;
}

.custom-select.open .select-list ul li:hover {
	cursor: pointer;
}

@media (max-width: 768px) {
	
	.custom-select-container,
	.custom-select-container .custom-select {
		max-width: inherit;
	}
}

/* Call To Action *******************/

.cta-container {
	clear: both;
}

@media (max-width: 768px) {
	
	.cta-container {
		width: 100%;
	}
}

.cta-container a + a {
	padding-left: 20px;
}

.cta-default {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	padding-left: 30px;
	padding-right: 30px;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.cta-default .fa {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}

.cta-default:hover {
	text-decoration: none;
}

section h1 + .cta-default {
	position: absolute;
	top: 2rem;
	top: calc(2rem + 8px);
	right: 2rem;
}

@media (max-width: 960px) {
	
	section h1 + .cta-default {
		position: static;
		margin: 2rem;
	}
}

.cta-highlight {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
	text-align: left;
	background-color: transparent;
	background-image: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.cta-highlight .fa {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	position: relative;
	top: 2px;
}

.cta-highlight .fa + span {
	margin-left: 15px;
}

@media (max-width: 768px) {
	
	.cta-highlight {
		border-radius: 48px;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	}
	
	.cta-highlight .fa {
		box-shadow: none;
		background-color: transparent !important;
	}
	
	.cta-highlight .fa + span {
		padding-right: 62px;
	}
}

.cta-highlight span {
	font-weight: 500;
}

.cta-highlight:hover {
	text-decoration: underline;
}

.cta-contextual {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.cta-contextual.icon-only {
	font-size: 20px;
}

.cta-contextual:not(.icon-only) i {
	padding-right: 8px;
}

.cta-contextual:hover {
	text-decoration: underline;
}

/* Nav Sub Menu *******************/

.nav-sub {
	display: none;
	position: absolute;
	padding: 10px 0;
	list-style-type: none;
	min-width: 180px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	white-space: nowrap;
	z-index: 10;
	margin-top: 8px;
	margin-left: -60px;
	left: 50%;
	top: 100%;
}

.nav-sub::before {
	content: '';
	display: block;
	width: 100%; 
	height: 8px; 
	position: absolute;
	top: -8px;
}

.nav-sub::after {
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 50px;
}

.nav-sub > li a {
	padding: 5px 20px;
	display: block;
	text-align: left;
}

/* Stats Counter *******************/

.stats-counter {
	text-align: center;
}

.stats-counter .description {
	display: block;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 12px;
	line-height: 16px;
}

.stats-counter .value {
	display: block;
	font-size: 26px;
	line-height: 30px;
	margin-top: 4px;
}

/* Accordion *******************/

.accordion {
	position: relative;
}

.accordion-button {
	display: flex;
	width: 100%;
	padding: 10px 0;
	background-image: none;
	background-color: transparent;
	border: none;
	outline: none;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
	align-items: center;
}

.accordion-button i {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	margin-right: 12px;
	box-sizing: border-box;
}

.accordion:not(.active) .accordion-button .fa-chevron-down {
	display: none;
}

.accordion.active .accordion-button .fa-chevron-right {
	display: none;
}

.accordion-button .content {
	display: block;
	text-align: left;
	font-weight: 600;
	box-sizing: border-box;
	width: 60%;
}

.accordion-button .more-info {
	display: block;
	width: 40%;
	text-align: right;
}

.accordion-panel {
	display: block;
	list-style-type: none;
	overflow: hidden;
	min-height: 0px;
	padding-left: 10px;
	margin-left: -10px;
}

.accordion:not(.active) .accordion-panel {
	max-height: 0px;
}

.accordion.active .accordion-panel {
	max-height: 1000px;
}

.accordion-panel > li {
	display: flex;
	align-items: center;
	position: relative;
}

.accordion-panel > li:last-child {
	border-bottom-style: solid;
}

.accordion-panel > li .content i {
	padding-right: 4px;
}

.accordion-panel .content {
	width: 60%;
	padding: 10px 20px 10px 30px;
	box-sizing: border-box;
	line-height: 20px;
}

.accordion-panel .options {
	list-style-type: none;
	display: flex;
	width: 40%;
}

.accordion-panel .options li {
	width: 50%;
}

.accordion-simple .accordion-button {
	min-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.accordion-simple .accordion-panel > li:not(:first-child) {
	border-top-width: 1px;
	border-top-style: solid;
}

.accordion-simple .accordion-panel > li:last-child {
	border-bottom-width: 1px;
}

.accordion-table .accordion-button {
	min-height: 64px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.accordion-table .accordion-button i {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	border-radius: 50%;
	line-height: 40px;
	border-width: 4px;
	border-style: solid;
}

.accordion-table .accordion-button .content {
	padding-left: 60px;
}

.accordion-table .accordion-panel > li {
	border-left-width: 1px;
	border-left-style: solid;
	min-height: 64px;
}

.accordion-table .accordion-panel > li:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.accordion-table .accordion-panel > li:last-child {
	border-bottom-width: 4px;
}

.accordion-table .accordion-panel .status > i {
	display: inline-block;
	width: 22px;
	text-align: center;
	line-height: 22px;
}

.accordion-table .accordion-panel .status:before {
	content: '';
	display: block;
	width: 20px;
}

.accordion-table .accordion-panel .status > i,
.accordion-table .accordion-panel .status:before {
	height: 20px;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
}

.accordion-table .accordion-panel .status-valid:before,
.accordion-table .accordion-panel .status-error:before {
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
}

.accordion-table .accordion-panel .status-neutral:before {
	box-sizing: border-box;
	border-radius: 50%;
	border-width: 6px;
	border-style: solid;
}

@media (max-width: 768px) {
	
	.accordion-button {
		flex-wrap: wrap;
	}
	
	.accordion-button .more-info {
		width: 100%;
		padding-left: 60px;
		text-align: left;
	}
	
	.accordion-simple .more-info {
		padding-left: 30px;
	}
	
	.accordion-table .accordion-button .content {
		width: 100%;
		padding-bottom: 2px;
	}
	
	.accordion-table .accordion-panel li {
		flex-wrap: wrap;
	}
	
	.accordion-table .accordion-panel .content {
		width: 100%;
	}
	
	.accordion-table .accordion-panel .options {
		width: 100%;
		padding: 0 20px 10px 30px;
	}
	
	.accordion-table .accordion-panel .status:before,
	.accordion-table .accordion-panel .status > i {
		top: 25%;
	}
}

/* Breadcrumbs *******************/

.breadcrumbs {
	display: flex;
	padding: 20px 0;
	list-style-type: none;
	font-size: 12px;
	white-space: nowrap;
	overflow-x: auto;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}

.breadcrumbs li:first-child {
	margin-left: 20px;
}

.breadcrumbs li:last-child {
	padding-right: 20px;
}

.breadcrumbs li:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 5px;
	top: -1px;
}

.breadcrumbs li + li {
	margin-left: 12px;
}

/* Question Nav *******************/

.q-nav {
	height: 68px;
	margin: 0 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	white-space: nowrap;
}
.q-nav ul {
	list-style-type: none;
	display: block;
}

.q-nav ul ul {
	display: none;
	z-index: 101;
}

.q-nav > ul > li {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.q-nav > ul > li .fa {
	padding-left: 10px;
}

.q-nav > ul > li.selected {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.q-nav > ul > li > a,
.q-nav > ul > li > span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	line-height: 68px;
}

.q-nav > ul > li:hover ul,
.q-nav > ul > li.hover ul {
	display: block;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.q-nav > ul > li li {
	display: block;
	padding: 0 20px;
	line-height: 48px;
	white-space: nowrap;
}

.q-nav > ul > li + li {
	margin-left: 2rem;
}

.q-nav > ul > li li a,
.q-nav > ul > li li span {
	text-decoration: none;
}

.q-nav .mode {
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	
	.q-nav {
		flex-wrap: wrap;
		height: auto;
	}
	
	.q-nav > ul {
		width: 100%;
		text-align: center;
	}
	
	.q-nav > ul > li {
		display: block;
	}
	
	.q-nav > ul > li + li {
		margin-left: 0;
	}
	
	.q-nav > ul > li > a,
	.q-nav > ul > li > span {
		line-height: 48px;
	}
	
	.q-nav ul ul {
		width: 100%;
	}
	
	.q-nav .mode {
		order: -1;
		margin-top: 1rem;
		width: 100%;
		justify-content: center;
	}
}

/* Side Nav *******************/

#sidebar-nav-container {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	pointer-events: none;
}

.open-side-menu #sidebar-nav-container {
	opacity: 1;
	pointer-events: inherit;
}

#sidebar-nav-container:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#sidebar-nav-container .sidebar-nav {
	width: 60%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1001;
	padding: 40px 0;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translate(-100%, 0);
	transition: 200ms;
}

@media (max-width: 768px) {
	
	#sidebar-nav-container .sidebar-nav {
		width: 85%;
	}
}

.open-side-menu #sidebar-nav-container .sidebar-nav {
	transform: translate(0, 0);
}

#nav-list {
	list-style-type: none;
	text-transform: uppercase;
}

#nav-list li {
	display: block;
}

#nav-list a {
	display: block;
	padding: 10px 40px;
}

#nav-list a:hover {
	text-decoration: none;
}

#nav-list li:not(.close-btn) i {
	display: none;
}

#nav-list ul {
	display: none;
}

#nav-list.active ul {
	display: block;
}

#nav-list.active > li:not(.active) {
	display: none;
}

#nav-list.active > li.active > a {
	margin-bottom: 20px;
}

#nav-list.active > li i {
	display: inline-block;
	padding-right: 20px;
}

#sidebar-nav-container .close-btn a {
	background-color: transparent !important;
	display: inline-block;
	padding: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

/* Popup *******************/

.popup {
	display: none;
	position: fixed;
	left: 4rem;
	top: 2rem;
	right: 4rem;
	bottom: 4rem;
	max-width: 960px;
	margin: auto;
	z-index: 10000;
}

.popup.visible {
	display: block;
}

.popup .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	font-size: 24px;
}

.cta-highlight .fa {
    margin-right: 10px;
}