/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 18px;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.27778em;
}

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

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.27778em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.27778em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 5.333em;
  line-height: 1.19799em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.2396em;
  margin-bottom: 0.2396em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.889em;
  line-height: 1.35286em;
  margin-top: 0.67643em;
  margin-bottom: 0.67643em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.333em;
  line-height: 1.91715em;
  margin-top: 0.95857em;
  margin-bottom: 0.95857em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.27778em;
  margin-top: 1.27778em;
  margin-bottom: 1.27778em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.53949em;
  margin-top: 1.53949em;
  margin-bottom: 1.53949em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 1.90713em;
  margin-top: 1.90713em;
  margin-bottom: 1.90713em;
}

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.27778em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.27778em;
}

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

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

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

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

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

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

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.27778em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.05556em;
  border-top-style: solid;
  padding-top: 0.39167em;
  border-bottom-width: 0.05556em;
  border-bottom-style: solid;
  padding-bottom: 0.775em;
  border-left-width: 0.05556em;
  border-left-style: solid;
  padding-left: 0.775em;
  border-right-width: 0.05556em;
  border-right-style: solid;
  padding-right: 0.775em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_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.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_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 443, ../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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../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 471, ../sass/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.27778em;
  margin-bottom: 1.27778em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#header,
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 42, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 61, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3.529em;
    position: relative;
  }

  /* line 66, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3.529em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 87, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 89, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 94, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 102, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 104, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 109, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 117, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 119, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 124, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 129, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 135, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 139, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 144, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 148, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 165, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 167, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 172, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 180, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 182, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 187, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 195, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 197, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 202, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 207, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 5.333em;
  line-height: 1.19799em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.27778em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 244, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 249, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 254, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.27778em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.27778em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.27778em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.63889em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.27778em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.27778em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 1.27778em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 635, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.27778em;
}

/* line 663, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.27778em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 714, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1399870539');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: none !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 18px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* Basic page stuff */
/* line 4, ../sass/corporate.scss */
body {
  /*background-color: $body-background;*/
  color: #333;
  padding: 0;
}

/* line 9, ../sass/corporate.scss */
#page {
  background-color: white;
}

/* line 12, ../sass/corporate.scss */
#page-title {
  padding: 20px 0;
}

/* line 15, ../sass/corporate.scss */
.page-title-wrapper {
  background: transparent url(../images/page-title-bg.jpg) 0 0 repeat;
  margin-bottom: 0px;
}
@media all and (max-width: 640px) {
  /* line 19, ../sass/corporate.scss */
  .page-title-wrapper h1#page-title {
    font-size: 2.0em;
  }
}

/* line 24, ../sass/corporate.scss */
a {
  text-decoration: none;
  color: #00568e;
}
/* line 27, ../sass/corporate.scss */
a:hover, a.active, a.active-trail {
  text-decoration: underline;
}

/* line 32, ../sass/corporate.scss */
h1, h2, h3, h4, h5, h6 {
  color: #3e3e3e;
  margin: 0 0 1.0em 0;
  line-height: 1.25em;
}

/* line 37, ../sass/corporate.scss */
p {
  margin: 0 0 1.0em 0;
}

/* line 40, ../sass/corporate.scss */
hr {
  border: 1px solid #ebebeb;
}

/* line 44, ../sass/corporate.scss */
.hidden p {
  margin: 0;
}

@media all and (max-width: 400px) {
  /* line 48, ../sass/corporate.scss */
  input#edit-title {
    width: 100%;
  }
}

@media all and (max-width: 400px) {
  /* line 53, ../sass/corporate.scss */
  #edit-title-wrapper ul.ui-menu[data-sa-theme="minimal"] {
    width: 250px !important;
    min-width: 200px;
  }
}

/* line 60, ../sass/corporate.scss */
.maintenance-block {
  border: 2px solid red;
  color: red;
  margin: 0;
  padding: 30px;
  text-align: center;
}

/* Corporate Right Sidebar */
/* line 69, ../sass/corporate.scss */
.region-sidebar-second {
  padding: 0 0 0 20px;
}
/* line 72, ../sass/corporate.scss */
.region-sidebar-second .block .block-content-wrapper {
  padding: 0px 20px 10px 20px;
  color: #f9b200;
}
/* line 75, ../sass/corporate.scss */
.region-sidebar-second .block .block-content-wrapper a {
  color: #f9b200;
  text-decoration: underline;
}
/* line 79, ../sass/corporate.scss */
.region-sidebar-second .block .block-content-wrapper h2, .region-sidebar-second .block .block-content-wrapper h3, .region-sidebar-second .block .block-content-wrapper h4, .region-sidebar-second .block .block-content-wrapper h5, .region-sidebar-second .block .block-content-wrapper h6 {
  color: #f9b200;
}

/* line 85, ../sass/corporate.scss */
.region-sidebar-second .block.image-block .block-content-wrapper {
  padding: 0;
}

/* line 88, ../sass/corporate.scss */
.front .region-sidebar-second {
  padding-top: 1.42857em;
}

/* Corporate Main Content */
/* line 96, ../sass/corporate.scss */
#main {
  padding: 0;
}
/* line 98, ../sass/corporate.scss */
#main #main-content-wrapper, #main .page-title-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 102, ../sass/corporate.scss */
#main #main-content-wrapper #content, #main .page-title-inner #content {
  padding: 0;
}
/* line 106, ../sass/corporate.scss */
#main #main-content-wrapper.body-present {
  padding: 55px 20px;
}

/* Social block */
/* line 112, ../sass/corporate.scss */
#block-views-social-block-block {
  background-color: #ffcc00;
  float: left;
  width: 50%;
}
@media all and (max-width: 768px) {
  /* line 112, ../sass/corporate.scss */
  #block-views-social-block-block {
    width: 100%;
  }
}
/* line 119, ../sass/corporate.scss */
#block-views-social-block-block .block-content-wrapper {
  padding: 65px 75px;
  text-align: center;
  color: #000;
}
@media all and (max-width: 768px) {
  /* line 119, ../sass/corporate.scss */
  #block-views-social-block-block .block-content-wrapper {
    padding: 10% 15%;
  }
}
/* line 126, ../sass/corporate.scss */
#block-views-social-block-block .block-content-wrapper p {
  margin: 0;
  padding-bottom: 20px;
}
/* line 131, ../sass/corporate.scss */
#block-views-social-block-block .views-field-field-social-headline {
  /*font-size: 5.111em;*/
  font-size: 4.2vw;
  font-family: Sommet;
  line-height: 1.0em;
  padding-bottom: 35px;
  text-align: left;
}
@media all and (min-width: 1920px) {
  /* line 131, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-headline {
    font-size: 5.111em;
  }
}
@media all and (max-width: 768px) {
  /* line 131, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-headline {
    font-size: 8.2vw;
  }
}
@media all and (max-width: 480px) {
  /* line 131, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-headline {
    font-size: 2.0em;
  }
}
/* line 148, ../sass/corporate.scss */
#block-views-social-block-block .views-field-field-social-description {
  /*font-size: 2.0em;*/
  font-size: 1.6vw;
  font-family: Sommet;
  line-height: 1.2em;
  padding-bottom: 15px;
  text-align: left;
}
@media all and (min-width: 1920px) {
  /* line 148, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-description {
    font-size: 2.0em;
  }
}
@media all and (max-width: 768px) {
  /* line 148, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-description {
    font-size: 3.2vw;
  }
}
@media all and (max-width: 480px) {
  /* line 148, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-description {
    font-size: 1.0em;
  }
}
/* line 165, ../sass/corporate.scss */
#block-views-social-block-block .views-field-field-social-hashtag {
  /*font-size: 2.667em;*/
  font-size: 2.8vw;
  font-family: Sommet;
  font-weight: bold;
  line-height: 1.0em;
  padding-bottom: 35px;
  text-align: left;
}
@media all and (min-width: 1920px) {
  /* line 165, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-hashtag {
    font-size: 2.667em;
  }
}
@media all and (max-width: 768px) {
  /* line 165, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-hashtag {
    font-size: 5.6vw;
  }
}
@media all and (max-width: 480px) {
  /* line 165, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-hashtag {
    font-size: 1.2em;
  }
}
/* line 184, ../sass/corporate.scss */
#block-views-social-block-block .views-field-field-social-media-icons .social-1, #block-views-social-block-block .views-field-field-social-media-icons .social-2, #block-views-social-block-block .views-field-field-social-media-icons .social-3 {
  margin-right: 10px;
}
@media all and (max-width: 480px) {
  /* line 188, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-media-icons .social-2 {
    margin-right: 0;
  }
  /* line 191, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-media-icons .social-3 {
    clear: left;
  }
  /* line 194, ../sass/corporate.scss */
  #block-views-social-block-block .views-field-field-social-media-icons .social-1, #block-views-social-block-block .views-field-field-social-media-icons .social-2, #block-views-social-block-block .views-field-field-social-media-icons .social-3, #block-views-social-block-block .views-field-field-social-media-icons .social-4 {
    float: left;
  }
}

