/*
Theme Name: Horizon.org
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Base New theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: horizonorg
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*! 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,
hgroup,
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 < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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 */ }

/**
 * 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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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; }


.dontshow{display:none !important;}


.hamburger {
  padding: 5px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  @media (min-width: 1200px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 26px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  margin-top: -1px;
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #002D96;
    border-radius: 2px;
    position: absolute; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger-inner::after {
    bottom: -8px;
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.is-active .hamburger .hamburger-inner,
.is-active .hamburger .hamburger-inner::before,
.is-active .hamburger .hamburger-inner::after {
  background-color: #002D96; }

.is-active .hamburger .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .is-active .hamburger .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .is-active .hamburger .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after {
  content: '';
  display: block;
  clear: both; }

body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer input.gform_button.button, .section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn, .search-form [type="submit"] {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #002D96;
  background: #fff;
  font: 18px/1.66 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.66em; }

blockquote {
  border-left: 4px solid #E5E9F2;
  padding-left: .5em;
  margin-left: 1.66em; }

th, td {
  border: 1px solid #E5E9F2;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  background: #fff;
  color: #002D96;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  height: auto;
  outline: none; }
  @media (min-width: 1024px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='url'],
    textarea,
    select {
      border-radius: 12px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  textarea:focus,
  select:focus {
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.25); }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: rgba(0, 45, 150, 0.65); }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 45, 150, 0.65); }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    color: rgba(0, 45, 150, 0.65); }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: rgba(0, 45, 150, 0.65); }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  textarea.placeholder,
  select.placeholder {
    color: rgba(0, 45, 150, 0.65); }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='url']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder {
    color: #002D96; }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='url']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder {
    color: #002D96; }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='url']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder,
  select:focus:-moz-placeholder {
    color: #002D96; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  input[type='url']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder {
    color: #002D96; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

body .gform-theme.gform-theme--framework.gform_wrapper .gform_fields {
  --gf-form-gap-y: 20px; }

body .gform-theme.gform-theme--framework.gform_wrapper .gfield .ginput_password.large,
body .gform-theme.gform-theme--framework.gform_wrapper .gfield input.large,
body .gform-theme.gform-theme--framework.gform_wrapper .gfield select.large {
  --gf-ctrl-padding-x: 24px;
  --gf-ctrl-padding-y: 12px;
  --gf-ctrl-shadow: inset 2px 2px 2px 0 rgba(0,0,0,0.25);
  --gf-ctrl-line-height: 1;
  --gf-ctrl-size: auto;
  --gf-ctrl-bg-color: #fff;
  --gf-ctrl-font-weight: 400;
  --gf-ctrl-font-size: 22px;
  --gf-ctrl-radius: 8px;
  --gf-ctrl-color: #002D96;
  --gf-ctrl-font-family: 'Lato', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  outline: none;
  border: none; }
  @media (min-width: 1024px) {
    body .gform-theme.gform-theme--framework.gform_wrapper .gfield .ginput_password.large,
    body .gform-theme.gform-theme--framework.gform_wrapper .gfield input.large,
    body .gform-theme.gform-theme--framework.gform_wrapper .gfield select.large {
      --gf-ctrl-radius: 12px; } }
  body .gform-theme.gform-theme--framework.gform_wrapper .gfield .ginput_password.large:focus,
  body .gform-theme.gform-theme--framework.gform_wrapper .gfield input.large:focus,
  body .gform-theme.gform-theme--framework.gform_wrapper .gfield select.large:focus {
    box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    color: #002D96 !important; }

body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer {
  --gf-form-footer-margin-y-start: 40px; }
  body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer input.gform_button.button {
    display: inline-block;
    vertical-align: middle;
    background: #002D96;
    border: 1px solid #002D96;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border-radius: 12px;
    padding: 23px 36px;
    gap: 8px;
    text-decoration: none; }
    body .gform-theme.gform-theme--framework.gform_wrapper .gform-footer input.gform_button.button:hover {
      background: #525252;
      border-color: #525252;
      color: #fff; }

.search-form label {
  display: block;
  margin-bottom: 10px; }

.search-form [type="search"] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25); }

.widget {
  margin-bottom: 1.66em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.commentlist {
  margin: 0 0 1.66em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.66em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.66em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.66em;
  border: 1px solid #E5E9F2;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.66em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.66em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.66em; }

.mejs-container {
  margin-bottom: 1.66em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #E5E9F2; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 0.92; }
  h1 mark, .h1 mark,
  h2 mark, .h2 mark,
  h3 mark, .h3 mark,
  h4 mark, .h4 mark,
  h5 mark, .h5 mark,
  h6 mark, .h6 mark,
  .h mark {
    background: transparent;
    color: #D1F813; }

h1, .h1 {
  font-size: 46px; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 96px; } }

h2, .h2 {
  font-size: 46px; }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 64px; } }

h3, .h3 {
  font-size: 44px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 48px; } }

h4, .h4 {
  font-size: 28px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #002D96;
  transition: 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

.bg-blue {
  background: #002D96;
  color: #fff; }

.bg-light-blue {
  background: #F5F6FB; }

.bg-green {
  background: #D1F813; }

.card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  height: 100%;
  min-height: 482px; }
  .bg-white .card {
    border: 1px solid #002D96; }
  .card .card-image {
    aspect-ratio: 340 / 230;
    font-size: 0; }
    .card .card-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .card .card-text {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    color: #002D96;
    padding: 24px 20px 20px; }
  .card .title,
  .card .text {
    margin-bottom: 15px; }
    .card .title:last-child,
    .card .title *:last-child,
    .card .text:last-child,
    .card .text *:last-child {
      margin-bottom: 0; }
  .card .text {
    flex-grow: 2;
    font-size: 18px;
    line-height: 1.55; }
  .card .buttons-row {
    display: flex;
    justify-content: space-between; }
  .card .card-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px;
    text-decoration: none;
    padding: 10px;
    background: #D1F813;
    color: #002D96; }
    .card .card-link:hover {
      background: #C3CDE4; }
    .card .card-link.external-blue-link {
      background: #E5E9F2; }
      .card .card-link.external-blue-link:hover {
        background: #C3CDE4; }
    .card .card-link[target="_blank"] {
      transition: background 0.3s linear;
      display: flex;
      gap: 8px;
      align-items: center; }
      .card .card-link[target="_blank"]:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("./images/arrow.svg"); }

#wrapper {
  padding-top: 66px; }
  @media (min-width: 1200px) {
    #wrapper {
      padding-top: 93px; } }
  @media (min-width: 1440px) {
    #wrapper {
      padding-top: 130px; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 150;
  padding: 14px 0;
  border-bottom: 1px solid #F5F6FB;
  transform: translateY(0);
  transition: 0.3s; }
  @media (min-width: 1200px) {
    #header {
      padding: 27px 0 28px; } }
  #header.scrolled-down {
    transform: translateY(-100%); }
  .logged-in #header {
    top: 46px; }
    @media (min-width: 783px) {
      .logged-in #header {
        top: 32px; } }
  #header .container {
    display: flex;
    align-items: center;
    max-width: 1340px;
    gap: 30px; }
    @media (min-width: 1200px) {
      #header .container {
        gap: 10px; } }
    #header .container:after {
      display: none; }
  #header .logo {
    width: 100%;
    max-width: 157px;
    margin: 0 20px 0 0; }
    @media (min-width: 1440px) {
      #header .logo {
        max-width: 309px; } }
    #header .logo a {
      display: block;
      font-size: 0; }
  #header .language-switcher-wrapper {
    margin: 0 0 0 auto; }
    #header .language-switcher-wrapper .language-switcher {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #header .language-switcher-wrapper .language-switcher a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 26px;
        padding: 3px 8px;
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        background: #002D96;
        color: #fff;
        text-decoration: none;
        border-radius: 6px; }
        @media (min-width: 1200px) {
          #header .language-switcher-wrapper .language-switcher a {
            height: 38px;
            padding: 10px 30px;
            border-radius: 12px; } }
        #header .language-switcher-wrapper .language-switcher a:hover {
          background: #7B91C5; }
  #header .nav-holder {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #002D96;
    height: calc(100vh - 66px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      #header .nav-holder {
        flex-grow: 2;
        opacity: 1;
        visibility: visible;
        height: auto;
        background: transparent;
        position: static; } }
    .is-active #header .nav-holder {
      opacity: 1;
      visibility: visible; }
    #header .nav-holder .nav-block {
      height: 100%;
      overflow-y: auto; }
      @media (min-width: 1200px) {
        #header .nav-holder .nav-block {
          overflow-y: visible;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 20px; } }
  #header .header-navigation {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 1200px) {
      #header .header-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-grow: 2; } }
    @media (min-width: 1440px) {
      #header .header-navigation {
        gap: 35px; } }
    #header .header-navigation > li {
      border-bottom: 1px solid #7B91C5;
      padding: 0 30px; }
      @media (min-width: 1200px) {
        #header .header-navigation > li {
          padding: 0;
          border-bottom: none; } }
      @media (min-width: 1200px) {
        #header .header-navigation > li.menu-item-has-children {
          position: relative; } }
      #header .header-navigation > li.menu-item-has-children.open > a:after {
        transform: rotate(180deg); }
      @media (min-width: 1200px) {
        #header .header-navigation > li.menu-item-has-children.active > a {
          color: #7B91C5; } }
      #header .header-navigation > li.menu-item-has-children > a:after {
        background-image: url("./images/chevron-down.svg");
        transition: 0.3s; }
        @media (min-width: 1200px) {
          #header .header-navigation > li.menu-item-has-children > a:after {
            display: block;
            margin-left: 5px;
            background-image: url("./images/chevron-down-blue.svg"); } }
      @media (max-width: 1199px) {
        #header .header-navigation > li.menu-item-has-children > .drop-holder {
          width: calc(100% + 60px); } }
      @media (max-width: 1199px) {
        #header .header-navigation > li.menu-item-has-children > .drop-holder:focus-within {
          position: static !important;
          width: calc(100% + 60px) !important; } }
      #header .header-navigation > li > a {
        padding: 14px 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media (min-width: 1200px) {
          #header .header-navigation > li > a {
            color: #002D96;
            padding: 0; } }
        @media (min-width: 1200px) {
          #header .header-navigation > li > a:hover {
            color: #7B91C5; } }
        #header .header-navigation > li > a:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 12px;
          background-size: contain;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-image: url("./images/arrow-right.svg"); }
          @media (min-width: 1200px) {
            #header .header-navigation > li > a:after {
              display: none; } }
    #header .header-navigation .drop-holder {
      background: #fff;
      padding: 25px 30px;
      margin: 0 -30px; }
      @media (min-width: 1200px) {
        #header .header-navigation .drop-holder {
          margin: 0;
          padding: 50px 0 0;
          position: absolute;
          top: 100%;
          left: 0;
          background: transparent;
          width: 243px;
          display: none; } }
      @media (min-width: 1440px) {
        #header .header-navigation .drop-holder {
          padding: 65px 0 0; } }
      @media (min-width: 1200px) {
        #header .header-navigation .drop-holder > ul {
          padding: 12px;
          background: #002D96;
          border-radius: 8px;
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5); } }
      @media (min-width: 1200px) {
        #header .header-navigation .drop-holder > ul > li.active > a {
          background: #3E5FAD; } }
    #header .header-navigation ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      #header .header-navigation ul li {
        margin-bottom: 15px; }
        @media (min-width: 1200px) {
          #header .header-navigation ul li {
            margin-bottom: 12px; } }
        #header .header-navigation ul li:last-child {
          margin-bottom: 0; }
      @media (min-width: 1200px) {
        #header .header-navigation ul a {
          color: #fff;
          padding: 15px 20px;
          border-radius: 4px; } }
      @media (min-width: 1200px) {
        #header .header-navigation ul a:hover {
          background: #3E5FAD; } }
    #header .header-navigation a {
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      color: #002D96;
      display: block;
      text-decoration: none; }
  #header .header-cta-button {
    padding: 30px;
    border-bottom: 1px solid #7B91C5; }
    @media (min-width: 1200px) {
      #header .header-cta-button {
        padding: 0;
        border-bottom: none; } }
    #header .header-cta-button .btn, #header .header-cta-button .search-form [type="submit"], .search-form #header .header-cta-button [type="submit"] {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #C3CDE4;
      color: #002D96;
      padding: 10px 24px;
      font-size: 16px;
      transition: 0.3s; }
      #header .header-cta-button .btn:after {
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 0C1.44772 0 1 0.447715 1 1C1 1.55228 1.44772 2 2 2H8.58579L0.292893 10.2929C-0.0976311 10.6834 -0.0976311 11.3166 0.292893 11.7071C0.683417 12.0976 1.31658 12.0976 1.70711 11.7071L10 3.41421V10C10 10.5523 10.4477 11 11 11C11.5523 11 12 10.5523 12 10V1C12 0.447715 11.5523 0 11 0H2Z" fill="%23002D96"/></svg>'); }
      @media (min-width: 1200px) {
        #header .header-cta-button .btn, #header .header-cta-button .search-form [type="submit"], .search-form #header .header-cta-button [type="submit"] {
          background: transparent; } }
      #header .header-cta-button .btn:hover, #header .header-cta-button .search-form :hover[type="submit"], .search-form #header .header-cta-button :hover[type="submit"] {
        background: #D1F813; }

.breadcrumbs-holder {
  position: relative;
  z-index: 50;
  padding: 20px;
  background: #F5F6FB;
  margin: 0 auto;
  max-width: 1340px; }
  .breadcrumbs-holder:after {
    content: '';
    position: absolute;
    background: #F5F6FB;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; }
  @media (min-width: 768px) {
    .breadcrumbs-holder.breadcrumbs-decor {
      padding: 0 20px;
      background: transparent; } }
  @media (min-width: 768px) {
    .breadcrumbs-holder.breadcrumbs-decor .breadcrumbs {
      position: absolute;
      top: 20px;
      left: 20px;
      right: 0; } }

.breadcrumbs {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #002D96;
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px; }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li.home a {
    font-size: 0;
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("./images/home.svg"); }
    .breadcrumbs li.home a:hover {
      background-image: url("./images/home-blue.svg"); }
  .breadcrumbs li:after {
    content: '|';
    color: #7B91C5;
    margin: 0 8px;
    display: inline-block;
    vertical-align: top; }
  .breadcrumbs a {
    color: #7B91C5;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: #002D96; }
.breadcrumbs a[title="Go to Career Paths."],
.breadcrumbs a[title="Go to Careers."],
.breadcrumbs a[title="Go to Possibilités de carrière."],
.breadcrumbs a[title="Go to Carrières."],
.breadcrumbs a[title="Go to Students."],
.breadcrumbs a[title="Go to Étudiants."] {
    pointer-events: none;
}

.footer {
  background: #002D96;
  color: #fff; }
  .footer .container {
    max-width: 1380px; }
    @media (min-width: 1024px) {
      .footer .container {
        display: grid;
        grid-template-columns: 1fr 230px;
        column-gap: 50px;
        row-gap: 38px;
        align-items: center; } }
    @media (min-width: 1200px) {
      .footer .container {
        column-gap: 120px; } }
    .footer .container:after {
      display: none; }
  .footer .footer-logo {
    max-width: 250px;
    font-size: 0;
    margin-bottom: 60px; }
    @media (min-width: 1024px) {
      .footer .footer-logo {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        margin-bottom: 0; } }
    .footer .footer-logo:last-child {
      margin-bottom: 0; }
  .footer .footer-widgets {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .footer .footer-widgets {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        margin-bottom: 0;
        gap: 30px; } }
    @media (min-width: 1024px) {
      .footer .footer-widgets {
        grid-row: 2 / 3;
        grid-column: 1 / 2; } }
    .footer .footer-widgets:last-child {
      margin-bottom: 0; }
  .footer .widget {
    margin: 0 0 60px; }
    @media (min-width: 768px) {
      .footer .widget {
        margin-bottom: 0; } }
    .footer .widget:last-child {
      margin-bottom: 0; }
    .footer .widget h3 {
      font-size: 24px;
      font-weight: 700;
      font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin-bottom: 30px; }
    .footer .widget p {
      margin-bottom: 1.5em; }
    .footer .widget a {
      color: inherit;
      text-decoration: none; }
      .footer .widget a:hover {
        text-decoration: underline; }
    .footer .widget .textwidget {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33; }
  .footer .menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer .menu li {
      margin-bottom: 8px; }
    .footer .menu a {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none; }
      .footer .menu a:hover {
        text-decoration: underline; }
  .footer .footer-award-image {
    font-size: 0;
    max-width: 230px; }
    @media (min-width: 1024px) {
      .footer .footer-award-image {
        grid-row: 1 / 3;
        grid-column: 2 / 3; } }
  .footer .social-links-wrapper {
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .footer .social-links-wrapper {
        margin: 0; } }
  .footer .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer .social-links a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #002D96;
      border-radius: 50%;
      font-size: 16px;
      height: 30px;
      width: 30px;
      text-decoration: none; }
      .footer .social-links a:hover {
        background: #D1F813; }
  .footer .copyright {
    font-size: 14px;
    line-height: 1;
    margin: 0; }
    @media (min-width: 1200px) {
      .footer .copyright {
        font-size: 16px; } }

.footer-top,
.footer-bottom {
  position: relative; }
  .footer-top:after,
  .footer-bottom:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    height: 8px;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-image: url("./images/compass-decor-mob.svg"); }
    @media (min-width: 768px) {
      .footer-top:after,
      .footer-bottom:after {
        background-image: url("./images/compass-decor.svg"); } }

.footer-top {
  padding: 65px 0 80px; }
  @media (min-width: 1200px) {
    .footer-top {
      padding: 70px 0 75px; } }

.footer-bottom {
  padding: 70px 0 50px; }
  @media (min-width: 1200px) {
    .footer-bottom {
      padding: 45px 0 58px; } }
  .footer-bottom:before {
    content: '';
    width: 80px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    right: 42px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("./images/compass.svg");
    z-index: 10; }
  @media (min-width: 768px) {
    .footer-bottom .container {
      display: flex;
      align-items: center;
      gap: 20px; } }
  @media (min-width: 1200px) {
    .footer-bottom .container {
      gap: 50px; } }

html, body {
  height: 100%; }

.page-holder {
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column; }

#wrapper {
  flex-grow: 2; }

.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }

a:hover .play-video-icon {
  opacity: 1; }
  a:hover .play-video-icon svg path[fill="#002D96"] {
    fill: #C3CDE4; }

a .play-video-icon {
  opacity: 0.85; }
  a .play-video-icon svg {
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 100%; }
    a .play-video-icon svg path[fill="#002D96"] {
      transition: 0.3s; }

.error404 #content > .container,
.search #content > .container,
.archive #content > .container,
.single.post-template-default #content > .container,
.page.page-template-default #content > .container,
.blog #content > .container {
  padding-block: 70px; }

.search .page-title, .archive .page-title {
  text-align: center; }

.post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  @media (min-width: 768px) {
    .post-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .post-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px 35px; } }
  .post-grid .card {
    min-height: auto; }
    .post-grid .card .title a {
      text-decoration: none; }
      .post-grid .card .title a:hover {
        color: #7B91C5; }

.pagination {
  margin-top: 40px; }
  .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .pagination .page-numbers {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #002D96;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 700; }
    .pagination .page-numbers:hover {
      background: #7B91C5; }
    .pagination .page-numbers.current {
      background: #7B91C5; }
    .pagination .page-numbers svg {
      width: 18px;
      height: 18px; }

.btn, .search-form [type="submit"] {
  display: inline-block;
  vertical-align: middle;
  background: #002D96;
  border: 1px solid #002D96;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  padding: 23px 36px;
  text-decoration: none; }
  .btn:hover, .search-form :hover[type="submit"] {
    background: #525252;
    border-color: #525252; }
  .btn[target="_blank"], .search-form [target="_blank"][type="submit"] {
    transition: background 0.3s linear, border-color 0.3s linear;
    display: flex;
    gap: 8px;
    align-items: center; }
    .btn[target="_blank"]:after, .search-form [type="submit"][target="_blank"]:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 0C1.44772 0 1 0.447715 1 1C1 1.55228 1.44772 2 2 2H8.58579L0.292893 10.2929C-0.0976311 10.6834 -0.0976311 11.3166 0.292893 11.7071C0.683417 12.0976 1.31658 12.0976 1.70711 11.7071L10 3.41421V10C10 10.5523 10.4477 11 11 11C11.5523 11 12 10.5523 12 10V1C12 0.447715 11.5523 0 11 0H2Z" fill="%23ffffff"/></svg>'); }
    .btn[target="_blank"]:hover, .search-form [target="_blank"]:hover[type="submit"] {
      color: #002D96;
      background-color: transparent; }
      .btn[target="_blank"]:hover:after, .search-form [target="_blank"]:hover[type="submit"]:after {
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 0C1.44772 0 1 0.447715 1 1C1 1.55228 1.44772 2 2 2H8.58579L0.292893 10.2929C-0.0976311 10.6834 -0.0976311 11.3166 0.292893 11.7071C0.683417 12.0976 1.31658 12.0976 1.70711 11.7071L10 3.41421V10C10 10.5523 10.4477 11 11 11C11.5523 11 12 10.5523 12 10V1C12 0.447715 11.5523 0 11 0H2Z" fill="%23002D96"/></svg>'); }
      .bg-blue .btn[target="_blank"]:hover, .bg-blue .search-form [target="_blank"]:hover[type="submit"], .search-form .bg-blue [target="_blank"]:hover[type="submit"] {
        color: #D1F813; }
        .bg-blue .btn[target="_blank"]:hover:after, .bg-blue .search-form [type="submit"][target="_blank"]:hover:after, .search-form .bg-blue [type="submit"][target="_blank"]:hover:after {
          background-image: url("./images/arrow-green.svg"); }
  .btn.btn-secondary, .btn.btn-download, .search-form .btn-secondary[type="submit"] {
    background: #D1F813;
    border: 1px solid #D1F813;
    color: #002D96; }
  .btn.btn-secondary:after, .btn.btn-download:after, .search-form .btn-secondary[type="submit"]:after {
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 0C1.44772 0 1 0.447715 1 1C1 1.55228 1.44772 2 2 2H8.58579L0.292893 10.2929C-0.0976311 10.6834 -0.0976311 11.3166 0.292893 11.7071C0.683417 12.0976 1.31658 12.0976 1.70711 11.7071L10 3.41421V10C10 10.5523 10.4477 11 11 11C11.5523 11 12 10.5523 12 10V1C12 0.447715 11.5523 0 11 0H2Z" fill="%23002D96"/></svg>');
  }
    .btn.btn-secondary:hover, .btn.btn-download:hover, .search-form .btn-secondary:hover[type="submit"] {
      background: #C3CDE4;
      border-color: #C3CDE4; }
  .btn.btn-white, .search-form .btn-white[type="submit"] {
    background: #fff;
    border: 1px solid #fff;
    color: #002D96; }
    .btn.btn-white:hover, .search-form .btn-white:hover[type="submit"] {
      background: #C3CDE4;
      border-color: #C3CDE4; }



 .btn.btn-download:before  {
        content: '';
        display: inline-block;
       /* vertical-align: middle;*/
        width: 18px;
        height: 18px;
        background-size: contain;
        background-position: 40% 40%;
        background-repeat: no-repeat;
        background-image: url("./images/download.svg"); 
        position: relative;
        left: -5px;
      }


