Skip to content
Snippets Groups Projects
styles.css 197 KiB
Newer Older
/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
@-webkit-keyframes fadeIn {
  0% {
Liam Morland's avatar
Liam Morland committed
    opacity: 0;
}
Liam Morland's avatar
Liam Morland committed
    opacity: 1;
} }
@keyframes fadeIn {
  0% {
Liam Morland's avatar
Liam Morland committed
    opacity: 0;
}
Liam Morland's avatar
Liam Morland committed
    opacity: 1;
} }
.org-default__uw-white--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #fff;
}

.org-default__uw-white--primary {
Liam Morland's avatar
Liam Morland committed
  background: #fff;
}

.org-default__uw-black--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #dfdfdf;
}

.org-default__uw-black--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #a2a2a2;
}

.org-default__uw-black--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #787878;
}

.org-default__uw-black--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #000;
}

.org-default__uw-black--primary {
Liam Morland's avatar
Liam Morland committed
  background: #000;
}

.org-default__uw-gold--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #fffaaa;
}

.org-default__uw-gold--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #ffea30;
}

.org-default__uw-gold--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #fdd54f;
}

.org-default__uw-gold--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #e4b429;
}

.org-default__uw-gold--primary {
Liam Morland's avatar
Liam Morland committed
  background: #fdd54f;
}

.org-ahs--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #97dfef;
}

.org-ahs--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #00bed0;
}

.org-ahs--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #0098a5;
}

.org-ahs--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #005963;
}

.org-ahs--primary {
Liam Morland's avatar
Liam Morland committed
  background: #005963;
}

.org-art--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #ffd5a5;
}

.org-art--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #fbaf00;
}

.org-art--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #e78100;
}

.org-art--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #d93f00;
}

.org-art--primary {
Liam Morland's avatar
Liam Morland committed
  background: #d93f00;
}

.org-eng--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #d0b4ef;
}

.org-eng--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #be33da;
}

.org-eng--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #8100b4;
}

.org-eng--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #57058b;
}

.org-eng--primary {
Liam Morland's avatar
Liam Morland committed
  background: #57058b;
}

.org-env--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #daf582;
}

.org-env--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #bed500;
}

.org-env--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #b4be00;
}

.org-env--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #607000;
}

.org-env--primary {
Liam Morland's avatar
Liam Morland committed
  background: #607000;
}

.org-mat--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #ffbeef;
}

.org-mat--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #ff63aa;
}

.org-mat--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #df2498;
}

.org-mat--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #c60078;
}

.org-mat--primary {
Liam Morland's avatar
Liam Morland committed
  background: #c60078;
}

.org-sci--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #b4d5ff;
}

.org-sci--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #63a0ff;
}

.org-sci--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #0073ce;
}

.org-sci--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #0033be;
}

.org-sci--primary {
Liam Morland's avatar
Liam Morland committed
  background: #0033be;
}

.org-school--lvl1 {
Liam Morland's avatar
Liam Morland committed
  background: #ffa5aa;
}

.org-school--lvl2 {
Liam Morland's avatar
Liam Morland committed
  background: #e41740;
}

.org-school--lvl3 {
Liam Morland's avatar
Liam Morland committed
  background: #b71233;
}

.org-school--lvl4 {
Liam Morland's avatar
Liam Morland committed
  background: #80001f;
}

.org-school--primary {
Liam Morland's avatar
Liam Morland committed
  background: #b71233;
}
/**
 * This stylesheet is for styles you want to include only when displaying demo
 * styles for grids, animations, color swatches, etc.
 * These styles will not be your production CSS.
 */
.sg-patterns {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
Liam Morland's avatar
Liam Morland committed
  padding: 0 0.5rem;
}

.demo-animate {
  background: #ddd;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 1rem;
  padding: 1rem;
Liam Morland's avatar
Liam Morland committed
  text-align: center;
}

.sg-colors {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
Liam Morland's avatar
Liam Morland committed
  padding: 0;
}

.sg-colors li {
  border: 1px solid #ddd;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0 0.5rem 0.5rem 0;
  max-width: 14rem;
Liam Morland's avatar
Liam Morland committed
  width: 100%;
}