/* Video block */
/* line 202, ../sass/corporate.scss */
#block-views-video-block {
  float: left;
  width: 50%;
}
@media all and (max-width: 768px) {
  /* line 202, ../sass/corporate.scss */
  #block-views-video-block {
    width: 100%;
  }
}

/* line 209, ../sass/corporate.scss */
.view-video {
  /*height: 575px;*/
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 209, ../sass/corporate.scss */
  .view-video {
    /*height: 280px;*/
    background-size: auto 100% !important;
  }
}
/* line 216, ../sass/corporate.scss */
.view-video img {
  width: 100%;
  display: block;
}
/* line 220, ../sass/corporate.scss */
.view-video .video-play-button {
  width: 106px;
  height: 106px;
  display: block;
  background: url("../images/icons/video-play-button.png") no-repeat scroll center center transparent;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 232, ../sass/corporate.scss */
.view-video .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  /*padding-top: 25px;*/
  padding-top: 0;
  height: 0;
}
/* line 239, ../sass/corporate.scss */
.view-video iframe.media-youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Cohort block */
/* line 249, ../sass/corporate.scss */
#block-block-6,
.cohort-block {
  position: relative;
  background: -webkit-linear-gradient(grey, black);
  background: -o-linear-gradient(grey, black);
  background: -moz-linear-gradient(grey, black);
  background: linear-gradient(#808080, #000000);
  width: 100%;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media all and (max-width: 480px) {
  /* line 249, ../sass/corporate.scss */
  #block-block-6,
  .cohort-block {
    padding-bottom: 60px;
  }
}
/* line 262, ../sass/corporate.scss */
#block-block-6 .cohort-choose-wrapper,
.cohort-block .cohort-choose-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  /* line 262, ../sass/corporate.scss */
  #block-block-6 .cohort-choose-wrapper,
  .cohort-block .cohort-choose-wrapper {
    width: 100%;
  }
}
/* line 269, ../sass/corporate.scss */
#block-block-6 .block-title,
.cohort-block .block-title {
  color: #fff;
  text-align: center;
  font-family: Sommet;
  font-size: 3.8em;
  line-height: 1.1em;
  max-width: 1300px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
}
@media all and (max-width: 480px) {
  /* line 269, ../sass/corporate.scss */
  #block-block-6 .block-title,
  .cohort-block .block-title {
    font-size: 2.5em;
    padding: 60px 0 30px 0;
  }
}
/* line 283, ../sass/corporate.scss */
#block-block-6 .hsschoose,
.cohort-block .hsschoose {
  /*width: 370px;*/
  width: 33.33%;
  /*padding-top: 240px;*/
  float: left;
  text-align: center;
  background: url("../images/cohort-hss.png") no-repeat center 30px transparent;
}
@media all and (max-width: 768px) {
  /* line 283, ../sass/corporate.scss */
  #block-block-6 .hsschoose,
  .cohort-block .hsschoose {
    width: 100%;
    float: none;
  }
}
/* line 292, ../sass/corporate.scss */
#block-block-6 .hsschoose a:hover,
.cohort-block .hsschoose a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 301, ../sass/corporate.scss */
#block-block-6 .hsschoose a#hsschoose,
.cohort-block .hsschoose a#hsschoose {
  /*width: 370px;
  height: 100%;*/
}
/* line 304, ../sass/corporate.scss */
#block-block-6 .hsschoose a#hsschoose:hover,
.cohort-block .hsschoose a#hsschoose:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 309, ../sass/corporate.scss */
#block-block-6 .hsschoose br,
.cohort-block .hsschoose br {
  display: none;
}
/* line 312, ../sass/corporate.scss */
#block-block-6 .hsschoose .cohort-spacing,
.cohort-block .hsschoose .cohort-spacing {
  padding-top: 240px;
}
/* line 315, ../sass/corporate.scss */
#block-block-6 .hsschoose h2,
.cohort-block .hsschoose h2 {
  color: #fff;
  padding: 0 45px;
  margin: 0;
  font-size: 1.889em;
  line-height: 1.1em;
}
/* line 321, ../sass/corporate.scss */
#block-block-6 .hsschoose h2 a,
.cohort-block .hsschoose h2 a {
  color: #fff;
}
/* line 323, ../sass/corporate.scss */
#block-block-6 .hsschoose h2 a:hover,
.cohort-block .hsschoose h2 a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  /* line 323, ../sass/corporate.scss */
  #block-block-6 .hsschoose h2 a:hover,
  .cohort-block .hsschoose h2 a:hover {
    text-decoration: underline;
  }
}
/* line 331, ../sass/corporate.scss */
#block-block-6 .hsschoose .hss-choose,
.cohort-block .hsschoose .hss-choose {
  font-size: 1.0em;
  padding: 15px 20px;
  color: black;
  display: inline-block;
  background-color: #ffd700;
}
/* line 337, ../sass/corporate.scss */
#block-block-6 .hsschoose .hss-choose:hover,
.cohort-block .hsschoose .hss-choose:hover {
  cursor: pointer;
}
/* line 341, ../sass/corporate.scss */
#block-block-6 .hsschoose p,
.cohort-block .hsschoose p {
  margin: 0;
  padding: 20px 0;
}
/* line 346, ../sass/corporate.scss */
#block-block-6 .nhsschoose,
.cohort-block .nhsschoose {
  /*width: 370px;*/
  width: 33.33%;
  /*padding-top: 240px;*/
  float: left;
  text-align: center;
  background: url("../images/cohort-nhss.png") no-repeat center 30px transparent;
}
@media all and (max-width: 768px) {
  /* line 346, ../sass/corporate.scss */
  #block-block-6 .nhsschoose,
  .cohort-block .nhsschoose {
    width: 100%;
    float: none;
  }
}
/* line 355, ../sass/corporate.scss */
#block-block-6 .nhsschoose a:hover,
.cohort-block .nhsschoose a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 364, ../sass/corporate.scss */
#block-block-6 .nhsschoose a#nhsschoose,
.cohort-block .nhsschoose a#nhsschoose {
  /*width: 370px;
  height: 100%;*/
}
/* line 367, ../sass/corporate.scss */
#block-block-6 .nhsschoose a#nhsschoose:hover,
.cohort-block .nhsschoose a#nhsschoose:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 372, ../sass/corporate.scss */
#block-block-6 .nhsschoose br,
.cohort-block .nhsschoose br {
  display: none;
}
/* line 375, ../sass/corporate.scss */
#block-block-6 .nhsschoose .cohort-spacing,
.cohort-block .nhsschoose .cohort-spacing {
  padding-top: 240px;
}
/* line 378, ../sass/corporate.scss */
#block-block-6 .nhsschoose h2,
.cohort-block .nhsschoose h2 {
  color: #fff;
  padding: 0 45px;
  margin: 0;
  font-size: 1.889em;
  line-height: 1.1em;
}
/* line 384, ../sass/corporate.scss */
#block-block-6 .nhsschoose h2 a,
.cohort-block .nhsschoose h2 a {
  color: #fff;
}
/* line 386, ../sass/corporate.scss */
#block-block-6 .nhsschoose h2 a:hover,
.cohort-block .nhsschoose h2 a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  /* line 386, ../sass/corporate.scss */
  #block-block-6 .nhsschoose h2 a:hover,
  .cohort-block .nhsschoose h2 a:hover {
    text-decoration: underline;
  }
}
/* line 394, ../sass/corporate.scss */
#block-block-6 .nhsschoose .nhss-choose,
.cohort-block .nhsschoose .nhss-choose {
  font-size: 1.0em;
  padding: 15px 20px;
  color: black;
  display: inline-block;
  background-color: #ffd700;
}
/* line 400, ../sass/corporate.scss */
#block-block-6 .nhsschoose .nhss-choose:hover,
.cohort-block .nhsschoose .nhss-choose:hover {
  cursor: pointer;
}
/* line 404, ../sass/corporate.scss */
#block-block-6 .nhsschoose p,
.cohort-block .nhsschoose p {
  margin: 0;
  padding: 20px 0;
}
/* line 409, ../sass/corporate.scss */
#block-block-6 .intchoose,
.cohort-block .intchoose {
  /*width: 370px;*/
  width: 33.33%;
  /*padding-top: 240px;*/
  float: left;
  text-align: center;
  background: url("../images/cohort-international.png") no-repeat center 30px transparent;
}
@media all and (max-width: 768px) {
  /* line 409, ../sass/corporate.scss */
  #block-block-6 .intchoose,
  .cohort-block .intchoose {
    width: 100%;
    float: none;
  }
}
/* line 418, ../sass/corporate.scss */
#block-block-6 .intchoose a:hover,
.cohort-block .intchoose a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 427, ../sass/corporate.scss */
#block-block-6 .intchoose a#intchoose,
.cohort-block .intchoose a#intchoose {
  /*width: 370px;
  height: 100%;*/
}
/* line 430, ../sass/corporate.scss */
#block-block-6 .intchoose a#intchoose:hover,
.cohort-block .intchoose a#intchoose:hover {
  cursor: pointer;
  text-decoration: underline;
  /*.int-choose{
    text-decoration: underline;
  }*/
}
/* line 438, ../sass/corporate.scss */
#block-block-6 .intchoose br,
.cohort-block .intchoose br {
  display: none;
}
/* line 441, ../sass/corporate.scss */
#block-block-6 .intchoose .cohort-spacing,
.cohort-block .intchoose .cohort-spacing {
  padding-top: 240px;
}
/* line 444, ../sass/corporate.scss */
#block-block-6 .intchoose h2,
.cohort-block .intchoose h2 {
  color: #fff;
  padding: 0 45px;
  margin: 0;
  font-size: 1.889em;
  line-height: 1.1em;
}
/* line 450, ../sass/corporate.scss */
#block-block-6 .intchoose h2 a,
.cohort-block .intchoose h2 a {
  color: #fff;
}
/* line 452, ../sass/corporate.scss */
#block-block-6 .intchoose h2 a:hover,
.cohort-block .intchoose h2 a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  /* line 452, ../sass/corporate.scss */
  #block-block-6 .intchoose h2 a:hover,
  .cohort-block .intchoose h2 a:hover {
    text-decoration: underline;
  }
}
/* line 460, ../sass/corporate.scss */
#block-block-6 .intchoose .int-choose,
.cohort-block .intchoose .int-choose {
  font-size: 1.0em;
  padding: 15px 20px;
  color: black;
  display: inline-block;
  background-color: #ffd700;
}
/* line 466, ../sass/corporate.scss */
#block-block-6 .intchoose .int-choose:hover,
.cohort-block .intchoose .int-choose:hover {
  cursor: pointer;
}
/* line 470, ../sass/corporate.scss */
#block-block-6 .intchoose p,
.cohort-block .intchoose p {
  margin: 0;
  padding: 20px 0;
}

