@font-face {
  font-family: "Icomoon";
  src: url('../fonts/icomoon/icomoon.eot?1402681568');
  src: url('../fonts/icomoon/icomoon.eot?&1402681568#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff?1402681568') format('woff'), url('../fonts/icomoon/icomoon.ttf?1402681568') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/********************************/
/* Global Site Color Variables */
/******************************/
/********************************/
/* Global Site FONT Variables */
/******************************/
/* line 10, ../../src/styles/sass/0_Utility/_helper.scss */
[data-position="center"] {
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../src/styles/sass/0_Utility/_helper.scss */
img[data-position="center"] {
  display: block;
}

/* line 20, ../../src/styles/sass/0_Utility/_helper.scss */
[data-position="right"] {
  float: right !important;
  margin-right: 0 !important;
}

/* line 25, ../../src/styles/sass/0_Utility/_helper.scss */
[data-position="left"] {
  float: left !important;
  margin-left: 0 !important;
}

/* line 30, ../../src/styles/sass/0_Utility/_helper.scss */
[data-position="full-width"] {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 39, ../../src/styles/sass/0_Utility/_helper.scss */
[data-margin="true"] {
  margin: 18px 0;
}

/* line 43, ../../src/styles/sass/0_Utility/_helper.scss */
[data-margin="false"] {
  margin: 0;
}

/* line 51, ../../src/styles/sass/0_Utility/_helper.scss */
[data-iconpos="right"]:before,
[data-iconpos="right"]:after {
  float: right;
  margin-left: 10px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
/* line 96, ../../src/styles/sass/0_Utility/_helper.scss */
.nocallout {
  -webkit-touch-callout: none;
}

/* line 100, ../../src/styles/sass/0_Utility/_helper.scss */
.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
/* line 106, ../../src/styles/sass/0_Utility/_helper.scss */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
/* line 113, ../../src/styles/sass/0_Utility/_helper.scss */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
/* line 122, ../../src/styles/sass/0_Utility/_helper.scss */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

/* line 133, ../../src/styles/sass/0_Utility/_helper.scss */
.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 141, ../../src/styles/sass/0_Utility/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 150, ../../src/styles/sass/0_Utility/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 166, ../../src/styles/sass/0_Utility/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 180, ../../src/styles/sass/0_Utility/_helper.scss */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
/* line 189, ../../src/styles/sass/0_Utility/_helper.scss */
.clearfix:before, .inner-wrapper:before, .row:before, .category-link-list:before,
.clearfix:after,
.inner-wrapper:after,
.row:after,
.category-link-list:after {
  content: "";
  display: table;
}

/* line 195, ../../src/styles/sass/0_Utility/_helper.scss */
.clearfix:after, .inner-wrapper:after, .row:after, .category-link-list:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 204, ../../src/styles/sass/0_Utility/_helper.scss */
.clearfix, .inner-wrapper, .row, .category-link-list {
  *zoom: 1;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../../src/styles/sass/0_Utility/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../../src/styles/sass/0_Utility/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../../src/styles/sass/0_Utility/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 51, ../../src/styles/sass/0_Utility/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 65, ../../src/styles/sass/0_Utility/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 75, ../../src/styles/sass/0_Utility/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 87, ../../src/styles/sass/0_Utility/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../../src/styles/sass/0_Utility/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 109, ../../src/styles/sass/0_Utility/_normalize.scss */
h1, .hero-title {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 118, ../../src/styles/sass/0_Utility/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 126, ../../src/styles/sass/0_Utility/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 135, ../../src/styles/sass/0_Utility/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 143, ../../src/styles/sass/0_Utility/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 153, ../../src/styles/sass/0_Utility/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 162, ../../src/styles/sass/0_Utility/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 174, ../../src/styles/sass/0_Utility/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 182, ../../src/styles/sass/0_Utility/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 190, ../../src/styles/sass/0_Utility/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 206, ../../src/styles/sass/0_Utility/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 210, ../../src/styles/sass/0_Utility/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 222, ../../src/styles/sass/0_Utility/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 230, ../../src/styles/sass/0_Utility/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 242, ../../src/styles/sass/0_Utility/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 254, ../../src/styles/sass/0_Utility/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 265, ../../src/styles/sass/0_Utility/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 276, ../../src/styles/sass/0_Utility/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 290, ../../src/styles/sass/0_Utility/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 302, ../../src/styles/sass/0_Utility/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 315, ../../src/styles/sass/0_Utility/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 327, ../../src/styles/sass/0_Utility/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 337, ../../src/styles/sass/0_Utility/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 349, ../../src/styles/sass/0_Utility/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 370, ../../src/styles/sass/0_Utility/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 381, ../../src/styles/sass/0_Utility/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 394, ../../src/styles/sass/0_Utility/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../../src/styles/sass/1_Core/_form-elements.scss */
main form {
  color: #8c8179;
}
/* line 3, ../../src/styles/sass/1_Core/_form-elements.scss */
main form label {
  color: #8c8179;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* line 9, ../../src/styles/sass/1_Core/_form-elements.scss */
main form input, main form textarea {
  border: 2px solid #8b8179;
  color: #8c8179;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding: 8px 10px;
  width: 100%;
}
/* line 16, ../../src/styles/sass/1_Core/_form-elements.scss */
main form input {
  height: 44px;
}
/* line 19, ../../src/styles/sass/1_Core/_form-elements.scss */
main form input[type="submit"] {
  margin-top: 24px;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
/* line 9, ../../src/styles/sass/1_Core/_global.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: normal;
  -webkit-tap-highlight-color: transparent;
}

/* line 19, ../../src/styles/sass/1_Core/_global.scss */
html {
  font-size: 100%;
  /* Sets up the Base 10 stuff */
  height: 100%;
}

/* line 26, ../../src/styles/sass/1_Core/_global.scss */
html, body {
  min-width: 240px;
  overflow-x: hidden;
  min-height: 100%;
  overflow-x: hidden;
}
/* line 34, ../../src/styles/sass/1_Core/_global.scss */
.lte-ie8 html, .lte-ie8 body {
  overflow: auto !important;
}

/* line 93, ../../src/styles/sass/0_Utility/_mixins.scss */
html {
  font-size: 87.5%;
  line-height: 24px;
  line-height: 1.71429rem;
}

/* line 46, ../../src/styles/sass/1_Core/_global.scss */
video, iframe {
  width: 100%;
  height: auto;
}

/* line 51, ../../src/styles/sass/1_Core/_global.scss */
body {
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  font-family: Arial, sans-serif;
  background-color: white;
  width: 100%;
  max-width: 100%;
  color: black;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 51, ../../src/styles/sass/1_Core/_global.scss */
  body {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 51, ../../src/styles/sass/1_Core/_global.scss */
  body {
    padding-top: 50px;
  }
}

/* line 97, ../../src/styles/sass/1_Core/_global.scss */
body.grid-active:after {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 9999;
  content: '';
  display: block;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: repeat;
  background-position: top left;
}

/* line 114, ../../src/styles/sass/1_Core/_global.scss */
body.grid-active:active:after {
  display: none;
}

/* line 124, ../../src/styles/sass/1_Core/_global.scss */
em {
  font-style: italic;
}

/* line 128, ../../src/styles/sass/1_Core/_global.scss */
strong {
  font-weight: bold;
}

/* line 135, ../../src/styles/sass/1_Core/_global.scss */
main h1:first-child, main .hero-title:first-child, main h2:first-child, main h3:first-child {
  margin-top: 0;
}

/* line 142, ../../src/styles/sass/1_Core/_global.scss */
h1, .hero-title {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 45px;
  line-height: 3.21429rem;
  font-weight: 400;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 142, ../../src/styles/sass/1_Core/_global.scss */
  h1, .hero-title {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 37.5px;
    line-height: 2.67857rem;
  }
}

/* line 154, ../../src/styles/sass/1_Core/_global.scss */
header h1, header .hero-title {
  color: white;
}

/* line 162, ../../src/styles/sass/1_Core/_global.scss */
h2 {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 32.4px;
  line-height: 2.31429rem;
  font-weight: 400;
  font-family: Georgia, Times, "Times New Roman", serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 162, ../../src/styles/sass/1_Core/_global.scss */
  h2 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 22.5px;
    line-height: 1.60714rem;
  }
}

/* line 172, ../../src/styles/sass/1_Core/_global.scss */
h3 {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 17.5px;
  line-height: 1.25rem;
  font-weight: 400;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 172, ../../src/styles/sass/1_Core/_global.scss */
  h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 20px;
    line-height: 1.42857rem;
  }
}

/* line 182, ../../src/styles/sass/1_Core/_global.scss */
h4 {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 182, ../../src/styles/sass/1_Core/_global.scss */
  h4 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/* line 193, ../../src/styles/sass/1_Core/_global.scss */
p {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 43.2px;
  margin-bottom: 3.08571rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 193, ../../src/styles/sass/1_Core/_global.scss */
  p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 201, ../../src/styles/sass/1_Core/_global.scss */
p:first-child {
  margin-top: 0;
}

/* line 207, ../../src/styles/sass/1_Core/_global.scss */
a {
  color: #a51c30;
  text-decoration: none;
}
/* line 211, ../../src/styles/sass/1_Core/_global.scss */
a:hover {
  color: #8f182a;
}
/* line 215, ../../src/styles/sass/1_Core/_global.scss */
a:active {
  color: #791523;
}

/* line 222, ../../src/styles/sass/1_Core/_global.scss */
img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 229, ../../src/styles/sass/1_Core/_global.scss */
a:empty {
  display: none;
}

/* line 236, ../../src/styles/sass/1_Core/_global.scss */
figure {
  position: relative;
}
/* line 239, ../../src/styles/sass/1_Core/_global.scss */
figure img {
  display: block;
}

/* line 284, ../../src/styles/sass/1_Core/_global.scss */
figcaption {
  background: rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 300, ../../src/styles/sass/1_Core/_global.scss */
blockquote {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 5px solid black;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 310, ../../src/styles/sass/1_Core/_global.scss */
blockquote p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 316, ../../src/styles/sass/1_Core/_global.scss */
blockquote cite {
  font-family: Arial, sans-serif;
  font-style: normal;
}
/* line 322, ../../src/styles/sass/1_Core/_global.scss */
blockquote cite strong {
  color: #a51c30;
}

/************************/
/* Fonts */
/************************/
/************************/
/* Global Site Typography */
/************************/
/* line 438, ../../src/styles/sass/1_Core/_global.scss */
ul, ol {
  list-style-position: outside;
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

/* line 5, ../../src/styles/sass/1_Core/_layout.scss */
.outer-wrapper {
  position: relative;
  width: 100%;
}

/* line 14, ../../src/styles/sass/1_Core/_layout.scss */
.inner-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 6.25%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 14, ../../src/styles/sass/1_Core/_layout.scss */
  .inner-wrapper {
    padding: 0 3.41797%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 14, ../../src/styles/sass/1_Core/_layout.scss */
  .inner-wrapper {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 38, ../../src/styles/sass/1_Core/_layout.scss */
  main .inner-wrapper {
    padding: 0 3.41797%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 48, ../../src/styles/sass/1_Core/_layout.scss */
  .home main .inner-wrapper, .front main .inner-wrapper {
    padding: 0 3.41797%;
  }
}

/* line 56, ../../src/styles/sass/1_Core/_layout.scss */
img {
  height: auto;
  width: 100%;
}

/* line 71, ../../src/styles/sass/1_Core/_layout.scss */
.col:last-child {
  margin-right: 0;
}

/* line 81, ../../src/styles/sass/1_Core/_layout.scss */
.lte-ie8 .span_4 + .span_8,
.lte-ie8 .span_8 + .span_4 {
  margin-right: 0;
}
/* line 86, ../../src/styles/sass/1_Core/_layout.scss */
.lte-ie8 .span_9 + .span_3 {
  margin-right: 0;
}
/* line 90, ../../src/styles/sass/1_Core/_layout.scss */
.lte-ie8 .span_3 + .span_9 {
  margin-right: 0;
}
/* line 94, ../../src/styles/sass/1_Core/_layout.scss */
.lte-ie8 .span_6 + .span_6 {
  margin-right: 0;
}
/* line 98, ../../src/styles/sass/1_Core/_layout.scss */
.lte-ie8 .span_12 {
  margin-right: 0;
}

/* line 109, ../../src/styles/sass/1_Core/_layout.scss */
.span_12 {
  width: 100%;
  clear: right;
  float: right;
  margin-right: 0;
}

/* line 113, ../../src/styles/sass/1_Core/_layout.scss */
.span_8 {
  width: 65.95745%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 2.12766%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 113, ../../src/styles/sass/1_Core/_layout.scss */
  .span_8 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 113, ../../src/styles/sass/1_Core/_layout.scss */
  .span_8 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 129, ../../src/styles/sass/1_Core/_layout.scss */
.span_4 {
  width: 33.33333%;
  clear: right;
  float: left;
  padding-right: 7.14286%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 129, ../../src/styles/sass/1_Core/_layout.scss */
  .span_4 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 129, ../../src/styles/sass/1_Core/_layout.scss */
  .span_4 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 150, ../../src/styles/sass/1_Core/_layout.scss */
.span_6 {
  width: 48.93617%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 2.12766%;
}

/* line 159, ../../src/styles/sass/1_Core/_layout.scss */
.span_3 {
  width: 23.40426%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 2.12766%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 159, ../../src/styles/sass/1_Core/_layout.scss */
  .span_3 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 159, ../../src/styles/sass/1_Core/_layout.scss */
  .span_3 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 178, ../../src/styles/sass/1_Core/_layout.scss */
.span_9 {
  width: 74.46809%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 178, ../../src/styles/sass/1_Core/_layout.scss */
  .span_9 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 178, ../../src/styles/sass/1_Core/_layout.scss */
  .span_9 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

/* line 199, ../../src/styles/sass/1_Core/_layout.scss */
.global-header + main {
  margin-top: 48px;
  margin-top: 3.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

/* line 206, ../../src/styles/sass/1_Core/_layout.scss */
.global-footer .span_9 {
  width: 74.46809%;
  clear: right;
  float: left;
  margin-right: 2.12766%;
}
@media only screen and (max-width: 1024px) {
  /* line 206, ../../src/styles/sass/1_Core/_layout.scss */
  .global-footer .span_9 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
/* line 215, ../../src/styles/sass/1_Core/_layout.scss */
.global-footer .span_3 {
  width: 23.40426%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 215, ../../src/styles/sass/1_Core/_layout.scss */
  .global-footer .span_3 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

/* line 230, ../../src/styles/sass/1_Core/_layout.scss */
.front .global-header,
.home .global-header {
  padding-bottom: 275px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 230, ../../src/styles/sass/1_Core/_layout.scss */
  .front .global-header,
  .home .global-header {
    padding-bottom: 165px;
  }
}
/* line 245, ../../src/styles/sass/1_Core/_layout.scss */
.front .page-wrapper > main,
.home .page-wrapper > main {
  margin-top: -275px;
  z-index: 11;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 245, ../../src/styles/sass/1_Core/_layout.scss */
  .front .page-wrapper > main,
  .home .page-wrapper > main {
    margin-top: -165px;
  }
}

/* line 3, ../../src/styles/sass/1_Core/_tables.scss */
table th {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 3, ../../src/styles/sass/1_Core/_tables.scss */
  table th {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/* line 5, ../../src/styles/sass/2_Pieces/_buttons.scss */
[data-role="button"], main form input[type="submit"], .home-button, .menuTrigger, .course-item-inner .info-banner a, .search-submit, .search-terms .clear-all {
  background: #a51c30;
  color: white;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 11px 10px;
  border: 2px solid transparent;
}
/* line 19, ../../src/styles/sass/2_Pieces/_buttons.scss */
[data-role="button"]:hover, main form input[type="submit"]:hover, .home-button:hover, .menuTrigger:hover, .course-item-inner .info-banner a:hover, .search-submit:hover, .search-terms .clear-all:hover, [data-role="button"]:active, main form input[type="submit"]:active, .home-button:active, .menuTrigger:active, .course-item-inner .info-banner a:active, .search-submit:active, .search-terms .clear-all:active, [data-role="button"]:focus, main form input[type="submit"]:focus, .home-button:focus, .menuTrigger:focus, .course-item-inner .info-banner a:focus, .search-submit:focus, .search-terms .clear-all:focus, [data-role="button"]:visited, main form input[type="submit"]:visited, .home-button:visited, .menuTrigger:visited, .course-item-inner .info-banner a:visited, .search-submit:visited, .search-terms .clear-all:visited {
  color: white;
  text-decoration: none;
}
/* line 27, ../../src/styles/sass/2_Pieces/_buttons.scss */
[data-role="button"]:hover, main form input[type="submit"]:hover, .home-button:hover, .menuTrigger:hover, .course-item-inner .info-banner a:hover, .search-submit:hover, .search-terms .clear-all:hover {
  background: #8f182a;
}
/* line 31, ../../src/styles/sass/2_Pieces/_buttons.scss */
[data-role="button"]:active, main form input[type="submit"]:active, .home-button:active, .menuTrigger:active, .course-item-inner .info-banner a:active, .search-submit:active, .search-terms .clear-all:active, [data-role="button"]:focus, main form input[type="submit"]:focus, .home-button:focus, .menuTrigger:focus, .course-item-inner .info-banner a:focus, .search-submit:focus, .search-terms .clear-all:focus {
  background: #791523;
}
/* line 37, ../../src/styles/sass/2_Pieces/_buttons.scss */
[data-role="button"]::-moz-focus-inner, main form input[type="submit"]::-moz-focus-inner, .home-button::-moz-focus-inner, .menuTrigger::-moz-focus-inner, .course-item-inner .info-banner a::-moz-focus-inner, .search-submit::-moz-focus-inner, .search-terms .clear-all::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 44, ../../src/styles/sass/2_Pieces/_buttons.scss */
[data-role="button"][data-buttonSize="small"], main form input[data-buttonSize="small"][type="submit"], [data-buttonSize="small"].home-button, [data-buttonSize="small"].menuTrigger, .course-item-inner .info-banner a[data-buttonSize="small"], .span_3 .featured-cta > .span_4 [data-role="button"], .span_3 .featured-cta > .span_4 main form input[type="submit"], main form .span_3 .featured-cta > .span_4 input[type="submit"], .span_3 .featured-cta > .span_4 .home-button, .span_3 .featured-cta > .span_4 .menuTrigger, .span_3 .featured-cta > .span_4 .course-item-inner .info-banner a, .course-item-inner .info-banner .span_3 .featured-cta > .span_4 a, .span_3 .featured-cta > .span_4 .search-submit, .span_3 .featured-cta > .span_4 .search-terms .clear-all, .search-terms .span_3 .featured-cta > .span_4 .clear-all, [data-buttonSize="small"].search-submit, .search-terms [data-buttonSize="small"].clear-all {
  height: 38px;
  padding: 8px 10px;
}

/* line 1, ../../src/styles/sass/2_Pieces/_fitVid.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

/* line 9, ../../src/styles/sass/2_Pieces/_fitVid.scss */
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../src/styles/sass/2_Pieces/_fitVid.scss */
.swiper-slide .fitVid {
  display: table;
  vertical-align: middle;
  width: 100%;
  table-layout: fixed;
}
/* line 32, ../../src/styles/sass/2_Pieces/_fitVid.scss */
.swiper-slide .fluid-width-video-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 40, ../../src/styles/sass/2_Pieces/_fitVid.scss */
.swiper-slide .embed-container,
.swiper-slide .fluid-width-video-wrapper {
  padding-top: 100% !important;
  padding-bottom: 0 !important;
  background: black;
  display: block;
}

/* line 1, ../../src/styles/sass/2_Pieces/_fixed-sticky.scss */
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 8, ../../src/styles/sass/2_Pieces/_fixed-sticky.scss */
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

/* line 12, ../../src/styles/sass/2_Pieces/_fixed-sticky.scss */
.fixedsticky-dummy {
  display: block;
  max-height: 133px;
}

@media only screen and (min-width: 640px) {
  /* line 24, ../../src/styles/sass/2_Pieces/_fixed-sticky.scss */
  .fixedsticky-off + .fixedsticky-dummy {
    max-height: 0px;
  }
}

/* line 32, ../../src/styles/sass/2_Pieces/_fixed-sticky.scss */
.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

/* line 5, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon]:before, .customSelectInner:after, .filter-by input[type="checkbox"] ~ label:before, .filter-by .accordion-title:before, .filter-by .accordion-is-open .accordion-title:before, .tooltip li.active .tooltip-subhead:before, [data-icon]:after, .filter-by input[type="checkbox"] ~ label:after, .filter-by .accordion-title:after, .filter-by .accordion-is-open .accordion-title:after, [class^="icon-"]:before, [class*=" icon-"]:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: inherit;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 24, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon]:before, .customSelectInner:after, .filter-by input[type="checkbox"] ~ label:before, .filter-by .accordion-title:before, .filter-by .accordion-is-open .accordion-title:before, .tooltip li.active .tooltip-subhead:before, [class^="icon-"]:before {
  margin-right: 5px;
}

/* line 28, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon]:after, .filter-by input[type="checkbox"] ~ label:after, .filter-by .accordion-title:after, .filter-by .accordion-is-open .accordion-title:after, [class*=" icon-"]:after {
  margin-left: 5px;
}

/* line 33, ../../src/styles/sass/2_Pieces/_icons.scss */
a[data-icon], .filter-by a.accordion-title, .filter-by .accordion-is-open a.accordion-title, .tooltip li.active a.tooltip-subhead:before,
a[class^="icon-"],
a[class*=" icon-"] {
  text-decoration: none;
}

/* line 44, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon].ir, .filter-by input[type="checkbox"] ~ label.ir, .filter-by .ir.accordion-title, .tooltip li.active .ir.tooltip-subhead:before, [class^="icon-"].ir, [class*=" icon-"].ir {
  text-indent: 0 !important;
  font-size: 0 !important;
}
/* line 48, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon].ir:before, .ir.customSelectInner:after, .filter-by input[type="checkbox"] ~ label.ir:before, .filter-by .ir.accordion-title:before, .tooltip li.active .ir.tooltip-subhead:before, [data-icon].ir:after, .filter-by input[type="checkbox"] ~ label.ir:after, .filter-by .ir.accordion-title:after, [class^="icon-"].ir:before, [class^="icon-"].ir:after, [class*=" icon-"].ir:before, [class*=" icon-"].ir:after {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 61, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="filter-open"]:before, .filter-by .accordion-is-open .accordion-title:before,
.icon-filter-open:before {
  content: "\e614";
}

/* line 67, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="filter-closed"]:before, .filter-by .accordion-title:before,
.icon-filter-closed:before {
  content: "\e615";
}

/* line 73, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="checkbox-checked"]:before, .filter-by input[type="checkbox"]:checked ~ label:before,
.icon-checkbox-checked:before {
  content: "\e616";
}

/* line 79, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="questionmark"]:before,
.icon-questionmark:before {
  content: "\e617";
}

/* line 84, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="checkbox"]:before, .filter-by input[type="checkbox"] ~ label:before,
.icon-checkbox:before {
  content: "\e618";
}

/* line 89, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="remove"]:before,
.icon-remove:before {
  content: "\e619";
}

/* line 95, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="menu-down"]:before,
.icon-Menudown:before,
.icon-menu-down:before {
  content: "\e612";
}

/* line 101, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="menu-up"]:before,
.icon-Menuup:before,
.icon-menu-up:before {
  content: "\e611";
}

/* line 107, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="menu"]:before,
[data-icon*="menu"]:before,
.icon-menu-icon:before {
  content: "\e607";
}

/* line 116, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="home"]:before,
.icon-Home:before {
  content: "\e613";
}

/* line 127, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="arrow-up"]:before,
.icon-arrow-up:before {
  content: "\e601";
}

/* line 132, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="arrow-down"]:before,
.icon-down-arrow:before {
  content: "\e610";
}

/* line 137, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="arrow-left"]:before,
.icon-left-arrow:before {
  content: "\e60a";
}

/* line 142, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="arrow-right"]:before,
.icon-right-arrow:before {
  content: "\e605";
}

/* line 153, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="twitter"]:before,
.icon-twitter:before {
  content: "\e602";
}

/* line 158, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="pintrest"]:before,
.icon-pintrest:before {
  content: "\e606";
}

/* line 163, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="linkedin"]:before,
.icon-linked-in:before {
  content: "\e608";
}

/* line 169, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="instagram"]:before,
.icon-instagram:before {
  content: "\e60b";
}

/* line 174, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="googleplus"]:before,
.icon-google-plus:before {
  content: "\e60c";
}

/* line 179, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="facebook"]:before,
.icon-facebook:before {
  content: "\e60d";
}

/* line 190, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="search"]:before,
.icon-search-icon:before {
  content: "\e603";
}

/* line 199, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="chevron-left"]:before,
.icon-left-caret:before {
  content: "\e609";
}

/* line 204, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="chevron-right"]:after,
[data-icon="chevron-r"]:after,
.icon-right-caret:after {
  content: "\e604";
  margin-top: -2px;
}

/* line 212, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon*="chevron-down"]:after,
.icon-down-caret:after,
.customSelectInner:after {
  content: "\e600";
}

/* line 217, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon*="chevron-up"]:after,
.icon-up-caret:before {
  content: "\e60f";
}

/* line 237, ../../src/styles/sass/2_Pieces/_icons.scss */
[data-icon="external-link"]:before,
.icon-external-link:before {
  content: "\e60e";
  font-size: 14px;
  line-height: 14px;
}

/* line 5, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter {
  background: #dcd9d7;
  background-image: none !important;
}
/* line 19, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter-text {
  position: relative;
}
/* line 23, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter-text:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 67%;
  bottom: 0;
  content: "";
  z-index: 1;
  background: #dcd9d7;
  border-right: 4px solid white;
}
/* line 41, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter-text:after {
  position: absolute;
  top: 0;
  left: 67%;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background: #dcd9d7;
  border-left: 4px solid white;
}
/* line 59, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter[value="1"]:after {
  display: none;
}
/* line 64, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter[value="2"]:before,
.lte-ie8 .fake-meter[value="3"]:before {
  right: 33%;
}
/* line 69, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter[value="3"]:after {
  border-left: 4px solid white;
}
/* line 78, ../../src/styles/sass/2_Pieces/_meter.scss */
.lte-ie8 .fake-meter[value="1"] .fake-meter-text:before,
.lte-ie8 .fake-meter[value="2"] .fake-meter-text:before,
.lte-ie8 .fake-meter[value="3"] .fake-meter-text:before {
  background: #8c8179;
}

/* line 90, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter {
  width: 100%;
  height: 8px;
  clear: both;
  margin: 8px 0 15px 0;
  border: none;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #8b8179;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: linear-gradient(90deg, #8c8179 0%, #8c8179 32%, #ffffff 32%, #ffffff 33%, #dcd9d7 33%, #dcd9d7 66%, #ffffff 66%, #ffffff 67%, #dcd9d7 67%, #dcd9d7 100%);
}

/* line 127, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter-text {
  height: inherit;
  display: block;
  text-indent: -9999px;
}

/* line 136, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter:before,
.fake-meter:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* line 147, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter:before {
  z-index: 1;
  background: #8c8179;
}

/* line 153, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter:after {
  z-index: 2;
}

/* line 158, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter[value="0"] {
  background-image: linear-gradient(90deg, #dcd9d7 0%, #dcd9d7 32%, #ffffff 32%, #ffffff 33%, #dcd9d7 33%, #dcd9d7 66%, #ffffff 66%, #ffffff 67%, #dcd9d7 67%, #dcd9d7 100%);
}

/* line 175, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter[value="0"]:before {
  left: 0;
  right: 68%;
  background: #dcd9d7;
}

/* line 183, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter[value="1"]:before {
  display: none;
}

/* line 187, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter[value="2"]:before {
  background: #8c8179;
  left: 33%;
  right: 34%;
}

/* line 195, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter[value="3"]:before {
  background: #8c8179;
  left: 33%;
  right: 34%;
}

/* line 201, ../../src/styles/sass/2_Pieces/_meter.scss */
.fake-meter[value="3"]:after {
  background: #8c8179;
  right: 0;
  left: 67%;
}

/* line 212, ../../src/styles/sass/2_Pieces/_meter.scss */
.meter-gauge {
  border: 0;
  border-radius: 0;
  background-color: #dcd9d7;
  width: 100%;
  height: 8px;
  display: block;
}

/* line 221, ../../src/styles/sass/2_Pieces/_meter.scss */
.meter-gauge > span {
  height: inherit;
  display: block;
  text-indent: -9999px;
}

/* line 2, ../../src/styles/sass/2_Pieces/_placeholdr.scss */
.lte-ie8 .placeholdr,
.lte-ie8 input.search-input {
  padding: 0 20px;
  height: 36px;
  font-size: 18px;
  line-height: 22.5px;
  color: #1E1E1E;
  min-height: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 2, ../../src/styles/sass/3_Components/_accordions.scss */
.accordion-title {
  color: white;
}
/* line 5, ../../src/styles/sass/3_Components/_accordions.scss */
.accordion-title:before {
  margin-top: -2px;
  color: #a51c30;
}

@media only screen and (min-width: 1025px) {
  /* line 15, ../../src/styles/sass/3_Components/_accordions.scss */
  .global-header .accordion-content-outer,
  .global-footer .accordion-content-outer {
    max-height: 999px;
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 26, ../../src/styles/sass/3_Components/_accordions.scss */
  [data-module="accordion"] {
    font-size: 20px;
  }
  /* line 30, ../../src/styles/sass/3_Components/_accordions.scss */
  [data-module="accordion"] .course-list-item {
    padding: 12px 15px;
  }
  /* line 33, ../../src/styles/sass/3_Components/_accordions.scss */
  [data-module="accordion"] .course-list-item a {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 32.4px;
    line-height: 2.31429rem;
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 240px) and (max-width: 640px) {
  /* line 33, ../../src/styles/sass/3_Components/_accordions.scss */
  [data-module="accordion"] .course-list-item a {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 25.2px;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 46, ../../src/styles/sass/3_Components/_accordions.scss */
  [data-module="accordion"] {
    width: 100%;
  }
}
/* line 55, ../../src/styles/sass/3_Components/_accordions.scss */
.accordion-content-outer {
  max-height: 0;
  -webkit-transition: all .3s ease-in;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 55, ../../src/styles/sass/3_Components/_accordions.scss */
  .accordion-content-outer {
    border: 0 !important;
    margin: 0;
  }
}

/* line 75, ../../src/styles/sass/3_Components/_accordions.scss */
.accordion-content-inner {
  padding: 10px 0;
}
@media only screen and (min-width: 1025px) {
  /* line 75, ../../src/styles/sass/3_Components/_accordions.scss */
  .accordion-content-inner {
    padding-top: 0;
  }
}

/* line 85, ../../src/styles/sass/3_Components/_accordions.scss */
[data-module="accordion"].accordion-is-open .accordion-title {
  border-bottom: 1px solid transparent !important;
}
/* line 94, ../../src/styles/sass/3_Components/_accordions.scss */
[data-module="accordion"].accordion-is-open .accordion-content-outer {
  max-height: 999px;
  opacity: 1;
}

/* line 107, ../../src/styles/sass/3_Components/_accordions.scss */
.accordion-title {
  cursor: pointer;
}

/* line 120, ../../src/styles/sass/3_Components/_accordions.scss */
.global-header .accordion-content-outer,
.global-footer .accordion-content-outer {
  margin-bottom: 10px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 120, ../../src/styles/sass/3_Components/_accordions.scss */
  .global-header .accordion-content-outer,
  .global-footer .accordion-content-outer {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 128, ../../src/styles/sass/3_Components/_accordions.scss */
  .global-header .accordion-title,
  .global-footer .accordion-title {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 138, ../../src/styles/sass/3_Components/_accordions.scss */
  .global-header .accordion-is-open .accordion-title:after,
  .global-footer .accordion-is-open .accordion-title:after {
    content: "-";
  }
}

/* line 144, ../../src/styles/sass/3_Components/_accordions.scss */
.accordion--toggle > span.bv-review-count {
  display: inline !important;
  padding: 0px !important;
}

/* line 6, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
/* line 16, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav .back-to-top,
.courses-utility-nav .more-courses {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
/* line 23, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav .back-to-top + .more-courses {
  margin-left: 24px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 23, ../../src/styles/sass/3_Components/_back-to-top.scss */
  .courses-utility-nav .back-to-top + .more-courses {
    margin-left: 0;
  }
}
/* line 31, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav .more-courses + .back-to-top {
  margin-left: 24px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 31, ../../src/styles/sass/3_Components/_back-to-top.scss */
  .courses-utility-nav .more-courses + .back-to-top {
    margin-left: 0;
  }
}
/* line 40, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav .back-to-top {
  border: 2px solid #8c8179;
  background: white;
  color: #8c8179;
  margin: 0;
  width: 21.875%;
}
/* line 54, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav .back-to-top .icon-up-arrow {
  padding: 0 5px 0 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 40, ../../src/styles/sass/3_Components/_back-to-top.scss */
  .courses-utility-nav .back-to-top {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
}
/* line 67, ../../src/styles/sass/3_Components/_back-to-top.scss */
.courses-utility-nav .more-courses {
  width: 21.875%;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 67, ../../src/styles/sass/3_Components/_back-to-top.scss */
  .courses-utility-nav .more-courses {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
}

/* line 1, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home-button {
  background: #97192b;
  float: left;
  height: 50px;
  width: 50px;
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  display: block;
  height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
  .home-button {
    display: none;
  }
}
/* line 30, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home .home-button, .front .home-button {
  display: none;
}
/* line 35, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home-button:before {
  height: 100%;
  font-size: 20px;
  line-height: 26px;
}
/* line 41, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home-button:hover {
  background: #811525;
}
/* line 44, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home-button:active {
  background: #6b121f;
}
/* line 50, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home-button:hover:before {
  color: #f2f2f2;
}
/* line 54, ../../src/styles/sass/3_Components/_buttons.home-button.scss */
.home-button:active:before {
  color: #e6e6e6;
}

/* line 1, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger {
  border: 0;
  color: white;
  text-transform: uppercase;
  height: 50px;
  padding: 5px 10px 5px 60px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  /* line 1, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
  .menuTrigger {
    padding-left: 10px;
  }
}
/* line 43, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.home .menuTrigger, .front .menuTrigger {
  padding-left: 10px;
}
/* line 49, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger:before {
  float: left;
}
/* line 53, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger:after {
  float: right;
  position: absolute;
  font-size: 20px;
  line-height: 22px;
  width: 30px;
  height: 22px;
  top: 50%;
  right: 5px;
  margin-top: -11px;
}
@media only screen and (max-width: 1024px) {
  /* line 53, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
  .menuTrigger:after {
    display: none;
  }
}

/* line 81, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger {
  -moz-border-radius: 0.57143rem;
  -webkit-border-radius: 0.57143rem;
  border-radius: 0.57143rem;
  -webkit-appearance: none;
  line-height: 50px;
  cursor: pointer;
  user-select: none;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 81, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
  .menuTrigger {
    height: 50px;
    width: 50px;
  }
}

/* ====================== lines button ==================================================*/
/* line 106, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  user-select: none;
}
/* line 117, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger:before {
  content: "";
}

/* line 121, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.no-touch [data-icon="menu"]:hover {
  opacity: 1;
}

/* line 124, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.menuTrigger:active {
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
}

/* line 128, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.lines {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: white;
  -moz-border-radius: 0.28571rem;
  -webkit-border-radius: 0.28571rem;
  border-radius: 0.28571rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  float: left;
  margin-top: 19px;
}

/* line 143, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.lines:before, .lines:after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: white;
  -moz-border-radius: 0.28571rem;
  -webkit-border-radius: 0.28571rem;
  border-radius: 0.28571rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  -moz-transform-origin: 0.28571rem center;
  -ms-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

/* line 162, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.lines:before {
  top: 10px;
}

/* line 165, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.lines:after {
  top: -10px;
}

/* line 169, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.no-touch [data-icon="menu"]:hover .lines:before {
  top: 12px;
}

/* line 172, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.no-touch [data-icon="menu"]:hover .lines:after {
  top: -12px;
}

/* line 178, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.navigation-open [data-icon="menu"],
#nav:target [data-icon="menu"] {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -moz-transform: scale3d(0.8, 0.8, 0.8);
  -ms-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

/* line 224, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.navigation-open .menuTrigger .lines,
#nav:target .menuTrigger .lines {
  background: transparent;
}
/* line 227, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.navigation-open .menuTrigger .lines:before, .navigation-open .menuTrigger .lines:after,
#nav:target .menuTrigger .lines:before,
#nav:target .menuTrigger .lines:after {
  background: white;
}
/* line 233, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.navigation-open .menuTrigger .lines:before, .navigation-open .menuTrigger .lines:after,
#nav:target .menuTrigger .lines:before,
#nav:target .menuTrigger .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
/* line 242, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.navigation-open .menuTrigger .lines:before,
#nav:target .menuTrigger .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
/* line 248, ../../src/styles/sass/3_Components/_buttons.menu-trigger.scss */
.navigation-open .menuTrigger .lines:after,
#nav:target .menuTrigger .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 1024px) {
  /* line 5, ../../src/styles/sass/3_Components/_component.scss */
  .course-description,
  .course-description p,
  .item-description,
  .item-description p {
    text-align: center;
  }
}

/* line 15, ../../src/styles/sass/3_Components/_component.scss */
.course-description,
.item-description,
.course-brief,
.course-brief p {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  color: #8c8179;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 15, ../../src/styles/sass/3_Components/_component.scss */
  .course-description,
  .item-description,
  .course-brief,
  .course-brief p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 30, ../../src/styles/sass/3_Components/_component.scss */
  .course-brief,
  .course-brief p {
    margin-bottom: 0;
  }
}

/* line 37, ../../src/styles/sass/3_Components/_component.scss */
.item-description,
.course-description {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 41, ../../src/styles/sass/3_Components/_component.scss */
.item-description p,
.course-description p {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 41, ../../src/styles/sass/3_Components/_component.scss */
  .item-description p,
  .course-description p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/* line 52, ../../src/styles/sass/3_Components/_component.scss */
.courses-container .course-item-outer {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 48px;
  margin-bottom: 3.42857rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 52, ../../src/styles/sass/3_Components/_component.scss */
  .courses-container .course-item-outer {
    padding-left: 10px;
    padding-right: 10px;
    height: auto !important;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 36px;
    margin-bottom: 2.57143rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
/* line 68, ../../src/styles/sass/3_Components/_component.scss */
.courses-container .course-item-outer:hover {
  background: #f3f2f1;
}
@media only screen and (min-width: 1025px) {
  /* line 77, ../../src/styles/sass/3_Components/_component.scss */
  .courses-container.span_12 .course-item-outer.span_4 {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 77, ../../src/styles/sass/3_Components/_component.scss */
  .courses-container.span_12 .course-item-outer.span_4 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 77, ../../src/styles/sass/3_Components/_component.scss */
  .courses-container.span_12 .course-item-outer.span_4 {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

/* line 95, ../../src/styles/sass/3_Components/_component.scss */
.bottom-line-grey {
  font-family: Georgia, Times, "Times New Roman", serif;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 1.875%;
  margin: 0 0 33px 0;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 37.5px;
  line-height: 2.67857rem;
}
/* line 104, ../../src/styles/sass/3_Components/_component.scss */
.bottom-line-grey .icon-right-caret {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 26.25px;
  line-height: 1.875rem;
  padding-left: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 390px) {
  /* line 104, ../../src/styles/sass/3_Components/_component.scss */
  .bottom-line-grey .icon-right-caret {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 22.5px;
    line-height: 1.60714rem;
  }
}
@media screen and (max-width: 860px) {
  /* line 95, ../../src/styles/sass/3_Components/_component.scss */
  .bottom-line-grey {
    padding-bottom: 2.60417%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 95, ../../src/styles/sass/3_Components/_component.scss */
  .bottom-line-grey {
    width: 100%;
  }
}

/* line 122, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner {
  position: relative;
  height: 100%;
  padding-bottom: 50px;
  border-bottom: 4px solid #8c8179;
}
@media only screen and (min-width: 1025px) {
  /* line 134, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-image-wrapper .fitVid {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 122, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner {
    padding-bottom: 0px;
  }
}
/* line 143, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner:last-child, .course-item-inner.last {
  margin-right: 0;
}
/* line 150, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-image-wrapper {
  display: block;
}
/* line 153, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-image-wrapper a.course-image {
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 150, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-image-wrapper {
    float: left;
    width: 45%;
    position: relative;
    margin-right: 5%;
    margin-bottom: 24px;
  }
  /* line 172, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-image-wrapper .course-image {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 187, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-image-wrapper .course-image {
    margin-bottom: 0;
    display: inherit;
  }
}
/* line 196, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-cert {
  display: block;
  overflow: hidden;
  width: 61.73913%;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 196, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-cert {
    position: relative;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 196, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-cert {
    width: auto;
    position: relative;
    float: left;
    width: 100%;
  }
}
/* line 222, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .info-banner a {
  -moz-box-shadow: 1px 1px 1px #1e1e1e;
  -webkit-box-shadow: 1px 1px 1px #1e1e1e;
  box-shadow: 1px 1px 1px #1e1e1e;
  color: white;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 12.5px;
  line-height: 0.89286rem;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 222, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .info-banner a {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 222, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .info-banner a {
    background: #8c8179;
    box-shadow: none;
    position: static;
    width: 100%;
  }
  /* line 267, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .info-banner a:hover {
    background: #8c8179;
  }
}
/* line 274, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .category-link {
  border-bottom: 1px solid #e0e0e0;
  color: #8c8179;
  display: block;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 14px;
  line-height: 1rem;
  text-transform: uppercase;
  padding: 8px 0 15px;
}
/* line 290, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .category-link.long {
  padding-top: 6px;
}
/* line 293, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .category-link.long .icon-right-caret {
  margin-top: -5px;
}
/* line 298, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .category-link .icon-right-caret {
  float: right;
}
/* line 302, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .category-link:after {
  margin-top: 1px;
}
@media screen and (min-width: 568px) and (max-width: 768px) {
  /* line 274, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .category-link {
    width: 100%;
    clear: both;
    margin-right: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 274, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .category-link {
    float: right;
    width: 50%;
    clear: none;
    margin-bottom: 10px;
  }
}
/* line 322, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-title {
  color: #a51c30;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  font-weight: normal;
  margin: 8px 0 14px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 322, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-title {
    width: 100%;
    clear: both;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 322, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-title {
    width: auto;
    clear: none;
  }
}
/* line 346, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-details-outer {
  border-top: 2px solid #e0e0e0;
  position: absolute;
  bottom: 0;
  display: block;
  color: #1e1e1e;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 15px;
  line-height: 1.07143rem;
  overflow: hidden;
  padding: 13px 0;
  width: 100%;
}
/* line 360, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-details-outer .price {
  float: left;
}
/* line 364, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-details-outer .location {
  float: right;
}
/* line 367, ../../src/styles/sass/3_Components/_component.scss */
.course-item-inner .course-details-outer a {
  color: #1e1e1e;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 346, ../../src/styles/sass/3_Components/_component.scss */
  .course-item-inner .course-details-outer {
    position: relative;
    margin-top: 24px;
  }
}

/* line 1, ../../src/styles/sass/3_Components/_course-details--logo.scss */
.course-logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 4, ../../src/styles/sass/3_Components/_course-details--logo.scss */
.course-logo > img {
  max-width: 320px;
}

/* line 1, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.intro-top {
  position: relative;
}
/* line 4, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.intro-top .col {
  z-index: 25;
}

/* line 9, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 26 !important;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 9, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
  .course-details-pagination {
    display: none;
  }
}
/* line 27, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__outer.expand-pagination {
  width: 300px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 36, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__outer.expand-pagination .teaser-text {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 48, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__outer.expand-pagination .teaser-text-inner {
  width: 300px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 60, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__outer.expand-pagination p {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 71, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
  .course-details-pagination .arrow-icon__left {
    left: -30px !important;
  }
}
/* line 77, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__left .arrow-icon__inner {
  left: 0;
  right: initial;
}
/* line 82, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__left .teaser-text {
  left: 5px;
  right: inherit;
  padding-right: 0;
  padding-left: 35px;
}
/* line 91, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__inner {
  background: #a51c30;
  pointer-events: auto;
  top: 0;
  bottom: auto;
  right: 0;
  height: auto;
  margin-top: 0;
  width: 40px;
  z-index: 10;
}
/* line 110, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .arrow-icon__outer {
  height: 80px;
  top: auto;
  bottom: 20px;
  pointer-events: initial;
  width: 40px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 110, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
  .course-details-pagination .arrow-icon__outer {
    right: -30px !important;
  }
}
/* line 134, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .teaser-text-inner {
  height: 80px;
  width: 300px;
  overflow: visible;
  opacity: 0;
  padding: 10px;
  display: block;
}
/* line 150, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .teaser-text {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  height: 80px;
  right: 5px;
  width: 0;
  max-width: 295px;
  padding-right: 35px;
  background: white;
  z-index: 9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 178, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .teaser-text--header {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: black;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 178, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
  .course-details-pagination .teaser-text--header {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 195, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .teaser-text--blurb {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  margin: 0;
  color: black;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 195, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
  .course-details-pagination .teaser-text--blurb {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 207, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
.course-details-pagination .teaser-text p {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  margin: 0;
  color: black;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 207, ../../src/styles/sass/3_Components/_course-details-pagination.scss */
  .course-details-pagination .teaser-text p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/* line 1, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats {
  position: relative;
  z-index: 6;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 30px;
  padding-top: 2.14286rem;
  padding-bottom: 30px;
  padding-bottom: 2.14286rem;
  background: #f4f4f4;
}
@media only screen and (min-width: 1025px) {
  /* line 1, ../../src/styles/sass/3_Components/_course-header-stats.scss */
  .course-header-stats {
    padding-left: 33.33333%;
  }
}
/* line 14, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200%;
  right: -200%;
  z-index: 5;
  height: auto;
  width: auto;
  background: #f4f4f4;
  display: block;
}
/* line 33, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats table {
  position: relative;
  z-index: 10;
  background: #f4f4f4;
  text-align: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  float: left;
  width: 33%;
  color: black;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 33, ../../src/styles/sass/3_Components/_course-header-stats.scss */
  .course-header-stats table {
    width: 100%;
    margin-top: 15px;
  }
  /* line 52, ../../src/styles/sass/3_Components/_course-header-stats.scss */
  .course-header-stats table:first-child {
    margin-top: 0;
  }
}
/* line 59, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats table * {
  color: black;
}
/* line 64, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats th {
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 64, ../../src/styles/sass/3_Components/_course-header-stats.scss */
  .course-header-stats th {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 18.2px;
    line-height: 1.3rem;
  }
}
/* line 72, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats td, .course-header-stats th {
  text-align: left;
  padding: 5px 10px;
  width: 100%;
  float: left;
}
/* line 80, ../../src/styles/sass/3_Components/_course-header-stats.scss */
.course-header-stats a {
  color: #a51c30;
}

/* line 4, ../../src/styles/sass/3_Components/_course-introduction.scss */
.course-introduction--header {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 45px;
  line-height: 3.21429rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 4, ../../src/styles/sass/3_Components/_course-introduction.scss */
  .course-introduction--header {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 42px;
    line-height: 3rem;
  }
}
/* line 16, ../../src/styles/sass/3_Components/_course-introduction.scss */
.course-introduction--teaser blockquote {
  border: 0;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 32.4px;
  line-height: 2.31429rem;
  margin-left: 0;
  padding-left: 0;
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 16, ../../src/styles/sass/3_Components/_course-introduction.scss */
  .course-introduction--teaser blockquote {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 25.2px;
    line-height: 1.8rem;
  }
}

/* line 36, ../../src/styles/sass/3_Components/_course-introduction.scss */
.section-header {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 45px;
  line-height: 3.21429rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 36, ../../src/styles/sass/3_Components/_course-introduction.scss */
  .section-header {
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 42px;
    line-height: 3rem;
  }
}

/* line 6, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .title {
  color: #e0e0e0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25px;
  line-height: 1.78571rem;
}
/* line 12, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .title .responsive-icon {
  display: none;
  padding-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 860px) {
  /* line 18, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
  .navigation-inner .title .responsive-icon.icon-Menudown {
    display: inline;
  }
}
/* line 25, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .course-link-list, .navigation-inner .category-link-list {
  list-style: none;
  padding: 0 0 0 10px;
  border-left: 1px dotted #8c8179;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 25, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
  .navigation-inner .course-link-list, .navigation-inner .category-link-list {
    border-left: 0;
  }
}
/* line 34, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .course-link-list.no-border, .navigation-inner .category-link-list.no-border {
  border: none;
  margin-left: 3%;
}
/* line 38, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .course-link-list .course-list-item, .navigation-inner .category-link-list .course-list-item {
  margin-bottom: 10px;
}
/* line 41, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .course-link-list .course-list-item a, .navigation-inner .category-link-list .course-list-item a {
  color: #a5a5a5;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 41, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
  .navigation-inner .course-link-list .course-list-item a, .navigation-inner .category-link-list .course-list-item a {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 57, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .category-link-list {
  margin-top: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 1024px) {
  /* line 57, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
  .navigation-inner .category-link-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
/* line 76, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .all-courses-button {
  width: 77.27273%;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 76, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
  .navigation-inner .all-courses-button {
    margin-top: 24px;
    margin-top: 1.71429rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 90, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .about {
  margin-right: 0;
}
/* line 93, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .about .button {
  margin-bottom: 10px;
  width: 77.27273%;
}
/* line 97, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .about .button.learn-more, .navigation-inner .about .button.contact-us {
  background: transparent;
  border: 3px solid #a51c30;
  color: white;
}
/* line 103, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .about .button.learn-more:hover, .navigation-inner .about .button.contact-us:hover {
  border-color: white;
}
/* line 108, ../../src/styles/sass/3_Components/_course-navigation-menu.scss */
.navigation-inner .about .button.donate {
  height: 40px;
}

/* line 2, ../../src/styles/sass/3_Components/_customSelect.scss */
select {
  z-index: 3;
}

/* line 7, ../../src/styles/sass/3_Components/_customSelect.scss */
select,
.customSelect {
  width: 100%;
  height: 44px;
  border: 2px solid #8b8179;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding: 8px 10px;
}

/* line 22, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelect {
  z-index: 2;
}

/* line 26, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */
}

/* line 30, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelect.customSelectOpen {
  /* Styles for when the select box is open */
}

/* line 34, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
}

/* line 38, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */
}

/* line 42, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */
}

/* line 46, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelectInner {
  color: #8b8179;
  font-size: 14px;
  padding: 0;
  width: 100% !important;
  padding-right: 20px;
  position: relative;
}
/* line 58, ../../src/styles/sass/3_Components/_customSelect.scss */
.customSelectInner:after {
  color: #8b8179;
  float: right;
  line-height: 20px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  line-height: 23px;
}

/* line 1, ../../src/styles/sass/3_Components/_equalHeight.scss */
[data-module="equalheight-module"] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 18, ../../src/styles/sass/3_Components/_equalHeight.scss */
.no-flexbox [data-module="equalheight-module"],
.ie [data-module="equalheight-module"],
.equalHeight-active [data-module="equalheight-module"] {
  display: block !important;
}

/* line 5, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  background: #96a8af;
  border: 1px solid white;
  padding: 15px 0px;
  outline: 2px solid #96a8af;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
  font-size: 0;
}
/* line 22, ../../src/styles/sass/3_Components/_featured-cta.scss */
.span_3 .featured-cta .span_4 {
  width: 100%;
  clear: both;
  border: 0;
}
/* line 32, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta > .span_4 + .span_4 {
  border-left: 1px solid #79909a;
  border-right: 1px solid #79909a;
}
/* line 37, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta > .span_4 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  float: none;
  text-align: center;
  padding: 15px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 37, ../../src/styles/sass/3_Components/_featured-cta.scss */
  .featured-cta > .span_4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 57, ../../src/styles/sass/3_Components/_featured-cta.scss */
.span_3 .featured-cta > .span_4 [data-role="button"], .span_3 .featured-cta > .span_4 main form input[type="submit"], main form .span_3 .featured-cta > .span_4 input[type="submit"], .span_3 .featured-cta > .span_4 .home-button, .span_3 .featured-cta > .span_4 .menuTrigger, .span_3 .featured-cta > .span_4 .course-item-inner .info-banner a, .course-item-inner .info-banner .span_3 .featured-cta > .span_4 a, .span_3 .featured-cta > .span_4 .search-submit, .span_3 .featured-cta > .span_4 .search-terms .clear-all, .search-terms .span_3 .featured-cta > .span_4 .clear-all {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 37, ../../src/styles/sass/3_Components/_featured-cta.scss */
  .featured-cta > .span_4 {
    width: 32.20339%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    float: none;
    margin: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 37, ../../src/styles/sass/3_Components/_featured-cta.scss */
  .featured-cta > .span_4 {
    width: 100%;
    border: none;
    float: none;
  }
  /* line 79, ../../src/styles/sass/3_Components/_featured-cta.scss */
  .featured-cta > .span_4:first-child {
    margin-top: 0;
  }
}
/* line 86, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta > .span_4:last-child {
  border: none;
}
/* line 100, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta .blurb .blurb-text {
  color: white;
  display: block;
  font-weight: bold;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 27.5px;
  line-height: 1.96429rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  /* line 100, ../../src/styles/sass/3_Components/_featured-cta.scss */
  .featured-cta .blurb .blurb-text {
    padding-top: 3px;
  }
}
/* line 121, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta .sign-up .sign-up-text {
  color: white;
  font-weight: bold;
  margin: 0;
}
/* line 133, ../../src/styles/sass/3_Components/_featured-cta.scss */
.featured-cta .action [data-role="button"], .featured-cta .action main form input[type="submit"], main form .featured-cta .action input[type="submit"], .featured-cta .action .home-button, .featured-cta .action .menuTrigger, .featured-cta .action .course-item-inner .info-banner a, .course-item-inner .info-banner .featured-cta .action a, .featured-cta .action .search-submit, .featured-cta .action .search-terms .clear-all, .search-terms .featured-cta .action .clear-all {
  width: 58.7642%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 133, ../../src/styles/sass/3_Components/_featured-cta.scss */
  .featured-cta .action [data-role="button"], .featured-cta .action main form input[type="submit"], main form .featured-cta .action input[type="submit"], .featured-cta .action .home-button, .featured-cta .action .menuTrigger, .featured-cta .action .course-item-inner .info-banner a, .course-item-inner .info-banner .featured-cta .action a, .featured-cta .action .search-submit, .featured-cta .action .search-terms .clear-all, .search-terms .featured-cta .action .clear-all {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 7, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-inner > .span_8 {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 23, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-inner .col:last-child [data-role="button"], .navigation-inner .col:last-child main form input[type="submit"], main form .navigation-inner .col:last-child input[type="submit"], .navigation-inner .col:last-child .home-button, .navigation-inner .col:last-child .menuTrigger, .navigation-inner .col:last-child .course-item-inner .info-banner a, .course-item-inner .info-banner .navigation-inner .col:last-child a, .navigation-inner .col:last-child .search-submit, .navigation-inner .col:last-child .search-terms .clear-all, .search-terms .navigation-inner .col:last-child .clear-all {
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  /* line 40, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer [data-module="accordion"].accordion-is-open .accordion-content-outer,
  .navigation-outer [data-module="accordion"] .accordion-content-outer,
  .global-footer [data-module="accordion"].accordion-is-open .accordion-content-outer,
  .global-footer [data-module="accordion"] .accordion-content-outer {
    display: block !important;
    opacity: 1 !important;
    max-height: 999px !important;
  }
  /* line 50, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .accordion-content-outer,
  .global-footer .accordion-content-outer {
    display: block !important;
    opacity: 1 !important;
    max-height: 999px !important;
  }
  /* line 58, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer [data-icon="plus"].accordion-title,
  .global-footer [data-icon="plus"].accordion-title {
    border-bottom: 1px solid transparent;
  }
  /* line 62, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer [data-icon="plus"].accordion-title:after,
  .global-footer [data-icon="plus"].accordion-title:after {
    display: none;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 74, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-open {
    overflow: hidden;
  }
  /* line 76, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-open body, .navigation-open .global-header {
    overflow: hidden;
  }
  /* line 79, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-open .navigation-outer {
    max-height: 100%;
    overflow: visible;
  }
  /* line 88, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-open .navigation-outer .navigation-inner {
    height: 100%;
    pointer-events: initial;
    position: relative;
    top: 0;
    visibility: visible;
    z-index: 10;
  }
}
/* line 101, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer {
  z-index: 200;
  margin-right: 0;
  position: relative;
  margin-top: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 101, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer {
    background: #282828 !important;
    background: rgba(40, 40, 40, 0) !important;
    bottom: inherit;
    height: 100%;
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 114, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .upper-navigation {
    background: #fff;
    pointer-events: initial;
  }
  /* line 118, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .navigation-inner {
    overflow: auto;
    pointer-events: none;
    position: relative;
    top: 0;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* line 130, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .accordion-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 32.4px;
  line-height: 2.31429rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 101, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer {
    min-height: 50px;
    background: white;
  }
}
/* line 155, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer > .upper-navigation > .span_4 {
  width: 25%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  padding: 0;
  position: relative;
  height: 50px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 155, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .upper-navigation > .span_4 {
    width: 50px;
    float: left;
  }
}
/* line 172, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer > .upper-navigation > .span_8 {
  width: 75%;
  clear: right;
  float: right;
  margin-right: 0;
}
/* line 179, ../../src/styles/sass/3_Components/_global-navigation.scss */
.lte-ie8 .navigation-outer > .upper-navigation > .span_8 {
  margin-right: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 172, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .upper-navigation > .span_8 {
    position: absolute;
    right: 15px;
    left: 100px;
    top: 0;
    width: auto;
  }
}
/* line 196, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer > .navigation-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  background: #282828;
  z-index: 10;
  padding: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 196, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner {
    visibility: hidden;
    position: relative;
    pointer-events: none;
    top: 0;
    z-index: -1;
  }
}
/* line 219, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer > .navigation-inner .span_4,
.navigation-outer > .navigation-inner .span_8 {
  padding: 25px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 219, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_4,
  .navigation-outer > .navigation-inner .span_8 {
    padding: 15px;
  }
}
/* line 230, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer > .navigation-inner .span_4 {
  width: 25%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  clear: left;
}
@media only screen and (min-width: 1025px) {
  /* line 230, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_4 {
    background: #1e1e1e;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 230, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_4 {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    clear: left;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 230, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_4 {
    padding-top: 0;
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
  /* line 248, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_4:last-child {
    padding-bottom: 0;
  }
}
/* line 256, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer > .navigation-inner .span_8 {
  width: 75%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 256, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_8 {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 256, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer > .navigation-inner .span_8 {
    padding-bottom: 0;
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
/* line 285, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .menuTrigger__innerText {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  display: block;
  padding: 10px 0;
  width: 100%;
  padding-left: 60px;
  text-align: left;
}
@media screen and (max-width: 1090px) {
  /* line 285, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .menuTrigger__innerText {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 285, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .menuTrigger__innerText {
    padding-left: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 285, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .menuTrigger__innerText {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
/* line 330, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .close-menu {
  opacity: 0;
  z-index: -1;
}
/* line 336, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .navigation-inner {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity .3s ease;
}
/* line 354, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .block-menu-block {
  float: left;
  width: 26.04167%;
}
@media screen and (max-width: 860px) {
  /* line 354, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-menu-block {
    width: 11.5%;
  }
}
/* line 366, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .block-menu-block .menu-text {
  display: block;
  float: left;
  padding: 12px 0 0 35px;
}
@media screen and (max-width: 1010px) {
  /* line 366, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-menu-block .menu-text {
    padding-left: 25px;
  }
}
@media screen and (max-width: 925px) {
  /* line 366, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-menu-block .menu-text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 860px) {
  /* line 366, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-menu-block .menu-text {
    display: none;
  }
}
/* line 384, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .block-menu-block .icon-menu-icon {
  font-size: 27px;
  font-size: 1.92857rem;
  line-height: 33.75px;
  line-height: 2.41071rem;
  float: left;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 860px) {
  /* line 384, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-menu-block .icon-menu-icon {
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 21.25px;
    line-height: 1.51786rem;
    float: none;
    padding-top: 12px;
    text-align: center;
  }
}
/* line 398, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .block-menu-block .icon-down-caret {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 21.25px;
  line-height: 1.51786rem;
  float: right;
  padding: 13px 3.125% 0 0;
}
@media screen and (max-width: 860px) {
  /* line 398, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-menu-block .icon-down-caret {
    display: none;
  }
}
/* line 410, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .block-menu-block:hover .hidden-menu {
  display: block;
}
/* line 417, ../../src/styles/sass/3_Components/_global-navigation.scss */
.navigation-outer .block-search-block {
  float: left;
  position: relative;
  height: 50px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 417, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .navigation-outer .block-search-block {
    padding: 8px 0;
    height: 50px;
  }
}

/* line 440, ../../src/styles/sass/3_Components/_global-navigation.scss */
.search-input-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 7.8125%;
}
@media only screen and (max-width: 1024px) {
  /* line 440, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-input-wrapper {
    right: 50px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 440, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-input-wrapper {
    right: 40px;
  }
}

/* line 457, ../../src/styles/sass/3_Components/_global-navigation.scss */
input.search-input {
  background: #e0e0e0;
  border: none;
  border-radius: 0;
  color: #1e1e1e;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  width: 100%;
  min-height: 36px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 457, ../../src/styles/sass/3_Components/_global-navigation.scss */
  input.search-input {
    height: auto;
    width: 100%;
    display: block;
    padding-right: 60px;
    background: white;
    padding: 4px 20px 4px 10px;
    border: 1px solid #ccc;
    margin-top: 4px;
    min-height: 40px;
  }
}

/* line 509, ../../src/styles/sass/3_Components/_global-navigation.scss */
.search-submit {
  border: none;
  border-radius: 0;
  float: right;
  text-indent: -9999px;
  height: inherit;
  width: 7.8125%;
  background-color: #a51c30;
}
@media only screen and (max-width: 1024px) {
  /* line 509, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-submit {
    width: 50px;
  }
}
/* line 529, ../../src/styles/sass/3_Components/_global-navigation.scss */
.search-submit:before {
  color: white;
  font-size: 28px;
  width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 529, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-submit:before {
    color: #a51c30;
    background-color: transparent !important;
  }
  /* line 544, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-submit:before:hover, .search-submit:before:active, .search-submit:before:focus {
    color: black;
    background-color: transparent !important;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 509, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-submit {
    width: 50px;
    position: absolute;
    right: -15px;
    top: 0;
    background: transparent;
  }
  /* line 564, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .search-submit:hover, .search-submit:active, .search-submit:focus {
    color: black;
    background-color: transparent !important;
  }
}

/* line 579, ../../src/styles/sass/3_Components/_global-navigation.scss */
#nav:target .navigation-outer .navigation-inner,
.navigation-open .navigation-outer .navigation-inner {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  visibility: visible;
}
/* line 591, ../../src/styles/sass/3_Components/_global-navigation.scss */
#nav:target .upper-navigation .open-menu,
.navigation-open .upper-navigation .open-menu {
  opacity: 0;
  z-index: -1;
}
/* line 596, ../../src/styles/sass/3_Components/_global-navigation.scss */
#nav:target .upper-navigation .close-menu,
.navigation-open .upper-navigation .close-menu {
  opacity: 1;
  z-index: 10;
}

/* line 607, ../../src/styles/sass/3_Components/_global-navigation.scss */
.lte-ie8.navigation-open .navigation-outer .navigation-inner {
  opacity: 1 !important;
  z-index: 10;
  pointer-events: auto;
  visibility: visible !important;
}
/* line 619, ../../src/styles/sass/3_Components/_global-navigation.scss */
.lte-ie8.navigation-open .upper-navigation .open-menu {
  opacity: 0 !important;
  z-index: -1 !important;
}
/* line 624, ../../src/styles/sass/3_Components/_global-navigation.scss */
.lte-ie8.navigation-open .upper-navigation .close-menu {
  opacity: 1 !important;
  z-index: 10 !important;
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 638, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .accordion-title {
    padding: 12px 15px;
  }
  /* line 643, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .accordion-title:after {
    content: "+";
    float: right;
    width: 20px;
    height: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 662, ../../src/styles/sass/3_Components/_global-navigation.scss */
  .accordion-title {
    border-bottom: 1px solid #4b4b4b;
  }
}
/* line 1, ../../src/styles/sass/3_Components/_hero-background-image.scss */
.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url("../scripts/libs/backgroundsize.min.htc");
  height: 100%;
  width: 100%;
}
/* line 23, ../../src/styles/sass/3_Components/_hero-background-image.scss */
.hero-background-image + .inner-wrapper {
  z-index: 12;
}

/* line 1, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
.course-details-headerIntro {
  overflow: visible;
  float: none !important;
}
@media only screen and (min-width: 1025px) {
  /* line 1, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
  .course-details-headerIntro {
    display: table;
    table-layout: fixed;
  }
}
/* line 19, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
.course-details-headerIntro .span_4 {
  width: 33.33333%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  clear: left;
  position: relative;
  z-index: 25;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 19, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
  .course-details-headerIntro .span_4 {
    width: 50%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 19, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
  .course-details-headerIntro .span_4 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 19, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
  .course-details-headerIntro .span_4 {
    margin-bottom: -10%;
  }
}
/* line 42, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
.course-details-headerIntro .span_8 {
  width: 66.66667%;
  clear: right;
  float: right;
  margin-right: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 42, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
  .course-details-headerIntro .span_8 {
    width: 50%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 42, ../../src/styles/sass/3_Components/_hero-intro--course-details.scss */
  .course-details-headerIntro .span_8 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/* line 4, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
.front .hero-intro, .front .course-details-headerIntro {
  position: relative;
  z-index: 10;
}
/* line 8, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
.front .hero-intro .hero-title, .front .course-details-headerIntro .hero-title {
  color: white;
  padding-top: 110px;
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 75px;
  line-height: 5.35714rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1070px) {
  /* line 8, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
  .front .hero-intro .hero-title, .front .course-details-headerIntro .hero-title {
    font-size: 42px;
    font-size: 3rem;
    line-height: 52.5px;
    line-height: 3.75rem;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 8, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
  .front .hero-intro .hero-title, .front .course-details-headerIntro .hero-title {
    padding-top: 60px;
  }
}
/* line 32, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
.front .hero-intro .hero-blurb, .front .course-details-headerIntro .hero-blurb,
.front .hero-intro .hero-blurb > p,
.front .course-details-headerIntro .hero-blurb > p {
  color: white;
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 27.5px;
  line-height: 1.96429rem;
  text-align: center;
}
@media screen and (max-width: 1070px) {
  /* line 32, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
  .front .hero-intro .hero-blurb, .front .course-details-headerIntro .hero-blurb,
  .front .hero-intro .hero-blurb > p,
  .front .course-details-headerIntro .hero-blurb > p {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 25px;
    line-height: 1.78571rem;
  }
}
/* line 43, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
.front .hero-intro .hero-cta, .front .course-details-headerIntro .hero-cta {
  display: block;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25px;
  line-height: 1.78571rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  margin: 0 auto;
  height: 50px;
  width: 23.22917%;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 43, ../../src/styles/sass/3_Components/_hero-intro--homepage.scss */
  .front .hero-intro .hero-cta, .front .course-details-headerIntro .hero-cta {
    width: 90%;
    margin: 0 auto;
  }
}

/* line 8, ../../src/styles/sass/3_Components/_hero-intro.scss */
.hero-intro, .course-details-headerIntro {
  margin-top: 48px;
  margin-top: 3.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  position: relative;
  z-index: 10;
  float: left;
  clear: both;
}
/* line 14, ../../src/styles/sass/3_Components/_hero-intro.scss */
.hero-intro *, .course-details-headerIntro * {
  color: white;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 8, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-intro, .course-details-headerIntro {
    margin-top: 0;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 22, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-intro figure, .course-details-headerIntro figure {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 32, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-blurb {
    text-align: left;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 39, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-title {
    padding-top: 60px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0;
  }
}

/* line 53, ../../src/styles/sass/3_Components/_hero-intro.scss */
.hero-sub-title {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 53, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 53, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-sub-title {
    display: none;
  }
  /* line 62, ../../src/styles/sass/3_Components/_hero-intro.scss */
  .hero-sub-title + .hero-title {
    margin-top: 48px;
    padding-top: 24px;
    text-align: center;
    font-size: 35px;
    font-size: 2.5rem;
    line-height: 52.5px;
    line-height: 3.75rem;
  }
}
/* line 69, ../../src/styles/sass/3_Components/_hero-intro.scss */
.hero-sub-title a {
  color: #fff;
}
/* line 71, ../../src/styles/sass/3_Components/_hero-intro.scss */
.hero-sub-title a:hover {
  color: #fff;
}

/*
 * Swiper Scrollbar 2.4.0
 * Plugin for Swiper 2.4+
 *
 * http://www.idangero.us/sliders/swiper/plugins/scrollbar.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 28, 2014
*/
/* line 15, ../../src/styles/sass/3_Components/_idangerous.swiper--scrollbar.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
}

/* line 23, ../../src/styles/sass/3_Components/_idangerous.swiper--scrollbar.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* line 30, ../../src/styles/sass/3_Components/_idangerous.swiper--scrollbar.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* ===============================================================
Basic Swiper Styles
================================================================*/
/* line 4, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 16, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 49, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 57, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
/* line 62, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 65, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* line 73, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

/* line 79, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

/* line 85, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-slide-active {
  /* Specific active slide styling: */
}

/* line 89, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
/* line 96, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

/* line 100, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-active-switch {
  /* Specific active button style: */
}

/* line 104, ../../src/styles/sass/3_Components/_idangerous.swiper.scss */
.swiper-visible-switch {
  /* Specific visible button style: */
}

/* line 5, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms {
  background: #1e1e1e;
  z-index: 11;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 14, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms--inner {
  padding-right: 101px;
  position: relative;
}
/* line 20, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms .filter-by {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: white;
  display: block;
  line-height: 26px;
  height: 42px;
  font-weight: 200;
  padding: 8px 10px;
  margin-right: 20px;
  float: left;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 20, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
  .search-terms .filter-by {
    margin-bottom: 15px;
  }
}
/* line 42, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 50, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms .filter-list .search-term {
  border: 1px solid white;
  padding: 8px 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 60, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms .filter-list .search-term:hover {
  cursor: pointer;
  border: 1px solid #8B8179;
}
/* line 74, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms .filter-list .search-term .term {
  color: white;
  font-size: 14px;
  font-size: 1rem;
  line-height: 17.5px;
  line-height: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}
/* line 101, ../../src/styles/sass/3_Components/_inner-hero-filter.scss */
.search-terms .clear-all {
  position: absolute;
  right: 15px;
  top: 0;
  float: right;
  width: auto;
  margin-bottom: 10px;
  height: 42px;
  padding: 8px 10px;
}

/* line 1, ../../src/styles/sass/3_Components/_logo.scss */
.logo-outer {
  padding-top: 30px;
  padding-bottom: 24px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 1, ../../src/styles/sass/3_Components/_logo.scss */
  .logo-outer {
    position: fixed;
    left: 50px;
    top: 0;
    z-index: 210;
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}
/* line 37, ../../src/styles/sass/3_Components/_logo.scss */
.logo-outer .logo-inner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
  background: url('../images/harvard-logo-large.svg?1402681568');
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 500px;
  height: 67px;
}
/* line 44, ../../src/styles/sass/3_Components/_logo.scss */
.lte-ie8 .logo-outer .logo-inner {
  background: url('../images/harvard-logo-large.png?1402681568');
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 37, ../../src/styles/sass/3_Components/_logo.scss */
  .logo-outer .logo-inner {
    background: url('../images/harvard-logo-small.svg?1402681568');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 34px;
    height: 34px;
  }
  /* line 57, ../../src/styles/sass/3_Components/_logo.scss */
  .lte-ie8 .logo-outer .logo-inner {
    background: url('../images/harvard-logo-small.png?1402681568');
  }
}
/* line 78, ../../src/styles/sass/3_Components/_logo.scss */
.logo-outer .logo-left {
  border-right: 1px solid white;
  padding-right: 2.9703%;
}
/* line 83, ../../src/styles/sass/3_Components/_logo.scss */
.logo-outer .logo-right {
  padding-left: 2.9703%;
}
/* line 89, ../../src/styles/sass/3_Components/_logo.scss */
.logo-outer .logo-left,
.logo-outer .logo-right {
  color: white;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 23px;
  font-size: 1.64286rem;
  line-height: 28.75px;
  line-height: 2.05357rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 6, ../../src/styles/sass/3_Components/_meet-the-author.scss */
.meet-the-author--header, .course-provided-by h2, .meet-the-author--author-name, .meet-the-author--author-title {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 6, ../../src/styles/sass/3_Components/_meet-the-author.scss */
  .meet-the-author--header, .course-provided-by h2, .meet-the-author--author-name, .meet-the-author--author-title {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 16, ../../src/styles/sass/3_Components/_meet-the-author.scss */
.meet-the-author--header, .course-provided-by h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 16, ../../src/styles/sass/3_Components/_meet-the-author.scss */
  .meet-the-author--header, .course-provided-by h2 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 17.5px;
    line-height: 1.25rem;
  }
}
/* line 24, ../../src/styles/sass/3_Components/_meet-the-author.scss */
.meet-the-author--author-name {
  color: #a51c30;
}
@media only screen and (max-width: 1024px) {
  /* line 29, ../../src/styles/sass/3_Components/_meet-the-author.scss */
  .meet-the-author .span_4 {
    width: 25%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    padding-right: 4%;
  }
  /* line 33, ../../src/styles/sass/3_Components/_meet-the-author.scss */
  .meet-the-author .span_8 {
    display: inline;
    float: none;
    overflow: auto;
    width: auto;
  }
  /* line 39, ../../src/styles/sass/3_Components/_meet-the-author.scss */
  .meet-the-author--author-name {
    margin-bottom: 0;
  }
  /* line 42, ../../src/styles/sass/3_Components/_meet-the-author.scss */
  .meet-the-author p:first-of-type {
    margin-top: 12px;
    margin-top: 0.85714rem;
    margin-bottom: 43.2px;
    margin-bottom: 3.08571rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}

/* line 1, ../../src/styles/sass/3_Components/_mission-callouts.scss */
.mission-callouts {
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 8, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts .row {
    max-width: 90%;
    margin: 0 auto;
  }
}
/* line 16, ../../src/styles/sass/3_Components/_mission-callouts.scss */
.mission-callouts .hero-title {
  text-align: center;
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 195px;
  line-height: 13.92857rem;
  margin-top: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 16, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts .hero-title {
    font-size: 42px;
    font-size: 3rem;
    line-height: 58.8px;
    line-height: 4.2rem;
  }
}
/* line 26, ../../src/styles/sass/3_Components/_mission-callouts.scss */
.mission-callouts .col {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  padding: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 26, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts .col {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 26, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts .col {
    width: 33.33%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 26, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts .col {
    display: table;
    vertical-align: middle;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 24px;
  }
  /* line 52, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts .col:last-child {
    margin-bottom: 0;
  }
}
/* line 59, ../../src/styles/sass/3_Components/_mission-callouts.scss */
.mission-callouts img {
  max-width: none;
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  max-height: 71px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 59, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts img {
    margin-bottom: 0;
    max-height: 51px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 87, ../../src/styles/sass/3_Components/_mission-callouts.scss */
  .mission-callouts img, .mission-callouts h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
}

/* line 1, ../../src/styles/sass/3_Components/_mobile-nav-links.scss */
.mobile-nav-links {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1025px) {
  /* line 1, ../../src/styles/sass/3_Components/_mobile-nav-links.scss */
  .mobile-nav-links {
    display: none;
  }
}
/* line 11, ../../src/styles/sass/3_Components/_mobile-nav-links.scss */
.mobile-nav-links a {
  width: 50%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
  font-size: 20px;
  padding: 5px 15px;
}
/* line 19, ../../src/styles/sass/3_Components/_mobile-nav-links.scss */
.mobile-nav-links a, .mobile-nav-links a:before {
  color: white;
}
/* line 23, ../../src/styles/sass/3_Components/_mobile-nav-links.scss */
.mobile-nav-links a:before {
  font-size: 20px;
  line-height: 23px;
  float: left;
  margin-right: 16px;
}
/* line 32, ../../src/styles/sass/3_Components/_mobile-nav-links.scss */
.mobile-nav-links a:first-child {
  border-right: 1px solid #8c8179;
}

/* line 1, ../../src/styles/sass/3_Components/_search-filter.scss */
.filter-by input[type="checkbox"] ~ label {
  padding-left: 25px;
  display: block;
  position: relative;
}
/* line 10, ../../src/styles/sass/3_Components/_search-filter.scss */
.filter-by input[type="checkbox"] ~ label:before {
  position: absolute;
  left: 0;
  top: 5px;
}

/* line 31, ../../src/styles/sass/3_Components/_search-filter.scss */
.filter-by .accordion-title {
  margin-top: 0;
}
/* line 37, ../../src/styles/sass/3_Components/_search-filter.scss */
.filter-by .accordion-title:before {
  margin-right: 10px;
}

/* line 47, ../../src/styles/sass/3_Components/_search-filter.scss */
.filter-by .accordion-is-open .accordion-title:before {
  margin-right: 10px;
}

/* The new <main> is not styled in the UA stylesheet for IE10, so we need to set it to display block */
/* line 4, ../../src/styles/sass/3_Components/_stickyFooter.scss */
main {
  display: block;
}

/* line 9, ../../src/styles/sass/3_Components/_stickyFooter.scss */
.flexboxtweener,
.flexboxtweener > body,
.no-flexbox,
.no-flexbox > body {
  min-height: 100%;
}

/* line 16, ../../src/styles/sass/3_Components/_stickyFooter.scss */
.flexboxtweener > body,
.no-flexbox > body {
  display: block !important;
}

/* line 23, ../../src/styles/sass/3_Components/_stickyFooter.scss */
body {
  min-height: 100vh;
  /**
  * Making the <body> element behave like a flexbox container:
  */
  /* Ye Olde Flexbox for Webkit */
  display: -webkit-box;
  /* Tweener flexbox */
  display: -ms-flexbox;
  /* Prefixed "new flexbox" */
  display: -webkit-flex;
  /* unprefixed standard "new flexbox" version */
  display: flex;
  /**
  * Making the things inside <body> line up vertically
  */
  /* Your grandparents flexbox for Webkit */
  -webkit-box-orient: vertical;
  /* Prefixed new syntax: */
  -webkit-flex-direction: column;
  /* Same syntax for weird IE tweener */
  -ms-flex-direction: column;
  /* unprefixed new syntax */
  flex-direction: column;
  padding: 0;
  margin: 0;
}

/* line 56, ../../src/styles/sass/3_Components/_stickyFooter.scss */
.page-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

/* line 71, ../../src/styles/sass/3_Components/_stickyFooter.scss */
.flexboxtweener .page-wrapper,
.flexboxtweener > body .page-wrapper,
.no-flexbox .page-wrapper,
.no-flexbox > body .page-wrapper {
  min-height: 100%;
  /* equal to footer height */
}
/* line 77, ../../src/styles/sass/3_Components/_stickyFooter.scss */
.flexboxtweener .sticky-footer-helper,
.flexboxtweener > body .sticky-footer-helper,
.no-flexbox .sticky-footer-helper,
.no-flexbox > body .sticky-footer-helper {
  display: block;
}
/* line 80, ../../src/styles/sass/3_Components/_stickyFooter.scss */
.flexboxtweener .sticky-footer-helper,
.flexboxtweener > body .sticky-footer-helper,
.no-flexbox .sticky-footer-helper,
.no-flexbox > body .sticky-footer-helper {
  /* .push must be the same height as footer */
}

/* line 1, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip-indicator {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #a51c30;
  color: #a51c30;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  line-height: 17.5px;
  line-height: 1.25rem;
  font-weight: bold;
  height: 20px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  width: 20px;
  cursor: pointer;
  margin-top: -1px;
}
/* line 20, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip-indicator > span {
  border: 0;
  display: block;
  height: 100%;
  padding: 0px;
  pointer-events: none;
  text-decoration: none;
  width: 100%;
}

/* line 32, ../../src/styles/sass/3_Components/_tooltip.scss */
.lte-ie8 .tooltip {
  border: 2px solid black;
}

/* line 37, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip {
  background: white;
  border: 1px solid black;
  color: black;
  opacity: 0;
  padding: 15px 30px;
  position: absolute;
  text-align: left;
  z-index: 100;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: block;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 37, ../../src/styles/sass/3_Components/_tooltip.scss */
  .tooltip {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 61, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip ul {
  list-style: none;
  padding: 0;
}
/* line 66, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip p {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  margin-top: 6px;
  margin-top: 0.42857rem;
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
/* line 73, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip li {
  margin-bottom: 24px;
}
/* line 76, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip li:last-child {
  margin-bottom: 0;
}
/* line 80, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip li *, .tooltip li p, .tooltip li .tooltip-subhead {
  color: #8c8179;
}
/* line 87, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip li.active *, .tooltip li.active p, .tooltip li.active .tooltip-subhead {
  color: #1E1E1E;
}
/* line 91, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip li.active .tooltip-subhead:before {
  content: "\e604";
  font-size: 10px;
  color: #a51c30;
  margin-top: -2px;
  margin-left: -15px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 91, ../../src/styles/sass/3_Components/_tooltip.scss */
  .tooltip li.active .tooltip-subhead:before {
    margin-left: -10px;
  }
}
/* line 109, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip ul {
  margin: 0;
}

/* line 113, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip.tooltip--animatingIn {
  opacity: 1;
}

/* line 116, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip.tooltip--animatingOut {
  opacity: 0;
}

/* line 119, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip:after,
.tooltip:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  bottom: -10px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
  z-index: 99;
}

/* line 133, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip:before {
  border-top: 10px solid black;
  bottom: -11px;
  z-index: 98;
}

/* line 138, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip.top:after,
.tooltip.top:before {
  border-bottom: 10px solid #111;
  border-top-color: transparent;
  bottom: auto;
  top: -20px;
}

/* line 145, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip.left:after,
.tooltip.left:before {
  left: 10px;
  margin: 0;
}

/* line 150, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip.right:after,
.tooltip.right:before {
  left: auto;
  margin: 0;
  right: 10px;
}

/* line 158, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip-header {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  padding: 0px 30px 15px 30px;
  border-bottom: 1px solid #111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px -30px 5px -30px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 158, ../../src/styles/sass/3_Components/_tooltip.scss */
  .tooltip-header {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 158, ../../src/styles/sass/3_Components/_tooltip.scss */
  .tooltip-header {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px -15px 5px -15px;
  }
}

/* line 183, ../../src/styles/sass/3_Components/_tooltip.scss */
.tooltip-subhead {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 183, ../../src/styles/sass/3_Components/_tooltip.scss */
  .tooltip-subhead {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/******************************************************\
*
*  Base TouchCarousel stylesheet
*
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/
/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/
/* line 26, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel {
  position: relative;
  width: 600px;
  height: 400px;
  /* style is removed after carousel is inited, use !important if you want to keep it*/
  overflow: hidden;
}

/* line 34, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .touchcarousel-container {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
}

/* line 41, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .touchcarousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/
/* line 58, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .touchcarousel-item {
  /* use margin-right for spacing between items */
  margin: 0 0 0 0;
  padding: 0;
  float: left;
}

/* Last carousel item  */
/* line 66, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .touchcarousel-item.last {
  margin-right: 0 !important;
}

/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/
/* arrow hitstate and icon holder */
/* line 81, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .arrow-holder {
  height: 100%;
  width: 45px;
  position: absolute;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 25;
}

/* line 90, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .arrow-holder.left {
  left: 0;
}

/* line 93, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .arrow-holder.right {
  right: 0;
}

/* arrow icons */
/* line 98, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .arrow-icon {
  width: 45px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
  position: absolute;
  cursor: pointer;
}

/* line 109, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .arrow-holder.disabled {
  cursor: default;
}

/* line 110, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .arrow-holder.disabled .arrow-icon {
  cursor: default;
}

/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/
/* line 122, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .tc-paging-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  margin-top: -20px;
  z-index: 25;
}

/* line 129, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .tc-paging-centerer {
  float: left;
  position: relative;
  left: 50%;
}

/* line 134, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .tc-paging-centerer-inside {
  float: left;
  position: relative;
  left: -50%;
}

/* Paging items */
/* line 141, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .tc-paging-item {
  float: left;
  cursor: pointer;
  position: relative;
  display: block;
  text-indent: -9999px;
}

/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
/* line 160, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .scrollbar-holder {
  position: absolute;
  z-index: 30;
  left: 6px;
  right: 6px;
  bottom: 5px;
  height: 4px;
  overflow: hidden;
}

/* line 169, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .scrollbar {
  position: absolute;
  left: 0;
  height: 4px;
  bottom: 0px;
}

/* line 175, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .scrollbar.dark {
  background-color: #828282;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 179, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .scrollbar.light {
  background-color: #d2d2d2;
  background-color: rgba(255, 255, 255, 0.5);
}

/******************************************************\
*
*  6. Cursors
*
\******************************************************/
/* IE and Opera use "move", FF uses -moz-grab */
/* Cursor that used when mouse drag is disabled */
/* line 199, ../../src/styles/sass/3_Components/_touchcarousel-base.scss */
.touchcarousel .auto-cursor {
  cursor: auto;
}

/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */
/* line 8, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel {
  width: 100%;
  height: auto;
  white-space: nowrap;
}
/* line 14, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel .touchcarousel-container {
  display: block !important;
  white-space: nowrap;
}
/* line 20, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel .touchcarousel-item {
  white-space: normal !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}
/* line 31, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel.touchcarousel--inactive .touchcarousel-item {
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}
/* line 39, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel.touchcarousel--inactive .touchcarousel-container {
  width: 100% !important;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 49, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel.touchcarousel--inactive ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}
/* line 54, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel.touchcarousel--inactive ::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 62, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__inner {
  display: block;
  position: static;
  height: auto;
  text-align: center;
  margin-top: 27px;
  width: 100%;
  line-height: 0;
}

/* line 73, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__inner:before {
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
}

/* line 88, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__left .arrow-icon__inner:before {
  content: "\e60a";
}

/* line 93, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__right .arrow-icon__inner:before {
  content: "\e605";
}

/* line 100, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__outer {
  width: 40px;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 20;
  outline: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 111, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__outer:hover, .arrow-icon__outer:active, .arrow-icon__outer:focus {
  outline: none;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 100, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
  .arrow-icon__outer {
    width: 30px;
  }
}

/* line 126, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__outer.arrow-icon__left {
  left: -40px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 126, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
  .arrow-icon__outer.arrow-icon__left {
    left: -25px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 126, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
  .arrow-icon__outer.arrow-icon__left {
    left: -15px;
  }
}

/* line 141, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__outer.arrow-icon__right {
  right: -40px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 141, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
  .arrow-icon__outer.arrow-icon__right {
    right: -25px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 141, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
  .arrow-icon__outer.arrow-icon__right {
    right: -15px;
  }
}

/* line 159, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__inner {
  background: #1e1e1e;
  color: white;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  margin-top: -49px;
  top: 50%;
}
/* line 172, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__inner:hover, .arrow-icon__inner.tapped, .arrow-icon__inner:active {
  color: white;
}
/* line 178, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__inner.tapped, .arrow-icon__inner:active {
  background: #a51c30;
}

/* line 184, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.arrow-icon__outer.disabled {
  opacity: .4;
  pointer-events: none;
}

/* line 194, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel .touchcarousel-container {
  padding-bottom: 48px;
  font-size: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 194, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
  .touchcarousel .touchcarousel-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* line 215, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.touchcarousel-item p,
.touchcarousel .course-description {
  color: #8c8179;
}

/* line 221, ../../src/styles/sass/3_Components/_touchcarousel-overrides.scss */
.swiper-container {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 5, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer {
  background: #1e1e1e;
  border-top: 5px solid #a51c30;
  margin-top: 40px;
}
/* line 10, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer p {
  color: white;
}
@media screen and (max-width: 925px) {
  /* line 5, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer {
    width: 100%;
  }
  /* line 16, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .inner-wrapper {
    width: 100%;
  }
}
/* line 21, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .accordion-title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 32.4px;
  line-height: 2.31429rem;
  margin-bottom: 30px;
  padding-left: 0;
}
/* line 29, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
@media only screen and (max-width: 1024px) {
  /* line 37, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .featured-courses h3.title, .global-footer .top .categories h3.title {
    border-bottom: 1px solid #8c8179;
    padding-bottom: 15px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 46, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top h3.title {
    margin-top: 15px;
  }
}
/* line 52, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .responsive-icon {
  display: none;
  vertical-align: middle;
  padding-left: 5px;
  width: 35px;
}
@media only screen and (max-width: 1024px) {
  /* line 59, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .responsive-icon.icon-Menudown {
    display: inline;
    vertical-align: middle;
    padding-left: 5px;
  }
}
/* line 67, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .title {
  color: #e0e0e0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25px;
  line-height: 1.78571rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  /* line 67, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .title {
    cursor: pointer;
  }
  /* line 78, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .title.about {
    cursor: default;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 25px;
    line-height: 1.78571rem;
  }
}
/* line 88, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .category-link-list {
  margin-top: 0;
}
/* line 92, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .all-courses-button {
  width: 77.27273%;
}
@media only screen and (max-width: 1024px) {
  /* line 92, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .all-courses-button {
    display: none;
  }
}
/* line 100, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .all-courses-button-hidden {
  display: none;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 100, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .all-courses-button-hidden {
    display: block;
    margin: 25px auto 50px auto;
  }
}
/* line 110, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .about {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  /* line 110, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .about {
    margin-top: 0;
  }
}
/* line 117, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .about h3, .global-footer .top .about p {
  color: #7a7a7a;
}
/* line 121, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .about p {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  font-weight: 500;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 121, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .about p {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 128, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .about .title {
    margin-top: 50px;
  }
}
/* line 135, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .about .button {
  margin-bottom: 10px;
  width: 77.27273%;
}
@media only screen and (max-width: 1024px) {
  /* line 135, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .top .about .button {
    width: 100%;
    margin: 0 auto 10px;
  }
}
/* line 144, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .about .button.learn-more, .global-footer .top .about .button.contact-us {
  background: transparent;
  border: 3px solid #a51c30;
  color: white;
}
/* line 150, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .top .about .button.learn-more:hover, .global-footer .top .about .button.contact-us:hover {
  border-color: white;
}
/* line 161, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links {
  border-top: 1px solid #3a3a3a;
  padding: 20px 10px 20px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  /* line 161, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    width: auto;
  }
}
/* line 184, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .footer-logo {
  max-width: 160px;
  margin-right: 3.125%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  clear: none;
}
@media only screen and (max-width: 1024px) {
  /* line 184, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .footer-logo {
    display: none;
  }
}
/* line 199, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media {
  padding: 0;
  list-style: none;
  margin: 8px 0 0 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  clear: none;
  font-size: 0;
  line-height: 0;
}
@media only screen and (min-width: 1025px) {
  /* line 199, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media {
    width: auto;
    white-space: nowrap;
  }
  /* line 219, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .lte-ie8 .global-footer .bottom-links .social-media {
    width: 52.08333%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 199, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media {
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    padding-top: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
/* line 236, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link {
  border-right: 1px solid #3a3a3a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: inherit;
  padding-left: 4.28571%;
  padding-right: 4.28571%;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 249, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link.last, .global-footer .bottom-links .social-media .social-link:last-child {
  border-right: 0;
}
/* line 254, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link span {
  display: block;
  margin: 0 auto;
}
/* line 257, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link span:before {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 1024px) {
  /* line 236, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link {
    width: 15.625%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  /* line 276, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link:first-child {
    width: 21.875%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 284, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link a {
    height: 100%;
  }
  /* line 288, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link img {
    height: 100%;
    max-height: 41px;
    width: auto !important;
    margin: 0 auto;
  }
  /* line 298, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link .mobile-logo-link {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 236, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link {
    box-sizing: content-box;
    width: 21px;
  }
}
/* line 311, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link a {
  display: block;
  color: #7a7a7a;
  font-size: 20.5px;
  font-size: 1.46429rem;
  line-height: 25.625px;
  line-height: 1.83036rem;
  text-align: center;
}
/* line 318, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link a:hover, .global-footer .bottom-links .social-media .social-link a:active {
  color: #fff;
}
/* line 324, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link.find-us-item .mobile-logo-link {
  display: none;
}
/* line 325, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link.find-us-item .mobile-logo-link img {
  display: block;
  width: 100%;
}
/* line 333, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .social-media .social-link.find-us-item .find-us {
  color: #6c6c6c;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 333, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link.find-us-item .find-us {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 322, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link.find-us-item {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 349, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .social-media .social-link.last, .global-footer .bottom-links .social-media .social-link:last-child {
    border-right: 0;
  }
}
/* line 357, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
/* line 362, ../../src/styles/sass/4_Regions/_global-footer.scss */
.lte-ie8 .global-footer .bottom-links .utility-links {
  width: 36.45833%;
}
@media only screen and (min-width: 1025px) {
  /* line 357, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .utility-links {
    width: auto;
    max-width: 36.45833%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 357, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .utility-links {
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0 auto 25px;
    padding-top: 15px;
  }
}
/* line 384, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links .utility-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 384, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .utility-links .utility-link {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* line 400, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links .utility-link:last-child, .global-footer .bottom-links .utility-links .utility-link.last {
  margin-right: 0;
}
/* line 403, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links .utility-link:last-child:after, .global-footer .bottom-links .utility-links .utility-link.last:after {
  content: "";
}
/* line 408, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links .utility-link:after {
  content: "|";
  color: #8c8179;
}
/* line 413, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links .utility-link a {
  color: #7a7a7a;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 14px;
  line-height: 1rem;
  padding-right: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 413, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .utility-links .utility-link a {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 16.8px;
    line-height: 1.2rem;
  }
}
@media screen and (max-width: 925px) {
  /* line 413, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .global-footer .bottom-links .utility-links .utility-link a {
    font-size: 9px;
    font-size: 0.64286rem;
    line-height: 11.25px;
    line-height: 0.80357rem;
    padding-right: 5px;
  }
}
/* line 425, ../../src/styles/sass/4_Regions/_global-footer.scss */
.global-footer .bottom-links .utility-links .utility-link a:hover, .global-footer .bottom-links .utility-links .utility-link a:active {
  color: #fff;
}

/* line 441, ../../src/styles/sass/4_Regions/_global-footer.scss */
.category-link-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
}
@media only screen and (min-width: 1025px) {
  /* line 453, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .no-csscolumns .category-link-list .course-list-item {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 441, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .category-link-list {
    border: 0;
    padding-left: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }
}

/* line 473, ../../src/styles/sass/4_Regions/_global-footer.scss */
.course-link-list, .category-link-list {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  border-left: 1px dotted #8c8179;
}
/* line 484, ../../src/styles/sass/4_Regions/_global-footer.scss */
.course-link-list.no-border, .category-link-list.no-border {
  border: none;
  margin-left: 3%;
}
@media screen and (max-width: 925px) {
  /* line 484, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .course-link-list.no-border, .category-link-list.no-border {
    margin: 0;
  }
}
/* line 491, ../../src/styles/sass/4_Regions/_global-footer.scss */
.course-link-list .course-list-item, .category-link-list .course-list-item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1025px) {
  /* line 491, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .course-link-list .course-list-item, .category-link-list .course-list-item {
    margin-bottom: 8px;
  }
}
/* line 498, ../../src/styles/sass/4_Regions/_global-footer.scss */
.course-link-list .course-list-item a, .category-link-list .course-list-item a {
  color: #a5a5a5;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 498, ../../src/styles/sass/4_Regions/_global-footer.scss */
  .course-link-list .course-list-item a, .category-link-list .course-list-item a {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 506, ../../src/styles/sass/4_Regions/_global-footer.scss */
.course-link-list .course-list-item a:hover, .course-link-list .course-list-item a:active, .category-link-list .course-list-item a:hover, .category-link-list .course-list-item a:active {
  color: white;
}

/* line 22, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-external-harvard-url {
  color: #FFF;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 22, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-external-harvard-url {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 33, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-external-harvard-url:hover {
  color: #f2f2f2;
}
/* line 37, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-external-harvard-url:active {
  color: #e6e6e6;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 22, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-external-harvard-url {
    display: none;
  }
}

/* line 52, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: block;
  content: "";
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 68, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header > .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 74, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header > .inner-wrapper ~ .hero-intro, .global-header > .inner-wrapper ~ .course-details-headerIntro {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 90, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block {
  background: #1e1e1e;
  display: none;
  position: absolute;
  left: 0;
  margin-top: -24px;
  width: 97.91667%;
  z-index: 100;
}
@media screen and (max-width: 860px) {
  /* line 90, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block {
    border-top: 5px solid #a51c30;
    min-height: 960px;
    margin-top: 0;
    width: 100%;
  }
}
/* line 106, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .featured-courses {
  padding: 4.6875% 0 5.72917% 5.72917%;
}
/* line 110, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .categories {
  background: #282828;
  padding: 4.6875% 4.6875% 5.72917% 7.29167%;
}
/* line 115, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .all-courses-button, .global-header .block-menu-dropdown-block .all-courses-button-hidden {
  height: 50px;
  padding-top: 15px;
}
/* line 120, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .all-courses-button-hidden {
  display: none;
  float: none;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 860px) {
  /* line 120, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .all-courses-button-hidden {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  /* line 131, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #8c8179;
  }
}
/* line 139, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .mobile-mini-nav {
  border-bottom: 1px solid #8c8179;
  display: none;
  overflow: hidden;
  padding: 10px 0;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 860px) {
  /* line 139, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .mobile-mini-nav {
    display: block;
  }
}
/* line 151, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .mobile-mini-nav a.home-mobile-nav-item {
  color: white;
  border-right: 1px solid #8c8179;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25px;
  line-height: 1.78571rem;
  float: left;
  width: 45%;
}
/* line 158, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .mobile-mini-nav a.home-mobile-nav-item .menu-title {
  display: block;
  padding-top: 10px;
}
/* line 163, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .mobile-mini-nav a.home-mobile-nav-item .icon {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 32.5px;
  line-height: 2.32143rem;
  color: white;
  float: left;
  padding-right: 15px;
  margin-right: 2.60417%;
}
@media screen and (max-width: 330px) {
  /* line 163, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .mobile-mini-nav a.home-mobile-nav-item .icon {
    font-size: 23px;
    font-size: 1.64286rem;
    line-height: 28.75px;
    line-height: 2.05357rem;
    margin-right: 2.08333%;
    padding-top: 5px;
  }
}
/* line 176, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .mobile-mini-nav a.home-mobile-nav-item:last-child {
  border-right: 0;
  margin-left: 25px;
}
/* line 179, ../../src/styles/sass/4_Regions/_global-header.scss */
.global-header .block-menu-dropdown-block .mobile-mini-nav a.home-mobile-nav-item:last-child .icon {
  padding-top: 5px;
}
@media screen and (max-width: 860px) {
  /* line 188, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .featured-courses,
  .global-header .block-menu-dropdown-block .categories {
    background: transparent;
    cursor: pointer;
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  /* line 196, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .featured-courses .category-link-list,
  .global-header .block-menu-dropdown-block .featured-courses .course-link-list,
  .global-header .block-menu-dropdown-block .categories .category-link-list,
  .global-header .block-menu-dropdown-block .categories .course-link-list {
    display: none;
    border: 0;
    margin: 0;
    float: none;
  }
  /* line 205, ../../src/styles/sass/4_Regions/_global-header.scss */
  .global-header .block-menu-dropdown-block .all-courses-button {
    display: none;
  }
}

/* line 5, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget {
  background: white;
  display: block;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  padding: 5px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 5, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget {
    margin: 24px auto 0 auto;
  }
  /* line 20, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget .social-media {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
/* line 39, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget.visible {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  pointer-events: auto;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 5, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget {
    position: static;
    opacity: 1;
  }
}
/* line 56, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* line 5, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget {
    z-index: 200;
    right: 10px;
  }
}
/* line 89, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget h3 {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 16.25px;
  line-height: 1.16071rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
/* line 96, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul {
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 96, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center;
    width: 100%;
  }
}
/* line 112, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul a.ir:before,
.share-widget ul a:before {
  color: white;
  line-height: 40px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 112, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget ul a.ir:before,
  .share-widget ul a:before {
    line-height: 44px;
  }
}
/* line 127, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul a {
  height: 40px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 127, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget ul a {
    width: 44px;
    height: 44px;
  }
}
/* line 137, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li {
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 137, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
  .share-widget ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 44px;
    height: 44px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
/* line 157, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.twitter {
  background: #5ba9e1;
  margin-left: 0;
}
/* line 161, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.twitter:hover {
  background: #459edd;
}
/* line 165, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.twitter a.tapped {
  background: #3092d9;
}
/* line 169, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.twitter .icon {
  padding-top: 6px;
}
/* line 174, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.facebook {
  background: #3954a0;
}
/* line 177, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.facebook:hover {
  background: #324a8d;
}
/* line 181, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.facebook a.tapped {
  background: #2c407a;
}
/* line 185, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.facebook .icon {
  padding-top: 6px;
}
/* line 191, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.linked-in {
  background: #0072b6;
}
/* line 194, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.linked-in:hover {
  background: #00629d;
}
/* line 198, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.linked-in a.tapped {
  background: #005283;
}
/* line 202, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.linked-in .icon {
  padding-top: 6px;
}
/* line 208, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.google-plus {
  background: #de4e33;
}
/* line 211, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.google-plus:hover {
  background: #d53f22;
}
/* line 215, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.google-plus a.tapped {
  background: #bf381f;
}
/* line 219, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.google-plus .icon {
  padding-top: 6px;
}
/* line 225, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.pintrest {
  background: #ca2028;
  margin-right: 0;
}
/* line 229, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.pintrest:hover {
  background: #b41d24;
}
/* line 233, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.pintrest a.tapped {
  background: #9e191f;
}
/* line 238, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li.pintrest .icon {
  padding-top: 6px;
}
/* line 244, ../../src/styles/sass/4_Regions/_global-share-widget.scss */
.share-widget ul li .icon {
  color: white;
  display: block;
  font-size: 23px;
  font-size: 1.64286rem;
  line-height: 28.75px;
  line-height: 2.05357rem;
  text-align: center;
}

/* line 5, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight {
  border-top: 4px solid #e0e0e0;
  position: relative;
  margin: 75px 0 60px 0;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 5, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight {
    margin-top: 24px;
    border-top: 0;
    margin-bottom: 60px;
  }
}
/* line 17, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight .header-title {
  color: white;
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-top: 15px;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 37.5px;
  line-height: 2.67857rem;
}
@media screen and (max-width: 520px) {
  /* line 17, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight .header-title {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 390px) {
  /* line 17, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight .header-title {
    border-top: 4px solid #e0e0e0;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
  }
}
/* line 39, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight .supporting-copy {
  color: white;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  float: right;
  font-family: Arial, sans-serif;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 520px) {
  /* line 39, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight .supporting-copy {
    display: block;
    float: none;
    margin: 0 0 30px 0;
    text-align: center;
  }
}

/* line 61, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider {
  overflow: visible;
  position: relative;
}
/* line 67, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider .spotlight-outer {
  list-style: none;
}
/* line 73, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider .spotlight-image {
  display: block;
}
/* line 75, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider .spotlight-image img {
  vertical-align: bottom;
}
/* line 80, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider [data-role="button"], .spotlight-slider main form input[type="submit"], main form .spotlight-slider input[type="submit"], .spotlight-slider .home-button, .spotlight-slider .menuTrigger, .spotlight-slider .course-item-inner .info-banner a, .course-item-inner .info-banner .spotlight-slider a, .spotlight-slider .search-submit, .spotlight-slider .search-terms .clear-all, .search-terms .spotlight-slider .clear-all {
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
  display: block;
}
/* line 88, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider .course-title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22.5px;
  line-height: 1.60714rem;
  color: #a51c30;
  font-weight: normal;
  margin: 45px 0 23px 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  /* line 88, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight-slider .course-title {
    text-align: center;
    margin-top: 12px;
    margin-top: 0.85714rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
}
/* line 111, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
.spotlight-slider .item-description {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 111, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight-slider .item-description {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 18.2px;
    line-height: 1.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) and (min-width: 240px) and (max-width: 640px) {
  /* line 111, ../../src/styles/sass/4_Regions/_homepage-spotlight.scss */
  .spotlight-slider .item-description {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/* line 1, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-wrapper {
  padding: 0;
  height: auto !important;
  margin: 0 !important;
}
@media only screen and (min-width: 1025px) {
  /* line 8, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
  .swiper-wrapper.low-number-of-slides {
    text-align: center;
  }
}

/* line 19, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  font-size: initial;
}
@media only screen and (max-width: 1024px) {
  /* line 19, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
  .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 19, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
  .swiper-slide {
    max-width: 430px;
  }
  /* line 40, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
  .lte-ie8 .swiper-slide {
    max-width: none !important;
  }
}
/* line 45, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-slide .readmore {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  text-align: center;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 45, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
  .swiper-slide .readmore {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}

/* line 56, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper__arrow {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: red;
  z-index: 30;
  display: block;
}
/* line 70, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper__arrow--left {
  left: 0;
}
/* line 74, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper__arrow--right {
  right: 0;
}

/* line 82, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container {
  position: relative;
}

/* line 89, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container {
  white-space: nowrap;
  height: auto !important;
}
/* line 99, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container .swiper-wrapper {
  display: block !important;
  white-space: nowrap;
  display: block !important;
  font-size: 0;
}
/* line 109, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container .swiper-slide {
  white-space: normal !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
  width: 300px;
  position: relative;
  padding-bottom: 16px;
}
/* line 125, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container .swiper-slide [data-role="button"], .swiper-container .swiper-slide main form input[type="submit"], main form .swiper-container .swiper-slide input[type="submit"], .swiper-container .swiper-slide .home-button, .swiper-container .swiper-slide .menuTrigger, .swiper-container .swiper-slide .course-item-inner .info-banner a, .course-item-inner .info-banner .swiper-container .swiper-slide a, .swiper-container .swiper-slide .search-submit, .swiper-container .swiper-slide .search-terms .clear-all, .search-terms .swiper-container .swiper-slide .clear-all {
  margin-bottom: 24px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 125, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
  .swiper-container .swiper-slide [data-role="button"], .swiper-container .swiper-slide main form input[type="submit"], main form .swiper-container .swiper-slide input[type="submit"], .swiper-container .swiper-slide .home-button, .swiper-container .swiper-slide .menuTrigger, .swiper-container .swiper-slide .course-item-inner .info-banner a, .course-item-inner .info-banner .swiper-container .swiper-slide a, .swiper-container .swiper-slide .search-submit, .swiper-container .swiper-slide .search-terms .clear-all, .search-terms .swiper-container .swiper-slide .clear-all {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 132, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container .swiper-slide:after {
  left: 15px;
  right: 15px;
  bottom: 0px;
  content: "";
  height: 4px;
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  background: #8c8179;
}
/* line 157, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container .touchcarousel-item {
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}
/* line 165, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container .swiper-wrapper {
  height: auto !important;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 174, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container.swiper--inactive .swiper-scrollbar {
  opacity: 0;
  display: none;
}
/* line 179, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container.swiper--inactive .swiper-wrapper {
  width: 100% !important;
}
/* line 191, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container.swiper--inactive ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}
/* line 196, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container.swiper--inactive ::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 207, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container.swiper--inactive .swiper-slide:after,
.swiper-container.swiper--inactive ~ .arrow-icon__outer {
  opacity: 0;
}

/* line 213, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.hideBothArrows ~ .arrow-icon__outer {
  opacity: 0;
}

/* line 217, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.hideLeftArrow ~ .arrow-icon__left,
.hideRightArrow ~ .arrow-icon__right {
  pointer-events: none;
  opacity: .5;
}

/* line 224, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-container, .swiper-wrapper, .swiper-slide {
  box-sizing: border-box;
}

/* line 229, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-slide {
  opacity: 0 !important;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 239, ../../src/styles/sass/4_Regions/_idangerous.swiper--overrides.scss */
.swiper-slide-visible.swiper-slide {
  opacity: 1 !important;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

/* line 4, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
.course-intro-outer {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 10, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
.course-intro-outer .course-intro-top .title {
  color: white;
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 43.75px;
  line-height: 3.125rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  margin: 65px 0 45px 0;
}
@media screen and (max-width: 1068px) {
  /* line 10, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .title {
    margin-top: 45px;
  }
}
@media screen and (max-width: 820px) {
  /* line 10, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 530px) {
  /* line 10, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .title {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 445px) {
  /* line 10, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .title {
    margin-top: 15px;
  }
}
/* line 35, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
.course-intro-outer .course-intro-top .course-intro-brief {
  color: white;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 18.75px;
  line-height: 1.33929rem;
  line-height: 1.5em;
}
@media screen and (max-width: 805px) {
  /* line 35, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .course-intro-brief {
    margin: 0;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 530px) {
  /* line 35, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .course-intro-brief {
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  /* line 35, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .course-intro-brief {
    font-size: 14px;
    font-size: 1rem;
    line-height: 17.5px;
    line-height: 1.25rem;
    text-shadow: 1px 1px #232323;
  }
}
@media screen and (max-width: 375px) {
  /* line 35, ../../src/styles/sass/4_Regions/_inner-course-intro.scss */
  .course-intro-outer .course-intro-top .course-intro-brief {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 15px;
    line-height: 1.07143rem;
  }
}

/* line 8, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.course-info-block {
  margin-bottom: 24px;
  border-bottom: 1px solid #c5c0bc;
}
/* line 13, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.course-info-block:last-child {
  border-bottom: 0;
}

/* line 19, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.enroll-by {
  background: #1e1e1e;
  padding: 5px 20px 5px 5px;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 14px;
  line-height: 1rem;
  text-transform: uppercase;
  color: white;
  float: left;
  clear: both;
  margin-bottom: 7px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 19, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  .enroll-by {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 16.8px;
    line-height: 1.2rem;
  }
}

/* line 36, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
[data-bestmatch="true"] header {
  margin-right: -50px;
  padding-right: 148px;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 36, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  [data-bestmatch="true"] header {
    margin-right: 0;
    padding-top: 31px !important;
  }
}

/* line 49, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
[data-bestmatch="true"] header:after {
  content: "Best Match";
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  font-weight: bold;
  width: 158px;
  height: 64px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-image: url('../images/best-match-background.png?1402681568');
  background-repeat: no-repeat;
  background-size: 100% auto;
  -ms-behavior: url("../scripts/libs/backgroundsize.min.htc");
  background-position: top left;
  display: block;
  position: absolute;
  padding: 19px 18px;
  padding-left: 50px;
  right: 0px;
  top: 50%;
  margin-top: -29px;
  box-sizing: border-box;
  z-index: 9;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 49, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  [data-bestmatch="true"] header:after {
    background-image: none;
    border: 2px solid #a51c30;
    border-radius: 0;
    left: 0;
    right: auto;
    top: 0;
    margin: 0;
    padding: 2px 0 0 0;
    text-align: center;
    height: 20px;
    width: 80px;
    font-weight: bold;
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 14px;
    line-height: 1rem;
  }
}

/* line 107, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar {
  overflow: visible;
}
/* line 113, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar [data-role="button"], .sidebar main form input[type="submit"], main form .sidebar input[type="submit"], .sidebar .home-button, .sidebar .menuTrigger, .sidebar .course-item-inner .info-banner a, .course-item-inner .info-banner .sidebar a, .sidebar .search-submit, .sidebar .search-terms .clear-all, .search-terms .sidebar .clear-all {
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
}
/* line 120, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar .accordion-content-inner,
.sidebar .accordion-content-outer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 129, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar .accordion-content-inner > *,
.sidebar .accordion-content-outer > * {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* line 142, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .header {
  color: #1e1e1e;
  font-size: 14px;
  font-size: 1rem;
  line-height: 17.5px;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-family: Arial, sans-serif;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 142, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  .sidebar.search-column .header {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 153, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .header.filter-by {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
/* line 164, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column header {
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
  margin-bottom: 7px;
  color: #1e1e1e;
  padding-top: 7px;
  padding-bottom: 7px;
  clear: both;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 164, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  .sidebar.search-column header {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 185, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .sub-header, .sidebar.search-column th {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #8c8179;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 185, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  .sidebar.search-column .sub-header, .sidebar.search-column th {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 199, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 208, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column th {
  float: none;
  display: table-cell;
  width: 50%;
  text-align: left;
}
/* line 219, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column td {
  color: #1e1e1e;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 18.2px;
  line-height: 1.3rem;
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 219, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  .sidebar.search-column td {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 22.4px;
    line-height: 1.6rem;
  }
}
/* line 233, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .title {
  border-bottom: 1px solid #e0e0e0;
  color: #1e1e1e;
  cursor: pointer;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 233, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
  .sidebar.search-column .filter-by .title {
    padding-left: 0;
    margin-bottom: 0;
  }
}
/* line 253, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .title .icon-filter-open, .sidebar.search-column .filter-by .title .icon-filter-closed {
  cursor: pointer;
  color: #a51c30;
  margin-right: 15px;
  vertical-align: text-top;
}
/* line 266, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}
/* line 271, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field .icon-checkbox {
  color: #8c8179;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 16.25px;
  line-height: 1.16071rem;
  vertical-align: sub;
}
/* line 278, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field .icon-checkbox-checked {
  color: #a51c30;
  cursor: pointer;
  display: none;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 16.25px;
  line-height: 1.16071rem;
  vertical-align: sub;
}
/* line 286, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field .label {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 16.25px;
  line-height: 1.16071rem;
  cursor: pointer;
  color: #8c8179;
  font-size: 13px;
  padding-top: 5px;
}

.lte-ie8 .sidebar.search-column .filter-by .filter-field .label { 
	padding-top:0;
}

.lte-ie8 .sidebar.search-column .filter-by .filter-field .label:before { 
	display:none;
}

/* line 294, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field input[type="checkbox"] {
  display: none;
}

.lte-ie8 .sidebar.search-column .filter-by .filter-field input[type="checkbox"] {
  display: inline-block;
	float:left;
	position: relative;
	top:2px;
}


.lte-ie8 .sidebar.search-column .filter-by .filter-field { margin-bottom:5px; }

.lte-ie8 main form .filter-by .filter-field input[type="checkbox"] {
	width:auto; height:auto; border:none;
}

/* line 298, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field input[type="checkbox"]:checked + .label {
  color: #a51c30;
}
/* line 301, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field input[type="checkbox"]:checked + .label .icon-checkbox {
  display: none;
}
/* line 303, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .filter-by .filter-field input[type="checkbox"]:checked + .label .icon-checkbox-checked {
  display: inline-block;
}
/* line 314, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .call-to-action {
  height: auto;
  padding: 10px;
  margin-top: 50px;
}
/* line 321, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .call-to-action .sign-up .sign-up-text {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  text-align: center;
  padding: 15px 0;
}
/* line 329, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .call-to-action .action {
  padding-bottom: 18px;
}
/* line 332, ../../src/styles/sass/4_Regions/_inner-sidebar.scss */
.sidebar.search-column .call-to-action .action .learn-more {
  width: 59.09091%;
}

/* line 2, ../../src/styles/sass/5_Layouts/_course-details.scss */
.course-detail-container .sidebar {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 2, ../../src/styles/sass/5_Layouts/_course-details.scss */
  .course-detail-container .sidebar {
    width: 40.67797%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 2, ../../src/styles/sass/5_Layouts/_course-details.scss */
  .course-detail-container .sidebar {
    width: 100%;
    clear: right;
    float: right;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 19, ../../src/styles/sass/5_Layouts/_course-details.scss */
.course-detail-container .course-detail-container__content {
  width: 66.10169%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* line 19, ../../src/styles/sass/5_Layouts/_course-details.scss */
  .course-detail-container .course-detail-container__content {
    width: 57.62712%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 19, ../../src/styles/sass/5_Layouts/_course-details.scss */
  .course-detail-container .course-detail-container__content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/** Placeholder for now - needs to be here so Git will love me. **/
/* line 20, ../../src/styles/sass/5_Layouts/_homepage.scss */
.front .course-item-outer,
.home .course-item-outer {
  width: 25%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 20, ../../src/styles/sass/5_Layouts/_homepage.scss */
  .front .course-item-outer,
  .home .course-item-outer {
    width: 50%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
  /* line 20, ../../src/styles/sass/5_Layouts/_homepage.scss */
  .front .course-item-outer,
  .home .course-item-outer {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/** Placeholder for now - needs to be here so Git will love me. **/
