@charset "utf-8";

:root {
	--deep-blue: #000759;
	--dark-blue: var(--med-blue);
	--med-blue: #1C54F4;
	--med-blue-95: #1C54F4F2;
	--light-blue: #4D93FF;
	--pale-blue: #C3E6FF;

	--deep-blue-grey: #353E59;
	--dark-blue-grey: #56648F;
	--med-blue-grey: #7B8BBD;
	--light-blue-grey: #ACBBE8;
	--pale-blue-grey: #DBE5FF;
	--background-grey: #edf2ff;

	}

	/* Colliers Fonts */
	.merriweather-light {
		font-family: "Merriweather", serif;
		font-weight: 300;
		font-style: normal;
	  }

	  .merriweather-regular {
		font-family: "Merriweather", serif;
		font-weight: 400;
		font-style: normal;
	  }

	  .merriweather-bold {
		font-family: "Merriweather", serif;
		font-weight: 700;
		font-style: normal;
	  }

	  .merriweather-black {
		font-family: "Merriweather", serif;
		font-weight: 900;
		font-style: normal;
	  }

	  .merriweather-light-italic {
		font-family: "Merriweather", serif;
		font-weight: 300;
		font-style: italic;
	  }

	  .merriweather-regular-italic {
		font-family: "Merriweather", serif;
		font-weight: 400;
		font-style: italic;
	  }

	  .merriweather-bold-italic {
		font-family: "Merriweather", serif;
		font-weight: 700;
		font-style: italic;
	  }

	  .merriweather-black-italic {
		font-family: "Merriweather", serif;
		font-weight: 900;
		font-style: italic;
	  }

/* CSS Document */

@font-face {
	font-family: 'Open Sans Light';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

::selection {
	color: white;
	background-color: var(--med-blue);
}

/*html*/
body {
	color: var(--deep-blue-grey);
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 10pt;
	padding-top: 0px;
	position: inherit !important;
}

.main-container.container {
	padding: 0px;
	width: 100%;
}



/*lightbox*/
.modal-backdrop.in {
	opacity: 75%;
	background-color: var(--deep-blue-grey);
}

.ekko-lightbox.modal {
	padding-right: 0 !important;
}

.ekko-lightbox.modal .modal-dialog {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0;
}

.ekko-lightbox.modal .modal-dialog .modal-body {
	height: 100vh;
	padding: 25px;
}

.ekko-lightbox-container {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;

}

.ekko-lightbox.modal .modal-dialog .modal-body .ekko-lightbox-container img {
	margin: auto;
	max-width: 90vw;
	max-height: 90vh;
}

.ekko-lightbox .modal-header {
	border: 0;
	position: absolute;
	right: 0;
	z-index: 200;
}

.ekko-lightbox .modal-header .close {
	color: white;
	font-weight: 300;
	font-size: 32pt;
	opacity: 1;
}

.ekko-lightbox .modal-content {
	background: none;
	border: 0;
	box-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	width: 100px;
}

.ekko-lightbox .modal-footer {
	display: block;
	width: 100%;
	border: 0;
	position: absolute;
	bottom: 0;
}

.ekko-lightbox-nav-overlay a {
	display: flex !important;
	align-content: center;
	align-items: center;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-right {
	justify-content: flex-end;
	padding: 0;
}

.ekko-lightbox-nav-overlay a.glyphicon-chevron-left {
	justify-content: flex-start;
	padding: 0;
}

.carousel-inner>.item>a>img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
	background: transparent;
	width: 34px;
	height: 34px;
	border-radius: 0;
	position: relative;
	text-shadow: none;
	color: var(--deep-blue-grey);
}


.glyphicon-chevron-right::before,
.glyphicon-chevron-left::before {
	position: absolute;
}

.glyphicon-chevron-left::before {
	content: "\f104";
	font: normal normal normal 20px/34px FontAwesome;
	left: 13px;
}

.glyphicon-chevron-right::before {
	content: "\f105";
	font: normal normal normal 20px/34px FontAwesome;
	right: 13px;
}

.carousel-control .glyphicon-chevron-right {
	right: 0;
}

.carousel-control .glyphicon-chevron-left {
	left: 0;
}

/*fonts*/
h1,
h2,
h3,
h4,
h5,
h6,
.main-nav,
section.statistics .stat .info,
section.statistics .stat .desc {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

section.statistics .stat .desc {
	text-transform: capitalize;
}

h1,
h2,
h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

/*nav*/
#main-nav {
	clear: both;
	margin-top: 0px;
	padding: 0;
}

.logo {
	float: left;
}

.logo img {
	height: auto;
	max-width: 160px;
}

.navbar-brand {
	height: auto;
	padding: 5px 0 5px 15px;
}

.navbar-brand a {
	border: 0px !important;
}

/*nav .navbar-nav{
	margin-top: 50px !important;
}*/

nav.main-nav {
	background: rgba(255, 255, 255, 1);
	border-bottom: 0;
	color: var(--med-blue-grey);
	min-height: 75px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .06);
}

nav.main-nav ul {
	margin: 0;
}

