@charset "UTF-8";
/**
 * Theme Name: Wordpress Boilerplate
 * Version: 1.0.27
 * Description: Theme template for NCA based off the Baytek Wordpress Boilerplate
 * Author: Baytek
 * Author URI: http://baytek.ca
 */
/**
 * Palette
 */
/**
 * Generic variable names
 */
/**
 * Usefully Named Variables
 */
/**
 * Font variables
 */
/**
 * Layout Variables
 */
/**
 * Breakpoints
 *
 * NOTE: since these are screen widths, not document widths,
 * the rem calculation isn't reduced by the HTML font-size
 * so the rem to pixel ratio is still 1:16, rather than 1:10
 * like all the other variables
 */
/**
 * Screen Breakpoints
 */
/**
 * Selectors
 */
/**
 * Site-specific variables
 */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Foundations
 *
 * A collection of styles for the grid, base elements and typography
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

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

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

.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
}

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

/**
 * Sizing for the typography test
 */
div#top.page {
  padding: 6rem;
  max-width: 1440px;
  margin: 0 auto;
}

/**
 * Alignments
 */
.centered, .centered * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Divi grid
 */
#et_builder_outer_content {
  margin: 0 auto;
}

.et_pb_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 7.5rem 0 7.5rem 0;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.et_pb_section .et_pb_row {
  width: 100%;
  display: flex;
  max-width: 1440px;
  margin: 0 calc(6rem / 2 * -1);
  flex-wrap: wrap;
  min-height: 1px;
}
.et_pb_section .et_pb_row .et_pb_column {
  margin: 3rem 3rem 3rem;
  width: 100%;
}
.et_pb_section .et_pb_row .et_pb_column .et_pb_module {
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.et_pb_section .et_pb_row .et_pb_column.et_pb_column_empty {
  display: none;
}
@media screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_empty {
    display: block;
  }
}
@media only screen and (min-width: 479px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: calc(33.3333333333% - 6rem);
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_3 {
    width: calc(66.6666666667% - 6rem);
  }
}
@media only screen and (min-width: 479px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: calc(25% - 6rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_4 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_4 {
    width: calc(75% - 6rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row .et_pb_column.et_pb_row_1-4_3-4 {
    width: calc(75% - 6rem);
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 {
  width: calc(100% - 6rem);
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc(25% - 6rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_3_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_3_4 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_3_4, .et_pb_section .et_pb_row.et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_3_4 {
    width: calc(75% - 6rem);
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_1-4_1-2 .et_pb_column.et_pb_column_1_4 {
    width: calc(50% - 6rem);
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_section .et_pb_row.et_pb_row_1-4_1-4_1-2 .et_pb_column.et_pb_column_1_4 {
    width: calc(25% - 6rem);
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-2_1-4_1-4 .et_pb_column.et_pb_column_1_2, .et_pb_section .et_pb_row.et_pb_row_1-4_1-4_1-2 .et_pb_column.et_pb_column_1_2 {
    width: calc(100% - 6rem);
  }
}
.et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
  width: calc(100% - 6rem);
}
@media only screen and (min-width: 640px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc(50% - 6rem);
    order: 1;
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_4 {
    width: calc(25% - 6rem);
    order: 0;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_section .et_pb_row.et_pb_row_1-4_1-2_1-4 .et_pb_column.et_pb_column_1_2 {
    width: calc(100% - 6rem);
  }
}
.et_pb_section.et_pb_fullwidth_section .et_pb_row, .et_pb_section.full-width .et_pb_row {
  max-width: 100%;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-top-bottom-padding {
  padding: 0;
}

/**
 * Exceptions
 */
.et_pb_section.gutterless {
  padding: 0;
  margin: 0;
}
.et_pb_section.gutterless .et_pb_row .et_pb_column {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .et_pb_section.gutterless .et_pb_row .et_pb_column.et_pb_column_1_3 {
    width: 33.3333333333%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .et_pb_section.gutterless .et_pb_row .et_pb_column.et_pb_column_1_2 {
    width: 50%;
    margin-top: 0;
  }
}

/****************************************************************************
**
** 12 Column Grid
**
****************************************************************************/
.demo-col {
  display: block;
  padding: 1em 0;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}

.row {
  margin-bottom: 1em;
}

.row {
  margin-left: -6rem;
  margin-right: -6rem;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-1 {
  float: left;
  width: 8.3333333333%;
}

.col-2 {
  float: left;
  width: 16.6666666667%;
}

.col-3 {
  float: left;
  width: 25%;
}

.col-4 {
  float: left;
  width: 33.3333333333%;
}

.col-5 {
  float: left;
  width: 41.6666666667%;
}

.col-6 {
  float: left;
  width: 50%;
}

.col-7 {
  float: left;
  width: 58.3333333333%;
}

.col-8 {
  float: left;
  width: 66.6666666667%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-10 {
  float: left;
  width: 83.3333333333%;
}

.col-11 {
  float: left;
  width: 91.6666666667%;
}

.col-12 {
  float: left;
  width: 100%;
}

.col-one-third {
  width: 33.3333333333%;
}

.col-two-thirds {
  width: 66.6666666667%;
}

.col-half {
  width: 50%;
}

.col-quarter {
  width: 25%;
}

@media (max-width: 1024px) {
  [class^=col-] {
    padding: 0 3rem;
  }
  .row {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 768px) {
  [class^=col-] {
    width: 100%;
  }
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 62.5%;
  box-sizing: border-box;
  word-wrap: normal;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  font-family: "HKGroteskPro", Sans-Serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

/**
 * Headers and block text
 */
h1, .h1 {
  color: #000000;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 980px) {
  h1, .h1 {
    font-size: 4.8rem;
    line-height: 6rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 6.4rem;
    line-height: 7rem;
  }
}

h2, .h2 {
  color: #000000;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  h2, .h2 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
  }
}

h1 .eyebrow, .h1 .eyebrow,
h2 .eyebrow, .h2 .eyebrow, #results-column .eyebrow {
  color: #0079C2;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.8rem;
  letter-spacing: 0.1rem;
}

.et_pb_bg_layout_dark h2 .eyebrow, .et_pb_bg_layout_dark .h2 .eyebrow {
  color: #FFFFFF;
}

h3, .h3 {
  color: #000000;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  h3, .h3 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}

.et_pb_text h3, .et_pb_tabs h3 {
  margin-top: 3rem;
}

h4, .h4 {
  color: #000000;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  h4, .h4 {
    font-size: 2.6rem;
    line-height: 3.8rem;
    font-weight: 300;
  }
}

h5, .h5 {
  color: #373737;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
@media only screen and (min-width: 980px) {
  h5, .h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 300;
  }
}

h6, .h6 {
  color: #373737;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

p, .p {
  color: #373737;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
}
p .large, .p .large {
  font-size: 1.8rem;
}
@media only screen and (min-width: 980px) {
  p, .p {
    color: #373737;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  p .large, .p .large {
    font-size: 1.8rem;
  }
}

blockquote {
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  font-style: italic;
  color: #000000;
}
@media only screen and (min-width: 980px) {
  blockquote {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
blockquote * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.far {
  padding-left: 1rem;
  font-size: 1.4em;
  vertical-align: middle;
  font-weight: 500;
}

.button-arrow, .black-button-arrow, .blue-button-arrow {
  width: 2.5rem;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2px;
}

.black-button-arrow {
  stroke: #000000;
}

.blue-button-arrow {
  stroke: #0079C2;
}

/**
 * Inline elements
 */
a {
  color: #0079C2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

a:hover, .read-more:hover {
  color: #000000;
  cursor: pointer;
}
a:hover .black-button-arrow, a:hover .button-arrow, .read-more:hover .black-button-arrow, .read-more:hover .button-arrow {
  stroke: #0079C2;
}

.blue-background a {
  color: #000000;
}
.blue-background a:hover {
  color: #FFFFFF;
}

small, .small {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #373737;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 980px) {
  small, .small {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

strong, .strong, b, strong a {
  font-weight: 700;
}

em, .em, i {
  font-style: italic;
}

sup, .sup {
  vertical-align: super;
  font-size: smaller;
}

sub, .sub {
  vertical-align: sub;
  font-size: smaller;
}

/**
 * Lists
 */
dl dd {
  font-weight: 300;
}

ul, ol {
  margin-left: 2.2rem;
}

.et_pb_row ul,
.single .wrapper.narrow .post-cms ul {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  list-style: none;
  margin: 2rem 1.6rem;
  padding-inline-start: 1rem;
}
.et_pb_row ul li,
.single .wrapper.narrow .post-cms ul li {
  list-style-position: inside;
  text-indent: -1.9rem;
  color: #373737;
}

.blue-background .et_pb_row,
.et_pb_row.blue-background {
  color: #FFFFFF;
}
.blue-background .et_pb_row ul li, .blue-background .et_pb_row ol li,
.et_pb_row.blue-background ul li,
.et_pb_row.blue-background ol li {
  color: inherit;
}
.blue-background .et_pb_row ul li:before, .blue-background .et_pb_row ol li:before,
.et_pb_row.blue-background ul li:before,
.et_pb_row.blue-background ol li:before {
  color: inherit;
}
.blue-background .et_pb_row ol > li:before,
.et_pb_row.blue-background ol > li:before {
  border-color: #FFFFFF;
}

.et_pb_row ul > li:before,
.single .wrapper.narrow .post-cms ul > li:before {
  content: "•";
  color: #0079C2;
  font-size: 1.2rem;
  padding: 0 1.2rem 0 0;
}

.gform_body ul > li:before {
  display: none;
}

.et_pb_row ol,
.single .wrapper.narrow .post-cms ol {
  list-style-type: decimal;
  margin: 0 0 0 2rem;
  padding-inline-start: 2rem;
  padding-left: 0;
}

ol > li {
  margin: 1rem 0;
  font-size: 18px !important;
  line-height: 1.3;
  padding: 1rem 0rem 1rem 2rem;
  position: relative;
  font-weight: 300;
  color: #373737;
}

/**
 * Code
 */
kbd, code, samp, pre {
  margin: 0px 1em 1em 1em;
  font-family: "Monaco", "Monaco", monospace;
  white-space: pre;
  font-size: smaller;
}

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

figure {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}
figure.aligncenter figcaption {
  text-align: center;
}
figure.alignleft figcaption {
  text-align: left;
}
figure.alignright figcaption {
  text-align: right;
}

/**
 * Multimedia
 */
/**
 * Miscellaneous
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E3E3E3;
  margin: 1em 0;
  padding: 0;
}

.selectize-input {
  width: 100% !important;
  border: 0.1rem solid #E3E3E3;
  padding-left: 2rem;
}

.selectize-dropdown-header {
  position: relative;
  padding: 0.5rem 0.8rem;
  border-bottom: 0.1rem solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 0.3rem 0.3rem 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -1.2rem;
  line-height: 2rem;
  font-size: 2rem !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 3rem !important;
  width: 100%;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.7prem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 12px;
  border-left: 1px solid #0073bb;
  border-radius: 0 0.2rem 0.2rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 1rem;
}
.selectize-control.multi .selectize-input.has-items input[type=text] {
  height: 3rem !important;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 3px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
  border-radius: 4px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  background-color: #f5fafd;
  margin: -1px 0 0 0;
  border-top: 0 none;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  padding-left: 2rem;
  overflow: hidden;
  line-height: 1.2;
  margin-bottom: 0.375em;
}

.selectize-dropdown .active {
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/**
 * Buttons (for use in and out of forms)
 */
.et_pb_button, button, .button,
input[type=submit],
input[type=button],
input[type=reset] {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #0079C2;
  padding: 1.2rem;
  cursor: pointer;
  transition: box-shadow 0.5s ease;
  box-shadow: 0 2rem 3rem 0 rgba(61, 70, 72, 0);
}
@media only screen and (min-width: 980px) {
  .et_pb_button, button, .button,
  input[type=submit],
  input[type=button],
  input[type=reset] {
    padding: 2rem;
  }
}
.et_pb_button:hover, button:hover, .button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  box-shadow: 0 2rem 3rem 0 rgba(61, 70, 72, 0.2);
  color: #FFFFFF;
}
.et_pb_button:hover .black-button-arrow, .et_pb_button:hover .button-arrow, button:hover .black-button-arrow, button:hover .button-arrow, .button:hover .black-button-arrow, .button:hover .button-arrow,
input[type=submit]:hover .black-button-arrow,
input[type=submit]:hover .button-arrow,
input[type=button]:hover .black-button-arrow,
input[type=button]:hover .button-arrow,
input[type=reset]:hover .black-button-arrow,
input[type=reset]:hover .button-arrow {
  stroke: #FFFFFF;
}
.et_pb_button:active, .et_pb_button:focus, button:active, button:focus, .button:active, .button:focus,
input[type=submit]:active,
input[type=submit]:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus {
  box-shadow: 0 0.5rem 1rem 0 rgba(61, 70, 72, 0.2);
  color: #FFFFFF;
}
@media only screen and (min-width: 980px) {
  .et_pb_button, button, .button,
  input[type=submit],
  input[type=button],
  input[type=reset] {
    font-size: 1.8rem;
    padding: 2.2rem 3rem;
  }
}

button.secondary,
.button.secondary,
input[type=reset] {
  color: #F5F5F5;
  background-color: #FFFFFF;
  border-color: #F5F5F5;
}
button.secondary:hover,
.button.secondary:hover,
input[type=reset]:hover {
  color: #FFFFFF;
  background-color: #F5F5F5;
}

button.inverse,
.button.inverse {
  color: #0079C2;
  border-color: #F5F5F5;
  background-color: transparent;
}
button.inverse:hover,
.button.inverse:hover {
  color: #FFFFFF;
  border-color: #0079C2;
}

#content form {
  margin-top: 4rem;
}
#content form label {
  font-size: 2.6rem;
  line-heihgt: 3.8rem;
  font-weight: 300;
}
#content form input[type=text],
#content form input[type=password],
#content form input[type=url],
#content form input[type=email],
#content form input[type=tel],
#content form input[type=search],
#content form input[type=number] {
  height: 6rem;
  width: 100%;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  padding-left: 3rem;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 0;
}
#content form textarea {
  height: 20rem;
  width: 100%;
  padding-left: 3rem;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  color: #0079C2;
  margin-bottom: 2rem;
}
#content form ::-moz-placeholder {
  color: #0079C2;
  font-weight: 300;
}
#content form ::-moz-placeholder,
#content form ::-webkit-input-placeholder,
#content form :-ms-input-placeholder,
#content form ::placeholder {
  color: #0079C2;
  font-weight: 300;
}
#content form input[type=date],
#content form input[type=month],
#content form input[type=week],
#content form input[type=datetime],
#content form input[type=datetime-local] {
  height: 5rem;
  width: 100%;
  border: none;
  background-color: #FFFFFF;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 2rem;
}

#content .gform_wrapper {
  padding: 0;
  margin: 0;
}
#content .gform_wrapper input[type=text], #content .gform_wrapper input[type=password], #content .gform_wrapper input[type=url], #content .gform_wrapper input[type=email], #content .gform_wrapper input[type=tel], #content .gform_wrapper input[type=search], #content .gform_wrapper input[type=number] {
  font-size: 1.8rem;
}
#content .gform_wrapper select {
  height: 5rem;
  width: 50%;
  border: 0px;
  border-bottom: 0.2rem solid #373737;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
  background-position: 99% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-color: #FFFFFF;
  padding-left: 0.1rem;
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 2.6rem;
}
#content .gform_wrapper .textarea {
  font-size: 1.8rem;
  color: #000000;
  padding: 1.6rem 3rem;
}
#content .gform_wrapper .gfield_radio li {
  text-indent: 0;
}
#content .gform_wrapper .gfield_radio label {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
#content .gform_wrapper .gfield {
  text-indent: 0rem;
}
#content .gform_wrapper .gfield.gfield_html ul li {
  text-indent: 0;
}
#content .gform_wrapper .gform_footer {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
#content .gform_wrapper .gform_footer p {
  color: #373737;
  font-size: 1.4rem;
}
#content .gform_wrapper .gform_footer #gform_submit_button_1 {
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 980px - 1px) {
  #content .gform_wrapper .gform_footer #gform_submit_button_1 {
    width: 100%;
  }
}

#gform_wrapper_1 label, #gform_wrapper_5 label {
  display: none;
}

