@charset "UTF-8";
/*
	Inspired by: http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

/* Font Awesome */
/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2rem;
  position: absolute;
  text-align: center;
  width: 2rem;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

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

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

.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-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

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

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

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

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

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

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

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

.fa-allergies:before {
  content: "";
}

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

.fa-amazon-pay:before {
  content: "";
}

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

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

.fa-amilia:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

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

.fa-apple-pay:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-asymmetrik:before {
  content: "";
}

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

.fa-audible:before {
  content: "";
}

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

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

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

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

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

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

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

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

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bimobject:before {
  content: "";
}

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

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

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

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

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

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

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

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

.fa-briefcase-medical:before {
  content: "";
}

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

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

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

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

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

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-capsules:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-cc-amazon-pay:before {
  content: "";
}

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

.fa-cc-apple-pay:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

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

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

.fa-closed-captioning:before {
  content: "";
}

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

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

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

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

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

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

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

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

.fa-css3-alt:before {
  content: "";
}

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

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

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

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

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

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

.fa-deaf:before {
  content: "";
}

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

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

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

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

.fa-diagnoses:before {
  content: "";
}

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

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

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

.fa-dove:before {
  content: "";
}

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

.fa-draft2digital:before {
  content: "";
}

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

.fa-dribbble-square:before {
  content: "";
}

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

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

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

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

.fa-edit:before {
  content: "";
}

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

.fa-elementor:before {
  content: "";
}

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

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

.fa-ember:before {
  content: "";
}

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

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

.fa-envelope-open:before {
  content: "";
}

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

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

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

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-exchange-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-eye-dropper:before {
  content: "";
}

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

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

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

.fa-facebook-messenger:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-image:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-first-aid:before {
  content: "";
}

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

.fa-firstdraft:before {
  content: "";
}

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

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

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

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

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

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

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

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

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

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

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

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

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

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

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

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

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

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

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

.fa-futbol:before {
  content: "";
}

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

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

.fa-gem:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "";
}

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

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

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

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

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

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

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

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

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

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

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

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

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

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

.fa-grav:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

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

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

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

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

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

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

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

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

.fa-hockey-puck:before {
  content: "";
}

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

.fa-hooli:before {
  content: "";
}

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

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

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

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

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

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

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

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

.fa-hubspot:before {
  content: "";
}

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

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

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

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

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

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

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

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

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

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

.fa-laravel:before {
  content: "";
}

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

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

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

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

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

.fa-less:before {
  content: "";
}

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

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

.fa-life-ring:before {
  content: "";
}

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

.fa-line:before {
  content: "";
}

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

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

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

.fa-linode:before {
  content: "";
}

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

.fa-lira-sign:before {
  content: "";
}

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

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

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

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

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

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

.fa-lock-open:before {
  content: "";
}

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

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

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

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

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

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-medapps:before {
  content: "";
}

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

.fa-medium-m:before {
  content: "";
}

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

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

.fa-microchip:before {
  content: "";
}

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

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

.fa-microsoft:before {
  content: "";
}

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

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

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

.fa-mix:before {
  content: "";
}

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

.fa-mizuni:before {
  content: "";
}

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

.fa-mobile-alt:before {
  content: "";
}

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

.fa-monero:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

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

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

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

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

.fa-napster:before {
  content: "";
}

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

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

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-osi:before {
  content: "";
}

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

.fa-page4:before {
  content: "";
}

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

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

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

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

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

.fa-parachute-box:before {
  content: "";
}

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

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

.fa-patreon:before {
  content: "";
}

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

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

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

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

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

.fa-pencil-alt:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

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

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

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

.fa-phone-slash:before {
  content: "";
}

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

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

.fa-php:before {
  content: "";
}

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

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

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

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

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

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

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

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

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

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

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

.fa-playstation:before {
  content: "";
}

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

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

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

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

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

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

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

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

.fa-procedures:before {
  content: "";
}

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

.fa-pushed:before {
  content: "";
}

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

.fa-python:before {
  content: "";
}

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

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

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

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

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

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

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

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

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

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

.fa-red-river:before {
  content: "";
}

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

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

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

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

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

.fa-rendact:before {
  content: "";
}

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

.fa-reply:before {
  content: "";
}

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

.fa-replyd:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

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

.fa-ribbon:before {
  content: "";
}

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

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

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

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

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

.fa-ruble-sign:before {
  content: "";
}

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

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

.fa-sass:before {
  content: "";
}

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

.fa-schlix:before {
  content: "";
}

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

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

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

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

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

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

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

