/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../../../components/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../../components/sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../../../components/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../../../components/sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../../../components/sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../../components/sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../../../components/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../../../components/sass/_normalize.scss */
h1 {
  font-size: 2.9em;
  line-height: 1.1em;
  margin: 0.1em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, ../../../components/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, ../../../components/sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../../../components/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../../../components/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, ../../../components/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, ../../../components/sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
/* line 222, ../../../components/sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, ../../../components/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, ../../../components/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, ../../../components/sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, ../../../components/sass/_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 291, ../../../components/sass/_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 303, ../../../components/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../../../components/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, ../../../components/sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, ../../../components/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, ../../../components/sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../../components/sass/_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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, ../../../components/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 380, ../../../components/sass/_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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 391, ../../../components/sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 400, ../../../components/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 409, ../../../components/sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 420, ../../../components/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size:.8em;
}

table.details tr td{
  padding:10px;
  vertical-align:top;
}

/* line 425, ../../../components/sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../../../components/sass/_boilerplate.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 28, ../../../components/sass/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 33, ../../../components/sass/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 42, ../../../components/sass/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 57, ../../../components/sass/_boilerplate.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 70, ../../../components/sass/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 80, ../../../components/sass/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 88, ../../../components/sass/_boilerplate.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
/* line 124, ../../../components/sass/_boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 134, ../../../components/sass/_boilerplate.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:
 * https://www.drupal.org/node/897638
 */
/* line 151, ../../../components/sass/_boilerplate.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 165, ../../../components/sass/_boilerplate.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 181, ../../../components/sass/_boilerplate.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 187, ../../../components/sass/_boilerplate.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 215, ../../../components/sass/_boilerplate.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 225, ../../../components/sass/_boilerplate.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 230, ../../../components/sass/_boilerplate.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 234, ../../../components/sass/_boilerplate.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 243, ../../../components/sass/_boilerplate.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 248, ../../../components/sass/_boilerplate.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 259, ../../../components/sass/_boilerplate.scss */
  thead {
    display: table-header-group;
  }

  /* line 263, ../../../components/sass/_boilerplate.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 268, ../../../components/sass/_boilerplate.scss */
  img {
    max-width: 100% !important;
  }

  /* line 272, ../../../components/sass/_boilerplate.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 279, ../../../components/sass/_boilerplate.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 8, ../../../components/sass/_body.scss */
body {
  background-color: #efede7;
  font-family: Arial, Helvetica, sans-serif;
  color: #373a36;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-position: center 36px;
  min-width: 320px;
}

/* line 20, ../../../components/sass/_body.scss */
.container {
  max-width: 998px;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  position: relative;
  /*
  &:before{
  	content: '';
  	position: absolute;
  	left: -333px;
  	top: 225px;
  	width: 323px;
  	height: 676px;
  	background-image: url('../img/left-flames.svg');
  	background-repeat: no-repeat;
  	 overflow-x:hidden;
  	 overflow-y:hidden;
  	 display: inline
  }
  &:after{
  	content: '';
  	position: absolute;
  	right: -335px;
  	top: 25px;
  	width: 325px;
  	height: 779px;
  	background-image: url('../img/right-flames.svg');
  	background-repeat: no-repeat;
  	 overflow-x:hidden;
  	 overflow-y:hidden;
  	 display: inline;
  }	
  
  */
}
/* line 12, ../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1020px) {
  /* line 20, ../../../components/sass/_body.scss */
  .container {
    padding: 0 20px;
  }
}

/* line 60, ../../../components/sass/_body.scss */
a {
  color: #373a36;
  text-decoration: none;
}

/* line 65, ../../../components/sass/_body.scss */
.mobile {
  display: none;
}
@media (max-width: 755px) {
  /* line 65, ../../../components/sass/_body.scss */
  .mobile {
    display: block;
  }
}