/* Course block */
/* line 478, ../sass/corporate.scss */
#block-block-7,
.course-block {
  float: right;
  position: relative;
  width: 50%;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  /* line 478, ../sass/corporate.scss */
  #block-block-7,
  .course-block {
    width: 100%;
    height: auto !important;
  }
}
/* line 488, ../sass/corporate.scss */
#block-block-7 .related-links-wrapper,
.course-block .related-links-wrapper {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  /*border-top: 10px solid #2f2f2f;*/
}
@media all and (max-width: 768px) {
  /* line 488, ../sass/corporate.scss */
  #block-block-7 .related-links-wrapper,
  .course-block .related-links-wrapper {
    border-top: none;
    position: relative;
    display: block;
  }
}
/* line 499, ../sass/corporate.scss */
#block-block-7 .related-links-wrapper .related-links-inner,
.course-block .related-links-wrapper .related-links-inner {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  /* line 499, ../sass/corporate.scss */
  #block-block-7 .related-links-wrapper .related-links-inner,
  .course-block .related-links-wrapper .related-links-inner {
    width: 100%;
    display: block;
  }
}
/* line 508, ../sass/corporate.scss */
#block-block-7 .related-links-wrapper .related-links,
.course-block .related-links-wrapper .related-links {
  /*width: 370px;*/
  border-bottom: 1px solid #5a5858;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
/* line 510, ../sass/corporate.scss */
#block-block-7 .related-links-wrapper .related-links.last,
.course-block .related-links-wrapper .related-links.last {
  border-bottom: none;
}
@media all and (max-width: 768px) {
  /* line 508, ../sass/corporate.scss */
  #block-block-7 .related-links-wrapper .related-links,
  .course-block .related-links-wrapper .related-links {
    width: 100%;
    float: none;
  }
}
/* line 521, ../sass/corporate.scss */
#block-block-7 .related-links-wrapper .related-links a,
.course-block .related-links-wrapper .related-links a {
  font-size: 2.0em;
  line-height: 1.2em;
  color: #2f2f2f;
  margin: 20px 0;
  padding-right: 40px;
  display: inline-block;
  background: url("../images/icons/arrow-right.png") no-repeat right center transparent;
}
@media all and (max-width: 768px) {
  /* line 521, ../sass/corporate.scss */
  #block-block-7 .related-links-wrapper .related-links a,
  .course-block .related-links-wrapper .related-links a {
    font-size: 1.5em;
    background: url("../images/icons/arrow-right.png") no-repeat right 10px center transparent;
  }
}

/* line 538, ../sass/corporate.scss */
#backtotop {
  display: block;
  float: right;
  line-height: 38px;
  font-size: 1.0em;
  text-align: right;
  padding: 30px 20px 30px 42px;
  background: transparent url(../images/back-to-top-arrow.png) 0px 30px no-repeat;
  width: 100px;
  margin: 0;
  color: #6d6e71;
  text-decoration: none;
}
/* line 550, ../sass/corporate.scss */
#backtotop:hover {
  text-decoration: underline;
}

/* line 555, ../sass/corporate.scss */
#colorbox {
  max-width: 100%;
}
/* line 557, ../sass/corporate.scss */
#colorbox #cboxWrapper {
  background: none;
}
/* line 559, ../sass/corporate.scss */
#colorbox #cboxWrapper #cboxContent {
  background: none;
}
/* line 561, ../sass/corporate.scss */
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  margin-top: 35px;
  margin-bottom: 0;
  overflow: hidden !important;
}
/* line 565, ../sass/corporate.scss */
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent img {
  max-width: 100%;
}
/* line 568, ../sass/corporate.scss */
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent iframe {
  max-width: 100%;
}
/* line 572, ../sass/corporate.scss */
#colorbox #cboxWrapper #cboxContent #cboxClose {
  /* Colorbox - change position of close button to top right corner */
  background: transparent url("../images/icons/yellow-close.jpg") no-repeat 0 0;
  right: 0;
  top: 0;
}