nav.main-nav ul,
nav.main-nav li,
nav.main-nav a {
	font-size: 12pt;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

.navbar-nav>li>a {
	border: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: var(--med-blue-grey);
	margin: 0;
	padding: 8px 12px;
}
.navbar-nav>li>a::before {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

nav.main-nav a:hover,
nav.main-nav a:focus,
nav.main-nav li.active a {
	font-weight: 700;
	background: none;
	color: var(--med-blue);
}

nav.main-nav a:hover {
	border: 0;
	color: var(--med-blue);
}

.navbar-toggle .icon-bar {
	background: var(--med-blue);
}

.btn-mobile-nav {
	margin-top: 17px;
}

/*header*/
header {
	background: var(--med-blue);
	margin-top: 75px;
	min-height: 360px;
	height: calc(100vh - 75px) !important;
	position: relative;

}

.jumbotron {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 !important;
	margin: 0;
	background: transparent;
}

.jumbotron.overlay-disabled {
	position: absolute;
	top: 0;
	right: 0;
	left:0;
	margin-top: 100px;
	height: calc(100vh - 100px) !important;
}

.jumbotron .container-fluid {
	margin: 20vh 0;
	padding: 0;
}

.key-line.upper {
	position: absolute;
	border-top: 2px solid white;
	width: calc(100% - 18px);
	margin: 18px 0 0 18px;
	height: 100%;
	border-left: 2px solid white;
}

.key-line.lower {
	border-top: 0;
	width: 2px;
	margin-left: 18px;
	margin-top:18px;
	height: 500px;
	border-left: 2px solid white;
	flex: 1 1 auto;
	z-index: 10;
}

h1.intro {
	color: white;
	font-size: 24pt;
	font-weight: 300;
	background-color: var(--med-blue);
	padding: 35px;
	width: fit-content;
	max-width: 80vw;
	margin-bottom: 0;
}

header h2 {
	color: var(--deep-blue);
	font-size: 12pt;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 1.4px;
	font-weight: 600;
	background-color: white;
	padding: 10px 15px;
	margin-top: -30px;
	margin-left: 35px;
	margin-bottom: -35px;
	width: fit-content;
	max-width: 70%;
	text-transform: uppercase;
	z-index: 10;
}


/*buttons*/
.links {
	margin-top: 40px;
}

.btn-bar {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	background-color: var(--med-blue-95);
	vertical-align: middle;
	padding: 35px;
}

.btn-bar-wrapper {
	display: flex;
	justify-content: space-between;
}

.btn.btn-outline,
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
	border: 0px;
	border-radius: 0px;
	color: white;
	font-family: "Open Sans Light", sans-serif;
	font-size: 17pt;
	font-weight: 300;
	padding: 0;
	position: relative;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
	font-weight: 700;
}

body>div.main-container.container>nav>div.btn-bar.hidden-xs.hidden-sm>a:last-of-type {
	margin-right: 0;
}

.ca {
	display: none !important;
	bottom: 0px;
	left: 0px;
	position: fixed;
	right: auto;
	width: 100%;
	z-index: 1000;
}

.ca .btn.btn-outline {
	background: var(--med-blue);
	color: white;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	width: 100%;
}

/*main body*/
.main.container-fluid {
	min-height: 400px;
	padding: 0px;
}

section::before {
	content: '';
	width: 2px;
	background-color: var(--med-blue);
	position: absolute;
	left: 18px;
	top: 0;
	height: 100%;
	z-index: 100;
}

section {
	background: white;
	padding: 60px 15px;
	position: relative;
}

section .col-sm-4,
section .col-sm-6,
section .col-sm-3 {
	margin-bottom: 0px;
}

section .col-sm-4:last-child,
section .col-sm-6:last-child,
section .col-sm-3:last-child {
	margin-bottom: 0px;
}

.section-title {
    text-align: center;
}

section .section-title h2 {
	background: white;
	color: var(--deep-blue);
	display: inline-block;
	font-size: 30pt;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	z-index: 999;
}

section h3.subtitle {
	display: block;
	color: var(--med-blue);
	font-size: 20pt;
	font-weight: 500;
	line-height: 36px;
	margin: 20px 0 0 0;
	text-align: left;
}

section.triple-image-section h3.subtitle {
	text-align: center;
}

section h3.subtitle.first {
	margin-top: -10px;
}

section .content {
	margin-top: 15px;
	line-height: 24px;
}

/* Colliers Text Link */
section .content a {
	color: var(--deep-blue);
	text-decoration: underline;
	transition: color .25s ease;
}

section .content a:hover {
	color: var(--med-blue);
	text-decoration: underline;
}
 /* Colliers Special Link Hover*/

section .content .special-link a,
.special-link a {
	font-size: 18px;
	color: var(--deep-blue);
	text-decoration: none;
	position: relative;
	transition: padding-left .25s ease;
}

section .content .special-link a::after,
.special-link a::after {
	background-color: var(--deep-blue);
    content: "";
    height: 1px;
    margin-left: 10px;
    position: absolute;
    right: -35px;
    top: 50%;
    width: 25px;
}

section .content .special-link a:hover::after,
.special-link a:hover::after {
	right: -25px;
    width: 15px;
	background-color: var(--med-blue);
}

section .content .special-link a:hover,
.special-link a:hover {
	color: var(--med-blue);
	padding-left: 25px;
}

section .content .special-link a:hover::before,
.special-link a:hover::before {
	background-color: var(--med-blue);
    content: "";
    height: 1px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.btn-bar .special-link {
    width: 100%;
	padding: 0 15%;
	text-align: left;
}

.btn-bar .special-link a:hover {
	padding-left: 25px;
}

.btn-bar .special-link a:after,
.btn-bar .special-link a:hover::after,
.btn-bar .special-link a:hover::before {
	background-color: white;
}

section img.pull-left {
	padding: 0 15px 5px 0;
}

section img.pull-right {
	padding: 0 0 5px 15px;
}

section.photo-section {
	background: var(--background-grey);
	color: var(--deep-blue-grey);
    padding: 50px 75px;
}

section.photo-section h2 {
	background: var(--background-grey);
}

section.photo-section a,
section.photo-section a:hover {
	color: white;
}

section.photo-section a:hover {
	text-decoration: underline;
}

section.statistics {
	background: #ffffff;
	padding: 0;
}

section.statistics .inner {
	padding: 10px 0;
	text-align: center;
	background-color: #ffffffE6;
}

section.statistics .stat {
	display: inline-block;
	color: var(--deep-blue-grey);
	font-size: 13pt;
	font-weight: 600;
	margin: 0 0 50px 0;
	padding: 100px 10px 50px 10px;
	width: 100%;
}

section.statistics .icon {
	color: var(--med-blue);
	display: inline-block;
	font-size: 40px;

}

section.statistics .icon span {
	display: inline-block;

}

section.statistics .stat .info {
	font-weight: 700;
	font-size: 24pt;
	color: var(--med-blue);
}

section.statistics .stat .desc {
	font-weight: 600;
}

section.map {
	padding: 0;
}

section.map .map_address {
	background: var(--background-grey);
	font-size: 12px;
	padding: 10px 15px;
	text-align: center;
}

section .photos img {
	max-height: 250px;
}

section ul li {
	margin-bottom: 15px;
}

/*contacts*/
section.contacts {
	text-align: left;
}

section.contacts .contacts_wrapper {
	display: block;
	width: 100%;
}

section.contacts .contact {
	display: block;
	margin: 0;
	padding: 0 5px 30px 5px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

section.contacts .contact a {
	color: var(--med-blue);
	font-size: 16px;
}

section.contacts img {
	margin-top: 40px;
}

/*tables*/
.table-responsive {
	border: 0;
}

table {
	font-size: 10pt;
	font-weight: 500;
	width: 100%;
}

table td {
	padding: 8px;
	border: 0;
	border-bottom: 0.5pt solid var(--pale-blue-grey);
}

table th {
	padding: 8px;
	color: var(--med-blue);
	font-size: 15pt;
	font-weight: 600;
	border: 0;
	border-bottom: 1px solid var(--med-blue);
}

/*Footer Background Color*/

footer {
	background: var(--deep-blue);
	color: rgba(255, 255, 255, 1);
	min-height: 60px;
	padding: 15px 15px 40px 15px;
	position: relative;
	text-align: left;
	font-weight: 400;
}


footer p {
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
}

footer a {
	color: #ffffffD9;
	display: inline-block;
	margin: 10px;
}

footer a:hover,
footer a:focus {
	color: white;
	text-decoration: none;
}

footer .footer-logo {
	text-align: center !important;
}

footer .footer-logo img {
	width: 85px;
}

footer .btn-top {
	color: white;
	display: inline-block;
	margin-left: auto;
}

footer .social {
	font-size: 20px;
	text-align: center;
}

footer .social a {
	/*background: #939498 none repeat scroll 0 0;*/
	/*border-radius: 45px;*/
	display: inline-block;
	margin: 10px;
	width: 30px;
}

footer .disclaimer {
	margin-top:10px;
}

footer .footer-links {
	font-size: 14px;
	text-align: left;
	margin: 0;
	margin-right: 20px;
	margin-left: -10px;
}

#poweredby p {
	font-size: 12px;
	margin-left: -10px;
}


footer .social a .fa {
	margin-top: 16px;
}
#google_translate_element {
	display: inline-block;
	width: 146px;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

#google_translate_element .goog-te-gadget-simple {
	background: none;
	border: 0px;
}

#google_translate_element span {
	border: none !important;
}