@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }



.small-card:hover{background-color: #F5F6FB;}

@media (max-width: 768px) {
 
.newsletter-signup-section .bg-image {display:none;}

  
}


/*# sourceMappingURL=style.css.map */


/* Addons */

#block_c503e1f77b77f237800045dbd82a6216 .text-holder:after, #block_c503e1f77b77f237800045dbd82a6216 .text-holder:before {
    display: none !important;
}

#block_93df5149faa5956645d72b9b537abb26 {
    background: #E7E9F2;
}

#block_93df5149faa5956645d72b9b537abb26 .card {
    border: 0;
}

#block_93df5149faa5956645d72b9b537abb26 .internal-green-link {
    background: #002D96;
    color: white;
}

#block_39c11793ce418dd461c405e81214f786 .internal-green-link {
    background: #002D96;
    color: white;
}

#block_93df5149faa5956645d72b9b537abb26 .external-blue-link {
    background: #D1F813;
}

#block_c5eaa9f90a9114960346738a675df6c1 .button-fix, #block_f9d39d263a7478a066f1a395e722669e .button-fix {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 2rem;
}

#block_c5eaa9f90a9114960346738a675df6c1 .white-button, #block_f9d39d263a7478a066f1a395e722669e .white-button {
    background: white;
    color: #002D96;
}

