
/* ---- Canada Talents brand ---- */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&family=Open+Sans:wght@400;600;700&display=swap');

body {
  background: #f2f5f7;
  font-family: 'Open Sans','Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  color: #333;
}
.wrap, .container, .box {
  border-radius: 8px;
}
h1, h2, h3, .title {
  font-family: 'Quicksand','Trebuchet MS',Verdana,sans-serif !important;
  color: #234A74 !important;
  font-weight: 700 !important;
}
a { color: #3A839A; }
a:hover { color: #234A74; }

.button, button, input[type=submit], .btn {
  background: #E15A26 !important;
  border-color: #E15A26 !important;
  color: #fff !important;
  font-family: 'Quicksand','Trebuchet MS',Verdana,sans-serif !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
}
.button:hover, button:hover, input[type=submit]:hover, .btn:hover {
  background: #c8461f !important;
  border-color: #c8461f !important;
}

header, .header {
  border-bottom: 3px solid #3A839A;
  padding-bottom: 14px;
}
header img, .header img, .logo img { max-width: 210px; height: auto; }

.message, .notice, .help {
  background: #A8D6D5;
  color: #234A74;
  border-radius: 6px;
  padding: 14px 18px;
}
footer, .footer { color: #6a7783; font-size: 12px; }
footer a, .footer a { color: #3A839A; }
