@import url(http://fonts.googleapis.com/css?family=Rokkitt:400,700|Roboto+Condensed:400,700);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 18, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
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 */
/* line 28, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 31, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
body {
  line-height: 1; }

/* line 34, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
ol, ul {
  list-style: none; }

/* line 37, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
blockquote, q {
  quotes: none; }

/* line 41, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* line 45, /Users/seancrater/Desktop/CDS Website/scss/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
/* line 5, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 5, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 7, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 13, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 7, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 8, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 11, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }
/* line 12, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 6, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  /* line 12, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 16, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  /* line 23, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 27, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 2, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 3, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 5, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 6, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 8, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 1, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 9, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 15, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 16, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 17, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_stacked.scss */
.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 */
/* line 4, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 5, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 6, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 7, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 8, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 9, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 10, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 11, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 12, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 13, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 14, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 15, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 16, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 17, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 18, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 19, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 20, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 21, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 22, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 23, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 24, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 25, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 26, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 27, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 28, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 29, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 30, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 31, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 32, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 33, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 34, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 35, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 36, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 37, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 38, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 39, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 40, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 41, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 42, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 43, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 44, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 45, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 46, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 47, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 48, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 49, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 50, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 51, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 52, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 53, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 54, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 55, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 56, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 57, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 58, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 59, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 60, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 61, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 62, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 63, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 64, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 65, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 66, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 67, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 68, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 69, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 70, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 71, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 72, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 73, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 74, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 75, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 76, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 77, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 78, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 79, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 80, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 81, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 82, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 83, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 84, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 85, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 86, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 87, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 88, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 89, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 90, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 91, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 92, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 93, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 94, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 95, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 96, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 97, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 98, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 99, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 100, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 101, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 102, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 103, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 104, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 105, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 106, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 107, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 108, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 109, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 110, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 111, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 112, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 113, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 114, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 115, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 116, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 117, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 118, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 119, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 120, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 121, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 122, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 123, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 124, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 125, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 126, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 127, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 128, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 129, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 130, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 131, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 132, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 133, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 134, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 135, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 136, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 137, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 138, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 139, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 140, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 141, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 142, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 143, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 144, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 145, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 146, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 147, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 148, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 149, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 150, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 151, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 152, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 153, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 154, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 155, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 156, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 157, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 158, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 159, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 160, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 161, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 162, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 163, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 164, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 165, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 166, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 167, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 168, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 169, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 170, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 171, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 172, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 173, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 174, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 175, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 176, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 177, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 178, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 179, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 180, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 181, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 182, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 183, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 184, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 185, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 186, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 187, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 188, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 189, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 190, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 191, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 192, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 193, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 194, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 195, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 196, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 197, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 198, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 199, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 200, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 201, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 202, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 203, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 204, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 205, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 206, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 207, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 208, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 209, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 210, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 211, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 212, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 213, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 214, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 215, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 216, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 217, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 218, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 219, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 220, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 221, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 222, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 223, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 224, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 225, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 226, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 227, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 228, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 229, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 230, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 231, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 232, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 233, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 234, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 235, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 236, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 237, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 238, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 239, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 240, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 241, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 242, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 243, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 244, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 245, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 246, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 247, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 248, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 249, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 250, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 251, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 252, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 253, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 254, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 255, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 256, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 257, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 258, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 259, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 260, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 261, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 262, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 263, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 264, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 265, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 266, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 267, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 268, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 269, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 270, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 271, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 272, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 273, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 274, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 275, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 276, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 277, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 278, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 279, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 280, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 281, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 282, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 283, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 284, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 285, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 286, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 287, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 288, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 289, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 290, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 291, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 292, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 293, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 294, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 295, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 296, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 297, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 298, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 299, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 300, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 301, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 302, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 303, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 304, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 305, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 306, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 307, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 308, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 309, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 310, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 311, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 312, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 313, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 314, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 315, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 316, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 317, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 318, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 319, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 320, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 321, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 322, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 323, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 324, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 325, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 326, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 327, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 328, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 329, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 330, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 331, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 332, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 333, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 334, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 335, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 336, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 337, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 338, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 339, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 340, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 341, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 342, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 343, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 344, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 345, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 346, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 347, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 348, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 349, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 350, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 351, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 352, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 353, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 354, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 355, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 356, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 357, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 358, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 359, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 360, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 361, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 362, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 363, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 364, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 365, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 366, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 367, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 368, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 369, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 370, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 371, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 372, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 373, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 374, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 375, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 376, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 377, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 378, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 379, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 380, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 381, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 382, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 383, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 384, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 385, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 386, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 387, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 388, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 389, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 390, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 391, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 392, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 393, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 394, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 395, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 396, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 397, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 398, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 399, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 400, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 401, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 402, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 403, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 404, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 405, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 406, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 407, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 408, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 409, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 410, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 411, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 412, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 413, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 414, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 415, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 416, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 417, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 418, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 419, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 420, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 421, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 422, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 423, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 424, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 425, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 426, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 427, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 428, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 429, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 430, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 431, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 432, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 433, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 434, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 435, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 436, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

/* line 437, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 438, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 439, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 440, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 441, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 442, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 443, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 444, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 445, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 446, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 447, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 448, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 449, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 450, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 451, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 452, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 453, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 454, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 455, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 456, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 457, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 458, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 459, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 460, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 461, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 462, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 463, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 464, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 465, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 466, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 467, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 468, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 469, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 470, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 471, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 472, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 473, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 474, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 475, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 476, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 477, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 478, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 479, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 480, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 481, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 482, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 483, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 484, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 485, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 486, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 487, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 488, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 489, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 490, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 491, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 492, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 493, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 494, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 495, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 496, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 497, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 498, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 499, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 500, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 501, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 502, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 503, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-transgender:before {
  content: "\f224"; }

/* line 504, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 505, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 506, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 507, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 508, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 509, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 510, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 511, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 512, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 513, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 514, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 515, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-server:before {
  content: "\f233"; }

/* line 516, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 517, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 518, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 519, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 520, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-train:before {
  content: "\f238"; }

/* line 521, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 522, /Users/seancrater/Desktop/CDS Website/scss/font-awesome/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a"; }

/* Media Queries */
/* Sticky Footer CSS */
/* line 21, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
html, body {
  height: 100%; }

/* line 24, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  padding: 0 0 2em 0;
  margin-bottom: -1em; }

/* line 30, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.page-wrap:after {
  content: "";
  display: block; }

/* line 34, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.site-footer, .page-wrap:after {
  height: 1em; }

@media screen and (max-width: 768px) {
  /* line 39, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  .page-wrap {
    margin-bottom: -1em; }
  /* line 42, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  .site-footer, .page-wrap:after {
    height: 5em; } }

/* End Sticky Footer */
/* line 50, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
html {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-style: normal; }

/* line 56, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
h1, h4, h5, p {
  font-family: 'Rokkitt', serif; }

/* line 60, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
p {
  padding: 0 0 1em 0;
  line-height: 1.25em; }

/* line 65, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  padding: .25em 0; }

/* line 70, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
h2 {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  color: #cc4346; }

/* line 77, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
h3 {
  font-size: 1.15em;
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0 .5em 0; }

/* line 86, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
header, main, footer {
  clear: both;
  overflow: hidden; }

/* line 91, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
a {
  color: #FFF;
  text-decoration: none;
  transition: all .25s; }
  /* line 95, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  a:hover {
    color: #000;
    transition: all .25s; }

/* line 101, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.image-container {
  width: 100%;
  height: auto;
  padding: .5em 0 .5em 0;
  text-align: center; }
  /* line 105, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  .image-container img {
    width: auto; }

/* line 111, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.logo {
  width: 100%;
  background-color: #000;
  height: 12.5em;
  clear: both;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .logo {
      height: auto; } }
  /* line 120, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  .logo img {
    height: calc(100% - 3em);
    width: auto;
    padding: 1.5em 0; }
    @media screen and (max-width: 768px) {
      .logo img {
        max-width: 90%;
        height: auto; } }

/* line 131, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
nav {
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  padding: 2em 0;
  font-size: 1em;
  background-color: #AD2F32; }
  @media screen and (max-width: 768px) {
    nav {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    nav .menu {
      display: none; } }
  /* line 147, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  nav .menu li {
    display: inline;
    padding: 0 .5em; }
    @media screen and (max-width: 768px) {
      nav .menu li {
        display: block;
        padding: .5em 0;
        border-top: .15em dotted #852426; }
        /* line 154, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
        nav .menu li:first-child {
          border-style: solid; } }
  /* line 160, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  nav .nav-click {
    font-size: 1.5em;
    width: 100%;
    background-color: #AD2F32;
    cursor: pointer;
    display: none;
    transition: all .25s; }
    /* line 167, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    nav .nav-click:hover {
      background-color: #852426;
      transition: all .25s; }
    @media screen and (max-width: 768px) {
      nav .nav-click {
        display: block;
        padding: .5em 0; } }

/* line 178, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
main {
  margin: 0 auto;
  padding: 0 2em; }

/* line 183, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
footer {
  padding: 1em 1em;
  width: calc(100% - 2em);
  background-color: #000;
  position: relative; }
  /* line 188, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  footer .foot-container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto; }
  /* line 194, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  footer a:hover {
    color: #AD2F32; }
  /* line 198, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  footer .left {
    float: left;
    font-size: 1em; }
    /* line 201, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    footer .left .social-foot {
      padding: 0 .5em 0 0; }
  /* line 205, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  footer .right {
    text-transform: uppercase;
    float: right;
    font-size: .75em;
    position: absolute;
    top: .25em;
    right: .25em; }
  @media screen and (max-width: 768px) {
    /* line 214, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    footer .left, footer .right {
      float: none;
      clear: both;
      text-align: center;
      position: relative; }
    /* line 220, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    footer .right {
      top: 0;
      left: 0; }
    /* line 224, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    footer .social-foot {
      font-size: 2em;
      margin: 0 0 .5em 0; }
    /* line 228, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    footer .break {
      display: block; } }

/* line 234, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.twitter {
  width: 100%;
  padding: 2em 0; }
  @media screen and (max-width: 768px) {
    .twitter {
      padding: 0em 0 2em 0;
      max-width: 80%;
      margin: 0 auto; } }

/* Individual Page Styling */
/* line 246, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
body {
  background-image: url('../images/debut_dark.png');
  background-repeat: repeat; }

/* line 251, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.body-wrap {
  max-width: 1200px;
  margin: 0 auto; }

/* line 256, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
article {
  padding: 2em 0 0 0; }
  /* line 258, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  article a {
    color: #cc4346; }
    /* line 260, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
    article a:hover {
      color: #AD2F32; }

/* line 266, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
main {
  width: calc(66.66% - 4em);
  float: left;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    main {
      width: calc(100% - 4em);
      clear: both; } }
  /* line 275, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
  main img {
    max-width: 100%;
    height: auto; }

/* line 281, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
aside {
  width: calc(33.33% - 4em);
  padding: 0 2em;
  float: left;
  border-top: none; }
  @media screen and (max-width: 768px) {
    aside {
      width: 100%;
      clear: both;
      text-align: center;
      padding: 0; } }

/* line 294, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
p.links {
  font-size: 1.25em;
  text-align: center; }

/* line 299, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.downloads article {
  width: 45%;
  padding: 2em 2.5%;
  float: left;
  font-size: 1.25em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .downloads article {
      width: 100%;
      padding: 2em 0 0 0;
      clear: both; } }

/* line 312, /Users/seancrater/Desktop/CDS Website/scss/style.scss */
.press article {
  text-align: center; }

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