@media (max-width: 755px) {
  /* line 73, ../../../components/sass/_body.scss */
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 756px) {
  /* line 78, ../../../components/sass/_body.scss */
  .desktop-hidden {
    display: none !important;
  }
}
/* line 84, ../../../components/sass/_body.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 2, ../../../components/sass/_mixins.scss */
.nav-top:before, .nav-top:after {
  content: '';
  display: table;
}
/* line 7, ../../../components/sass/_mixins.scss */
.nav-top:after {
  clear: both;
}
/* line 4, ../../../components/sass/_header.scss */
.nav-top ul {
  font-size: .8em;
  margin-top: 12px;
  margin-bottom: 4px;
  float: right;
}
@media (max-width: 950px) {
  /* line 4, ../../../components/sass/_header.scss */
  .nav-top ul {
    margin-bottom: 0;
    font-size: .7em;
  }
}
/* line 14, ../../../components/sass/_header.scss */
.nav-top ul li {
  display: inline;
  padding-left: 18px;
}
@media (max-width: 950px) {
  /* line 14, ../../../components/sass/_header.scss */
  .nav-top ul li {
    padding-left: 14px;
  }
}
/* line 21, ../../../components/sass/_header.scss */
.nav-top ul li a {
  color: #373a36;
  text-decoration: none;
}

/* line 32, ../../../components/sass/_header.scss */
.logo {
  float: left;
}
@media (max-width: 755px) {
  /* line 32, ../../../components/sass/_header.scss */
  .logo {
    float: none;
    text-align: left;
    margin: 20px 0;
  }
}
@media (max-width: 950px) {
  /* line 41, ../../../components/sass/_header.scss */
  .logo img {
    width: 178px;
    height: auto;
  }
}

/* line 48, ../../../components/sass/_header.scss */
.nav-middle {
  display: table;
  width: 100%;
}
/* line 2, ../../../components/sass/_mixins.scss */
.nav-middle:before, .nav-middle:after {
  content: '';
  display: table;
}
/* line 7, ../../../components/sass/_mixins.scss */
.nav-middle:after {
  clear: both;
}
/* line 54, ../../../components/sass/_header.scss */
.nav-middle .logo, .nav-middle .nav-tabs, .nav-middle .search-box, .nav-middle .stars {
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 755px) {
  /* line 54, ../../../components/sass/_header.scss */
  .nav-middle .logo, .nav-middle .nav-tabs, .nav-middle .search-box, .nav-middle .stars {
    display: block;
  }
}
/* line 62, ../../../components/sass/_header.scss */
.nav-middle .stars {
  width: 106px;
  padding-left: 20px;
}
@media (max-width: 950px) {
  /* line 62, ../../../components/sass/_header.scss */
  .nav-middle .stars {
    padding-left: 10px;
    width: 74px;
  }
  /* line 69, ../../../components/sass/_header.scss */
  .nav-middle .stars img {
    width: 64px;
    height: auto;
  }
}
/* line 77, ../../../components/sass/_header.scss */
.nav-middle .nav-tabs {
  text-align: right;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: .7em;
  margin-top: 23px;
}
@media (max-width: 950px) {
  /* line 77, ../../../components/sass/_header.scss */
  .nav-middle .nav-tabs {
    font-size: .6em;
  }
}
/* line 87, ../../../components/sass/_header.scss */
.nav-middle .nav-tabs li {
  display: inline;
  margin-right: 20px;
}
@media (max-width: 950px) {
  /* line 87, ../../../components/sass/_header.scss */
  .nav-middle .nav-tabs li {
    margin-right: 10px;
  }
}
/* line 93, ../../../components/sass/_header.scss */
.nav-middle .nav-tabs li.current a {
  border-bottom: 4px solid #d6d2c4;
}
/* line 96, ../../../components/sass/_header.scss */
.nav-middle .nav-tabs li a {
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* line 106, ../../../components/sass/_header.scss */
.search-box {
  width: 292px;
}
@media (max-width: 950px) {
  /* line 106, ../../../components/sass/_header.scss */
  .search-box {
    width: 217px;
  }
}
/* line 113, ../../../components/sass/_header.scss */
.search-box label {
  display: none;
}
/* line 116, ../../../components/sass/_header.scss */
.search-box form {
  display: inline-block;
  background-color: #373a36;
  padding: 6px 0 4px 6px;
  webkit-border: 3px;
  -moz-border: 3px;
  border-radius: 3px;
}
@media (max-width: 950px) {
  /* line 116, ../../../components/sass/_header.scss */
  .search-box form {
    padding: 4px 0 4px 4px;
  }
}
/* line 128, ../../../components/sass/_header.scss */
.search-box #search {
  width: 235px;
  margin: 0;
  padding-left: 5px !important;
  border: 1px solid #000;
  line-height: 16px;
  min-height: 32px;
  background: #ffffff !important;
  border: none !important;
}
@media (max-width: 950px) {
  /* line 128, ../../../components/sass/_header.scss */
  .search-box #search {
    height: 23px;
    width: 170px;
    line-height: 10px;
    font-size: 10px;
  }
}
/* line 146, ../../../components/sass/_header.scss */
.search-box input[type="submit"] {
  margin: 6px 12px 0 6px;
  padding: 0;
  background: url("../img/search-icon.png") no-repeat;
  border: 0;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: cover;
  position: relative;
  top: -6px;
}
@media (max-width: 950px) {
  /* line 146, ../../../components/sass/_header.scss */
  .search-box input[type="submit"] {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 755px) {
  /* line 172, ../../../components/sass/_header.scss */
  nav.main {
    background-color: #d6d2c4;
    position: absolute;
    overflow: hidden;
    left: 0;
  }
}
/* line 180, ../../../components/sass/_header.scss */
nav.main ul {
  margin: 18px 0 10px;
  padding: 0;
}
/* line 184, ../../../components/sass/_header.scss */
nav.main ul li {
  display: inline-block;
  margin-right: 23px;
}
@media (max-width: 1020px) {
  /* line 184, ../../../components/sass/_header.scss */
  nav.main ul li {
    margin-right: 10px;
  }
}
@media (max-width: 800px) {
  /* line 184, ../../../components/sass/_header.scss */
  nav.main ul li {
    margin-right: 8px;
  }
}
@media (max-width: 755px) {
  /* line 184, ../../../components/sass/_header.scss */
  nav.main ul li {
    width: 100%;
    margin-left: 20px;
  }
}
/* line 199, ../../../components/sass/_header.scss */
nav.main ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  color: #373a36;
  line-height: 100%;
  border-bottom: 4px solid transparent;
  padding-bottom: 5px;
  text-decoration: none;
}
@media (max-width: 960px) {
  /* line 199, ../../../components/sass/_header.scss */
  nav.main ul li a {
    font-size: .8em;
  }
}
@media (max-width: 880px) {
  /* line 199, ../../../components/sass/_header.scss */
  nav.main ul li a {
    font-size: .75em;
  }
}
@media (max-width: 830px) {
  /* line 199, ../../../components/sass/_header.scss */
  nav.main ul li a {
    font-size: .7em;
  }
}
/* line 221, ../../../components/sass/_header.scss */
nav.main ul li a:hover {
  border-bottom: 4px solid #d6d2c4;
}