/* Search Results */
/* line 584, ../sass/corporate.scss */
.page-search-node .search-results li {
  margin-bottom: 2.5em;
}
/* line 587, ../sass/corporate.scss */
.page-search-node .search-info {
  display: none;
}

/* Maintenance Page */
/* line 593, ../sass/corporate.scss */
.maintenance-page {
  position: relative;
}
/* line 595, ../sass/corporate.scss */
.maintenance-page #header {
  width: 100%;
}
/* line 597, ../sass/corporate.scss */
.maintenance-page #header #logo-title {
  margin: 0 auto;
  max-width: 1145px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
/* line 604, ../sass/corporate.scss */
.maintenance-page #header #name-and-slogan h1 {
  margin: 0;
}
/* line 608, ../sass/corporate.scss */
.maintenance-page #container {
  width: 100%;
}
/* line 610, ../sass/corporate.scss */
.maintenance-page #container #main {
  margin: 0 auto;
  max-width: 1145px;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  position: relative;
  text-align: center;
}
/* line 617, ../sass/corporate.scss */
.maintenance-page #container #main #page-title {
  margin-bottom: 0;
}

/****** RESPONSIVE SCREEN SIZES ******/
/** HEADER **/
@media all and (max-width: 555px) {
  /* line 630, ../sass/corporate.scss */
  #header #header-inner {
    margin: 10px 30px;
  }
  /* line 632, ../sass/corporate.scss */
  #header #header-inner #logo {
    margin-right: 0px;
    padding-right: 0px;
    width: 100%;
    border-right: none;
    text-align: center;
  }
  /* line 639, ../sass/corporate.scss */
  #header #header-inner #name-and-slogan {
    width: 100%;
    padding-top: 5px;
  }
  /* line 642, ../sass/corporate.scss */
  #header #header-inner #name-and-slogan h1 {
    font-size: 35px;
    line-height: 1.42857em;
    text-align: center;
  }

  /* line 649, ../sass/corporate.scss */
  .maintenance-page #logo-title {
    margin: 10px 30px;
  }
  /* line 651, ../sass/corporate.scss */
  .maintenance-page #logo-title #logo {
    margin-right: 0px;
    padding-right: 0px;
    width: 100%;
    border-right: none;
    text-align: center;
  }
  /* line 658, ../sass/corporate.scss */
  .maintenance-page #logo-title #name-and-slogan {
    width: 100%;
    padding-top: 5px;
  }
  /* line 661, ../sass/corporate.scss */
  .maintenance-page #logo-title #name-and-slogan h1 {
    font-size: 35px;
    line-height: 1.42857em;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  /* line 670, ../sass/corporate.scss */
  #header #header-inner #name-and-slogan h1 {
    font-size: 8.6vw;
  }

  /* line 673, ../sass/corporate.scss */
  .maintenance-page #header #name-and-slogan h1 {
    font-size: 8.6vw;
  }
}
/** SEARCH BOX **/
@media all and (max-width: 815px) {
  /* line 682, ../sass/corporate.scss */
  #block-unswsearchbox-header-search {
    display: none;
  }
}
/** NAV MENU **/
@media all and (max-width: 755px) {
  /* line 690, ../sass/corporate.scss */
  #block-nice-menus-1 {
    min-height: 65px;
  }
  /* line 693, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li a {
    min-height: 50px;
    line-height: 20px;
    padding-top: 15px;
  }
  /* line 698, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li.first {
    background: transparent url("../images/navmenu/home.png") no-repeat 18px 18px;
  }
  /* line 700, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li.first a {
    padding-top: 15px;
  }
  /* line 702, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li.first a:hover, #block-nice-menus-1 ul.nice-menu li.first a:hover.active {
    background: #fac800 url("../images/navmenu/home-active.png") no-repeat 18px 18px;
    -webkit-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 8px 18px -11px rgba(0, 0, 0, 0.75);
  }
  /* line 708, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li.first a.active {
    background: transparent url("../images/navmenu/home.png") no-repeat 18px 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 716, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li:nth-child(2) a {
    padding-top: 15px;
  }
  /* line 719, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li:nth-child(3) a {
    padding-top: 15px;
  }
  /* line 722, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li:nth-child(4) a {
    padding-top: 15px;
  }
  /* line 725, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li:nth-child(5) a {
    padding-top: 15px;
  }
  /* line 728, ../sass/corporate.scss */
  #block-nice-menus-1 ul.nice-menu li:nth-child(6) a {
    padding-top: 15px;
  }
}
@media all and (max-width: 768px) {
  /* line 735, ../sass/corporate.scss */
  .js #block-nice-menus-2,
  .share-text-block {
    display: none;
  }

  /*.js .slicknav_menu {
		display:block;
		ul[style]{
			visibility: visible !important;
		}
	}*/
}
/** BANNER **/
@media all and (max-width: 650px) {
  /* line 752, ../sass/corporate.scss */
  .banner-block-wrapper {
    bottom: 50px;
  }

  /* line 755, ../sass/corporate.scss */
  #widget_pager_bottom_banner-block {
    bottom: 60px;
  }
}
@media all and (max-width: 590px) {
  /* line 760, ../sass/corporate.scss */
  .banner-block-wrapper {
    bottom: 40px;
  }

  /* line 763, ../sass/corporate.scss */
  #widget_pager_bottom_banner-block {
    bottom: 50px;
  }
}
@media all and (max-width: 540px) {
  /* line 768, ../sass/corporate.scss */
  .banner-block-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  /* line 774, ../sass/corporate.scss */
  #widget_pager_bottom_banner-block {
    bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  /* line 779, ../sass/corporate.scss */
  #widget_pager_bottom_banner-block {
    bottom: 10px;
    width: 100%;
    left: 0;
  }
  /* line 783, ../sass/corporate.scss */
  #widget_pager_bottom_banner-block .views-slideshow-pager-field-item.views-row-last {
    padding-right: 30px;
  }

  /* line 787, ../sass/corporate.scss */
  .banner-block-wrapper {
    background: none;
  }

  /* line 790, ../sass/corporate.scss */
  .views-slideshow-cycle-main-frame {
    background: url("../images/banner/banner-bg.png") repeat 0 0;
  }
}
/** 2ND SIDE BAR **/
@media all and (max-width: 959px) {
  /* line 799, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second {
    padding-left: 30px;
    margin-right: 0;
  }
  /* line 802, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    margin-left: 0;
    margin-right: 20px;
    clear: none;
    /*padding: 20px 20px 10px 20px;*/
    width: 30.8%;
  }
  /* line 809, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block-id-4, .front.two-sidebars .region-sidebar-second .block-id-7, .front.two-sidebars .region-sidebar-second .block-id-10 {
    clear: left;
  }
}
@media all and (max-width: 860px) {
  /* line 816, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    width: 47%;
  }
  /* line 819, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block-id-1 {
    clear: none;
  }
  /* line 822, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .odd {
    clear: left;
  }
  /* line 825, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .even {
    clear: none;
  }
}
@media all and (max-width: 730px) {
  /* line 832, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    width: 46%;
  }
}
@media all and (max-width: 640px) {
  /* line 838, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second {
    padding-top: 0;
  }
  /* line 840, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    /*width: 93%;*/
    width: 100%;
  }
  /* line 844, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .last {
    margin-bottom: 0;
  }

  /* line 848, ../sass/corporate.scss */
  .region-sidebar-second {
    padding: 0 10px;
  }
  /* line 850, ../sass/corporate.scss */
  .region-sidebar-second .block-content-wrapper {
    padding: 0 !important;
  }
}
@media all and (max-width: 585px) {
  /* line 857, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    /*width: 91%;*/
  }
}
@media all and (max-width: 485px) {
  /* line 864, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    /*width: 89%;*/
  }
  /* line 867, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .last {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 350px) {
  /* line 874, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .block {
    /*width: 84%;*/
  }
  /* line 877, ../sass/corporate.scss */
  .front.two-sidebars .region-sidebar-second .first {
    margin-top: 0;
  }
}
/** MAIN CONTENT **/
/** FOOTER **/
@media all and (max-width: 900px) {
  /* line 891, ../sass/corporate.scss */
  .connect-block,
  .maintenance-page .connect-block {
    position: absolute;
    right: 30px;
    bottom: 0px;
  }

  /* line 897, ../sass/corporate.scss */
  #block-unswiconbar-iconbar-footer,
  .maintenance-page #block-unswiconbar-iconbar-footer {
    width: 20%;
  }
}
@media all and (max-width: 720px) {
  /* line 903, ../sass/corporate.scss */
  #footer,
  .maintenance-page #footer {
    padding: 25px 0;
  }

  /* line 907, ../sass/corporate.scss */
  #block-boxes-unsw-social-icons,
  #block-unswiconbar-iconbar-footer,
  #footer .block,
  .maintenance-page #block-boxes-unsw-social-icons,
  .maintenance-page #block-unswiconbar-iconbar-footer,
  .maintenance-page #footer .block {
    float: none !important;
    clear: both !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* line 919, ../sass/corporate.scss */
  #block-menu-menu-footer,
  #block-unswiconbar-iconbar-footer,
  #block-boxes-unsw-footer-text,
  #block-unswlatestupdated-footer,
  .maintenance-page #block-menu-menu-footer,
  .maintenance-page #block-unswiconbar-iconbar-footer,
  .maintenance-page #block-boxes-unsw-footer-text,
  .maintenance-page #block-unswlatestupdated-footer {
    text-align: left;
  }

  /* line 929, ../sass/corporate.scss */
  #footer .block-content-wrapper,
  .maintenance-page #footer .block-content-wrapper {
    padding: 0 30px;
  }

  /* line 933, ../sass/corporate.scss */
  .connect-block,
  .maintenance-page .connect-block {
    position: static;
    top: 0;
    left: 0;
    text-align: left;
  }
}
/* line 941, ../sass/corporate.scss */
.footer-wrapper,
.maintenance-page #footer-wrapper {
  clear: both;
}