#gform_wrapper_2 form .gform_body .gform_fields .gfield {
  margin: 0 2rem 1rem;
  padding: 1.6rem 0 0 0;
  border-top: 1px solid #E3E3E3;
}
#gform_wrapper_2 .gform_footer {
  display: none;
}

#gform_4 .gform_footer {
  display: none;
}

table {
  line-height: 2rem;
  color: #000000;
  width: 100%;
  text-align: left;
}
table tr {
  border-bottom: 0.2rem solid #F5F5F5;
}
table tr th, table tr td {
  padding-top: calc(6rem / 4);
  padding-bottom: calc(6rem / 4 * 2);
}
table thead {
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}
table tbody tr {
  font-weight: 400;
}
table tbody td {
  font-weight: 300;
}
/**
*	Animations
*/
@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    transform: scale(0.1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@font-face {
  font-family: HKGroteskPro;
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-bold/webfonts/hk-grotesk-pro-bold.eot);
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-bold/webfonts/hk-grotesk-pro-bold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-bold/webfonts/hk-grotesk-pro-bold.ttf) format("truetype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-bold/webfonts/hk-grotesk-pro-bold.woff) format("woff"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-bold/webfonts/hk-grotesk-pro-bold.svg#ETmodules) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: HKGroteskPro;
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-regular/webfonts/hk-grotesk-pro-regular.eot);
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-regular/webfonts/hk-grotesk-pro-regular.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-regular/webfonts/hk-grotesk-pro-regular.ttf) format("truetype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-regular/webfonts/hk-grotesk-pro-regular.woff) format("woff"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-regular/webfonts/hk-grotesk-pro-regular.svg#ETmodules) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: HKGroteskPro;
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-medium/webfonts/hk-grotesk-pro-medium.eot);
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-medium/webfonts/hk-grotesk-pro-medium.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-medium/webfonts/hk-grotesk-pro-medium.ttf) format("truetype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-medium/webfonts/hk-grotesk-pro-medium.woff) format("woff"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-medium/webfonts/hk-grotesk-pro-medium.svg#ETmodules) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: HKGroteskPro;
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-semibold/webfonts/hk-grotesk-pro-semibold.eot);
  src: url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-semibold/webfonts/hk-grotesk-pro-semibold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-semibold/webfonts/hk-grotesk-pro-semibold.ttf) format("truetype"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-semibold/webfonts/hk-grotesk-pro-semibold.woff) format("woff"), url(/wp-content/themes/nca/assets/fonts/hk-grotesk-pro-semibold/webfonts/hk-grotesk-pro-semibold.svg#ETmodules) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
/**
 * Layouts
 *
 * Styles that define complex layout elements, such as navigation and footer
 */
@media only screen and (min-width: 640px) {
  .archive-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 980px) {
  .single .resource-list .column-2 {
    padding: 1.5rem 1.5rem 1.5rem 0;
    float: left;
    width: 50%;
  }
}
.single .resource-list .column-2 .view-all-link {
  float: right;
}
.single .resource-list .archive-item {
  margin: 0 calc(5rem / 2) 5rem;
}
@media only screen and (min-width: 1100px) {
  .single .resource-list .archive-item {
    width: calc(33% - 3.2rem);
    margin: 0 calc(5rem / 2) 5rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 980px) {
  .single .resource-list .archive-item:nth-child(3n+1) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 980px) {
  .single .resource-list .archive-item:nth-child(-n+2) {
    margin-left: 0;
  }
}

.full-width-title {
  width: 95%;
  margin: 0 0 4rem;
  border-top: 0.1rem solid #E3E3E3;
  border-bottom: 0.1rem solid #E3E3E3;
  padding-top: 1.2rem;
}
.full-width-title .eyebrow {
  margin-bottom: 1.2rem;
}

#results-column .archive-item {
  margin: 1.5rem;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  #results-column .archive-item {
    margin: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1100px) {
  #results-column .archive-item {
    width: 43%;
    margin: 0 calc(5rem / 2) 5rem;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1440px) {
  #results-column .archive-item:nth-child(3n-5) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1440px) {
  #results-column .archive-item:nth-child(2n-5) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1440px) {
  #results-column .archive-item:nth-child(3n-0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  #results-column .archive-item {
    width: calc(50% - 2.7rem);
  }
}
@media only screen and (max-width: 1440px) and (min-width: 980px) {
  #results-column .archive-item:nth-child(2n-0) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  #results-column .archive-item {
    width: 100%;
    margin: 2.5rem 0;
  }
}
@media only screen and (min-width: 1440px) {
  #results-column .archive-item {
    width: calc(33% - 3.2rem);
  }
}
#results-column .archive-item .featured-image img {
  margin-bottom: 2rem;
}
#results-column .archive-item .archive-meta {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.1rem;
}
#results-column .archive-item .archive-meta .category {
  font-weight: 500;
  text-transform: uppercase;
}
#results-column .archive-item .excerpt p {
  font-size: 1.4rem;
  line-height: 2rem;
}
#results-column .archive-item .read-more i {
  margin-left: 1rem;
}

.archive-item {
  position: relative;
  cursor: pointer;
}
.archive-item .category-icons {
  padding-bottom: 1.8rem;
  font-size: 6rem;
  color: rgba(0, 121, 194, 0.15);
  transition: color 0.5s ease;
}
.archive-item .read-more a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
  z-index: 1000;
}

.archive-item:hover .category-icons, .archive-item:focus .category-icons {
  color: rgb(0, 121, 194);
}

footer {
  padding: 6rem 1.5rem;
  background-color: #000000;
}
@media only screen and (min-width: 980px) {
  footer {
    padding: 6rem;
  }
}
footer h1, footer .h1, footer h2, footer .h2, footer h3, footer .h3, footer h4, footer .h4, footer h5, footer .h5, footer h6, footer .h6, footer p, footer .p, footer .eyebrow, footer a, footer small {
  color: #E3E3E3;
}
footer *:after {
  color: #E3E3E3;
  background-color: #E3E3E3;
}
footer .footer-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  footer .footer-menu {
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
  }
}
footer .footer-menu ul, footer .footer-menu li, footer .footer-menu ul.menu li {
  margin-left: 0;
  list-style: none;
}
footer .footer-menu ul.menu {
  display: block;
}
footer .footer-menu ul.menu > li > a {
  text-transform: uppercase;
  color: #E3E3E3;
  font-size: 1.4rem;
  font-weight: 700;
}
footer .footer-menu ul.menu > li > a:hover {
  color: #0079C2;
}
footer .footer-menu ul.menu li {
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
footer .footer-menu ul.menu .sub-menu {
  margin-top: 1.5rem;
}
footer .footer-menu ul.menu .sub-menu a {
  font-weight: 500;
  font-size: 1.4rem;
}
footer .footer-menu ul.menu .sub-menu li {
  margin-bottom: 0.3rem;
}
footer .footer-menu .column {
  margin: 0 0rem 3rem;
  width: calc(50% - 3rem);
}
@media only screen and (min-width: 980px) {
  footer .footer-menu .column {
    max-width: 18rem;
  }
}
footer .footer-menu .column:first-of-type, footer .footer-menu .column:last-of-type {
  width: 100%;
}
footer .footer-menu .column .textwidget h1, footer .footer-menu .column .textwidget .h1, footer .footer-menu .column .textwidget h2, footer .footer-menu .column .textwidget .h2, footer .footer-menu .column .textwidget h3, footer .footer-menu .column .textwidget .h3, footer .footer-menu .column .textwidget h4, footer .footer-menu .column .textwidget .h4, footer .footer-menu .column .textwidget h5, footer .footer-menu .column .textwidget .h5, footer .footer-menu .column .textwidget h6, footer .footer-menu .column .textwidget .h6, footer .footer-menu .column .textwidget p, footer .footer-menu .column .textwidget .p, footer .footer-menu .column .textwidget .eyebrow, footer .footer-menu .column .textwidget a, footer .footer-menu .column .textwidget small {
  color: #E3E3E3;
}
footer .footer-menu .column .textwidget h1 :hover, footer .footer-menu .column .textwidget .h1 :hover, footer .footer-menu .column .textwidget h2 :hover, footer .footer-menu .column .textwidget .h2 :hover, footer .footer-menu .column .textwidget h3 :hover, footer .footer-menu .column .textwidget .h3 :hover, footer .footer-menu .column .textwidget h4 :hover, footer .footer-menu .column .textwidget .h4 :hover, footer .footer-menu .column .textwidget h5 :hover, footer .footer-menu .column .textwidget .h5 :hover, footer .footer-menu .column .textwidget h6 :hover, footer .footer-menu .column .textwidget .h6 :hover, footer .footer-menu .column .textwidget p :hover, footer .footer-menu .column .textwidget .p :hover, footer .footer-menu .column .textwidget .eyebrow :hover, footer .footer-menu .column .textwidget a :hover, footer .footer-menu .column .textwidget small :hover {
  color: #0079C2;
}
footer .footer-menu .column .textwidget p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
}
footer .footer-menu .column section:not(.widget_nav_menu) {
  margin-top: 1.5rem;
}
footer .legal-credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-top: solid 1px #373737;
  padding-top: 2rem;
}
@media only screen and (min-width: 980px) {
  footer .legal-credits {
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
  }
}
footer .legal-credits > * {
  width: 100%;
}
@media only screen and (min-width: 980px) {
  footer .legal-credits > * {
    width: auto;
  }
}
footer .legal-credits p, footer .legal-credits li, footer .legal-credits a {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media only screen and (min-width: 980px) {
  footer .legal-credits .legal-menu {
    margin-left: 0.3rem;
  }
}
@media only screen and (min-width: 980px) {
  footer .legal-credits .legal-menu li:not(:first-of-type):before {
    content: "|";
    color: #E3E3E3;
    margin-right: 1rem;
  }
}
footer .legal-credits .legal-menu .menu {
  justify-content: center;
}
@media only screen and (min-width: 980px) {
  footer .legal-credits .legal-menu .menu {
    justify-content: flex-start;
  }
}
footer .legal-credits .legal-menu .menu li a {
  font-weight: 500;
}
footer .legal-credits .byline {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 980px) {
  footer .legal-credits .byline {
    margin-top: 0;
    margin-left: auto;
  }
}
footer a:hover, footer a:focus {
  color: #0079C2;
}

.button.fixed {
  position: fixed;
  z-index: 999;
  bottom: 2rem;
  right: 2rem;
  box-shadow: 0 1rem 2.5rem rgba(61, 70, 72, 0.7);
}

header {
  background-color: #0079C2;
  display: flex;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-out;
}
@media only screen and (min-width: 720px) {
  header {
    display: inline;
  }
}
header.is-sticky {
  box-shadow: 0 0.3rem 0.6rem 0 rgba(61, 70, 72, 0.16);
  background-color: #FFFFFF;
}
header.is-sticky .logo-wrapper .logo {
  filter: none;
  height: 5.4rem;
}
header.is-sticky .logo-wrapper .vertical-separator {
  height: 5.4rem;
  background-color: black;
}
header.is-sticky #social-navigation {
  display: none;
}
header.is-sticky .menu-toggle path {
  stroke: #000000;
}
header .logo-wrapper {
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo-wrapper .logo-link {
  display: flex;
  align-items: center;
  transition: 0.3s opacity;
}
header .logo-wrapper .logo-link:hover {
  opacity: 0.75;
}
header .logo-wrapper .vertical-separator {
  height: 6rem;
  width: 0.1rem;
  background-color: white;
  margin: 0 2rem;
}
header .logo-wrapper .logo {
  display: none;
  height: 6rem;
  transition: all 0.2s ease-out;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(313deg) brightness(104%) contrast(103%);
  transform-origin: 0 50%;
}
@media only screen and (min-width: 720px) {
  header .logo-wrapper .logo {
    display: block;
  }
}
header .logo-wrapper .logo.small, header .logo-wrapper .logo.small {
  display: block;
}
@media only screen and (min-width: 720px) {
  header .logo-wrapper .logo.small, header .logo-wrapper .logo.small {
    display: none;
  }
}
header .logo-wrapper .logo.logo-en-nca, header .logo-wrapper .logo.logo-fr-nca {
  height: 2.8rem;
}
header .menus {
  width: 100%;
}
header #toggle-right {
  display: none;
}
header .menu-toggle {
  width: initial;
  height: inherit;
  margin-right: -1.5rem;
  z-index: 10;
}
@media only screen and (min-width: 640px) {
  header .menu-toggle {
    display: none;
  }
}