/* line 1, ../../../components/sass/_hamburger.scss */
.nav-toggle {
  position: absolute;
  right: 25px;
  top: 9px;
}

/* line 7, ../../../components/sass/_hamburger.scss */
.nav-toggle.dark {
  top: 22px;
}

/* line 11, ../../../components/sass/_hamburger.scss */
.nav-toggle {
  cursor: pointer;
  padding: 10px 26px 16px 0px;
}

/* line 12, ../../../components/sass/_hamburger.scss */
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 26px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

/* line 23, ../../../components/sass/_hamburger.scss */
.nav-toggle.dark span, .nav-toggle.dark span:before, .nav-toggle.dark span:after {
  background: #1e2521;
}

/* line 29, ../../../components/sass/_hamburger.scss */
.nav-toggle span:before {
  top: -8px;
}

/* line 32, ../../../components/sass/_hamburger.scss */
.nav-toggle span:after {
  bottom: -8px;
}

/* line 36, ../../../components/sass/_hamburger.scss */
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

/* line 39, ../../../components/sass/_hamburger.scss */
.nav-toggle.active span {
  background-color: transparent;
}

/* line 42, ../../../components/sass/_hamburger.scss */
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0;
}

/* line 45, ../../../components/sass/_hamburger.scss */
.nav-toggle.active span:before {
  transform: rotate(45deg);
}

/* line 48, ../../../components/sass/_hamburger.scss */
.nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

/* line 1, ../../../components/sass/_international-search.scss */
.search {
  height: 40px;
  position: relative;
  padding-right: 40px;
  background-color: #a6192e;
  margin-bottom: 20px;
}
/* line 8, ../../../components/sass/_international-search.scss */
.search input[type=search] {
  background-color: #ffffff;
  border: none;
  height: 40px;
  padding: 0 0 0 10px;
  width: 100%;
  font-size: .8em;
  color: #373a36;
}
/* line 19, ../../../components/sass/_international-search.scss */
.search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border: none;
  text-indent: -9999px;
  background: url("../img/search-icon.png") center center no-repeat;
  background-color: #a6192e;
}

/* line 34, ../../../components/sass/_international-search.scss */
::-webkit-input-placeholder {
  color: #373a36;
}

