ul.list,
.info-list,
.widget-team,
.form-login .form-actions .cta-links,
.disclaimer-block .scroll-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: rgba(255, 255, 255, .2);
	width: 1px;
	bottom: 0;
	right: 10px;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #fff;
	height: 1px;
	width: 3px;
	right: -1px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
	display: none;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

@font-face {
	font-family: "icomoon";
	src: url("//assets.sitetemplates.beonboard.com/mondrian/fonts/icomoon.eot?q5pf7b");
	src: url("//assets.sitetemplates.beonboard.com/mondrian/fonts/icomoon.eot?q5pf7b#iefix") format("embedded-opentype"), url("//assets.sitetemplates.beonboard.com/mondrian/fonts/icomoon.ttf?q5pf7b") format("truetype"), url("//assets.sitetemplates.beonboard.com/mondrian/fonts/icomoon.woff?q5pf7b") format("woff"), url("//assets.sitetemplates.beonboard.com/mondrian/fonts/icomoon.svg?q5pf7b#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e90a";
}

.icon-arrow-right:before {
	content: "\e902";
}

body {
	min-width: 320px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#main {
	padding-top: 4.6875rem;
}

h1,
.h1 {
	margin: 0 0 .0625rem;
}

h2,
.h2 {
	font-weight: 400;
	margin: 0 0 2.5625rem;
}

h6,
.h6 {
	margin: 0 0 .25rem;
}

ul.list {
	margin: 0 0 2.3125rem;
	font-weight: 300;
}

ul.list li {
	position: relative;
	padding-left: 1.25rem;
	margin: 0 0 .625rem;
}

ul.list li:before {
	position: absolute;
	content: "";
	top: 10px;
	bottom: auto;
	left: 1px;
	right: auto;
}

ul.list li:before {
	width: 2px;
	height: 2px;
	background: #000;
}

ul.list li > ul {
	margin: 0;
	padding: .125rem 0 0;
}

ul.list li > ul > li {
	margin: 0 0 .0625rem;
}

ul.list strong {
	font-weight: 500;
}

.btn {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.bg-primary {
	color: #fff;
}

.form-control {
	letter-spacing: .64px;
	width: 100%;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: .875rem;
	border-width: 0 0 1px;
}

.form-control::-webkit-input-placeholder {
	color: #fff;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.form-control:-moz-placeholder {
	color: #fff;
}

.form-control:-ms-input-placeholder {
	color: #fff;
}

.form-control.placeholder {
	color: #fff;
}

.custom-control-label {
	padding-left: .375rem;
}

.custom-control-label:before {
	border: 1px solid #fff;
}

.custom-control-input:focus ~ .custom-control-label:before {
	box-shadow: none;
}

.visual-block {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.visual-block .img-holder img {
	display: block;
	width: 100%;
}

.visual-block .caption-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(42, 74, 154, .8);
}

.visual-block .caption {
	font-size: .9375rem;
	line-height: 1.5625rem;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 4px 24px rgba(0, 0, 0, .32);
	padding: 1.25rem 1.25rem .625rem;
}

.info-block {
	position: relative;
	z-index: 1;
}

.info-block .container {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.info-block .img-holder {
	display: block;
	position: relative;
	z-index: -1;
	max-width: 1319px;
}

.block-head {
	text-transform: uppercase;
	text-align: center;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-list {
	font-weight: 300;
	padding-top: .625rem;
}

.info-list li {
	margin: 0 0 .625rem;
}

.info-list strong {
	font-weight: 600;
}

.location-block {
	text-align: center;
	padding-top: 2.5rem;
	font-weight: 300;
	max-width: 987px;
}

.location-block .lh-big {
	line-height: 1.5rem;
}

.location-block .img-holder {
	display: block;
	padding: .9375rem 0 1.875rem;
}

.location-block .img-holder img {
	display: block;
}

.carousel-block {
	padding: 5rem 0 0;
	max-width: 1319px;
	margin: 0 auto;
	position: relative;
}

.carousel-block:after {
	position: absolute;
	content: "";
	top: 30px;
	bottom: auto;
	left: 0;
	right: auto;
}

.carousel-block:after {
	height: 50px;
	background: #2a4a9a;
	width: 100%;
}

.carousel-block .container {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.carousel {
	color: #fff;
	position: relative;
}

.carousel:after {
	position: absolute;
	content: "";
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.carousel:after {
	height: 50px;
	background: #2a4a9a;
	width: 100%;
	z-index: -1;
}

.carousel .mask {
	overflow: hidden;
	width: 100%;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 1440px;
	float: left;
}

.carousel .img-holder {
	display: block;
}

.carousel .img-holder img {
	display: block;
	width: 100%;
}

.carousel .controls-holder {
	text-align: center;
	padding: 1.1875rem 0 0;
	font-size: .9375rem;
	line-height: 1;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.carousel .controls-holder > span {
	display: inline-block;
	vertical-align: middle;
}

.carousel .btn-prev,
.carousel .btn-next {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin: 0 .8125rem;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
	color: #000;
}

.two-cols .title {
	display: block;
	margin: 0 0 .625rem;
}

.two-cols .img-holder {
	display: block;
}

.two-cols .img-holder img {
	width: 100%;
}

.contact-block {
	padding: 1.875rem 0;
	text-align: center;
}

.contact-block .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.contact-block .h1 {
	text-transform: uppercase;
}

.contact-block .img-holder img {
	display: block;
	width: 100%;
}

.contact-block .container {
	padding-top: 1.875rem;
	background: #fff;
	position: relative;
}

.contact-block .logo-holder {
	padding: .9375rem 0 1.875rem;
}

.contact-block .logo-holder a,
.contact-block .logo-holder img {
	display: inline-block;
	vertical-align: top;
}

.widget-team {
	font-size: .875rem;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 1.25rem;
	font-weight: 300;
}

.widget-team li {
	margin: 0 0 .125rem;
}

.widget-team a {
	color: #000;
}

.widget-team a:hover {
	color: #2a4a9a;
}

.widget-team .name {
	color: #2a4a9a;
	font-weight: 700;
	text-transform: uppercase;
}

.widget-download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: .875rem;
	line-height: 1;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 1px solid #c6c6c6;
	padding: 1.0625rem 0;
}

.widget-download .name {
	width: 55%;
	margin: 0 0 .9375rem;
}

.widget-download .size {
	width: 40%;
	font-weight: 300;
	text-align: right;
}

.widget-download .sep {
	padding: 0 3px;
}

.widget-download .link {
	font-weight: 700;
}

.widget-download a {
	text-decoration: underline;
}

.widget-download a:hover {
	text-decoration: none;
}

.login-block,
.disclaimer-block {
	height: 100vh;
	margin-top: -75px;
}

.login-block .logo,
.disclaimer-block .logo {
	width: 205px;
	margin: 0 auto;
}

.login-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 330px;
}

.form-login {
	padding: 2.5rem 0 0;
}

.form-login .form-group {
	margin: 0 0 1.875rem;
}

.form-login .form-actions {
	padding: .8125rem 0 0;
	font-size: .8125rem;
	line-height: 1;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: rgba(255, 255, 255, .5);
}

.form-login .form-actions .cta-links {
	margin: 0 0 1.25rem;
}

.form-login .form-actions .cta-links li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 6px;
}

.form-login .form-actions .cta-links li:after {
	position: absolute;
	content: "";
	top: 1px;
	bottom: 0;
	left: -1px;
	right: auto;
}

.form-login .form-actions .cta-links li:after {
	width: 1px;
	background: rgba(255, 255, 255, .5);
}

.form-login .form-actions .cta-links li:first-child {
	padding-left: 0;
}

.form-login .form-actions .cta-links li:first-child:after {
	display: none;
}

.form-login a:not(.btn) {
	color: rgba(255, 255, 255, .5);
	text-decoration: underline;
}

.form-login a:not(.btn):hover {
	color: #fff;
}

.disclaimer-block {
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.125rem;
	min-height: 860px;
	padding: 4.5rem 0 0;
}

.disclaimer-block .logo {
	margin-bottom: 1.875rem;
}

.disclaimer-block .h2 {
	text-transform: uppercase;
	margin: 0 0 1.4375rem;
}

.disclaimer-block .h6 {
	text-transform: uppercase;
}

.disclaimer-block .scroll-block {
	font-weight: 300;
	height: 532px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 2.5rem 0 0;
	width: 100% !important;
}

.disclaimer-block .scroll-block li {
	margin: 0 0 1.75rem;
}

.jcf-scrollable-wrapper {
	max-width: calc(100% - 30px);
}

.form-disclaimer {
	padding: 2.625rem 0 0;
}

.form-disclaimer .custom-checkbox {
	margin: 0 0 1.25rem;
}

.form-disclaimer .btn {
	min-width: 169px;
}

#header {
	background: #fff;
}

#header .container {
	max-width: 1150px;
}

.logo {
	width: 190px;
}

.logo a,
.logo img {
	display: block;
}

.navbar-toggler {
	border: 0;
}

.navbar-collapse {
	padding-top: 1.4rem;
	text-align: center;
}

.navbar {
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

.nav-item {
	padding: 0 .1875rem .9375rem;
	font-size: .625rem;
}

.nav-item.active .nav-link {
	color: #2a4a9a;
	font-weight: 700;
}

.nav-link {
	color: #000;
}

.nav-link:hover {
	color: #2a4a9a;
}

.nav-link.active {
	font-weight: 700;
}

#footer {
	text-align: center;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 1.5625rem;
}

#footer .logo {
	width: 153px;
	margin: 0 auto 1.625rem;
}

#footer .sep {
	padding: 0 .4375rem;
}