#block_c5eaa9f90a9114960346738a675df6c1 .neon-button {
    color: #002D96;
}

#block_c5eaa9f90a9114960346738a675df6c1 .cards-slick {
    display: none;
}

/* Physician Stories */
#block_c2843097ce9d198b5ffa4914ab9aa7c5 .section-text {
    display: none;
}
#block_c2843097ce9d198b5ffa4914ab9aa7c5 {
    background: #E7E9F2;
}
#block_c2843097ce9d198b5ffa4914ab9aa7c5 .card {
    border: 0;
}

/* Cards */
.page-id-2600 main .info-cards-second-carousel:nth-of-type(2) .large-text {
    font-size: 36px;
}
.page-id-2600 main .info-cards-second-carousel:nth-of-type(2) .small-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}

.page-id-2710 main .wp-block-columns:nth-of-type(1) {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.page-id-2710 main .information-carousel-section:nth-of-type(2) .text-holder {
    display: none;
}

.page-id-2710 main .button-fix {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 2rem;
}

.page-id-2710 main .wp-block-group {
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding: 6rem 2rem;
    background: #E7E9F2;
}

.page-id-2710 main .cards-section:nth-of-type(5) {
    background: #E7E9F2;
}

.page-id-2710 main .cards-section:nth-of-type(5) .section-text {
    display: none;
}

.page-id-2710 main .cards-section:nth-of-type(5) .card {
    border: 0;
}

@media (min-width: 1024px) {
    .page-id-2710 main .cards-section:nth-of-type(5) .card {
        flex-basis: calc(50% - (70px / 3));
    }
}

.page-id-2747 .cards-section:nth-of-type(2) .card .card-image {
    aspect-ratio: unset;
    padding: 1.5rem 1rem;
}
.page-id-2747 .cards-section:nth-of-type(2) .card .card-image img {
    object-fit: contain;
    width: 111px;
}
.page-id-2747 .cards-section:nth-of-type(2) .card .external-blue-link {
    color: white;
    background: #002D96;
}

.page-id-2747 .cards-section:nth-of-type(2) .card .external-blue-link:after {
    filter: brightness(0) invert(1);
}
.page-id-2747 main .wp-block-group:nth-of-type(1) {
    background: #002D96;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding-bottom: 6rem;
}
.page-id-2747 main .wp-block-group:nth-of-type(1) h3 {
    color: #D1F813;
}

.page-id-2747 main .wp-block-group:nth-of-type(2) {
    padding: 6rem 2rem 0rem 2rem;
}

.page-id-2747 main .wp-block-group:nth-of-type(3) {
    background: #E7E9F2;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: 6rem 2rem 0rem 2rem;
}

.page-id-2747 main .wp-block-group:nth-of-type(2) .wp-block-columns {
    max-width: 1140px;
    margin: 0 auto;
}

.page-id-2747 main .wp-block-group:nth-of-type(3) :where(.wp-block-columns) {
    margin-bottom: 0rem;
}

.page-id-2747 main .information-carousel-section:nth-of-type(4) .large-text {
    font-size: 36px;
}
.page-id-2747 main .information-carousel-section:nth-of-type(4) .small-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}