/* imce styles */
/* line 947, ../sass/corporate.scss */
.button-style {
  border: 3px solid black;
  color: black;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1em;
  margin-right: 25px;
  padding: 10px 20px;
  text-decoration: none !important;
}
/* line 956, ../sass/corporate.scss */
.button-style:hover {
  color: #6d6e71 !important;
  border: 3px solid #6d6e71;
  text-decoration: none;
  cursor: pointer;
}
/* line 962, ../sass/corporate.scss */
.button-style a {
  color: black;
}

/* line 966, ../sass/corporate.scss */
.button-style-yellow {
  color: black;
  display: inline-block;
  font-size: 1em;
  border: 0;
  padding: 15px 0;
}
/* line 972, ../sass/corporate.scss */
.button-style-yellow a {
  color: black;
  padding: 15px 20px;
  background-color: #ffd700;
}
/* line 976, ../sass/corporate.scss */
.button-style-yellow a:hover {
  color: #6d6e71 !important;
  text-decoration: none;
  cursor: pointer;
}

/* line 984, ../sass/corporate.scss */
.node-page .field-name-body {
  /*padding: 20px;*/
}
@media all and (max-width: 640px) {
  /* line 984, ../sass/corporate.scss */
  .node-page .field-name-body {
    padding: 10px;
  }
}

/* line 991, ../sass/corporate.scss */
.messages--warning {
  display: none;
}

/* Header */
/* line 4, ../sass/header.scss */
#header {
  background-color: white;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  border-bottom: 10px solid #ffcc00;
}
/* line 11, ../sass/header.scss */
#header #header-inner {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
}
/* line 17, ../sass/header.scss */
#header #header-inner .header__region {
  clear: none;
}
/* line 21, ../sass/header.scss */
#header #logo {
  float: left;
  padding-right: 36px;
}
/* line 24, ../sass/header.scss */
#header #logo img {
  height: 70px;
  width: 165px;
}
/* line 29, ../sass/header.scss */
#header #name-and-slogan {
  padding-top: 8px;
}
/* line 31, ../sass/header.scss */
#header #name-and-slogan h1 {
  font-size: 34px;
  line-height: 1.2em;
}
/* line 34, ../sass/header.scss */
#header #name-and-slogan h1 a {
  font-weight: normal;
}
/* line 36, ../sass/header.scss */
#header #name-and-slogan h1 a:hover {
  text-decoration: none;
}

/* line 45, ../sass/header.scss */
#block-unswsearchbox-header-search input[type=text] {
  height: 24px;
}

/* line 49, ../sass/header.scss */
.block-unswsearchbox {
  position: relative;
  float: right;
  margin-bottom: 0;
}
/* line 53, ../sass/header.scss */
.block-unswsearchbox .form-radios .form-item {
  padding-left: 20px;
}

/* UPP form, targeted by ID everywhere */
/* line 59, ../sass/header.scss */
.page-node-2500 h1 {
  font-size: 2em;
}
/* line 62, ../sass/header.scss */
.page-node-2500 .messages--warning {
  display: block;
}

/* line 3, ../sass/navigation-menu.scss */
.slicknav_menu {
  display: none;
}

/* Top Navigation Menu */
/* line 9, ../sass/navigation-menu.scss */
#top-navigation {
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #f9b200;
}

/* line 15, ../sass/navigation-menu.scss */
#block-nice-menus-1 {
  max-width: 1300px;
  padding: 0;
  margin: 0 auto;
}
/* line 19, ../sass/navigation-menu.scss */
#block-nice-menus-1 ul.nice-menu {
  max-width: 100%;
}
/* line 21, ../sass/navigation-menu.scss */
#block-nice-menus-1 ul.nice-menu li {
  background: none;
  border: none;
}
/* line 24, ../sass/navigation-menu.scss */
#block-nice-menus-1 ul.nice-menu li a {
  /*color: #FFFFFF;*/
  color: #2f2f2f;
  text-decoration: none;
  font-size: 1.0em;
  line-height: 40px;
  padding: 0 23px;
  text-align: center;
  display: block;
}
/* line 33, ../sass/navigation-menu.scss */
#block-nice-menus-1 ul.nice-menu li a.active, #block-nice-menus-1 ul.nice-menu li a:hover, #block-nice-menus-1 ul.nice-menu li a.active-trail {
  background-color: #fac800;
  color: #2f2f2f;
}
/* line 39, ../sass/navigation-menu.scss */
#block-nice-menus-1 ul.nice-menu li.active-trail a {
  background-color: #fac800;
  color: #2f2f2f;
}

/* Main menu */
/* line 49, ../sass/navigation-menu.scss */
#navigation {
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #2f2f2f;
}
/* line 55, ../sass/navigation-menu.scss */
#navigation .region-navigation {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 60, ../sass/navigation-menu.scss */
#navigation .share-text-block {
  float: right;
}
/* line 62, ../sass/navigation-menu.scss */
#navigation .share-text-block p {
  color: white;
  text-decoration: none;
  font-size: 1.0em;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  display: block;
}
/* line 72, ../sass/navigation-menu.scss */
#navigation .share-icons-block {
  float: right;
  margin-top: 10px;
  padding-left: 20px;
}
/* line 76, ../sass/navigation-menu.scss */
#navigation .share-icons-block p {
  margin: 0;
  padding: 0;
}
/* line 80, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.facebook-share {
  background: url("../images/icons/facebook.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 88, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.facebook-share:hover {
  background: url("../images/icons/facebook_hover.png") no-repeat scroll 0 0 transparent;
}
/* line 92, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.twitter-share {
  background: url("../images/icons/twitter.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 100, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.twitter-share:hover {
  background: url("../images/icons/twitter_hover.png") no-repeat scroll 0 0 transparent;
}
/* line 104, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.instagram-share {
  background: url("../images/icons/instagram.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 112, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.instagram-share:hover {
  background: url("../images/icons/instagram_hover.png") no-repeat scroll 0 0 transparent;
}
/* line 116, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.youtube-share {
  background: url("../images/icons/youtube.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 125, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.linkedin-share {
  background: url("../images/icons/linkedin.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 134, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.google-share {
  background: url("../images/icons/google+.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  text-decoration: none;
  width: 34px;
}
/* line 143, ../sass/navigation-menu.scss */
#navigation .share-icons-block a.pinterest-share {
  background: url("../images/icons/pinterest.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  text-decoration: none;
  width: 34px;
}