#google_translate_element span:hover {
	color: white !important;
}

#google_translate_element img {
	display: none;
}

#google_translate_element span a span:last-child {
	display: none;
}

/*modal*/
.tech-supp-form {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.tech-supp-form p {
	margin: 5px 0 10px 0;
}

.tech-supp-form label {
	vertical-align: top;
	padding-right: 10px;
	display: inline;
}

.tech-supp-form .form-label {
	clear: both;
	float: left;
	text-align: left;
	margin-top: 8px;
	width: 100%;
}

.tech-supp-form textarea {
	resize: none;
	width: 100%;
	height: 100px;
	margin-top: 8px;
}

.tech-supp-form input[type="text"] {
	width: 100%;
	margin-top: 8px;
}

.tech-supp-form .captcha-image {
	margin: 10px 0 0 0px;
	float: left;
	width: auto;
}

.tech-supp-form .captcha-image img {
	max-width: 228px;
}

.tech-supp-form #captcha_reload_btn {
	display: inline-block;
	height: 21px;
	width: 21px;
	margin: 20px 0 0 20px;
	background: white;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .55;
	background: url(/images/recaptcha-sprite.png) -63px;
}

.tech-supp-form .captcha-response-label {
	margin: 10px 0 0 0px;
}

.tech-supp-form #captcha-response {
	margin: 10px 0 0 0px;
}