header + #content {
  margin-top: 88px;
}
@media only screen and (min-width: 980px) {
  header + #content {
    margin-top: 125px;
  }
}
@media only screen and (min-width: 1100px) {
  header + #content {
    margin-top: 132px;
  }
}

header.is-sticky + #content {
  margin-top: 100px;
}
@media only screen and (min-width: 980px) {
  header.is-sticky + #content {
    margin-top: 105px;
  }
}

body.single header {
  box-shadow: 0 0.3rem 0.6rem 0 rgba(61, 70, 72, 0.16);
}

.admin-bar header {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 44px;
  }
}
.admin-bar header + #content {
  margin-top: calc(56px + 3.2rem);
}
@media only screen and (min-width: 980px) {
  .admin-bar header + #content {
    margin-top: calc(100px + 3.2rem);
  }
}
.admin-bar header.is-sticky + #content {
  margin-top: calc(104px 3.2rem);
}
@media only screen and (min-width: 980px) {
  .admin-bar header.is-sticky + #content {
    margin-top: calc(61px + 3.2rem);
  }
}

.pre-footer {
  background-color: #282828;
}
.pre-footer .et_pb_code_inner, .pre-footer .et_pb_blurb_description p {
  width: calc(100% - 6rem);
  margin: 0 3rem 1.3rem;
}
.pre-footer p {
  color: #E3E3E3;
  font-size: 1.4rem;
}
.pre-footer a {
  color: #FFFFFF;
  font-size: 1.8rem;
}
.pre-footer a strong {
  font-size: 1.4rem;
}
.pre-footer a:hover {
  color: #0079C2;
  cursor: pointer;
}
.pre-footer a * {
  transition: all 0.25s ease;
}
.pre-footer .et_pb_column {
  margin: 3rem 0 3rem;
  width: 33.3333333333%;
  padding: 0 3rem 0;
}
.pre-footer .fan .et_pb_blurb_content .et_pb_blurb_description {
  font-family: "HKGroteskPro", Sans-Serif;
  color: #FFFFFF;
  padding-top: 2rem;
}
.pre-footer .fan .et_pb_blurb_content .et_pb_blurb_description h4 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 2.6rem;
}
.pre-footer .fan .et-pb-icon {
  font-size: 0;
}
.pre-footer .fan .et-pb-icon ::after {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300;
}
.pre-footer .fan.et_pb_blurb_position_top .et-pb-icon::after {
  font-size: 6rem;
}
.pre-footer .fan .et-pb-icon::after {
  color: rgba(255, 255, 255, 0.5);
}
.pre-footer .fan-start-app .et-pb-icon::after {
  content: "\f31c";
}
.pre-footer .fan-latest-adv .et-pb-icon::after {
  content: "\f0a1";
}
.pre-footer .fan-feedback .et-pb-icon::after {
  content: "\f4b6";
}
.pre-footer .open-popup-link {
  font-size: 1.8rem;
}
@media screen and (min-width: 720px) {
  #content .pre-footer .et_pb_column {
    margin: 3rem 0 3rem;
    width: 33.3333333333%;
    padding: 0 3rem 0;
  }
  #content .pre-footer .et_pb_column:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  #content .pre-footer .et_pb_column:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.single .wrapper {
  max-width: 1440px;
  margin: -3rem auto 15rem;
}
.single .wrapper.narrow {
  position: relative;
  max-width: 63.6rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.single .wrapper.narrow .category-icons {
  background: #F2F8FC;
  color: #0079C2;
  padding: 1.8rem;
  border-radius: 50%;
  border: 1rem solid #FFFFFF;
  box-shadow: 0px 2rem 5rem #E3E3E3;
  font-size: 6rem;
  width: 12rem;
  text-align: center;
}
.single .wrapper.narrow .post-cms {
  margin-top: 9rem;
}
.single .wrapper.narrow .post-cms h2 {
  margin-top: 2rem;
}
.single .wrapper.narrow .post-cms .date {
  font-size: 1.4rem;
}
.single .wrapper.narrow .posts-nav a {
  align-items: left !important;
}
.single .wrapper.narrow .category {
  text-transform: uppercase;
  color: #0079C2;
  font-size: 1.8rem;
}

.sidebar-content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper {
    padding-top: 0 2rem;
    flex-direction: row;
  }
}
.sidebar-content-wrapper .sidebar {
  padding: 2rem;
  text-align: center;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper .sidebar {
    padding: 0;
    min-width: 32rem;
    max-width: 32rem;
    margin: 0 calc(3rem * 2) 0 0;
    text-align: left;
  }
  .sidebar-content-wrapper .sidebar .header {
    border-bottom: 0.1rem solid #E3E3E3;
    padding-bottom: calc(3rem * 1.75)/2;
  }
  .sidebar-content-wrapper .sidebar .header h2 {
    text-transform: none;
    font-weight: 700;
  }
}
.sidebar-content-wrapper .sidebar #filter-sidebar {
  margin-top: calc(7.5rem / 2);
}
.sidebar-content-wrapper .sidebar #filter-sidebar .filter-taxonomy {
  margin-bottom: 2rem;
}
.sidebar-content-wrapper .sidebar #filter-sidebar .filter-taxonomy .h5 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  color: #000000;
  line-height: 2.5rem;
  font-weight: 400;
}
.sidebar-content-wrapper .sidebar #filter-sidebar label {
  display: block;
  margin-bottom: calc(3rem * 1.75)/2;
}
.sidebar-content-wrapper .sidebar #filter-sidebar input {
  margin-bottom: 0;
}
.sidebar-content-wrapper .sidebar #filter-sidebar input[type=text] {
  width: 100% !important;
  padding: 0 2rem;
  border: 0.1rem solid #E3E3E3;
  box-shadow: none;
}
@media screen and (max-width: 980px - 1px) {
  .sidebar-content-wrapper .sidebar #filter-sidebar .terms {
    width: 32rem;
    margin: auto;
  }
}
.sidebar-content-wrapper .sidebar #filter-sidebar #keyword .terms {
  position: relative;
}
.sidebar-content-wrapper .sidebar #filter-sidebar #keyword .terms::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #949494;
  pointer-events: none;
}
.sidebar-content-wrapper .sidebar #filter-sidebar #date-after .terms,
.sidebar-content-wrapper .sidebar #filter-sidebar #date-before .terms {
  position: relative;
}
.sidebar-content-wrapper .sidebar #filter-sidebar #date-after .terms::after,
.sidebar-content-wrapper .sidebar #filter-sidebar #date-before .terms::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f133";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #949494;
  pointer-events: none;
}
.sidebar-content-wrapper .sidebar #filter-sidebar #filter-form.search-active #keyword .terms::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f3f4";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #949494;
  pointer-events: none;
}
.sidebar-content-wrapper .sidebar #filter-sidebar #filter-form.search-active #keyword .terms:after {
  animation: rotating 2s linear infinite;
}
.sidebar-content-wrapper #results-column {
  flex: 1;
  padding: 2rem;
}
@media screen and (min-width: 980px) {
  .sidebar-content-wrapper #results-column {
    padding: 0;
  }
}
.sidebar-content-wrapper #results-column .header {
  border-bottom: 0.1rem solid #E3E3E3;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: flex-end;
  margin-bottom: calc(3rem * 1.75);
  padding-bottom: calc(3rem * 1.75)/2;
}
.sidebar-content-wrapper #results-column .header .eyebrow {
  margin-bottom: 1.5rem;
}
.sidebar-content-wrapper #results-column .header .sort {
  position: relative;
}
.sidebar-content-wrapper #results-column .header .sort::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-size: 1rem;
  font-weight: 300;
  color: #949494;
  pointer-events: none;
}
.sidebar-content-wrapper #results-column .header .sort label,
.sidebar-content-wrapper #results-column .header .sort select, .sidebar-content-wrapper #results-column .header .count {
  color: #0079C2;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 3rem;
  font-size: 1.4rem;
}
.sidebar-content-wrapper #results-column .header .count {
  display: none;
}
.sidebar-content-wrapper #results-column .header .sort select {
  padding-left: 2rem;
  color: #000000;
  position: relative;
  border: none;
  background-color: #FFFFFF;
  font-weight: 600;
  padding-right: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sidebar-content-wrapper #results-column .header .sort select option {
  text-transform: capitalize;
}
@media screen and (min-width: 980px) {
  .sidebar-content-wrapper #results-column .header .sort label,
  .sidebar-content-wrapper #results-column .header .sort select, .sidebar-content-wrapper #results-column .header .count {
    font-size: 1.8rem;
  }
}
.sidebar-content-wrapper #results-column .faq-archive .header {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 980px - 1px) {
  .sidebar-content-wrapper #results-column .faq-archive .header {
    display: none;
  }
}
.sidebar-content-wrapper > article {
  padding: 3rem;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper > article {
    padding: 0;
    margin-right: calc(3rem * 2);
  }
}
.sidebar-content-wrapper > article h1 {
  color: #373737;
}
.sidebar-content-wrapper > article .post-meta {
  color: #0079C2;
}
.sidebar-content-wrapper > article .post-meta span {
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 980px) {
  .sidebar-content-wrapper > article .post-meta span {
    margin-right: 2rem;
  }
}
.sidebar-content-wrapper > article .post-meta span i, .sidebar-content-wrapper > article .post-meta span svg {
  margin-right: 0.5rem;
}
.sidebar-content-wrapper > article .featured-image img {
  margin: 0 auto 2rem;
  display: block;
}