/* line 154, ../sass/navigation-menu.scss */
#block-nice-menus-2 {
  float: left;
  padding: 0;
  /*margin-right: 800px;*/
}
/* line 158, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu {
  max-width: 100%;
}
/* line 160, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li {
  background: none;
  border: none;
}
/* line 163, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li a {
  color: white;
  text-decoration: none;
  font-size: 1.0em;
  padding: 16px 15px;
  text-align: center;
  display: block;
}
/* line 170, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li a:hover {
  color: #ffd700;
  text-decoration: underline;
  background: url("../images/navmenu/menu-hover.png") no-repeat scroll bottom center transparent;
}
/* line 176, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li span {
  color: white;
  text-decoration: none;
  font-size: 1.0em;
  padding: 16px 0;
  text-align: center;
  display: block;
}
/* line 184, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li.menu-path-front {
  background: url("../images/icons/fs_homeicon.png") no-repeat scroll center 18px transparent;
}
/* line 186, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li.menu-path-front a {
  text-indent: -9999px;
  width: 30px;
}
/* line 192, ../sass/navigation-menu.scss */
#block-nice-menus-2 ul.nice-menu li.active-trail a {
  /*color: #ffd700;
  text-decoration: underline;
  background: url("../images/navmenu/menu-hover.png") no-repeat scroll bottom center transparent;*/
}

/* line 199, ../sass/navigation-menu.scss */
#block-unsw-authlogged {
  background-color: #e2e2e2;
  color: #555;
  margin-bottom: 0;
  padding: 8px 0;
}
/* line 200, ../sass/navigation-menu.scss */
#block-unsw-authlogged .block-content-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
/* line 209, ../sass/navigation-menu.scss */
#block-unsw-authlogged ul {
  padding: 0;
  margin: 0;
  float: right;
}
/* line 213, ../sass/navigation-menu.scss */
#block-unsw-authlogged ul li {
  float: left;
  padding: 0 10px;
  list-style-image: none;
  list-style-type: none;
  border-right: 1px solid #6d6f72;
}
/* line 219, ../sass/navigation-menu.scss */
#block-unsw-authlogged ul li.last {
  border-right: none;
}
/* line 222, ../sass/navigation-menu.scss */
#block-unsw-authlogged ul li a[href="/user/logout"] {
  padding-right: 30px;
  background: transparent url(../images/logout_icon.png) right center no-repeat;
}
/* line 226, ../sass/navigation-menu.scss */
#block-unsw-authlogged ul li a {
  color: #555;
  text-decoration: none;
}
/* line 229, ../sass/navigation-menu.scss */
#block-unsw-authlogged ul li a:hover {
  text-decoration: underline;
  color: black;
}

/* line 238, ../sass/navigation-menu.scss */
#mobileshare {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 238, ../sass/navigation-menu.scss */
  #mobileshare {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    float: right;
    margin: 0;
    padding: 12px 15px;
    cursor: pointer;
  }
}

/* line 253, ../sass/navigation-menu.scss */
#mobilesharenav {
  width: 100%;
  top: 39px;
  color: white;
  display: none;
  position: absolute;
  background-color: #1e1e1e;
  padding: 5px 0;
  text-align: right;
  z-index: 10;
}
/* line 263, ../sass/navigation-menu.scss */
#mobilesharenav p {
  margin: 0;
  padding: 0;
}
/* line 267, ../sass/navigation-menu.scss */
#mobilesharenav a.facebook-share {
  background: url("../images/icons/facebook.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 276, ../sass/navigation-menu.scss */
#mobilesharenav a.twitter-share {
  background: url("../images/icons/twitter.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 285, ../sass/navigation-menu.scss */
#mobilesharenav a.linkedin-share {
  background: url("../images/icons/linkedin.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}

/* Banner */
/* line 4, ../sass/banner.scss */
#banner {
  margin: 0 auto;
  /*max-width: $main-max;*/
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/banner.scss */
#banner .block {
  margin-bottom: 0;
}

/* Full Width Banner */
/* line 17, ../sass/banner.scss */
#block-views-promo-spot-block {
  background: -webkit-linear-gradient(lightgrey, black);
  background: -o-linear-gradient(lightgrey, black);
  background: -moz-linear-gradient(lightgrey, black);
  background: linear-gradient(#d3d3d3, #000000);
  color: #fff;
  text-align: center;
  position: relative;
  clear: both;
}
/* line 26, ../sass/banner.scss */
#block-views-promo-spot-block .views-field-field-promo-image-1 {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 26, ../sass/banner.scss */
  #block-views-promo-spot-block .views-field-field-promo-image-1 {
    display: block;
    width: 100%;
  }
}
/* line 33, ../sass/banner.scss */
#block-views-promo-spot-block .views-field-field-promo-headline {
  font-size: 5.833em;
  /*font-size: 7.0vw;*/
  font-family: Sommet;
  line-height: 1.2em;
  position: absolute;
  /*bottom: 15%;*/
  bottom: 10%;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  /* line 33, ../sass/banner.scss */
  #block-views-promo-spot-block .views-field-field-promo-headline {
    font-size: 7.0vw;
    padding: 15px 5px 0 5px;
    position: relative;
    bottom: 0;
    width: auto !important;
  }
}
/* line 51, ../sass/banner.scss */
#block-views-promo-spot-block .views-field-field-promo-description {
  position: absolute;
  /*bottom: 8%;*/
  bottom: 4%;
  width: 100%;
  margin: 0 auto;
  font-family: Sommet;
  font-size: 1.2em;
}
/* line 59, ../sass/banner.scss */
#block-views-promo-spot-block .views-field-field-promo-description a {
  color: #fff;
  padding-left: 5px;
  padding-right: 30px;
  background: url("../images/icons/arrow-right-white.png") no-repeat right bottom transparent;
}
@media all and (max-width: 768px) {
  /* line 59, ../sass/banner.scss */
  #block-views-promo-spot-block .views-field-field-promo-description a {
    background-size: auto 100%;
    padding-right: 20px;
  }
}
@media all and (max-width: 768px) {
  /* line 51, ../sass/banner.scss */
  #block-views-promo-spot-block .views-field-field-promo-description {
    padding: 10px 5px 10px 5px;
    position: relative;
    bottom: 0;
    font-size: 0.8em;
    width: auto !important;
  }
}
/* line 77, ../sass/banner.scss */
#block-views-promo-spot-block .views-field-title {
  position: absolute;
  bottom: 3%;
  width: 100%;
  margin: 0 auto;
  font-family: Sommet;
  font-size: 1.2em;
}
@media all and (max-width: 768px) {
  /* line 77, ../sass/banner.scss */
  #block-views-promo-spot-block .views-field-title {
    padding: 0px 5px 20px 5px;
    position: relative;
    bottom: 0;
    font-size: 0.8em;
    width: auto !important;
  }
}
/* line 91, ../sass/banner.scss */
#block-views-promo-spot-block .views-field-title a {
  color: #fff;
  padding-right: 30px;
  background: url("../images/icons/arrow-right-white.png") no-repeat right bottom transparent;
}
@media all and (max-width: 768px) {
  /* line 91, ../sass/banner.scss */
  #block-views-promo-spot-block .views-field-title a {
    background-size: auto 100%;
    padding-right: 20px;
  }
}

/* line 102, ../sass/banner.scss */
.promo-spot-primary {
  height: 978px;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 102, ../sass/banner.scss */
  .promo-spot-primary {
    height: 200px;
    background-size: auto 100% !important;
    display: none;
  }
}