#send-success {
	font-family: "Open Sans", sans-serif;
	font-size: 11pt;
}

.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.8);
}

.ui-widget {
	font-size: 13px;
}

.ui-dialog .ui-dialog-buttonpane {
	border-width: 0;
}

.ui-front {
	z-index: 9500;
}

.ui-widget-header {
	background: #b1b1b1;
	border: 0;
	border-bottom: 1px solid #b1b1b1;
	border-radius: 0px;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.ui-dialog {
	border: 1px solid #b1b1b1;
	border-radius: 0px;
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	max-width: 300px;
	padding: 0px;
	width: 100% !important;
}

.ui-dialog .ui-dialog-content {
	height: auto !important;
}

.ui-dialog ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

.ui-dialog ol li {
	list-style-type: decimal;
}

.ui-dialog ol.lower-alpha li {
	list-style-type: lower-alpha;
}

.ui-dialog ul {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

.ui-dialog ul li {
	list-style-type: disc;
}

.ui-dialog ul.main-dlg li {
	line-height: 2em;
}

.ui-dialog a:link {
	color: #0645AD;
	font-weight: normal;
}

.ui-dialog a:visited {
	color: #0645AD;
	font-weight: normal;
}

.ui-dialog a:hover {
	color: #0645AD;
	font-weight: normal;
}

.ui-dialog a:active {
	color: #0645AD;
	font-weight: normal;
}

.ui-dialog .ui-dialog-buttonpane {
	border-top: 1px solid #b1b1b1;
}

.ui-widget-content,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 12px;
	padding: 1px 10px;
}

.ui-widget-content label {
	font-size: 14px;
	font-weight: 300;
	padding-right: 10px;
	vertical-align: top;
}

#question {
	width: 100%;
}

.ui-widget-content .ui-state-default {
	background: white;
	border-color: #ccc;
	color: #333;
}

.ui-widget-content .ui-state-default:hover {
	background: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

#support-choice {
	min-height: 246px !important;
	max-width: 300px;
}

#support-choice fieldset input[type="text"] {
	width: 100%;
}

#support-choice div:first-child {
	width: 100% !important;
}

#support-choice div:last-child {
	width: 100% !important;
}

/*desktop & tablet*/
@media (min-width: 768px) {

	/*html*/
	body {
		font-size: 10pt;
		font-weight: 600;
	}

	.key-line.upper {
		width: calc(100% - 25px);
		margin: 25px 0 0 25px;
	}

	.key-line.lower {
		margin-left: 25px;
		margin-top: 25px;
	}

	h1.intro {
		padding: 35px 50px 35px;
	}

	header h2 {
		padding: 10px 15px;
		margin-left: 50px;
	}


	section::before {
		left: 25px;
	}

	.main-wrapper.container {
		padding: 0 15px;
	}

	section .col-sm-4,
	section .col-sm-6,
	section .col-sm-3 {
		margin-bottom: 0px;

	}



	/*nav*/
	#main-nav {
		clear: none;
	}

	.navbar-brand {
		padding: 25px 0 23px 25px;
	}

	nav.main-nav ul {
		margin: 30px 15px 0 0;
	}

	nav.main-nav {
		background: rgba(255, 255, 255, 1);
		min-height: 100px;
	}

	nav.main-nav ul,
	nav.main-nav li,
	nav.main-nav a {
		display: inline-block;
		width: auto;
	}

	/*header*/

	/*buttons*/
	.ca {
		left: auto;
		right: 0;
		width: auto;
	}

	.ca .btn.btn-outline {
		width: auto;
	}

	.ca .btn.btn-outline .fa {
		font-size: 16px;
	}

	/*main body*/
	section .section-title h2 {
		font-size: 30pt;
		padding: 10px 0;
	}

	section h3.subtitle {
		font-size: 20pt;
		font-weight: 600;
	}

	section.triple-image-section h3.subtitle {
		text-align: center;
	}

	section.statistics .stat {
		width: 50%;
	}

	section .content {
		line-height: 22px;
	}

	/*contacts*/
	section.contacts .contacts_wrapper {
		display: block;
		width: 100%;
	}

	section.contacts .contact {
		display: inline-block;
		vertical-align: top;
		width: 24%;
	}

	section.contacts .contact a {
		font-size: 18px;
	}

	/*footer*/
	footer a {
		margin: 20px 10px;
	}

	footer .footer-logo {
		text-align: left !important;
	}

	footer .social {
		font-size: 20px;
		text-align: right;
	}

	#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
		font-size: 14px;
	}

	/*modal*/
	.tech-supp-form .form-label {
		text-align: right;
		width: 100px;
	}

	.tech-supp-form textarea {
		width: 325px;
	}

	.tech-supp-form input[type="text"] {
		width: 325px;
	}

	.tech-supp-form .captcha-image {
		float: left;
		margin: 10px 0 0 100px;
		width: auto;
	}

	.tech-supp-form .captcha-image img {
		max-width: none;
	}

	.tech-supp-form .captcha-response-label {
		margin: 10px 0 0 100px;
	}

	.tech-supp-form #captcha-response {
		margin: 10px 0 0 100px;
	}

	.tech-supp-form #captcha_reload_btn {
		display: inline-block;
		margin: 30px 0 0 10px;
	}

	.ui-dialog {
		max-width: none;
		width: auto !important;
	}

	#question {
		width: 325px;
	}

	#support-choice {
		min-height: 120px !important;
		max-width: none;
		overflow-x: hidden;
	}

	#support-choice fieldset input[type="text"] {
		width: 250px;
	}

	#support-choice div:first-child {
		width: 280px !important;
	}

	#support-choice div:last-child {
		width: 280px !important;
	}
}

