@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
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%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/**
  Properties
  -> toutes les variables.
**/
/*
Grid
-> systeme de grille fait maison
*/
.row--gutter {
  margin-left: -0.6rem;
  margin-right: -0.6rem; }

.row--center {
  align-items: center; }

[class*='col-'] {
  position: relative; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.col-1 {
  width: 8.33333%; }

.row--gutter .col-1 {
  width: calc( 100%/12*1 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-2 {
  width: 16.66667%; }

.row--gutter .col-2 {
  width: calc( 100%/12*2 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-3 {
  width: 25%; }

.row--gutter .col-3 {
  width: calc( 100%/12*3 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-4 {
  width: 33.33333%; }

.row--gutter .col-4 {
  width: calc( 100%/12*4 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-5 {
  width: 41.66667%; }

.row--gutter .col-5 {
  width: calc( 100%/12*5 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-6 {
  width: 50%; }

.row--gutter .col-6 {
  width: calc( 100%/12*6 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-7 {
  width: 58.33333%; }

.row--gutter .col-7 {
  width: calc( 100%/12*7 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-8 {
  width: 66.66667%; }

.row--gutter .col-8 {
  width: calc( 100%/12*8 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-9 {
  width: 75%; }

.row--gutter .col-9 {
  width: calc( 100%/12*9 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-10 {
  width: 83.33333%; }

.row--gutter .col-10 {
  width: calc( 100%/12*10 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-11 {
  width: 91.66667%; }

.row--gutter .col-11 {
  width: calc( 100%/12*11 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.col-12 {
  width: 100%; }

.row--gutter .col-12 {
  width: calc( 100%/12*12 - 1.2rem);
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

@media (max-width: 56.88889rem) {
  .col-md-1 {
    width: 8.33333%; }
  .row--gutter .col-md-1 {
    width: calc( 100%/12*1 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-2 {
    width: 16.66667%; }
  .row--gutter .col-md-2 {
    width: calc( 100%/12*2 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-3 {
    width: 25%; }
  .row--gutter .col-md-3 {
    width: calc( 100%/12*3 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-4 {
    width: 33.33333%; }
  .row--gutter .col-md-4 {
    width: calc( 100%/12*4 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-5 {
    width: 41.66667%; }
  .row--gutter .col-md-5 {
    width: calc( 100%/12*5 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-6 {
    width: 50%; }
  .row--gutter .col-md-6 {
    width: calc( 100%/12*6 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-7 {
    width: 58.33333%; }
  .row--gutter .col-md-7 {
    width: calc( 100%/12*7 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-8 {
    width: 66.66667%; }
  .row--gutter .col-md-8 {
    width: calc( 100%/12*8 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-9 {
    width: 75%; }
  .row--gutter .col-md-9 {
    width: calc( 100%/12*9 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-10 {
    width: 83.33333%; }
  .row--gutter .col-md-10 {
    width: calc( 100%/12*10 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-11 {
    width: 91.66667%; }
  .row--gutter .col-md-11 {
    width: calc( 100%/12*11 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-md-12 {
    width: 100%; }
  .row--gutter .col-md-12 {
    width: calc( 100%/12*12 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; } }

@media (max-width: 41.66667rem) {
  .col-sm-1 {
    width: 8.33333%; }
  .row--gutter .col-sm-1 {
    width: calc( 100%/12*1 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-2 {
    width: 16.66667%; }
  .row--gutter .col-sm-2 {
    width: calc( 100%/12*2 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-3 {
    width: 25%; }
  .row--gutter .col-sm-3 {
    width: calc( 100%/12*3 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-4 {
    width: 33.33333%; }
  .row--gutter .col-sm-4 {
    width: calc( 100%/12*4 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-5 {
    width: 41.66667%; }
  .row--gutter .col-sm-5 {
    width: calc( 100%/12*5 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-6 {
    width: 50%; }
  .row--gutter .col-sm-6 {
    width: calc( 100%/12*6 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-7 {
    width: 58.33333%; }
  .row--gutter .col-sm-7 {
    width: calc( 100%/12*7 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-8 {
    width: 66.66667%; }
  .row--gutter .col-sm-8 {
    width: calc( 100%/12*8 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-9 {
    width: 75%; }
  .row--gutter .col-sm-9 {
    width: calc( 100%/12*9 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-10 {
    width: 83.33333%; }
  .row--gutter .col-sm-10 {
    width: calc( 100%/12*10 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-11 {
    width: 91.66667%; }
  .row--gutter .col-sm-11 {
    width: calc( 100%/12*11 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; }
  .col-sm-12 {
    width: 100%; }
  .row--gutter .col-sm-12 {
    width: calc( 100%/12*12 - 1.2rem);
    margin-left: 0.6rem;
    margin-right: 0.6rem; } }

/*
-------------------
Responsive (RWD)
-------------------
2018-04-19
-> les mixins peuvent être réutilisées directement dans les classes semantiques de composents BEM.
-> exemple d'utilisation : Desktop only : .sm-md-hidden | Desktop hidden : .sm-md-only
*/
@media (max-width: 41.66667rem) {
  .md-only {
    display: none; } }

@media (max-width: 56.88889rem) {
  .md-hidden {
    display: none; } }

.sm-only {
  display: none; }
  @media (max-width: 41.66667rem) {
    .sm-only {
      display: block; } }

@media (max-width: 41.66667rem) {
  .sm-hidden {
    display: none; } }

/**
  Default
  -> les comportements qui s'appliquent dessus le reset generique
  -> ne pas utiliser de valeur en dur, pour pouvoir le laisser transportable
**/
* {
  box-sizing: border-box; }

html {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400; }

body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;}

textarea,
select,
button {
  appearance: none; }

strong,
b {
  font-weight: bold; }

::selection {
  background-color: rgba(0, 0, 0, 0.1);
  color: inherit; }

*:focus {
  outline-offset: 0.25rem;
  outline: 0.33rem solid rgba(255, 255, 255, 0.75); }

/*
Utilities
*/
[debug], [class*="col-NOPE"] {
  outline: 2px dashed red; }
  [debug] [debug], [class*="col-NOPE"] [debug] {
    outline-color: orange; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.22222rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.light-text * {
  color: white !important; }

.dark-text * {
  color: #333 !important; }

.no-style-list ul {
  list-style-type: none !important;
  padding-left: 0 !important; }

/*_   _   _
 / \ / \ / \
( B | E | M )
 \_/ \_/ \_/
 - Block................block properties only.
 - Elems................elements' Block.
 - Modifiers............modify the aspect of Element or Block.
 - States...............hover, focus, active or class for temporary state.
*/
.uel-pageheader {
  /*------------------------------------
    #️⃣ BLOCK (.)
    ------------------------------------*/
  min-height: calc(55vh + 150px);
  padding-top: calc(5vh + 150px);
  padding-bottom: 5vh;
  width: 100%;
  display: flex;
  background-color: #00143F;
  color: white;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  background-size: cover;
  background-position: center center;
  /*------------------------------------
    #️⃣ ELEMENTS (__)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ MODIFIERS (--)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ STATES (:)
    ------------------------------------*/ }
  @media (max-width: 41.66667rem) {
    .uel-pageheader {
      min-height: 55vh;
      padding-top: 5vh; } }
  @media (max-width: 41.66667rem) {
    .uel-pageheader .container {
      background: rgba(0, 0, 0, 0.5);
      padding-top: 20px;
      padding-bottom: 20px; }
    .uel-pageheader h2 {
      margin-bottom: 0; } }
  .uel-pageheader__title-1 {
    font-size: 1.25rem !important;
    margin-bottom: 1rem !important; }
    @media (max-width: 41.66667rem) {
      .uel-pageheader__title-1 {
        font-size: .8rem !important;
        margin-bottom: 0.3rem !important; } }
  .uel-pageheader__title-2 {
    font-size: 2.5rem !important;
    letter-spacing: -0.05rem !important; }
    @media (max-width: 41.66667rem) {
      .uel-pageheader__title-2 {
        font-size: 1.5rem !important;
        line-height: 1.2;
        margin-bottom: 0 !important; } }

.uel-fullwidth-image {
  background-position: center center;
  background-size: cover;
  min-height: 45vh;
  padding: 0; }

/*_   _   _
 / \ / \ / \
( B | E | M )
 \_/ \_/ \_/
 - Block................block properties only.
 - Elems................elements' Block.
 - Modifiers............modify the aspect of Element or Block.
 - States...............hover, focus, active or class for temporary state.
*/
.uel-bordered-section {
  /*------------------------------------
    #️⃣ BLOCK (.)
    ------------------------------------*/
  border: 1px solid black;
  border-width: 1px 0;
  /*------------------------------------
    #️⃣ ELEMENTS (__)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ MODIFIERS (--)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ STATES (:)
    ------------------------------------*/ }
  .uel-bordered-section > .elementor-container > .elementor-row > .elementor-column {
    border: 1px solid black;
    border-width: 0 1px;
    padding: 2rem 0; }
    @media (max-width: 41.66667rem) {
      .uel-bordered-section > .elementor-container > .elementor-row > .elementor-column {
        border: 0; } }
    .uel-bordered-section > .elementor-container > .elementor-row > .elementor-column .elementor-column-wrap {
      padding: 0; }
    .uel-bordered-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column {
      border-left-width: 0;
      padding: 2rem; }
      @media (max-width: 41.66667rem) {
        .uel-bordered-section > .elementor-container > .elementor-row > .elementor-column + .elementor-column {
          padding: 0; } }
  .uel-bordered-section .elementor-widget-heading {
    padding: 0 2rem; }
    @media (max-width: 41.66667rem) {
      .uel-bordered-section .elementor-widget-heading {
        padding: 0; } }

.uel-university-grid img {
  width: 8rem;
  height: 5rem !important;
  object-fit: contain; }

[class*='uel-cta'] a {
  padding: .7rem 1rem;
  font-size: 1.1rem;
  border-radius: 5px;
  font-weight: 400 !important; }

.uel-cta-black-border a {
  border: 1px solid #333;
  border-radius: 5px;
  background-color: transparent !important; }
  .uel-cta-black-border a:hover {
    color: #333; }

.uel-staff-grid hr {
  width: 5rem;
  margin: 1rem auto !important;
  background-color: black !important;
  border: 0;
  height: 2px; }

/*_   _   _
 / \ / \ / \
( B | E | M )
 \_/ \_/ \_/
 - Block................block properties only.
 - Elems................elements' Block.
 - Modifiers............modify the aspect of Element or Block.
 - States...............hover, focus, active or class for temporary state.
*/
.nav {
  /*------------------------------------
    #️⃣ BLOCK (.)
    ------------------------------------*/
  width: 100%;
  background: white;
  color: #000;
  position: fixed;
  z-index: 50;
  border-bottom: 0px;
  /*------------------------------------
    #️⃣ ELEMENTS (__)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ MODIFIERS (--)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ STATES (:)
    ------------------------------------*/ }
  @media (max-width: 985px) {
    .nav {
      position: absolute;
      top: 0; } }
  .nav__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 985px) {
      .nav__container {
        padding: 1rem; } }
  .nav__banner {
    background-color: #dba811;
    padding: .75rem;
    color: white;
    text-align: center;
    display: block;
    text-decoration: none; }
    .nav__banner a {
      text-decoration: none;
      color: white; }
  @media (max-width: 985px) {
    .nav__logo-wrapper {
      margin: 0 auto; } }
  .nav__logo-wrapper svg {
    width: auto;
    height: 2rem;
	margin-left: 10px;
	margin-right: 10px;
    display: block; }
  .nav__menu {
    list-style-type: none;
    display: flex; }
    @media (max-width: 985px) {
      .nav__menu {
        padding-top: calc(60px + 1.5vw);
        position: fixed;
        flex-direction: column;
        top: 0;
        left: 105vw;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        z-index: 10;
        transition: left .33s ease-out;
        overflow-y: scroll; } }
    .nav__menu > li > a {
      padding: 2rem 1rem; }
      @media (max-width: 985px) {
        .nav__menu > li > a {
          padding: 1.5rem;
          font-weight: bold;
          font-size: 1.2rem; } }
    .nav__menu a {
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      color: #333;
      letter-spacing: -.015em;
      font-size: 1rem; }
    .nav__menu > li > ul.sub-menu {
      display: flex;
      justify-content: space-around;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 30px;
      padding-right: 30px;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s, opacity .5s linear;
      position: fixed;
      left: 0;
      background-color: #ddd;
      font-size: 0.8rem; }
      @media (max-width: 985px) {
        .nav__menu > li > ul.sub-menu {
          visibility: visible;
          position: relative;
          opacity: 1;
          position: relative;
          transition: none;
          flex-direction: column;
          font-size: 1rem;
          padding: .5rem 0 0 2rem;
          background-color: transparent;
          display: none; } }
      .nav__menu > li > ul.sub-menu > li > a {
        font-weight: 600;
        font-size: 0.8rem;
        display: block;
        margin-bottom: .75rem; }
        @media (max-width: 985px) {
          .nav__menu > li > ul.sub-menu > li > a {
            margin-bottom: 1.25rem; } }
      .nav__menu > li > ul.sub-menu > li > ul {
        position: relative; }
        .nav__menu > li > ul.sub-menu > li > ul > li {
          margin-bottom: 0.25rem; }
          @media (max-width: 985px) {
            .nav__menu > li > ul.sub-menu > li > ul > li {
              margin-bottom: 1.25rem; } }
          .nav__menu > li > ul.sub-menu > li > ul > li > a {
            padding-bottom: 0.45rem;
            display: inline-block;
            text-transform: inherit;
            font-size: 0.70rem; }
  .nav__mobile-cta-label {
    display: none; }
    @media (max-width: 985px) {
      .nav__mobile-cta-label {
        text-align: center;
        display: block;
        position: fixed;
        top: 12px;
        left: calc(100vw - 60px);
        width: 50px;
        height: 50px;
        background-color: #fff;
        z-index: 99;
        font-size: 15px;
        line-height: 45px;
        border: 2px solid #fff;
        padding-top: 6px; } }
    .nav__mobile-cta-label span {
      display: block;
      width: 72%;
      height: 4px;
      background-color: #333;
      margin: 5px auto; }
  .nav__mobile-cta-checkbox {
    display: none; }
  @media (max-width: 985px) {
    .nav__ctas {
      display: none; } }
  .nav__search {
    margin-right: 1rem; }
    .nav__search path {
      color: #000; }
  @media (min-width: 56.88889rem) {
    .nav--is-transparent {
      background: transparent;
      border: 0; }
      .nav--is-transparent .nav__menu > li > a {
        color: white !important; }
        .nav--is-transparent .nav__menu > li > a:hover {
          color: #000 !important; }
      .nav--is-transparent li:hover a {
        color: #000 !important; }
      .nav--is-transparent .nav__cta {
        color: white !important;
        background-color: transparent !important;
        border: 1px solid white; } }
  .nav ul.sub-menu.is-hovering {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s, top .5s;
    z-index: 999; }
  .nav__menu > li > ul.sub-menu > li.current-menu-item > a {
    position: relative; }
    .nav__menu > li > ul.sub-menu > li.current-menu-item > a:before {
      content: '';
      width: .6rem;
      height: .6rem;
      margin-right: 0.25rem;
      background-color: #418fde;
      display: inline-block; }
  .nav__menu > .current-menu-parent > a, .nav__menu > .current-menu-item > a {
    text-decoration: none !important; }
  .nav__mobile-cta-checkbox:checked + .nav__mobile-cta-label {
    font-size: 0;
    padding-top: 0; }
    .nav__mobile-cta-checkbox:checked + .nav__mobile-cta-label:after {
      content: '\2715';
      font-size: 30px; }
    .nav__mobile-cta-checkbox:checked + .nav__mobile-cta-label span {
      display: none; }
  .nav__mobile-cta-checkbox:checked ~ .nav__menu {
    left: 0; }
  .nav__menu > li:hover {
    z-index: 999;
    background: #eee; }
  .nav__menu > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
    z-index: 999; }
  .nav__menu a:hover {
    text-decoration: underline; }

/*_   _   _
 / \ / \ / \
( B | E | M )
 \_/ \_/ \_/
 - Block................block properties only.
 - Elems................elements' Block.
 - Modifiers............modify the aspect of Element or Block.
 - States...............hover, focus, active or class for temporary state.
*/
.main {
  /*------------------------------------
    #️⃣ BLOCK (.)
    ------------------------------------*/
  font-size: 16px;
  line-height: 1.4;
  /*------------------------------------
    #️⃣ ELEMENTS (__)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ MODIFIERS (--)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ STATES (:)
    ------------------------------------*/ }
  @media (max-width: 985px) {
    .main {
      margin-top: 73px; } }
  .main h1 {
    font-size: 3em;
    margin-bottom: 1.1rem; }
    @media (max-width: 41.66667rem) {
      .main h1 {
        font-size: 2em; } }
  .main h2 {
    font-size: 1.7em;
    margin-bottom: 1rem; }
    @media (max-width: 41.66667rem) {
      .main h2 {
        font-size: 1.3em; } }
  .main h3 {
    font-size: 1.3em;
    margin-bottom: 1rem;
    font-weight: bold; }
    @media (max-width: 41.66667rem) {
      .main h3 {
        font-size: 1.1em; } }
  .main h4 {
    font-size: 1.1em;
    margin-bottom: .5rem;
    font-weight: bold; }
    @media (max-width: 41.66667rem) {
      .main h4 {
        font-size: 1.1em; } }
  .main p {
    margin-bottom: 1.1rem;
    line-height: 1.35; }
  .main a {
    text-decoration: underline;
    color: #418fde;
    font-size: 1em; }
  .main ul {
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1rem; }
  .main ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1rem; }
  .main li {
    margin-bottom: 1rem; }
  .main em {
    font-style: italic; }
  .main #contactform input, .main #contactform textarea {
    margin-top: 7px; }

.wrapper[id*=form] .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.wrapper[id*=form] .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.wrapper[id*=form] .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0; }

#grievance-form {
  max-width: 75%;
  margin: 0 auto; }

#grievance-form p {
  margin: 2rem 0;
  font-family: benton-sans-compressed;
  font-size: 0.80rem;
  font-weight: 500; }

#grievance-form input,
#grievance-form textarea,
#grievance-form label {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2rem; }

#grievance-form .btn[type=submit] {
  margin: 2rem 0;
  min-width: 10rem; }

#grievance-form input[name=esign],
#grievance-form .form-check {
  margin: 2rem 0; }

#forms-tournament-director-surcharge-payments .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, #forms-tournament-director-surcharge-payments .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul,
#forms-tournament-director-surcharge-payments .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, #forms-tournament-director-surcharge-payments .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style: none !important; }

#forms-tournament-director-surcharge-payments .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, #forms-tournament-director-surcharge-payments .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  margin-left: 0 !important; }

#forms-tournament-director-surcharge-payments .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  padding: 15px 15px 15px 0;
  width: 50%; }

#forms-tournament-director-surcharge-payments .gform_wrapper ul li.gfield.gfield_html img {
  display: none; }

#forms-tournament-director-surcharge-payments ul.products li.product a {
  color: var(--black) !important;
  cursor: default; }

@media (min-width: 480px) {
  #grievance-form form {
    padding: 0 3rem; } }

@media (max-width: 767px) {
  #grievance-form .form-row input {
    margin-bottom: 1rem; } }

@media (min-width: 768px) {
  #grievance-form .form-row {
    margin-bottom: 1rem; } }

.form {
  /* background-color: var(--lt-grey); */ }

.form input:focus {
  box-shadow: none;
  outline: none; }

.form .gform_button {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 0.4rem 1rem;
  min-width: 100px;
  -webkit-appearance: none;
  appearance: none; }

.gform_wrapper,
.gform_wrapper ul.gform_fields li.gfield,
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0; }

.gform_wrapper label,
.gform_wrapper span,
.gform_wrapper input.button {
  font-size: 0.75rem !important; }

.gform_wrapper label,
.gform_wrapper span {
  font-weight: 400 !important; }

.gform_wrapper label {
  font-family: benton-sans-condensed;
  margin-bottom: .15rem;
  letter-spacing: 0 !important; }

.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper .ginput_container_address input {
  margin-bottom: 0.8rem !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  border: 1px solid #000; }

.gform_wrapper select,
.gform_wrapper textarea {
  font-size: 0.75rem; }

.form .form-large {
  padding: 0 3rem; }

@media (min-width: 568px) {
  .form .form-large {
    padding: 0 22vw; } }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
  margin: 0 16px 0 0;
  padding: 10px 20px;
  font-size: 20px !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer; }

/*_   _   _
 / \ / \ / \
( B | E | M )
 \_/ \_/ \_/
 - Block................block properties only.
 - Elems................elements' Block.
 - Modifiers............modify the aspect of Element or Block.
 - States...............hover, focus, active or class for temporary state.
*/
.cta {
  /*------------------------------------
    #️⃣ BLOCK (.)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ ELEMENTS (__)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ MODIFIERS (--)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ STATES (:)
    ------------------------------------*/ }
  .cta:not(.elementor-widget-button), .cta .elementor-button {
    padding: .75rem 1rem;
    border-radius: 5px;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase; }
  .cta--yellow:not(.elementor-widget-button) {
    background-color: #dba811;
	border-radius: 0px;
	margin-left: 10px;
	margin-right: 10px;
    color: #000; }
  .cta--yellow .elementor-button {
    background-color: #dba811 !important;
	border-radius: 0px;
	margin-left: 10px;
	margin-right: 10px;
    color: #000 !important; }
  .cta--ghost:not(.elementor-widget-button) {
    color: white;
    border: 2px solid white;
    background-color: transparent; }
  .cta--ghost .elementor-button {
    color: white !important;
    border: 2px solid white !important;
    background-color: transparent !important; }

/*_   _   _
 / \ / \ / \
( B | E | M )
 \_/ \_/ \_/
 - Block................block properties only.
 - Elems................elements' Block.
 - Modifiers............modify the aspect of Element or Block.
 - States...............hover, focus, active or class for temporary state.
*/
.single {
  /*------------------------------------
    #️⃣ BLOCK (.)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ ELEMENTS (__)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ MODIFIERS (--)
    ------------------------------------*/
  /*------------------------------------
    #️⃣ STATES (:)
    ------------------------------------*/ }
  .single__header {
    padding-top: 200px;
    padding-bottom: 5vh;
    width: 100%;
    display: flex;
    background-color: #00143F;
    color: white;
    text-align: center;
    align-items: center; }
    @media (max-width: 41.66667rem) {
      .single__header {
        padding-top: 125px; } }
  .single__header-category {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .single__header-title {
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 1rem; }
  .single__header-date {
    margin-bottom: 0.5rem; }
  .single__content-wrapper {
    margin: 3rem 0;
    width: 100%;
    border: 1px solid #333;
    border-width: 1px 0; }
    .single__content-wrapper * {
      line-height: 1.4; }
    .single__content-wrapper p {
      margin-bottom: 1rem; }
  .single__content-container {
    border: 1px solid #333;
    border-width: 0 1px;
    display: flex;
    padding: 0; }
    @media (max-width: 56.88889rem) {
      .single__content-container {
        flex-direction: column;
        border: 0; } }
  .single__content-featured {
    border: 1px solid #333;
    border-width: 0 1px 0 0;
    width: 140rem;
    position: relative; }
    @media (max-width: 56.88889rem) {
      .single__content-featured {
        width: inherit;
        border: 0; } }
    .single__content-featured img {
      width: 100%;
      height: auto; }
  .single__content-author {
    padding: 1rem;
    font-size: 1rem; }
  .single__content-date {
    padding: .5rem 1rem;
    font-size: 1.2rem; }
  .single__content-content {
    padding: 3rem; }
    @media (max-width: 56.88889rem) {
      .single__content-content {
        padding: 1rem; } }

/*_   _   _
/ \ / \ / \
( B | E | M )
\_/ \_/ \_/
- Block................block properties only.
- Elems................elements' Block.
- Modifiers............modify the aspect of Element or Block.
- States...............hover, focus, active or class for temporary state.
*/
.footer {
  /*------------------------------------
  #️⃣ BLOCK (.)
  ------------------------------------*/
  background-color: #00143F;
  color: white;
  padding-top: 4rem;
  padding-bottom: 3rem;
  /*------------------------------------
  #️⃣ ELEMENTS (__)
  ------------------------------------*/
  /*------------------------------------
  #️⃣ MODIFIERS (--)
  ------------------------------------*/
  /*------------------------------------
  #️⃣ STATES (:)
  ------------------------------------*/ }
  @media (max-width: 41.66667rem) {
    .footer {
      text-align: center; } }
  .footer a {
    color: white; }
  .footer__logo {
    margin-bottom: 1rem;
    text-align: center; }
    .footer__logo svg {
      width: auto;
      height: 2.5rem;
      display: inline-block; }
      .footer__logo svg .symbol path {
        fill: #418fde; }
      .footer__logo svg .copy path {
        fill: white; }
  .footer__social-wrapper {
    display: flex;
    justify-content: space-evenly; }
    @media (max-width: 41.66667rem) {
      .footer__social-wrapper {
        margin-bottom: 2rem; } }
  .footer__social-link svg {
    width: 2rem; }
    .footer__social-link svg path {
      fill: white; }
  .footer__menu {
    display: flex;
    flex-direction: column;
    max-height: 10rem; }
    @media (max-width: 41.66667rem) {
      .footer__menu {
        max-height: inherit;
        margin-bottom: 2rem; } }
    .footer__menu a {
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      margin: 0.25rem; }
  .footer__address {
    line-height: 1.2;
    text-decoration: none; }
    .footer__address p {
      margin-bottom: 1rem; }
  .footer__social-link:hover svg path {
    fill: #418fde; }

.sbi_load_btn {
  border: 0px solid white !important;
  border-radius: 0px !important;
  padding: .5rem 1rem !important;
  font-size: 1rem !important;
  font-weight: bold;
  background-color: transparent !important; }
