@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
	background: url("../img/main-bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
}
body,div,td,a,th,td,p,li,select {
	font-family: 'Futura Lt BT';
    font-weight: 300;
    font-style: normal;
	font-size:18pt;
}
h1,h2,h3,h4 {
	font-family: 'Futura Hv BT';
    font-weight: 300;
    font-style: normal;
	text-transform: uppercase;
	margin:0px;
}
h1 {
	font-size:48pt;
}
h2 {
	font-family: 'Futura Md BT';
	font-size:28pt;
}
h3 {
	font-family: 'Futura Md BT';
	font-size:20pt;
}
h3 a span {
	font-size:135%;
}
h4 {
	font-family: 'Futura Md BT';
	font-size:18pt;
}
a {
	font-family: 'Futura Md BT';
	text-decoration: none;
	color:#609540;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
a:hover {
	text-decoration: underline;
}
hr {
	border-top: #4D4D4D 1px solid;
	margin:25px 0px 25px 0px;
}
.med-weight {
	font-family: 'Futura Md BT';
    font-weight: 300;
    font-style: normal;
}
div#left-bar {
	position:fixed;
	top:0px;
	left:0px;
	width:240px;
	min-height: 100vh;
	border-right:#4D4D4F 1px solid;
}
div#left-menu, div#left-footer {
	width:240px;
	float:left;
}
div#left-menu a, div#left-footer a {
	font-family: 'Futura Md BT';
    font-style: normal;
	font-size:14pt;
	display: inline-block;
	width:220px;
	margin:35px 10px 0px 10px;
	text-decoration: none;
	text-align: center;
	color:#EFE6C7;
}
div#left-menu a:hover, div#left-footer a:hover {
	color:#fff;
}
div.logo {
	width:240px;
	height:184px;
}
div#logo-en {
	background: url("../img/logo.png") no-repeat center center;
}
div#logo-fr {
	background: url("../img/logo-fr.png") no-repeat center center;
}
div#canvas {
	margin-left:241px;
	background-color: #fff;
	border-right:#4D4D4F 1px solid;
	width:1438px;
	min-height:calc(100vh);
	max-width:calc(100vw - 260px);
}
div#left-footer {
	position:absolute;
	bottom:0;
	height:160px;
}
div#left-footer a {
	margin:0px 10px 20px 10px;
	color:#fff;
}
div#left-footer a:hover {
	color:#EFE6C7;
}
div#cpyrt {
	color:#fff;
	text-align: center;
	font-size:8pt;
	width:180px;
	margin:0px 30px 0px 30px;
}
div#main-top-bar {
	height:36px;
	padding:20px;
	background-color: #222222;
}
div#lang-sel {
	float:left;
	width:200px;
	color:#EFE6C7;
}
div#lang-sel a {
	font-family: 'Futura Md BT';
	font-size:12pt; 
	color:#EFE6C7;
	text-decoration: none;
}

div#lang-sel a:hover {
	color:#fff;
	text-decoration: underline;
}

.read-more {
	display: inline-block;
	margin:75px 45px 10px 45px;
	padding:10px 35px 10px 25px;
	background-color: #F47925;
	color: #fff;
	border:#fff 1px solid;
	font-family: 'Futura Md BT';
	font-size:18pt; 
	text-align: center;
	border-radius: 10px;
}
#socmed {
	float:right;
	max-width: calc(50vw);
	height:36px;
}
.socmedico {
	display: inline-block;
	height: 36px;
	width:36px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.socmedico#fb {
	background-image: url("/img/socmed/fb-wh.png");
}
.socmedico#tw {
	background-image: url("/img/socmed/tw-wh.png");
}
.socmedico#ig {
	background-image: url("/img/socmed/in-white.png");
}
.socmedico#rss {
	background-image: url("/img/socmed/rss-wh.png");
}
.socmedico#yt {
	background-image: url("/img/socmed/yt-wh.png");
}
.socmedico#ph {
	background-image: url("/img/socmed/ph-wh.png");
}
.socmedico#covid {
	background-image: url("/img/covid-19.png");
	width:124px;
}
.socmedico#covid:hover {
	background-image: url("/img/covid-19-over.png");
}

.pg_hdr {
	height:320px;
	padding:10px 0px 0px 40px;
}