/* Larger Containers */
@media (min-width: 1520px) {
	.carousel-control .glyphicon-chevron-right {
		right: -50%;
	}

	.carousel-control .glyphicon-chevron-left {
		left: -50%;
	}

	.container {
		width: 1350px;
	}

	section.statistics .container {
		width: 1350px !important;
	}


	.triple-image-section .col-sm-4,
	.triple-image-section .col-xs-12 {
		padding: 0 45px;
	}

	.triple-image-section .row {
		margin-right: -45px;
		margin-left: -45px;
	}
}
@media (min-width: 769px) and (max-width: 1519px) {
	.container {
		width: calc(100% - 160px);
	}
}
/*desktop only*/
@media (min-width: 992px) {
	/*header*/

	h1.intro {
		font-size: 30pt;
	}
	header {
		margin-top: 100px;
		height: calc(100vh - 100px) !important;
	}

	header h2 {
		font-size: 14pt;
	}

	/*main body*/


	section.statistics .stat {
		width: 25%;
	}

	footer .footer-logo {
		text-align: left;
	}

	footer .social {
		margin-top: -90px;
		min-height: 90px;
	}
}

/*collapse on tablet*/
@media (max-width: 991px) {
	.navbar-brand {
			padding: 15px 18px;
	}

	nav.main-nav {
		min-height: 75px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in {
		display: block !important;
	}

	nav.main-nav ul {
		border-top: 0;
		clear: both;
		float: none;
		margin: 0;
	}

	#main-nav {
		clear: both;
		padding: 0 0 15px;
	}

	nav.main-nav ul,
	nav.main-nav li,
	nav.main-nav a {
		text-align: center;
		width: 100%;
	}

	.navbar-nav>li {
		float: none;
	}

	nav.main-nav a:hover,
	nav.main-nav a:focus,
	nav.main-nav li.active a {
		background: none;
		color: var(--med-blue);
	}

	/*main body*/
	section .section-title h2 {
		font-size: 24pt;
		padding: 0;
	}

	/*nav*/
	nav.main-nav a:focus,
	nav.main-nav li.active a {
		border: 0;
	}

	/*buttons*/
	.btn-bar {
		right: 58px;
		top: 22px;
	}

	.btn-bar .btn.btn-outline,
	.btn-bar .btn.btn-outline:hover {
		display: inline-block;
		height: 24px;
		margin: 0px;
		text-align: center;
		width: 30px;
	}

	.ca {
		display: block !important;
	}

	/*sections*/



}

@media (max-width: 768px) {
	.container {
		width: calc(100% - 50px);
	}
	section h3.subtitle {
		text-align: center;
	}
}

/* REPLACE FA ICONS TO COLLIERS ICONS */

/* Confidentiality Agreement Icon */

.fa-pencil-square-o::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOenJYQRM56EXw41VUzC8xm5QokAhXATngWuvn11qgYnMnsJpLGHxUhMjUwM17GWdqugw_GKWiQZdl5qril1T8-zQ.png');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	shape-rendering: crispEdges;
	margin-bottom: -3px;
}

.fa-file-contract::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOenJYQRM56EXw41VUzC8xm5QokAhXATngWuvn11qgYnMnsJpLGHxUhMjUwM17GWdqugw_GKWiQZdl5qril1T8-zQ.png');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	shape-rendering: crispEdges;
	margin-bottom: -3px;
}

/* Brochure Icon */

.fa-book::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeoO9euOLp8Rgorwi7np5awZgByx2Go9nSlxfHuxnMn1CDROR5IveHc0PYLXqExqwCA.png');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	shape-rendering: crispEdges;
	margin: 0 2px -2px 0;
}

/* Quotes & Offer (Money) Icon */

.fa-money::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeuSHtbFpMtW80dZknYKzYS4ZomtRwEa0qFNWTBZbNV--_fT80__wVjkl9J-6CVlP6M6TYIEskii0B9KIzlt8aNY.png');
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 15px;
	shape-rendering: crispEdges;
	margin: 0 2px 0 0;
}

