* {
	margin: 0px;
}

#page {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #06020f;
	overflow-x: hidden;
	font-size: 16px;
}

#page .container {
	max-width: 1480px;
}

@media (max-width: 1680px) {
	#page {
		font-size: 14px;
	}

	#page .container {
		max-width: 1170px;
	}
}

.full_width {
	width: 100%;
}

.mobile {
	display: none;
}

.gray {
    background-color: #f4f4f4;
    padding: 50px 0px;
	margin: 15px 0px;
}

@media (max-width: 576px) {
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	#page .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#content_page .no_margin {
	margin: 0px;
}

a:hover {
	text-decoration: none!important;
}

#page a:hover {
	color: #d01a1a;
}

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

.ease, .button {
	transition: .3s all;
	-moz-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
}

.center, .mob_center {
	text-align: center;
}

@media (max-width: 992px) {
	.center {
		text-align: unset;
	}
}

.right {
	text-align: right;
}

.vert_center {
	display: flex;
    align-items: center;
}

.center-justified {
    text-align: justify;
    text-align-last: center;
}

#breadcrumbs {
	background: #fff;
    font-size: 0.875em;
    height: 60px;
    line-height: 60px;
    font-weight: 300;
}

@media (max-width: 992px) {
	#breadcrumbs {
		height: auto;
		margin-top: 0px;
		padding-top: 10px;
		line-height: 1.5em;
		letter-spacing: 0px;
	}
}
	
#breadcrumbs a {
	color: #06020f;
    font-weight: bold;
}
	
#breadcrumbs .fa {
	margin: 0px 15px;
}

#breadcrumbs .home:before {
	content: "\f015";
	font-family: "fontAwesome";
	margin-right: 10px;
}

.title {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 60px 0px 30px 0px;
	text-align: center;
}

.home .title {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	margin: 60px 0px;
}

.title:after {
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	background-color: #d01a1a;
	margin: 30px auto 0px;
}

.home .title:after {
	margin: 30px auto 0px auto;
}

#button_link h2 {
	font-size: 1.5rem;
}

.button_box .button_title {
	border-bottom: solid 1px #e5e5e5;
	width: calc(100% - 50px);
	height: 50px;
	display: inline-block;
}

.button_box h2 {
	line-height: 50px;
	margin-bottom: 0px;
}

.button_box .fa {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-bottom: solid 1px #fff;
}

.link_bt {
	display: block;
	color: #06020f;
	padding: 20px 0px;
}

.link_bt:hover {
	color: #d01a1a;
}

.link_bt .fa {
	color: #d01a1a;
	float: right;
}

#page .standard_link {
	display: inline-block;
	background-color: #253b8a;
	padding: 15px 100px;
	font-size: 1.25em;
	color: #fff;
	margin: 50px 0px 30px 0px;
}

#page .standard_link:hover {
	background-color: #d01a1a;
	color: #fff;
}

@media (max-width: 576px) {
	#page .standard_link {
		padding: 15px 75px;
	}
}