.posts-nav a {
  color: #0079C2;
  font-size: 1.8rem;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.posts-nav a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 980px) {
  body.search .sidebar-content-wrapper {
    padding-top: 2rem;
    margin-top: 6rem;
    border-top: 0.1rem solid #E3E3E3;
  }
}
body.search .sidebar .header {
  display: none;
}
@media only screen and (min-width: 980px) {
  body.search .sidebar .header {
    display: block;
  }
}
body.search #filter-sidebar #filter-form #archive {
  display: none;
}
body.search #results-column .header {
  padding: 0;
}
body.search #results-column .header h2 {
  margin-bottom: 0;
  margin-right: auto;
}
body.search #results-column .header h2 .eyebrow {
  margin-bottom: 1.8rem;
}
body.search #results-column .archive-container .archive-item.search {
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 2rem;
  cursor: default;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 980px) {
  body.search #results-column .archive-container .archive-item.search {
    margin: 0 0 4rem 0;
    padding: 4rem;
    box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.25);
  }
}
body.search #results-column .archive-container .archive-item.search .title h3 {
  font-size: 2.6rem;
  font-weight: 400;
}
body.search #results-column .archive-container .archive-item.search .more p {
  margin-bottom: 0;
}
body.search #results-column .archive-container .archive-item.search ul {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  list-style: none;
  margin: 2rem 1.6rem;
  padding-inline-start: 1rem;
}
body.search #results-column .archive-container .archive-item.search ul li {
  list-style-position: inside;
  text-indent: -1.9rem;
  color: #373737;
}
body.search #results-column .archive-container .archive-item.search ul > li:before {
  content: "•";
  color: #0079C2;
  font-size: 1.2rem;
  padding: 0 1.2rem 0 0;
}

/**
 * Search modal
 */
body .mfp-content .search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  box-shadow: none;
  background-color: #000000;
}
body .mfp-content .search-modal .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
}
body .mfp-content .search-modal .mfp-close:hover {
  background-color: transparent;
}
body .mfp-content .search-modal .mfp-close:before, body .mfp-content .search-modal .mfp-close:after {
  height: 0.2rem;
  width: 3rem;
  background-color: #FFFFFF;
}
body .mfp-content .search-modal input[type=text] {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 4.8rem;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  border-bottom: solid 0.2rem rgba(245, 245, 245, 0.5);
  outline: none;
  border: 0rem solid #f4f4f4;
  border-radius: 0rem;
}
body .mfp-content .search-modal input[type=text]:focus {
  outline: none;
}
body.admin-bar .mfp-content .search-modal {
  margin-top: 3.2rem;
}

.search-trigger a i {
  font-size: 1.6rem;
  font-weight: 400;
}

/**
 * Search modal animations
 */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* mobile search form */
.search-mobile {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  width: 100%;
}
.search-mobile input[type=text] {
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 3.7rem;
  margin-top: 2rem;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

nav ul, ul.menu {
  list-style: none;
  margin-left: 0;
}
@media only screen and (min-width: 720px) {
  nav ul, ul.menu {
    display: flex;
  }
}
@media only screen and (min-width: 720px) {
  nav ul li:not(:first-of-type), ul.menu li:not(:first-of-type) {
    margin-left: 1rem;
  }
}
nav ul#menu-primary > li, nav ul#menu-primary-french > li, ul.menu#menu-primary > li, ul.menu#menu-primary-french > li {
  position: relative;
}
nav ul#menu-primary > li:hover > a,
nav ul#menu-primary > li > a:focus, nav ul#menu-primary-french > li:hover > a,
nav ul#menu-primary-french > li > a:focus, ul.menu#menu-primary > li:hover > a,
ul.menu#menu-primary > li > a:focus, ul.menu#menu-primary-french > li:hover > a,
ul.menu#menu-primary-french > li > a:focus {
  border-bottom: 0.5rem solid #707070;
}
nav ul#menu-primary > li:hover > a + .sub-menu,
nav ul#menu-primary > li > a:focus + .sub-menu, nav ul#menu-primary-french > li:hover > a + .sub-menu,
nav ul#menu-primary-french > li > a:focus + .sub-menu, ul.menu#menu-primary > li:hover > a + .sub-menu,
ul.menu#menu-primary > li > a:focus + .sub-menu, ul.menu#menu-primary-french > li:hover > a + .sub-menu,
ul.menu#menu-primary-french > li > a:focus + .sub-menu {
  display: flex;
}
nav ul#menu-primary > li a, nav ul#menu-primary-french > li a, ul.menu#menu-primary > li a, ul.menu#menu-primary-french > li a {
  font-weight: 500;
}
nav ul#menu-primary > li a:hover, nav ul#menu-primary-french > li a:hover, ul.menu#menu-primary > li a:hover, ul.menu#menu-primary-french > li a:hover {
  border-bottom: 0.5rem solid #707070;
}
nav ul#menu-primary > li .sub-menu, nav ul#menu-primary-french > li .sub-menu, ul.menu#menu-primary > li .sub-menu, ul.menu#menu-primary-french > li .sub-menu {
  position: absolute;
  top: 6rem;
  left: -1rem;
  padding: 2rem;
  width: 30rem;
  height: auto;
  display: none;
  background-color: #FFFFFF;
  flex-direction: column;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
nav ul#menu-primary > li .sub-menu .menu-item, nav ul#menu-primary-french > li .sub-menu .menu-item, ul.menu#menu-primary > li .sub-menu .menu-item, ul.menu#menu-primary-french > li .sub-menu .menu-item {
  margin: 0;
}
nav ul#menu-primary > li .sub-menu .menu-item + .menu-item, nav ul#menu-primary-french > li .sub-menu .menu-item + .menu-item, ul.menu#menu-primary > li .sub-menu .menu-item + .menu-item, ul.menu#menu-primary-french > li .sub-menu .menu-item + .menu-item {
  margin-top: 1rem;
}
nav ul#menu-primary > li .sub-menu > .current_page_item > a, nav ul#menu-primary-french > li .sub-menu > .current_page_item > a, ul.menu#menu-primary > li .sub-menu > .current_page_item > a, ul.menu#menu-primary-french > li .sub-menu > .current_page_item > a {
  color: #000000;
}
nav ul#menu-primary > li .sub-menu a, nav ul#menu-primary-french > li .sub-menu a, ul.menu#menu-primary > li .sub-menu a, ul.menu#menu-primary-french > li .sub-menu a {
  display: block;
  margin: 0;
  padding: 0;
  color: #0079C2;
  font-weight: 400;
}
nav ul#menu-primary > li .sub-menu a:hover, nav ul#menu-primary > li .sub-menu a:active, nav ul#menu-primary-french > li .sub-menu a:hover, nav ul#menu-primary-french > li .sub-menu a:active, ul.menu#menu-primary > li .sub-menu a:hover, ul.menu#menu-primary > li .sub-menu a:active, ul.menu#menu-primary-french > li .sub-menu a:hover, ul.menu#menu-primary-french > li .sub-menu a:active {
  border: none;
  opacity: 0.7;
}
nav ul#menu-primary > .current_page_item > a,
nav ul#menu-primary > .current-menu-parent > a, nav ul#menu-primary-french > .current_page_item > a,
nav ul#menu-primary-french > .current-menu-parent > a, ul.menu#menu-primary > .current_page_item > a,
ul.menu#menu-primary > .current-menu-parent > a, ul.menu#menu-primary-french > .current_page_item > a,
ul.menu#menu-primary-french > .current-menu-parent > a {
  border-bottom: 0.5rem solid #707070;
}

.main-menu {
  padding: 1rem 1rem 0;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .main-menu {
    padding: 1.6rem 1rem;
  }
}

@media only screen and (min-width: 720px) {
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-top-menu {
    padding: 0 6rem;
    background-color: #FFFFFF;
  }
  .header-top-menu #social-navigation ul .wpml-ls-menu-item a {
    display: inline;
  }
  .is-sticky .header-top-menu {
    padding: 0rem;
  }
}
@media only screen and (min-width: 980px) {
  .main-menu {
    padding: 1.6rem 6rem;
  }
}
.is-sticky nav#site-navigation #menu-primary > li:hover > a + .sub-menu, .is-sticky nav#site-navigation #menu-primary-french > li:hover > a + .sub-menu {
  top: 5.7rem;
}
.is-sticky nav#site-navigation a {
  color: #000000;
}
@media only screen and (min-width: 1100px) {
  .is-sticky nav#site-navigation a {
    padding: 2.8rem 0.8rem;
  }
}

nav#site-navigation {
  display: none;
}
nav#site-navigation a {
  padding: 2.8rem 0.8rem;
  margin: 0 0.1rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 1100px) {
  nav#site-navigation a {
    padding: 3.1rem 0.8rem;
    margin: 0 1rem;
  }
}
@media only screen and (min-width: 720px) {
  nav#site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
nav#site-navigation li:last-child a {
  margin-right: 0rem;
}

nav#social-navigation {
  display: none;
  padding: 0.55rem 1.2rem;
}
@media only screen and (min-width: 720px) {
  nav#social-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
nav#social-navigation .menu a {
  font-size: 1.1rem;
  color: #0079C2;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.95rem 0;
  margin-left: 3rem;
}
@media only screen and (min-width: 1100px) {
  nav#social-navigation .menu a {
    font-size: 1.2rem;
  }
}
nav#social-navigation .menu a:hover, nav#social-navigation .menu a:active {
  color: #0079C2;
  border-bottom: 0.3rem solid #0079C2;
}
nav#social-navigation .current_page_item a {
  border-bottom: 0.3rem solid #0079C2;
}

nav#mobile-navigation {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  padding: 6rem;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #000000;
}
nav#mobile-navigation.open {
  display: flex;
}
nav#mobile-navigation .mobile-primary {
  flex: 1;
}
nav#mobile-navigation .mobile-primary ul.menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
nav#mobile-navigation .mobile-social ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav#mobile-navigation .mobile-social ul.menu li:not(:first-of-type) {
  margin-left: 1rem;
}

.menu-toggle,
#toggle-right,
nav.mobile-menu {
  display: none;
}

@keyframes nav-mobile-menu-slide-out {
  from {
    right: 25rem;
  }
  to {
    right: 0;
  }
}
@keyframes nav-mobile-menu-slide-in {
  from {
    left: 25rem;
  }
  to {
    left: 0;
  }
}
.shifter-mcshiftface {
  position: relative;
}

.admin-bar .mobile-menu {
  margin-top: 3.2rem;
}
@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu {
    margin-top: 46px;
  }
}