.sg-swatch {
  display: block;
  height: auto;
  margin-bottom: 0.25rem;
  padding: 0.5rem;
Liam Morland's avatar
Liam Morland committed
  position: relative;
}
.sg-sub {
  font-family: Typ1451-Bold,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 0.88889rem;
Liam Morland's avatar
Liam Morland committed
  padding: 0 0.5rem;
}
Liam Morland's avatar
Liam Morland committed
  padding: 0.25rem 0.125rem 0.25rem 1rem;
}
.sg-info code {
  display: block;
  font-size: 14.22224px;
  margin-bottom: 0.5rem;
}
.sg-info h4 {
  font-family: Typ1451-Bold,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 0.88889rem;
  margin: 0;
  padding: 0;
}

.sg-swatch-colors {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.25rem;
  height: auto;
  padding: 0.75rem;
  position: relative;
Liam Morland's avatar
Liam Morland committed
  width: 50%;
}
  display: block;
  font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 0.88889rem;
Liam Morland's avatar
Liam Morland committed
  padding: 0;
}
.sg-swatch-name {
  font-family: Typ1451-Bold,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 1rem;
  margin: 0;
Liam Morland's avatar
Liam Morland committed
  padding: 0;
}

@font-face {
  font-family: 'BureauGrotCond Book';
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Condensed_Book.eot"), url("/fonts/Bureau_Grot-Condensed_Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Condensed_Book.woff2") format("woff2"), url("/fonts/Bureau_Grot-Condensed_Book.woff") format("woff"), url("/fonts/Bureau_Grot-Condensed_Book.ttf") format("truetype"), url("/fonts/Bureau_Grot-Condensed_Book.svg#Bureau_Grot-Condensed_Book") format("svg");
}

@font-face {
  font-family: 'BureauGrotWide';
  font-style: normal;
  font-weight: 300;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Wide_Light.eot"), url("/fonts/Bureau_Grot-Wide_Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Wide_Light.woff2") format("woff2"), url("/fonts/Bureau_Grot-Wide_Light.woff") format("woff"), url("/fonts/Bureau_Grot-Wide_Light.ttf") format("truetype"), url("/fonts/Bureau_Grot-Wide_Light.svg#Bureau_Grot-Wide_Light") format("svg");
}

@font-face {
  font-family: 'BureauGrot Book';
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Book.eot"), url("/fonts/Bureau_Grot-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Book.woff2") format("woff2"), url("/fonts/Bureau_Grot-Book.woff") format("woff"), url("/fonts/Bureau_Grot-Book.ttf") format("truetype"), url("/fonts/Bureau_Grot-Book.svg#Bureau_Grot-Book") format("svg");
}

@font-face {
  font-family: 'BureauGrotCond';
  font-style: normal;
  font-weight: bold;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Condensed_Bold.eot"), url("/fonts/Bureau_Grot-Condensed_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Condensed_Bold.woff2") format("woff2"), url("/fonts/Bureau_Grot-Condensed_Bold.woff") format("woff"), url("/fonts/Bureau_Grot-Condensed_Bold.ttf") format("truetype"), url("/fonts/Bureau_Grot-Condensed_Bold.svg#Bureau_Grot-Condensed_Bold") format("svg");
}

@font-face {
  font-family: 'BureauGrot';
  font-style: normal;
  font-weight: 300;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Light.eot"), url("/fonts/Bureau_Grot-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Light.woff2") format("woff2"), url("/fonts/Bureau_Grot-Light.woff") format("woff"), url("/fonts/Bureau_Grot-Light.ttf") format("truetype"), url("/fonts/Bureau_Grot-Light.svg#Bureau_Grot-Light") format("svg");
}

@font-face {
  font-family: 'BureauGrotWide Book';
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Wide_Book.eot"), url("/fonts/Bureau_Grot-Wide_Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Wide_Book.woff2") format("woff2"), url("/fonts/Bureau_Grot-Wide_Book.woff") format("woff"), url("/fonts/Bureau_Grot-Wide_Book.ttf") format("truetype"), url("/fonts/Bureau_Grot-Wide_Book.svg#Bureau_Grot-Wide_Book") format("svg");
}