/* line 38, ../../../components/sass/_international-search.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #373a36;
}

/* line 42, ../../../components/sass/_international-search.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #373a36;
}

/* line 46, ../../../components/sass/_international-search.scss */
:-ms-input-placeholder {
  color: #373a36;
}

/* line 3, ../../../components/sass/_international-menu.scss */
.international-menu {
  margin-bottom: 15px;
}
@media (min-width: 830px) {
  /* line 3, ../../../components/sass/_international-menu.scss */
  .international-menu {
    display: none;
  }
}

/* line 10, ../../../components/sass/_international-menu.scss */
.international-header {
  position: relative;
}
/* line 16, ../../../components/sass/_international-menu.scss */
.international-header h1 {
  width: 100%;
  background-color: #373a36;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 10px 25px;
  margin: 0;
}

/* line 28, ../../../components/sass/_international-menu.scss */
.international {
  overflow: auto;
  display: none;
  background-color: #d6d2c4;
  padding: 15px 25px;
}
/* line 34, ../../../components/sass/_international-menu.scss */
.international h2 {
  font-size: 1em;
  margin: 0;
}
/* line 38, ../../../components/sass/_international-menu.scss */
.international ul {
  font-size: .8em;
  padding: 0 16px;
  margin-top: 5px;
}
/* line 43, ../../../components/sass/_international-menu.scss */
.international ul li {
  min-height: 35px;
  list-style: none;
}
/* line 46, ../../../components/sass/_international-menu.scss */
.international ul li:before {
  content: "";
  border-top: 2px solid #373a36;
  border-right: 2px solid #373a36;
  border-width: 3px;
  display: block;
  height: 8px;
  width: 8px;
  left: -15px;
  top: 0.9em;
  position: relative;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  -o-transform: rotate(45deg);
}

/* line 1, ../../../components/sass/_main-menu.scss */
.main-mobile {
  padding: 15px 25px;
  background-color: #d6d2c4;
  overflow: auto;
  font-size: .75em;
  line-height: 3;
}
/* line 8, ../../../components/sass/_main-menu.scss */
.main-mobile ul {
  padding: 0;
  list-style: none;
}
/* line 12, ../../../components/sass/_main-menu.scss */
.main-mobile ul li {
  text-transform: uppercase;
}
/* line 15, ../../../components/sass/_main-menu.scss */
.main-mobile ul li.lowercase {
  text-transform: none;
}
/* line 21, ../../../components/sass/_main-menu.scss */
.main-mobile .search-box {
  width: 100%;
}
/* line 24, ../../../components/sass/_main-menu.scss */
.main-mobile .search-box form {
  padding: 3px 0 5px 5px;
  width: 100%;
  position: relative;
  padding-right: 42px;
}
/* line 30, ../../../components/sass/_main-menu.scss */
.main-mobile .search-box form #search {
  width: 100%;
}
/* line 34, ../../../components/sass/_main-menu.scss */
.main-mobile .search-box form input[type="submit"] {
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 24px;
}