body .sidebar-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
body .sidebar-overlay.active {
  display: block;
}
body .sidebar-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 719px) {
  .ubermenu-container,
  .top-menu div,
  .top-menu nav,
  .top-menu i {
    display: none;
  }
  header, .mobile-menu-bar {
    z-index: 10;
  }
  header .menu-toggle, .mobile-menu-bar .menu-toggle {
    display: block;
  }
  header .menu-toggle, .mobile-menu-bar .menu-toggle {
    width: initial;
    height: inherit;
    margin-right: -0.5em;
  }
  header .menu-toggle svg, .mobile-menu-bar .menu-toggle svg {
    width: 11rem;
    height: 7.5rem;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
  }
  header .menu-toggle path, .mobile-menu-bar .menu-toggle path {
    fill: none;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.4s cubic-bezier(0.25, -0.25, 0.75, 1.25), all 0.4s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 20px;
    stroke-linecap: round;
    stroke: #FFFFFF;
    stroke-dashoffset: 0px;
  }
  header .menu-toggle path#top,
  header .menu-toggle path#bottom, .mobile-menu-bar .menu-toggle path#top,
  .mobile-menu-bar .menu-toggle path#bottom {
    stroke-dasharray: 240px 950px;
  }
  header .menu-toggle path#middle, .mobile-menu-bar .menu-toggle path#middle {
    stroke-dasharray: 10px 10px;
  }
  header .menu-toggle.cross path#top, header .menu-toggle.cross path#bottom, .mobile-menu-bar .menu-toggle.cross path#top, .mobile-menu-bar .menu-toggle.cross path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px;
  }
  header .menu-toggle.cross path#middle, .mobile-menu-bar .menu-toggle.cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 240px;
  }
  nav.mobile-menu {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    flex-wrap: wrap;
    top: 0rem;
    right: -72rem;
    bottom: 0rem;
    left: auto;
    transition: all 0.3s ease-out;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    height: auto;
    width: 100%;
    background: #000000;
    z-index: 2000;
  }
  nav.mobile-menu .wrapper {
    transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0rem;
    padding-bottom: 4rem;
  }
  nav.mobile-menu .mobile-modal-buttons {
    position: absolute;
    bottom: 2rem;
    display: flex;
    justify-content: space-around;
  }
  nav.mobile-menu div, nav.mobile-menu ul, nav.mobile-menu li {
    width: 100%;
    height: inherit;
    position: relative;
  }
  nav.mobile-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  nav.mobile-menu ul li {
    height: 100%;
    display: inline-flex;
    position: relative;
    align-items: center;
    vertical-align: middle;
  }
  nav.mobile-menu .mobile-menu-bar {
    background: #000000;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid #373737;
  }
  nav.mobile-menu .mobile-menu-bar .logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
  }
  nav.mobile-menu .mobile-menu-bar .logo-link {
    display: flex;
    align-items: center;
    transition: 0.3s opacity;
  }
  nav.mobile-menu .mobile-menu-bar .logo-link:hover {
    opacity: 0.75;
  }
  nav.mobile-menu .mobile-menu-bar .vertical-separator {
    height: 6rem;
    width: 0.1rem;
    background-color: white;
    margin: 0 2rem;
  }
  nav.mobile-menu .mobile-menu-bar .logo {
    height: 6rem;
    transition: all 0.2s ease-out;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(313deg) brightness(104%) contrast(103%);
    transform-origin: 0 50%;
  }
  nav.mobile-menu .mobile-menu-bar .logo.logo-en-nca, nav.mobile-menu .mobile-menu-bar .logo.logo-fr-nca {
    height: 2.8rem;
  }
  nav.mobile-menu .mobile-main {
    padding-top: 4rem;
    /* FIRST LEVEL LINKS */
  }
  nav.mobile-menu .mobile-main > ul li {
    display: flex;
    flex-wrap: wrap;
  }
  nav.mobile-menu .mobile-main > ul li a {
    font-size: 2.4rem;
    font-weight: 700;
    width: 100%;
    padding: 0.9rem 1rem;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.2rem;
  }
  nav.mobile-menu .mobile-main > ul li a:hover {
    color: #0079C2;
  }
  nav.mobile-menu .mobile-main > ul li .sub-menu {
    margin-bottom: 1rem;
  }
  nav.mobile-menu .mobile-main > ul li .sub-menu a {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.45rem 1rem;
    letter-spacing: 0.1rem;
  }
  nav.mobile-menu .mobile-main li.grandchild-item-selected > a, nav.mobile-menu .mobile-main li.grandchild-item-selected > span i.fa {
    display: none;
  }
  nav.mobile-menu .mobile-main > ul > li.menu-item-selected > a {
    font-weight: 700;
  }
  nav.mobile-menu .mobile-main > ul > li.menu-item-selected > span i.fa {
    left: 0rem;
    right: initial;
  }
  nav.mobile-menu .mobile-main > ul > li.menu-item-selected > span i.fa:before {
    content: "\f104";
  }
  nav.mobile-menu .mobile-main li.menu-item-selected,
  nav.mobile-menu .mobile-main li.menu-item-selected > .mobile-main > ul {
    right: 0;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name: nav-mobile-menu-fade-in;
    animation-duration: 0.5s;
  }
  nav.mobile-menu .mobile-main li.menu-item-selected > .mobile-main > ul {
    animation-delay: 0.25s;
  }
  nav.mobile-menu .mobile-main li.menu-items-slide-out {
    position: relative;
    display: flex;
    animation-fill-mode: forwards;
    animation-name: nav-mobile-menu-slide-out;
    animation-duration: 0.25s;
  }
  nav.mobile-menu .mobile-main li.menu-items-slide-in {
    position: relative;
    display: flex;
    animation-fill-mode: forwards;
    animation-name: nav-mobile-menu-slide-in;
    animation-duration: 0.25s;
  }
  nav.mobile-menu .mobile-secondary {
    padding: 1em 0em;
  }
  nav.mobile-menu .mobile-secondary li:first-child {
    border-top: 1px solid #373737;
    padding-top: 2rem !important;
  }
  nav.mobile-menu .mobile-secondary ul:not(.sub-menu) > li {
    display: inline;
    text-align: center;
    margin: 0rem 1rem;
    padding: 0.2rem 0rem;
  }
  nav.mobile-menu .mobile-secondary li a {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1.6rem;
    text-transform: uppercase;
  }
  nav.mobile-menu .mobile-secondary a:hover {
    color: #0079C2;
  }
  nav.mobile-menu .mobile-search {
    padding: 1.5em;
    border-top: solid 0.1rem #373737;
  }
  nav.mobile-menu .mobile-search form {
    position: relative;
    max-width: 30rem;
    display: block;
    margin: 0 auto;
  }
  nav.mobile-menu .mobile-search form input[type=text] {
    height: 4rem;
    width: 100%;
    border: 1px solid #E3E3E3;
    background-color: #FFFFFF;
    padding-left: 2rem;
    font-size: 1.4rem;
    color: #000000;
    margin-bottom: 0;
  }
  nav.mobile-menu .mobile-search form i {
    color: #000000;
    position: absolute;
    top: 1rem;
    right: 2rem;
    pointer-events: none;
    opacity: 0.5;
  }
}
.secondary-menu-wrapper {
  width: 80%;
  display: flex;
  max-width: 49.5rem;
  margin: 0 -3rem;
  flex-wrap: wrap;
  min-height: 1px;
  background-color: #black;
  justify-content: center;
}

.fullwidth-menu-nav {
  width: 100%;
}

#content .fullwidth-menu {
  width: 100%;
  padding-inline-start: 0rem;
  margin: 8rem 0rem;
  border-bottom: solid 0.2rem #000000;
}
#content .fullwidth-menu li {
  position: relative;
  font-size: 3.6rem;
  font-weight: 400;
  padding-bottom: 1rem;
  text-indent: 0rem;
  width: 100%;
}
#content .fullwidth-menu li.menu-item-has-children > a {
  padding: 2rem 0;
  color: #000000;
}
#content .fullwidth-menu li:before {
  display: none;
}

.fullwidth-menu > li:after {
  border-style: solid;
  border-width: 0 0 0.1em 0.1em;
  content: "";
  display: inline-block;
  height: 0.45em;
  float: right;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  top: 0.2em;
  transform: rotate(-45deg);
}

.fullwidth-menu li .sub-menu {
  transition: opacity 0.2s ease-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  display: block;
  height: auto !important;
  margin: 2rem 0;
  top: 4rem;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: #FFFFFF;
  box-shadow: 0 2rem 5rem 0 rgba(61, 70, 72, 0.25);
  border-top: none;
  border-radius: 0;
  padding: 0.5em 2em;
  visibility: hidden;
  opacity: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullwidth-menu li .sub-menu {
    height: auto !important;
  }
}
.fullwidth-menu li .sub-menu * {
  visibility: hidden;
}
.fullwidth-menu li .sub-menu li {
  margin: 0;
  display: block;
  height: auto;
  align-items: flex-start;
}
.fullwidth-menu li .sub-menu li a {
  font-size: 1.8rem;
  line-height: 3.8rem;
  display: flex;
  justify-content: center;
  color: #000000;
  font-weight: 300;
}
.fullwidth-menu li .sub-menu li a:hover {
  color: #0079C2;
}
.fullwidth-menu li .sub-menu li:not(:first-of-type):before {
  display: block;
  width: 2rem;
  height: 0.1rem;
  background-color: #000000;
  content: " ";
  margin: 0 auto 1.5rem;
  opacity: 0.3;
}

.fullwidth-menu li.menu-item-has-children:hover .sub-menu {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
.fullwidth-menu li.menu-item-has-children:hover .sub-menu * {
  visibility: visible;
}
.fullwidth-menu li.menu-item-has-children:hover .sub-menu:before {
  content: "";
  position: absolute;
  top: -2.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
}

.et_mobile_nav_menu {
  display: none;
}

/**
 * Components
 *
 * Styles for re-usable, modular sections of the site
 */
.cartograph {
  height: 30rem;
}
@media only screen and (min-width: 980px) {
  .cartograph {
    height: 65rem;
  }
}

.hero .featured-image {
  background-size: cover;
  background-position: center;
}
.hero .featured-image .overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0.85));
  padding: 12rem 6rem;
}
@media only screen and (min-width: 980px) {
  .hero .featured-image .overlay {
    min-height: 52rem;
    width: 50%;
  }
}
.hero .featured-image .overlay .content {
  max-width: calc(1440px / 2);
  z-index: 2;
}
@media only screen and (min-width: 980px) {
  .hero.subpage .featured-image .overlay {
    min-height: 41rem;
  }
}
.hero.subpage .featured-image .overlay .eyebrow a {
  font-weight: 600;
}
.hero.subpage .featured-image .overlay .eyebrow .current-crumb {
  font-weight: 300;
}
.hero.subpage .featured-image .overlay .eyebrow .divider {
  margin: 0 0.5rem;
}

body {
  overflow: auto;
}
body.modal-open {
  overflow: hidden;
}
body .mfp-bg {
  background-color: #000000;
}
body .mfp-close-btn-in .mfp-close {
  height: 5rem;
  width: 5rem;
  top: -5rem;
  right: -5rem;
  position: absolute;
  color: #0079C2;
  font-size: 5rem;
  cursor: pointer;
  color: transparent;
}
body .mfp-close-btn-in .mfp-close:before, body .mfp-close-btn-in .mfp-close:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.25rem;
  margin-left: -1.75rem;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  background-color: #0079C2;
  border-radius: 0.5rem;
  transition: all 0.25s ease-out;
}
body .mfp-close-btn-in .mfp-close:after {
  transform: rotate(-135deg);
}
body .mfp-close-btn-in .mfp-close:hover:before, body .mfp-close-btn-in .mfp-close:hover:after {
  transform: rotate(0deg);
  background-color: #0079C2;
}
body .standard-modal {
  position: relative;
  background: #fff;
  padding: 6rem;
  width: auto;
  box-shadow: 0rem 0rem 4rem rgba(0, 0, 0, 0.3);
  margin: 6rem 6rem;
}
body .hustle-popup .hustle-button-close {
  width: 50px;
  height: 50px;
}
body .hustle-popup .hustle-button-close .hustle-icon-close {
  font-size: 2em;
}
body .hustle-popup .hustle-layout-header {
  display: block;
  position: relative;
  background-color: #0079C2;
}
body .hustle-popup .hustle-layout-header .hustle-title,
body .hustle-popup .hustle-layout-header .hustle-subtitle {
  color: #FFFFFF !important;
}
body .hustle-popup .hustle-layout-content .hustle-group-content .gform_fields .gfield {
  margin-bottom: 1.6rem;
}
body .hustle-popup .hustle-layout-content .hustle-group-content .gform_fields .gfield_label + .ginput_container {
  margin-top: 0.8rem;
}
body .hustle-popup .hustle-layout-content .hustle-group-content .gform_fields li:before {
  display: none;
}
body .hustle-popup .hustle-layout-content .hustle-group-content .gform_footer .gform_button,
body .hustle-popup .hustle-layout-content .hustle-group-content .gform_footer input[type=submit] {
  color: #FFFFFF;
  font-weight: 700;
}
body .hustle-popup .hustle-layout-content .hustle-modal-message .gform_fields {
  padding-left: 0;
}

.slide-hub {
  margin-top: 9rem;
}
.slide-hub .slick-slide {
  margin: 2.4rem;
  float: left;
  max-width: 36rem;
  display: block;
  box-sizing: border-box;
}
.slide-hub .slick-slide .slide-inner {
  background-color: #FFFFFF;
  box-shadow: 0 1rem 2.5rem rgba(61, 70, 72, 0.2);
  padding: 2rem;
  z-index: 2;
  height: 15rem;
  position: relative;
  transition: box-shadow 0.5s ease, background-color 0.25s ease;
}
.slide-hub .slick-slide .slide-inner h2, .slide-hub .slick-slide .slide-inner .black-button-arrow {
  color: #000000;
  transition: color 0.25s ease;
}
.slide-hub .slick-slide .slide-inner svg {
  position: absolute;
  bottom: 2rem;
}
.slide-hub .slick-slide .slide-inner h2 {
  font-size: 2.6rem;
  line-height: 3.8rem;
  font-weight: 400;
  margin-bottom: 4.5rem;
}
.slide-hub .slick-slide .slide-inner:hover {
  background-color: #0079C2;
  box-shadow: 0 0.5rem 2rem rgba(61, 70, 72, 0.75);
}
.slide-hub .slick-slide .slide-inner:hover h2 {
  color: #FFFFFF;
}
.slide-hub .slick-slide .slide-inner:hover .black-button-arrow {
  stroke: #FFFFFF;
}
@media only screen and (min-width: 980px) {
  .slide-hub .slick-slide .slick-slide:first-child {
    margin-left: 5rem;
  }
}
.slide-hub [dir=rtl] .slick-slide {
  float: right;
}
.slide-hub .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 479px) {
  .slide-hub .slick-list {
    width: 146%;
  }
}
.slide-hub .slick-list:focus {
  outline: none;
}
.slide-hub .slick-list.draggable {
  cursor: pointer;
  cursor: hand;
}
.slide-hub .slick-track {
  top: 0;
  left: calc(6rem - 2.4rem);
  display: block;
}
@media screen and (max-width: 478px) {
  .slide-hub .slick-track {
    left: 0;
  }
}
.slide-hub .slick-track:after {
  clear: both;
}
.slide-hub .slick-initialized .slick-slide {
  display: block;
}
.slide-hub .slick-loading .slick-slide {
  visibility: hidden;
}
.slide-hub .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slide-hub .slick-arrow {
  z-index: 1;
  position: absolute;
  top: -4.5rem;
  border: solid 1px rgba(0, 0, 0, 0.05);
  width: 5rem;
  height: 5rem;
  box-shadow: 0 1rem 3rem rgba(61, 70, 72, 0.05);
  transition: box-shadow 0.25s ease;
}
.slide-hub .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 4rem;
  font-weight: 100;
  color: #E3E3E3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.25s ease;
}
.slide-hub .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slide-hub .slick-arrow.slick-next:before {
  content: "\f105";
}
.slide-hub .slick-arrow.slick-prev {
  left: calc(100% - calc(3rem * 2) * 2);
}
@media screen and (min-width: 479px) {
  .slide-hub .slick-arrow.slick-prev {
    left: calc(100% - calc(3rem * 2) * 2.5);
  }
}
@media screen and (max-width: 478px) {
  .slide-hub .slick-arrow.slick-prev {
    left: 0;
  }
}
.slide-hub .slick-arrow.slick-next {
  right: 2.1rem;
}
@media screen and (max-width: 478px) {
  .slide-hub .slick-arrow.slick-next {
    left: 5rem;
  }
}
.slide-hub .slick-arrow:hover {
  box-shadow: 0 1rem 3rem rgba(61, 70, 72, 0.15);
}
.slide-hub .slick-arrow:hover:before {
  color: #0079C2;
}

