body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	overflow-x: hidden;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
h3, .h3 {
	font-size: 2.8em;
}
h5, .h5 {
	font-size: 1.64em;
}
.m-auto {
	margin: auto;
}

input, select, textarea {
	-webkit-appearance: none;
	border-radius:0;
}
.bx-shadow-1 {
	box-shadow: 0 0 1em .7em rgba(0,0,0,.25);
}
/*forms*/
.form-control,
.form-button {
	box-sizing: border-box!important;
	border: 1px solid #ccc!important;
	padding: 0.5em 1em!important;
	line-height: 1em;
	/* font-size: 0.9em!important; */
	height: auto!important;
	width: 100%!important;
	margin: 0!important;
	text-indent:0!important;
}
footer .form-control {
	height: 2.5em!important;
}

.form-button {
	display: inline-block;
	padding: 0.5em 1.5em!important;
	border: 1px solid #cd1717!important;
	background-color: #cd1717;
	color:#fff;
	text-align: center;
}
.form-button:hover {
	background-color: #eb2727;
}


/*effects*/
.hover-zoom {
	transition: all ease-in-out 0.4s;
	transform: scale(1);
}
.hover-zoom:hover {
	transition: all ease-in-out 0.3s;
	transform: scale(1.05);
}
/*materialize*/
input:not([type]), input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
	border-bottom: 1px solid #fff;
	font-size: 1.2em;
	color:#fff;
	text-align: left;
	text-indent: 1em;
}
.input-field label {
	color: #fff;
	position: absolute;
	top: 0.8rem;
	left: 0;
	font-size: 1.3rem;
	cursor: text;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
	text-align: initial;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #FFC300;
	-webkit-box-shadow: 0 1px 0 0 #FFC300;
	box-shadow: 0 1px 0 0 #FFC300;
}
input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
	color: #FFC300;
}
input:not([type])+label:after, input[type=text]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
input[type=search]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after {
	display: block;
	content: "";
	position: absolute;
	top: 5.5em;
	left: 0;
	opacity: 0;
	-webkit-transition: .2s opacity ease-out, .2s color ease-out;
	transition: .2s opacity ease-out, .2s color ease-out;
}

.select-wrapper span.caret:after {
	content: "\f0d7";
	font-family: FontAwesome, sans-serif;
	color: #CD1717;
	right: 0.5em;
	font-size: 1.8em;
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 10px;
	margin: auto 0;
	line-height: 10px;
}
label {
	font-size: 0.875em;
	color: #dcddde;
}
.input-field {
	margin-top: 0.6em;
}
.dropdown-content li>a, .dropdown-content li>span {
	color: #CD1717;
	font-family: "ProximaNova-Bold", sans-serif;
}
.select-wrapper input.select-dropdown {
	color: #252525;
}

::-webkit-input-placeholder {
	color: #959595;
}
::-moz-placeholder {
	color: #959595;
}
:-ms-input-placeholder {
	color: #959595;
}
:-moz-placeholder {
	color: #959595;
}
button {
	border: none;
}