/* line 1, ../../../components/sass/_heroimage.scss */
.hero-text {
  background-image: -moz-linear-gradient(0deg, #76232f 0%, #a6192e 25%, #d6001c 50%, #c6007e 75%, #832261 100%);
  background-image: -webkit-linear-gradient(0deg, #76232f 0%, #a6192e 25%, #d6001c 50%, #c6007e 75%, #832261 100%);
  background-image: -ms-linear-gradient(0deg, #76232f 0%, #a6192e 25%, #d6001c 50%, #c6007e 75%, #832261 100%);
  width: 32.6%;
  color: #fff;
  padding: 25px;
  background-color: #c40c1e;
  min-width: 275px;
  height: 100%;
}
@media (max-width: 650px) {
  /* line 1, ../../../components/sass/_heroimage.scss */
  .hero-text {
    width: 100%;
  }
}
@media (max-width: 650px) {
  /* line 18, ../../../components/sass/_heroimage.scss */
  .hero-text h1 {
    max-width: 250px;
  }
}
@media (max-width: 950px) {
  /* line 1, ../../../components/sass/_heroimage.scss */
  .hero-text {
    min-width: 250px;
  }
  /* line 26, ../../../components/sass/_heroimage.scss */
  .hero-text h1 {
    font-size: 2.5em;
    line-height: 1.1;
  }
}

/* line 33, ../../../components/sass/_heroimage.scss */
.hero {
  height: 418px;
  background-size: cover;
}
@media (max-width: 950px) {
  /* line 33, ../../../components/sass/_heroimage.scss */
  .hero {
    height: 320px;
    max-height: 320px;
  }
}
@media (min-width: 651px) {
  /* line 33, ../../../components/sass/_heroimage.scss */
  .hero {
    background: url("../img/banner.jpg") no-repeat right;
  }
}
@media (max-width: 650px) {
  /* line 33, ../../../components/sass/_heroimage.scss */
  .hero {
    height: auto;
  }
}

/* line 1, ../../../components/sass/_copy.scss */
.event-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 9, ../../../components/sass/_copy.scss */
.event-box {
  width: 32.5%;
  background-color: #ffffff;
  padding: 20px;
  margin-top: 10px;
  float: left;
}
@media (max-width: 830px) {
  /* line 9, ../../../components/sass/_copy.scss */
  .event-box {
    width: 49.5%;
  }
}
@media (max-width: 650px) {
  /* line 9, ../../../components/sass/_copy.scss */
  .event-box {
    width: 100%;
  }
}
/* line 27, ../../../components/sass/_copy.scss */
.event-box p {
  font-size: .8em;
}
/* line 29, ../../../components/sass/_copy.scss */
.event-box p:last-child {
  margin-bottom: 0;
}
/* line 32, ../../../components/sass/_copy.scss */
.event-box p img {
  margin-bottom: 1.4em;
}
/* line 37, ../../../components/sass/_copy.scss */
.event-box h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 1.4em;
}

/* line 46, ../../../components/sass/_copy.scss */
.row {
  width: 100%;
  clear: both;
}
/* line 48, ../../../components/sass/_copy.scss */
.row h2 {
  text-align: left;
}
@media (max-width: 650px) {
  /* line 48, ../../../components/sass/_copy.scss */
  .row h2 {
    text-align: center;
  }
}
@media (min-width: 651px) and (max-width: 830px) {
  /* line 46, ../../../components/sass/_copy.scss */
  .row {
    width: 49.5%;
  }
  /* line 56, ../../../components/sass/_copy.scss */
  .row h2 {
    text-align: center;
  }
}

.webinar-video {
	display:none;
}

/* Simplemodal */
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

.agenda {
	table-layout:fixed;
	width:100%;
}

.agenda a {
	text-decoration: underline;
	color: #a6192e;
}
/* line 65, ../../../components/sass/_copy.scss */
.agenda ul, .agenda p {
  font-size: 12px;
}

/* line 69, ../../../components/sass/_copy.scss */
.agenda thead td {
  background-color: #ac172e;
  color: #ffffff;
  padding: 4px 4px;
  font-weight: bold;
  font-size: .9em;
}
/* line 78, ../../../components/sass/_copy.scss */
.agenda tr:nth-child(odd) {
  background-color: #f4f1ea;
}
/* line 81, ../../../components/sass/_copy.scss */
.agenda tr:nth-child(even) {
  background-color: #e2ddcc;
}


.agenda td h3{
  margin-top:0px;
  padding-top: 0px;
}


.agenda td h5{
  margin:0px;
  padding: 0px;
}

/* line 90, ../../../components/sass/_copy.scss */
.agenda td p {
  padding: 0;
  margin: 0;
}
/* line 95, ../../../components/sass/_copy.scss */
.agenda td:first-child p {
  font-size: 12px;
}

.agenda td {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 99, ../../../components/sass/_copy.scss */
.agenda td:first-child {
  border-right: 1px solid #ffffff;
  width:170px;
}

@media (max-width: 650px) {
	.agenda td:first-child {
	  display:none;
	}
}
/* line 104, ../../../components/sass/_copy.scss */


.agenda td {
	
  	padding: 10px 4px;
  	padding-right: 10px;
  	padding-left: 10px;
	vertical-align: top;
}

/*
.two-col-container{
		@include display-flex();
	@include justify-content(space-between);
	@include flex-wrap(wrap);	
}*/
/* line 118, ../../../components/sass/_copy.scss */
.two-col {
  width: 100%;
}
@media (min-width: 850px) {
  /* line 118, ../../../components/sass/_copy.scss */
  .two-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

/* line 1, ../../../components/sass/_marketo.scss */
.mktoForm label {
  display: none;
}

/* line 5, ../../../components/sass/_marketo.scss */
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea, .mktoForm select.mktoField {
  width: 100% !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  /* Firefox */
  background-color: #ffffff;
  margin-bottom: 8px !important;
  font-size: 13px !important;
  color: #131313;
  opacity: 1;
  height: auto !important;
  border: 1px solid #812260;
  color: #323232;
  padding: 10px 8px !important;
  font: 400 14px/22px Arial,Helvetica,sans-serif;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px -2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px -2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px -2px inset;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin-top: 0px !important;
}

/* line 29, ../../../components/sass/_marketo.scss */
.mktoForm select.mktoField {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
  
  height: 39px !important;
}

/* line 35, ../../../components/sass/_marketo.scss */
.mktoForm, .mktoFormRow, .mktoFieldWrap, .mktoFormCol {
  width: 100% !important;
}

/* line 39, ../../../components/sass/_marketo.scss */
.mktoFieldDescriptor {
  margin: 0 0 3px !important;
}

/* line 44, ../../../components/sass/_marketo.scss */
.mkto-two-col.mktoFieldDescriptor {
  width: 100% !important;
  float: left;
}

/* line 50, ../../../components/sass/_marketo.scss */
.mktoOffset, .mktoGutter {
  display: none;
}

/* line 57, ../../../components/sass/_marketo.scss */
.mktoButtonRow {
  width: 100% !important;
}

/* line 61, ../../../components/sass/_marketo.scss */
.mktoButtonWrap {
  margin: 0 !important;
}

/* line 65, ../../../components/sass/_marketo.scss */
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #fff !important;
  background: #9e0028 !important;
}

/* line 70, ../../../components/sass/_marketo.scss */
.mktoButton {
  width: 100%;
  background-color: #a6192e;
  border: none;
  padding: 10px 12px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* line 81, ../../../components/sass/_marketo.scss */
::-webkit-input-placeholder {
  color: #131313 !important;
}

/* line 82, ../../../components/sass/_marketo.scss */
::-moz-placeholder {
  color: #131313;
  opacity: 1 !important;
}

/* firefox 19+ */
/* line 83, ../../../components/sass/_marketo.scss */
:-ms-input-placeholder {
  color: #131313 !important;
}

/* ie */
/* line 84, ../../../components/sass/_marketo.scss */
input:-moz-placeholder {
  color: #131313 !important;
}

/* line 1, ../../../components/sass/_footer.scss */
footer {
  margin-top: 20px;
}
@media (max-width: 930px) {
  /* line 4, ../../../components/sass/_footer.scss */
  footer .mobile-hidden {
    display: none;
  }
}
/* line 9, ../../../components/sass/_footer.scss */
footer .links {
  width: 100%;
  overflow: auto;
}
/* line 2, ../../../components/sass/_mixins.scss */
footer .links:before, footer .links:after {
  content: '';
  display: table;
}
/* line 7, ../../../components/sass/_mixins.scss */
footer .links:after {
  clear: both;
}
/* line 14, ../../../components/sass/_footer.scss */
footer .links div {
  float: left;
}
/* line 19, ../../../components/sass/_footer.scss */
footer h3 {
  border-bottom: 1px solid #d6d2c4;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: .5em;
}
/* line 28, ../../../components/sass/_footer.scss */
footer ul {
  margin: 0;
  padding: 0;
  font-size: .75em;
}
/* line 33, ../../../components/sass/_footer.scss */
footer li {
  list-style: none;
}

/* line 38, ../../../components/sass/_footer.scss */
.macquarie_home {
  width: 42.8%;
}

/* line 42, ../../../components/sass/_footer.scss */
.student_home {
  width: 43.1%;
}

/* line 46, ../../../components/sass/_footer.scss */
.staff_home {
  width: 14.1%;
}

/* line 50, ../../../components/sass/_footer.scss */
.text-right {
  text-align: right;
  float: right;
}
@media (max-width: 500px) {
  /* line 50, ../../../components/sass/_footer.scss */
  .text-right {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
  }
}

/* line 64, ../../../components/sass/_footer.scss */
left {
  float: left;
}

/* line 68, ../../../components/sass/_footer.scss */
.copyright {
  border-top: 1px solid #d6d2c4;
  margin-top: 7px;
  clear: both;
  color: #81827c;
  line-height: 1.5em;
  font-size: 0.7em;
}
/* line 76, ../../../components/sass/_footer.scss */
.copyright p {
  display: inline-block;
}
/* line 79, ../../../components/sass/_footer.scss */
.copyright a:link {
  color: #81827c;
}