/* Auction (Gavel) Icon */

.fa-gavel::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOembbVvIjmaoKIpg4fIDa5XAC5dliGY4fqq_LkprflElweVrjeEC4sS7qVIOUXyzWyw.png');
	background-size: 22px 15px;
	display: inline-block;
	width: 22px;
	height: 15px;
	shape-rendering: crispEdges;
	margin: 0 2px -3px 0;
}

/* Styles for ALL Stats icons */

section.statistics .icon i.fa::before {
	content: "";
	background-size: 70px 70px;
	display: inline-block;
	width: 70px;
	height: 70px;
	shape-rendering: crispEdges;
}

/* Asking Price Icon for Stats Section */

.Asking.Price i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOerUEPihnYeU7b9Uz4iQhelKEeWM-Ij8d0zPEPEcZLsX_bt5ieLpRCd2_QziuPaz9ZA.png');
}

/* Units Icon for Stats Section */

.Units i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOerlYZnZ6bBdsuAMClQXZHPmlmydg4mIUgb1fhr3G-HPd_m01TvVw5FdrM-WUc944ZcUhaEgsIaRu-21N_nm2o_8.png');
}

/* Beds Icon for Stats Section */

.Beds i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeoKVB2Kmp_gqZ1Fu-qk9mLlz5nZWaiOupeT5gcy6QgkFLa379QjKXmh8_rzUz97aFZ2v4KbKp9HLqJErxj-GWGs.png');
}

/* Rooms Icon for Stats Section */

.Rooms i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeoKVB2Kmp_gqZ1Fu-qk9mLlz5nZWaiOupeT5gcy6QgkFLa379QjKXmh8_rzUz97aFZ2v4KbKp9HLqJErxj-GWGs.png');
}

/* Spaces Icon for Stats Section */

.Spaces i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOenTkt7Er_HVfc2licPOaiB6QqWicvCraWU0O_0uFWs-HjMtwATnmof2jbDjpaYwDjA3djh8a3ma1lrl8q6hZft0.png');
}

/* Tenants Icon for Stats Section */

.Tenants i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOer8LYql0BI1sIVIbqh2ec6TiJ3EaP-5EAZlTh70QFoCP81LczQiWof0csrcSX2dnuQkFuDSJFMPMZ3HDoFKULZQ.png');
}

/* Size Sq ft Icon for Stats Section */

.sq.ft i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOenYbcOCrD4dwFdplPlBjEWXTHBop9tGpHac7Q4uXKhAIXP_XEJ5cGatxDfUb15xwUQ.png');
}

/* Size Sq m Icon for Stats Section */

.sq.m i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOel7tJdU8kTRMLfynp-Mta0JHiDTsxlZyKkzy4iponqS4FaB2jTXyJ751fgjLSChfmw.png');
}

/* Parcel Acres / Sq KM / Hectacres Icon for Stats Section */

.acres i::before,
.sq.km i::before,
.hectares i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOel7tJdU8kTRMLfynp-Mta0JHiDTsxlZyKkzy4iponqS4FaB2jTXyJ751fgjLSChfmw.png');
}

/* Year Built Icon for Stats Section */

.Year.Built i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOehNd4NXKIHStEDiunRV6mS0vS_drl7Fdr-yrekpkADKbn6OcOp2ntWVt6JvkvJClXA.png');
}

/* Year Renovated Icon for Stats Section */

.Year.Renovated i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeoCIhe9glGKy5B0HLnr-461TIX8KcMbZv_KQEPekoRGWuKEhpx9HmNjr8BEPAe5uNg.png');
}

/* Stories Icon for Stats Section */

.Stories i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeuXW1TioTSWP0fHhjfgDLc9OOn-owez8fDy5_svT_dKB3ZxPDFCFmrVma6vUFhfUo6U17SU5WjZOiWD5qE-IT2E.png');
}

/* APN Icon for Stats Section */

.APN i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOejvkC2EJidzG86BGIXoZn8E6Mn-1ZpxKvkYt7-qHj4SzLyLNdlBWYQ9srBCwBaeVdA.png');
}

/* Class Icon for Stats Section */

.Class i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOek124fuGAmXaxMc1irmrTSyb1AEoXHYOJ65uAz98cYMmfwSOTg2Vi3UxZpVlBKrcQAThJ12HfBVgAgDkc7Buqq0.png');
}

/* Occupancy Icon for Stats Section */

.Occupancy i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOegrs1A-Z1H33NS7rlfUth0WA9tlzo08v73THesONHncQdAPc4ap0YgPU_wfK389FpA.png');
}

/* Investment Type Icon for Stats Section */

.Investment.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOejReC8UbtfklS2nITzySQdslTd3IjZRpoI7Mmbs_YFl-tffGpbbtmBjswdXjdLPGKWtpfASe7GbTB4e1qXtxFWQ.png');
}

/* Lease Type Icon for Stats Section */

.Lease.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOerVgbA-pozr1HCMtyJi8a-s0NB4TT8LjmUptu7XVyNZeKFr0G2LqcSauRjI1G7oICg.png');
}

