@charset "UTF-8";
/*!
Theme Name: Gem Fellowship
Author: Wheelhouse
Author URI: https://wheelhouse.io
Description: A custom theme by Wheelhouse
Version: 1.0.6
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: rgba(255, 255, 255, 0);
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: none;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-solid.otf?v=4.6.3");
  src: url("./fonts/fontawesome-solid.otf?#iefix&v=4.6.3") format("embedded-opentype"), url("./fonts/fontawesome-solid.otf?v=4.6.3") format("otf"), url("./fonts/fontawesome-solid.otf?v=4.6.3") format("otf"), url("./fonts/fontawesome-solid.otf?v=4.6.3") format("truetype"), url("./fonts/fontawesome-solid.otf?v=4.6.3#fontawesomesolid") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fab";
  src: url("./fonts/fontawesome-brands.otf");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.col-desk-8 {
  width: 66.66666667%;
  padding-left: 0.545454545%;
  padding-right: 0.545454545%;
}

.grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .grid {
    width: 88.2352941176%;
  }
}
@media screen and (max-width: 620px) {
  .grid {
    width: 89.6774193548%;
  }
}
.grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

.col-desk-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-0 {
  margin-left: 0%;
}
.col-desk-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-1 {
  margin-left: 8.3333333333%;
}
.col-desk-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-2 {
  margin-left: 16.6666666667%;
}
.col-desk-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-3 {
  margin-left: 25%;
}
.col-desk-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-4 {
  margin-left: 33.3333333333%;
}
.col-desk-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-5 {
  margin-left: 41.6666666667%;
}
.col-desk-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-6 {
  margin-left: 50%;
}
.col-desk-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-7 {
  margin-left: 58.3333333333%;
}
.col-desk-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-8 {
  margin-left: 66.6666666667%;
}
.col-desk-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-9 {
  margin-left: 75%;
}
.col-desk-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-10 {
  margin-left: 83.3333333333%;
}
.col-desk-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-11 {
  margin-left: 91.6666666667%;
}
.col-desk-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.5454545455%;
  padding-right: 0.5454545455%;
}
.col-desk-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1020px) {
  .col-tab-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-tab-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-tab-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-tab-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-tab-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-tab-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-tab-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-tab-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-tab-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 620px) {
  .col-mob-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

.mr-auto {
  margin-right: auto;
}

.full-width {
  width: 100% !important;
}

.padding-none {
  padding: 0 !important;
}

.header-bar {
  background: linear-gradient(90.25deg, #00408A 8.78%, #002856 97.95%);
  color: white;
  padding: 11px 24px;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5em;
  text-transform: uppercase;
}
.header-bar > * {
  display: inline-flex;
}

.gem-card {
  background-color: white;
  box-shadow: 0px 0px 2px rgba(0, 101, 242, 0.1), 0px 1px 4px rgba(0, 101, 242, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.feed-card-list {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: all 0.6s ease;
  margin: 0;
  padding: 0;
  position: relative;
}

.feed-card {
  padding: 2rem 1.5rem 1.25rem;
  transition: all 0.6s ease;
  width: 100%;
  max-width: var(--profile-feed-w);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.feed-card--banner {
  padding: 0;
  gap: 0;
}
.feed-card--banner .banner {
  position: relative;
  padding: 0.5rem 1rem;
  background: #006d9e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.feed-card--banner .banner .badge {
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1;
}
.feed-card--banner .banner .close {
  color: white;
  top: 0.3rem;
  right: 0.75rem;
}
.feed-card--banner .card-content {
  padding: 0.75rem 1.5rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feed-card .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  opacity: 0.5;
  color: black;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.feed-card .close .close-x {
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  display: inline-flex;
  font-size: 2.5rem;
  font-weight: 200;
  font-family: system-ui;
  line-height: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.feed-card .close:hover, .feed-card .close:focus {
  opacity: 1;
}
.feed-card .card-avatar {
  text-align: center;
}
.feed-card .card-avatar img {
  width: auto;
  height: 120px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}
.feed-card__info {
  color: #006D9E;
  font-weight: 600;
}
.feed-card__info .card-title {
  color: #004A6B;
  margin: 0;
}
.feed-card__info .card-subtitle {
  margin: 0.15em 0;
  font-weight: 600;
  font-size: 0.9rem;
}
.feed-card__info .card-location {
  margin: 0.3em 0;
  font-weight: 500;
  font-size: 0.9rem;
}
.feed-card.closed, .feed-card.hidden {
  transition: all 0.6s ease;
  opacity: 0 !important;
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -2rem;
  border: none !important;
}
.feed-card.closed *, .feed-card.hidden * {
  color: rgba(255, 255, 255, 0) !important;
  background-color: rgba(255, 255, 255, 0) !important;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    max-width: 100vw;
    overflow: hidden;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.375;
}
body.is_fellow .hide-fellow {
  display: none !important;
}
body.is_alumni .hide-alumni {
  display: none !important;
}
body.is_employer .hide-employer {
  display: none !important;
}
body.is_university .hide-university {
  display: none !important;
}

h1, h2, h3, h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 50px;
  margin: 15px 0px 31px;
}

.h3 {
  font-size: 30px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.h6 {
  font-size: 18px;
}

.container {
  width: 90%;
  max-width: 1180px;
  margin: auto;
}
.container.x2 {
  max-width: 950px;
}
.container.x3 {
  max-width: 1400px;
}

.image {
  border-radius: 10px;
  max-width: 100%;
}

*[tabindex] {
  cursor: pointer;
}

.link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.link-reversed::before {
  content: "\f053";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 0px 9px 0px 13px;
  font-size: 18px;
  transition: transform ease-in-out 0.2s;
}
.link-reversed::after {
  content: "" !important;
  display: none;
}
.link-reversed:hover::before {
  transform: translate(-7px, 0px);
}
.link::after {
  content: "\f054";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 2px 13px 0px 9px;
  font-size: 18px;
  transition: transform ease-in-out 0.2s;
}
.link:hover::after {
  transform: translate(7px, 0px);
}

.gform_button,
.btn, .wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  background-color: #006d9e;
  color: white;
  text-decoration: none;
  padding: 11px 24px;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  display: inline-flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: fit-content;
}
.gform_button + .gform_button,
.gform_button + .btn, .gform_button + .wp-block-button .wp-block-button__link,
.btn + .gform_button,
.btn + .btn,
.btn + .wp-block-button .wp-block-button__link, .wp-block-button .wp-block-button__link + .gform_button,
.wp-block-button .wp-block-button__link + .btn, .wp-block-button .wp-block-button__link + .wp-block-button .wp-block-button__link {
  margin-left: 10px;
}
.gform_button:hover,
.btn:hover, .wp-block-button .wp-block-button__link:hover {
  background-color: #fff !important;
  color: #002856 !important;
}
.gform_button:hover::after,
.btn:hover::after, .wp-block-button .wp-block-button__link:hover::after {
  transform: translate(7px, 0px);
}
.gform_button:focus,
.btn:focus, .wp-block-button .wp-block-button__link:focus {
  background-color: #006d9e !important;
  color: white !important;
}
.gform_button:focus::after,
.btn:focus::after, .wp-block-button .wp-block-button__link:focus::after {
  transform: translate(0px, 0px);
}
.gform_button::after,
.btn::after, .wp-block-button .wp-block-button__link::after {
  content: "\f054";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 2px 0px 0px 8px;
  font-size: 16px;
  line-height: 1.2;
  transition: transform ease-in-out 0.2s;
}
.gform_button.x2,
.btn.x2, .wp-block-button .wp-block-button__link.x2 {
  background-color: white;
  color: #002856;
}
.gform_button.x3,
.btn.x3, .wp-block-button .wp-block-button__link.x3 {
  background-color: #FC5000;
  color: white;
}
.gform_button.x3:hover,
.btn.x3:hover, .wp-block-button .wp-block-button__link.x3:hover {
  background-color: #002856 !important;
  color: white !important;
}
.gform_button.x4,
.btn.x4, .wp-block-button .wp-block-button__link.x4 {
  background: linear-gradient(90.25deg, #00408A 8.78%, #002856 97.95%);
  color: white;
}
.gform_button.x4:hover,
.btn.x4:hover, .wp-block-button .wp-block-button__link.x4:hover {
  background: linear-gradient(90.25deg, #006d9f 8.78%, #004a6b 97.95%) !important;
  color: white !important;
}
.gform_button.color-orange,
.btn.color-orange, .wp-block-button .wp-block-button__link.color-orange {
  color: #FC5000 !important;
}
.gform_button.outline,
.btn.outline, .wp-block-button .wp-block-button__link.outline {
  background-color: white;
  color: #757575;
  border: 1px solid;
}
.gform_button.text,
.btn.text, .wp-block-button .wp-block-button__link.text {
  background-color: rgba(255, 255, 255, 0);
  color: currentColor;
}
.gform_button.text:hover,
.btn.text:hover, .wp-block-button .wp-block-button__link.text:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #006d9e !important;
}
.gform_button.large,
.btn.large, .wp-block-button .wp-block-button__link.large {
  font-size: 18px;
}
.gform_button.small,
.btn.small, .wp-block-button .wp-block-button__link.small {
  font-size: 14px;
  padding: 0.5em 1.25em;
}
.gform_button span + span,
.btn span + span, .wp-block-button .wp-block-button__link span + span {
  margin-left: auto;
}

.button-link-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 1rem 0 0;
}

.chip-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.chip-bar .chip {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.25em 0;
  border-radius: 3px;
  line-height: 1;
}
.chip-bar .chip--blue,
.chip-bar .chip--button {
  padding: 0.4em 0.75em 0.3em 0.75em;
  gap: 0.5em;
  background-color: #00408A;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1;
}
.chip-bar .chip--blue button,
.chip-bar .chip--button button {
  opacity: 0.5;
  background: rgba(255, 255, 255, 0);
  border: none;
  padding: 0;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1em;
  min-width: 1em;
}
.chip-bar .chip--blue button > span,
.chip-bar .chip--button button > span {
  transform: rotate(45deg);
  font-size: 2em;
  line-height: 0.45em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -0.025em;
  left: -0.1em;
}
.chip-bar .chip--blue button:hover, .chip-bar .chip--blue button:focus,
.chip-bar .chip--button button:hover,
.chip-bar .chip--button button:focus {
  opacity: 1;
}

.chip-bar + .chip-bar {
  margin-top: 0.5rem;
}

.icon-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 0.5em;
  color: white;
  background: #FC5000;
  border-radius: 5px;
  border: none;
  padding: 0.5em 1.25em;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
}
.icon-button.gray {
  background: #757575;
}
.icon-button.dark-blue {
  background: #002856;
}
.icon-button.blue {
  background: #006d9e;
}
.icon-button:hover {
  color: white !important;
  background: #666;
}
.icon-button .tilt {
  transform: rotate(45deg);
}
.icon-button.loading {
  pointer-events: none;
  opacity: 0.8;
}
.icon-button.loading i {
  transform: rotate(360deg);
  transition: transform 1s ease;
  transform-origin: center;
}

.text-limit-380 {
  max-width: 380px;
}

.hero {
  height: 700px;
  display: flex;
  color: white;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.hero-background {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-background.mob-vid {
  display: none;
}
.hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000057;
}
.hero h1 {
  line-height: 1.16em;
  margin-bottom: 20px;
  margin-top: 0;
}
.hero .container {
  position: relative;
}
.hero .nav-pointer {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 200px;
  margin-left: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-decoration: none;
}
.hero .nav-pointer * {
  transition: all 0.2s ease-in;
}
.hero .nav-pointer:hover {
  color: #fff !important;
}
.hero .nav-pointer:hover span + span {
  transform: translateY(5px);
}

.header-block {
  height: 460px;
  display: flex;
  color: white;
  position: relative;
  width: 100%;
  align-items: center;
  text-align: center;
}
.header-block__background {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-block__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000057;
}
.header-block .container {
  position: relative;
}
.header-block .nav-pointer {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 200px;
  margin-left: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.left-align-text .info-blurb-block {
  text-align: left !important;
}
.left-align-text .info-blurb-block .info-blurb-block__heading {
  text-align: left !important;
  width: 100%;
}

.is-type-video .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.notransform {
  text-transform: none;
}

figure.is-type-video {
  margin: 0 !important;
}

.section {
  padding: 70px 0px;
}
.section.nbp {
  padding-bottom: 0;
  display: table;
  width: 100%;
}
.section.ntp {
  padding-top: 0;
  display: table;
  width: 100%;
}
.section.x1 {
  background-color: white;
}
.section.x2 {
  background-color: #EAF3F8;
}
.section.x3 {
  background-color: #F0F0F1;
}
.section__title {
  text-align: center;
  margin: 0px;
  margin-bottom: 50px;
}
.section .container > h2,
.section .container > h3,
.section .container > h4,
.section .container > ul,
.section .container > ol,
.section .container > p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.section .container > h2 a,
.section .container > h3 a,
.section .container > h4 a,
.section .container > ul a,
.section .container > ol a,
.section .container > p a {
  color: #002856;
}

.blocks-gallery-item img {
  border-radius: 8px;
}

.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
}
.blocks-gallery-grid .blocks-gallery-item figure img,
.wp-block-gallery .blocks-gallery-item figure img {
  flex: unset !important;
}
.blocks-gallery-grid .blocks-gallery-item figure figcaption,
.wp-block-gallery .blocks-gallery-item figure figcaption {
  position: relative;
  background: none;
  color: #000;
  text-align: left;
  padding: 10px;
}

.featured {
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 25px;
}
.featured.twocollist .featured__text > ul {
  column-count: 2;
}
.featured.twocollist .featured__text > ul li {
  display: inline-block;
  width: 100%;
}
.featured .link:after {
  padding-top: 3px;
}
.featured.noborderlink ul li {
  border: none;
  margin-bottom: 0;
}
.featured h2 {
  margin-bottom: 0px;
}
.featured .featured__text {
  margin-right: 0px;
}
.featured .featured__text > ul {
  margin-top: 20px;
  max-width: 400px;
}
.featured .feature_sub ul {
  list-style: disc;
  padding-left: 20px;
}
.featured.x1 {
  flex-direction: row-reverse;
}
.featured.x1 .featured__text {
  margin-left: 0px;
}
.featured.x1 .image {
  float: right;
}
.featured.x1.block_x2 img {
  margin-bottom: 0px !important;
  border-radius: 0px 10px 10px 0px;
}
.featured.x1.full .image {
  border-left: 0px;
}
.featured > div {
  width: 50%;
}
.featured.block_x2 {
  background-color: white;
  border-radius: 10px;
}
.featured.block_x2 .image {
  border-radius: 10px 0px 0px 10px;
  margin-bottom: -5px;
  width: 100%;
  max-width: 100%;
}
.featured.block_x2 .featured__text {
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
}
.featured.block_x2 h2 {
  font-size: 40px;
  line-height: 50px;
  color: #006D9E;
}
.featured.align_top {
  align-items: start;
}
.featured.align_center {
  align-items: center;
}
.featured .image {
  max-width: 480px;
  object-fit: cover;
  width: 100%;
}
.featured iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.featured__text {
  max-width: 440px;
  margin: auto;
}
.featured ul {
  list-style: none;
  padding: 0;
}
.featured ul li {
  padding-bottom: 6px;
  margin-bottom: 16px;
  border-bottom: 1px solid #CBD0D4;
}
.featured ul li a {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006D9E;
  text-decoration: none;
  margin-bottom: 15px;
}
.cta-card-grid-block .grid {
  justify-content: center;
}
.cta-card-grid-block .grid .col-desk-4 {
  display: flex;
  flex-direction: column;
}
.cta-card-grid-block .grid .col-desk-4 .cta-card {
  justify-content: flex-start;
  height: 100%;
}

.cta-card {
  max-width: 400px;
  background-color: #F0F0F1;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  padding-bottom: 30px;
  position: relative;
  margin-top: 50px;
}
.cta-card h3 {
  text-align: center;
  font-size: 23px;
}
.cta-card ul {
  padding: 0px;
  margin-left: 0;
}
.cta-card ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  list-style: none;
}
.cta-card ul li:before {
  content: url("./images/check.svg");
  position: absolute;
  left: 0;
  top: 3px;
}
.cta-card .cta-img {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background-color: #006D9E;
  padding: 20px;
  margin-top: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-card .cta-img img {
  width: 100%;
}
.cta-card .btn {
  position: absolute;
  bottom: -20px;
  font-size: 23px;
}

.page-id-645 .tabs-block.x2 .tabs-block__nav a {
  text-align: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.link-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  max-height: 350px;
  font-family: "Oswald", sans-serif;
}
.link-list__item:nth-child(1) .link {
  background: #006D9E;
}
.link-list__item:nth-child(3) .link {
  background: #FF6419;
}
.link-list__item:nth-child(4) .link {
  background: #002856;
}
.link-list__item {
  width: 25%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.link-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}
.link-list__item .link {
  width: 100%;
  display: block;
  margin: 0px;
  height: 61px;
  font-size: 23px;
  justify-content: start;
  display: flex;
  align-items: center;
  background-color: #00b9eb;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 20px;
}

.sub-nav-block {
  font-family: "Oswald";
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 10;
  padding: 1px;
  border-bottom: 1px solid #EAF3F8;
}
.sub-nav-block .link {
  color: #fc5000;
}
.sub-nav-block ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-nav-block ul li a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #002856;
}

.footer-menu-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.footer-menu-wrap > * {
  width: 33.33%;
}

.bottom-menu ul {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.bottom-menu ul li {
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
}
.bottom-menu ul a {
  text-decoration: none;
}

footer.site-footer {
  background-color: #002856;
  color: white;
  padding: 70px 0px 30px 0px;
}
footer.site-footer .footer-logo {
  max-width: 142px;
  margin-bottom: 20px;
}
footer.site-footer .buttons {
  margin-top: 35px;
}
footer.site-footer .social {
  color: white;
}
footer.site-footer .footer-content p {
  font-size: 14px;
  margin-bottom: 25px;
}
footer.site-footer a:not(.btn) {
  color: #fff !important;
}
footer.site-footer .footer-menu > ul {
  list-style: none;
  padding: 0px;
  width: 100%;
}
footer.site-footer .footer-menu > ul > li {
  padding: 0px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}
footer.site-footer .footer-menu > ul > li:not(.menu-item-has-children) {
  margin-bottom: 20px;
}
footer.site-footer .footer-menu > ul > li > a {
  margin-bottom: 10px;
  display: inline-block;
}
footer.site-footer .footer-menu > ul > li .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
footer.site-footer .footer-menu > ul > li .sub-menu a {
  font-family: "Open Sans", sans-serif;
  padding: 0px;
  font-size: 14px;
  text-transform: capitalize;
}
footer.site-footer .footer-menu > ul > li a {
  color: white;
  text-decoration: none;
}

.footer-list-heading {
  text-transform: uppercase;
  margin-top: 0px;
}

.footer-list-text {
  font-size: 14px;
}

.footer-copyright {
  border-top: 1px solid #ffffff2f;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  font-family: "Oswald";
}
.menu ul {
  list-style: none;
  display: flex;
}
.menu ul li a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #002856;
}

#primary-menu {
  margin: 0px 15px;
  list-style: none;
}
#primary-menu a {
  text-decoration: none;
  padding: 5px 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.navbar {
  padding: 15px 0px;
  font-size: 18px;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.navbar.nav-menu-open {
  position: fixed !important;
  width: 100%;
  top: 0;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .container .menu {
  display: flex;
  justify-content: space-between;
}
.navbar .container .menu a {
  color: white;
}
.logged-in .navbar {
  display: none;
}

.brand.white {
  display: block;
}

.brand {
  display: none;
}

.home .site-footer {
  margin-top: 40px;
}

.nohero .searchformwrap + section,
body.page-id-1134 .searchformwrap + section {
  padding-top: 100px;
  padding-bottom: 30px;
}
.nohero .searchformwrap + section .container,
body.page-id-1134 .searchformwrap + section .container {
  max-width: 790px;
}
.nohero .searchformwrap + section .container .wp-block-columns,
body.page-id-1134 .searchformwrap + section .container .wp-block-columns {
  margin-top: 50px;
}

#gform_1 .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
}
#gform_1 .gform_footer .gform_button {
  font-size: 0 !important;
  border: none;
  background: none;
}

.gform_confirmation_wrapper {
  text-align: center;
  max-width: 57ch;
  margin: 2rem auto;
}

.gform_wrapper {
  max-width: 780px !important;
  margin: 0 auto;
}
.gform_wrapper .btn {
  margin: 40px auto 0;
  font-size: 23px;
}
.gform_wrapper .button {
  border: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
  padding: 15px 20px !important;
  border: 1px solid #fff !important;
  font-size: 14px !important;
}
.gform_wrapper .gfield_label {
  font-family: "Oswald", sans-serif;
  font-size: 23px !important;
  font-weight: 400 !important;
  margin-top: 20px;
}
.gform_wrapper .gfield_label .gfield_required {
  font-size: 16px;
  color: #fc5000;
}
.gform_wrapper .chosen-container-single .chosen-single {
  border: 1px solid #fff !important;
  padding: 15px 20px !important;
  font-weight: 400;
  color: #b4b4b4;
  margin: 0px !important;
  font-size: 14px;
  box-shadow: none !important;
  background: #fff !important;
}
.gform_wrapper .gform_fields > .gfield {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.gform_wrapper .gform_fields > .gfield textarea {
  margin-top: 0 !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 14px !important;
}
.gform_wrapper .chosen-container-single .chosen-single {
  height: auto !important;
}
.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff !important;
  background: #fff !important;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.gform_wrapper .chosen-container .chosen-single div {
  width: 30px;
}
.gform_wrapper .chosen-container .chosen-single div b {
  background: none !important;
}
.gform_wrapper .chosen-container .chosen-single div b:after {
  background: no-repeat url(images/gem-caret-down.svg) 50% 100%/13px;
  right: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 18px !important;
  color: #000;
  top: 10px;
  display: block;
  content: " ";
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #000;
}
.gform_wrapper :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.gform_wrapper ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.gform_wrapper :-ms-input-placeholder {
  color: #000;
}
.gform_wrapper :placeholder-shown {
  color: #000;
}
.gform_wrapper #field_1_5 {
  text-align: center;
}
.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  border-radius: 0 !important;
  overflow: hidden;
  top: 100%;
  z-index: 1010;
  margin-top: -3px;
  width: 100%;
  border: 1px solid #fff !important;
  background: #fff !important;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 14px !important;
}
.gform_wrapper .chosen-container .chosen-drop li {
  padding: 15px 20px !important;
  color: #000;
}
.gform_wrapper .chosen-container .chosen-drop li.highlighted, .gform_wrapper .chosen-container .chosen-drop li.selected {
  background: #002856 !important;
}
.gform_wrapper .chosen-container .chosen-results {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper .ginput_container_select .chosen-search {
  display: none !important;
  visibility: hidden;
}
@media (max-width: 641px) {
  .gform_wrapper .chosen-container-single .chosen-single div b {
    top: 0 !important;
    transform: none !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single {
    line-height: 24px !important;
  }
  .gform_wrapper .chosen-container-single .chosen-single span {
    margin-bottom: 0 !important;
  }
}

body.page-id-1134 .navbar,
body.single-post .navbar,
body.search .navbar,
body.home .navbar, body.single-team .navbar, body.woocommerce-page .navbar {
  background: white;
  position: relative;
}
body.page-id-1134 .navbar .container .menu a,
body.single-post .navbar .container .menu a,
body.search .navbar .container .menu a,
body.home .navbar .container .menu a, body.single-team .navbar .container .menu a, body.woocommerce-page .navbar .container .menu a {
  color: #002856;
}
body.page-id-1134 .navbar .container .nav-icon svg,
body.single-post .navbar .container .nav-icon svg,
body.search .navbar .container .nav-icon svg,
body.home .navbar .container .nav-icon svg, body.single-team .navbar .container .nav-icon svg, body.woocommerce-page .navbar .container .nav-icon svg {
  fill: #002856;
}
body.page-id-1134 .navbar .brand,
body.single-post .navbar .brand,
body.search .navbar .brand,
body.home .navbar .brand, body.single-team .navbar .brand, body.woocommerce-page .navbar .brand {
  display: block;
}
body.page-id-1134 .navbar .brand.white,
body.single-post .navbar .brand.white,
body.search .navbar .brand.white,
body.home .navbar .brand.white, body.single-team .navbar .brand.white, body.woocommerce-page .navbar .brand.white {
  display: none;
}

.nohero.navbar {
  background: white;
  position: relative;
}
.nohero.navbar .container .menu a {
  color: #002856;
}
.nohero.navbar .container .nav-icon svg {
  fill: #002856;
}
.nohero.navbar .brand {
  display: block;
}
.nohero.navbar .brand.white {
  display: none;
}

.nav-icon svg {
  height: 18px;
  margin-top: 3px;
  color: white;
  fill: white;
}

.top-nav {
  background-color: #002856;
  font-size: 18px;
  border-bottom: 4px solid #fc5000;
  position: relative;
  z-index: 1;
  padding: 14px 0;
}
.top-nav .link:after {
  font-size: 14px;
}
.top-nav .container {
  display: flex;
  padding: 0px 0px;
  color: white;
  font-family: "Oswald";
  justify-content: space-between;
  align-items: center;
}
.top-nav a {
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  color: white;
}
.top-nav ul {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0;
}
.top-nav ul li {
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.522);
}
.top-nav ul li a {
  padding: 0 0.65em;
  line-height: 1;
}
.top-nav ul li:last-of-type {
  border-right: 0px;
}
.top-nav ul li:last-of-type a {
  padding-right: 0;
}

@media (max-width: 900px) {
  .logged-in .top-nav > .container {
    flex-direction: column;
    gap: 1rem;
  }
  .logged-in .top-nav > .container > a {
    margin-right: auto;
  }
  .logged-in .top-nav > .container .menu-top-container {
    margin-left: auto;
  }
  .logged-in .top-nav > .container .menu-top-container ul {
    display: flex;
  }
}
@media (max-width: 500px) {
  .logged-in .top-nav a,
.logged-in nav a {
    font-size: 3.75vw;
  }
}

nav.logged-in-members {
  background-color: white;
  font-size: 18px;
  position: relative;
  z-index: 1;
  padding: 14px 0;
}
nav.logged-in-members .menu-logged-in-members-container > ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  padding: 0px;
  margin: 0;
}
nav.logged-in-members .menu-logged-in-members-container > ul li {
  line-height: 1;
  border-right: 1px solid #757575;
}
nav.logged-in-members .menu-logged-in-members-container > ul li:last-child {
  border-color: rgba(255, 255, 255, 0);
}
nav.logged-in-members .menu-logged-in-members-container > ul li a {
  padding: 0 0.65em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  color: #757575;
}
nav.logged-in-members .menu-logged-in-members-container > ul li.current-menu-item a, nav.logged-in-members .menu-logged-in-members-container > ul li.current-menu-item a:hover {
  color: #002856;
  cursor: default;
  pointer-events: none;
}

.blurb-section.x2 {
  position: relative;
  padding-bottom: 30px;
}
.blurb-section.x2::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-color: #EAF3F8;
}

.blurb-section + section.x2.rules-requirements {
  padding-top: 50px !important;
}

.lowercase {
  text-transform: lowercase;
}

.full-image-blurb-block {
  font-size: 30px;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 500px;
  max-width: 1180px;
  display: flex;
  align-items: center;
  margin: 50px auto 30px;
  text-shadow: 2px 2px 4px #0000003f;
  font-family: "oswald";
  padding: 20px 30px;
  width: 90%;
}
.full-image-blurb-block.x2 {
  justify-content: flex-end;
}
.full-image-blurb-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}
.full-image-blurb-block__content {
  position: relative;
  max-width: 500px;
  color: white;
  padding: 30px;
}
.full-image-blurb-block__content.x1 p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.full-image-blurb-block__content.x1 a {
  color: white;
  text-decoration: none;
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
}

.wp-block-table a {
  color: #000;
}

.blurb-section + .section.x2 {
  padding-top: 0;
}

.page-id-645 #about-i4 img {
  margin: 0 auto;
  display: table;
}

.info-blurb-block.x1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 16px;
}
.info-blurb-block.x1 .info-blurb-block__heading {
  font-size: 23px;
  font-family: "Oswald";
}
.info-blurb-block.x1 img {
  margin: 10px;
  margin-bottom: 30px;
  max-width: 90px;
}
.info-blurb-block .link {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006D9E;
  text-decoration: none;
  margin-bottom: 15px;
}
.info-blurb-block .link:after {
  padding-right: 0;
}
.info-blurb-block.x2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column-reverse;
  font-size: 23px;
}
.info-blurb-block.x2 img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}
.info-blurb-block.x2 h3 {
  margin-top: 0px;
}

.testimonials-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  max-width: 980px;
  margin: 0 auto;
}
.testimonials-block .card-block {
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 30px !important;
}
.testimonials-block .card-block img {
  border-radius: 8px;
}
.testimonials-block .card-block.x2 .card__content {
  padding: 20px 30px;
}
.testimonials-block .person {
  margin-top: 8px;
}

.card-block.x1 {
  background-color: #F0F0F1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 360px;
}
.card-block.x1 img {
  width: 40%;
  object-fit: cover;
}
.card-block.x1 .card__content {
  padding: 20px 43px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  width: 60%;
}
.card-block.x1 .card__content .card-title {
  font-family: "Oswald";
  line-height: 1.3;
  font-size: 23px;
}
.card-block.x1 .card__content a {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006D9E;
  text-decoration: none;
}
.card-block.x2 {
  background-color: #EAF3F8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 500px;
  padding: 15px;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.card-block.x2 img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}
.card-block.x2 .card__content {
  padding: 20px 43px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
}
.card-block.x2 .card__content .card-title {
  font-family: "Oswald";
  font-size: 23px;
  line-height: 1.2em;
  margin-bottom: 17px;
}
.card-block.x2 .card__content a {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #006D9E;
  text-decoration: none;
}
.card-block.x3 {
  height: 100%;
  position: relative;
}
.card-block.x3 .card__content {
  padding-top: 10px;
  height: 100%;
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 18px;
}
.card-block.x3 .imgbox {
  position: relative;
  padding-top: 100%;
}
.card-block.x3 .imgbox img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  object-position: top;
}
.card-block.x3 img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.card-block.x3 .card-title {
  font-size: 23px;
  line-height: 30px;
  color: #FF6419;
  font-family: "Oswald";
  margin-bottom: 5px;
}
.card-block.x3 .card-sub-title {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald";
}
.card-block.x3 .link {
  color: #006d9e;
  position: absolute;
  bottom: 0px;
}
.card-block.x4 {
  height: 100%;
  position: relative;
}
.card-block.x4 .card__content {
  padding-top: 10px;
  height: 100%;
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 18px;
}
.card-block.x4 img {
  max-width: 100%;
  width: 100%;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
}
.card-block.x4 .card-title {
  font-size: 23px;
  line-height: 30px;
  color: #000;
  font-family: "Oswald";
  margin-bottom: 5px;
}
.card-block.x4 .card-sub-title {
  font-size: 14px;
  line-height: 30px;
}
.card-block.x4 .link {
  color: #006d9e;
  position: absolute;
  bottom: 0px;
}

.cta-block {
  background-color: #FFB600;
  color: #002856;
  font-family: "Oswald";
  display: flex;
  padding: 42px 0px;
}
.cta-block .cta__title {
  font-size: 50px;
  line-height: 1.2em;
}
.cta-block .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.cta-block .btn {
  background-color: #002856;
  padding: 11px 24px 11px 24px;
  font-size: 23px;
}

.faq-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-block .faq-item .faq-title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-family: "oswald";
  font-size: 23px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 1.3em;
}
.faq-block .faq-item .faq-title > div {
  padding-right: 20px;
}
.faq-block .faq-item .faq-title * {
  pointer-events: none;
}
.faq-block .faq-item .faq-title i {
  font-size: 18px;
  margin-top: 6px;
}
.faq-block .faq-item .faq-title i.is-active {
  transform: rotate(180deg);
}
.faq-block .faq-item .faq-content {
  overflow: hidden;
  padding: 0px;
  max-height: 0px;
  border-bottom: 1px solid #CBD0D4;
  transition: all 0.2s ease;
}
.faq-block .faq-item .faq-content.is-active {
  padding: 30px 0px;
  max-height: none;
}
.faq-block .faq-heading {
  font-family: Oswald;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  color: #006D9E;
}

.searchandfilter {
  margin-bottom: 25px;
}
.searchandfilter h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.searchandfilter ul {
  padding: 0;
  display: flex;
}
.searchandfilter ul li {
  margin-right: 25px;
}
.searchandfilter ul li input {
  position: absolute;
  left: -9999px;
}
.searchandfilter ul li label {
  font-family: "Oswald";
  font-size: 23px;
  text-decoration: none;
  color: black;
  align-items: center;
  padding-left: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  line-height: 1.3em;
}
.searchandfilter ul li input:checked + label {
  color: #fc5000;
  text-decoration: underline;
}

.tabs-block__nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  counter-reset: nav-counter;
}
.tabs-block__nav a {
  font-family: "Oswald";
  font-size: 23px;
  padding: 17px 18px 17px 8px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #EAF3F8;
  text-decoration: none;
  color: black;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  line-height: 1.3em;
}
.tabs-block__nav a.is-active {
  background-color: #EAF3F8;
}
.tabs-block__nav a::before {
  counter-increment: nav-counter;
  content: counter(nav-counter);
  border-radius: 100%;
  border: 1px solid rgba(79, 79, 79, 0.07);
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  float: left;
  background-color: white;
}
.tabs-block__content {
  background-color: #EAF3F8;
  min-height: 500px;
  padding: 40px 15px;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}
.tabs-block__content .panel-content {
  max-width: 780px;
  width: 95%;
  margin: auto;
}
.tabs-block__content .panel-content > h2 {
  color: #006D9E;
  font-size: 40px;
  line-height: 1.2;
  margin: 40px 0 20px;
}
.tabs-block__content .panel-content > h2 + h3 {
  margin-top: -10px;
}
.tabs-block__content .panel-content li {
  margin: 20px 0;
}
.tabs-block__content .panel-content > h3 {
  font-size: 23px;
  line-height: 1.3;
}
.tabs-block__content .panel-content h3 a {
  text-decoration: none;
  color: #000;
}
.tabs-block__content .panel-content h3 a:hover {
  color: #FF6419;
}
.tabs-block__panel {
  display: none;
}
.tabs-block__panel.is-active {
  display: block;
}
.tabs-block.x1 .tabs-block__nav {
  border: none;
  justify-content: flex-start;
}
.tabs-block.x1 .tabs-block__nav a {
  width: auto;
  padding-right: 30px;
  padding-left: 0px;
  border: none;
}
.tabs-block.x1 .tabs-block__nav a::before {
  display: none;
}
.tabs-block.x1 .tabs-block__nav a.is-active {
  background-color: rgba(255, 255, 255, 0);
  color: #FF6419;
  background: 255, 100, 25, 0.8;
  text-decoration: underline;
}
.tabs-block.x1 .tabs-block__content {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
}
.tabs-block.x1 .tabs-block__content .panel-content {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}
.tabs-block.x1 .tabs-block__content .panel-content.grid-list {
  padding-top: 50px;
}
.tabs-block.x2 .tabs-block__nav a {
  padding-left: 30px;
}
.tabs-block.x2 .tabs-block__nav a::before {
  display: none;
}
.tabs-block.x3 {
  display: flex;
}
.tabs-block.x3 .tabs-block__content {
  background-color: rgba(255, 255, 255, 0);
  padding: 0 15px 40px 35px;
}
.tabs-block.x3 .tabs-block__content *:first-child {
  margin-top: 0;
}
.tabs-block.x3 .tabs-block__nav {
  flex-direction: column;
  max-width: 355px;
  width: 100%;
  justify-content: start;
  align-items: baseline;
}
.tabs-block.x3 .tabs-block__nav a {
  border-radius: 0px;
  border: 0px;
  padding-left: 100px;
  border-top: 1px solid #CBD0D4;
}
.tabs-block.x3 .tabs-block__nav a.is-active {
  background-color: #006d9e;
  color: white;
  border-radius: 0px 50px 50px 0px;
}
.tabs-block.x3 .tabs-block__nav a.is-active:hover {
  color: white !important;
}
.tabs-block.x3 .tabs-block__nav a.is-active + a {
  border: 0px;
}
.tabs-block.x3 .tabs-block__nav a::before {
  content: "";
  display: none;
}

#featured-alumni .col-desk-3 {
  width: 33.333%;
}

.home .full-image-blurb-block {
  background: #000;
}
.home .full-image-blurb-block img {
  opacity: 0.9;
}

.headerlogo img {
  width: 100px;
}

.page-id-634 #gem-fellowships .col-desk-4,
.page-id-634 #fellowships + section .col-desk-4,
.page-id-164 #gem-fellowships .col-desk-4,
.page-id-164 #fellowships + section .col-desk-4 {
  width: 40%;
}
.page-id-634 #gem-fellowships .col-desk-4 .cta-card,
.page-id-634 #fellowships + section .col-desk-4 .cta-card,
.page-id-164 #gem-fellowships .col-desk-4 .cta-card,
.page-id-164 #fellowships + section .col-desk-4 .cta-card {
  max-width: none;
}

.fwblurbpop .lightbox__modal {
  max-width: 760px;
}

.featured__text img {
  max-height: 120px;
}

.page-id-634 #fellowships + section {
  padding-bottom: 0;
}
.page-id-634 section.x2 + section.x1 {
  padding-bottom: 0;
}
.page-id-634 .last .featured:nth-child(2) {
  padding-top: 55px;
}
.page-id-634 .last .featured:nth-child(3) {
  padding-top: 55px;
}

.fellows-block > p:first-child {
  margin-bottom: 0;
}
.fellows-block .tabs-block__nav {
  margin-bottom: 20px;
}
.fellows-block .card.x1 {
  margin-bottom: 40px;
}
.fellows-block .card.x1 h3 {
  margin-top: 6px;
}

.timeline-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
}
.timeline-block::before {
  content: "";
  width: 1px;
  background-color: white;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.timeline-block__item {
  width: 50%;
  padding-right: 42px;
  position: relative;
  margin-top: -100px;
}
.timeline-block__item:nth-child(even) {
  margin-top: 80px;
  padding-left: 42px;
}
.timeline-block__item:nth-child(even) .timeline-block__card::before {
  right: unset;
  left: -20px;
}
.timeline-block__item:nth-child(even) .timeline-block__card::after {
  right: unset;
  left: -50px;
}
.timeline-block__card {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.timeline-block__card::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: white;
  right: -20px;
  top: 50%;
  transform: rotate(45deg);
  margin-top: -20px;
}
.timeline-block__card::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: white;
  right: -50px;
  top: 50%;
  margin-top: -8px;
}
.timeline-block__date {
  color: #fc5000;
  margin-bottom: 20px;
  font-size: 23px;
  font-family: "Oswald";
}
.timeline-block h3 {
  font-size: 40px;
  color: #006d9e;
  margin-bottom: 20px;
}
.timeline-block.x2 {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 500px;
  min-height: 380px;
  align-items: flex-end;
  padding-bottom: 10px;
}
.timeline-block.x2 h3 {
  display: none;
}
.timeline-block.x2::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: white;
  height: 1px;
  position: absolute;
  left: 0px;
  margin-left: -1px;
  bottom: 10px;
}
.timeline-block.x2 .timeline-block__card {
  min-height: 300px;
}
.timeline-block.x2 .timeline-block__item {
  width: 100%;
  padding-bottom: 42px;
  position: relative;
}
.timeline-block.x2 .timeline-block__item:nth-child(even) {
  margin-top: 0px;
  padding-left: 0px;
}
.timeline-block.x2 .timeline-block__card::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: white;
  right: 50%;
  top: unset;
  transform: rotate(45deg);
  margin-right: -20px;
  bottom: -20px;
}
.timeline-block.x2 .timeline-block__item:nth-child(even) .timeline-block__card::before {
  left: unset;
  right: 50%;
}
.timeline-block.x2 .timeline-block__card::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: white;
  right: -50px;
  top: unset;
  margin-top: -8px;
  bottom: -49px;
  left: 50% !important;
  margin-left: -8px;
}

#our-partners .wp-block-columns {
  margin-top: 40px;
}

.page-id-634 .full-image-blurb-block.x1 {
  margin-top: 0;
  margin-bottom: 0;
}
.page-id-634 .blurb-section + .section.x1 {
  padding-top: 0;
}

.page-id-915 section.x1 + section.x1 {
  padding-top: 0;
}

section.sponsors {
  text-align: center;
}
section.sponsors .blocks-gallery-item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
section.sponsors img {
  max-height: 90px;
}
section.sponsors h3 {
  font-size: 40px;
  color: #006D9E;
}
section.sponsors ul.blocks-gallery-grid {
  margin: 20px auto;
}

.timeline-h-section {
  overflow-x: hidden;
  min-height: none;
  height: auto;
}
.timeline-h-section .container {
  width: 100%;
  max-width: none;
}
.timeline-h-section .timeline-block {
  margin-right: -10%;
}
.timeline-h-section .timeline-block__item {
  padding-right: 20px;
}
.timeline-h-section .owl-stage {
  display: flex;
}
.timeline-h-section .owl-item {
  display: flex;
  align-items: flex-end;
}

.menu-icon {
  display: none;
}

.card.x1 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: rgba(255, 255, 255, 0);
  margin-bottom: 20px;
}
.card.x1 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  min-height: 180px;
  border-radius: 10px;
}
.card.x1 h3 {
  color: #fc5000;
  margin: 0px;
  font-size: 23px;
}

.list-item {
  width: 100%;
  border-bottom: 1px solid #CBD0D4;
  padding: 20px 0px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.list-item h3 {
  font-size: 23px;
  margin: 0px;
}
.list-item p {
  margin-bottom: 0px;
}

a {
  transition: all ease 0.2s;
}
a:hover {
  color: #fc5000 !important;
}

.footer-social {
  font-family: "fab";
  font-weight: normal;
  font-size: 18px;
  color: white;
  text-decoration: none;
  margin-right: 20px;
  padding: 5px;
}

video#bgvid {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden !important;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -100;
  background-size: cover;
  object-fit: cover;
}

img.logo {
  max-width: 100px;
}

.footer-icons {
  text-indent: -9999px;
}
.footer-icons .sub-menu {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}
.footer-icons > a {
  display: none !important;
}
.footer-icons .icon-toprated:after {
  background: url(images/icon-toprated.png) no-repeat 50%/cover;
  width: 104px;
  height: 78px;
  display: block;
  content: " ";
}
.footer-icons .icon-amazonsmile:after {
  background: url(images/icon-amazonsmile.png) no-repeat 50%/cover;
  width: 112px;
  height: 35px;
  display: block;
  content: " ";
}

@media (min-width: 621px) {
  .university-info td:first-child {
    text-decoration: underline;
  }
}
.page-id-505 .uni-mobile {
  display: none;
}
.page-id-505 .table.faq-block:not(.uni-mobile) {
  display: none !important;
  visibility: hidden;
}
.page-id-505 .table .row:first-child {
  display: block !important;
}

.uni-mob-contact {
  background: #EAF3F8;
  padding: 15px;
  margin-top: 15px;
  border-radius: 8px;
}
.uni-mob-contact a {
  color: #002856;
}
.uni-mob-contact .link {
  font-size: 18px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #006D9E;
  text-decoration: none;
  margin-bottom: 15px;
}
.uni-mob-contact .link:after {
  font-size: 14px;
}
.uni-mob-contact .link:hover::after {
  -webkit-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
}

.wp-block-table {
  margin: 0px;
}
.wp-block-table table.newtable tr:nth-child(4n) {
  background-color: #F0F1F1 !important;
}
.wp-block-table table tr:first-child {
  background-color: rgba(255, 255, 255, 0) !important;
}
.wp-block-table table tr:first-child td {
  padding: 15px 10px;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 30px;
  background-color: #EAF3F8 !important;
}
.wp-block-table table tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.wp-block-table table tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
.wp-block-table table tr:nth-child(odd) {
  background-color: #F0F1F1 !important;
}
.wp-block-table table tr td {
  border: 0px;
  padding: 13px 10px;
  border-right: 1px solid #CBD0D4;
}
.wp-block-table table tr td:last-child {
  border: 0px;
}

.table .row:first-child {
  display: none;
}
.table .faq-content .col {
  font-size: 14px;
}
.table .faq-content .col:before {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  display: table;
  margin: 15px 0 10px;
  width: 100%;
}
.table .faq-title:after {
  content: "\f078";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 0px 9px 0px 13px;
  font-size: 18px;
  transition: transform ease-in-out 0.2s;
}
.table .faq-title.is-active:after {
  content: "\f077";
}
.table .faq-content {
  padding-top: 0 !important;
}

.page-id-505 .faq-content .col:first-child:before {
  content: "Application Fee Waivers";
}
.page-id-505 .faq-content .col:nth-child(2):before {
  content: "Sponsors GEM MS Fellows";
}
.page-id-505 .faq-content .col:nth-child(3):before {
  content: "GRE Required for most MS STEM Programs";
}
.page-id-505 .faq-content .col:nth-child(4):before {
  content: "GRE Required for PhD STEM";
}

.page-id-510 .faq-content .col:first-child:before {
  content: "Website";
}
.page-id-510 .faq-content .col:nth-child(2):before {
  content: "GEM Program Sponsored";
}
.page-id-510 .faq-content .col:nth-child(3):before {
  content: "Top 3 STEM Recruiting Majors";
}

.timeline-block .owl-dots {
  display: none;
}

p:empty:before {
  content: "​";
  display: none;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
.back-to-top svg {
  width: 40px;
  height: 40px;
}

.back-to-top:hover {
  opacity: 0.7;
}

.event-details {
  background-color: #006d9e;
  border-radius: 8px;
  padding: 20px;
  color: white;
  max-width: 380px;
  float: right;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 80px;
}
.event-details h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.event-details strong {
  font-family: "oswald";
  font-size: 23px;
  margin-top: 15px;
  display: inline-block;
}
.event-details .btn {
  justify-content: center;
}

.event-details-con {
  position: absolute;
  width: 100%;
  max-width: 380px;
  top: 470px;
  z-index: 20;
  right: 6%;
  height: calc(100% + 370px);
}

.event-page-content h2 {
  margin-top: 60px;
}
.event-page-content .section .container > * {
  max-width: 680px;
  margin-right: auto;
  margin-left: 0px;
}
.event-page-content .sub-nav-block ul {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
}

.schedule-group > h3 {
  color: #006D9E;
  font-size: 40px;
  margin-bottom: 20px;
}
.schedule-group .time {
  display: table;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.schedule-group .faq-item .faq-title {
  padding-bottom: 10px !important;
}
.schedule-group .faq-content {
  padding-top: 0 !important;
}
.schedule-group .card.x1 {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.schedule-group .card.x1 > div {
  padding-left: 15px;
}
.schedule-group .card.x1 > div p {
  font-size: 14px;
  margin: 8px 0 0;
}
.schedule-group .card.x1 img {
  width: 80px;
  height: 80px;
  min-height: 0;
  flex: 0 0 80px;
}

.single-events .sub-nav-block + .section h2 {
  margin-top: 40px;
}

.single-events .section__title {
  text-align: left;
}
.single-events .event-page-content .section {
  padding-top: 0;
  padding-bottom: 30px;
}

.speakers-block .col-desk-4 .card {
  max-width: 200px;
}
.speakers-block .col-desk-4 .card p {
  font-size: 14px;
}

.styled-link {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #002856;
  text-decoration: none;
}

.sponsor-group {
  width: 100%;
  margin-top: 50px;
}
.sponsor-group h3 {
  font-size: 40px;
  color: #006D9E;
  margin-bottom: 0;
}
.sponsor-group:first-child {
  margin-top: 0;
}
.sponsor-group .sponsor-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}
.sponsor-group .sponsor-list > div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 20px 0;
}
.sponsor-group .sponsor-list img {
  max-width: 92%;
  max-height: 110px;
}
.sponsor-group .sponsor-list.logo-size-large > * {
  width: 49%;
}
.sponsor-group .sponsor-list.logo-size-large > * img {
  max-width: 87%;
}
.sponsor-group .sponsor-list.logo-size-medium > * {
  width: 32%;
}
.sponsor-group .sponsor-list.logo-size-medium > * img {
  max-width: 82%;
}
.sponsor-group .sponsor-list.logo-size-small > * {
  width: 24%;
}
.sponsor-group .sponsor-list.logo-size-small > * img {
  max-width: 85%;
}

.single-team h2 {
  margin-bottom: 10px;
}
.single-team .team-pos-title {
  font-size: 23px;
  line-height: 30px;
  color: #FF6419;
  margin-top: 0px;
}
.single-team .team-content-con {
  padding-left: 20px;
}

.owl-item {
  float: left;
}
.owl-item .timeline-block__card {
  width: 100% !important;
}

.section p.has-text-align-center {
  max-width: 700px;
  margin: auto;
}

.disciplines .wp-block-columns {
  margin-top: 30px;
}
.disciplines .section__title {
  margin-bottom: 20px;
}
.disciplines h3 {
  font-weight: 400;
  margin: 4px auto;
  display: table;
  font-size: 23px;
}
.disciplines h3 strong {
  font-weight: 400;
}

.events-tabs-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.events-tabs-block .tabs-block__content {
  min-height: 100px;
}

.events-tabs-block .tabs-block__content .panel-content {
  padding-top: 0 !important;
}

.home-partnerships,
.homefeature + .homefeature {
  padding-top: 0;
}

#nav-close,
#nav-trigger {
  float: right;
  top: 30px;
  position: absolute;
  right: 0;
  height: 17px;
  width: 20px;
  transition: all 300ms ease 0s;
}

#nav-trigger {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: none;
}
@media (max-width: 960px) {
  #nav-trigger {
    display: block;
  }
}

#nav-trigger span {
  margin-top: 9px;
}

#nav-trigger span {
  background-color: rgba(255, 255, 255, 0);
}

#nav-trigger span:before,
#nav-trigger span:after {
  cursor: pointer;
  height: 2px;
  width: 20px;
  border-radius: 6px;
  background: #002856;
  position: absolute;
  display: block;
  content: "";
  transition: all 200ms linear;
}

#nav-trigger span:before {
  top: 5px;
}

#nav-trigger span:after {
  bottom: 5px;
}

#nav-trigger.menu-open span {
  background-color: rgba(255, 255, 255, 0) !important;
}

#nav-trigger.menu-open span:before,
#nav-trigger.menu-open span:after {
  top: 0;
  background-color: #fff;
}

#nav-trigger.menu-open span:before {
  transform: rotate(45deg);
}

#nav-trigger.menu-open span:after {
  transform: rotate(-45deg);
}

#sidebar-nav {
  border-top: none;
  right: 0;
  margin-top: 0;
  padding: 0;
  padding-top: 0px;
  top: 0;
  background: #002856;
  width: 100%;
  text-align: center;
  z-index: 21;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition-delay: 0s, 0.3s, 0.01s;
  height: 100vh;
  padding-top: 80px;
}
#sidebar-nav .searchtoggle {
  display: none;
}
#sidebar-nav #primary-menu ul {
  display: none;
}
#sidebar-nav .inner {
  width: 92%;
  margin: 40px auto;
}
#sidebar-nav.menu-open {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  transition-delay: 0s, 0s, 0.3s;
}
#sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
#sidebar-nav ul li {
  display: block;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  border-top: 1px solid #3d5c7f;
  padding: 13px 0 !important;
}
#sidebar-nav ul li a {
  padding: 0 !important;
  display: inline-block;
  color: #fff;
  font-size: 18px !important;
}
#sidebar-nav form {
  border-bottom: 1px solid #3d5c7f;
  position: relative;
  margin-bottom: 36px;
}
#sidebar-nav form input {
  background: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 6px 0 10px 24px;
}
#sidebar-nav form ::-webkit-input-placeholder {
  color: #fff;
}
#sidebar-nav form :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#sidebar-nav form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#sidebar-nav form :-ms-input-placeholder {
  color: #fff;
}
#sidebar-nav form :placeholder-shown {
  color: #fff;
}
#sidebar-nav form svg {
  position: absolute;
  left: 0;
  top: 8px;
}
#sidebar-nav .mobile-prim ul li:first-child {
  border: none;
}
#sidebar-nav .mobile-sec ul li a {
  color: #FF6419;
}
#sidebar-nav a {
  text-decoration: none !important;
}
#sidebar-nav .menu-item-has-children {
  position: relative;
}
#sidebar-nav .menu-item-has-children ul {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px !important;
  font-size: 14px;
}
#sidebar-nav .menu-item-has-children:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #507335;
  margin-left: -13px;
  top: 5px;
}
.nohero #nav-trigger span::before, .nohero #nav-trigger span::after,
body:not(.home):not(.search):not(.single-post):not(.page-id-1134) #nav-trigger span::before,
body:not(.home):not(.search):not(.single-post):not(.page-id-1134) #nav-trigger span::after {
  background: #fff;
}

body.search {
  background: #EAF3F8;
}
body.search .page-title {
  font-size: 36px;
}
body.search .entry-title {
  font-size: 20px;
  padding-top: 20px;
  border-top: 1px solid #CBD0D4;
  margin-bottom: 18px;
}
body.search .entry-title a {
  text-decoration: none;
  color: #002856;
}
body.search .site-main {
  padding: 60px 0 70px;
  max-width: 900px;
}

.searchformwrap.showthis {
  z-index: 3;
  opacity: 1;
}
.searchformwrap.showthis .container {
  width: 90%;
}

.searchtogglebar {
  width: 100%;
}
.searchtogglebar .wrapper {
  max-width: 660px;
}

.searchformwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 134px;
  height: 250px;
  text-align: center;
  color: white;
  transition: all 0.3s ease-in;
  z-index: -1;
  opacity: 0;
}
.searchformwrap ::-webkit-input-placeholder {
  color: #fff;
}
.searchformwrap :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.searchformwrap ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.searchformwrap :-ms-input-placeholder {
  color: #fff;
}
.searchformwrap :placeholder-shown {
  color: #fff;
}
.searchformwrap:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 1;
  z-index: 20;
  content: " ";
  background: #002856;
}
.searchformwrap h2 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}
.searchformwrap .search-input {
  outline-offset: -2px;
  padding: 0px 10px 0 30px;
  border: 0px;
  width: 100%;
  height: 30px;
  font-weight: 500;
  background: none;
}
.searchformwrap .search-input:focus, .searchformwrap .search-input:hover {
  outline: none;
}
.searchformwrap svg {
  width: 20px;
}
.searchformwrap svg * {
  fill: #fff;
  stroke: #FF6419;
}
.searchformwrap .searchclose {
  font-weight: 500;
  position: absolute;
  right: 2px;
  top: 13px;
  z-index: 222;
  cursor: pointer;
}
.searchformwrap .search-input-con {
  display: flex;
  outline-offset: -2px;
  width: 92%;
  padding: 13px 0;
  border-radius: 0;
  border: 0px;
  border-bottom: 1px solid #fff;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  align-items: center;
  box-sizing: border-box;
}
.searchformwrap .search-input-con > svg {
  width: 24px;
}
.searchformwrap .searchtogglebar {
  position: relative;
  z-index: 21;
}

div:focus, div:hover, section:focus, section:hover {
  outline: none;
}

.search-no-results .site-main .container {
  max-width: 880px;
  margin: 170px auto;
  text-align: center;
}
.search-no-results ::-webkit-input-placeholder {
  color: #000;
}
.search-no-results :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-no-results ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.search-no-results :-ms-input-placeholder {
  color: #000;
}
.search-no-results :placeholder-shown {
  color: #000;
}
.search-no-results .search-input {
  outline-offset: -2px;
  padding: 0px 10px 0 30px;
  border: 0px;
  width: 100%;
  height: 30px;
  font-weight: 500;
  background: none;
}
.search-no-results .search-input:focus, .search-no-results .search-input:hover {
  outline: none;
}
.search-no-results svg {
  width: 20px;
}
.search-no-results svg * {
  fill: #002856;
}
.search-no-results .searchclose {
  font-weight: 500;
  position: absolute;
  right: 2px;
  top: 13px;
  z-index: 222;
  cursor: pointer;
}
.search-no-results .search-input-con {
  display: flex;
  outline-offset: -2px;
  width: 92%;
  padding: 13px 0;
  border-radius: 0;
  border: 0px;
  border-bottom: 1px solid #002856;
  max-width: 600px;
  position: relative;
  margin: 40px auto 0;
  align-items: center;
  box-sizing: border-box;
}
.search-no-results .search-input-con > svg {
  width: 24px;
}

.logo-slider-block .owl-dots {
  text-align: center;
}

.owl-loaded.wp-block-columns,
.owl-loaded.testimonials-block {
  text-align: center;
}

.owl-loaded.logo-slider-block button.owl-dot,
.owl-loaded.wp-block-columns button.owl-dot,
.owl-loaded.testimonials-block button.owl-dot {
  background: #F0F1F1 !important;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  content: " ";
  margin: 5px;
}
.owl-loaded.logo-slider-block button.owl-dot.active,
.owl-loaded.wp-block-columns button.owl-dot.active,
.owl-loaded.testimonials-block button.owl-dot.active {
  background: #CBD0D4 !important;
}

.owl-loaded.logo-slider-block,
.owl-loaded.wp-block-columns,
.owl-loaded.testimonials-block {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-loaded.logo-slider-block .owl-stage,
.owl-loaded.wp-block-columns .owl-stage,
.owl-loaded.testimonials-block .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-loaded.logo-slider-block .owl-stage:after,
.owl-loaded.wp-block-columns .owl-stage:after,
.owl-loaded.testimonials-block .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-loaded.logo-slider-block .owl-stage-outer,
.owl-loaded.wp-block-columns .owl-stage-outer,
.owl-loaded.testimonials-block .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-loaded.logo-slider-block .owl-wrapper,
.owl-loaded.logo-slider-block .owl-item,
.owl-loaded.wp-block-columns .owl-wrapper,
.owl-loaded.wp-block-columns .owl-item,
.owl-loaded.testimonials-block .owl-wrapper,
.owl-loaded.testimonials-block .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-loaded.logo-slider-block .owl-item,
.owl-loaded.wp-block-columns .owl-item,
.owl-loaded.testimonials-block .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
}

.owl-loaded.testimonials-block .owl-item img {
  display: block;
  width: 100%;
}

.owl-loaded.logo-slider-block .owl-nav.disabled,
.owl-loaded.wp-block-columns .owl-nav.disabled,
.owl-loaded.testimonials-block .owl-nav.disabled,
.owl-loaded.testimonials-block .owl-dots.disabled {
  display: none;
}

.owl-loaded.logo-slider-block .owl-dot,
.owl-loaded.testimonials-block .owl-nav .owl-prev,
.owl-loaded.testimonials-block .owl-nav .owl-next,
.owl-loaded.testimonials-block .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-loaded.logo-slider-block button.owl-dot,
.owl-loaded.wp-block-columns button.owl-dot,
.owl-loaded.testimonials-block .owl-nav button.owl-prev,
.owl-loaded.testimonials-block .owl-nav button.owl-next,
.owl-loaded.testimonials-block button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-loaded.logo-slider-block,
.owl-loaded.wp-block-columns,
.owl-loaded.testimonials-block.owl-loaded {
  display: block;
}

.owl-loaded.testimonials-block.owl-loading {
  opacity: 0;
  display: block;
}

.owl-loaded.testimonials-block.owl-hidden {
  opacity: 0;
}

.owl-loaded.testimonials-block.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-loaded.testimonials-block.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-loaded.testimonials-block.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-loaded.testimonials-block.owl-rtl {
  direction: rtl;
}

.owl-loaded.testimonials-block.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-loaded.testimonials-block {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-loaded.testimonials-block .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-loaded.testimonials-block .owl-animated-in {
  z-index: 0;
}

.owl-loaded.testimonials-block .owl-animated-out {
  z-index: 1;
}

.owl-loaded.testimonials-block .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-loaded.testimonials-block .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}

.owl-loaded.testimonials-block .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-loaded.testimonials-block .owl-item .owl-lazy[src^=""], .owl-loaded.testimonials-block .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-loaded.testimonials-block .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

body .owl-loaded.testimonials-block .owl-nav {
  display: flex;
  justify-content: space-between;
}

body .owl-loaded.testimonials-block .owl-nav button {
  width: 40px;
  height: 40px;
  background: #ddd !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  transition: all 0.2s ease-in;
  font-size: 32px !important;
}

.news-card .cat {
  color: #006D9E;
  margin-right: 8px;
}
.news-card .date {
  color: #8D9398;
}
.news-card .card__content {
  padding-left: 20px;
  height: auto !important;
  padding-bottom: 10px;
}
.news-card .card__content .card-title {
  display: table;
  font-size: 30px;
  line-height: 1.3;
}

.post-item {
  padding-top: 0;
}
.post-item .post-header {
  padding: 70px 0 20px;
  background: #EAF3F8;
  text-align: center;
}
.post-item .post-header .container {
  max-width: 980px;
}
.post-item .post-header h1 {
  margin: 0 auto 30px;
}
.post-item .post-header img {
  width: 100%;
  max-width: 700px;
}
.post-item .post-header .cat {
  color: #006D9E;
  margin-right: 8px;
  font-size: 14px;
}
.post-item .post-header .date {
  font-size: 14px;
  color: #8D9398;
}
.post-item .basic-icon,
.post-item .social-icon {
  font-family: "fab";
  font-weight: normal;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  margin-left: 20px;
}
.post-item .basic-icon {
  font-family: "FontAwesome";
}
.post-item .share {
  max-width: 700px;
  font-size: 14px;
  margin: 6px auto;
  text-align: right;
}
.post-item .post-body {
  padding-top: 70px;
}
.post-item .post-body .container {
  max-width: 700px;
}
.post-item .post-related {
  padding-top: 70px;
}
.post-item .post-related .allnewslink {
  margin: 50px auto 10px;
  display: table;
}

body.blog .news-block .col-desk-4,
body.category .news-block .col-desk-4 {
  margin-bottom: 50px;
}
body.blog .pagination,
body.category .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  clear: both;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  margin-top: 50px;
}
body.blog .pagination a,
body.category .pagination a {
  text-decoration: none;
  color: #006d9e;
  margin: 0 10px;
}
body.blog .pagination span,
body.category .pagination span {
  margin: 0 10px;
  color: #8D9398;
}
body.blog .pagination .prev,
body.blog .pagination .next,
body.category .pagination .prev,
body.category .pagination .next {
  font-size: 0;
}
body.blog .pagination .prev:before,
body.blog .pagination .next:before,
body.category .pagination .prev:before,
body.category .pagination .next:before {
  font-weight: 300;
  font-family: "FontAwesome";
  font-size: 16px;
}
body.blog .pagination .next:before,
body.category .pagination .next:before {
  content: "\f054";
}
body.blog .pagination .prev:before,
body.category .pagination .prev:before {
  content: "\f053";
}

.newtable tr.pophide,
.newtable tr.pophide td {
  padding: 0;
}

.internshippop * {
  text-shadow: none;
}

.internshippop h2 {
  color: #006D9E;
}

.timeline-block.x2 {
  overflow: visible;
}
.timeline-block.x2 .owl-nav {
  display: block;
  position: absolute;
  left: 80%;
  margin-bottom: -60px;
  color: #006D9E;
}
.timeline-block.x2 .owl-nav button {
  background: none;
  border: none;
  font-size: 0;
}
.timeline-block.x2 .owl-prev:before {
  content: "\f053";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 0px 9px 0px 13px;
  font-size: 24px;
  transition: transform ease-in-out 0.2s;
}
.timeline-block.x2 .owl-next:before {
  content: "\f054";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 2px 13px 0px 9px;
  font-size: 24px;
  transition: transform ease-in-out 0.2s;
}

.lightbox__modal {
  width: 96%;
  background-color: white;
  padding: 50px 6%;
  color: black;
  position: relative;
  max-width: 650px;
  transition: all 0.2s ease;
  max-height: 95%;
  overflow-y: scroll;
}
.lightbox__modal-container {
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 102;
  display: none;
  transition: all 0.2s ease;
}
.lightbox__modal-container.lightbox-open {
  display: flex;
}
.lightbox__modal-shadow {
  background-color: rgba(0, 0, 0, 0.494);
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
}
.lightbox__modal h3 {
  color: #006D9E;
  font-size: 36px;
  margin: 0 0 30px;
}
.lightbox__modal .link {
  font-size: 23px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #006D9E;
  text-decoration: none;
  margin-bottom: 15px;
}
.lightbox__modal .link:hover::after {
  -webkit-transform: translate(7px, 0px);
  transform: translate(7px, 0px);
}
.lightbox__modal-close {
  position: absolute;
  width: 37px;
  height: 37px;
  right: 14px;
  top: 16px;
  color: #006D9E;
  justify-content: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 620px) {
  .uni-mobile {
    display: block !important;
  }

  .hero .hero-background.mob-vid {
    display: block;
  }

  .timeline-block.x2 .owl-nav {
    margin-bottom: -44px;
    width: 120px;
    left: 70%;
  }

  .hero .hero-background video {
    display: none;
    visibility: hidden;
  }

  .footer-menu-wrap > * {
    width: 100% !important;
  }

  .page-id-125 .card-block.x1 img {
    object-position: top;
  }

  body.page-id-1134 .searchformwrap + section {
    padding-bottom: 1px;
  }

  .disciplines h3 {
    margin: 0;
  }

  .page-id-915 .info-blurb-block.x1 {
    margin-top: 20px;
  }
  .page-id-915 .wp-block-column:first-child .info-blurb-block.x1 {
    margin-top: 0;
  }
  .page-id-915 .featured .featured__text > ul {
    margin-bottom: 0;
  }

  .wp-block-table {
    display: none;
  }

  #testimonials .section__title {
    margin-bottom: 20px;
  }

  .page-id-634 .last,
.page-id-634 #programming {
    padding-bottom: 0;
  }

  .tabs-block.x3,
.tabs-block {
    display: none;
  }

  .post-header .card-sub-title {
    margin-bottom: 20px;
  }

  #gem-fellowships .section__title {
    margin-bottom: 60px;
  }

  .post-related .news-card .card__content .card-title {
    font-size: 23px;
  }
  .post-related .styled-link {
    font-size: 20px;
  }
  .post-related .styled-link:after {
    font-size: 14px;
  }

  .cta-card ul li::before {
    top: 1px;
  }

  .section.post-item {
    padding-top: 0;
  }

  .event-page-content .speakers-block {
    width: 100%;
  }

  .tabs-block.fellows-block {
    display: block;
  }
  .tabs-block.fellows-block .tabs-block__nav {
    justify-content: flex-start !important;
    border-bottom: none !important;
    margin-bottom: 5px;
  }
  .tabs-block.fellows-block h3 {
    font-size: 20px;
  }
  .tabs-block.fellows-block p {
    font-size: 0.875em;
  }

  .page-id-222 #fellow-selection .section__title {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .page-id-222 #schedule .section__title {
    margin-bottom: 0;
  }

  .page-id-222 #schedule .timeline-block {
    margin-top: 40px;
  }

  .info-blurb-block.x2 {
    margin-bottom: 30px;
  }

  .info-blurb-block.x2 h3 {
    margin-bottom: 10px;
  }

  .info-blurb-block.x2 .link {
    font-size: 20px;
  }
  .info-blurb-block.x2 .link:after {
    font-size: 15px;
  }

  .sponsor-group h3,
.schedule-group > h3 {
    font-size: 26px;
  }

  .schedule-group .faq-item .faq-title {
    font-size: 20px;
  }

  .schedule-group .time {
    font-size: 14px;
  }

  .tabs-block.x1.events-tabs-block .tabs-block__nav {
    border-bottom: 1px solid #CBD0D4 !important;
    padding-bottom: 35px;
  }
  .tabs-block.x1.events-tabs-block .tabs-block__nav a {
    padding: 12px 20px 0px 0;
    font-size: 20px;
  }
  .tabs-block.x1.events-tabs-block .list-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .tabs-block.x1.events-tabs-block .btn {
    margin-top: 16px;
  }
  .tabs-block.x1.events-tabs-block .btn:after {
    font-size: 13px;
  }

  .faq-block.mobile-tabs {
    display: block !important;
    background: #EAF3F8;
    border-radius: 8px;
    padding: 20px 20px 50px;
  }
  .faq-block.mobile-tabs h2 {
    color: #006D9E;
    font-size: 28px;
  }
  .faq-block.mobile-tabs .faq-item {
    margin-bottom: -1px;
  }
  .faq-block.mobile-tabs .faq-title {
    border-top: 1px solid #CBD0D4;
    border-bottom: 1px solid #CBD0D4;
    margin-bottom: -1px;
    background: #EAF3F8;
    font-size: 21px;
  }
  .faq-block.mobile-tabs .faq-content {
    background: #EAF3F8;
  }

  .cta-card-grid-block .col:last-child .cta-card {
    margin-bottom: 0;
  }

  .timeline-block:before {
    left: 0;
  }
  .timeline-block .timeline-block__item {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
    padding-left: 25px;
  }
  .timeline-block .timeline-block__item .timeline-block__date {
    margin-bottom: 10px;
  }
  .timeline-block .timeline-block__item .timeline-block__card {
    padding: 25px;
  }
  .timeline-block .timeline-block__item .timeline-block__card:after {
    right: unset;
    left: -35px;
    margin-top: -18px;
  }
  .timeline-block .timeline-block__item .timeline-block__card:before {
    left: -10px;
    width: 20px;
    height: 20px;
    right: unset;
  }
  .timeline-block h3 {
    font-size: 26px;
  }

  .cta-block .container {
    flex-direction: column;
    text-align: center;
  }
  .cta-block .container > *:first-child {
    margin-bottom: 20px;
  }
  .cta-block .container .cta__title {
    font-size: 32px;
  }
  .cta-block .container .btn {
    font-size: 16px;
  }
  .cta-block .container .btn:after {
    font-size: 13px;
  }

  .container .grid,
.container .container,
.container .full-image-blurb-block {
    width: 100%;
  }

  .rules-requirements {
    width: 90%;
    margin: 10px auto 40px;
    padding-top: 40px !important;
    border-radius: 8px;
  }
  .rules-requirements .section__title {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .application-process .section__title {
    padding: 0 20px;
    margin-bottom: 0;
  }

  .full-image-blurb-block {
    width: 90%;
  }

  .full-image-blurb-block__content.x1 a {
    font-size: 20px;
  }
  .full-image-blurb-block__content.x1 a:after {
    font-size: 16px;
  }

  .full-image-blurb-block__content.x1 p {
    font-size: 14px;
  }

  .section__title {
    text-align: left;
    margin-bottom: 40px;
  }

  .info-blurb-block.x1 .info-blurb-block__heading h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .card-block.x1 .card__content .card-title {
    font-size: 20px;
  }

  .home .hero {
    height: 440px;
  }

  .page-id-164 #fellowships + * .section__title {
    margin-bottom: 70px;
  }
  .page-id-164 .full-image-blurb-block {
    margin-top: 0;
  }

  .section.x1 + .section.x1 {
    padding-top: 0;
  }

  .timeline-h-section {
    overflow-x: hidden;
    padding-bottom: 40px !important;
  }
  .timeline-h-section p,
.timeline-h-section .section__title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .timeline-h-section .timeline-block {
    margin-right: -2%;
    margin-top: 20px;
  }
  .timeline-h-section .timeline-block__item {
    padding-right: 0;
  }
  .timeline-h-section .timeline-block .timeline-block__item .timeline-block__card::before {
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    right: unset;
    bottom: -10px;
    top: unset;
  }

  .home .blurb-section + section {
    padding-bottom: 10px;
  }
  .home .blurb-section + section .info-blurb-block {
    margin-bottom: 20px;
  }

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

  #grad-lab-and-gem-fellowships .section__title {
    margin-bottom: 20px;
  }

  .testimonials-block .card-block {
    padding: 20px !important;
    width: 100%;
  }

  .testimonials-block .card-block.x2 .card__content {
    padding: 20px 0;
  }
  .testimonials-block .card-block.x2 .card__content .person {
    font-size: 0.875em;
  }
  .testimonials-block .card-block.x2 .card__content .card-title {
    font-size: 20px;
  }

  .card-block.x1 .card__content {
    padding: 40px 30px;
  }

  .card-block.x1 .card__content a,
.featured ul li a {
    font-size: 17px;
  }
  .card-block.x1 .card__content a:after,
.featured ul li a:after {
    font-size: 14px;
  }

  .timeline-block__text,
.info-blurb-block.x1,
.cta-card ul li {
    font-size: 0.875em;
  }

  .info-blurb-block.x1 {
    max-width: 300px;
    margin: 0 auto;
  }

  .info-blurb-block.x1 img {
    margin-bottom: 10px;
  }

  .hero .nav-pointer {
    display: none;
  }

  .hero .text-limit-380 {
    max-width: 290px;
  }

  .header-block {
    height: 300px;
  }

  .single-events .sub-nav-block + * {
    padding-top: 470px !important;
  }

  .event-details {
    top: 410px;
    position: relative;
    float: none;
  }

  .event-details-con {
    top: auto;
    z-index: 8;
    height: auto;
    top: auto;
    right: unset;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
  }

  .news-block .col {
    margin-bottom: 40px;
  }
  .news-block + .wp-block-spacer {
    display: none !important;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  .cta-card-grid-block .grid {
    width: 100% !important;
  }

  .home-partnerships .section__title {
    margin-bottom: 70px;
  }

  .link-list__item .link {
    font-size: 16px;
    height: 42px;
  }
  .link-list__item .link:after {
    font-size: 13px;
  }

  .cta-card .btn {
    font-size: 18px;
  }

  .btn, .wp-block-button .wp-block-button__link {
    padding: 10px 24px;
  }

  .home .section.x1 {
    padding-bottom: 0;
  }
  .home .section.x1 .featured__text {
    padding: 10px 0 0;
  }
  .home .section.x1 .featured-block.block_x1 {
    margin-bottom: 0;
    flex-direction: column;
  }

  .home-partnerships {
    margin-top: 40px;
  }
  .home-partnerships .col {
    padding-right: 0;
    padding-left: 0;
  }
  .home-partnerships .col:last-child .cta-card {
    margin-bottom: 70px;
  }

  .site-footer .footer-info {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-copyright {
    flex-direction: column;
    text-align: center;
  }

  .footer-social {
    margin: 0 8px;
  }

  .hero-block h1 {
    font-family: Oswald;
    font-size: 35px;
    line-height: 45px;
  }

  .featured {
    display: flex;
    flex-direction: column;
  }
  .featured__content {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px;
  }
  .featured__image {
    width: 100%;
  }

  .featured__text, .featured.x1 .featured__text {
    padding: 20px;
  }

  footer.site-footer .footer-menu > ul {
    margin: 0;
  }

  footer.site-footer .footer-menu > ul > li {
    width: 100%;
    padding-bottom: 6px;
    position: relative;
  }
  footer.site-footer .footer-menu > ul > li.menu-item-has-children {
    border-bottom: 1px solid #fff;
  }
  footer.site-footer .footer-menu > ul > li.menu-item-has-children:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
  }
  footer.site-footer .footer-menu > ul > li:not(.menu-item-has-children) {
    margin-bottom: 5px;
  }
  footer.site-footer .footer-menu > ul > li.up:after {
    content: "-";
  }
  footer.site-footer .footer-menu > ul > li .sub-menu {
    display: none;
    margin-bottom: 8px;
  }
  footer.site-footer .footer-menu > ul > li.footer-icons {
    border-bottom: none !important;
  }
  footer.site-footer .footer-menu > ul > li.footer-icons .sub-menu {
    display: flex !important;
    justify-content: center !important;
  }
  footer.site-footer .footer-menu > ul > li.footer-icons .sub-menu li {
    margin: 0 10px;
  }

  .featured .image {
    max-width: 100%;
  }

  video#bgvid {
    max-width: 100%;
  }

  .navbar .logo {
    max-width: 72px;
    float: left;
  }

  .full-image-blurb-block__content {
    position: relative;
    max-width: 95%;
    color: white;
    padding: 0px;
    font-size: 23px;
    line-height: 1.4;
  }

  .link-list__item {
    width: 50%;
  }

  .link-list {
    flex-wrap: wrap;
    max-height: none;
  }

  .card-block.x1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .card-block.x1 img {
    width: 100%;
    max-height: 300px;
  }

  .tabs-block.x1 .tabs-block__nav {
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: #002856 1px solid;
  }

  .full-image-blurb-block img {
    object-fit: cover;
    object-position: 0;
    height: 100%;
    opacity: 0.8;
  }

  .full-image-blurb-block {
    min-height: 360px;
    background: #000;
  }

  .section {
    padding: 40px 0;
  }

  .featured__text .link {
    white-space: break-spaces;
  }

  .card-block.x1 .card__content {
    width: 100%;
  }

  .link-list__item img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sub-nav-block {
    max-width: 100vw;
  }
  .sub-nav-block ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: inherit;
    background-color: white;
    margin-top: 12px;
  }

  .nav-icon.search-btn {
    position: relative;
    right: 74px;
  }

  .menu-background.menu-open {
    display: block;
  }

  .page-id-164 #fellowships + section .col-desk-4 {
    width: 100% !important;
  }

  .menu-background {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.213);
    top: 0px;
    bottom: 0px;
    right: 0px;
  }

  .menu-icon {
    width: 40px;
    height: 31px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 12px 10px;
    position: absolute;
    z-index: 100;
    right: 23px;
    top: 20px;
    transform: scale3d(0, 0);
  }

  .menu-icon span {
    background-color: #002856;
    height: 2px;
    width: 100%;
    display: block;
  }

  .navbar .menu-menu-1-container {
    display: none;
  }

  .featured, .featured.x1 {
    flex-direction: column-reverse;
  }
  .featured > div, .featured.x1 > div {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .featured .featured__text, .featured.x1 .featured__text {
    width: 100%;
    margin: auto;
    max-width: none;
    padding: 0;
  }

  #grad-lab-and-gem-fellowships {
    padding-bottom: 0;
  }

  .page-id-125 #testimonials {
    padding-top: 0;
  }

  .top-nav a {
    align-items: flex-start;
  }

  .featured.block_x2 {
    flex-direction: column;
  }
  .featured.block_x2 .featured__text {
    padding: 36px 30px;
  }
  .featured.block_x2 .featured__text h2 {
    margin-top: 0;
    font-size: 30px;
  }

  .featured__text {
    padding: 30px 0px;
  }
  .featured__text img {
    margin-top: 30px;
  }

  .cta-card {
    margin: auto;
    margin-bottom: 100px;
  }

  .blurb-section.x2 .full-image-blurb-block {
    width: 90%;
    margin: auto;
  }

  .site-footer .grid {
    width: 100%;
    flex-direction: column;
  }

  footer.site-footer .footer-menu > ul > li {
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .featured.block_x2 .image {
    border-radius: 10px 10px 0px 0px !important;
  }

  .owl-stage-outer > div {
    width: 1067px;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
  }

  .tabs-block.x3 .tabs-block__nav a {
    padding-left: 32px;
  }

  .tabs-block.x3 .tabs-block__nav {
    max-width: 275px;
  }

  .faq-block {
    max-width: 700px;
    margin: auto;
  }

  .full-image-blurb-block.x2 {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .page-id-164 #fellowships + section .col-desk-4 {
    width: 50%;
  }
}
@media screen and (max-width: 1020px) {
  #featured-alumni .col-desk-3 {
    width: 50%;
  }
}
@media screen and (max-width: 778px) {
  .sub-nav-block ul {
    justify-content: flex-start;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .sub-nav-block {
    overflow-x: scroll;
    max-width: none !important;
  }

  .footer-logo {
    text-align: center;
    width: 100%;
    object-fit: contain;
  }

  .navbar .nav-icon,
.top-nav ul {
    display: none;
  }

  .navbar.nav-menu-open {
    z-index: 22;
    background-color: #002856 !important;
  }
}
.wpuf-dashboard {
  padding: 2rem 0;
  background-color: #EAF3F8;
  --profile-feed-w: 0px;
  --column-gap: 0px;
}
.wpuf-dashboard.has-profile-feed {
  --column-gap: 2rem;
  --profile-feed-w: 350px;
}
@media (max-width: 1200px) {
  .wpuf-dashboard.has-profile-feed {
    --profile-feed-w: 100%;
  }
}
.wpuf-dashboard__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  row-gap: 6rem;
  column-gap: var(--column-gap);
}
@media (max-width: 1200px) {
  .wpuf-dashboard__container {
    flex-direction: column;
  }
}
.wpuf-dashboard__user-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  position: relative;
  padding: 2rem 2rem 3rem;
  height: fit-content;
  width: calc(100% - (var(--column-gap) + var(--profile-feed-w)));
  max-height: 800px;
  --aside-w: 180px;
}
.wpuf-dashboard__user-profile .see-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding: 1rem;
  text-align: center;
  background: linear-gradient(0deg, white 0%, white 80%, rgba(255, 255, 255, 0));
  display: none;
}
.wpuf-dashboard__user-profile .see-more button {
  border: none;
  color: #006D9E;
  text-transform: none;
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: -0.01em;
}
.wpuf-dashboard__user-profile.see-more--show {
  padding-bottom: 8rem;
  transition: max-height 0.6s ease-out 0s;
}
.wpuf-dashboard__user-profile.see-more--show .see-more {
  display: block;
}
.wpuf-dashboard__user-profile.see-more--show button.see-more-btn {
  display: initial;
}
.wpuf-dashboard__user-profile.see-more--show button.see-more-btn::after {
  transform: rotate(90deg) translate(-4px, -0.5em);
  display: inline-block;
}
.wpuf-dashboard__user-profile.see-more--show button.see-less-btn {
  display: none;
}
.wpuf-dashboard__user-profile.see-more--show button.see-less-btn::after {
  transform: rotate(-90deg) translate(-4px, 0.5em);
  display: inline-block;
}
.wpuf-dashboard__user-profile.see-more--show::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8rem;
  background: linear-gradient(0deg, white 0%, white 65%, rgba(255, 255, 255, 0));
}
.wpuf-dashboard__user-profile.see-more--open {
  max-height: 4000px;
  overflow-y: auto;
  transition: max-height 2s ease-out 0s;
}
.wpuf-dashboard__user-profile.see-more--open::after {
  display: none;
}
.wpuf-dashboard__user-profile.see-more--open button.see-more-btn {
  display: none;
}
.wpuf-dashboard__user-profile.see-more--open button.see-less-btn {
  display: initial;
}
@media (max-width: 1200px) {
  .wpuf-dashboard__user-profile {
    width: 100%;
  }
}
@media (max-width: 778px) {
  .wpuf-dashboard__user-profile {
    flex-direction: column;
  }
}
.wpuf-dashboard__user-profile--aside {
  width: var(--aside-w);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 778px) {
  .wpuf-dashboard__user-profile--aside {
    width: 100%;
    text-align: center;
  }
}
.wpuf-dashboard__user-profile--aside .avatar {
  width: 100%;
}
.wpuf-dashboard__user-profile--aside .avatar img {
  width: 100%;
  height: auto;
  max-width: var(--aside-w);
  max-height: var(--aside-w);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--aside-w);
}
.wpuf-dashboard__user-profile--aside .profile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.wpuf-dashboard__user-profile--aside .socials {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #002856;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
}
.wpuf-dashboard__user-profile--aside .socials * {
  color: inherit;
  font-size: 1.35rem;
}
.wpuf-dashboard__user-profile--main {
  width: calc(100% - (3rem + var(--aside-w)));
}
@media (max-width: 778px) {
  .wpuf-dashboard__user-profile--main {
    width: 100%;
  }
}
.wpuf-dashboard__user-profile--main .full-name {
  color: #004A6B;
  margin: 0;
}
.wpuf-dashboard__user-profile--main .title-role {
  color: #006D9E;
  margin: 0 0 1rem;
  font-weight: 600;
}
.wpuf-dashboard__user-profile--main .role {
  color: #006D9E;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.wpuf-dashboard__user-profile--main .profile-list {
  color: #006D9E;
  font-weight: 600;
  margin: 1.25rem 0 0.5em;
}
.wpuf-dashboard__user-profile--main .profile-list p {
  margin: 1.25rem 0 0.5em;
  font-weight: 700;
}
.wpuf-dashboard__user-profile--main .profile-list i {
  margin-right: 0.35em;
  width: 1.1em;
  text-align: center;
}
.wpuf-dashboard__user-profile--main .profile-list a {
  color: currentColor;
  font-style: italic;
}
.wpuf-dashboard__user-profile--main ul {
  color: #006D9E;
  margin: 0;
  font-weight: 400;
  list-style: disc;
}
.wpuf-dashboard__user-profile--main ul li {
  margin: 0.15em 0;
}
.wpuf-dashboard__user-profile--main ul li.has-icon {
  list-style: none;
}
.wpuf-dashboard__user-profile--main .profile-bio {
  margin: 2rem 0;
  padding-right: 5%;
}
.wpuf-dashboard__profile-feed {
  width: var(--profile-feed-w);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: all 0.6s ease;
}
.wpuf-dashboard .recommended-connections,
.wpuf-dashboard .related-articles,
.wpuf-dashboard .add-position {
  padding: 4rem 0;
}
.wpuf-dashboard .recommended-connections header,
.wpuf-dashboard .related-articles header,
.wpuf-dashboard .add-position header {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #002856;
  margin-bottom: 1rem;
}
.wpuf-dashboard .recommended-connections header .h4,
.wpuf-dashboard .related-articles header .h4,
.wpuf-dashboard .add-position header .h4 {
  margin: 0;
}
.wpuf-dashboard .recommended-connections header a,
.wpuf-dashboard .related-articles header a,
.wpuf-dashboard .add-position header a {
  margin-left: auto;
  min-width: fit-content;
}
.wpuf-dashboard .recommended-connections .feed-card-list,
.wpuf-dashboard .related-articles .feed-card-list,
.wpuf-dashboard .add-position .feed-card-list {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  min-height: 300px;
}
.wpuf-dashboard .recommended-connections .feed-card,
.wpuf-dashboard .related-articles .feed-card,
.wpuf-dashboard .add-position .feed-card {
  width: calc((100% - 6rem) / 4);
  max-width: initial;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 2rem 1.5rem 2rem;
}
@media (max-width: 1200px) {
  .wpuf-dashboard .recommended-connections .feed-card,
.wpuf-dashboard .related-articles .feed-card,
.wpuf-dashboard .add-position .feed-card {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 900px) {
  .wpuf-dashboard .recommended-connections .feed-card,
.wpuf-dashboard .related-articles .feed-card,
.wpuf-dashboard .add-position .feed-card {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 620px) {
  .wpuf-dashboard .recommended-connections .feed-card,
.wpuf-dashboard .related-articles .feed-card,
.wpuf-dashboard .add-position .feed-card {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.wpuf-dashboard .recommended-connections .feed-card__info,
.wpuf-dashboard .related-articles .feed-card__info,
.wpuf-dashboard .add-position .feed-card__info {
  text-align: center;
  margin-bottom: 0.5rem;
}
.wpuf-dashboard .recommended-connections .feed-card__info + a,
.wpuf-dashboard .related-articles .feed-card__info + a,
.wpuf-dashboard .add-position .feed-card__info + a {
  margin-top: auto;
}
.wpuf-dashboard .recommended-connections .feed-card__info .card-additional,
.wpuf-dashboard .related-articles .feed-card__info .card-additional,
.wpuf-dashboard .add-position .feed-card__info .card-additional {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 1em;
}
.wpuf-dashboard .recommended-connections .feed-card__info .card-additional ul,
.wpuf-dashboard .related-articles .feed-card__info .card-additional ul,
.wpuf-dashboard .add-position .feed-card__info .card-additional ul {
  list-style: disc;
  padding-left: 1.5em;
}
.wpuf-dashboard .recommended-connections .feed-card__info .card-additional ul li,
.wpuf-dashboard .related-articles .feed-card__info .card-additional ul li,
.wpuf-dashboard .add-position .feed-card__info .card-additional ul li {
  line-height: 1.2;
  margin: 0.2em 0;
}
.wpuf-dashboard .recommended-connections .feed-card {
  display: none;
}
.wpuf-dashboard .recommended-connections .feed-card:nth-child(1), .wpuf-dashboard .recommended-connections .feed-card:nth-child(2), .wpuf-dashboard .recommended-connections .feed-card:nth-child(3), .wpuf-dashboard .recommended-connections .feed-card:nth-child(4) {
  display: flex;
}
.wpuf-dashboard .article-card-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpuf-dashboard .article-card-list .article-card {
  width: calc((100% - 4rem) / 3);
  background-color: white;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .wpuf-dashboard .article-card-list .article-card {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 620px) {
  .wpuf-dashboard .article-card-list .article-card {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
}
.wpuf-dashboard .article-card-list .article-card__image {
  display: flex;
  width: 100%;
  height: auto;
}
.wpuf-dashboard .article-card-list .article-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #999;
  aspect-ratio: 16/9;
}
.wpuf-dashboard .article-card-list .article-card__info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
  color: #002856;
}
.wpuf-dashboard .article-card-list .article-card__info .article-title {
  margin: 0;
  color: #002856;
}
.wpuf-dashboard .article-card-list .article-card__info .link {
  margin-top: auto;
}
.wpuf-dashboard .wpuf_account header {
  color: #002856;
}
.wpuf-dashboard .wpuf_account__wrapper {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 620px) {
  .wpuf-dashboard .wpuf_account__wrapper {
    padding: 2rem 1rem;
  }
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container {
  width: 100%;
  padding-top: 1rem;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container table.items-table td:before {
  flex-basis: 8ch !important;
  margin-right: 0 !important;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-navigation {
  display: none;
}
.wpuf-dashboard .wpuf_account .wpuf-pagination {
  padding: 2rem 2rem 0;
}
.wpuf-dashboard .wpuf_account .wpuf-pagination .page-numbers {
  border-color: #757575 !important;
  color: #757575;
}
.wpuf-dashboard .wpuf_account .wpuf-pagination .page-numbers:hover {
  color: white !important;
  border-color: #006d9f !important;
  background-color: #006d9f !important;
}
.wpuf-dashboard .wpuf_account .wpuf-pagination .page-numbers.current {
  background-color: #002856;
  border-color: #002856;
  color: white;
}
.wpuf-dashboard .wpuf_account .wpuf-pagination .page-numbers.current:hover {
  background-color: #002856 !important;
  border-color: #002856 !important;
  color: white !important;
  cursor: default;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .wpuf-dashboard-content {
  width: 100%;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .items-table-container {
  width: 100%;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .wpuf-posts-delete,
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .wpuf-posts-edit {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .wpuf-posts-edit:hover {
  background-color: #006d9f;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .wpuf-posts-delete:hover {
  background-color: #333;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container table.items-table {
  color: #002856 !important;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container table.items-table th, .wpuf-dashboard .wpuf_account .wpuf-dashboard-container table.items-table td {
  background: white;
  padding: 0.5rem 1rem;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container table.items-table a {
  text-decoration: underline;
  color: #002856 !important;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container table.items-table a:hover {
  color: #006d9f !important;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .items-table.positions td:first-child,
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .items-table.positions td:first-child > a {
  color: #b7c3e6;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.15rem;
  gap: 1em;
}
.wpuf-dashboard .wpuf_account .wpuf-dashboard-container .items-table.positions td:first-child > a {
  pointer-events: none;
}
@media (max-width: 600px) {
  .wpuf-dashboard .wpuf-dashboard-container table.items-table .toggle-icon {
    background-color: #002856;
  }
}

body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=password],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=url],
body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=number],
body ul.wpuf-form .wpuf-fields input[type=url],
body ul.wpuf-form .wpuf-fields input[type=url] {
  padding: 15px 20px !important;
}

body ul.wpuf-form .wpuf-fields input[type=url],
body ul.wpuf-form .wpuf-fields input[type=url] {
  border-color: rgba(255, 255, 255, 0);
}

body.page .wpuf-form-add {
  background: #eaeaea;
  padding: 2rem;
  width: 1000px;
  max-width: 95%;
  margin: 4rem auto;
  border-radius: 5px;
}
@media (max-width: 500px) {
  body.page .wpuf-form-add {
    padding: 1rem;
  }
}

body ul.wpuf-form.form-label-above li {
  display: flex;
  flex-direction: column;
}

@media (max-width: 620px) {
  body ul.wpuf-form li .wpuf-address-field.city_name {
    width: 100% !important;
  }

  body ul.wpuf-form li .wpuf-address-field.state,
body ul.wpuf-form li .wpuf-address-field.zip {
    clear: both;
    min-width: 200px;
  }

  body ul.wpuf-form.form-label-above li .wpuf-label,
body ul.wpuf-form.form-label-above li .wpuf-fields {
    min-width: 200px;
  }
}
body form.wpuf-style .wpuf-attachment-list.thumbnail > li img.avatar,
body form.wpuf-theme-style .wpuf-attachment-list.thumbnail > li img.avatar {
  max-width: 100% !important;
  object-fit: contain;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .items-of-column-3 .wpuf-label label,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .items-of-column-3 .wpuf-label label {
  font-size: 20px !important;
}
@media (max-width: 620px) {
  body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .items-of-column-3,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .items-of-column-3 {
    min-width: 100%;
  }
}
body form.wpuf-style ul.wpuf-form li.wpuf-el label.wpuf-form-sub-label,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el label.wpuf-form-sub-label {
  margin-bottom: 5px;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table {
  max-width: calc(100% - 24px);
  display: flow-root;
  overflow-x: auto;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th {
  font-size: 0.8rem;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th,
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td {
  padding: 0.5rem 1rem 0.5rem 0;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th > input[type=text],
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td > input[type=text],
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th > input[type=text],
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td > input[type=text] {
  padding: 10px 10px !important;
  max-width: 80vw;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th:last-child,
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:last-child,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th:last-child,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:last-child {
  padding: 0;
  padding-left: 10px;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th:last-child img,
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:last-child img,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th:last-child img,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:last-child img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}
@media (max-width: 620px) {
  body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th, body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td {
    padding-right: 5px;
    min-width: 10ch;
  }
  body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table th > input[type=text], body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td > input[type=text],
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table th > input[type=text],
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td > input[type=text] {
    border: 2px solid rgba(0, 102, 153, 0.35) !important;
  }
  body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:focus-within,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:focus-within {
    background-color: #ddd;
  }
  body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:focus-within > input[type=text],
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-fields table td:focus-within > input[type=text] {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 10%;
    right: 10%;
    width: 80vw !important;
    transition: all 0.6s ease;
    animation: pop-up 0.3s ease-in-out;
    border: 3px solid #0085ba !important;
    padding: 15px 20px !important;
    box-shadow: 0px 0px 25vh 50px #666 !important;
  }
}
@keyframes pop-up {
  0% {
    top: 60%;
    scale: 0.5;
  }
  100% {
    top: 50%;
    scale: 1;
  }
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .after-field,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .after-field {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: #333;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .after-field a,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .after-field a {
  color: #0085ba;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-checkbox-block,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-checkbox-block {
  display: flex !important;
  flex-direction: row;
  gap: 0.5em;
  align-items: center;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-checkbox-block > input,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-checkbox-block > input {
  width: auto !important;
  margin: 0;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-help,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-help {
  font-size: 0.9rem !important;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .wpuf-section-details,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .wpuf-section-details {
  text-align: left !important;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el .iti--allow-dropdown .iti__flag-container,
body form.wpuf-style ul.wpuf-form li.wpuf-el .iti--separate-dial-code .iti__flag-container,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .iti--allow-dropdown .iti__flag-container,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el .iti--separate-dial-code .iti__flag-container {
  display: none;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes #select-toggle-button-aoc,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes #select-toggle-button-aoc {
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  padding: 15px 20px !important;
  border: 1px solid #fff !important;
  font-size: 14px !important;
  width: 100% !important;
  background: #fff !important;
  box-shadow: none !important;
  text-indent: 0;
  color: currentColor;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes .fa-chevron-down,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes .fa-chevron-down {
  top: calc(50% - 0.35em);
  right: 20px;
  font-size: 1em;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes .fa-chevron-down--open,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes .fa-chevron-down--open {
  transform: none;
  opacity: 0.5;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes fieldset,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes fieldset {
  position: initial;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes #choice-list-aoc,
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes #choice-list-aoc {
  max-width: 100%;
  color: currentColor;
}
body form.wpuf-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes #choice-list-aoc > div > input[type=checkbox],
body form.wpuf-theme-style ul.wpuf-form li.wpuf-el.multi-select-checkboxes #choice-list-aoc > div > input[type=checkbox] {
  width: 1rem !important;
}
body form.wpuf-style .form-label-left .wpuf-label + [data-type=radio],
body form.wpuf-theme-style .form-label-left .wpuf-label + [data-type=radio] {
  margin-top: 20px !important;
}
body form.wpuf-style .button.wpuf-delete-avatar,
body form.wpuf-theme-style .button.wpuf-delete-avatar {
  background: #d0d0d0;
  color: #323232;
}
body form.wpuf-style .wpuf-submit input[type=submit],
body form.wpuf-theme-style .wpuf-submit input[type=submit] {
  margin-top: 50px;
  padding-right: 24px !important;
  padding-left: 24px !important;
  clear: both;
}
@media (max-width: 500px) {
  body form.wpuf-style .wpuf-submit input[type=submit],
body form.wpuf-theme-style .wpuf-submit input[type=submit] {
    font-size: 1.15rem;
    padding-right: 0.8em !important;
    padding-left: 0.8em !important;
  }
}
body form.wpuf-style .wpuf-submit-button,
body form.wpuf-style #wpuf-post-draft,
body form.wpuf-theme-style .wpuf-submit-button,
body form.wpuf-theme-style #wpuf-post-draft {
  margin: 2rem auto 0;
}
body form.wpuf-style .wpuf-section-title,
body form.wpuf-theme-style .wpuf-section-title {
  font-family: "Oswald", sans-serif;
  font-size: 23px !important;
  font-weight: 400 !important;
  text-align: initial;
}
body form.wpuf-style .wpuf-submit:before,
body form.wpuf-theme-style .wpuf-submit:before {
  display: none !important;
}
body form.wpuf-style .wpuf-submit input[type=submit]:hover,
body form.wpuf-theme-style .wpuf-submit input[type=submit]:hover {
  background: #005678 !important;
  border-color: #005678 !important;
}
body form.wpuf-style .wpuf-submit:hover:before,
body form.wpuf-theme-style .wpuf-submit:hover:before {
  right: 28px;
}

.search-results {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  --aside-w: 250px;
}
@media (max-width: 900px) {
  .search-results {
    flex-direction: column;
    --aside-w: 100%;
  }
}
.search-results__aside {
  width: var(--aside-w);
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 2rem;
}
.search-results__main {
  width: calc(100% - (var(--aside-w) + 2rem));
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .search-results__main {
    width: 100%;
  }
}
.search-results__filters {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  overflow: visible;
  margin-bottom: 500px;
}
@media (max-width: 900px) {
  .search-results__filters {
    margin-bottom: 0px;
  }
}
.search-results__filters form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .search-results__filters form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.search-results__filters form .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .search-results__filters form .form-group {
    width: calc((100% - 1.5rem) / 2);
  }
}
@media (max-width: 620px) {
  .search-results__filters form .form-group {
    width: 100%;
    max-width: 300px;
  }
}
.search-results__filters form .form-group--row {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.search-results__filters form input[type=text],
.search-results__filters form select {
  width: 100%;
  display: block;
  padding: 4px;
  color: #004a6b;
  border: 1px solid;
  border-color: #ddd;
  text-indent: 2px;
  border-radius: 3px;
}
.search-results__filters form input[type=text]::placeholder,
.search-results__filters form select::placeholder {
  color: #004a6b;
  opacity: 0.5;
}
.search-results__filters form input[type=text][multiple],
.search-results__filters form select[multiple] {
  padding: 0;
}
.search-results__filters form input[type=text][multiple] option,
.search-results__filters form select[multiple] option {
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.4em 0.5em 0.3em 0.5em;
}
.search-results__filters form input[type=text][multiple] option.x,
.search-results__filters form select[multiple] option.x {
  padding-left: 1em;
}
.search-results__filters form input[type=text][multiple] option.x::before,
.search-results__filters form select[multiple] option.x::before {
  content: "+";
  position: relative;
  left: -0.35em;
  top: 0.1em;
  height: 0.5em;
  width: 0.5em;
  font-size: 2em;
  line-height: 0;
  display: inline-block;
  transform-origin: top;
  font-weight: 300;
  opacity: 0.5;
  transition: all 0.6s ease;
}
.search-results__filters form input[type=text][multiple] option.selected,
.search-results__filters form select[multiple] option.selected {
  background-color: #00408a;
  color: white;
}
.search-results__filters form input[type=text][multiple] option.selected::before,
.search-results__filters form select[multiple] option.selected::before {
  content: "✓";
  transform: scale(0.6);
  transition: all 0s;
}
.search-results__filters form .form-label {
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 600;
  font-size: 1rem;
  color: #004A6B;
  letter-spacing: 0.015em;
  margin: 0;
}
.search-results__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.search-results__list .feed-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  font-size: 1rem;
}
.search-results .remote,
.search-results .form-label.remote {
  text-transform: uppercase;
  font-weight: 600;
  color: #004A6B;
  font-family: "Open Sans";
  letter-spacing: 0;
  font-size: 0.9rem;
}
.search-results .feed-card {
  border: 2px solid rgba(255, 255, 255, 0);
}
.search-results .feed-card .description {
  max-height: 0px;
  color: rgba(255, 255, 255, 0);
  transition: max-height 0.6s ease, color 0s;
}
.search-results .feed-card .description * {
  margin: 0;
}
.search-results .feed-card .description p {
  font-weight: 500;
}
.search-results .feed-card:hover, .search-results .feed-card:focus {
  border-color: #f5f5f5;
  box-shadow: 0px 1px 5px 4px rgba(10, 47, 98, 0.12), 0px 1px 4px rgba(0, 101, 242, 0.1);
  transform: translateY(-2px);
}
.search-results .feed-card:not(.active) .active-open {
  max-height: 0px;
  color: rgba(255, 255, 255, 0);
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.6s ease, color 0s;
}
.search-results .feed-card:not(.active) .active-open * {
  margin: 0;
  opacity: 0;
  transition: opacity 0s 0s;
}
.search-results .feed-card.active {
  border-color: #95c2e9;
}
.search-results .feed-card.active .description {
  color: black;
  max-height: 1000px;
  overflow-y: auto;
  transition: max-height 0.6s ease, color 0.2s ease 0.4s;
}
.search-results .feed-card.active .description * {
  margin: revert;
}
.search-results .feed-card.active .active-open {
  max-height: 1000px;
  overflow-y: auto;
  transition: max-height 0.6s ease, color 0.2s ease 0.4s;
}
.search-results .feed-card.active .active-open * {
  margin: revert;
  opacity: 1;
  transition: opacity 0.2s ease 0.4s;
}
.search-results .feed-card.no-results:hover, .search-results .feed-card.no-results:focus {
  box-shadow: none;
  transform: none;
  border-color: rgba(255, 255, 255, 0);
}
.search-results .feed-card.no-results button {
  margin-top: 1rem;
}

.positions-search {
  padding: 2rem 0;
  background-color: #EAF3F8;
}
.positions-search__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}

.connections-search {
  padding: 2rem 0;
  background-color: #EAF3F8;
}
.connections-search__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.connections-search .feed-card.closed, .connections-search .feed-card.hidden {
  position: absolute;
  bottom: 0;
}
.connections-search__user-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  width: 100%;
  --aside-w: 160px;
}
@media (max-width: 778px) {
  .connections-search__user-profile {
    flex-direction: column;
  }
}
.connections-search__user-profile--aside {
  width: var(--aside-w);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 778px) {
  .connections-search__user-profile--aside {
    width: 100%;
    text-align: center;
  }
}
.connections-search__user-profile--aside .avatar {
  width: 100%;
}
.connections-search__user-profile--aside .avatar img {
  width: 100%;
  height: auto;
  max-width: var(--aside-w);
  max-height: var(--aside-w);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--aside-w);
}
.connections-search__user-profile--aside .profile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.connections-search__user-profile--aside .socials {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #002856;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
}
.connections-search__user-profile--aside .socials * {
  color: inherit;
  font-size: 1.35rem;
}
.connections-search__user-profile--main {
  width: calc(100% - (3rem + var(--aside-w)));
}
@media (max-width: 778px) {
  .connections-search__user-profile--main {
    width: 100%;
  }
}
.connections-search__user-profile--main .full-name {
  color: #004A6B;
  margin: 0;
}
.connections-search__user-profile--main .role {
  color: #006D9E;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.connections-search__user-profile--main .profile-list {
  color: #006D9E;
  font-weight: 600;
  margin: 1.25rem 0 0.5em;
}
.connections-search__user-profile--main .profile-list p {
  margin: 1.25rem 0 0.5em;
  font-weight: 700;
}
.connections-search__user-profile--main .profile-list i {
  margin-right: 0.35em;
  width: 1.1em;
  text-align: center;
}
.connections-search__user-profile--main ul {
  color: #006D9E;
  margin: 0;
  font-weight: 500;
  list-style: disc;
}
.connections-search__user-profile--main ul li {
  margin: 0.15em 0;
}
.connections-search__user-profile--main ul li a {
  color: currentColor;
  font-style: italic;
}
.connections-search__user-profile--main ul li.has-icon {
  list-style: none;
}
.connections-search__user-profile--main .profile-bio {
  margin: 2rem 0;
  padding-right: 5%;
}

.view-member {
  padding: 2rem 0;
  background-color: #EAF3F8;
}
.view-member__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.view-member__user-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  padding: 2rem 2rem 3rem;
  width: 100%;
  --aside-w: 180px;
}
@media (max-width: 778px) {
  .view-member__user-profile {
    flex-direction: column;
  }
}
.view-member__user-profile--aside {
  width: var(--aside-w);
  min-width: var(--aside-w);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media (max-width: 778px) {
  .view-member__user-profile--aside {
    width: 100%;
    text-align: center;
  }
}
.view-member__user-profile--aside .avatar {
  width: 100%;
}
.view-member__user-profile--aside .avatar img {
  width: 100%;
  height: auto;
  max-width: var(--aside-w);
  max-height: var(--aside-w);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--aside-w);
}
.view-member__user-profile--aside .profile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.view-member__user-profile--aside .socials {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #002856;
  gap: 1.25rem;
  padding: 0;
  margin: 0;
}
.view-member__user-profile--aside .socials * {
  color: inherit;
  font-size: 1.35rem;
}
.view-member__user-profile--main {
  width: 100%;
}
@media (max-width: 778px) {
  .view-member__user-profile--main {
    width: 100%;
  }
}
.view-member__user-profile--main .full-name {
  color: #004A6B;
  margin: 0;
}
.view-member__user-profile--main .role {
  color: #006D9E;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.view-member__user-profile--main .profile-list {
  color: #006D9E;
  font-weight: 600;
  margin: 1.25rem 0 0.5em;
}
.view-member__user-profile--main .profile-list p {
  margin: 1.25rem 0 0.5em;
  font-weight: 700;
}
.view-member__user-profile--main .profile-list i {
  margin-right: 0.35em;
  width: 1.1em;
  text-align: center;
}
.view-member__user-profile--main .profile-list a {
  color: currentColor;
  font-style: italic;
}
.view-member__user-profile--main ul {
  color: #006D9E;
  margin: 0;
  font-weight: 500;
  list-style: disc;
}
.view-member__user-profile--main ul li {
  margin: 0.15em 0;
}
.view-member__user-profile--main ul li.has-icon {
  list-style: none;
}
.view-member__user-profile--main .profile-bio {
  margin: 2rem 0;
  padding-right: 5%;
}

.positions-single {
  padding: 2rem 0;
  background-color: #EAF3F8;
}
.positions-single__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2rem;
}
.positions-single__container > .gem-card {
  padding: 2rem;
  width: 100%;
}
.positions-single .description {
  color: black;
}
.positions-single .description p {
  font-weight: 500;
}
.positions-single .remote {
  text-transform: uppercase;
  font-weight: 600;
  color: #004A6B;
  font-family: "Open Sans";
  letter-spacing: 0;
  font-size: 0.9rem;
}

.multi-select-checkboxes {
  position: relative;
}
.multi-select-checkboxes fieldset {
  border: none;
  padding-left: 0;
  margin-left: 0;
  background: white;
  z-index: 1;
  position: absolute;
  padding: 0;
  height: 0;
  width: 100%;
  bottom: 0;
}
.multi-select-checkboxes .multi-select-choice-list {
  background: white;
  color: #004a6b;
  border: 1px solid;
  border-color: #ddd;
  width: 100%;
  min-width: 200px;
  max-width: 500px;
  border-radius: 2px;
  position: relative;
  overflow-y: scroll;
  transition: all 0.3s ease;
  max-height: 0px;
  opacity: 0;
}
.multi-select-checkboxes .multi-select-choice-list.open {
  max-height: 50vh;
  opacity: 1;
}
.multi-select-checkboxes .multi-select-toggle-button {
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 4px;
  padding-left: 8px;
  color: #004a6b;
  border: 1px solid;
  border-color: #ddd;
  text-indent: 2px;
  border-radius: 3px;
  text-align: left;
  position: relative;
}
.multi-select-checkboxes .multi-select-toggle-button[aria-expanded=true] {
  background-color: #e6e6e6;
}
.multi-select-checkboxes .multi-select-selected-info {
  min-height: 1em;
  display: inline-block;
}
.multi-select-checkboxes #choice-list-aoc {
  max-width: calc(var(--aside-w, calc(100% + 3rem)) - 3rem);
}
@media (max-width: 900px) {
  .multi-select-checkboxes #choice-list-aoc {
    max-width: 100%;
  }
}
.multi-select-checkboxes .multi-select-choice-list > div {
  padding: 0.5em;
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.multi-select-checkboxes .multi-select-choice-list > div > input {
  margin-right: 0.5rem;
  cursor: pointer;
}
.multi-select-checkboxes .multi-select-choice-list > div > label {
  min-width: 150px;
  max-width: calc(100% - 2rem);
  display: inline-block;
  cursor: pointer;
}
.multi-select-checkboxes .fa-chevron-down {
  position: absolute;
  right: 0.25em;
  top: 0.9em;
  color: currentColor;
  font-size: 0.65em;
}
.multi-select-checkboxes .fa-chevron-down--open {
  transform: rotate(-180deg) translate(-1px, 0px);
}

.event-page-content {
  position: relative;
}
.event-page-content *[tabindex] {
  cursor: default;
}
.event-page-content .tribe-events-registration-box-block {
  width: 100%;
}
.event-page-content .tribe-events-registration-box-block .event-details {
  right: 11%;
  max-width: unset;
  width: 542px;
  height: 600px;
  background-color: #002856;
  padding: 48px 65px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 700px;
    max-height: 100%;
    font-size: 15px;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__eyebrow {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__eyebrow {
    font-size: 14px;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details h1 {
  font-family: "Oswald", sans-serif !important;
  margin-top: 16px;
  text-transform: uppercase !important;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details h1 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration h3 {
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__action .question {
  margin-bottom: 18px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__action .registration-buttons {
    display: flex;
    flex-direction: row;
  }
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__action .registration-buttons button {
    width: 100%;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  gap: 1rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta .event-details__location {
  width: 50%;
  padding: 10px 0;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta .event-details__location {
    width: 100%;
    padding: 0;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta .event-details__location span {
  display: block;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta .event-details__dates {
  width: 50%;
  padding: 10px 0;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details__meta .event-details__dates span {
  display: block;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type {
  margin-bottom: 36px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type {
    margin-bottom: 18px;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .heading {
  margin-bottom: 8px;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta {
    width: 100%;
    flex-direction: column;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta .select-container {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta .select-container {
    width: 100%;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta .select-container select {
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #C7C7C7;
  border-radius: 5px;
  padding: 6px 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #01408A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./images/chevron-down.svg);
  background-position: 90% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta .registration-type__price {
  width: 35%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .registration-type__meta .registration-type__price {
    width: 100%;
    text-align: left;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .price-disclaimer {
  width: 100%;
  height: 11px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .event-details_registration-type .price-disclaimer {
    height: unset;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn {
  background: #FC5000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #FC5000;
  padding: 11px 24px;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn.alt {
  background: transparent;
  color: #FC5000;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn.alt:hover {
  background: transparent !important;
  color: #FC5000;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn:hover {
  background: #FC5000 !important;
  color: #ffffff !important;
  cursor: pointer;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn.disabled, .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn.disabled:hover {
  background-color: #F0F0F1 !important;
  color: #616161 !important;
  cursor: default !important;
  border-color: #F0F0F1;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration .btn.disabled::after {
  transform: translate(0px, 0px) !important;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets label {
  display: block;
  width: 100;
  margin-bottom: 0;
  font-size: 11px;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .gala-only-add {
  margin-bottom: 12px;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .gala-only-add .gala-qty-button {
  background-color: transparent;
  border: 1px solid #FC5000;
  border-radius: 5px;
  color: #FC5000;
  padding: 0px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .gala-only-add input {
  color: #01408A;
  width: 213px;
  background: #FFFFFF;
  border: 0.5px solid #C7C7C7;
  border-radius: 5px;
  padding: 0px 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #01408A;
}
.event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .question {
  margin-bottom: 18px;
}
@media screen and (max-width: 620px) {
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .registration-buttons {
    display: block;
  }
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .registration-buttons .gala-only-add {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3%;
  }
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .registration-buttons .gala-only-add label {
    width: 100%;
  }
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .registration-buttons .gala-only-add .gala-qty-button {
    width: 12%;
  }
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .registration-buttons .gala-only-add input {
    width: 70%;
  }
  .event-page-content .tribe-events-registration-box-block .event-details .event-details__registration#registration-resource-fair-additional-tickets .event-details__action .registration-buttons button:not(.gala-qty-button) {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
.event-page-content .tribe-events-registration-box-block .event-details .registration-control-buttons a {
  margin-top: auto;
  width: 100%;
  text-align: left;
  font-size: 11px;
  color: #ffffff;
  margin-right: 0.5rem;
  cursor: pointer;
}
.event-page-content .tribe-events-registration-box-block .event-details .registration-control-buttons a:hover {
  color: #ffffff;
}
.event-page-content .tribe-events-registration-box-block .event-details .registration-control-buttons a.hidden {
  display: none;
}
.event-page-content .featured__text {
  width: 95%;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0;
}

@media screen and (max-width: 620px) {
  #registration-add-another .event-details__action .registration-buttons {
    flex-direction: column;
    gap: 0.8rem;
  }
  #registration-add-another .event-details__action .registration-buttons button {
    width: 100%;
    margin: 0;
  }
}

body:not(.logged-in) .wp-block-cover.gem-cover .wp-block-cover__inner-container {
  padding: 96px 0 50px;
}

.event-page-content .tribe-events-registration-box-block .event-details.i4 h1 {
  text-transform: none !important;
}

.tribe-tickets__registration h2, .tribe-tickets__registration h3, .tribe-tickets__registration h4, .tribe-tickets__registration h5, .tribe-tickets__registration h6 {
  font-family: "Oswald", sans-serif !important;
  color: #002856 !important;
}
.tribe-tickets__registration [tabindex] {
  cursor: default !important;
}
.tribe-tickets__registration .iac-header-bar {
  background: #002856;
  font-family: "Open Sans";
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.tribe-tickets__registration .iac-header-bar__inner {
  width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 30px;
  padding: 15px 0;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration .iac-header-bar__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 1rem 2rem;
    gap: 8px;
    padding-bottom: 2rem;
  }
}
.tribe-tickets__registration .iac-header-bar__inner .iac-header-bar__heading {
  padding-right: 50px;
}
.tribe-tickets__registration .iac-header-bar__inner .iac-header-bar__heading h1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.tribe-tickets__registration .iac-header-bar__inner .iac-header-bar__heading h1 .eyebrow {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.tribe-tickets__registration .iac-header-bar__inner .iac-header-bar__heading h1 .heading {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.tribe-tickets__registration .iac-header-bar__inner .iac-header-bar__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.tribe-tickets__registration .iac-header-bar__inner .iac-header-bar__meta .iac-header-bar__location {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 18px;
}
.tribe-tickets__registration #tribe-tickets__registration-form {
  margin-top: 66px;
  position: relative;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration #tribe-tickets__registration-form {
    padding: 0 1rem;
    margin-top: 32px;
  }
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid {
  visibility: hidden;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart {
  width: 40%;
  position: absolute;
  right: 0;
  background: #006D9E;
  border-radius: 10px;
  padding: 26px 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart {
    position: relative;
    width: 100%;
  }
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart__registration {
  margin-bottom: 1.3rem;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart__registration h3 {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff !important;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart__registration div {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart a {
  color: #FFFFFF !important;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-end;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
  border-top: none !important;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-item {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-item .tribe-tickets__tickets-item-content-subtitle {
    font-size: 13px;
  }
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-item > *:first-child {
    width: 70%;
  }
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-item .tribe-tickets__tickets-item-extra {
  display: none;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-item .tribe-ticket-quantity {
  display: none;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-footer {
  text-align: right;
  margin-top: 32px;
  border-top: none !important;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-footer-quantity {
  display: none;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-footer-total {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 60px;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__mini-cart .tribe-tickets__tickets-footer-total-label {
  display: none;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content {
  width: 50%;
  color: #002856;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content {
    width: 100%;
  }
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__registration-summary header h2 {
  color: #002856;
  font-family: "Oswald", sans-serif;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__registration-summary header h2 a {
  color: #002856;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form {
  border: none !important;
  padding-left: 0;
  margin-bottom: 2rem;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form::after {
  width: 100%;
  bottom: 0;
  background-color: #F0F0F1;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form.tribe-tickets__attendee-tickets-item--has-focus::after {
  background-color: #e4e4e4;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form::before {
  display: none;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field {
  display: block;
  padding-bottom: 0;
  margin-bottom: 25px;
  transition: 200ms ease;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field.hide {
  height: 0 !important;
  overflow: hidden;
  margin-bottom: 0;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-label {
  color: #002856;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper {
  position: relative;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper .tribe-tickets__form-field-input {
  transition: 200ms ease;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper .tribe-tickets__form-field-input.hide {
  height: 0;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper select, .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper input {
  font-family: "Open Sans";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #002856;
  background: #FBFBFB;
  border: 1px solid #CECECE;
  border-radius: 5px;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper select {
  background-image: url(./images/chevron-down-gray.svg);
  background-position: 97%;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-right: 4rem;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form .tribe-tickets__form-field .tribe-tickets__form-field-input-wrapper .tribe-tickets__form-field-input--error {
  border: 2px solid red;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .tribe-tickets__form h4.tribe-tickets__attendee-tickets-item-title {
  display: none !important;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button {
  background: #FC5000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #FC5000;
  padding: 11px 24px;
  cursor: pointer !important;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button {
    font-size: 13px;
  }
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button:hover {
  background: #ffffff !important;
  color: #FC5000 !important;
  cursor: pointer;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button.prev {
  background: transparent;
  color: #FC5000;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button.prev::before {
  content: "\f053";
  font-weight: 300;
  font-family: "FontAwesome";
  padding: 2px 8px 0px 0px;
  font-size: 16px;
  line-height: 1.2;
  transition: transform ease-in-out 0.2s;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button.prev:hover {
  background: transparent !important;
  color: #FC5000;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button.prev:hover::before {
  transform: translate(-7px, 0px);
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .attendee-ticket .attendee-slide-buttons button.prev::after {
  content: "";
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .slider-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.2rem;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .slider-dots li {
  cursor: pointer;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .slider-dots li .dots__item {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2D6B9A;
  text-transform: uppercase;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .slider-dots li .dots__item:hover {
  color: #FC5000;
  text-decoration: underline;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-grid .tribe-tickets__registration-content .slider-dots li.slick-active .dots__item {
  color: #002856;
  text-decoration: underline;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__iac-email-disclaimer {
  display: none;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-footer {
  padding: 18px 0;
  margin-bottom: 32px;
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-footer .tribe-tickets__registration-submit {
  background: #FC5000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #FC5000;
}
@media screen and (max-width: 620px) {
  .tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-footer .tribe-tickets__registration-submit {
    font-size: 13px;
  }
}
.tribe-tickets__registration #tribe-tickets__registration-form .tribe-tickets__registration-footer .tribe-tickets__registration-submit:hover {
  background: #ffffff !important;
  color: #FC5000 !important;
  cursor: pointer;
}

.not-logged-in-navbar-bg {
  background: #006d9e;
  height: 82.7px;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.tribe-tickets__attendee-tickets-form.hide {
  display: none;
}

.tribe-tickets__registration .iac-header-bar.i4 .iac-header-bar__inner .iac-header-bar__heading h1 {
  text-transform: none !important;
}

#toast-container .toast {
  opacity: 1;
}
#toast-container .toast.toast-success {
  background-color: #002856;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(199, 199, 199, 0.35);
  -moz-box-shadow: 0px 2px 10px 2px rgba(199, 199, 199, 0.35);
  box-shadow: 0px 2px 10px 2px rgba(199, 199, 199, 0.35);
}
#toast-container .toast .toast-close-button:hover {
  color: #fc5000 !important;
  text-shadow: none;
  opacity: 1;
}

.is-style-hidden {
  display: none !important;
}

.woocommerce input#coupon_code {
  width: 130px;
}
.woocommerce a.checkout-button.button.alt.wc-forward.wp-element-button {
  text-transform: uppercase;
  background-color: #006d9e;
  border: 1px solid #006d9e;
  color: white !important;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  width: 100%;
}
.woocommerce a.checkout-button.button.alt.wc-forward.wp-element-button:hover {
  background-color: #ffffff;
  color: #006d9e !important;
}
.woocommerce .cart_item_event_title {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}

.woocommerce #order_review_heading {
  font-size: 32px;
  margin-bottom: 0.5rem;
}
.woocommerce .woocommerce-info {
  border-top-color: #006D9E !important;
}
.woocommerce .woocommerce-info::before {
  color: #006D9E !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: #F0F0F1 !important;
}
.woocommerce .tribe-checkout-backlinks a {
  color: #006D9E !important;
}
.woocommerce .tribe-checkout-backlinks a:hover {
  color: #fc5000 !important;
}
.woocommerce .woocommerce-checkout {
  margin-bottom: 64px;
}
.woocommerce .woocommerce-order-details__title {
  text-transform: capitalize;
}
.woocommerce button#place_order {
  text-transform: uppercase;
  background-color: #006d9e;
  border: 1px solid #006d9e;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  padding: 14px 18px;
}
.woocommerce button#place_order:hover {
  background-color: #ffffff;
  color: #006d9e !important;
}
.woocommerce .tribe-checkout-backlinks {
  margin-bottom: 1.2rem;
}
.woocommerce .tribe-checkout-backlinks a {
  margin-right: 1.2rem;
}
.woocommerce .tribe-checkout-backlinks a[href$="/cart/"], .woocommerce .tribe-checkout-backlinks a[href$="/cart"] {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce table.shop_table td {
    word-break: break-word;
  }
}

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