@media screen and (min-width: 479px) {
  .slide-hub {
    margin-top: 0rem;
  }
  .slide-hub .slick-arrow.slick-next {
    right: 5rem;
  }
}
.process-steps-menu {
  margin: 4rem 0 6rem;
}
.process-steps-menu .et_pb_toggle_title {
  font-size: 3.6rem;
  font-weight: 400;
  border-bottom: solid 1px #000000;
  padding-bottom: 1rem;
}
.process-steps-menu .et_pb_toggle_content p {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.process-steps-menu .et_pb_toggle_content p a:hover {
  color: #000000;
}

#self-assessment {
  margin-top: 15rem;
}

#content .process-row .et_pb_column {
  margin-bottom: 0;
  margin-top: 0;
}

.arrowleftpointer1, .arrowleftpointer2, .arrowleftpointer3, .arrowrightpointer1, .arrowrightpointer2, .arrowrightpointer3 {
  opacity: 0;
}

@media only screen and (min-width: 980px) {
  #self-assessment .process-quick-links-left {
    margin-top: 15rem;
  }
  .process-quick-links-left {
    margin-left: 35%;
    margin-top: 5%;
  }
  .exams-quick-links-left {
    margin-left: 35%;
    margin-top: 15%;
  }
  .process-svgs-left {
    width: 35.58rem;
    float: right;
  }
  .process-quick-links-right {
    margin-right: 35%;
    margin-top: 5%;
  }
  .exams-quick-links-right {
    margin-right: 35%;
    margin-top: 15%;
  }
  .process-svgs-right {
    width: 35.58rem;
  }
}
.grey-box {
  text-align: left;
  background: #F5F5F5;
  border: solid 1px #E3E3E3;
  padding: 4.3rem;
  margin-top: 7.5rem;
  transition: box-shadow 0.25s ease;
}
.grey-box:hover {
  box-shadow: 0 2rem 3rem 0 rgba(61, 70, 72, 0.2);
}
.grey-box:hover p strong {
  color: #0079C2;
}
.grey-box:hover p a strong {
  color: inherit;
}
.grey-box:active, .grey-box:focus {
  box-shadow: 0 0.5rem 1rem 0 rgba(61, 70, 72, 0.2);
}
.grey-box h2 {
  font-size: 3.6rem;
  font-weight: 600;
}
.grey-box p {
  line-height: 2.8rem;
}
.grey-box a:hover .black-button-arrow, .grey-box a:hover .button-arrow {
  stroke: #000000;
}
.grey-box a .black-button-arrow, .grey-box a .button-arrow {
  stroke: #0079C2;
}

#content .grey-border-outer {
  max-width: 86.4rem;
}
#content .grey-border-outer .et_pb_column {
  margin: 4.8rem 1rem 4.8rem;
}
#content .grey-border-outer .et_pb_column .grey-border-top {
  border-top: solid 1px #E3E3E3;
  padding-top: 5.1rem;
}

.exam-schedules img {
  box-shadow: 0 2rem 5rem 0 rgba(61, 70, 72, 0.2);
}
.exam-schedules h4 {
  margin-bottom: 2.1rem;
}
.exam-schedules .spacer .et_pb_column {
  margin: 1rem 3rem 1rem;
}
.exam-schedules .schedules .et_pb_column {
  margin: 3rem 3rem 0rem;
}

@media only screen and (max-width: 720px - 1px) {
  .process-icon-right, .process-icon-left, .svg-arrow, .page-id-16 .et_pb_column_4, #self-assessment, .et_pb_space, .page-id-16 .et_pb_column_8, .page-id-16 .et_pb_column_12, .page-id-16 .et_pb_column_9, .page-id-18 .et_pb_column_9, .page-id-18 .et_pb_column_8, .page-id-16 .et_pb_column_13, .page-id-16 .et_pb_column_16 {
    display: none;
  }
  .page-id-16 .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2, .page-id-18 .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2 {
    width: 100%;
  }
  #content .mobile-process-icon .et_pb_image_wrap {
    text-align: center;
    margin-bottom: 2rem;
  }
  #content .mobile-process-icon .et_pb_image_wrap img {
    width: 50%;
  }
}
@media only screen and (min-width: 720px) {
  .mobile-process-icon {
    display: none;
  }
}
#content .grey-background {
  background-color: #F5F5F5;
  padding: 0rem;
  border-bottom: 1px solid #E3E3E3;
}
#content .grey-background #grey-inner .et_pb_column {
  padding: 15rem 0;
}
#content .grey-background .et_pb_text_inner h3 {
  padding: 1.8rem 0;
  margin-bottom: 4rem;
  border-bottom: solid 1px #E3E3E3;
}
#content .grey-background .et_pb_column_4 {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 720px - 1px) {
  #content .grey-background .et_pb_column_4 {
    width: 100%;
  }
}

#content .add-padding {
  padding: 7.5rem 0 7.5rem 0;
}

.schools-steps-menu .et_pb_toggle_title {
  font-size: 2.6rem;
  font-weight: 400;
  border-bottom: solid 1px #000000;
  padding-bottom: 1rem;
}
.schools-steps-menu .et_pb_toggle_content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.schools-steps-menu .et_pb_toggle_content p a:hover {
  color: #0079C2;
}

/*---------- Six Column ----------*/
#content .six-column .et_pb_column {
  align-items: center;
  justify-content: center;
  display: inline;
  margin: 0 2.4rem 0;
}
@media only screen and (min-width: 479px) {
  #content .six-column .et_pb_column {
    display: contents;
  }
}
@media only screen and (min-width: 980px) {
  #content .six-column .et_pb_column {
    display: flex;
  }
}
#content .six-column .et_pb_column .et_pb_module {
  width: 100%;
}
@media only screen and (min-width: 479px) {
  #content .six-column .et_pb_column .et_pb_module {
    width: 50%;
  }
}
@media only screen and (min-width: 980px) {
  #content .six-column .et_pb_column .et_pb_module {
    width: 16.2%;
  }
}
#content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content {
  text-align: center;
  padding: 2.7rem 1.7rem 0.7rem 1.7rem;
  border-bottom: 1px solid #E3E3E3;
  margin-left: -4px;
  margin-top: -3px;
  min-height: 26rem;
}
@media only screen and (min-width: 479px) {
  #content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content {
    border-right: 1px solid #E3E3E3;
  }
}
#content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
  height: 11rem;
  padding-top: 0rem;
}
#content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  max-height: 9rem;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container {
  text-align: center;
}
#content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 3rem;
  line-height: 2.2rem;
}
#content .six-column .et_pb_column .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  display: none;
}
#content .six-column .et_pb_column .et_pb_module.last .et_pb_blurb_content {
  border-right: 0px;
}

.page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_module .et_pb_blurb_content, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_module .et_pb_blurb_content {
  border-right: 0px;
  border-bottom: 0px;
}
.page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_module:nth-last-child(3) .et_pb_blurb_content, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_module:nth-last-child(4) .et_pb_blurb_content, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_module:nth-last-child(5) .et_pb_blurb_content, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_module:nth-last-child(3) .et_pb_blurb_content, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_module:nth-last-child(4) .et_pb_blurb_content, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_module:nth-last-child(5) .et_pb_blurb_content {
  border-right: 1px solid #E3E3E3;
}
.page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_12, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_13, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_16, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_17, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_12, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_13, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_16, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_17 {
  display: none;
}
@media only screen and (min-width: 980px) {
  .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_12, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_13, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_16, .page-id-22 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_17, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_12, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_13, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_16, .page-id-649 #content .et_pb_row_5 .et_pb_column .et_pb_blurb_17 {
    display: block;
  }
}

.images-grid {
  margin-bottom: 6rem;
}
.images-grid > .et_pb_column .et_pb_module {
  margin-bottom: calc(6rem / 2);
}
.images-grid > .et_pb_column .et_pb_module:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .images-grid > .et_pb_column {
    display: grid;
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
    grid-template-areas: "large-image medium-image-1" "large-image medium-image-2";
    margin: calc(calc(3rem * 1.75) * 2) auto;
  }
  .images-grid > .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
  .images-grid > .et_pb_column > div:first-child {
    grid-area: large-image;
  }
  .images-grid > .et_pb_column > div:nth-child(2) {
    grid-area: medium-image-1;
  }
  .images-grid > .et_pb_column > div:nth-child(3) {
    grid-area: medium-image-2;
    align-self: end;
  }
}

.images-grid-secondary > .et_pb_column {
  margin-top: 0 !important;
}
.images-grid-secondary > .et_pb_column:first-of-type {
  margin-left: 0;
}
.images-grid-secondary > .et_pb_column:last-of-type {
  margin-right: 0;
}

.sidebar-content-wrapper .sidebar .categories h2 {
  border-bottom: 0.1rem solid #E3E3E3;
  padding-top: 1.5rem;
}
.sidebar-content-wrapper .sidebar .categories h2 .eyebrow {
  margin-bottom: 1.5rem;
  line-height: 2.8rem;
}
.sidebar-content-wrapper .sidebar .back-to {
  margin-bottom: calc(3rem * 1.75);
}
@media screen and (min-width: 980px) {
  .sidebar-content-wrapper .sidebar .back-to {
    margin-bottom: calc(calc(3rem * 1.75) * 2);
  }
}
.sidebar-content-wrapper .sidebar .back-to a {
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.6rem;
}
.sidebar-content-wrapper .post-cms {
  margin-bottom: calc(3rem * 1.75);
}
.sidebar-content-wrapper .posts-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(3rem * 1.75);
}
.sidebar-content-wrapper .posts-nav .next-link {
  margin-left: auto;
}
.sidebar-content-wrapper .posts-nav a {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.sidebar-content-wrapper .posts-nav a .prev {
  margin-left: 1rem;
}
.sidebar-content-wrapper .posts-nav a .next {
  margin-right: 1rem;
}

@media (min-width: 980px) {
  .sidebar-content-wrapper {
    padding: 6rem 0;
    width: calc(100% - 12rem);
  }
}
.pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 5.2rem 0;
  position: relative;
}
.pagination .links {
  position: absolute;
  right: 2rem;
}
.pagination a {
  cursor: pointer;
  margin-right: 0.25rem;
  color: #0079C2;
  transition: all 0.2s ease-in-out;
}
.pagination a:last-of-type {
  margin-right: 0;
}
.pagination a.bubble {
  padding: 0.5rem 1rem;
  border-radius: 50%;
  border: solid 0.1rem #0079C2;
}
.pagination a.bubble:hover {
  color: #FFFFFF;
  background-color: #0079C2;
}
.pagination a.bubble.active {
  color: #FFFFFF;
  border: none;
  background-color: #0079C2;
}

