


::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #EEF5F8;
	font-weight: 300;
	color: #2B2D32;
	font-size: 16px;
}

.wrapper {
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	margin: 0 0 10px 0;
	padding: 6px 14px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(41, 55, 63, 0.8);
	font-weight: 400;
	color: #222;
	font-size: 15px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}
select.form-input {
}


.form-radio,
.form-checkbox {
	position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-radio-check,
.form-checkbox-check {
	display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    color: rgba(41, 55, 63, 0.8);
    vertical-align: text-bottom;
    background: #fff;
    border: 2px solid rgba(41, 55, 63, 0.8);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 100ms ease;
}
.form-checkbox-check {
	border-radius: 3px;
}
.form-radio-check:before,
.form-checkbox-check:before {
    opacity: 0;
    margin: 0;
    text-align: center;
    line-height: 20px;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    font-size: 11px;
    content: "\f00c";
}
.form-radio:checked + .form-radio-check,
.form-checkbox:checked + .form-checkbox-check {
}
.form-radio:checked + .form-radio-check:before,
.form-checkbox:checked + .form-checkbox-check:before {
	opacity: 1;
}



.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #66A1C1;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}



.button1,
.button2,
.button3,
.button4,
.button5 {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	min-width: 120px;
	text-align: center;
	height: auto;
	margin: 4px;
	padding: 8px 30px;
	background: #8b2593;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button2 {
	background: #89a3a3;
}
.button3 {
	background: #2B2D32;
}

.button1:hover,
.button2:hover,
.button3:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}

.button--small {
	padding-left: 18px;
	padding-right: 18px;
	min-width: 0;
}
.button--danger {
	padding: 4px 8px !important;
	font-size: 13px !important;
	background: #e11b22;
}
.button--menu {
	float: right;
	margin-top: 30px;
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
}


.bg-twitter {
	background: #1da1f2;
}
.bg-facebook {
	background: #3b5998;
}
.bg-linkedin {
	background: #0077b5;
}
.bg-whatsapp {
	background: #128c7e;
}

.rounded {
	border-radius: 20px !important;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.05);
}
.u-zoomOnHoverSmall {
	transition: all 300ms ease;
}
.u-zoomOnHoverSmall:hover {
	transform: scale(1.03);
}

.u-rounded {
	border-radius: 5px;
}