/* ID Icon for Stats Section */

.ID i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeiqsi0h9mgv_nlqHSJ4U9VWVejp6ESAZnwRfI-HgieRDCUpUmK5t4iUPFPvK3BL2IQ.png');
}

/* Status Pre-Marketing Icon for Stats Section */

.Status.Pre-marketing i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeoaEXiEQzjjEbgmc3LZhxv0M-mwFBk6wwXLXZLl-vaxEBe7JpVVANbRklVOnhOFTks9vd-Tm-BrLh9tv2VSZwGE.png');
}

/* Status Available Icon for Stats Section */

.Status.Available i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOetrhuGRQ3w5ewoG6G9Yj2L6EZ7lCbIVUQoonRWR4y8hRNLEvJmLGkYX5BYrJfxz__zkOc-Yah9F3w6GuraX9jhc.png');
}

/* Status Under Contract/Escrow Icon for Stats Section */

.Status.Under i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOej_HlLRTFuiPyz6AX1cklI2MxSHOrZ6_NzMw88pPHRaY-V87ZgUxlvb7ekV3LAas0Q.png');
}

/* Status Taken Off Market Icon for Stats Section */

.Status.Taken.Off.Market i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOen2Z6c39YIdWhiDhCJbTz19W1cgw9nlOrRacqbDTlvsYewYmJYQrnoIW0vGghn85vg.png');
}

/* Status Sold Icon for Stats Section */

.Status.Sold i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOesiRnOB5tiUz62fIq13DEB-5xj5JUVWMlekTUw8rR8gLXUIJOQs1jEeIPK6gfvmvPw.png');
}

/* Call For Offers Icon for Stats Section */

.Call.For.Offers i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOes8fxT4lW7v3L5I2ecyWATBcbRuCsPPo_YTLylpDaF2jMzaH0TCTB8o4eiygyPglVg.png');
}

/* NOI Icon for Stats Section */

.NOI i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOesdMQSFzSITYnMg1tehpX1PrKZUHt5HFP6hVqZSyzukOIHm85R6XRBpco2WLjiXjdhFBNRPH9VGhcLuuPkAYYPI.png');
}

/* Cap Rate Icon for Stats Section */

.Cap.Rate i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOevYSjTcbXdkxRMP2Ig6p_LlJ7FNPl4TccOKKoOdMccwzQJ2OauIpjJ-quT75IeOYNQ.png');
}

/* Additional Info Icon for Stats Section */

.stat .fa-info::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOekyKOYUzBWlcejafQzJxUQeZyLudGUylLrfUYqG7AibubbFhZKdFBuMPPNiFgoxNbyfKDezsZe_6BN-R-O1wf1s.png');
}

/* Additional Info Icon for Stats Section */

.Loan.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOetVQjSeIr7UiJ5iBQwbqTjyY9xS-H7lxVRgo7wsNHZclG-G9r0tQPha_J_vNeiwZnBr-pU2Nn7QNw5EXye-YGRM.png');
}

/* Interest Rate Icon for Stats Section */

.Interest.Rate i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOekYjhQXrAnO8tF0-BtIxjP6rG00kowAIiegpthuY7OfamTmUMBcRo5XbmKcaP76RlemYG0N4GyBrrqnoKlmkDpE.png');
}

/* Debt Yield % Icon for Stats Section */

.Debt.Yield i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOekYjhQXrAnO8tF0-BtIxjP6rG00kowAIiegpthuY7OfamTmUMBcRo5XbmKcaP76RlemYG0N4GyBrrqnoKlmkDpE.png');
}

/* Target LTV% Icon for Stats Section */

.Target i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOekYjhQXrAnO8tF0-BtIxjP6rG00kowAIiegpthuY7OfamTmUMBcRo5XbmKcaP76RlemYG0N4GyBrrqnoKlmkDpE.png');
}

/* DSCR Icon for Stats Section */

.DSCR i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOepzFHyooLz0mf6gEYk-b-g784E5i2jFxJbMnuGi3GW21CHZ8c-xTHgA8emaSn7ttm2s7R74zTLGEuB_DjV1m17w.png');
}

/* Value Icon for Stats Section */

.Value i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOesdMQSFzSITYnMg1tehpX1PrKZUHt5HFP6hVqZSyzukOIHm85R6XRBpco2WLjiXjdhFBNRPH9VGhcLuuPkAYYPI.png');
}

/* Loan Amount Icon for Stats Section */

.Loan.Amount i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOemidlnLVzTjSuG1zKosVDQwBsHgxEIxnvCVkfUqTtA4GkhT9S8ND7biYzrpHFixTqQ.png');
}

/* Noi Icon for Stats Section */

.NOI i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOemidlnLVzTjSuG1zKosVDQwBsHgxEIxnvCVkfUqTtA4GkhT9S8ND7biYzrpHFixTqQ.png');
}

/* Max LTV % Icon for Stats Section */

.Max i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOekYjhQXrAnO8tF0-BtIxjP6rG00kowAIiegpthuY7OfamTmUMBcRo5XbmKcaP76RlemYG0N4GyBrrqnoKlmkDpE.png');
}