@font-face {
  font-family: 'iconic';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/iconic.eot");
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/iconic.eot?#iefix") format("embedded-opentype"), url("../fonts/iconic.svg#iconic") format("svg"), url("/fonts/iconic.woff") format("woff"), url("/fonts/iconic.ttf") format("truetype");
}

/* Complete 1451 */
@font-face {
  font-family: "Typ1451-Regularalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-regularalternate.eot"), url("/fonts/lineto-typ1451-regularalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-regularalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-regularalternate.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Mediumalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-mediumalternate.eot"), url("/fonts/lineto-typ1451-mediumalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-mediumalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-mediumalternate.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Regular";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-regular.eot"), url("/fonts/lineto-typ1451-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-regular.woff2") format("woff2"), url("/fonts/lineto-typ1451-regular.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Boldalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-boldalternate.eot"), url("/fonts/lineto-typ1451-boldalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-boldalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-boldalternate.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Medium";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-medium.eot"), url("/fonts/lineto-typ1451-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-medium.woff2") format("woff2"), url("/fonts/lineto-typ1451-medium.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Bold";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-bold.eot"), url("/fonts/lineto-typ1451-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-bold.woff2") format("woff2"), url("/fonts/lineto-typ1451-bold.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Light";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-light.eot"), url("/fonts/lineto-typ1451-light.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-light.woff2") format("woff2"), url("/fonts/lineto-typ1451-light.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Lightalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-lightalternate.eot"), url("/fonts/lineto-typ1451-lightalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-lightalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-lightalternate.woff") format("woff");
}

@font-face {
  font-family: "fdsu-rwd";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/fdsu-rwd.eot"), url("/fonts/fdsu-rwd.eot?#iefix") format("embedded-opentype"), url("/fonts/fdsu-rwd.ttf") format("truetype"), url("/fonts/fdsu-rwd.woff") format("woff"), url("/fonts/fdsu-rwd.svg?#fdsu-rwd") format("svg");
}
.breakpoint {
  background-color: rgba(34, 139, 34, 0.7);
  color: #fff;
  display: block;
  font-family: Typ1451-Medium,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Fira Sans", Droid Sans, sans-serif;
  font-size: 1rem;
  padding: 0.6rem;
  position: fixed;
Liam Morland's avatar
Liam Morland committed
  z-index: 9;
}
.breakpoint::before {
  content: "no break- Phone up";
}
@media (min-width: 30rem) {
  .breakpoint {
    background-color: rgba(255, 140, 0, 0.7);
}
  .breakpoint::before {
    content: "xs";
} }
@media (min-width: 40.06rem) {
  .breakpoint {
    background-color: rgba(178, 34, 34, 0.7);
}
  .breakpoint::before {
    content: "small";
} }
@media (min-width: 48.06rem) {
  .breakpoint {
    background-color: rgba(255, 255, 0, 0.7);
    color: #000;
}
  .breakpoint::before {
    content: "medium";
} }
@media (min-width: 63.1875rem) {
  .breakpoint {
    background-color: rgba(0, 0, 255, 0.7);
    color: #fff;
}
  .breakpoint::before {
    content: "large";
} }
@media (min-width: 75rem) {
  .breakpoint {
    background-color: rgba(95, 158, 160, 0.7);
    color: #fff;
}
  .breakpoint::before {
    content: "xl";
} }
@media (min-width: 102.5rem) {
  .breakpoint {
    background-color: rgba(255, 127, 80, 0.7);
    color: #fff;
}
Liam Morland's avatar
Liam Morland committed
  .breakpoint::before {
Liam Morland's avatar
Liam Morland committed
    content: "xxl";
} }
@media (min-width: 120rem) {
  .breakpoint {
    background-color: rgba(127, 255, 212, 0.7);
    color: #000;
}
  .breakpoint::before {
    content: "onek - 1K";
} }
@media (min-width: 159.93rem) {
  .breakpoint {
    background-color: rgba(123, 104, 238, 0.7);
}
  .breakpoint::before {
    content: "twok - 2K";
} }
@font-face {
  font-family: 'BureauGrotCond Book';
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Condensed_Book.eot"), url("/fonts/Bureau_Grot-Condensed_Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Condensed_Book.woff2") format("woff2"), url("/fonts/Bureau_Grot-Condensed_Book.woff") format("woff"), url("/fonts/Bureau_Grot-Condensed_Book.ttf") format("truetype"), url("/fonts/Bureau_Grot-Condensed_Book.svg#Bureau_Grot-Condensed_Book") format("svg");
}