.filter-sidebar-mobile {
  display: none;
  width: 100%;
  border-bottom: 0.1rem solid #E3E3E3;
  border-top: 0.1rem solid #E3E3E3;
  color: #0079C2;
  padding: 1em;
  position: relative;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.filter-sidebar-mobile:after {
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-style: solid;
  border-width: 0 0 0.1em 0.1em;
  content: "";
  display: inline-block;
  height: 0.45em;
  float: right;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  transform: rotate(-45deg);
  font-size: 2.7rem;
}
.filter-sidebar-mobile.active:after {
  transform: rotate(-225deg);
}
@media only screen and (max-width: 980px - 1px) {
  .filter-sidebar-mobile {
    display: block;
  }
}

@media only screen and (max-width: 980px - 1px) {
  .filter-sidebar {
    display: none;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 980px - 1px) {
  .sidebar-content-wrapper .sidebar .categories h2 {
    display: none;
  }
}

#message-area {
  background-color: #000000;
  z-index: 998;
}

@media screen and (min-width: 980px) {
  .no-gutter .et_pb_row {
    max-width: 100%;
    margin: 0;
  }
  .no-gutter .et_pb_row .et_pb_column {
    margin: 2.4rem 0rem;
    width: 100%;
    overflow: hidden;
  }
  .add-gutter {
    margin: 0 6rem;
  }
}
.et_pb_accordion {
  margin-top: 3rem;
  border-top: 1px solid #E3E3E3;
}
.et_pb_accordion .et_pb_toggle {
  border-bottom: 1px solid #E3E3E3;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
  display: block;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title {
  color: rgba(0, 0, 0, 0.5);
}
.et_pb_accordion .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:after {
  color: #000000;
  transform: rotate(180deg);
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title {
  margin-top: 1.5rem;
  font-size: 2.6rem;
  line-height: 4.2rem;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f0d8";
  border-style: none;
  border-width: 0;
  height: auto;
  left: auto;
  position: relative;
  vertical-align: middle;
  width: auto;
  top: auto;
  transform: none;
  transition: transform 0.3s;
}
.slider-single.et_pb_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide {
  background-position: center;
  background-size: cover;
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide.et-pb-active-slide {
  display: block;
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  display: table;
  table-layout: fixed;
  max-width: 108rem;
  margin: 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0.85));
}
@media screen and (min-width: 980px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
    width: 50%;
  }
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 1.5rem 1rem;
  width: auto;
  margin: auto;
}
@media only screen and (min-width: 400px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 720px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 16% 8%;
  }
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
  color: #000000;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 720px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    font-size: 4.8rem;
    line-height: 6rem;
  }
}
@media screen and (min-width: 1440px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
    font-size: 6.4rem;
    line-height: 7rem;
  }
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
  color: #373737;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
}
@media only screen and (min-width: 980px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content ul {
  margin-top: 0;
  margin-left: 1rem;
}
@media only screen and (min-width: 980px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content ul {
    margin-left: 2rem;
  }
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content ul:last-child {
  margin-bottom: 0;
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content ul li {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.7rem;
}
@media only screen and (min-width: 980px) {
  .slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
  }
}
.slider-single.et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content ul li:last-child {
  margin-bottom: 0;
}

#content .nav-slider-no-gutter {
  padding: 0 0 1rem 0;
  display: flex;
}
@media screen and (min-width: 720px) {
  #content .nav-slider-no-gutter {
    padding: 0 0 10rem 0;
  }
}
#content .nav-slider-no-gutter .et_pb_column {
  margin: 0;
}
#content .nav-slider-no-gutter .et_pb_column_1 {
  width: 100%;
}

.slider-nav.et_pb_slider {
  display: block;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide {
  background-position: center;
  background-size: cover;
  border: solid 0.1rem #E3E3E3;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container {
  display: table;
  table-layout: fixed;
  margin: 0;
  position: relative;
  z-index: 2;
  background-color: #F5F5F5;
  min-width: 100%;
  transition: background -0.25s ease;
  cursor: pointer;
  cursor: hand;
}
@media screen and (min-width: 720px) {
  .slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    min-height: 100%;
  }
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  pointer-events: none;
  padding: 10% 8%;
  width: auto;
  margin: auto;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  font-family: "HKGroteskPro", Sans-Serif;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 720px) {
  .slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
    font-size: 3rem;
    line-height: 3.8rem;
    margin-bottom: 1.5rem;
  }
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 .eyebrow {
  color: #0079C2;
}
@media screen and (max-width: 720px - 1px) {
  .slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 .eyebrow {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .et_pb_slide .et_pb_container:hover {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0, rgba(245, 245, 245, 0.2));
  transition: background 0.25s ease;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .slick-current:hover {
  background: #0079C2;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .slick-current .et_pb_container {
  background: #0079C2;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .slick-current .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 {
  color: #FFFFFF;
}
.slider-nav.et_pb_slider .et_pb_slides .slick-track .slick-current .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content h2 .eyebrow {
  color: #FFFFFF;
}

.et_pb_text_align_,
.et_pb_text_align_left {
  text-align: left;
}

.et_pb_text_align_center {
  text-align: center;
  width: 100%;
}

.et_pb_text_align_right {
  text-align: right;
}

.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}
.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:after {
  top: 0;
  transform: rotate(135deg);
}
.et_pb_toggle .et_pb_toggle_title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.et_pb_toggle .et_pb_toggle_title:after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.1em;
  position: relative;
  vertical-align: top;
  width: 0.45em;
  top: 0.35em;
  transform: rotate(-45deg);
  transition: transform 0.2s, top 0.2s;
}
.et_pb_toggle .no-drop {
  font-size: 2.6rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.1rem solid #373737;
}

#content #gform_wrapper_4 select {
  height: 5rem;
  width: 100%;
  border-bottom: 0.1rem solid #373737;
  background-color: rgba(255, 255, 255, 0);
  background-size: 1.6rem;
  color: #373737;
  padding: 0.2rem 0.1rem 0.2rem 0;
  font-size: 2.6rem;
  margin-bottom: 2.6rem;
}
#content #gform_wrapper_4 label {
  display: none;
}

#gform_wrapper_4 ul.gform_fields li.gfield {
  padding-right: 0px;
}

.et_pb_tabs {
  border: none;
}
.et_pb_tabs .et_pb_tabs_controls {
  background-color: transparent;
  display: block;
  margin: 3.5rem 0 0.5rem;
}
.et_pb_tabs .et_pb_tabs_controls li {
  padding: 0.6rem 2.4rem;
  border-right: 0.1rem solid #E3E3E3;
  float: left;
  display: inline-block;
  text-indent: 0rem;
}
@media only screen and (max-width: 720px - 1px) {
  .et_pb_tabs .et_pb_tabs_controls li {
    padding: 0.6rem 0.9rem;
  }
}
@media only screen and (max-width: 480px - 1px) {
  .et_pb_tabs .et_pb_tabs_controls li {
    width: 33%;
    text-align: center;
    padding: 0.6rem 0rem;
    border-top: 0.1rem solid #E3E3E3;
  }
}
.et_pb_tabs .et_pb_tabs_controls li a {
  opacity: 0.5;
  font-size: 1.6rem;
}
@media only screen and (max-width: 720px - 1px) {
  .et_pb_tabs .et_pb_tabs_controls li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 980px) {
  .et_pb_tabs .et_pb_tabs_controls li a {
    font-size: 2rem;
  }
}
.et_pb_tabs .et_pb_tabs_controls li:first-child {
  border-right: 0.1rem solid #E3E3E3;
  padding-left: 0;
}
.et_pb_tabs .et_pb_tabs_controls li:last-child {
  border: 0;
}
@media only screen and (max-width: 480px - 1px) {
  .et_pb_tabs .et_pb_tabs_controls li:last-child {
    border-top: 0.1rem solid #E3E3E3;
  }
}
@media only screen and (max-width: 480px - 1px) {
  .et_pb_tabs .et_pb_tabs_controls li:nth-child(3n) {
    border-right: 0rem solid #E3E3E3;
  }
}
.et_pb_tabs .et_pb_tabs_controls .et_pb_tab_active a, .et_pb_tabs .et_pb_tabs_controls li a:hover {
  opacity: 1;
  color: #000000;
  text-decoration: underline;
}
.et_pb_tabs .et_pb_tabs_controls li:before {
  display: none;
}
.et_pb_tabs .et_pb_all_tabs {
  border-top: 0.1rem solid #E3E3E3;
  padding-top: 5.5rem;
}
@media only screen and (max-width: 480px - 1px) {
  .et_pb_tabs .et_pb_all_tabs {
    padding-top: 9.5rem;
    border-top: 0rem solid #E3E3E3;
  }
}

.nca_tabs .et_pb_tabs_controls li {
  padding: 0.6rem 1.4rem;
  width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .nca_tabs .et_pb_tabs_controls li {
    width: 16%;
  }
}
.nca_tabs .et_pb_tabs_controls li a {
  font-size: 1.75rem;
}
.nca_tabs .et_pb_tabs_controls .et_pb_tab_active {
  width: 70%;
}
@media only screen and (min-width: 640px) {
  .nca_tabs .et_pb_tabs_controls .et_pb_tab_active {
    width: 30%;
  }
}

.et_pb_image .et_pb_image_wrap {
  display: grid;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.et_pb_image .et_pb_image_wrap img {
  position: relative;
  display: inline-block;
  width: inherit;
}

.process-icon {
  position: relative;
  margin-bottom: 5rem;
}
.process-icon .et_pb_image_wrap {
  position: relative;
  text-align: center;
}
.process-icon .et_pb_image_wrap img {
  background: #F2F8FC;
  color: #0079C2;
  border-radius: 50%;
  border: 1rem solid #FFFFFF;
  box-shadow: 0px 2rem 5rem #E3E3E3;
  font-size: 6rem;
  width: 12rem;
}

/**
 * Site
 *
 * Styles for site-specific, unique features
 */
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex {
  display: flex;
  flex-wrap: wrap;
}
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div {
  width: 100%;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 980px) {
  #et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div {
    width: calc((100% - 6rem * 2) / 2);
    margin: 0 calc(6rem / 2) 6rem;
  }
}
@media only screen and (min-width: 980px) {
  #et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div.third {
    width: calc((100% - 6rem * 3) / 3);
  }
}
@media only screen and (min-width: 980px) {
  #et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div.two-third {
    width: calc((100% - 6rem * 3) / 3 * 2);
  }
}
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div.two-third li {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 980px) {
  #et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div.full {
    width: calc(100% - 6rem);
  }
}
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex > div.full p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 980px) {
  #et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 300;
  }
}
#et_builder_outer_content .et_section_regular .et_pb_row .et_pb_column.flex li {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 500;
}

/**
 * Specific styles for archive/shortcode events
 */
.archive-item.resource {
  box-shadow: 0 2rem 5rem rgba(61, 70, 72, 0.2);
  transition: box-shadow 0.5s ease;
  padding: 4rem;
  background-color: #FFFFFF;
}
.archive-item.resource .title .h4 {
  font-size: 2.6rem;
  font-weight: 400;
}
.archive-item.resource .excerpt p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.archive-item.resource .read-more {
  font-size: 1.8rem;
}
.archive-item.resource:hover, .archive-item.resource:focus {
  border-color: #0079C2;
  box-shadow: 0 2rem 5rem rgba(61, 70, 72, 0.5);
}
.archive-item.resource:hover a, .archive-item.resource:focus a {
  color: #0079C2;
}