.fa-servicestack:before {
  content: "";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

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

.fa-shipping-fast:before {
  content: "";
}

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

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

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

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

.fa-shower:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

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

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

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

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

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

.fa-sistrix:before {
  content: "";
}

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

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

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

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

.fa-slack-hash:before {
  content: "";
}

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

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

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

.fa-smoking:before {
  content: "";
}

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

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

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

.fa-snowflake:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-speakap:before {
  content: "";
}

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

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

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

.fa-square-full:before {
  content: "";
}

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

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

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

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

.fa-staylinked:before {
  content: "";
}

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

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

.fa-steam-symbol:before {
  content: "";
}

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

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

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

.fa-sticker-mule:before {
  content: "";
}

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

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

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

.fa-stopwatch:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

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

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

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

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

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

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

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

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

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

.fa-superpowers:before {
  content: "";
}

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

.fa-supple:before {
  content: "";
}

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

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

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

.fa-table-tennis:before {
  content: "";
}

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

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

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

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

.fa-tape:before {
  content: "";
}

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

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

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

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

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

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-trash-alt:before {
  content: "";
}

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

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

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

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

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

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

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

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

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

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

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

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

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

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

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

.fa-untappd:before {
  content: "";
}

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

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

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

.fa-user-circle:before {
  content: "";
}

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

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

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

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

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

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

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

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

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

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

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

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

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

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

.fa-video-slash:before {
  content: "";
}

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

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

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

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

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

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

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

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

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

.fa-vuejs:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

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

.fa-weight:before {
  content: "";
}

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

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

.fa-whatsapp-square:before {
  content: "";
}

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

.fa-whmcs:before {
  content: "";
}

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

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

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

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

.fa-wine-glass:before {
  content: "";
}

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

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

.fa-wordpress-simple:before {
  content: "";
}

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

.fa-wpexplorer:before {
  content: "";
}

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

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

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

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

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

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

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

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

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

.fa-yen-sign:before {
  content: "";
}

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

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

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

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

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

/* Proxima Nova */
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_thin_macroman/ProximaNova-Thin-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_thin_macroman/ProximaNova-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_thin_macroman/ProximaNova-Thin-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_thin_macroman/ProximaNova-Thin-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_thin_macroman/ProximaNova-Thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_thinitalic_macroman/ProximaNova-ThinIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_thinitalic_macroman/ProximaNova-ThinIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_thinitalic_macroman/ProximaNova-ThinIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_thinitalic_macroman/ProximaNova-ThinIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_thinitalic_macroman/ProximaNova-ThinIt-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_light_macroman/ProximaNova-Light-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_light_macroman/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_light_macroman/ProximaNova-Light-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_light_macroman/ProximaNova-Light-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_light_macroman/ProximaNova-Light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_lightitalic_macroman/ProximaNova-LightIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_lightitalic_macroman/ProximaNova-LightIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_lightitalic_macroman/ProximaNova-LightIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_lightitalic_macroman/ProximaNova-LightIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_lightitalic_macroman/ProximaNova-LightIt-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_regular_macroman/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_regular_macroman/ProximaNova-Reg-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_regular_macroman/ProximaNova-Reg-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_regular_macroman/ProximaNova-Reg-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_italic_macroman/ProximaNova-RegIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_italic_macroman/ProximaNova-RegIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_italic_macroman/ProximaNova-RegIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_italic_macroman/ProximaNova-RegIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_italic_macroman/ProximaNova-RegIt-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibolditalic_macroman/ProximaNova-SboldIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibolditalic_macroman/ProximaNova-SboldIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibolditalic_macroman/ProximaNova-SboldIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibolditalic_macroman/ProximaNova-SboldIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_semibolditalic_macroman/ProximaNova-SboldIt-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_bold_macroman/ProximaNova-Bold-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_bold_macroman/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_bold_macroman/ProximaNova-Bold-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_bold_macroman/ProximaNova-Bold-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_bold_macroman/ProximaNova-Bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_bolditalic_macroman/ProximaNova-BoldIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_bolditalic_macroman/ProximaNova-BoldIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_bolditalic_macroman/ProximaNova-BoldIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_bolditalic_macroman/ProximaNova-BoldIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_bolditalic_macroman/ProximaNova-BoldIt-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabold_macroman/ProximaNova-Xbold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabolditalic_macroman/ProximaNova-XboldIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabolditalic_macroman/ProximaNova-XboldIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabolditalic_macroman/ProximaNova-XboldIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabolditalic_macroman/ProximaNova-XboldIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_extrabolditalic_macroman/ProximaNova-XboldIt-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_black_macroman/ProximaNova-Black-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_black_macroman/ProximaNova-Black-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_black_macroman/ProximaNova-Black-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_black_macroman/ProximaNova-Black-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_black_macroman/ProximaNova-Black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_blackitalic_macroman/ProximaNova-BlackIt-webfont.eot");
  src: url("//static.colostate.edu/fonts/proxima-nova/proximanova_blackitalic_macroman/ProximaNova-BlackIt-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_blackitalic_macroman/ProximaNova-BlackIt-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_blackitalic_macroman/ProximaNova-BlackIt-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/proxima-nova/proximanova_blackitalic_macroman/ProximaNova-BlackIt-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* Factoria */
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_thin_macroman/Factoria-Thin-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_thin_macroman/Factoria-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_thin_macroman/Factoria-Thin-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_thin_macroman/Factoria-Thin-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_thin_macroman/Factoria-Thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_thinitalic_macroman/Factoria-ThinItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_thinitalic_macroman/Factoria-ThinItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_thinitalic_macroman/Factoria-ThinItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_thinitalic_macroman/Factoria-ThinItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_thinitalic_macroman/Factoria-ThinItalic-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_light_macroman/Factoria-Light-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_light_macroman/Factoria-Light-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_light_macroman/Factoria-Light-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_light_macroman/Factoria-Light-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_light_macroman/Factoria-Light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_lightitalic_macroman/Factoria-LightItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_lightitalic_macroman/Factoria-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_lightitalic_macroman/Factoria-LightItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_lightitalic_macroman/Factoria-LightItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_lightitalic_macroman/Factoria-LightItalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_book_macroman/Factoria-Book-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_bookitalic_macroman/Factoria-BookItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_bookitalic_macroman/Factoria-BookItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_bookitalic_macroman/Factoria-BookItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_bookitalic_macroman/Factoria-BookItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_bookitalic_macroman/Factoria-BookItalic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_medium_macroman/Factoria-Medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_mediumitalic_macroman/Factoria-MediumItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_mediumitalic_macroman/Factoria-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_mediumitalic_macroman/Factoria-MediumItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_mediumitalic_macroman/Factoria-MediumItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_mediumitalic_macroman/Factoria-MediumItalic-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_demi_macroman/Factoria-Demi-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_demiitalic_macroman/Factoria-DemiItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_demiitalic_macroman/Factoria-DemiItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_demiitalic_macroman/Factoria-DemiItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_demiitalic_macroman/Factoria-DemiItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_demiitalic_macroman/Factoria-DemiItalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_bold_macroman/Factoria-Bold-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_bold_macroman/Factoria-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_bold_macroman/Factoria-Bold-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_bold_macroman/Factoria-Bold-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_bold_macroman/Factoria-Bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_bolditalic_macroman/Factoria-BoldItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_bolditalic_macroman/Factoria-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_bolditalic_macroman/Factoria-BoldItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_bolditalic_macroman/Factoria-BoldItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_bolditalic_macroman/Factoria-BoldItalic-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_black_macroman/Factoria-Black-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_black_macroman/Factoria-Black-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_black_macroman/Factoria-Black-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_black_macroman/Factoria-Black-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_black_macroman/Factoria-Black-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_blackitalic_macroman/Factoria-BlackItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_blackitalic_macroman/Factoria-BlackItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_blackitalic_macroman/Factoria-BlackItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_blackitalic_macroman/Factoria-BlackItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_blackitalic_macroman/Factoria-BlackItalic-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_ultra_macroman/Factoria-Ultra-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_ultra_macroman/Factoria-Ultra-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_ultra_macroman/Factoria-Ultra-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_ultra_macroman/Factoria-Ultra-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_ultra_macroman/Factoria-Ultra-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Factoria";
  src: url("//static.colostate.edu/fonts/factoria/factoria_ultraitalic_macroman/Factoria-UltraItalic-webfont.eot");
  src: url("//static.colostate.edu/fonts/factoria/factoria_ultraitalic_macroman/Factoria-UltraItalic-webfont.eot?#iefix") format("embedded-opentype"), url("//static.colostate.edu/fonts/factoria/factoria_ultraitalic_macroman/Factoria-UltraItalic-webfont.woff2") format("woff2"), url("//static.colostate.edu/fonts/factoria/factoria_ultraitalic_macroman/Factoria-UltraItalic-webfont.woff") format("woff"), url("//static.colostate.edu/fonts/factoria/factoria_ultraitalic_macroman/Factoria-UltraItalic-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* CSU Signature Sizes
 * acronym:  609 x 229 -- min: 113 -- max: 146
 * stacked:  929 x 229 -- min: 172 -- max: 221
 * oneline: 1883 x 229 -- min: 350 -- max: 450
 */
.wrapper {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.disclaimer {
  font-size: 0.875em;
  font-style: italic;
}

.clearfix:before, .entry-summary:before,
.entry-content:before,
.page-content:before, .clearfix:after, .entry-summary:after,
.entry-content:after,
.page-content:after {
  content: "";
  display: table;
}
.clearfix:after, .entry-summary:after,
.entry-content:after,
.page-content:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip-link:hover, .skip-link:active, .skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 0.25em;
  box-shadow: 0 0 0.125em 0.125em rgba(0, 0, 0, 0.5);
  clip: auto !important;
  color: #58595b;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  height: auto;
  left: 0.5em;
  line-height: normal;
  padding: 1em 2em;
  text-decoration: none;
  top: 0.5em;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

::-moz-selection {
  background: #d0ca7d;
  color: #004C23;
  text-shadow: none;
}

::selection {
  background: #d0ca7d;
  color: #004C23;
  text-shadow: none;
}

:last-child {
  margin-bottom: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #fff;
  color: #58595b;
  line-height: 1.5;
  font-family: "Proxima Nova", sans-serif;
}

.site {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100%;
}
.site > * {
  width: 100%;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: #333;
  line-height: 1.5;
  font-family: "Proxima Nova", sans-serif;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #767676;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
}

::placeholder {
  opacity: 1;
  color: #767676;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  clear: both;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 1.5rem;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375em;
  line-height: 1.5;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
}

code, kbd, tt, var {
  font: 0.9375em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr[title], acronym[title] {
  cursor: help;
  text-decoration: dotted underline;
}
.menu-link abbr, .menu-link acronym {
  cursor: pointer;
  font-variant: none;
  text-decoration: none;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup, sub {
  font-size: 0.75em;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.75em;
}

big {
  font-size: 1.25em;
}

hr {
  display: block;
  height: 0.0625em;
  border: 0;
  border-top: 0.0625em solid #ccc;
  margin: 1.5em 0;
  padding: 0;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.2;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.site-content li:not(:first-child) {
  margin-top: 0.7em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
  /* Make sure images are scaled correctly. */
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

input[type=button],
input[type=reset],
input[type=submit], button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  border: 0.0625em solid;
  border-radius: 0.1875em;
  /* Correct font size not being inherited in all browsers */
  font-size: 100%;
  text-align: center;
  /* Improve appearance and consistency in all browsers */
  vertical-align: baseline;
  /* Corrects inability to style clickable 'input' types in iOS */
  -webkit-appearance: button;
  padding: 0.375em 1em;
  background: #e7e7e7;
  border-color: #cfcfcf;
  color: #58595b;
}
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover, button:hover, input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus, button:focus, input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active, button:active {
  background: #dbdbdb;
}

/* Links styled to look like buttons */
.button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  border: 0.0625em solid;
  border-radius: 0.1875em;
  /* Correct font size not being inherited in all browsers */
  font-size: 100%;
  text-align: center;
  /* Improve appearance and consistency in all browsers */
  vertical-align: baseline;
  display: inline-block;
  border-color: transparent;
  padding: 0.5em 1.5em;
  background: #245c33;
  color: #fff;
  font-size: 0.9375em;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:visited {
  color: #fff;
}
.button:hover, .button:active, .button:focus {
  color: #fff;
  background: #00421e;
  text-decoration: none;
}

input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

input[type=button].button,
input[type=reset].button,
input[type=submit].button {
  letter-spacing: 0em;
  text-transform: none;
}
input[type=button].button:hover, input[type=button].button:active, input[type=button].button:focus,
input[type=reset].button:hover,
input[type=reset].button:active,
input[type=reset].button:focus,
input[type=submit].button:hover,
input[type=submit].button:active,
input[type=submit].button:focus {
  color: inherit;
}

input[type=search] {
  /* Address appearance set to searchfield in S5, Chrome */
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  /* Correct oddly displayed inner padding in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 0.0625em solid #ccc;
  border-radius: 0.1875em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
input[type=search] {
  padding: 0.1875em 0.375em;
}

textarea {
  /* Improve readability and alignment in all browsers */
  vertical-align: top;
}

.site ~ .ui-datepicker {
  margin: 0;
}

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
}

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

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
  max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
  max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
  max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
  max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
  max-width: calc(100% / 7);
}
.gallery-columns-8 .gallery-item {
  max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
  max-width: calc(100% / 9);
}

.gallery-caption {
  display: block;
}

.widget .view-all-link {
  margin-top: 1.25em;
}

.widget_events .event {
  display: flex;
  align-items: flex-start;
}
.widget_events .event:not(:first-child) {
  margin-top: 1rem;
}
.widget_events .event-start {
  flex: 0 0 auto;
  display: block;
  width: 3.25rem;
  margin-right: 0.75rem;
  text-align: center;
}
.widget_events .event-start .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
  background: #1E4D2B;
  color: #fff;
  font-weight: 300;
}
.widget_events .event-start .month {
  cursor: none;
  display: block;
  width: 100%;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.widget_events .event-start .day {
  display: block;
  width: 100%;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}
.widget_events .event-start .time {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125em;
  line-height: 1;
}
.widget_events .event-title {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.widget_events .event-title a {
  color: inherit;
  text-decoration: none;
}
.widget_events .event-title a:visited {
  color: inherit;
}
.widget_events .event-title a:hover, .widget_events .event-title a:focus, .widget_events .event-title a:active {
  color: inherit;
  text-decoration: underline;
}
.widget_events .event-location {
  margin-top: 0.125rem;
  color: #58595b;
  font-size: 0.875em;
}

.widget_jobs .job-posting {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.widget_jobs .job-posting:not(:first-child) {
  margin-top: 1rem;
  border-top: 0.125rem solid #ededed;
  padding-top: 1rem;
}
.widget_jobs .job-image {
  display: none;
  flex: 0 0 auto;
  width: 4.25rem;
  margin-left: 0.75rem;
}
.widget_jobs .job-details {
  margin-right: auto;
}
.widget_jobs .job-title {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1em;
  font-weight: 700;
}
.widget_jobs .job-title a {
  color: inherit;
  text-decoration: none;
}
.widget_jobs .job-title a:visited {
  color: inherit;
}
.widget_jobs .job-title a:hover, .widget_jobs .job-title a:focus, .widget_jobs .job-title a:active {
  color: inherit;
  text-decoration: underline;
}
.widget_jobs .job-company {
  margin: 0.125rem 0 0;
  font-size: 0.875em;
  color: #58595b;
}
.widget_jobs .job-link {
  margin-top: 0.5rem;
  font-size: 0.875em;
}

.accordion-group {
  width: 100%;
  margin: 0 auto;
}
.accordion-group:not(:first-child) {
  margin-top: 1.5em;
}

.accordion + .accordion {
  margin-top: 1.5em;
}
.active .accordion + .accordion {
  margin-top: 0.75em;
}

.active .accordion-title {
  position: relative;
  margin: 0;
  background: #004C23;
  color: #fff;
  font-size: 1.125em;
  letter-spacing: 0.04em;
}
@media (min-width: 45em) {
  .active .accordion-title {
    font-size: 1.25em;
  }
}
.accordion-title button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  padding: 0.5em;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.2;
  text-align: left;
}
.accordion-title button .fas {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0deg);
  padding: 0 0.25em 0 0.5em;
}
.accordion-title button[aria-expanded=true] .fas {
  transform: rotate(180deg);
}

.accordion-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.active .accordion-content {
  opacity: 1;
  border: 0.25em solid #004C23;
  border-top: none;
  background: #fff;
  padding: 0.5em;
  width: 100%;
  height: 100%;
  max-height: 1000vh;
}
.active .accordion-content[aria-hidden=true] {
  display: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  max-height: 0;
  padding: 0;
  border: 0;
}

.jobs-list {
  max-width: 45em;
  margin: 0 auto;
}

.community-job {
  width: 100%;
  margin: 1.5em 0 0.25em;
  box-shadow: 0 0.125em 0.1875em 0.125em rgba(88, 89, 91, 0.1);
}
.community-job__intro {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem 2rem;
  -ms-grid-rows: auto 0.5rem auto 0.5rem auto;
  grid-template-rows: repeat(3, auto);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 1rem;
}
@media (min-width: 30em) {
  .community-job__intro {
    -ms-grid-rows: auto 0.5rem auto;
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: 1fr 2rem auto;
    grid-template-columns: 1fr auto;
  }
}
.community-job__title {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1.1875em;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.community-job__city {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  margin-bottom: 0.5rem;
  margin-bottom: 0;
  color: #333;
  font-size: 0.875em;
  line-height: 1;
}
.community-job__city-icon {
  margin-right: 0.25em;
  color: #767676;
  font-size: 0.875em;
  vertical-align: 0.0625em;
}
.community-job__city-name {
  letter-spacing: 0.04em;
}
.community-job__pay {
  -ms-grid-row: 5;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  margin-bottom: 0;
  color: #333;
  font-size: 0.875em;
  line-height: 1;
  text-align: right;
}
@media (min-width: 30em) {
  .community-job__pay {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
.community-job__pay-symbol {
  letter-spacing: 0.04em;
  vertical-align: 0.4375em;
}
.community-job__pay-number {
  font-size: 1.75em;
  font-weight: 300;
}
.community-job__pay-rate {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.community-job__details {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.active .community-job__details {
  opacity: 1;
  width: 100%;
  height: 100%;
  max-height: 1000vh;
}
.active .community-job__details[aria-hidden=true] {
  display: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  max-height: 0;
}
.community-job__details-inner {
  outline: 0;
  padding: 1rem;
  font-weight: 300;
}
@media (min-width: 45em) {
  .community-job__details-inner {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-rows: auto 2em auto 2em auto;
    grid-template-rows: repeat(3, auto);
    -ms-grid-columns: auto 2em 1fr;
    grid-template-columns: auto 1fr;
  }
}
.community-job__desc {
  color: inherit;
}
@media (min-width: 45em) {
  .community-job__desc {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1/-1;
    -ms-grid-column-span: 3;
    margin: 0;
  }
}
.community-job__heading {
  margin-bottom: 0.25em;
  font-size: 1.125em;
}
@media (min-width: 45em) {
  .community-job__heading {
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
  }
}
@media (min-width: 45em) {
  .community-job__heading--apply {
    -ms-grid-row: 3;
    grid-row: 2;
  }
}
@media (min-width: 45em) {
  .community-job__heading--employer {
    -ms-grid-row: 5;
    grid-row: 3;
  }
}
@media (min-width: 45em) {
  .community-job__heading--posted {
    -ms-grid-row: 7;
    grid-row: 4;
  }
}
@media (min-width: 45em) {
  .community-job__detail {
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
@media (min-width: 45em) {
  .community-job__detail--apply {
    -ms-grid-row: 3;
    grid-row: 2;
  }
}
@media (min-width: 45em) {
  .community-job__detail--employer {
    -ms-grid-row: 5;
    grid-row: 3;
  }
}
@media (min-width: 45em) {
  .community-job__detail--posted {
    -ms-grid-row: 7;
    grid-row: 4;
  }
}
.community-job__table {
  font-size: 0.9375em;
}
.community-job__table-heading {
  width: 1em;
  padding: 0.125em 0.5em 0.125em 0;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: inherit;
  white-space: nowrap;
}
.community-job__phone {
  letter-spacing: 0.02em;
}
.community-job__toggle {
  display: none;
}
.active .community-job__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  border: none;
  border-radius: 0;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1;
  background: none;
  color: #333;
}
.active .community-job__toggle .fas {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.active .community-job__toggle[aria-expanded=true] .fas {
  transform: rotate(180deg);
}

.main-navigation {
  border-bottom: 0.125rem solid #CBC46E;
  background: #fff;
}
@media (min-width: 60em) {
  .main-navigation {
    padding: 0 3vw;
  }
}
.main-navigation ul {
  list-style-type: none;
  margin: 0;
}
.main-navigation .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 30em) {
  .main-navigation .wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 60em) {
  .main-navigation .wrapper {
    align-items: stretch;
  }
}
.main-navigation .search-form {
  display: flex;
  align-items: center;
  align-self: center;
  width: calc(100% - 2.5em);
  margin: 0.5em auto 0;
  border: 0.0625em solid #cfcfcf;
  border-radius: 0.1875em;
  padding: 0.1875rem;
}
@media (min-width: 30em) {
  .main-navigation .search-form {
    width: auto;
    margin: 0.25em 1.25em;
  }
}
@media (min-width: 45em) {
  .main-navigation .search-form {
    margin: 0.25em 3vw;
  }
}
@media (min-width: 60em) {
  .main-navigation .search-form {
    margin: 0.375em 0;
  }
}
.main-navigation .search-label {
  flex: 1 0 auto;
}
.main-navigation .search-field {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0 0.1875em;
}
.main-navigation .search-submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.625em;
  height: 1.625em;
  margin-left: 0.25em;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 1em;
}
.main-navigation .menu-toggle {
  background: none;
  margin: 0.5rem auto;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #58595b;
  font-size: 1em;
}
.main-navigation .menu-toggle:hover, .main-navigation .menu-toggle:focus, .main-navigation .menu-toggle:active {
  background: none;
  color: #333;
}
@media (min-width: 30em) {
  .main-navigation .menu-toggle {
    margin: 0.5rem auto 0.5rem 1.25rem;
  }
}
@media (min-width: 45em) {
  .main-navigation .menu-toggle {
    margin-left: 3vw;
  }
}
@media (min-width: 60em) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation .menu-main-menu-container {
  width: 100%;
}
@media (min-width: 60em) {
  .main-navigation .menu-main-menu-container {
    display: flex;
    width: auto;
    margin-right: auto;
  }
}
.main-navigation .menu {
  display: none;
}
.main-navigation .menu[aria-expanded=true] {
  display: block;
}
@media (min-width: 60em) {
  .main-navigation .menu {
    background: #fff;
  }
  .main-navigation .menu[aria-expanded=true], .main-navigation .menu {
    display: flex;
  }
}
@media (min-width: 60em) {
  .main-navigation .menu > .menu-item {
    display: flex;
    margin-right: 1.25rem;
  }
}
.main-navigation .menu > .menu-item > a {
  display: flex;
  align-items: center;
}
@media (min-width: 60em) {
  .main-navigation .menu > .menu-item > a {
    padding: 0.75rem 0.125rem;
  }
}
.main-navigation .menu > .menu-item-has-children > a:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.375em;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.3125em solid;
  font-size: 1.25em;
}
@media (min-width: 60em) {
  .main-navigation .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    box-shadow: 0 0.5em 0.5em 0.0625em rgba(0, 0, 0, 0.15);
    border-top: 0.125rem solid #CBC46E;
  }
}
.main-navigation .menu > .menu-item-has-children.open > .sub-menu {
  display: block;
}
@media (min-width: 60em) {
  .main-navigation .menu > .menu-item-has-children.open > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    box-shadow: 0 0.5em 0.5em 0.0625em rgba(0, 0, 0, 0.15);
    border-top: 0.125rem solid #CBC46E;
  }
}
.main-navigation .menu > .menu-item-has-children > .sub-menu {
  display: none;
}
.main-navigation .menu > .menu-item-has-children .menu-item-has-children a {
  padding: 0.125rem 0.375rem;
}
.main-navigation .menu > .menu-item-has-children .menu-item-has-children .menu-item a {
  padding-left: 1rem;
}
.main-navigation .menu-item {
  position: relative;
}
.main-navigation .menu-item a {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #004C23;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (min-width: 45em) {
  .main-navigation .menu-item a {
    padding: 0.5rem 3vw;
  }
}
@media (min-width: 60em) {
  .main-navigation .menu-item a {
    padding: 0.375rem 0.125rem;
  }
}
.main-navigation .sub-menu {
  font-size: 0.875em;
}
@media (min-width: 60em) {
  .main-navigation .sub-menu {
    background: #f3f3f3;
    background: #fff;
    font-size: 0.9375em;
  }
}
.main-navigation .sub-menu .menu-item a {
  padding: 0.5rem 1.875rem;
}
@media (min-width: 60em) {
  .main-navigation .sub-menu .menu-item a {
    padding: 0.375rem 0.5rem;
    white-space: nowrap;
  }
}
@media (min-width: 60em) {
  .main-navigation .sub-menu .menu-item a:hover {
    background: #ededed;
  }
}

@media (min-width: 30em) {
  .resource-list .resource-item {
    display: flex;
    align-items: flex-start;
  }
}
.resource-list .resource-item:not(:first-child) {
  margin-top: 1.25rem;
  border-top: 0.125rem solid #ededed;
  padding-top: 1.25rem;
}
.resource-list .resource-image {
  width: 100%;
  margin-bottom: 0.75rem;
}
@media (min-width: 30em) {
  .resource-list .resource-image {
    flex: 0 0 auto;
    max-width: 9.25em;
    margin: 0 0.75em 0 0;
  }
}
@media (min-width: 75em) {
  .resource-list .resource-image {
    max-width: 11.75em;
  }
}
.resource-list .resource-title {
  margin-bottom: 0.25rem;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.125em;
}
@media (min-width: 45em) {
  .resource-list .resource-title {
    font-size: 1.25em;
  }
}
.resource-list .resource-title a {
  color: inherit;
  text-decoration: none;
}
.resource-list .resource-title a:visited {
  color: inherit;
}
.resource-list .resource-title a:hover, .resource-list .resource-title a:focus, .resource-list .resource-title a:active {
  color: inherit;
  text-decoration: underline;
}
.resource-list .resource-excerpt p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.resource-list .resource-link {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media (min-width: 30em) {
  .resource-list .resource-link {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.resource-list .resource-link > * {
  max-width: 100%;
}
.resource-list .resource-link .button {
  padding: 0.25em 0.75em 0.125em;
}
@media (min-width: 30em) {
  .resource-list .resource-link .button {
    margin-right: 0.5em;
  }
}
.resource-list .resource-link .learn-more {
  margin: 0.5rem auto 0;
  font-size: 0.875em;
  text-decoration: none;
  white-space: nowrap;
}
.resource-list .resource-link .learn-more:hover, .resource-list .resource-link .learn-more:focus, .resource-list .resource-link .learn-more:active {
  text-decoration: underline;
}
@media (min-width: 30em) {
  .resource-list .resource-link .learn-more {
    margin: 0.25rem 0 0.125rem;
  }
}

.featured-success-story {
  display: flex;
  align-items: center;
  min-height: 40vw;
  box-shadow: none;
  background: no-repeat 75% center/cover;
  padding: 1.5em;
  color: #004C23;
}
@media (min-width: 45em) {
  .featured-success-story {
    padding: 12.5vw 9.375vw;
    padding: 1.5em 3vw;
  }
}
@media (min-width: 60em) {
  .featured-success-story {
    background-position: 62.5% center;
    padding: 2.5% 3vw;
  }
}
.featured-success-story .story {
  text-align: center;
}
@media (min-width: 45em) {
  .featured-success-story .story {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.featured-success-story .story-content {
  background: rgba(255, 255, 255, 0.81);
  padding: 1em;
}
@media (min-width: 30em) {
  .featured-success-story .story-content {
    margin: 5%;
  }
}
@media (min-width: 60em) {
  .featured-success-story .story-content {
    width: 40%;
    padding: 2.5%;
  }
}
.featured-success-story .story-excerpt {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media (min-width: 45em) {
  .featured-success-story .story-excerpt {
    font-size: 1.125em;
  }
}
.featured-success-story .story-person {
  margin-top: 1rem;
  font-family: "Factoria", sans-serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.featured-success-story .story-name {
  margin: 0;
  font-size: 1.0625em;
}
.featured-success-story .story-degree {
  margin: 0;
  font-size: 0.9375em;
}
.featured-success-story .story-career {
  margin-top: 0.5rem;
  font-family: "Factoria", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.featured-success-story .story-role {
  margin: 0;
  font-size: 0.9375em;
}
.featured-success-story .story-org {
  margin: 0;
  font-size: 0.875em;
}
.featured-success-story .story-links {
  margin-top: 1.25rem;
}
.featured-success-story .story-links p {
  margin: 0;
}
.featured-success-story .this-story {
  display: inline-block;
  border: 0.125em solid;
  border-radius: 0.125em;
  padding: 0.5em 1em;
  color: inherit;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.featured-success-story .this-story:visited {
  color: inherit;
}
.featured-success-story .this-story:hover, .featured-success-story .this-story:focus, .featured-success-story .this-story:active {
  background: #00421e;
  border-color: #00421e;
  color: #fff;
}
.featured-success-story .more-stories {
  display: inline-block;
  margin-top: 0.625rem;
  color: inherit;
  font-size: 0.875em;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.featured-success-story .more-stories:visited {
  color: inherit;
}
.featured-success-story .more-stories:hover, .featured-success-story .more-stories:focus, .featured-success-story .more-stories:active {
  color: inherit;
  text-decoration: underline;
}

.page-template-partners .entry-header {
  margin-bottom: 1.5em;
}

.partners-section {
  padding: 1.25em;
}
@media (min-width: 45em) {
  .partners-section {
    padding: 3vw;
  }
}
.partners-section__title {
  text-align: center;
}
.partners-section__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5em;
}
.partners-section__grid-item {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  padding-top: 50%;
}
@media (min-width: 30em) {
  .partners-section__grid-item {
    width: calc(100% / 3);
    padding-top: calc(100% / 3);
  }
}
@media (min-width: 60em) {
  .partners-section__grid-item {
    width: calc(100% / 6);
    padding-top: calc(100% / 6);
  }
}
.partners-section__grid-link {
  transform: translateY(0);
  position: relative;
  color: #fff;
}
.partners-section__grid-link:after {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.25em 0.625em 0.0625em rgba(0, 0, 0, 0.2);
}
.partners-section__grid-link:hover, .partners-section__grid-link:focus, .partners-section__grid-link:active {
  transform: translateY(-0.25em);
}
.partners-section__grid-link:hover:after, .partners-section__grid-link:focus:after, .partners-section__grid-link:active:after {
  opacity: 1;
}
.partners-section__grid-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: no-repeat center center/contain;
}
@media (min-width: 45em) {
  .partners-section__grid-logo {
    top: 12.5%;
    left: 12.5%;
    width: 75%;
    height: 75%;
  }
}
@media (min-width: 60em) {
  .partners-section__grid-logo {
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
  }
}
.partners-section__cta {
  margin-top: 1.5em;
  text-align: center;
}

.site-header {
  -ms-grid-row: 1;
  grid-row: 1;
}

.header-top {
  background: #1E4D2B;
}
@media (min-width: 30em) {
  .header-top {
    padding: 0 1.25rem;
  }
  .header-top .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 45em) {
  .header-top {
    padding: 0 3vw;
  }
}

.site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.9375rem 1.25rem;
  color: #fff;
}
@media (min-width: 30em) {
  .site-branding {
    padding-left: 0;
  }
}

.csu-signature {
  margin-right: 0.9375rem;
  padding-right: 0.9375rem;
  border-right: 0.125rem solid #fff;
  font-size: 1rem;
}

.signature-link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 7.3125rem;
  height: 2.75rem;
  background: url(../images/signature-acronym.svg) no-repeat center center/contain;
  color: #fff;
}
@media (min-width: 45em) {
  .signature-link {
    width: 11.125rem;
    background-image: url(../images/signature-stacked.svg);
  }
}
@media (min-width: 60em) {
  .signature-link {
    width: 22.625rem;
    background-image: url(../images/signature-oneline.svg);
  }
}

.secondary-identifier {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 45em) {
  .secondary-identifier {
    font-size: 1.1875rem;
  }
}

.identifier-link {
  color: #fff;
  text-decoration: none;
}
.identifier-link:visited {
  color: #fff;
}
.identifier-link:hover, .identifier-link:active, .identifier-link:focus {
  color: #fff;
}

.top-nav {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  justify-content: space-around;
  padding: 1rem 1.25rem;
  background: #00421e;
  font-size: 0.75em;
}
@media (min-width: 30em) {
  .top-nav {
    justify-content: flex-end;
    padding: 0.5em 1em;
  }
}
@media (min-width: 45em) {
  .top-nav {
    padding: 0.5em 1em;
    font-size: 0.875em;
  }
}
@media (min-width: 60em) {
  .top-nav {
    font-size: 1em;
  }
}

.nav-item {
  display: flex;
  justify-content: center;
  width: auto;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 30em) {
  .nav-item {
    flex-direction: column;
    text-align: center;
  }
}
.nav-item:visited {
  color: #fff;
}
.nav-item:hover, .nav-item:active, .nav-item:focus {
  color: #fff;
}
.nav-item:not(:last-child) {
  margin-right: 1em;
}
@media (min-width: 30em) {
  .nav-item:not(:last-child) {
    margin-right: 1em;
  }
}
@media (min-width: 45em) {
  .nav-item:not(:last-child) {
    margin-right: 1.25em;
  }
}

.nav-item-icon {
  display: none;
}
@media (min-width: 30em) {
  .nav-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1em;
    margin: 0 auto 0.25em;
    font-size: 1.75em;
    line-height: 1;
  }
}
.nav-item-icon img {
  height: 1em;
}

.nav-item-text {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  .nav-item-text {
    display: block;
    font-size: 0.75em;
    line-height: 1;
  }
}
@media (min-width: 45em) {
  .nav-item-text {
    letter-spacing: 0.04em;
  }
}

.site-content {
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 1.25rem;
}
@media (min-width: 45em) {
  .site-content {
    padding: 1.25rem 3vw;
  }
}
.home .site-content, .tax-career-interest .site-content {
  padding: 0;
}

.sticky {
  display: block;
}

.hentry:not(:last-child) {
  margin-bottom: 1.5em;
}

.updated:not(.published) {
  display: none;
}

.byline {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-footer {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
}

.main-footer {
  padding: 2.5em 1.25em;
  background: #245c33;
  color: #fff;
}
@media (min-width: 45em) {
  .main-footer {
    padding: 2.5em 3vw;
  }
}
.main-footer > .wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 2.5em;
  -ms-grid-rows: auto 2.5em auto 2.5em auto 2.5em auto 2.5em auto;
  grid-template-rows: repeat(5, auto);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  font-size: 0.875em;
}
@media (min-width: 30em) {
  .main-footer > .wrapper {
    -ms-grid-rows: auto 2.5em auto 2.5em auto;
    grid-template-rows: repeat(3, auto);
    -ms-grid-columns: 1fr 2.5em 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .main-footer > .wrapper {
    grid-gap: 1.25em 2.5em;
    -ms-grid-rows: auto 2.5em auto;
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: 1fr 2.5em 1fr 2.5em 1fr 2.5em 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-footer .footer-widget {
  text-align: center;
}
@media (min-width: 60em) {
  .main-footer .footer-widget {
    text-align: inherit;
  }
}
.main-footer .footer-widget h3, .main-footer .footer-widget h4, .main-footer .footer-widget h5, .main-footer .footer-widget h6 {
  margin-bottom: 0.25rem;
  color: inherit;
  font-size: 1.0625em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.main-footer .footer-1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 30em) {
  .main-footer .footer-1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media (min-width: 60em) {
  .main-footer .footer-1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.main-footer .footer-2 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 30em) {
  .main-footer .footer-2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
@media (min-width: 60em) {
  .main-footer .footer-2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
.main-footer .footer-3 {
  -ms-grid-row: 5;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 30em) {
  .main-footer .footer-3 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media (min-width: 60em) {
  .main-footer .footer-3 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 5;
    grid-column: 3;
  }
}
.main-footer .footer-4 {
  -ms-grid-row: 7;
  grid-row: 4;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 30em) {
  .main-footer .footer-4 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
@media (min-width: 60em) {
  .main-footer .footer-4 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 7;
    grid-column: 4;
  }
}
.main-footer .footer-5 {
  -ms-grid-row: 9;
  grid-row: 5;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 30em) {
  .main-footer .footer-5 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/-1;
  }
}
@media (min-width: 60em) {
  .main-footer .footer-5 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/-1;
  }
}
.main-footer .widget {
  font-weight: 300;
  letter-spacing: 0.04em;
}
.main-footer .widget:not(:first-child) {
  margin-top: 2.5em;
}
.main-footer .widget a {
  color: inherit;
  text-decoration: none;
}
.main-footer .widget a:visited {
  color: inherit;
}
.main-footer .widget a:hover, .main-footer .widget a:focus, .main-footer .widget a:active {
  color: inherit;
  text-decoration: underline;
}
.main-footer .widget-title {
  margin-bottom: 0.5rem;
  color: inherit;
  font-size: 1.125em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.main-footer .social-links {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
.main-footer .social-link {
  font-size: 1.5em;
}
.main-footer .social-link:not(:last-child) {
  margin-right: 0.25em;
}
.main-footer .social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.0625em;
  color: #fff;
}
.main-footer .social-link a:visited {
  color: #fff;
}
.main-footer .social-link a:hover, .main-footer .social-link a:focus, .main-footer .social-link a:active {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.main-footer .widget_giving {
  text-align: center;
}
.main-footer .widget_giving .wrapper {
  max-width: 20rem;
}
.main-footer .widget_giving .widget-title {
  margin-bottom: 1rem;
}
.main-footer .widget_giving .give-link {
  transform: scale(1);
  display: inline-block;
  max-width: 15em;
}
.main-footer .widget_giving .give-link:hover, .main-footer .widget_giving .give-link:focus, .main-footer .widget_giving .give-link:active {
  transform: scale(1.025);
}
.main-footer .menu {
  list-style-type: none;
  margin: 0;
}
.main-footer .menu-item {
  margin-top: 0.625em;
  line-height: 1.2;
}

.csu-footer {
  padding: 1.25em 1.25em calc(48px + (15px * 2));
  background: #1E4D2B;
  color: #fff;
}
@media (min-width: 45em) {
  .csu-footer {
    padding: 1.25em 3vw calc(48px + (15px * 2));
  }
}
.csu-footer .wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
}
@media (min-width: 60em) {
  .csu-footer .wrapper {
    display: flex;
    align-items: center;
  }
}
.csu-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.csu-footer a:visited {
  color: rgba(255, 255, 255, 0.8);
}
.csu-footer a:hover, .csu-footer a:active, .csu-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.csu-footer .copyright {
  margin-top: 0.75em;
  color: rgba(255, 255, 255, 0.8);
}

.csu-nav .menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.5em 0 0;
}
.csu-nav .menu-link {
  display: inline-block;
  margin: 0 1em 0.5em 0;
}

.footer-signature {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 22.625em;
  margin: 1.25em auto 0;
  margin-right: 0;
}
@media (min-width: 45em) {
  .footer-signature {
    margin-right: 0;
  }
}
@media (min-width: 60em) {
  .footer-signature {
    margin-top: 0;
  }
}

.page-template-default .entry-header {
  margin-bottom: 1.5em;
}

.home .site-content {
  padding: 0;
}

.home-page-slides .slick-slider {
  overflow: hidden;
  position: relative;
}
.home-page-slides .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -1em;
  background: rgba(0, 0, 0, 0.54);
  border: none;
  border-radius: 0;
  padding: 0.5em 0.5em 0.4375em;
  color: #fff;
  font-size: 1em;
}
@media (min-width: 30em) {
  .home-page-slides .slick-arrow {
    font-size: 1.25em;
  }
}
@media (min-width: 45em) {
  .home-page-slides .slick-arrow {
    font-size: 1.5em;
  }
}
@media (min-width: 60em) {
  .home-page-slides .slick-arrow {
    font-size: 1.75em;
  }
}
.home-page-slides .slick-arrow.slick-prev {
  left: 0;
  padding-right: 0.625em;
}
.home-page-slides .slick-arrow.slick-next {
  right: 0;
  padding-left: 0.625em;
}
.home-page-slides .slick-arrow[aria-disabled=true] {
  opacity: 0;
  visibility: hidden;
}
.home-page-slides .slick-list {
  overflow: hidden;
}
.home-page-slides .slick-track {
  display: flex;
}
.home-page-slides .slick-slide img {
  width: 100%;
}
.home-page-slides .slick-dots {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0 0;
  font-size: 0.25em;
}
@media (min-width: 45em) {
  .home-page-slides .slick-dots {
    font-size: 0.3125em;
  }
}
.home-page-slides .slick-dots li:not(:first-child), .home-page-slides .slick-dots li {
  margin: 0;
}
.home-page-slides .slick-dots li.slick-active button {
  background: #004C23;
}
.home-page-slides .slick-dots button {
  width: 3em;
  height: 3em;
  margin: 0 0.75em;
  background: #CBC46E;
  border: 0.5em solid #004C23;
  border-radius: 50%;
  padding: 0;
  color: transparent;
}

.resources-and-jobs {
  padding: 1.25em;
}
@media (min-width: 45em) {
  .resources-and-jobs {
    padding: 3vw;
  }
}
.resources-and-jobs .wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 2.5em;
  -ms-grid-rows: auto 2.5em auto;
  grid-template-rows: repeat(2, auto);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 60em) {
  .resources-and-jobs .wrapper {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 2.5em 20em;
    grid-template-columns: 1fr 20em;
  }
}
.resources-and-jobs .resource-list {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.resources-and-jobs .widget-area {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (min-width: 60em) {
  .resources-and-jobs .widget-area {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
@media (min-width: 45em) {
  .resources-and-jobs .widget-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 60em) {
  .resources-and-jobs .widget-area {
    display: block;
  }
}
@media (min-width: 45em) {
  .resources-and-jobs .widget {
    width: calc(50% - (1.25rem /2));
  }
}
@media (min-width: 60em) {
  .resources-and-jobs .widget {
    width: 100%;
  }
}
.resources-and-jobs .widget:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 45em) {
  .resources-and-jobs .widget:not(:first-child) {
    margin: 0 0 0 1.25rem;
  }
}
@media (min-width: 60em) {
  .resources-and-jobs .widget:not(:first-child) {
    margin: 1.25rem 0 0 0;
  }
}
.resources-and-jobs .widget .view-all-link {
  margin-top: 1.25em;
  text-align: center;
}
.resources-and-jobs .widget .not-found {
  text-align: center;
}
.resources-and-jobs .widget-title {
  background: #1E4D2B;
  margin: 0;
  padding: 0.75rem;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.04em;
}
.resources-and-jobs .widget-content {
  border: 0.125rem solid #ededed;
  border-top: none;
  padding: 0.75rem;
}

.stats-module {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25vw;
  background: #005356;
  padding: 12.5vw;
  color: #fff;
}
@media (min-width: 45em) {
  .stats-module {
    padding: 10vw;
  }
}
@media (min-width: 60em) {
  .stats-module {
    padding: 7.5vw;
  }
}

@media (min-width: 60em) {
  .stats {
    display: flex;
    justify-content: space-between;
  }
}

.stat {
  max-width: 20em;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 30em) {
  .stat {
    display: flex;
    align-items: center;
    max-width: none;
    text-align: inherit;
  }
}
@media (min-width: 60em) {
  .stat {
    display: block;
    width: 27.5%;
    margin: 0;
    text-align: center;
  }
}
.stat:not(:first-child) {
  margin-top: 2.5em;
}
@media (min-width: 60em) {
  .stat:not(:first-child) {
    margin: 0;
  }
}

.stat-image {
  flex-shrink: 0;
  align-self: flex-start;
  text-align: center;
}
.stat-image img {
  max-width: 6.25em;
}

.stat-data {
  margin-top: 0.75em;
}
@media (min-width: 30em) {
  .stat-data {
    margin: 0 0 0 1.5em;
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  .stat-data {
    margin: 0.75em 0 0;
    font-size: 1em;
  }
}
.stat-data span {
  display: block;
  color: #f9c606;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.blog .site-content {
  background: #f3f3f3;
}
.blog .page-title {
  text-align: center;
}
.blog .posts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog .post {
  max-width: 17.5em;
  margin: 1.25em auto 0;
  text-align: center;
}
@media (min-width: 30em) {
  .blog .post {
    width: calc(50% - (1.25em / 2));
    max-width: none;
    margin: 1.25em 0 0 1.25em;
  }
  .blog .post:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 45em) {
  .blog .post {
    width: calc((100% / 3) - (1.25em / 3 * 2));
  }
  .blog .post:nth-child(odd) {
    margin-left: 1.25em;
  }
  .blog .post:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  .blog .post {
    width: calc(25% - (1.25em / 4 * 3));
  }
  .blog .post:nth-child(3n+1) {
    margin-left: 1.25em;
  }
  .blog .post:nth-child(4n+1) {
    margin-left: 0;
  }
}
.blog .post-link {
  transform: translate(0);
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.blog .post-link:visited {
  color: inherit;
}
.blog .post-link:hover, .blog .post-link:active, .blog .post-link:focus {
  transform: translateY(-0.25em);
  box-shadow: 0 0.125em 0.1875em 0.125em rgba(88, 89, 91, 0.1);
  color: inherit;
}
.blog .post-image img {
  width: 100%;
}
.blog .post-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 0.75em 0.75em;
}
.blog .author-avatar {
  overflow: hidden;
  width: 4em;
  height: 4em;
  margin: -2em auto 0;
  border: 0.25em solid #fff;
  border-radius: 50%;
}
.blog .author-avatar img {
  width: 100%;
}
.blog .author-name {
  color: #58595b;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.blog .post-title {
  margin: 0.5em auto;
  font-size: 1.25em;
  font-weight: 700;
}
.blog .post-meta {
  align-self: center;
  margin-top: auto;
  color: #58595b;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.pagination {
  margin-top: 1.25em;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: none;
  margin: 0.25em;
  padding: 0.375em 0.625em 0.25em;
  border: 0.0625em solid #1E4D2B;
  border-radius: 0.25em;
  color: #1E4D2B;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 45em) {
  .pagination .page-numbers {
    display: inline-block;
  }
}
.pagination .prev,
.pagination .next,
.pagination .dots {
  margin: 0.375em 0.625em 0.25em;
  border: none;
  padding: 0;
}
.pagination .prev,
.pagination .next {
  display: inline-block;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .prev:active,
.pagination .next:hover,
.pagination .next:focus,
.pagination .next:active {
  text-decoration: underline;
}
.pagination .current {
  background: #1E4D2B;
  color: #fff;
}

.page-template-resource-center .site-content,
.page-template-employer-resources .site-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0;
}
.page-template-resource-center .page-header,
.page-template-employer-resources .page-header {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  background: no-repeat center center/cover;
}
.page-template-resource-center .page-title,
.page-template-employer-resources .page-title {
  background: rgba(0, 0, 0, 0.54);
  padding: 7.5vw 1.25rem;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}
.page-template-resource-center .content-area,
.page-template-employer-resources .content-area {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.page-template-resource-center .site-main,
.page-template-employer-resources .site-main {
  height: 100%;
}

.resources-content {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 45em) {
  .resources-content {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 60em) {
  .resources-content {
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 75em) {
  .resources-content {
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
  }
}

.resources-sidebar {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  background: #ededed;
}
@media (min-width: 45em) {
  .resources-sidebar {
    display: block;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.resources-sidebar .search-submit {
  display: none;
}
.resources-sidebar .search-field {
  width: 100%;
}

.filter-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem 1.25rem;
  font-size: 1.125em;
}
@media (min-width: 45em) {
  .filter-title {
    padding: 0.75rem 1rem;
  }
}
.filter-title .icon {
  margin-right: 0.75em;
  font-size: 0.75em;
}

.filter-option {
  display: block;
  border-top: 0.0625em solid #cfcfcf;
  padding: 0.5rem 1.25rem;
  font-size: 0.875em;
}
@media (min-width: 45em) {
  .filter-option {
    padding: 0.75rem 1rem;
    font-size: 1em;
  }
}
.filter-option .terms-wrapper {
  padding-top: 0.125em;
}
.filter-option .terms-wrapper[aria-hidden=true] {
  display: none;
}

.filter-cat {
  margin: 0;
  font-size: 1em;
}
.filter-cat button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: inherit;
  text-transform: uppercase;
}
.filter-cat button:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  margin-left: 1.25rem;
}
.filter-cat button[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.filter-cat-option {
  padding: 0.375rem 0;
}
.filter-cat-option input[type=checkbox] + label {
  display: flex;
  font-weight: 300;
  letter-spacing: 0.0165em;
  line-height: 1.2;
}
.filter-cat-option input[type=checkbox] + label:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  color: #00a5b8;
  content: "•";
  display: inline;
  margin-right: 0.5rem;
  font-size: 2em;
  font-weight: 700;
  line-height: 0.5;
}
.filter-cat-option input[type=checkbox] + label span {
  padding: 0.05em 0.1em 0;
}
.filter-cat-option input[type=checkbox]:focus + label span {
  outline: 0.0625em dotted;
}
.filter-cat-option input[type=checkbox]:checked + label {
  font-weight: 600;
  letter-spacing: 0em;
}
.filter-cat-option input[type=checkbox]:checked + label:before {
  opacity: 1;
  font-weight: 700;
}

.resources-results {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  background: #f3f3f3;
  padding: 0.75em 1.25em 0;
}
@media (min-width: 45em) {
  .resources-results {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

.resources-tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.75em;
}
.resources-tags .resource-tag:not(:first-child) {
  margin-top: 0.25rem;
}

.resource-tag {
  margin: 0.25rem 0.5rem 0.25rem 0;
}
.resource-tag button {
  display: inline-flex;
  align-items: center;
  background: #f9c606;
  border: none;
  border-radius: 0.25em;
  padding: 0.375em 0.75em 0.25em;
  font-size: 0.875em;
  line-height: 1.2;
  text-align: inherit;
  text-transform: uppercase;
}
.resource-tag button span {
  font-size: 0.75em;
  margin: 0 0.5em 0.125em 0;
}

.resources-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.resources-grid .grid-gutter {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1.25em;
}
.resources-grid .resource {
  align-self: start;
  width: 100%;
  margin-bottom: 1.25em;
}
@media (min-width: 30em) {
  .resources-grid .resource {
    width: calc(50% - (1.25em / 2));
  }
}
@media (min-width: 60em) {
  .resources-grid .resource {
    width: calc((100% / 3) - (1.25em * 2 / 3 ));
  }
}
@media (min-width: 100em) {
  .resources-grid .resource {
    width: calc(25% - (1.25em * 3 / 4));
  }
}
.resources-grid .resource a {
  transform: translate(0);
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.resources-grid .resource a:visited {
  color: inherit;
}
.resources-grid .resource a:hover, .resources-grid .resource a:focus, .resources-grid .resource a:active {
  transform: translateY(-0.25em);
  box-shadow: 0 0.125em 0.1875em 0.125em rgba(88, 89, 91, 0.1);
  color: inherit;
}
.resources-grid .resource img {
  width: 100%;
}
.resources-grid .resource .entry-wrapper {
  padding: 5%;
}
.resources-grid .resource .entry-title {
  font-size: 1.125em;
}
.resources-grid .resource .entry-content {
  margin-top: 0.75em;
}
.resources-grid .resource .entry-meta {
  background: #d0ca7d;
  padding: 0.625rem 5%;
  color: #004C23;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}
.resources-grid .load-more {
  clear: both;
  width: 100%;
}

.resources-empty {
  padding: 10%;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.single-resource .resource,
.single-emp_resource .resource {
  max-width: 30em;
  margin: 0 auto;
}
@media (min-width: 45em) {
  .single-resource .resource,
.single-emp_resource .resource {
    max-width: none;
    margin: 0;
  }
}
.single-resource .entry-title,
.single-emp_resource .entry-title {
  font-size: 1.5em;
}
.single-resource .entry-content,
.single-emp_resource .entry-content {
  margin-top: 1.25rem;
}
.single-resource .entry-actions,
.single-emp_resource .entry-actions {
  margin-top: 1.5em;
}
.single-resource .entry-actions .button,
.single-emp_resource .entry-actions .button {
  width: 100%;
}
@media (min-width: 45em) {
  .single-resource .entry-actions .button,
.single-emp_resource .entry-actions .button {
    width: auto;
  }
}
.single-resource .entry-terms,
.single-emp_resource .entry-terms {
  margin-top: 1.5em;
}
.single-resource .entry-term:not(:first-child),
.single-emp_resource .entry-term:not(:first-child) {
  margin-top: 1em;
}
.single-resource .term-name,
.single-emp_resource .term-name {
  font-size: 1.25em;
  margin-bottom: 0;
}
.single-resource .taxonomy-list,
.single-emp_resource .taxonomy-list {
  list-style-type: none;
  margin-left: 0;
}
.single-resource .taxonomy-list li,
.single-emp_resource .taxonomy-list li {
  display: inline-block;
  margin: 0.5em 0.5em 0 0;
  border: 0.125em solid;
  border-radius: 0.25em;
  padding: 0.375em 0.75em 0.25em 0.625em;
  color: #58595b;
  font-size: 0.75em;
}

@media (min-width: 45em) {
  .resource-template-default .resource,
.emp_resource-template-default .resource {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5rem;
    -ms-grid-rows: auto 1.5rem auto 1.5rem 1fr;
    grid-template-rows: auto auto 1fr;
    -ms-grid-columns: 5fr 1.5rem 7fr;
    grid-template-columns: 5fr 7fr;
  }
}
@media (min-width: 60em) {
  .resource-template-default .resource,
.emp_resource-template-default .resource {
    -ms-grid-columns: 1fr 1.5rem 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
.resource-template-default .post-thumbnail,
.emp_resource-template-default .post-thumbnail {
  margin-bottom: 1.25em;
}
@media (min-width: 45em) {
  .resource-template-default .post-thumbnail,
.emp_resource-template-default .post-thumbnail {
    -ms-grid-row-span: 5;
    grid-row: 1/-1;
    margin: 0;
  }
}
.resource-template-default .post-thumbnail img,
.emp_resource-template-default .post-thumbnail img {
  width: 100%;
}
.resource-template-default .entry-header,
.emp_resource-template-default .entry-header {
  -ms-grid-row: 1;
  -ms-grid-row-align: start;
  grid-row: 1;
  align-self: start;
  -ms-grid-column: 3;
  grid-column: 2;
}
.resource-template-default .entry-content,
.emp_resource-template-default .entry-content {
  -ms-grid-row: 3;
  -ms-grid-row-align: start;
  grid-row: 2;
  align-self: start;
  -ms-grid-column: 3;
  grid-column: 2;
  margin-top: 0;
}
.resource-template-default .report-button,
.emp_resource-template-default .report-button {
  display: block;
  margin: 0.5em auto 0;
  border-color: transparent;
  background: none;
  padding: 0.375em;
}
@media (min-width: 45em) {
  .resource-template-default .report-button,
.emp_resource-template-default .report-button {
    display: inline-block;
    margin: 0 0 0 0.5em;
  }
}
.resource-template-default .report-button[aria-expanded=true],
.emp_resource-template-default .report-button[aria-expanded=true] {
  display: none;
}
.resource-template-default .report-form[aria-hidden=true],
.emp_resource-template-default .report-form[aria-hidden=true] {
  display: none;
}
.resource-template-default .report-form .gform_wrapper,
.emp_resource-template-default .report-form .gform_wrapper {
  margin: 1.5em 0 0;
}
.resource-template-default .report-form .gform_confirmation_wrapper,
.emp_resource-template-default .report-form .gform_confirmation_wrapper {
  margin: 2.5em 0 0;
  border-left: 0.1875em solid #ea5329;
}
.resource-template-default .report-form .gform_confirmation_message,
.emp_resource-template-default .report-form .gform_confirmation_message {
  padding: 0.375em 0 0.375em 0.6875em;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media (min-width: 60em) {
  .resource-template-default .report-form .gform_confirmation_message,
.emp_resource-template-default .report-form .gform_confirmation_message {
    font-size: 1.125em;
  }
}
.resource-template-default .entry-terms,
.emp_resource-template-default .entry-terms {
  margin-top: 0;
  -ms-grid-row: 5;
  grid-row: 3;
  -ms-grid-column: 3;
  grid-column: 2;
}

.related-resources {
  width: 100%;
  max-width: 30rem;
  margin: 2.5em auto 0;
}
@media (min-width: 45em) {
  .related-resources {
    max-width: none;
  }
}
.related-resources .related-title {
  text-align: center;
}

.related-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: stretch;
  justify-content: center;
}

.related-resource {
  width: 100%;
  max-width: 20em;
  margin-bottom: 1.25em;
}
@media (min-width: 30em) {
  .related-resource {
    width: calc(50% - (1.25em / 2));
  }
  .related-resource:nth-of-type(even) {
    margin-left: 1.25em;
  }
}
@media (min-width: 60em) {
  .related-resource {
    width: calc(25% - (1.25em * 3 / 4));
  }
  .related-resource:not(:first-child) {
    margin-left: 1.25em;
  }
}
.related-resource a {
  transform: translate(0);
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.related-resource a:visited {
  color: inherit;
}
.related-resource a:hover, .related-resource a:focus, .related-resource a:active {
  transform: translateY(-0.25em);
  box-shadow: 0 0.125em 0.1875em 0.125em rgba(88, 89, 91, 0.1);
  color: inherit;
}
.related-resource img {
  width: 100%;
}
.related-resource .entry-wrapper {
  padding: 5%;
}
.related-resource .entry-title {
  font-size: 1.125em;
}
.related-resource .entry-content {
  margin-top: 0.75em;
}

.page-template-meet-the-team .page-header,
.page-template-student-staff .page-header {
  margin-bottom: 1.5em;
}
.page-template-meet-the-team .page-title,
.page-template-student-staff .page-title {
  text-align: center;
}
.page-template-meet-the-team .site-content > .wrapper,
.page-template-student-staff .site-content > .wrapper {
  max-width: 75rem;
}
.page-template-meet-the-team .entry-content,
.page-template-student-staff .entry-content {
  max-width: 60rem;
  margin: 0 auto 1.5em;
  text-align: center;
}
.page-template-meet-the-team .team-group,
.page-template-student-staff .team-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625em;
}
.page-template-meet-the-team .team-group.student-staff,
.page-template-student-staff .team-group.student-staff {
  justify-content: center;
}
.page-template-meet-the-team .team-group[aria-hidden=true],
.page-template-student-staff .team-group[aria-hidden=true] {
  padding: 0;
}
.page-template-meet-the-team .student-staff,
.page-template-student-staff .student-staff {
  border: 0.25em solid transparent;
}
.page-template-meet-the-team .student-staff .team-member-image img,
.page-template-student-staff .student-staff .team-member-image img {
  display: block;
  width: 90%;
  max-width: 12.5em;
  margin: 0 auto;
  border-radius: 50%;
}
.page-template-meet-the-team .student-staff-cta,
.page-template-student-staff .student-staff-cta {
  text-align: center;
}
.page-template-meet-the-team .team-members-group,
.page-template-student-staff .team-members-group {
  margin-top: 2.5em;
}
.page-template-meet-the-team .team-members:not(:first-child),
.page-template-student-staff .team-members:not(:first-child) {
  margin-top: 1.5em;
}
.page-template-meet-the-team .team-member,
.page-template-student-staff .team-member {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 20em;
  margin: 0.625em auto;
}
@media (min-width: 30em) {
  .page-template-meet-the-team .team-member,
.page-template-student-staff .team-member {
    width: calc(50% - 1.25em);
    max-width: none;
    margin: 0.625em;
  }
}
@media (min-width: 45em) {
  .page-template-meet-the-team .team-member,
.page-template-student-staff .team-member {
    width: calc((100% / 3) - 1.25em);
  }
}
@media (min-width: 60em) {
  .page-template-meet-the-team .team-member,
.page-template-student-staff .team-member {
    width: calc(25% - 1.25em);
  }
}
.page-template-meet-the-team .team-member[href],
.page-template-student-staff .team-member[href] {
  transform: translate(0);
  color: inherit;
  text-decoration: none;
}
.page-template-meet-the-team .team-member[href]:visited,
.page-template-student-staff .team-member[href]:visited {
  color: inherit;
}
.page-template-meet-the-team .team-member[href]:hover, .page-template-meet-the-team .team-member[href]:focus, .page-template-meet-the-team .team-member[href]:active,
.page-template-student-staff .team-member[href]:hover,
.page-template-student-staff .team-member[href]:focus,
.page-template-student-staff .team-member[href]:active {
  transform: translateY(-0.25em);
  box-shadow: 0 0.125em 0.1875em 0.125em rgba(88, 89, 91, 0.1);
  color: inherit;
}
.page-template-meet-the-team .team-member-image img,
.page-template-student-staff .team-member-image img {
  width: 100%;
}
.page-template-meet-the-team .team-member-details,
.page-template-student-staff .team-member-details {
  flex-grow: 1;
  background: #fff;
  padding: 0.625em 1.25em;
  text-align: center;
}
.page-template-meet-the-team .team-member-name,
.page-template-student-staff .team-member-name {
  font-size: 1.125em;
  margin-bottom: 0.25em;
}
.page-template-meet-the-team .team-member-title,
.page-template-student-staff .team-member-title {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.single-team-member .site-content .wrapper {
  max-width: 75em;
}
.single-team-member .staff-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.25rem auto 1.25rem auto;
  grid-template-rows: repeat(3, auto);
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-column-gap: 1.25rem;
}
@media (min-width: 45em) {
  .single-team-member .staff-grid {
    -ms-grid-rows: auto 1.25rem auto;
    grid-template-rows: repeat(2, auto);
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .single-team-member .staff-grid {
    -ms-grid-columns: 20rem 1.25rem 1fr;
    grid-template-columns: 20rem 1fr;
  }
}
.single-team-member .entry-header {
  -ms-grid-row: 1;
  text-align: center;
}
@media (min-width: 60em) {
  .single-team-member .entry-header {
    -ms-grid-row-span: 3;
    grid-row: 1/-1;
  }
}
.single-team-member .post-thumbnail {
  overflow: hidden;
  width: 9.5em;
  height: 9.5em;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
}
.single-team-member .entry-header-details > * {
  margin-bottom: 0;
}
.single-team-member .entry-title {
  font-family: "Proxima Nova", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}
.single-team-member .staff-title {
  margin-top: 0.75rem;
  color: #58595b;
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.single-team-member .staff-contact p {
  margin: 0;
}
.single-team-member .staff-contact p:first-child {
  margin-top: 0.75rem;
}
.single-team-member .staff-contact .email-link {
  color: #58595b;
  font-weight: 700;
  text-decoration: none;
}
.single-team-member .staff-contact .email-link:visited {
  color: #58595b;
}
.single-team-member .staff-contact .email-link:hover, .single-team-member .staff-contact .email-link:focus, .single-team-member .staff-contact .email-link:active {
  text-decoration: underline;
}
.single-team-member .bio-details {
  -ms-grid-row: 3;
  text-align: center;
}
@media (min-width: 45em) {
  .single-team-member .bio-details {
    -ms-grid-row: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 3;
  }
}
@media (min-width: 60em) {
  .single-team-member .bio-details {
    -ms-grid-row-align: start;
    align-self: start;
    text-align: inherit;
  }
}
.single-team-member .bio-detail:not(:last-child) {
  margin-bottom: 0.75rem;
}
.single-team-member .bio-detail span {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 60em) {
  .single-team-member .bio-detail span {
    display: inline;
  }
}
.single-team-member .entry-content {
  -ms-grid-row: 5;
}
@media (min-width: 45em) {
  .single-team-member .entry-content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/-1;
  }
}
@media (min-width: 60em) {
  .single-team-member .entry-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 2/-1;
  }
}

.page-template-explore-careers .site-content {
  padding: 0;
}
.page-template-explore-careers .entry-header {
  padding: 1.25em;
  text-align: center;
}
@media (min-width: 45em) {
  .page-template-explore-careers .entry-header {
    padding: 1.25em 3vw;
  }
}
.page-template-explore-careers .entry-content {
  padding: 0 1.25em 1.25em;
}
@media (min-width: 45em) {
  .page-template-explore-careers .entry-content {
    padding: 0 3vw 1.25em;
  }
}
.page-template-explore-careers .career-interests {
  display: flex;
  flex-wrap: wrap;
}
.page-template-explore-careers .career-interest {
  width: 100%;
  padding: 7.5vw 1.25em;
}
@media (min-width: 45em) {
  .page-template-explore-careers .career-interest {
    padding: 3vw;
  }
}
.page-template-explore-careers .career-interest .wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.25em;
  -ms-grid-rows: auto 1.25em auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 30rem;
}
@media (min-width: 45em) {
  .page-template-explore-careers .career-interest .wrapper {
    grid-gap: 2.5em;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 2fr 2.5em 3fr;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    max-width: 75rem;
  }
}
@media (min-width: 60em) {
  .page-template-explore-careers .career-interest .wrapper {
    -ms-grid-columns: 3fr 2.5em 4fr;
    grid-template-columns: 3fr 4fr;
  }
}
.page-template-explore-careers .career-interest:nth-child(odd) {
  background: #f3f3f3;
}
@media (min-width: 45em) {
  .page-template-explore-careers .career-interest:nth-child(even) .wrapper {
    -ms-grid-columns: 3fr 2.5em 2fr;
    grid-template-columns: 3fr 2fr;
  }
}
@media (min-width: 60em) {
  .page-template-explore-careers .career-interest:nth-child(even) .wrapper {
    -ms-grid-columns: 4fr 2.5em 3fr;
    grid-template-columns: 4fr 3fr;
  }
}
@media (min-width: 45em) {
  .page-template-explore-careers .career-interest:nth-child(even) .career-image {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
@media (min-width: 45em) {
  .page-template-explore-careers .career-interest:nth-child(even) .career-details {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.page-template-explore-careers .career-image {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
.page-template-explore-careers .career-image img {
  width: 100%;
}
.page-template-explore-careers .career-details {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  text-align: center;
}
@media (min-width: 45em) {
  .page-template-explore-careers .career-details {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }
}
.page-template-explore-careers .career-name {
  font-size: 1.25em;
}
@media (min-width: 60em) {
  .page-template-explore-careers .career-name {
    font-size: 1.5em;
  }
}
.page-template-explore-careers .career-name a {
  color: inherit;
  text-decoration: none;
}
.page-template-explore-careers .career-name a:visited {
  color: inherit;
}
.page-template-explore-careers .career-name a:hover, .page-template-explore-careers .career-name a:focus, .page-template-explore-careers .career-name a:active {
  color: inherit;
  text-decoration: underline;
}
.page-template-explore-careers .career-name:after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.125rem;
  margin: 0.625em auto;
  background: #f47920;
}

.tax-career-interest .entry-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 40vw;
  padding: 1.25rem;
  background: no-repeat center center/cover;
}
@media (min-width: 45em) {
  .tax-career-interest .entry-header {
    min-height: 50vh;
    padding: 17.5vw 3vw 1.25rem;
  }
}
@media (min-width: 60em) {
  .tax-career-interest .entry-header {
    padding-bottom: 2.5vw;
  }
}
.tax-career-interest .entry-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
}
.tax-career-interest .entry-header .wrapper {
  position: relative;
}
.tax-career-interest .header-content {
  max-width: 75rem;
}
@media (min-width: 45em) {
  .tax-career-interest .header-content {
    border-left: 0.125rem solid #00a5b8;
    border-left: 0.125rem solid #c4d82e;
    padding: 0.25rem 0.375rem 0.25rem 0.5rem;
  }
}
.tax-career-interest .entry-title {
  margin: 0;
  color: #fff;
  font-size: 1.25em;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 30em) {
  .tax-career-interest .entry-title {
    font-size: 1.5em;
  }
}
@media (min-width: 45em) {
  .tax-career-interest .entry-title {
    font-size: 1.75em;
  }
}
@media (min-width: 60em) {
  .tax-career-interest .entry-title {
    font-size: 2em;
  }
}
.tax-career-interest .entry-desc {
  margin-top: 1em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.tax-career-interest .content-container {
  padding: 1.25rem;
}
@media (min-width: 45em) {
  .tax-career-interest .content-container {
    padding: 3vw;
  }
}
@media (min-width: 60em) {
  .tax-career-interest .content-container .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.tax-career-interest .content-area {
  width: 100%;
}
.tax-career-interest .widget-area {
  flex: 1 0 auto;
  width: 100%;
  margin-top: 2.5rem;
}
@media (min-width: 45em) {
  .tax-career-interest .widget-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 60em) {
  .tax-career-interest .widget-area {
    display: block;
    width: 20rem;
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 45em) {
  .tax-career-interest .widget-area .widget {
    width: calc(50% - (1.25rem /2));
  }
}
@media (min-width: 60em) {
  .tax-career-interest .widget-area .widget {
    width: 100%;
  }
}
.tax-career-interest .widget-area .widget:not(:first-child) {
  margin-top: 1.25rem;
}
@media (min-width: 45em) {
  .tax-career-interest .widget-area .widget:not(:first-child) {
    margin: 0 0 0 1.25rem;
  }
}
@media (min-width: 60em) {
  .tax-career-interest .widget-area .widget:not(:first-child) {
    margin: 1.25rem 0 0 0;
  }
}
.tax-career-interest .widget-area .widget-title {
  background: #1E4D2B;
  margin: 0;
  padding: 0.75rem;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.04em;
}
.tax-career-interest .widget-area .widget-content {
  border: 0.125rem solid #ededed;
  border-top: none;
  padding: 0.75rem;
}
.tax-career-interest .not-found {
  text-align: center;
}
.tax-career-interest .view-all-link {
  margin-top: 1.25em;
  text-align: center;
}

.page-template-lcd-slides .site-header,
.page-template-lcd-slides .site-footer {
  display: none;
}
.page-template-lcd-slides .site-content {
  align-self: center;
  padding: 0;
}
.page-template-lcd-slides .slick-list {
  overflow: hidden;
}
.page-template-lcd-slides .lcd-slides-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-transform: uppercase;
}

.single-post .entry-header {
  max-width: 60rem;
  margin: 0 auto 1.75rem;
  text-align: center;
}
.single-post .featured-image {
  margin: 0 auto;
}
.single-post .author-info {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
}
.single-post .author-avatar {
  overflow: hidden;
  width: 5em;
  height: 5em;
  margin: -2.5em auto 0;
  border: 0.25em solid #fff;
  border-radius: 50%;
}
@media (min-width: 30em) {
  .single-post .author-avatar {
    width: 6em;
    height: 6em;
    margin-top: -3em;
    border-width: 0.3em;
  }
}
@media (min-width: 40em) {
  .single-post .author-avatar {
    width: 7em;
    height: 7em;
    margin-top: -3.5em;
    border-width: 0.35em;
  }
}
@media (min-width: 50em) {
  .single-post .author-avatar {
    width: 8em;
    height: 8em;
    margin-top: -4em;
    border-width: 0.4em;
  }
}
.single-post .author-avatar img {
  width: 100%;
}
.single-post .author-name {
  color: #58595b;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.single-post .entry-title {
  max-width: 45rem;
  margin: 0.5em auto 0;
  font-size: 1.75em;
  font-weight: 700;
}
@media (min-width: 45em) {
  .single-post .entry-title {
    font-size: 2.25em;
  }
}
@media (min-width: 60em) {
  .single-post .entry-title {
    font-size: 2.625em;
  }
}
.single-post .entry-subtitle {
  width: 85%;
  max-width: 35rem;
  margin: 0.5em auto 0;
  font-size: 1em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.single-post .entry-meta {
  align-self: center;
  margin-top: 1em;
  color: #58595b;
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media (min-width: 45em) {
  .single-post .entry-meta {
    font-size: 1em;
  }
}
.single-post .entry-meta:after {
  content: "";
  display: block;
  width: 65%;
  max-width: 20rem;
  margin: 1rem auto 0;
  border-bottom: 0.0625em solid #cfcfcf;
}
.single-post .entry-content {
  max-width: 45rem;
  margin: 0 auto;
}
.single-post .author-bio {
  background: #ededed;
  border-radius: 0.25rem;
  padding: 1em;
  font-size: 0.875em;
  font-style: italic;
}

.post-type-archive-success-story .site-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background: #f3f3f3;
  padding: 0;
}
.post-type-archive-success-story .success-bg {
  grid-row: 1;
  grid-column: 1;
  opacity: 0.35;
  height: 28.125vw;
  background: linear-gradient(to bottom, transparent, #f3f3f3), url(../images/defaults/success_bg_grad.jpg) no-repeat center top/cover;
}
.post-type-archive-success-story .content-area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/-1;
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
  padding: 1.25em;
}
@media (min-width: 45em) {
  .post-type-archive-success-story .content-area {
    padding: 1.25em 3vw;
  }
}
.post-type-archive-success-story .content-area > .wrapper {
  max-width: 75rem;
}
.post-type-archive-success-story .page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(16.875vw - 1.25em);
}
.post-type-archive-success-story .page-title {
  font-size: 2em;
  text-align: center;
}
@media (min-width: 45em) {
  .post-type-archive-success-story .page-title {
    font-size: 2.5em;
  }
}
@media (min-width: 60em) {
  .post-type-archive-success-story .page-title {
    font-size: 3em;
  }
}

.success-stories {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.625em 0;
  padding: 0 0.625em 5vw;
}
.success-stories .success-story {
  width: 100%;
  max-width: 20em;
  margin: 0.625em auto;
}
@media (min-width: 30em) {
  .success-stories .success-story {
    width: calc(50% - 1.25em);
    max-width: none;
    margin: 0.625em;
  }
}
@media (min-width: 45em) {
  .success-stories .success-story {
    width: calc((100% / 3) - 1.25em);
  }
}
@media (min-width: 60em) {
  .success-stories .success-story {
    width: calc(25% - 1.25em);
  }
}

.success-story-card {
  transform: translate(0);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #004C23;
  text-decoration: none;
}
.success-story-card:hover, .success-story-card:focus, .success-story-card:active {
  transform: translateY(-0.25em);
  box-shadow: 0 0.125em 0.1875em 0.125em rgba(88, 89, 91, 0.1);
  color: #004C23;
  text-decoration: none;
}
.success-story-card .post-thumbnail {
  flex: 0 0 auto;
}
.success-story-card img {
  width: 100%;
}
.success-story-card .card-details {
  position: relative;
  flex: 1 0 auto;
  background: #fff;
  border-top: 0.25em solid #CBC46E;
  padding: 2.375em 0.5em 0.625em;
  font-family: "Factoria", sans-serif;
  text-align: center;
}
.success-story-card .details-name {
  font-size: 1.125em;
  margin-bottom: 0.5rem;
  color: inherit;
}
.success-story-card .details-year {
  position: absolute;
  top: -1.375em;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  background: #004C23;
  border: 0.1875em solid #CBC46E;
  border-radius: 50%;
  padding-top: 0.1875em;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.success-story-card .details-role {
  margin-bottom: 0;
  font-size: 0.875em;
}
.success-story-card .details-role:after {
  content: "";
  display: block;
  width: 40%;
  margin: 0.375rem auto;
  border-bottom: 0.0625rem solid #CBC46E;
}
.success-story-card .details-org {
  font-size: 0.875em;
}

.story-cta {
  width: 100%;
  margin-top: 2.5vw;
  text-align: center;
}

.single-success-story .site-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background: #fff;
  padding: 0;
}
.single-success-story .success-bg {
  grid-row: 1;
  grid-column: 1;
  opacity: 0.35;
  height: 28.125vw;
  background: linear-gradient(to bottom, transparent, #fff), url(../images/defaults/success_bg_cam.jpg) no-repeat center top/cover;
}
.single-success-story .content-area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/-1;
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
  padding: 16.875vw 1.25em 6.25em;
}
@media (min-width: 60em) {
  .single-success-story .content-area {
    padding: 16.875vw 3vw 9.375em;
  }
}
.single-success-story .content-area > .wrapper {
  max-width: 75rem;
}
@media (min-width: 45em) {
  .single-success-story .success-story {
    display: flex;
    align-items: flex-start;
  }
}
.single-success-story .entry-header {
  margin-bottom: 7.5vw;
  color: #004C23;
  font-family: "Factoria", sans-serif;
  text-align: center;
}
@media (min-width: 45em) {
  .single-success-story .entry-header {
    flex: 0 0 auto;
    width: 20em;
    max-width: 30%;
    margin: 0 5% 0 0;
  }
}
.single-success-story .post-thumbnail {
  width: 10em;
  margin: 0 auto 0.625em;
}
@media (min-width: 45em) {
  .single-success-story .post-thumbnail {
    width: 11.25em;
  }
}
@media (min-width: 60em) {
  .single-success-story .post-thumbnail {
    width: 12.5em;
  }
}
.single-success-story .post-thumbnail img {
  width: 100%;
  border: 0.375em solid #CBC46E;
  border-radius: 25%;
}
.single-success-story .entry-title {
  margin: 0;
  color: inherit;
  font-size: 1.125em;
}
.single-success-story .success-question {
  margin-bottom: 0.5rem;
  font-size: 1.25em;
}
.single-success-story .success-role {
  margin-bottom: 0;
  font-size: 0.875em;
}
.single-success-story .success-role:after {
  content: "";
  display: block;
  width: 40%;
  margin: 0.375rem auto;
  border-bottom: 0.0625rem solid #CBC46E;
}
.single-success-story .success-org {
  font-size: 0.875em;
}

.page-template-calendar .entry-header {
  margin-bottom: 1.5em;
}
@media (min-width: 45em) {
  .page-template-calendar .mobile-calendar {
    display: none;
  }
}
.page-template-calendar .full-calendar {
  display: none;
}
@media (min-width: 45em) {
  .page-template-calendar .full-calendar {
    display: block;
  }
}

.page-template-employers .entry-header {
  margin-bottom: 1.5rem;
}

.page-template-search-results .site-content > .wrapper {
  max-width: 60rem;
}
.page-template-search-results .cse .gsc-control-cse,
.page-template-search-results .gsc-control-cse {
  font-family: Arial, sans-serif;
  border-color: transparent;
  background-color: transparent;
  padding: 0;
}
.page-template-search-results .cse .gsc-control-cse table,
.page-template-search-results .gsc-control-cse table {
  margin: 0;
}
.page-template-search-results .cse .gsc-control-cse td,
.page-template-search-results .gsc-control-cse td {
  padding: 0 0 0 0.5em;
}
.page-template-search-results .gsc-adBlock {
  display: none;
}
.page-template-search-results .gsc-webResult.gsc-result,
.page-template-search-results .gsc-results .gsc-imageResult {
  border-color: transparent;
  background-color: transparent;
  padding: 1.125em 0;
}
.page-template-search-results .gsc-webResult.gsc-result:hover, .page-template-search-results .gsc-webResult.gsc-result:hover,
.page-template-search-results .gsc-results .gsc-imageResult:hover,
.page-template-search-results .gsc-results .gsc-imageResult:hover {
  border-color: transparent;
  background-color: transparent;
}
.page-template-search-results .gsc-expansionArea .gsc-webResult.gsc-result:nth-child(odd),
.page-template-search-results .gsc-expansionArea .gsc-results .gsc-imageResult:nth-child(odd) {
  background: #f3f3f3;
}
.page-template-search-results .gsc-result-info {
  padding-left: 0;
}
.page-template-search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background: transparent;
}

.page-template-flexible .site-content {
  padding: 0;
}
.page-template-flexible .entry-header {
  padding: 1.25rem 1.25rem 1.5rem;
}
@media (min-width: 45em) {
  .page-template-flexible .entry-header {
    padding: 1.25rem 3vw 1.5rem;
  }
}
.page-template-flexible .layout-block {
  padding: 2.5rem 1.25rem;
}
@media (min-width: 45em) {
  .page-template-flexible .layout-block {
    padding: 3vw;
  }
}
.page-template-flexible .bg-none:first-child {
  padding-top: 0;
}
.page-template-flexible .bg-none + .bg-none {
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 45em) {
  .page-template-flexible .bg-none + .bg-none {
    margin-top: -3vw;
  }
}
.page-template-flexible .bg-grey {
  background: #f3f3f3;
}
.page-template-flexible .bg-grey + .bg-grey {
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 45em) {
  .page-template-flexible .bg-grey + .bg-grey {
    margin-top: -3vw;
  }
}
.page-template-flexible .bg-slate {
  background: #005356;
  color: #fff;
}
.page-template-flexible .bg-slate + .bg-slate {
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 45em) {
  .page-template-flexible .bg-slate + .bg-slate {
    margin-top: -3vw;
  }
}
.page-template-flexible .bg-slate h1, .page-template-flexible .bg-slate h2, .page-template-flexible .bg-slate h3, .page-template-flexible .bg-slate h4, .page-template-flexible .bg-slate h5, .page-template-flexible .bg-slate h6 {
  color: #fff;
}
.page-template-flexible .bg-slate a {
  color: #f9c606;
}
.page-template-flexible .bg-slate a:visited {
  color: #e6b706;
}
.page-template-flexible .bg-slate .button {
  background: #f9c912;
  color: #005356;
  font-weight: 600;
}
.page-template-flexible .bg-slate .button:visited {
  color: #005356;
}
.page-template-flexible .bg-slate .button:hover, .page-template-flexible .bg-slate .button:focus, .page-template-flexible .bg-slate .button:active {
  background: #edbc06;
  color: #005356;
}
@media (min-width: 45em) {
  .page-template-flexible .side-image > .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.page-template-flexible .side-image .image {
  text-align: center;
}
@media (min-width: 45em) {
  .page-template-flexible .side-image .image {
    flex: 0 0 auto;
    align-self: flex-start;
    width: calc(40% - 1.25em);
  }
}
.page-template-flexible .side-image .content {
  margin-top: 1.5em;
}
@media (min-width: 45em) {
  .page-template-flexible .side-image .content {
    flex: 0 0 auto;
    width: calc(60% - 1.25em);
    margin: 0;
  }
}
.page-template-flexible .image-right > .wrapper {
  flex-direction: row-reverse;
}
@media (min-width: 45em) {
  .page-template-flexible .columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.page-template-flexible .columns .column:not(:first-child) {
  margin-top: 2.5em;
}
@media (min-width: 45em) {
  .page-template-flexible .columns .column:not(:first-child) {
    margin: 0;
  }
}
.page-template-flexible .columns .column .column-content {
  text-align: left;
  margin-bottom: 1.5em;
}
.page-template-flexible .three-col {
  text-align: center;
}
.page-template-flexible .three-col .block-heading {
  margin-bottom: 1em;
}
@media (min-width: 45em) {
  .page-template-flexible .three-col .column {
    width: calc(32% - 1.25em);
  }
}
@media (min-width: 45em) {
  .page-template-flexible .two-col .column {
    width: calc(50% - 1.25em);
  }
}

.alert-wrapper {
  position: relative;
  padding: 0 1rem;
}
.alert-wrapper.info {
  background: #91e9f3;
  border-color: #008e9f;
}
.alert-wrapper.info p, .alert-wrapper.info a {
  color: #004a52;
}
.alert-wrapper.info .close-alert {
  color: #008e9f;
}
.alert-wrapper.warning {
  background: #fde89b;
  border-color: #c79e05;
}
.alert-wrapper.warning p, .alert-wrapper.warning a {
  color: #644f02;
}
.alert-wrapper.warning .close-alert {
  color: #c79e05;
}
.alert-wrapper.danger {
  background: #f8c3b4;
  border-color: #cc3c14;
}
.alert-wrapper.danger p, .alert-wrapper.danger a {
  color: #6f210b;
}
.alert-wrapper.danger .close-alert {
  color: #9e2e0f;
}
.alert-wrapper .wrapper {
  display: flex;
  justify-content: space-between;
}

.alert {
  display: block;
  font-size: 1.05rem;
  font-weight: bold;
  padding: 1rem 0;
  text-decoration: none;
  flex-grow: 1;
}
.alert:hover .alert-text, .alert:focus .alert-text {
  text-decoration: underline;
}
.alert .alert-text {
  margin: 0;
}

.close-alert {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  margin: 0;
  border: 0.0625em solid;
  border-radius: 0.1875em;
  /* Correct font size not being inherited in all browsers */
  font-size: 100%;
  text-align: center;
  /* Improve appearance and consistency in all browsers */
  vertical-align: baseline;
  background: none;
  border: 1px solid transparent;
  transition: border 0.2s;
}
.close-alert:hover, .close-alert:focus {
  cursor: pointer;
  background: none;
  border: 1px solid;
  transition: border 0.2s;
}

@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
