@charset "UTF-8";
/*!
Theme Name: Gem Fellowship
Author: Wheelhouse
Author URI: https://wheelhouse.io
Description: A custom theme by Wheelhouse
Version: 1.0.1
*/
/*! 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.
 */
* {
  -webkit-box-sizing: border-box;
          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: transparent;
}

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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.33333em;
  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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

.fa.pull-right {
  margin-left: .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);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

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

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

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

.fa-blind:before {
  content: "";
}

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

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

.fa-braille:before {
  content: "";
}

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

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

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

.fa-glide:before {
  content: "";
}

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

@media screen and (max-width: 1020px) {
  .grid {
    width: 88.23529%;
  }
}

@media screen and (max-width: 620px) {
  .grid {
    width: 89.67742%;
  }
}

.grid-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1375px;
  width: 100%;
}

.col-desk-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-0 {
  margin-left: 0%;
}

.col-desk-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-1 {
  margin-left: 8.33333%;
}

.col-desk-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-2 {
  margin-left: 16.66667%;
}

.col-desk-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-3 {
  margin-left: 25%;
}

.col-desk-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-4 {
  margin-left: 33.33333%;
}

.col-desk-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-5 {
  margin-left: 41.66667%;
}

.col-desk-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-6 {
  margin-left: 50%;
}

.col-desk-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-7 {
  margin-left: 58.33333%;
}

.col-desk-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-8 {
  margin-left: 66.66667%;
}

.col-desk-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-9 {
  margin-left: 75%;
}

.col-desk-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-10 {
  margin-left: 83.33333%;
}

.col-desk-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66667%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-11 {
  margin-left: 91.66667%;
}

.col-desk-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 0.54545%;
  padding-right: 0.54545%;
}