.page-id-2747 main .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 1rem;
}

/* Tribe Events Calendar careers.horizonnb.ca Theme */
:root {
    --tec-color-border-secondary: #002D96 !important;
    --tec-color-text-primary: #002D96 !important;
    --tec-color-icon-primary: #002D96 !important;
    --tec-color-accent-primary: #002D96 !important;;
    --tec-color-accent-primary-hover: #002D96 !important;
    --tec-border-radius-default: 12px !important;
    --tec-color-background-secondary: #E7E9F2 !important;
    --tec-font-family-sans-serif: inherit !important;
    --tec-color-border-default: #002D96 !important;
    --tec-color-text-secondary: #002D96 !important;
    --tec-color-icon-active: #002D96 !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input::placeholder {
    color: var(--tec-color-text-primary) !important;
    font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active {
    background: #E7E9F2;
    border-radius: 0px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    content: none !important;
}

.tribe-common .tribe-common-form-control-text__input, .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input {
    box-shadow: none;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
    background: var(--tec-color-accent-primary) !important;
    color: white !important;
    font-weight: 700 !important;
}

.tribe-common .tribe-common-h3, .tribe-common .tribe-common-h4 {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-family: "Bebas Neue", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.tribe-events-c-subscribe-dropdown__button {
    background: #D1F813 !important;
    border-radius: 12px;
    border: 0 !important;
}

.tribe-events-c-subscribe-dropdown__button:hover {
    background: #002D96 !important;
    color: white !important;
}

.tribe-events-c-subscribe-dropdown__button button {
    background: transparent;
    border: 0;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-weight: 700 !important;
    
}