@media (min-width: 576px) {
	.jcf-scrollable-wrapper {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	#main {
		padding-top: 4.875rem;
	}

	ul.list li {
		padding-left: 1.75rem;
	}

	.visual-block .caption-holder {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
	}

	.visual-block .caption {
		padding: 0 0 0 5.25rem;
		max-width: 468px;
		line-height: 1.875rem;
	}

	.info-block .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.info-block .img-holder {
		padding: 0 .3125rem;
	}

	.info-list {
		padding-top: 1.4375rem;
	}

	.location-block {
		padding-top: 3.75rem;
	}

	.location-block .img-holder {
		padding: 2.3125rem 0;
	}

	.carousel-block:after {
		max-width: calc(100% - 40px);
		height: 109px;
		top: 60px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.carousel-block {
		padding: 10.5625rem 1.25rem 0;
	}

	.carousel-block .container {
		padding: 1.875rem 2.1875rem;
	}

	.carousel-block .container.bg-primary {
		margin-bottom: 1.25rem;
	}

	.carousel:after {
		height: 109px;
	}

	.carousel .btn-prev,
	.carousel .btn-next {
		font-size: 1.5625rem;
	}

	.two-cols .img-holder img {
		width: auto;
	}

	.contact-block .container {
		padding-top: 2.5rem;
	}

	.contact-block .logo-holder {
		padding: 4.1875rem 0 3.0625rem;
	}

	.widget-team {
		margin-bottom: 0;
	}

	.widget-download .name {
		width: 45%;
		margin: 0;
	}

	.widget-download .size {
		width: 15%;
		text-align: left;
	}

	.login-block,
	.disclaimer-block {
		margin-top: -78px;
	}

	.login-block {
		min-height: 500px;
	}

	.form-login {
		padding: 6.125rem 0 0;
	}

	.form-login .form-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.form-login .form-actions .cta-links {
		margin: 0;
	}

	.disclaimer-block {
		min-height: 902px;
	}

	.disclaimer-block .logo {
		margin-bottom: 4.6875rem;
	}

	.disclaimer-block .scroll-block {
		padding: 0 5.0625rem 0 0;
	}

	.form-disclaimer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.form-disclaimer .custom-checkbox {
		margin: 0;
	}

	.navbar-collapse {
		padding-top: 0;
	}

	.nav-item {
		padding: 0 .1875rem;
	}

	#footer {
		padding: 2.3125rem 0;
	}

	#footer .logo {
		margin: 0 auto 2.875rem;
	}
}