/* line 112, ../sass/banner.scss */
#block-views-promo-spot-block-1 {
  width: 50%;
  float: right;
  text-align: center;
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 112, ../sass/banner.scss */
  #block-views-promo-spot-block-1 {
    width: 100%;
  }
}
/* line 120, ../sass/banner.scss */
#block-views-promo-spot-block-1 .views-field-field-promo-image-1 {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 120, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-field-promo-image-1 {
    display: block;
    width: 100%;
  }
  /* line 125, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-field-promo-image-1 img {
    display: block;
  }
}
/* line 130, ../sass/banner.scss */
#block-views-promo-spot-block-1 .views-field-field-promo-description {
  position: absolute;
  bottom: 50px;
  left: 10%;
  color: #fff;
  font-family: Sommet;
  font-size: 1.2em;
}
@media all and (max-width: 768px) {
  /* line 130, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-field-promo-description {
    font-size: 0.8em;
    left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 480px) {
  /* line 130, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-field-promo-description {
    font-size: 0.8em;
    bottom: 30px;
    left: 0;
    padding: 0 5px;
  }
}
/* line 149, ../sass/banner.scss */
#block-views-promo-spot-block-1 .views-field-title {
  position: absolute;
  bottom: 20px;
  left: 10%;
  color: #fff;
  font-family: Sommet;
  font-size: 1.2em;
}
@media all and (max-width: 768px) {
  /* line 149, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-title {
    font-size: 0.8em;
    left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 480px) {
  /* line 149, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-title {
    font-size: 0.8em;
    bottom: 10px;
    left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 320px) {
  /* line 149, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-title {
    width: 100%;
  }
}
/* line 170, ../sass/banner.scss */
#block-views-promo-spot-block-1 .views-field-title a {
  color: #fff;
  padding-right: 30px;
  background: url("../images/icons/arrow-right-white.png") no-repeat right bottom transparent;
}
@media all and (max-width: 768px) {
  /* line 170, ../sass/banner.scss */
  #block-views-promo-spot-block-1 .views-field-title a {
    background-size: auto 100%;
    padding-right: 20px;
  }
}

/* line 181, ../sass/banner.scss */
.promo-spot-secondary {
  /*height: 980px;*/
  position: relative;
}
@media all and (max-width: 768px) {
  /* line 181, ../sass/banner.scss */
  .promo-spot-secondary {
    height: 400px;
    background-size: auto 100% !important;
    display: none;
  }
}

/* line 191, ../sass/banner.scss */
#block-views-promo-spot-block-2 {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  /* line 191, ../sass/banner.scss */
  #block-views-promo-spot-block-2 {
    width: 100%;
  }
}
/* line 201, ../sass/banner.scss */
#block-views-promo-spot-block-2 .views-field-field-promo-image-1 img {
  display: block;
  width: 100%;
}
@media all and (max-width: 768px) {
  /* line 200, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-field-promo-image-1 {
    display: block;
    width: 100%;
  }
}
/* line 210, ../sass/banner.scss */
#block-views-promo-spot-block-2 .views-field-field-promo-description {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  font-family: Sommet;
  font-size: 1.2em;
}
@media all and (max-width: 768px) {
  /* line 210, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-field-promo-description {
    font-size: 0.8em;
    left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 480px) {
  /* line 210, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-field-promo-description {
    font-size: 0.8em;
    bottom: 30px;
    left: 0;
    padding: 0 5px;
  }
}
/* line 229, ../sass/banner.scss */
#block-views-promo-spot-block-2 .views-field-title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  color: #fff;
  font-family: Sommet;
  font-size: 1.2em;
}
@media all and (max-width: 768px) {
  /* line 229, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-title {
    font-size: 0.8em;
    left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 480px) {
  /* line 229, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-title {
    font-size: 0.8em;
    bottom: 10px;
    left: 0;
    padding: 0 5px;
  }
}
@media all and (max-width: 320px) {
  /* line 229, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-title {
    width: 100%;
  }
}
/* line 250, ../sass/banner.scss */
#block-views-promo-spot-block-2 .views-field-title a {
  color: #fff;
  padding-right: 30px;
  background: url("../images/icons/arrow-right-white.png") no-repeat right bottom transparent;
}
@media all and (max-width: 768px) {
  /* line 250, ../sass/banner.scss */
  #block-views-promo-spot-block-2 .views-field-title a {
    background-size: auto 100%;
    padding-right: 20px;
  }
}

/* line 261, ../sass/banner.scss */
.promo-spot-tertiary {
  height: 490px;
  position: relative;
  background-size: auto 100% !important;
  display: none;
}
@media all and (max-width: 768px) {
  /* line 261, ../sass/banner.scss */
  .promo-spot-tertiary {
    height: 350px;
    background-size: auto 100% !important;
    display: none;
  }
}

/* All pages */
@media all and (max-width: 640px) {
  /* line 275, ../sass/banner.scss */
  #banner .view-banner .views-row .views-field-nothing {
    display: none;
  }
}

/* Footer */
/* line 4, ../sass/footer.scss */
.footer-wrapper,
.maintenance-page .footer-wrapper {
  width: 100%;
  background: #2f2f2f;
  border-bottom: 10px solid #f9b200;
}