@font-face {
  font-family: 'BureauGrotWide';
  font-style: normal;
  font-weight: 300;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Wide_Light.eot"), url("/fonts/Bureau_Grot-Wide_Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Wide_Light.woff2") format("woff2"), url("/fonts/Bureau_Grot-Wide_Light.woff") format("woff"), url("/fonts/Bureau_Grot-Wide_Light.ttf") format("truetype"), url("/fonts/Bureau_Grot-Wide_Light.svg#Bureau_Grot-Wide_Light") format("svg");
}

@font-face {
  font-family: 'BureauGrot Book';
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Book.eot"), url("/fonts/Bureau_Grot-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Book.woff2") format("woff2"), url("/fonts/Bureau_Grot-Book.woff") format("woff"), url("/fonts/Bureau_Grot-Book.ttf") format("truetype"), url("/fonts/Bureau_Grot-Book.svg#Bureau_Grot-Book") format("svg");
}

@font-face {
  font-family: 'BureauGrotCond';
  font-style: normal;
  font-weight: bold;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Condensed_Bold.eot"), url("/fonts/Bureau_Grot-Condensed_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Condensed_Bold.woff2") format("woff2"), url("/fonts/Bureau_Grot-Condensed_Bold.woff") format("woff"), url("/fonts/Bureau_Grot-Condensed_Bold.ttf") format("truetype"), url("/fonts/Bureau_Grot-Condensed_Bold.svg#Bureau_Grot-Condensed_Bold") format("svg");
}

@font-face {
  font-family: 'BureauGrot';
  font-style: normal;
  font-weight: 300;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Light.eot"), url("/fonts/Bureau_Grot-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Light.woff2") format("woff2"), url("/fonts/Bureau_Grot-Light.woff") format("woff"), url("/fonts/Bureau_Grot-Light.ttf") format("truetype"), url("/fonts/Bureau_Grot-Light.svg#Bureau_Grot-Light") format("svg");
}

@font-face {
  font-family: 'BureauGrotWide Book';
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/Bureau_Grot-Wide_Book.eot"), url("/fonts/Bureau_Grot-Wide_Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Bureau_Grot-Wide_Book.woff2") format("woff2"), url("/fonts/Bureau_Grot-Wide_Book.woff") format("woff"), url("/fonts/Bureau_Grot-Wide_Book.ttf") format("truetype"), url("/fonts/Bureau_Grot-Wide_Book.svg#Bureau_Grot-Wide_Book") format("svg");
}

@font-face {
  font-family: 'iconic';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/iconic.eot");
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/iconic.eot?#iefix") format("embedded-opentype"), url("../fonts/iconic.svg#iconic") format("svg"), url("/fonts/iconic.woff") format("woff"), url("/fonts/iconic.ttf") format("truetype");
}

/* Complete 1451 */
@font-face {
  font-family: "Typ1451-Regularalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-regularalternate.eot"), url("/fonts/lineto-typ1451-regularalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-regularalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-regularalternate.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Mediumalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-mediumalternate.eot"), url("/fonts/lineto-typ1451-mediumalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-mediumalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-mediumalternate.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Regular";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-regular.eot"), url("/fonts/lineto-typ1451-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-regular.woff2") format("woff2"), url("/fonts/lineto-typ1451-regular.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Boldalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-boldalternate.eot"), url("/fonts/lineto-typ1451-boldalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-boldalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-boldalternate.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Medium";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-medium.eot"), url("/fonts/lineto-typ1451-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-medium.woff2") format("woff2"), url("/fonts/lineto-typ1451-medium.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Bold";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-bold.eot"), url("/fonts/lineto-typ1451-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-bold.woff2") format("woff2"), url("/fonts/lineto-typ1451-bold.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Light";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-light.eot"), url("/fonts/lineto-typ1451-light.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-light.woff2") format("woff2"), url("/fonts/lineto-typ1451-light.woff") format("woff");
}