.title-lines:before,
.title-lines:after,
.title-lines-left:before,
.title-lines-right:after {
	content:"";
	width: 3.5em;
	height: 2px;
	background-color: #000;
}
.c-white .title-lines:before,
.c-white .title-lines:after,
.c-white .title-lines-left:before,
.c-white .title-lines-right:after {
	background-color: #fff;
}
.title-lines:before, .title-lines-left:before {
	margin-right:1em;
}
.title-lines:after, .title-lines-right:after {
	margin-left:1em;
}
.title-lines, .title-lines-right, .title-lines-left{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.avatar-small {
	width:3em;
	height: 3em;
	border-radius: 50%;
	overflow: hidden;
}
.avatar-small img {
	width:100%;
}

/*width*/
.w100 {
	width: 100%;
}
.max-w100 {
	max-width: 100%;
}
.block-circle {
	border-radius: 50%;
	overflow: hidden;
	z-index:1;
}
/*backgrounds*/
.bc-black {
	background-color: #000;
}
.bc-lightgrey {
	background-color: #f2f2f2;
}
.bc-white {
	background-color: #fff;
}
.bc-purple {
	background-color: #9966cc;
}
.bc-lightblue {
	background-color: #0099ff;
}
.bc-lightblue-transparent {
	background-color: rgba(0, 153, 255, 0.82);
}
.bc-lightgreen {
	background-color: #66cc00;
}
.bc-darkgreen {
	background-color: #006600;
}
.bc-grey {
	background-color: #797979;
}
.bc-milk {
	background-color: #F6F6F6;
}
/*colors*/
.c-black {
	color: #333;
}
.c-lightgray {
	color: #ececec;
}
.c-white {
	color: #fff;
}
.c-purple {
	color: #9966cc;
}
.c-lightblue {
	color: #0099ff;
}
.c-lightgreen {
	color: #66cc00;
}
.c-darkgreen {
	color: #006600;
}
.c-green {
	color: #00ba9a;
}
.c-grey {
	color: #797979;
}
.c-red {
	color: #ed531b;
}
.c-yellow {
	color: #ffc300;
}
.w100-img {
	line-height: .6em;
}
.w100-img img {
	width: 100%;
}
.hover-yellow:hover {
	transition: all .3s ease-in-out 0s;
}
@media screen and (min-width: 1024px) {
	.hover-red:hover {
		color: #f36836;
	}
}
@media screen and (max-width: 1024px) {
	.pressed.hover-red:hover {
		color: #f36836;
	}
}

.flex-grow-1 {
	flex-grow: 1;
}
/*static page*/
.static-page {
	text-align:left;
}
.static-page blockquote {
	color:#777;
	line-height:1.4em;
	padding:0 0 0 1em;
	margin:0.5em 0 1.5em;
}
.static-page hr {
	clear:both;
}
.static-page .pull-left,
.static-page .alignleft{
	float:left;
	padding-right:1.5em;
	padding-bottom:1.5em;
	margin-top: 1.2em;
}
.static-page .pull-right,
.static-page .alignright{
	float:right;
	padding-left:1.5em;
	padding-bottom:1.5em;
	margin-top: 1.2em;
}
.static-page .pull-left,
.static-page .alignleft,
.static-page .pull-right,
.static-page .alignright{
	max-width:50%!important;
	height:auto;
}
.static-page ol, .static-page ul {
	margin:0em 0em 1em 2em!important;
	padding:0em 0em 0em 0em!important;
	counter-reset: section;
}

.static-page ol li,
.static-page ul li {
	position:relative;
	padding:0.2em 0em 0.2em 0em!important;
	line-height:1.5em;
}

.static-page ul > li:before {
	font-family:FontAwesome, sans-serif;
	position:absolute;
	top:0.4em;
	left:-1.5em;
}
.static-page li > ul, .static-page li > ol {
	margin:0.5em 0em 0.5em 2em!important;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6{
	font-weight:normal;
	line-height:1.1em!important;
	margin:0;
	padding:0 0 0.5em 0;
}

.static-page h1 {
	font-size:2.1em!important;
}
.static-page h2 {
	font-size:1.6em!important;
}
.static-page h3 {
	font-size:1.4em!important;
}

.static-page h4 {
	font-size:1.3em!important;
}
.static-page h5 {
	font-size:1.2em!important;
}
.static-page h6 {
	font-size:1.1em!important;
}
.static-page p {
	margin:0em 0em 1em 0em!important;
	padding:0em 0em 0em 0em!important;
}
.static-page strong {
	font-weight: normal!important;
}
.static-page .date {
	margin:0.2em 0em 0.8em 0em!important;
	padding:0em 0em 0em 0em!important;
	font-style:italic;
	display:block;
}
.static-page .cols-2,
.static-page .cols-3{
	-webkit-column-gap: 3em;
	column-gap: 3em;
	padding-bottom: 1em;
}

.container-1260 {
	max-width: 1260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-right: 2em;
}
/*underline*/
.underline {
	text-decoration: underline;
}

/*forms*/
.form-input {
	padding:0.38em 0.7em 0.4em 0.7em;
	border:1px solid #ccc;
	width:100%;
	font-size:1em;
}


/*fixed menu*/
.fixed-menu {
	position: fixed;
	left: 0;
	z-index: 999999;
	width: 100%;
	background-color: #fff;
	padding-top: 0.8em;
	padding-bottom: 0.85em;
	transition: all ease-in-out 0.3s;
	box-shadow: 0 0 1em rgba(0,0,0,0.3);
}
.hide-fixed-menu {
	top:0;
	opacity: 0;
	visibility: hidden;
}
.show-fixed-menu {
	top:0;
	opacity: 1;
	visibility: visible;
}

/*mobile menu*/
.mobile-menu-slide {
	transition: all ease-in-out 0.5s;
	transform: translateX(100%);
	position: fixed;
	top:0;
	right:0;
	width:21em;
	height: 100%;
	background-color: #fff;
	z-index: 9999;

}
.mobile-menu-open .mobile-menu-slide {
	transform: translateX(0%);
}
.mobile-menu-bg {
	transition: all ease-in-out 0.5s;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	top:0;
	left:0;
	z-index: 9999;
}
.mobile-menu-open .mobile-menu-bg  {
	visibility: visible;
	opacity: 1;
}
.mobile-menu .dropdown-titles {
	margin-top: 0.5em;
	margin-bottom: 1.3em;
	margin-left: 1.6em;
	width: 30%;
	vertical-align: top;
}
.mobile-menu ul {
	/*background-color:rgba(248,248,248,1);*/
	list-style: none;
	margin-left:0;
	padding-left: 0;
}
.mobile-menu .active > a,
.mobile-menu .active:after {
	color:#0099ff!important;

}
.mobile-menu .active span:after {
	color:#006600!important;

}
.mobile-menu > li:hover > a{
	color:#222!important;

}
.mobile-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute!important;
	z-index:9999;
	width: 100%;
	background-color: #fff;
	border-bottom:0px solid #ccc;
}
.mobile-menu li {
	position:relative;
}
.mobile-menu .menu-rows {
	margin-bottom:1em;
}
.mobile-menu .menu-rows > a {
	display:block;
	padding-bottom:1.2em;
	padding-top:1.2em;
}
.mobile-menu .menu-rows > a:hover {
	background-color:transparent;
	cursor:default;
}
.mobile-menu .menu-rows:first-child > a {
	padding-top:0;
}
.mobile-menu a {
	color:#000;
	font-size:1.1em;
	display:block;
	width: 100%;
	padding: 0.9em 2em 0.9em 2em;
	border-top:0px solid #ececec;
	transition: all ease-in-out 0s;
}
.mobile-menu > li > ul > li {
	width:100%;
}
.mobile-menu > li > ul > li:first-child {
	/* padding-top:1.5em; */
	vertical-align: top;
}
.mobile-menu > li > ul > li:last-child {
	/* padding-bottom:1.5em; */
}
.mobile-menu ul a {
	font-size:1em;
	color:#000;
	display:block;
	width: 100%;
	padding: 0.6em 2.4em 0.6em 2.4em;
	border-top:0px solid #ececec;
}
.mobile-menu ul a:before {
	content:"\f105";
	font-family:FontAwesome;
	font-size:1.5em;
	top:0.05em;
	position: relative;
	padding-right:0.4em;
	color:#006600;
}
.mobile-menu a:hover {
	background-color: #ececec;
	transition: all ease-in-out 0s;
}
.mobile-menu a em {
	color:#006600;
	font-size:1.7em;
	padding-right:0.2em;
	line-height: 0.1em;
	top: 0.1em;
	position: relative;
	width: 1.5em;
	text-align: center;
	margin-left: -0.1em;
}
.mobile-menu ul a:hover {
	background-color: #006600;
	color:#fff;
	transition: all ease-in-out 0s;
}
.mobile-menu .open-menu:after {
	content:"\f067";
	font-family: FontAwesome;
	display:flex;
	display:-webkit-flex;
	position:absolute;
	z-index:10;
	padding-top: 0.95em;
	padding-right:1.8em;
	top:0;
	color:#006600;
	right:0em;
	width:5em;
	height: 2.7em;
	font-size: 1.2em;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.mobile-menu a:hover:before {
	color:#66cc00;
}
.mobile-menu .open-menu:after:hover {
	color:#006600!important;
}
.mobile-menu ul a:hover:before {
	content:"\f104";
}
.mobile-menu .open-menu:hover {
	cursor:pointer;
}
.mobile-menu .open-menu-active:after {
	content:"\f068"
}
.mobile-menu .open-menu:hover {
	cursor:pointer;
}

/*collapse*/
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
}
.mobile-menu-close:hover {
	cursor:pointer;
}
.overflow-auto {
	overflow: auto;
}
/*questions*/
.questions {
	position: relative;
	border-top: 2px solid #979797;
	border-bottom: 2px solid #979797;
}
.questions > div:not(:last-child) {
	border-bottom: 1px dotted #979797;
}
.questions .question{
	padding:0.8em 0 0.8em 0;
	transition:all ease-in-out 0.3s;
	position:relative;
	color: #0099ff;
}
.questions .subquestion{
	padding-left:1.8em;
	position: relative;
}
.questions .subquestion:before{
	content:"Q.";
	position: absolute;
	display: block;
	padding-right:0.5em;
	top:0;
	left:0;
}
.questions .question:hover {
	cursor:pointer;
	transition:all ease-in-out 0.1s;
	color: #003399;
}
.questions .question:after {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 0.95em;
	right: 1.2em;
	width: 0.5em;
	height: 0.4em;
}
.questions .question-close:after {
	content: "\f068";
	font-family: FontAwesome;
	position: absolute;
	top: 0.95em;
	right: 1.2em;
	width: 0.5em;
	height: 0.4em;
}
.questions .question-close{
	transition:all ease-in-out 0.3s;
}



/*links*/
.link-external {
	padding-left:2.5em;
	position: relative;
	display: block;
}
.link-external:before {
	content: "\f08e";
	font-family: FontAwesome;
	position: absolute;
	left:0em;
	top:0.1em;
	font-size:1.5em;
}

/*breadcrumbs*/
.breadcrumbs > div,
.breadcrumbs > span{
	font-size: 1.1em;
	display: inline-block;
}
.breadcrumbs br{
	display:none;
}
.breadcrumbs .active {
	color: #475052;
}
.breadcrumbs em {
	padding-left:0.2em;
	padding-right:0.2em;
	font-size: 0.6em;
}
.breadcrumbs a {
	/*color:#0099ff;*/
}
.breadcrumbs a:hover {
	color:#797979;
}
/*transitions*/
.transition-0_1s{
	transition:all ease-in-out 0.1s;
}
.transition-0_2s{
	transition:all ease-in-out 0.2s;
}
.transition-0_3s{
	transition:all ease-in-out 0.3s;
}
.transition-0_4s{
	transition:all ease-in-out 0.4s;
}
.transition-0_5s{
	transition:all ease-in-out 0.5s;
}
/*special*/
.pointer:hover {
	cursor:pointer;
}

/*forms*/
.form-controls input,
.form-controls textarea,
.form-controls select
{
	font-size:1em;
	font-family:HelveticaNeue,Helvetica,Arial,sans-serif;
}
.form-controls input[type="text"],
.form-controls input[type="emal"],
.form-controls input[type="password"],
.form-controls input[type="phone"]{
	display: block;
	width:100%;
	padding: 0.6em;
	border:1px solid #979797;
}
.form-controls input[type="text"]:focus,
.form-controls input[type="emal"]:focus,
.form-controls input[type="password"]:focus,
.form-controls input[type="phone"]:focus,
.form-controls textarea:focus,
.form-controls select:focus
{
	border:1px solid #039;
}
.form-controls select {
	display: block;
	width:100%;
	padding: 0.6em;
	border:1px solid #979797;
	/*background-image: url(assets/collapse-open.png);*/
	background-repeat: no-repeat;
	background-size: 0.8em;
	background-position: 97% center;
}
.form-controls select:after {
	content:"";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 8px solid #000;
}
.form-controls textarea {
	display: block;
	width:100%;
	padding: 0.6em;
	border:1px solid #979797;
}
.form-controls .error-message {
	display: none;
}
.form-controls .error .error-message {
	display: block;
}
.form-controls .error input {
	border: 2px solid #660033!important;
}
.form-controls .error {
	color: #660033;
}
.form-controls *:focus {
	outline:none;
}

/*images*/
.img-circle {
	border-radius: 50%;
}

/*blocks*/
.block-shadow {
	box-shadow: 0 1em 4em rgba(0,0,0,0.05);
}
/*text*/
.h100 {
	height: 100%;
}
.text-justify {
	text-align: justify;
}
.c-not-active {
	text-decoration: line-through;
	color: #cccccc;
}
.mt--1em {
	margin-top: -1em;
}
.mt--0_2em {
	margin-top: -0.2em;
}
.mt--0_3em {
	margin-top: -0.3em;
}
.mt--2em {
	margin-top: -2em;
}
.mt--2_5em {
	margin-top: -2.5em;
}
.mt--3em {
	margin-top: -3em;
}
.mt--5em {
	margin-top: -5em;
}
.mt--6em {
	margin-top: -6em;
}
.mt--7em {
	margin-top: -7em;
}
.mb--2em {
	margin-bottom: -2em;
}
.bottom--1em {
	bottom: -1em;
}
@media (max-width: 767px) {
	.ml--1em-xs {
		margin-left:-1em;
	}
	.mt--7em-xs {
		margin-top: -7em;
	}
	.ml-2-em-xs {
		margin-left: 2em;
	}
	.ml-4-em-xs {
		margin-left: 4em;
	}
}
@media (min-width:768px){
	.ml--1_5em-sm {
		margin-left: -1.5em;
	}
	.mr--1_5em-sm {
		margin-right: -1.5em;
	}
	.ml-2-em-sm {
		margin-left: 2em;
	}
	.ml-4-em-sm {
		margin-left: 4em;
	}
	.height-44em-sm {
		height: 44em;
	}
	.pr-2_5em-sm {
		padding-right: 2.5em;
	}
}
@media (min-width:992px){
	.mt--1em-md {
		margin-top: -1em;
	}
	.mt--7em-md {
		margin-top: -7em;
	}
	.ml--2em-md {
		margin-left: -2em;
	}
	.mr--2em-md {
		margin-right: -2em;
	}
	.mr--4em-md {
		margin-right: -4em;
	}
	.ml-0-md {
		margin-left: 0;
	}
	.ml-2-em-md {
		margin-left: 2em;
	}

}
@media(min-width:1200px) {
	.mr--4em-lg {
		margin-right: -4em;
	}
}
/*search*/
.search-popup {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	text-align: center;
	background: #f8f8f8;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.search-popup i:hover {
	color:#006600;
}
.search-popup i {
	color:#666;
}
.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}
.search-close {
	position: absolute;
	top: 4em;
	right: 4em;
}
.search-input input[type=text]:not(.browser-default) {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	text-indent: 0;
	position: relative;
	height: 1.875em;
	font-size: 2.5em;
}
.search-input input[type=text]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #006600;
	-webkit-box-shadow: 0 1px 0 0 #006600;
	box-shadow: 0 1px 0 0 #006600;
}
button.enter-search {
	background: transparent;
	position: absolute;
	top: 1.2em;
	right: 0;
}
.search-popup, .quote-popup {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	text-align: center;
	background: #f8f8f8;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.search-active .search-popup, .quote-active .quote-popup {
	opacity: 1;
	visibility: visible;
}
.search-close, .quote-close {
	position: absolute;
	top: 4em;
	right: 4em;
	z-index: 8;
}
.search-input input[type=text]:not(.browser-default) {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	text-indent: 0;
	position: relative;
	height: 1.875em;
	font-size: 2.5em;
}
.search-input input[type=text]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #006600;
	-webkit-box-shadow: 0 1px 0 0 #006600;
	box-shadow: 0 1px 0 0 #006600;
}
.mt--7em {
	margin-top: -7em;
}
.width-1_5em {
	width: 1.5em;
}
a.text-decoration {
	text-decoration: underline;
}
.last-child-mb-0:last-child > div {
	margin-bottom: 0;
}
.ml--2_5em {
	margin-left: -2.5em;
}
.mr--2_5em {
	margin-right: -2.5em;
}
.br-5 {
	border: 5px solid;
}
.br-grey {
	border-color: #ACACAC !important;
}
.br-top-light-grey {
	border-top: 1px solid #dfdfdf;
}
.br-bottom-1 {
	border-bottom: 1px solid #dfdfdf !important;
}
.height-14_5em {
	height: 14.5em;
}
.pt-parallax {
	height: 75vh;
}
.height-85vh {
	height: 85vh;
}
.height-80vh {
	height: 80vh;
}
.height-75vh {
	height: 75vh;
}
.pt-10em {
	padding-top: 10em;
}
.pb-10em {
	padding-bottom: 10em;
}
.pt-20em {
	padding-top:20em;
}
.pt-30em {
	padding-top:30em;
}
.height-44em {
	height: 44em;
}
.pl-2_1em {
	padding-left: 2.1em;
}
.pl-2_2em {
	padding-left: 2.2em;
}
.pl-2_3em {
	padding-left: 2.3em;
}
.pl-2_4em {
	padding-left: 2.4em;
}