@charset "UTF-8";
/* CSS Document */

.flex-box {
	display:flex;
	flex-wrap: wrap;
}

.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}

.offset-1 {
	margin-left: 8.33%;
}

.offset-2 {
	margin-left: 16.66%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33%;
}

.offset-5 {
	margin-left: 41.66%;
}

.container {
	width: 100%; 
	max-width: 1500px;
	padding-top: 5vh;
}

.aerial-size {
	width: 100%;
	padding-top: 0px;
}

 [class*="col-"] {
 padding: 14px;
 box-sizing:border-box;
}

.aerialcol {
	width: 58.33%;
	padding: 14px;
	box-sizing: border-box;
}

.hideonmobile {
	display: none;
}

.hideondesktop {
	display: block;
}

html { 
  background-color: #475c6d;
height: 100%;
}

h1 {
	text-align: left;
	font-family: 'clab_personal_useregular', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 70px;
	line-height: 65px;
	color: #ffffff;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

h2 {
	font-family: 'clab_personal_useregular', serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 38px;
	color: #ffffff;
}

p {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	color: #ffffff;
}

body {
  display: flex;
  justify-content: center;
  width: 100%;
min-height: 100%;
	margin: 0px;
}

.logo-height {
	max-height: 300px;
	padding-bottom: 0px;
}

.r-align-image {
	text-align: right;
}

.l-align-image {
	text-align: left;
}

.colliers-logo-height {
	max-height: 150px;
}

.pos-bottom {
	position: absolute; 
	bottom: 15px;
}

.brochure-download {
	margin: 0px 0px 20px 0;
	padding: 8px 20px;
	color: #ffffff;
	background-color: #f39200;
	transition: all .4s ease;
-webkit-transition: all .4s ease;
	text-decoration: none;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	border-radius: 4px;
    font-weight: bold;
}

.brochure-download:visited {
	color: #ffffff;
	background-color: #f39200;
	text-decoration: none;
}

.brochure-download:hover {
	background-color: #fdc300;
}

@font-face {
    font-family: 'clab_personal_usebold';
    src: url('/fonts/clab_personal_use-bold-webfont.woff2') format('woff2'),
         url('/fonts/clab_personal_use-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clab_personal_usebold_italic';
    src: url('/fonts/clab_personal_use-bolditalic-webfont.woff2') format('woff2'),
         url('/fonts/clab_personal_use-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clab_personal_useitalic';
    src: url('/fonts/clab_personal_use-italic-webfont.woff2') format('woff2'),
         url('/fonts/clab_personal_use-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clab_personal_useregular';
    src: url('/fonts/clab_personal_use-regular-webfont.woff2') format('woff2'),
         url('/fonts/clab_personal_use-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 @media only screen and (max-width: 800px) {
	 
 [class*="col-"] {
 padding: 10px 30px 10px 30px;
width:100%;
}
	 
 [class*="offset-"] {
 margin-left: 0px;
}
	 
.aerialcol {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}
	 
.hideonmobile {
	display: block;
}

.hideondesktop {
	display: none;
}
	 
.logo-height {
	max-height: 220px;
	padding-bottom: 25px;
}
	 
.r-align-image {
	text-align: center;
}

.l-align-image {
	text-align: center;
}
	 
.pos-bottom {
	position: relative; 
}	 
	 
.container {
	padding-top: 6vh;
}
	 
h1 {
	text-align: center;
	font-size: 45px;
	line-height: 42px;
}

h2 {
	text-align: center;
	font-size: 30px;
	margin-top: 0px;
}

p {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
	 
.aerial-size {
	padding-top: 35px;
}
	
	 
}