<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #00a6c7;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

body {
    margin: 0;
    padding: 0;    
    background: #DFFFFF;
    font-family: Verdana, Arial, Sans-Serif !important;
    color: #00819b;
    font-size: 14px;
    border-collapse: collapse;
}

.main {

}

.disclaimer {
  font-size: 15px;
  color: #626262;
  max-width: 1200px;
  padding: 27px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.4;
}

.main_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.main_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
justify-content: center;
    flex-direction: column;
  flex-direction: column;
  background: url('bg.jpg') center center no-repeat;
  height: 380px;
  padding: 0 80px;
  color: white;
  font-size: 111px;
}

.main_banner p {
  margin: 0;
  padding: 0;
}

.main_banner b {
  display: block;
  padding: 15px 0;
  font-size: 70px;
}

footer {
  display: block;
  position: relative;
  background: #a3b621;
  padding: 20px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
  
  max-width: 1040px;
  margin: 0 auto;
  border-top: solid 1px #b8ac9f;
  height: 50px;
  font-size: 15px;
  overflow-x: hidden;  
  text-align: left;
  box-sizing: border-box;
}

.footer li,
.footer li {
    font-size: 0.7em;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-right: solid 1px #a8998c;
}

.footer ul {
  padding: 0;
  margin: 0;
}

a:link, a:visited {    
    text-decoration: none;
}

.footer li a:link span,
.footer li a:visited span {
    color: #97877a/*light grey*/;
    padding-left: 0.45em;
    padding-right: 0.45em;
    white-space: nowrap;
}

.footer_copi {
    display: inline;
    list-style-type: none;
    text-decoration: none;
    color: white;
}

.main_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 27px;
    max-width: 1040px;
    margin: 0px auto;
}

.main_aside ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.main_aside li {
  display: block;
  padding: 18px 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.main_aside .main_aside-sub {
  display: block;
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 15px;
}

.main_aside .main_aside-item {
  border: none;
  padding: 8px 10px;  
}

.main_aside-link {
    color: #4f4f4f;
    font-size: 15px;
    font-style: italic;
}


.h1 {
  color: #00a6c7;
  font-family: "Times New Roman" , Times, Serif !important;
    font-size: 1.5em;
    margin: 0.5em 0 0.5em 0;  
}

.h2 {
  color: #00a6c7;
  padding-top: 0;
  font-size: 27px;
}

.h3 {
  font-size: 23px;
}

.h4 {
  font-weight: bold;
  margin-bottom: 0;
}

.main_aside {
  width: 25%;
  font-size: 15px;
  font-weight: bold;
  border-top: 3px solid #e4e4e4;
}

.main_items-wrap {
  width: 70%;
}

.main_items {
  border-top: 4px solid #00a6c7;
  padding: 24px 0 10px;
  margin-bottom: 10px;
}

.main_items:first-child {
  border-top: none;
}

.main_item {
  position: relative;
  font-size: 21px;
  margin-bottom: 28px;
  margin-left: 30px;
}

.main_item-canada::after,
.main_item-video::after {
  content: '';
  width: 30px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.main_item-canada::after {
  background: url(logo-canada.png) left center no-repeat;
}

.main_item-video::after {
  background: url(video-icon.png) left center no-repeat;
}

.main_item p {
  margin: 0 0 5px;
}

.main_organixztion {
  font-weight: bold;
    color: #4f4f4f;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
}

.main_text {
  font-size: 20px;
  line-height: 1.5;
}

.main_text p {
 margin-top: 0;
}

.main_item a {
  color: #00819b;   
    font-weight: normal
}

.main_item a:hover {
  text-decoration: underline;
  color:#00819b;
}

.main_header {
  position: relative;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
              -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 80px;
    position: relative;
    border-bottom: solid 1px #97877a;
    border-top: 25px solid #b7c538;
}

.main_lg {
    position: absolute;
    right: 80px;
    top: -22px;
    color: white;
    font-weight: bold;
}

.main_link {
  display: block;
  width: 250px;
  padding: 11px;
  border-radius: 3px;
  font-weight: lighter;
  background: #ee5a3a;
  color: white;
  text-align: center;
}

.main_header-more {
  margin-left: 60px;
}

.main_header-info {
  max-width: 460px;
  height: 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px 18px 18px;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  background: url(covid.jpg) center center no-repeat;
  background-size: cover;
}

.main_header-info h3 {
  margin: 0 0 10px;
  font-size: 27px;
  width: 70%;
  text-align: right;
}

.main_lg {

}

a.main_header-link {
  font-weight: bold;
  display: block;
  color: #00819b;
  max-width: 340px;
}

a.main_header-link img {
  max-width: 100%;
}

a.main_header-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .main_header-more {
    margin-left: 0;
  }
  .main_header-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .main_header {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    width: 100%;
    box-sizing: border-box;
  }
  .footer ul {
    display: block;
    width: 100%;
    margin: 15px;
    text-align: center;
  }
  .main_wrapper {
    height: auto;
  }
  .main_body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
    .main_banner b {
    font-size: 60px;
  }
  .main_banner {
    font-size: 80px;
  }
  .main_aside {
    width: 100%;
    margin-bottom: 50px;
  }
  .main_items-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .main_header img {
    max-width: 100%;
  }
  .main_header-info {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }
  .main_header {
    text-align: center;
    padding-bottom: 30px;
  }
  .main_banner b {
    font-size: 50px;
  }
  .main_banner {
    font-size: 70px;
    padding: 0 50px;
  }
  .main_link {
    margin: 0px auto;
  }
  .disclaimer {
    padding: 0px 30px 25px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 22px;
  }
  .main_header-link {
    margin-right: 0;
    
    max-width: 100%;

  }
  .main_header {
    padding: 20px 20px;
  }
  .main_header-info h3 {
    width: 100%;
    font-size: 23px;
  }
  
}

@media screen and (max-width: 500px) {
  .main_banner {
    padding: 0 30px;
  }
  .main_banner b {
    font-size: 30px;
  }
  .main_banner {
    font-size: 50px;
  }
  .main_item {
    margin-left: 0px;
    font-size: 17px;
  }
  .main_organixztion {
    font-size: 14px;
  }
  .h2 {
    font-size: 22px;
  }
  .h3 {
    font-size: 20px;
  }
}</pre></body></html>