.resource-mod .et_pb_code_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.resource-mod .et_pb_code_inner .archive-item {
  width: 100%;
  margin: calc(5rem / 2) 0;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.5s ease, color 0.5s ease;
  padding: 4rem;
}
.resource-mod .et_pb_code_inner .archive-item:first-child {
  margin-top: 0;
}
.resource-mod .et_pb_code_inner .archive-item .title .h4 {
  font-size: 2.6rem;
  font-weight: 400;
}
.resource-mod .et_pb_code_inner .archive-item .excerpt p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 980px) {
  .resource-mod .et_pb_code_inner .archive-item .excerpt p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.resource-mod .et_pb_code_inner .archive-item .read-more {
  font-size: 1.8rem;
}
.resource-mod .et_pb_code_inner .archive-item:hover, .resource-mod .et_pb_code_inner .archive-item:focus {
  border-color: #0079C2;
  box-shadow: 0 2rem 5rem rgba(61, 70, 72, 0.5);
}
@media only screen and (min-width: 720px) {
  .resource-mod .et_pb_code_inner .archive-item {
    width: calc(49.99% - 5rem / 2);
    margin: 0 calc(5rem / 2) 5rem;
  }
}
@media only screen and (min-width: 980px) {
  .resource-mod .et_pb_code_inner .archive-item {
    width: calc(33.33% - 3.33rem);
    margin: 0 calc(5rem / 2) 5rem;
  }
}
@media only screen and (min-width: 720px) and (max-width: 979px) {
  .resource-mod .et_pb_code_inner .archive-item:nth-child(odd) {
    margin-left: 0;
  }
  .resource-mod .et_pb_code_inner .archive-item:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .resource-mod .et_pb_code_inner .archive-item:nth-child(3n-5) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .resource-mod .et_pb_code_inner .archive-item:nth-child(3n-0) {
    margin-right: 0;
  }
}

.archive-footer-heading {
  width: 100%;
}

@media only screen and (max-width: 980px - 1px) {
  #content .archive-footer-heading {
    padding: 3rem 2rem;
  }
  #content .archive-footer-heading .column-2 {
    width: 50%;
    float: left;
  }
  #content .archive-footer-heading .column-2 .view-all-link {
    float: right;
    margin-right: 0rem;
  }
}
@media (min-width: 980px) {
  .page-template-resources .sidebar-content-wrapper, .page-template-post-archive .sidebar-content-wrapper, .page-template-faq-archive .sidebar-content-wrapper {
    padding: 0;
    margin-top: 6rem;
    border-top: 0.1rem solid #E3E3E3;
  }
}
.blue-background {
  background: #0079C2;
}
.blue-background h2, .blue-background .et_pb_text_align_right {
  color: #FFFFFF;
  margin-top: 4.1rem;
}
.blue-background .et_pb_text_align_right a {
  color: #FFFFFF;
}
.blue-background .related-faqs .archive-item.faqs {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.blue-background .related-faqs .archive-item.faqs:hover, .blue-background .related-faqs .archive-item.faqs:focus {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

#content .faq-archive .archive-item.faq {
  width: 100%;
  box-shadow: 0 1rem 5rem 0 rgba(61, 70, 72, 0.5);
  transition: box-shadow 0.5s ease;
  padding: 4rem;
  margin: 0 0 4.8rem 0;
}
#content .faq-archive .archive-item.faq:hover, #content .faq-archive .archive-item.faq:focus {
  border-color: #0079C2;
  box-shadow: 0 1rem 2.5rem 0 rgba(61, 70, 72, 0.5);
  cursor: default;
}
#content .faq-archive .archive-item.faq .title {
  cursor: pointer;
}
#content .faq-archive .archive-item.faq .h3 {
  font-size: 2.6rem;
  font-weight: 400;
}
#content .faq-archive .archive-item.faq .h3 .eyebrow {
  color: #373737;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  font-weight: 300;
}
#content .faq-archive .archive-item.faq .h3 .fa-sm {
  float: right;
  transition: all 0.3s linear;
}
#content .faq-archive .archive-item.faq .h3 .down {
  transform: rotate(180deg);
}
#content .faq-archive .archive-item.faq .excerpt p {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#content .faq-archive .archive-item.faq .answer.hidden {
  display: none;
}
#content .faq-archive .archive-item.faq ul {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 300;
  list-style: none;
  margin: 2rem 1.6rem;
  padding-inline-start: 1rem;
}
#content .faq-archive .archive-item.faq ul li {
  list-style-position: inside;
  text-indent: -1.9rem;
  color: #373737;
}
#content .faq-archive .archive-item.faq ul > li:before {
  content: "•";
  color: #0079C2;
  font-size: 1.2rem;
  padding: 0 1.2rem 0 0;
}

#content .faqs-list-header .et_pb_column {
  width: calc(50% - 4.8rem);
  margin: 1rem 2.4rem;
}

.related-faqs .archive-item.faqs {
  width: 100%;
  padding: 0rem 2rem;
  box-shadow: 0 0 4rem 0 rgba(61, 70, 72, 0);
  border-top: 1px solid #006aab;
  margin: 0;
  background-color: #0079C2;
}
.related-faqs .archive-item.faqs:hover, .related-faqs .archive-item.faqs:focus {
  box-shadow: 0 0 4rem 0 rgba(61, 70, 72, 0);
  border-top: 1px solid #006aab;
}
.related-faqs .archive-item.faqs .h3 {
  margin-top: 1.5rem;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.8rem;
  color: #FFFFFF;
}
.related-faqs .archive-item.faqs .h3 .fa-sm {
  float: right;
  margin-top: 0.3rem;
  transition: all 0.3s linear;
}
.related-faqs .archive-item.faqs .h3 .down {
  margin-top: 0.8rem;
  transform: rotate(180deg);
}
.related-faqs .archive-item.faqs p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}
.related-faqs .archive-item.faqs .answer.hidden {
  display: none;
  width: 100%;
}

.faqs-list .et_pb_module {
  border-bottom: 1px solid #006aab;
}
.faqs-list.blue-background .et_pb_module {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 980px) {
  .archive-item.faqs {
    width: 100%;
  }
  .archive-item.faqs .h3 {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
  .archive-item.faqs .h3 .fa-sm {
    margin-top: 1.3rem;
  }
  .archive-item.faqs .h3 .down {
    margin-top: 1.8rem;
  }
  .archive-item.faqs .answer.hidden {
    width: 80%;
  }
}
/**
 * Styles for the new FAQ by category page
 */
body.page-template-faq-archive-by-category #filter-sidebar {
  margin-top: 0 !important;
  position: sticky;
  top: calc(100px + 3.2rem);
}
body.page-template-faq-archive-by-category #filter-sidebar form {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-faq-archive-by-category #filter-sidebar form .filter-taxonomy {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 980px) {
  body.page-template-faq-archive-by-category #filter-sidebar {
    min-height: calc(100vh - 86px - 4.8rem);
    max-height: calc(100vh - 86px - 4.8rem);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  body.page-template-faq-archive-by-category #filter-sidebar .back-to-top {
    margin-top: auto;
    margin-bottom: 2rem;
  }
}
body.page-template-faq-archive-by-category .sidebar-content-wrapper {
  position: relative;
}
body.page-template-faq-archive-by-category .sidebar-content-wrapper .sidebar {
  z-index: 2;
}
body.page-template-faq-archive-by-category .sidebar-content-wrapper #results-column {
  z-index: 1;
}
body.page-template-faq-archive-by-category nav.faq-categories {
  border-top: solid 1px #E3E3E3;
  padding-top: 2.4rem;
}
body.page-template-faq-archive-by-category nav.faq-categories ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
body.page-template-faq-archive-by-category nav.faq-categories ul li {
  margin-left: 0;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  body.page-template-faq-archive-by-category nav.faq-categories ul {
    border-right: solid 1px #E3E3E3;
  }
  body.page-template-faq-archive-by-category nav.faq-categories ul li {
    text-align: right;
    padding-right: 3.2rem;
    border-right: solid 5px transparent;
    margin-right: -1px;
    transition: border-right-color 0.3s ease-in-out;
  }
  body.page-template-faq-archive-by-category nav.faq-categories ul li a {
    color: #373737;
    font-weight: 400;
  }
  body.page-template-faq-archive-by-category nav.faq-categories ul li a:is(:hover, :focus) {
    font-weight: 700;
  }
  body.page-template-faq-archive-by-category nav.faq-categories ul li.active {
    border-right-color: #0079C2;
  }
  body.page-template-faq-archive-by-category nav.faq-categories ul li.active a {
    font-weight: 700;
  }
}
body.page-template-faq-archive-by-category .print-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0;
}
body.page-template-faq-archive-by-category .print-wrapper .print-faqs {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 979px) {
  body.page-template-faq-archive-by-category .print-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 4rem;
  }
}
body.page-template-faq-archive-by-category .print-wrapper + .sidebar-content-wrapper {
  padding-top: 1.6rem;
}
body.page-template-faq-archive-by-category .faq-archive {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
body.page-template-faq-archive-by-category .faq-archive .category-heading {
  color: #0079C2;
  margin-bottom: 0;
}
body.page-template-faq-archive-by-category .faq-archive .faq-category-empty-message {
  margin-bottom: 0;
}
body.page-template-faq-archive-by-category .faq-archive article {
  box-shadow: none !important;
  border: solid 1px #E3E3E3;
  margin-bottom: 0 !important;
}
body.page-template-faq-archive-by-category .faq-archive article .title {
  position: relative;
}
body.page-template-faq-archive-by-category .faq-archive article .title h2 {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
body.page-template-faq-archive-by-category .faq-archive article .title i {
  height: -moz-fit-content;
  height: fit-content;
}
body.page-template-faq-archive-by-category .faq-archive article .title:before {
  content: "";
  position: absolute;
  left: -4rem;
  right: -4rem;
  top: -4rem;
  bottom: -5.5rem;
}
body.page-template-faq-archive-by-category .faq-archive article.open .title:before {
  bottom: -1.5rem;
}
body.page-template-faq-archive-by-category .faq-archive article .copy-answer-link {
  display: flex;
  align-items: center;
  border: solid 1px #E3E3E3;
  background-color: #F5F5F5;
  padding: 0.8rem 1.6rem;
  text-transform: uppercase;
  color: #373737;
  gap: 0.8rem;
  font-size: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
body.page-template-faq-archive-by-category .faq-archive article .copy-answer-link .checkmark {
  display: none;
}
body.page-template-faq-archive-by-category .faq-archive article + .category-heading {
  padding-top: 4.8rem;
}
body.page-template-faq-archive-by-category .back-to-top {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.8rem;
  z-index: 5;
}
@media (max-width: 979px) {
  body.page-template-faq-archive-by-category .back-to-top {
    box-shadow: 0 1rem 2.5rem rgba(61, 70, 72, 0.7);
    background-color: #FFFFFF;
    padding: 1.2rem;
    position: fixed;
    bottom: 2rem;
  }
  body.page-template-faq-archive-by-category .back-to-top svg {
    height: 1.6rem;
    overflow: hidden;
  }
  body.page-template-faq-archive-by-category .back-to-top span {
    display: none;
  }
}
@media print {
  body.page-template-faq-archive-by-category .sidebar,
  body.page-template-faq-archive-by-category .print-wrapper,
  body.page-template-faq-archive-by-category .pre-footer,
  body.page-template-faq-archive-by-category footer,
  body.page-template-faq-archive-by-category a.fixed.button {
    display: none !important;
  }
  body.page-template-faq-archive-by-category header {
    position: static !important;
    box-shadow: none !important;
  }
  body.page-template-faq-archive-by-category header .logo-wrapper .logo {
    filter: none !important;
    display: block !important;
  }
  body.page-template-faq-archive-by-category header .logo-wrapper .logo.small {
    display: none !important;
  }
  body.page-template-faq-archive-by-category header .logo-wrapper .vertical-separator {
    opacity: 0 !important;
  }
  body.page-template-faq-archive-by-category .main-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page-template-faq-archive-by-category .hero .overlay {
    padding: 0 !important;
  }
  body.page-template-faq-archive-by-category #content {
    margin-top: 0 !important;
  }
  body.page-template-faq-archive-by-category #results-column {
    padding: 0 !important;
  }
  body.page-template-faq-archive-by-category .print-disclaimer {
    display: block !important;
    padding-top: 2.4rem;
  }
  body.page-template-faq-archive-by-category .print-disclaimer p {
    font-style: italic;
    font-weight: 700;
    font-size: 1.8rem;
  }
  body.page-template-faq-archive-by-category .category-heading {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
  body.page-template-faq-archive-by-category .archive-item.faq {
    border: none;
    padding: 0 !important;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  body.page-template-faq-archive-by-category .archive-item.faq .title > * {
    font-size: 2rem !important;
  }
  body.page-template-faq-archive-by-category .archive-item.faq .title i {
    display: none;
  }
  body.page-template-faq-archive-by-category .archive-item.faq .answer {
    display: block !important;
  }
  body.page-template-faq-archive-by-category .archive-item.faq .answer p, body.page-template-faq-archive-by-category .archive-item.faq .answer li {
    font-size: 1.6rem;
  }
  body.page-template-faq-archive-by-category .archive-item.faq .answer .copy-answer-link {
    display: none;
  }
}

.home .et_pb_section {
  padding: 2rem 0 2rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 479px) {
  .home .et_pb_section {
    padding: 10rem 0 10rem 0;
  }
}
.home .et_pb_section.resource-archive .et_pb_row:first-child .et_pb_column {
  margin-bottom: 0;
}
.home .et_pb_section_0 {
  padding: 0;
}
.home .et_pb_section_0 .et_pb_row {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.home .et_pb_section_0 .et_pb_row .et_pb_column {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.home #content .home-exam .exam-link {
  display: inline-block;
}
.home #content .home-exam .schedule-link {
  margin-top: 2rem;
  display: inline-block;
}

@media only screen and (min-width: 479px) {
  #content .home-process .et_pb_image_0 {
    display: none;
  }
  #content .home-process .et_pb_column_5 {
    display: inline-block;
    width: 50%;
    margin: 0;
  }
  #content .home-exam .et_pb_column_6 {
    width: 50%;
    margin: 0;
  }
  #content .home-exam .exam-link {
    margin-right: 4rem;
  }
}
@media only screen and (min-width: 1440px) {
  #content .home-process .et_pb_text_inner {
    margin-top: 10%;
  }
  #content .home-process .et_pb_column_5 {
    width: calc(50% - 6rem);
    margin: 3rem 0 3rem 6rem;
  }
  #content .home-exam .et_pb_text_inner {
    margin-top: 10%;
  }
  #content .home-exam .et_pb_column_6 {
    width: calc(50% - 6rem);
    margin: 3rem 6rem 3rem 0;
  }
}
@media only screen and (max-width: 720px - 1px) {
  .home-process .et_pb_text_inner h2 {
    margin-top: 2.6rem;
  }
  #content .home-exam .et_pb_text_inner h2 {
    margin-top: 2.6rem;
  }
  #content .home-exam .et_pb_column {
    margin: 0rem 3rem;
  }
}

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