@font-face {
  font-family: "Typ1451-Lightalternate";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/lineto-typ1451-lightalternate.eot"), url("/fonts/lineto-typ1451-lightalternate.eot?#iefix") format("embedded-opentype"), url("/fonts/lineto-typ1451-lightalternate.woff2") format("woff2"), url("/fonts/lineto-typ1451-lightalternate.woff") format("woff");
}

@font-face {
  font-family: "fdsu-rwd";
  font-style: normal;
  font-weight: normal;
Liam Morland's avatar
Liam Morland committed
  src: url("/fonts/fdsu-rwd.eot"), url("/fonts/fdsu-rwd.eot?#iefix") format("embedded-opentype"), url("/fonts/fdsu-rwd.ttf") format("truetype"), url("/fonts/fdsu-rwd.woff") format("woff"), url("/fonts/fdsu-rwd.svg?#fdsu-rwd") format("svg");
}
.fdsu-vimeo::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-vimeo-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-add-to-calendar::before {
Liam Morland's avatar
Liam Morland committed
  content: "★";
}
.fdsu-envelope::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-bubble::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-binoculars::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-search::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-search-2::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-search-shade::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-arrow-right::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-googleplus-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-github::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-github-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-yahoo::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-apple::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-finder::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-android::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-windows::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-windows8::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-skype::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-html5::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-css3::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-chrome::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-firefox::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-opera::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-safari::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-close::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-si-comm::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-info::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-info-2::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-chevron::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-ical::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-arrow::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-comment::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-share::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-facebook::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-facebook-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-instagram-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-instagram::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-linkedin::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-linkedin-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-twitter::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-twitter-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-youtube-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-youtube::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-calendar::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-cloud::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-rss-box::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-snapchat::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-si-comp::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-si-infrastructure::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-si-professionals::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-si-security::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-si-teach::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-clock2::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-spoon-knife::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
.fdsu-location::before {
Liam Morland's avatar
Liam Morland committed
  content: "";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
Liam Morland's avatar
Liam Morland committed
  display: block;
}
Liam Morland's avatar
Liam Morland committed
  font-weight: inherit;
}
Liam Morland's avatar
Liam Morland committed
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif;
Liam Morland's avatar
Liam Morland committed
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
Liam Morland's avatar
Liam Morland committed
  vertical-align: baseline;
}

audio,
progress,
video {
  display: inline-block;
Liam Morland's avatar
Liam Morland committed
  vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
Liam Morland's avatar
Liam Morland committed
  margin: 0;
}
Liam Morland's avatar
Liam Morland committed
  overflow: visible;
}
Liam Morland's avatar
Liam Morland committed
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
Liam Morland's avatar
Liam Morland committed
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
Liam Morland's avatar
Liam Morland committed
  padding: 0;
}

button::-moz-focusring,
[type='button']::-moz-focusring,
[type='reset']::-moz-focusring,
[type='submit']::-moz-focusring {
Liam Morland's avatar
Liam Morland committed
  outline: 1px dotted ButtonText;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
Liam Morland's avatar
Liam Morland committed
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
Liam Morland's avatar
Liam Morland committed
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
Liam Morland's avatar
Liam Morland committed
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
Liam Morland's avatar
Liam Morland committed
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
Liam Morland's avatar
Liam Morland committed
  font: inherit;
}
Liam Morland's avatar
Liam Morland committed
  display: none;
}

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
Liam Morland's avatar
Liam Morland committed
  -ms-hyphens: none;
  hyphens: none;
}

[tabindex='-1']:focus {
Liam Morland's avatar
Liam Morland committed
  outline: none !important;
}

/* stylelint-disable-next-line selector-no-vendor-prefix */
::-moz-selection {
Liam Morland's avatar
Liam Morland committed
  background: #0071bc;
Liam Morland's avatar
Liam Morland committed
  text-shadow: none;
}
Liam Morland's avatar
Liam Morland committed
  background: #0071bc;
Liam Morland's avatar
Liam Morland committed
  text-shadow: none;
}
Liam Morland's avatar
Liam Morland committed
  box-sizing: inherit;
}