/* ---------- Color Module Styles ----------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  --blue: #003366;
  --white: #ffffff;
  --black: #000;
  --grey: #e2e2e2;
  --text: #2a2a2a;
  --red: #F02311;
}
/* 
@font-face {
    font-family:'Arial';
    src: url('../fonts/Arial.eot');
	  src: url('../fonts/Arial.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial.woff2') format('woff2'),
		url('../fonts/Arial.woff') format('woff'),
		url('../fonts/Arial.ttf') format('truetype'),
		url('../fonts/Arial.otf') format('opentype'),
		url('../fonts/Arial.svg#Arial') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family:'Arial Bold';
    src: url('../fonts/Arial Bold.eot');
	  src: url('../fonts/Arial Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial Bold.woff2') format('woff2'),
		url('../fonts/Arial Bold.woff') format('woff'),
		url('../fonts/Arial Bold.ttf') format('truetype'),
		url('../fonts/Arial Bold.svg#Arial Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family:'Arial Medium';
    src: url('../fonts/Arial-Mdm.eot');
	  src: url('../fonts/Arial-Mdm.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Arial-Mdm.woff2') format('woff2'),
		url('../fonts/Arial-Mdm.woff') format('woff'),
		url('../fonts/Arial-Mdm.ttf') format('truetype'),
		url('../fonts/Arial-Mdm.svg#Arial-Mdm') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FC;
} */

html {
  font-size: 100%;
}

html body {
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px;
  font-size: 1em;
  font-variant: normal;
  font-size: 87.5%;
  line-height: 1;
}

.path-node .node__content {
  font-size: inherit;
  margin-top: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: var(--blue);
  text-decoration: none;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.container,
.main-content section.section>div.immigration-opportunities-sec>.views-element-container {
  max-width: 1290px;
  margin: 0 auto;
  display: block;
}

h2 {
  font-size: 1.07143em;
}

h2,
h3,
h4 {
  color: var(--blue);
  line-height: 120%;
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

.dialog-off-canvas-main-canvas{
  width: 100%;
}
/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}