/* Gross Rental Revenue Icon for Stats Section */

.Gross.Rental.Revenue i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOej4jAi9AQdpL7JiTplllG3PNEkoFyNwXe3za_7WcQsoTlD4sb8oEcjcN3C5SEJh8fduKjf1CCoIa4FcEtPsJp8c.png');
}

/* Loan Type Icon for Stats Section */

.Loan.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOetVQjSeIr7UiJ5iBQwbqTjyY9xS-H7lxVRgo7wsNHZclG-G9r0tQPha_J_vNeiwZnBr-pU2Nn7QNw5EXye-YGRM.png');
}

/* Loan Purpose Icon for Stats Section */

.Loan.Purpose i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOetVQjSeIr7UiJ5iBQwbqTjyY9xS-H7lxVRgo7wsNHZclG-G9r0tQPha_J_vNeiwZnBr-pU2Nn7QNw5EXye-YGRM.png');
}

/* Loan Term Icon for Stats Section */

.Loan.Term i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOevOcvlsjX1r7Uy41HpvHlafOCEutQ7xMxFqyDSLdbIN3pSxml8tk3zMtKZy686nvnh2pvb7kYkcD3mgQMzViQbY.png');
}

/* Desired Close Date Icon for Stats Section */

.Desired.Close.Date i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOeiCk4-2FvKwtt3tal-Qo87I-ZUExUR6a5GCwtTA1rukzHFycGhPwdiEJQHdAhdC19g.png');
}

/* Loan Performance Icon for Stats Section */

.Loan.Performance i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOetVQjSeIr7UiJ5iBQwbqTjyY9xS-H7lxVRgo7wsNHZclG-G9r0tQPha_J_vNeiwZnBr-pU2Nn7QNw5EXye-YGRM.png');
}

/* Loan Interest Type Icon for Stats Section */

.Loan.Interest.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOej4jAi9AQdpL7JiTplllG3PNEkoFyNwXe3za_7WcQsoTlD4sb8oEcjcN3C5SEJh8fduKjf1CCoIa4FcEtPsJp8c.png');
}

/* Tenancy Type Icon for Stats Section */

.Tenancy.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOer8LYql0BI1sIVIbqh2ec6TiJ3EaP-5EAZlTh70QFoCP81LczQiWof0csrcSX2dnuQkFuDSJFMPMZ3HDoFKULZQ.png');
}

/* Rate Type Icon for Stats Section */

.Rate.Type i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOemidlnLVzTjSuG1zKosVDQwBsHgxEIxnvCVkfUqTtA4GkhT9S8ND7biYzrpHFixTqQ.png');
}

/* Available Space Min Icon for Stats Section */

.Available.Space.Min i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOen8DTeywxnuyPATiR2iNZGmQ87_oxID6R7bsy4r_AWsaThaCsaBLTwe0lFHiDSqCHw.png');
}

/* Available Space Max Icon for Stats Section */

.Available.Space.Max i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOemA6500rjO7TmoT1Ngvjxied82E1bOM252LXwAd4QRZlSRtP8-S26oOaB30U44g9Cw.png');
}

/* Recourse Icon for Stats Section */

.Recourse i::before {
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOetrhuGRQ3w5ewoG6G9Yj2L6EZ7lCbIVUQoonRWR4y8hRNLEvJmLGkYX5BYrJfxz__zkOc-Yah9F3w6GuraX9jhc.png');
}

/* Twitter X Icon for Footer Section Socials*/

.fa-twitter::before {
	content: "";
	background-image: url('https://my.rcm1.com/files/--XbAU2XC9BYw23ibrlOemR-uTYsuXX8HeTuoyuoxydD-wzdOMTqMFXRkVL6wtODRXWc0pqdeUmVYjQKjlG4eA.png');
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	shape-rendering: crispEdges;
	opacity: .85;
}
.fa-twitter:hover::before {
	opacity: 1;
}

/* Custom Photo Gallery Styles */

.indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--med-blue);
    border-radius: 100%;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .carousel-inner.photo-gallery {
    display: flex;
    justify-content: space-around;
    width: auto;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .gallery_image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 100px;
    height: 400px;
    margin: 0 10px;
    background: white;
    overflow: hidden;
    transition: flex 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .gallery_image:first-child {
    margin-left: 0;
  }
  .gallery_image:last-child {
    margin-right: 0;
  }

  .gallery_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /* Custom Colliers Scrollbar */
  section.photo-section ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  section.photo-section ::-webkit-scrollbar-track {
    background: white;
  }

  section.photo-section ::-webkit-scrollbar-thumb {
    background: var(--med-blue);
  }

  section.photo-section ::-webkit-scrollbar-thumb:hover {
    background: var(--deep-blue);
  }


  @media (max-width: 1199px) {

    section.photo-section {
        padding: 30px;

    }
  }
  @media (max-width: 767px) {

	section {
		padding: 30px 15px;
	}
    section.photo-section {
        padding: 30px;
    }
    .gallery_image {
        flex: 0 0 auto !important;
        height: 200px;
      }
      .gallery_image img {
        height: 200px;
        width: auto;
    }

  }