.u-anchor {
	position: absolute;
	margin-top: -100px;
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.u-softTransition {
	transition: all 300ms ease;
}

.u-max-lines--2 {
	max-height: 48px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.u-max-lines--3 {
	max-height: 75px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

.row--largeGutter {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.row--largeGutter > .col,
.row--largeGutter > .col-12 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.row--smallGutter {
	margin-left: -5px;
	margin-right: -5px;
}
.row--smallGutter > .col,
.row--smallGutter > .col-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.ml--3 {
	margin-left: -1rem;
}
.mr--3 {
	margin-right: -1rem;
}




.header {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 100;
	top: 0;
	left: 0;
	background: transparent;
	transition: background 300ms ease !important;
}
.header--absolute {
	position: absolute;
}
.header-placeholder {
	height: 100px;
    background-color: #E9F1F8;
}
.header-content {
	
}
.header-content-inner {
	width: auto;
	height: 40px;
	border-radius: 20px;
	background: rgb(0,40,68);
	background: linear-gradient(90deg, rgba(0,40,68,1) 0%, rgba(0,19,33,1) 100%);
}
.header-logo {
	position: absolute;
	z-index: 101;
	display: block;
	left: 20px;
	top: 20px;
	width: 250px;
	height: 125px;
	float: left;
	background: #E1EDF1;
	padding: 15px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
.header-logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.header-nav {
	display: block;
	width: auto;
	height: auto;
	padding-top: 80px;
	margin-right: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	transition: all 300ms ease;
}
.header-nav-close {
	position: absolute;
	top: 32px;
	right: 32px;
	z-index: 1000;
	color: #fff !important;
	line-height: 1em;
	font-size: 30px;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	transition: all 300ms ease;
}
.header-nav ul li {
	width: auto;
	height: 36px;
	display: inline-block;
	list-style: none;
	position: relative;
}
.header-nav ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0 3px;
	padding: 0 10px;
	line-height: 40px;
	overflow: hidden;
	font-weight: 500 !important;
	font-size: 16px;
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	cursor: pointer;
	transition: all 300ms ease;
}
.header-nav ul li a.button2,
.header-nav ul li a.button3 {
	margin-left: 20px;
}
.header-nav ul li > a:after {
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	transition: all 300ms ease;
}
.header-nav ul li.active > a:after,
.header-nav ul li > a:hover:after {
	opacity: 1;
}
.header-nav ul li > a.button2:after,
.header-nav ul li > a.button3:after {
	opacity: 0;
}
.header-nav ul li.active > a.button2,
.header-nav ul li.active > a.button3 {
	border: 3px solid #fff;
	line-height: 34px;
}


.header--scrolling {
	background: #2B2D32;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.header--scrolling .header-logo {
	left: auto;
	top: 25px;
	width: 100px;
	height: 48px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
}
.header--scrolling .header-nav {
	margin-top: 30px;
	float: right;
	background-image: none;
	padding-top: 0;
}
.header--scrolling .header-nav ul li a {
}






.page-header {
	position: relative;
	z-index: 1;
	overflow: auto;
	width: 100%;
	height: 33vw;
	margin: 0;
	text-align: left;
	background: linear-gradient(126.87deg, #666666 0%, #222222 100%);
}
.page-header--home {
	height: 42vw;
}
.page-header-video-outer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}
.page-header-video {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	background-size: cover;
}
.page-header-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background-color: rgba(102,161,193,0);
}
.page-header-overlay--news {
}
.page-header-video-button {
	display: inline-block;
	width: auto;
	min-width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 3px solid #fff;
	font-size: 40px;
	text-align: center;
	padding-left: 10px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
	line-height: 120px;
	color: #fff !important;
}
.page-header-wrapper {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
	z-index: 20;
}
.page-header-inner {
    display: block;
	height: auto;
	position: relative;
	max-height: 100%;
	left: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0 0 3px rgba(0,0,0,0.33);
}
.page-header-title {
    font-size: 40px !important;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0 !important;
}
.page-header-title:after {
	display: none !important;
}
.page-header-subtitle {
    font-weight: 300 !important;
}
.page-header-description {
    display: block;
    font-size: 18px;
    font-weight: 400 !important;
}
.page-header-slider {
	width: 100%;
	height: 100%;
	position: absolute !important;
}
.page-header-slider--news {
	right: calc((100vw - 1000px) / 2 - 20px);
	left: 50%;
	width: auto;
}
.page-header-slider-item {
	width: 100%;
	height: 33vw !important;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-blend-mode: multiply;
	background-color: rgba(241,90,41,0.33);
	transition: transform 4000ms ease;
}
.page-header--home .page-header-slider-item {
	height: 42vw !important;
}
.page-header-slider-item.is-animated {
	transform: scale(1.08);
	z-index: 6;
}
.page-header-full-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
.page-header-full-image img {
	width: auto;
	height: 100%;
}


.page-header-icon {
	width: 100px;
	position: relative;
	z-index: 10;
	margin-top: calc(-6vw - 100px);
}





.category-icon {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	border-radius: 100%;
	color: #fff !important;
}
.category-icon--header {
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	top: calc(-6vw - 50px);
	margin-bottom: 10px;
}



.album-image {
	display: block;
	width: auto;
	height: 220px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



.slick--flex .slick-track {
    display: flex !important;
}

.slick--flex .slick-slide {
    height: inherit !important;
}
.slick-disabled {
	opacity: 0.3;
	cursor: not-allowed !important;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	color: #2B2D32;
	font-size: 20px;
}
.slick-prev {
	left: -40px;
}
.slick-next {
	right: -40px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	text-align: center;
}
.slick-dots > li {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0 8px;
	width: 16px;
	height: 16px;
	background-color: #2B2D32;
	border-radius: 8px;
	opacity: 1;
	transition: all 300ms ease;
}
.slick-dots > li.slick-active {
	background: #fff;
}
.slick-dots > li:before {
	display: none !important;
}
.slick-dots > li button {
	display: none !important;
}







.card {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-weight: 400 !important;
	color: #2B2D32 !important;
	border: none;
	position: relative;
	text-decoration: none !important;
}
.card--spacing {
	margin-bottom: 30px;
}
.card--transparent {
	background: transparent;
	box-shadow: none;
}
.card--largeBorderRadius {
	border-radius: 15px;
}
.card--event {
	min-height: 140px;
}
.col > .card,
.card--fullHeight {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.card-image {
	height: 240px;
	overflow: hidden;
	border-radius: 5px;
	background: #ddd;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.card-image--contain {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.card-image--wide {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: 120px;
}
.card-image--small {
	width: 140px;
	height: 114px;
}
.card-image > div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 300ms ease;
}
.card-image--contain > div {
	background-size: contain;
}
.card:hover > .card-image--contain > div {
	transform: scale(1.0);
}
.card-content {
	padding: 18px 24px;
	font-size: 16px;
	line-height: 22px;
}
.card-content--small {
	padding: 20px;
}
.card-content > p:first-child {
	padding-top: 0;
}
.card-content--wide {
	padding-left: 180px;
	min-height: 180px;
}
.card-content--wideSmall {
	padding-left: 160px;
	min-height: 100px;
}
.card-content--withDate {
	padding-left: 90px;
	min-height: 100px;
}
.card-content--withImage {
	padding-left: 145px;
}
.card-content ul li {
	line-height: 21px !important;
}
.card-content ul li:before {
	top: 7px !important;
}

.card-date {
	position: absolute;
	left: 15px;
	top: 15px;
}
.card-label {
	display: inline-block;
	font-size: 15px;
	font-weight: 700 !important;
	line-height: 1.4em;
}
.card-label2 {
	font-weight: 700;
	color: #89a3a3;
}
.card-tags {
	position: absolute;
	top: -10px;
	right: -10px;
	width: auto;
}
.card-roundedImage {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	border: 3px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.card-footer-button {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
}





.card--darkBorder {
	border-color: #222;
}
.card-list {
	margin: 0 -14px !important;
}
.card-list-item {
}
.card-list-item:before {
	display: none !important;
}
.card-list-item a {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 18px;
	height: auto;
	font-weight: 400 !important;
	color: #2B2D32 !important;
}
.card-list-item--active a {
	background: #EEBD51;
}



.tag {
	display: block;
	background: #909090;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	padding: 5px 12px 4px 12px;
	line-height: 1em;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
}
.tag--large {
	padding-top: 10px;
	padding-bottom: 9px;
	font-size: 16px;
}
.tag--1 {
	background: #2178B8;
}
.tag--2 {
	background: #2B2D32;
}
.tag--3 {
	background: #f47d25;
}





.submenu-list {
	margin: 0 0 0 -10px !important;
	padding: 0 !important;
}
.submenu-list-item {
	list-style: none !important;
	padding-left: 0 !important;
}
.submenu-list-item:before {
	display: none !important;
}
.submenu-list-item a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff !important;
	font-weight: 400 !important;
}
.submenu-list-item--active a {
	background: linear-gradient(90deg, #F7332B 0%, #EE1A53 100%);
	color: #fff !important;
}


.page-image {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}



.date {
	display: block;
	width: 60px;
	height: 70px;
	background: #2B2D32;
	border-radius: 5px;
	text-decoration: none !important;
	text-align: center;
}
.date-day {
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
.date-month {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}





.team-slider {
	margin: 0 -10px;
}
.team-slider-item {
	margin: 16px 10px 30px 10px;
	width: auto;
	height: 220px !important;
}
.team-slider-item .card {
	height: calc(100% - 20px);
	margin-top: 44px;
}
.team-slider-item .card-content {
	padding-top: 60px;
}

.team-slider .slick-arrow {
	color: #fff;
	font-size: 30px;
	margin-top: 20px;
}



.photo-slider {
	margin: 0 -10px;
}
.photo-slider-item {
	margin: 10px;
	border-radius: 4px;
	width: auto;
	height: 184px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.photo-slider .slick-arrow {
	color: #2B2D32;
	font-size: 30px;
}









.site-container {
    overflow-x: hidden;
}


.page-container {
	position: relative;
	z-index: 15;
	min-height: 500px;
}
.page {
	background: #EEF5F8;
	padding: 40px 0 60px 0;
	position: relative;
}
.page--1,
.page--3,
.page--5,
.page--7,
.page--9 {
	background: #E1EDF1;
}
.page--darkBlue {
	background: #89a3a3;
	color: #fff;
}
.page--withMinHeight {
	min-height: 400px;
}
.page-header + .page-container > .page--0 {
	padding-top: 0;
}
.page-header + .page-container > .page--0:before {
	content: '';
	position: absolute;
	top: -6vw;
	left: 0;
	right: 0;
	height: 6vw;
	background-image: url('../img/page-seperator-header.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.page:before {
	content: '';
	position: absolute;
	top: -1vw;
	left: 0;
	right: 0;
	height: 1vw;
	background-image: url('../img/page-seperator-light.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.page--2:before,
.page--4:before,
.page--6:before,
.page--8:before,
.page--10:before {
	background-image: url('../img/page-seperator-white.svg') !important;
}
.page--darkBlue:before {
	background-image: url('../img/page-seperator-blue.svg');
}
.page--darkBlue.page--2:before,
.page--darkBlue.page--4:before,
.page--darkBlue.page--6:before,
.page--darkBlue.page--8:before,
.page--darkBlue.page--10:before {
	background-image: url('../img/page-seperator-blue-mirrored.svg') !important;
}





.text-box {
	font-size: 16px;
	line-height: 26px;
	color: #2B2D32;
}

.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
    font-family: 'Overlock';
	font-weight: 700;
	font-size: 22px;
	line-height: 1em;
	color: #2B2D32;
	margin: 0;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	margin: 0 0 16px 0;
	font-size: 42px;
}
.text-box h1:after,
.text-box h2:after,
.text-box h3.line:after,
.text-box h4.line:after,
.text-box h5.line:after,
.text-box h6.line:after {
	content: '';
	margin-top: 14px;
	display: block;
	width: 120px;
	height: 6px;
	background: #89a3a3;
	border-radius: 3px;
}
.text-box h1.text-center:after,
.text-box h2.text-center:after {
	margin-left: auto;
	margin-right: auto;
}
.text-box h3 {
	font-size: 36px;
}
.text-box h4 {
	font-size: 30px;
}
.text-box h5 {
	font-size: 26px;
}
.text-box h1 > span,
.text-box h2 > span,
.text-box h3 > span,
.text-box h4 > span,
.text-box h5 > span,
.text-box h6 > span {
	color: #2B2D32;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	font-weight: 500;
	color: #2B2D32;
}

.text-box a {
	color: #8b2593;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul,
.text-box ol {
    padding: 0;
    margin: 0;
	margin-left: 22px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box iframe {
	max-width: 100%;
	border: 0;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-box blockquote {
	font-style: italic;
	margin: 8px 0;
	padding: 14px 20px;
	border-radius: 5px;
	background-color: #ddd;
}



img.page-backgroundImage {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -250px;
	margin-top: -136px;
	width: auto;
	height: 330px !important;
	opacity: 0.25;
}
img.page-backgroundImage--top {
	margin-top: 0;
	top: 100px;
	opacity: 0.125;
}




.breadcrumb-path {
	opacity: 0.5;
	font-size: 15px;
	font-weight: 300;
	color: #2B2D32;
}
.breadcrumb-path a {
	font-size: 15px;
	font-weight: 300;
	color: #2B2D32;
	padding: 0 4px;
}


.footer {
	z-index: 16;
	position: relative;
	background: #2B2D32;
	padding: 46px 0;
	font-size: 15px;
	color: #fff !important;
}
.footer:before {
	content: '';
	position: absolute;
	top: -1vw;
	left: 0;
	right: 0;
	height: 1.78vw;
	background-image: url('../img/page-seperator-footer.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.footer-logo {
	max-width: 140px !important;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a {
	color: #fff !important;
}

.social-icon {
	display: inline-block;
	font-size: 16px;
	font-weight: 400 !important;
	text-decoration: none !important;
}
.social-icon i {
	vertical-align: bottom;
	font-size: 24px;
	font-weight: 400 !important;
}


.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a {
	color: #fff !important;
}