.col-desk-shift-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1020px) {
  .col-tab-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 0%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-0 {
    margin-left: 0%;
  }
  .col-tab-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-1 {
    margin-left: 8.33333%;
  }
  .col-tab-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-2 {
    margin-left: 16.66667%;
  }
  .col-tab-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-3 {
    margin-left: 25%;
  }
  .col-tab-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-4 {
    margin-left: 33.33333%;
  }
  .col-tab-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-5 {
    margin-left: 41.66667%;
  }
  .col-tab-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-6 {
    margin-left: 50%;
  }
  .col-tab-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-7 {
    margin-left: 58.33333%;
  }
  .col-tab-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-8 {
    margin-left: 66.66667%;
  }
  .col-tab-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-9 {
    margin-left: 75%;
  }
  .col-tab-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-10 {
    margin-left: 83.33333%;
  }
  .col-tab-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66667%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-11 {
    margin-left: 91.66667%;
  }
  .col-tab-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
  }
  .col-tab-shift-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 620px) {
  .col-mob-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 0%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-0 {
    margin-left: 0%;
  }
  .col-mob-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-1 {
    margin-left: 25%;
  }
  .col-mob-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-2 {
    margin-left: 50%;
  }
  .col-mob-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-3 {
    margin-left: 75%;
  }
  .col-mob-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 1.79856%;
    padding-right: 1.79856%;
  }
  .col-mob-shift-4 {
    margin-left: 100%;
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

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

h1 {
  font-size: 60px;
}

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

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

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.link-reversed::after {
  content: "" !important;
  display: none;
}

.link-reversed:hover::before {
  -webkit-transform: translate(-7px, 0px);
          transform: translate(-7px, 0px);
}

.link::after {
  content: "\f054";
  font-weight: 300;
  font-family: 'FontAwesome';
  padding: 2px 13px 0px 9px;
  font-size: 18px;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.link:hover::after {
  -webkit-transform: translate(7px, 0px);
          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;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.gform_button + .gform_button,
.btn + .gform_button, .wp-block-button .wp-block-button__link + .gform_button, .gform_button +
.btn,
.btn +
.btn, .wp-block-button .wp-block-button__link +
.btn, .gform_button + .wp-block-button .wp-block-button__link,
.btn + .wp-block-button .wp-block-button__link, .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 {
  -webkit-transform: translate(7px, 0px);
          transform: translate(7px, 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;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.gform_button.x2,
.btn.x2, .wp-block-button .wp-block-button__link.x2 {
  background-color: white;
  color: #002856;
}

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

.hero {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-background {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
}

.hero .nav-pointer * {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hero .nav-pointer:hover {
  color: #fff !important;
}

.hero .nav-pointer:hover span + span {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.header-block {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.header-block__background {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blocks-gallery-grid .blocks-gallery-item figure img,
.wp-block-gallery .blocks-gallery-item figure img {
  -webkit-box-flex: unset !important;
      -ms-flex: unset !important;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  margin-bottom: 25px;
}

.featured.twocollist .featured__text > ul {
  -webkit-column-count: 2;
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.featured.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.featured .image {
  max-width: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.featured iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.featured__text {
  max-width: 440px;
  margin: auto;
  width: 95%;
}

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

.cta-card-grid-block .grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-card-grid-block .grid .col-desk-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cta-card-grid-block .grid .col-desk-4 .cta-card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.cta-card {
  max-width: 400px;
  background-color: #F0F0F1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -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;
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}

.link-list__item .link {
  width: 100%;
  display: block;
  margin: 0px;
  height: 61px;
  font-size: 23px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00b9eb;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 20px;
}

.sub-nav-block {
  font-family: "Oswald";
  position: -webkit-sticky;
  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: -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;
}

.sub-nav-block ul li a {
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #002856;
}

.footer-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.footer-menu-wrap > * {
  width: 33.33%;
}

.bottom-menu ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu {
  font-family: 'Oswald';
}

.menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .container .menu a {
  color: white;
}

.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_wrapper {
  max-width: 780px !important;
  margin: 0 auto;
}

.gform_wrapper .btn {
  margin: 40px auto 0;
  font-size: 23px;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
}

.gform_wrapper .gform_footer .gform_button {
  font-size: 0 !important;
  border: none;
  background: 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;
  -webkit-box-shadow: none !important;
          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;
    -webkit-transform: none !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 {
  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 {
  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 {
  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 {
  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 {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px;
  color: white;
  font-family: 'Oswald';
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav a {
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  color: white;
}

.top-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  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 15px;
  line-height: 1;
}

.top-nav ul li:last-of-type {
  border-right: 0px;
}

.top-nav ul li:last-of-type a {
  padding-right: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.full-image-blurb-block img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     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: -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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -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;
}

.info-blurb-block .link:after {
  padding-right: 0;
}

.info-blurb-block.x2 {
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: 23px;
}

.info-blurb-block.x2 img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.info-blurb-block.x2 h3 {
  margin-top: 0px;
}

.testimonials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  max-width: 980px;
  margin: 0 auto;
}

.testimonials-block .card-block {
  width: 49%;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 360px;
}

.card-block.x1 img {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-block.x1 .card__content {
  padding: 20px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      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: -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;
}

.card-block.x2 {
  background-color: #EAF3F8;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.card-block.x2 img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-block.x2 .card__content {
  padding: 20px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      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: -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;
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-position: top;
     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;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0px;
}

.cta-block .cta__title {
  font-size: 50px;
  line-height: 1.2em;
}

.cta-block .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-block .faq-item .faq-content {
  overflow: hidden;
  padding: 0px;
  max-height: 0px;
  border-bottom: 1px solid #CBD0D4;
  -webkit-transition: all 0.2s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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: transparent;
  color: #FF6419;
  background: 255,100,25,0.8;
  text-decoration: underline;
}

.tabs-block.x1 .tabs-block__content {
  background-color: transparent;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block.x3 .tabs-block__content {
  background-color: transparent;
  padding: 0 15px 40px 35px;
}

.tabs-block.x3 .tabs-block__content *:first-child {
  margin-top: 0;
}

.tabs-block.x3 .tabs-block__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 355px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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%;
  -webkit-transform: rotate(45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 500px;
  min-height: 380px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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;
  -webkit-transform: rotate(45deg);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-h-section .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.menu-icon {
  display: none;
}

.card.x1 {
  width: 100%;
  background-color: transparent;
  border: transparent;
  margin-bottom: 20px;
}

.card.x1 img {
  width: 100%;
  -o-object-fit: cover;
     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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-item h3 {
  font-size: 23px;
  margin: 0px;
}

.list-item p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: all ease 0.2s;
  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;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -100;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.footer-icons {
  text-indent: -9999px;
}

.footer-icons .sub-menu {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
    cursor: pointer;
  }
  .university-info td:first-child {
    text-decoration: underline;
  }
  .university-info:hover td:first-child {
    color: #fc5000;
  }
}

.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: transparent !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;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-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;
  -webkit-transition: opacity 0.2s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: -webkit-sticky;
  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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}

.sponsor-group .sponsor-list > div {
  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;
  -ms-flex-line-pack: 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;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

#nav-trigger {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  display: none;
}

@media (max-width: 900px) {
  #nav-trigger {
    display: block;
  }
}

@media (max-width: 900px) {
  .navbar .nav-icon.search-btn,
  .navbar #primary-menu {
    display: none;
  }
}

#nav-trigger span {
  margin-top: 9px;
}

#nav-trigger span {
  background-color: transparent;
}

#nav-trigger span:before,
#nav-trigger span:after {
  cursor: pointer;
  height: 2px;
  width: 20px;
  border-radius: 6px;
  background: #002856;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#nav-trigger span:before {
  top: 5px;
}

#nav-trigger span:after {
  bottom: 5px;
}

#nav-trigger.menu-open span {
  background-color: transparent !important;
}

#nav-trigger.menu-open span:before,
#nav-trigger.menu-open span:after {
  top: 0;
  background-color: #fff;
}

#nav-trigger.menu-open span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-trigger.menu-open span:after {
  -webkit-transform: rotate(-45deg);
          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;
  -webkit-transition-delay: 0s, 0.3s, 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;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          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: transparent !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: -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;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 134px;
  height: 250px;
  text-align: center;
  color: white;
  -webkit-transition: all 0.3s ease-in;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          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: transparent;
  /* 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: transparent;
  -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;
  -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: -webkit-grab;
  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 {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          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 {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  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;
  -webkit-transition: opacity 400ms ease;
  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 {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

body .owl-loaded.testimonials-block .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transition: all 0.2s ease-in;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-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;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}

.lightbox__modal {
  width: 96%;
  background-color: white;
  padding: 50px 6%;
  color: black;
  position: relative;
  max-width: 650px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-height: 95%;
  overflow-y: scroll;
}

.lightbox__modal-container {
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 102;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.lightbox__modal-container.lightbox-open {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -o-object-position: top;
       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 {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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,
  body li,
  body p {
    font-size: .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;
    -webkit-transform: translateX(-50%);
            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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featured__content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: none;
  }
  .card-block.x1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .card-block.x1 img {
    width: 100%;
    max-height: 300px;
  }
  .tabs-block.x1 .tabs-block__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: #002856 1px solid;
  }
  .full-image-blurb-block img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0;
       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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 10px;
    position: absolute;
    z-index: 100;
    right: 23px;
    top: 20px;
    -webkit-transform: scale3d(0, 0);
            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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .featured > div, .featured.x1 > div {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .featured.block_x2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            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 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1024px) {
  .page-id-164 #fellowships + section .col-desk-4 {
    width: 50%;
  }
  #primary-menu a {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 1020px) {
  #featured-alumni .col-desk-3 {
    width: 50%;
  }
}

@media screen and (max-width: 778px) {
  .sub-nav-block ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sub-nav-block {
    overflow-x: scroll;
    max-width: none !important;
  }
  .footer-logo {
    text-align: center;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .navbar .nav-icon,
  .top-nav ul {
    display: none;
  }
  .navbar.nav-menu-open {
    z-index: 22;
    background-color: #002856 !important;
  }
}
/*# sourceMappingURL=style.css.map */