/* line 10, ../sass/footer.scss */
#footer,
.maintenance-page #footer {
  max-width: 1340px;
  padding: 30px 20px 20px 20px;
  margin: 0 auto;
  color: white;
  position: relative;
  font-size: 0.778em;
}
/* line 18, ../sass/footer.scss */
#footer .block,
.maintenance-page #footer .block {
  display: inline-block;
}
/* line 21, ../sass/footer.scss */
#footer a,
.maintenance-page #footer a {
  color: white;
}
/* line 24, ../sass/footer.scss */
#footer ul,
.maintenance-page #footer ul {
  padding-left: 0;
}
/* line 27, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu,
.maintenance-page #footer #block-menu-menu-footer-menu {
  padding: 0 0 20px 0;
  margin: 0;
  float: left;
}
/* line 31, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu ul.menu,
.maintenance-page #footer #block-menu-menu-footer-menu ul.menu {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
/* line 36, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu ul.menu li,
.maintenance-page #footer #block-menu-menu-footer-menu ul.menu li {
  display: inline;
  border-right: 1px solid #ffcc00;
  padding: 0 15px 0 10px;
  margin: 0;
}
/* line 41, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu ul.menu li.first,
.maintenance-page #footer #block-menu-menu-footer-menu ul.menu li.first {
  padding-left: 0;
}
/* line 44, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu ul.menu li.last,
.maintenance-page #footer #block-menu-menu-footer-menu ul.menu li.last {
  border: 0;
}
/* line 47, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu ul.menu li a,
.maintenance-page #footer #block-menu-menu-footer-menu ul.menu li a {
  text-decoration: none;
  color: #ffcc00;
}
/* line 50, ../sass/footer.scss */
#footer #block-menu-menu-footer-menu ul.menu li a:hover,
.maintenance-page #footer #block-menu-menu-footer-menu ul.menu li a:hover {
  text-decoration: underline;
}
/* line 57, ../sass/footer.scss */
#footer .footer-text-block,
.maintenance-page #footer .footer-text-block {
  clear: left;
  float: left;
  margin-bottom: 0;
}
/* line 62, ../sass/footer.scss */
#footer #block-unsw-lastupdated,
#footer #block-unswlatestupdated-footer,
.maintenance-page #footer #block-unsw-lastupdated,
.maintenance-page #footer #block-unswlatestupdated-footer {
  clear: left;
  float: left;
}
/* line 66, ../sass/footer.scss */
#footer #block-unsw-lastupdated p,
#footer #block-unswlatestupdated-footer p,
.maintenance-page #footer #block-unsw-lastupdated p,
.maintenance-page #footer #block-unswlatestupdated-footer p {
  margin-bottom: 0;
}
/* line 70, ../sass/footer.scss */
#footer .share-icons-block,
.maintenance-page #footer .share-icons-block {
  float: right;
}
/* line 72, ../sass/footer.scss */
#footer .share-icons-block h2,
.maintenance-page #footer .share-icons-block h2 {
  color: white;
  font-size: 1.143em;
  font-family: Sommet;
  margin-bottom: 15px;
}
/* line 78, ../sass/footer.scss */
#footer .share-icons-block a.facebook-share,
.maintenance-page #footer .share-icons-block a.facebook-share {
  background: url("../images/icons/facebook.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 87, ../sass/footer.scss */
#footer .share-icons-block a.twitter-share,
.maintenance-page #footer .share-icons-block a.twitter-share {
  background: url("../images/icons/twitter.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 96, ../sass/footer.scss */
#footer .share-icons-block a.youtube-share,
.maintenance-page #footer .share-icons-block a.youtube-share {
  background: url("../images/icons/youtube.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 105, ../sass/footer.scss */
#footer .share-icons-block a.linkedin-share,
.maintenance-page #footer .share-icons-block a.linkedin-share {
  background: url("../images/icons/linkedin.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 10px;
  text-decoration: none;
  width: 32px;
}
/* line 114, ../sass/footer.scss */
#footer .share-icons-block a.google-share,
.maintenance-page #footer .share-icons-block a.google-share {
  background: url("../images/icons/google+.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  text-decoration: none;
  width: 34px;
}
/* line 123, ../sass/footer.scss */
#footer .share-icons-block a.pinterest-share,
.maintenance-page #footer .share-icons-block a.pinterest-share {
  background: url("../images/icons/pinterest.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  text-decoration: none;
  width: 34px;
}
/* line 133, ../sass/footer.scss */
#footer .social-media,
.maintenance-page #footer .social-media {
  float: right;
}
/* line 136, ../sass/footer.scss */
#footer .social-media span,
.maintenance-page #footer .social-media span {
  font-weight: bold;
}
/* line 139, ../sass/footer.scss */
#footer .social-media ul.menu.social,
.maintenance-page #footer .social-media ul.menu.social {
  width: 450px;
  padding-left: 0;
}
/* line 143, ../sass/footer.scss */
#footer .social-media ul.menu.social:after,
.maintenance-page #footer .social-media ul.menu.social:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/* line 150, ../sass/footer.scss */
#footer .social-media ul.menu.social li,
.maintenance-page #footer .social-media ul.menu.social li {
  width: 100px;
  padding: 15px 0 5px 0;
  display: block;
  float: left;
}
/* line 156, ../sass/footer.scss */
#footer .social-media ul.menu.social li.leaf.long,
.maintenance-page #footer .social-media ul.menu.social li.leaf.long {
  width: 150px;
}
/* line 159, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.facebook,
.maintenance-page #footer .social-media ul.menu li.leaf a.facebook {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -2px;*/
  background: url(../images/footer/facebook.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 167, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.twitter,
.maintenance-page #footer .social-media ul.menu li.leaf a.twitter {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -31px;*/
  background: url(../images/footer/twitter.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 175, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.instagram,
.maintenance-page #footer .social-media ul.menu li.leaf a.instagram {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -31px;*/
  background: url(../images/footer/instagram.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 183, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.itunesu,
.maintenance-page #footer .social-media ul.menu li.leaf a.itunesu {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -61px;*/
  background: url(../images/footer/itunes.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 191, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.googleplus,
.maintenance-page #footer .social-media ul.menu li.leaf a.googleplus {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -120px;*/
  background: url(../images/footer/google.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 199, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.linkedin,
.maintenance-page #footer .social-media ul.menu li.leaf a.linkedin {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -148px;*/
  background: url(../images/footer/linkedin.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 207, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.pinterest,
.maintenance-page #footer .social-media ul.menu li.leaf a.pinterest {
  background: url(../images/footer/pinterest.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}
/* line 214, ../sass/footer.scss */
#footer .social-media ul.menu li.leaf a.youtube,
.maintenance-page #footer .social-media ul.menu li.leaf a.youtube {
  /*background: url(../images/icons/socialnetwork2.png) no-repeat 0px -90px;*/
  background: url(../images/footer/youtube.png) no-repeat 0 0;
  padding: 7px 0px 7px 35px;
  font-weight: normal;
  font-size: 0.9em;
  color: #FDCC00;
}

/* Footer Bottom */
/* line 229, ../sass/footer.scss */
.footer-bottom-wrapper,
.maintenance-page .footer-bottom-wrapper {
  width: 100%;
  position: relative;
  background-color: #ededed;
  padding: 15px 0 0 0;
}
/* line 235, ../sass/footer.scss */
.footer-bottom-wrapper .block,
.maintenance-page .footer-bottom-wrapper .block {
  max-width: 1300px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 240, ../sass/footer.scss */
.footer-bottom-wrapper .block .block-content-wrapper,
.maintenance-page .footer-bottom-wrapper .block .block-content-wrapper {
  padding: 0;
}
/* line 243, ../sass/footer.scss */
.footer-bottom-wrapper .block ul,
.maintenance-page .footer-bottom-wrapper .block ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  /*width: 100%;*/
}
/* line 250, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li,
.maintenance-page .footer-bottom-wrapper .block ul li {
  float: left;
  margin-left: 11px;
  padding-bottom: 10px;
}
/* line 254, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li a,
.maintenance-page .footer-bottom-wrapper .block ul li a {
  display: block;
  padding: 15px 10px 10px 40px;
  color: #666666;
}
/* line 259, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.first,
.maintenance-page .footer-bottom-wrapper .block ul li.first {
  margin-left: 0;
  width: 160px;
}
/* line 263, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.go8 a,
.maintenance-page .footer-bottom-wrapper .block ul li.go8 a {
  background: url(../images/icons/logo-go8.png) no-repeat 0px 5px;
  padding: 0px 10px 0px 70px;
}
/* line 267, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.uni21 a,
.maintenance-page .footer-bottom-wrapper .block ul li.uni21 a {
  background: url(../images/icons/logo-uni21.png) no-repeat 0px 3px;
  padding-top: 10px;
}
/* line 271, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.gt,
.maintenance-page .footer-bottom-wrapper .block ul li.gt {
  width: 205px;
}
/* line 274, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.gt a,
.maintenance-page .footer-bottom-wrapper .block ul li.gt a {
  background: url(../images/icons/logo-globaltech.png) no-repeat 0px 0;
  padding-left: 65px;
  padding-top: 0;
}
/* line 279, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.apru,
.maintenance-page .footer-bottom-wrapper .block ul li.apru {
  width: 235px;
}
/* line 282, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.apru a,
.maintenance-page .footer-bottom-wrapper .block ul li.apru a {
  background: url(../images/icons/logo-apru.png) no-repeat 0px 5px;
  padding-left: 110px;
  padding-top: 0;
}
/* line 287, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.empl-women,
.maintenance-page .footer-bottom-wrapper .block ul li.empl-women {
  width: 140px;
}
/* line 290, ../sass/footer.scss */
.footer-bottom-wrapper .block ul li.empl-women a,
.maintenance-page .footer-bottom-wrapper .block ul li.empl-women a {
  background: url(../images/icons/logo-women.png) no-repeat 0px 0;
  padding-top: 0;
  padding-right: 0;
}

@media all and (max-width: 930px) {
  /* line 303, ../sass/footer.scss */
  #footer .social-media,
  .maintenance-page #footer .social-media {
    float: left;
    width: 100%;
  }
}
@media all and (max-width: 520px) {
  /* line 313, ../sass/footer.scss */
  #footer .social-media ul.menu.social,
  .maintenance-page #footer .social-media ul.menu.social {
    width: 100%;
  }
  /* line 317, ../sass/footer.scss */
  #footer #block-menu-menu-footer-menu ul.menu li,
  .maintenance-page #footer #block-menu-menu-footer-menu ul.menu li {
    border-right: none;
    clear: left;
    float: left;
    padding: 0;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