.col-2 {
	width:100%;
	display: inline-grid;
	grid-template-columns: 50% 50%;
}
.col-3 {
	width:100%;
	display: inline-grid;
	grid-template-columns: 33% auto 33%;
}
.col-4 {
	width:100%;
	display: inline-grid;
	grid-template-columns: 25% 25% 25% 25%;
}
.sub-content {
	padding:25px;
}
.alt-color-box:nth-child(even) {
	background-color: transparent;
}
.alt-color-box:nth-child(odd) {
	background-color:#E2E3E4;
}
#sub-menu, #sub-sub-menu {
	font-size:0;
	background-color: #333;
	color:#ddd;
}
#sub-menu a, #sub-sub-menu a {
	display: inline-block;
	padding:15px 35px;
	text-transform: uppercase;
	font-size: 13.5pt;
	color: #E2E3E4;
	text-decoration: none;
}
#sub-menu a:hover {
	background-color: #2B919D;
}
#sub-sub-menu a:hover {
	background-color: #EFE6C7;
	color:#9B4E26;
}
.sub-menu-selected, .sub-menu-selected:hover {
	background-color: #609540 !important;
}
#sub-sub-menu {
	background-color:#9B4E26;
}
#covid-19 {
	background-image: url("/img/pg_hdr/covid-19.jpg");
}
#covid-19 h1 {
	color: #4D4D4F;
}
.video-box {
	display: inline-block;
	margin: 0px 25px 25px 25px;
	width:calc(50% - 75px);
}
.document-box {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0px 25px 25px 25px;
	width:calc(25% - 76px);
}
/*.document-box p:nth-child(2) img {
	width:120px;
	height:150px;
}*/
.document-box p:nth-child(3) a, .large-file {
	font-size:70%;
}
.large-file {
	text-transform: uppercase;
	font-weight: bold;
}
.back-to-top {
	font-size:45%;
	margin-left:15px;
}
.no-top-marg {
	margin-top:0px;
}
.left {
	float:left;
}
.clearfix {
	clear:both;
}
#trans-warn {
	padding:15px;
	margin:10px;
	background-color:#C7C2BE;
	border:#444 1px solid;
}

.right-side-bar {
	float:right;
	width: 275px;
	margin:0px 15px 15px 15px;
}

/* mobile stuff */
.mobonly {
	display:none;
}
/*#mobile-main-menu {
	width:calc(100vw - 17px);
	background-color: #333;
}*/
#mobile-main-menu span {
	width:100%;
}
#mobile-main-menu span select {
	width:100%;
}

#mobhdr {
	padding:15px;
	/*background-color: #333;*/
	color:#fff;
	background: url("../img/main-bg.jpg") no-repeat;
}
#moblangsel {
	float:right;
	margin-top:10px;
}
#moblangsel a {
	color:#fff;
}
#socmedmobile {
	padding:10px;
	background-color: #333;
	text-align:center;
}
#socmedmobile #covid {
	margin-bottom:15px;
	display:inline-block;
}
/*.main-menu-select {
	font-size:28pt !important;
}*/
#mobile-warning {
	background-color: #9B4E26;
	padding:15px;
	color:#fff;
	clear: both;
}

@media only screen and (max-width: 768px) {

	body,div,td,a,th,td,p,li,select {
		font-size:14pt;
	}
	body {
		background: none;
	}
	/*body, div, td, span, p {
		max-width: 100vw !important;
		overflow: hidden;
	}*/
	.nomob {
		display:none !important;
	}
	div#canvas {
		margin:0px;
		width:100%;
		max-width:100%;
		/*max-width:calc(100vw - 17px);*/
	}

	.col-2, .col-3, .col-4  {
		display: block;
	}
	.mobonly {
		display:inherit;
	}
	h1 {
		font-size:24pt
	}
	.pg_hdr {
		display:none;
	}
	#sub-menu a {
		display: block;
	}
	
	.document-box {
		float: none;
		width:100%;
	}
	iframe {
		width:85vw;
		clear: both;
	}
	img {
		max-width:calc(100vw - 75px);
	}
	#hm-cwd {
		margin-bottom:25px;
	}
	div#canvas {
		border-right-width: 0px !important;
	}
}