@media (min-width: 992px) {
	.info-block {
		margin-top: -88px;
	}

	.info-block .container {
		padding-top: 125px;
		padding-bottom: 123px;
	}

	.info-block .img-holder {
		margin: -5.8125rem auto 0;
	}
}

@media (min-width: 1024px) {
	.visual-block .caption {
		font-size: 1.625rem;
		line-height: 2.5rem;
		margin: 0 0 3.75rem;
	}

	.location-block {
		padding-top: 6.6875rem;
	}

	.carousel-block:after {
		max-width: 957px;
		top: 110px;
	}

	.carousel-block {
		padding: 13.6875rem 1.25rem 0;
	}

	.carousel-block .container {
		padding: 4rem 4.375rem;
	}

	.carousel-block .container.bg-primary {
		margin-bottom: 3.1875rem;
	}

	.carousel:after {
		max-width: 957px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}

	.contact-block {
		padding: 4.4375rem 0;
	}

	.contact-block .container {
		margin-top: -88px;
		padding-top: 6.875rem;
	}

	.widget-download .name {
		width: 60%;
	}

	.widget-download .size {
		width: 12%;
	}

	.login-block {
		min-height: 600px;
	}

	.nav-item {
		padding: 0 .8125rem;
		font-size: .75rem;
	}

	#footer {
		padding: 2.3125rem 0 5rem;
	}
}

@media (min-width: 1200px) {
	.visual-block .caption {
		font-size: 1.875rem;
		line-height: 3.125rem;
	}

	.info-block .img-holder {
		padding: 0 4.0625rem;
		max-width: 1439px;
	}

	.carousel-block {
		max-width: 1439px;
		padding: 13.6875rem 5rem 0;
	}
}

@media (max-width: 1023.98px) {
	.carousel-block .container {
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	h1,
	.h1 {
		font-size: 1.875rem;
		line-height: 2.1875rem;
		margin: 0 0 .3125rem;
	}

	h2,
	.h2 {
		margin: 0 0 1.5625rem;
		line-height: 1.5rem;
	}

	.navbar {
		padding: 1.4rem 0;
	}

	.nav-link {
		display: inline-block;
		vertical-align: top;
	}
}