@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
/* SCSS BASE FUNCTIONS WE NEED 	============================================= */
/* SETTINGS 	============================================================= */
/* SET UP RESPONSIVE BREAK POINTS (DEFAULTS) ================================ */
/* set responsive-threshold to false by default */
/* NAVIGATION      ============================================================= */
/* Size/Column/Part Settings (DEFAULTS) ========================================= */
/* support older stuff        ==================================================== */
/* Fonts & Sizes */
/* COLUMNS        =============================================================== */
/* COLORS        ================================================================ */
/* FONTS 	================================================================= */
/* MIXINS 	================================================================= */
/* line 1, ../scss/mixins/_box-sizing.scss */
html {
  box-sizing: border-box; }

/* line 4, ../scss/mixins/_box-sizing.scss */
*, *:before, *:after {
  box-sizing: inherit; }

/* line 55, ../scss/mixins/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/* line 63, ../scss/mixins/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 74, ../scss/mixins/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 84, ../scss/mixins/_normalize.scss */
[hidden], template {
  display: none; }

/* line 97, ../scss/mixins/_normalize.scss */
html {
  font-size: 100%;
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 113, ../scss/mixins/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/* line 119, ../scss/mixins/_normalize.scss */
body {
  margin: 0; }

/* line 132, ../scss/mixins/_normalize.scss */
a {
  background: transparent; }
  /* line 139, ../scss/mixins/_normalize.scss */
  a:focus {
    outline: thin dotted; }
  /* line 146, ../scss/mixins/_normalize.scss */
  a:hover, a:active {
    outline: 0; }

/* line 159, ../scss/mixins/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 164, ../scss/mixins/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 169, ../scss/mixins/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 174, ../scss/mixins/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0; }

/* line 179, ../scss/mixins/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 184, ../scss/mixins/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/* line 192, ../scss/mixins/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 199, ../scss/mixins/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 204, ../scss/mixins/_normalize.scss */
blockquote {
  margin: 1em 40px; }

/* line 211, ../scss/mixins/_normalize.scss */
dfn {
  font-style: italic; }

/* line 217, ../scss/mixins/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 225, ../scss/mixins/_normalize.scss */
p,
pre {
  margin: 1em 0; }

/* line 236, ../scss/mixins/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* line 246, ../scss/mixins/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 254, ../scss/mixins/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 263, ../scss/mixins/_normalize.scss */
q {
  quotes: none; }

/* line 270, ../scss/mixins/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none; }

/* line 277, ../scss/mixins/_normalize.scss */
small {
  font-size: 80%; }

/* line 285, ../scss/mixins/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

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

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

/* line 309, ../scss/mixins/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 315, ../scss/mixins/_normalize.scss */
dd {
  margin: 0 0 0 40px; }

/* line 324, ../scss/mixins/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/* line 333, ../scss/mixins/_normalize.scss */
nav ul,
nav ol {
  list-style-image: none; }

/* line 348, ../scss/mixins/_normalize.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* line 357, ../scss/mixins/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 367, ../scss/mixins/_normalize.scss */
figure {
  margin: 0; }

/* line 377, ../scss/mixins/_normalize.scss */
form {
  margin: 0; }

/* line 384, ../scss/mixins/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 395, ../scss/mixins/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

/* line 412, ../scss/mixins/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* line 425, ../scss/mixins/_normalize.scss */
button,
input {
  line-height: normal; }

/* line 435, ../scss/mixins/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 450, ../scss/mixins/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

/* line 461, ../scss/mixins/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/* line 471, ../scss/mixins/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

/* line 483, ../scss/mixins/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 494, ../scss/mixins/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 502, ../scss/mixins/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 511, ../scss/mixins/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 522, ../scss/mixins/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* SPRITES ================================================================== */
/* BASE   	================================================================= */
/* don't adjust font sizes on mobile
----------------------------------------------- */
/* line 6, ../scss/base/_text.scss */
* {
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

/* base font settings
----------------------------------------------- */
/* line 15, ../scss/base/_text.scss */
body {
  font-size: 12px;
  line-height: 1.33333;
  font-family: 'Open Sans', sans-serif; }

/* headers 100,300,400,700,900
----------------------------------------------- */
/* line 23, ../scss/base/_text.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: 16px; }

/* line 28, ../scss/base/_text.scss */
h1 {
  font-size: 20px;
  line-height: 1; }

/* line 32, ../scss/base/_text.scss */
h2 {
  font-size: 15px;
  font-weight: 700; }

/* line 36, ../scss/base/_text.scss */
h3 {
  font-size: 15px;
  font-weight: normal; }

/* line 40, ../scss/base/_text.scss */
h4 {
  font-size: 12px;
  font-weight: 700; }

/* line 45, ../scss/base/_text.scss */
h5 {
  font-size: 12px;
  font-weight: normal;
  color: #6d6e71; }

/* line 51, ../scss/base/_text.scss */
h6 {
  font-size: 12px;
  font-weight: normal;
  color: #6d6e71; }

/* paragraphs
----------------------------------------------- */
/* line 59, ../scss/base/_text.scss */
p {
  margin: 0 0 16px 0;
  line-height: 16px; }

/* horizontal rule (HR)
----------------------------------------------- */
/* line 65, ../scss/base/_text.scss */
hr {
  border: 0;
  height: 1px;
  color: #c9cacc;
  background-color: #c9cacc;
  margin: 16px 0; }

/* links
----------------------------------------------- */
/* line 76, ../scss/base/_text.scss */
a {
  color: #2c4e95; }
  /* line 18, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:visited {
    color: #20396e; }
  /* line 21, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:focus {
    color: #4ec1e0; }
  /* line 24, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:hover {
    color: #6d6e71; }
  /* line 27, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  a:active {
    color: #4ec1e0; }

/* line 79, ../scss/base/_text.scss */
a.button, form .Actions input[type="submit"], .breadcrumbs a, .Categories a, .more, .downloads ul li .filetypeicon, .PaperList .SortLinks ul li a, body.GoogleSearchResults .main #SearchResults p .url, body.HomePage .bottom-section > ul a, .NewsIndexColumn h2 a, .NewsIndexColumn h3 a, .pager a, .FeaturedArticles .FeaturedArticle .Summary a, .header .mobile-menu-button, .index-list-item .list-text h2 a, nav a, .pagination, .pagination a, .subnav .vertical-menu a {
  text-decoration: none; }
  /* line 81, ../scss/base/_text.scss */
  a.button:hover, form .Actions input[type="submit"]:hover, .breadcrumbs a:hover, .Categories a:hover, .more:hover, .downloads ul li .filetypeicon:hover, .PaperList .SortLinks ul li a:hover, body.GoogleSearchResults .main #SearchResults p .url:hover, body.HomePage .bottom-section > ul a:hover, .NewsIndexColumn h2 a:hover, .NewsIndexColumn h3 a:hover, .pager a:hover, .FeaturedArticles .FeaturedArticle .Summary a:hover, .header .mobile-menu-button:hover, .index-list-item .list-text h2 a:hover, nav a:hover, .pagination:hover, .pagination a:hover, .subnav .vertical-menu a:hover {
    text-decoration: none; }

/* line 86, ../scss/base/_text.scss */
a.button:hover, form .Actions input[type="submit"]:hover, .breadcrumbs a:hover, .Categories a:hover, .more:hover, .downloads ul li .filetypeicon:hover, .PaperList .SortLinks ul li a:hover, body.GoogleSearchResults .main #SearchResults p .url:hover, body.HomePage .bottom-section > ul a:hover, .NewsIndexColumn h2 a:hover, .NewsIndexColumn h3 a:hover {
  text-decoration: underline; }

/* blockquote
----------------------------------------------- */
/* line 97, ../scss/base/_text.scss */
blockquote {
  padding: 12px 0 16px 0;
  margin: 16px 0;
  clear: both;
  border: 1px solid #ff4e00;
  border-width: 1px 0;
  color: #6d6e71;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2; }
  /* line 107, ../scss/base/_text.scss */
  blockquote p {
    line-height: 1.2; }
    /* line 109, ../scss/base/_text.scss */
    blockquote p:last-child {
      margin-bottom: 0; }
  /* line 113, ../scss/base/_text.scss */
  blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 1; }

/* lists
----------------------------------------------- */
/* line 126, ../scss/base/_text.scss */
ul, ol {
  margin-top: 0;
  padding-left: 1.2em; }
  /* line 129, ../scss/base/_text.scss */
  ul li, ol li {
    margin: 8px 0; }
  /* line 132, ../scss/base/_text.scss */
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

/* line 136, ../scss/base/_text.scss */
ol {
  padding-left: 2em; }

/* float styles
----------------------------------------------- */
/* line 144, ../scss/base/_text.scss */
.left {
  float: left;
  padding-right: 16px;
  padding-bottom: 16px; }

/* line 151, ../scss/base/_text.scss */
.right {
  float: right;
  padding-left: 16px;
  padding-bottom: 16px; }

/* button links
----------------------------------------------- */
/* line 159, ../scss/base/_text.scss */
a.button, form .Actions input[type="submit"] {
  padding: 5px 20px;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 1.5;
  background-color: #4ec1e0;
  font-weight: 300;
  border: 0; }
  /* line 168, ../scss/base/_text.scss */
  a.button:hover, form .Actions input[type="submit"]:hover {
    background-color: #2c4e95; }

/* Elements   	============================================================= */
/* line 1, ../scss/elements/_authors.scss */
.Authors {
  color: #6d6e71;
  font-size: 11px; }

/* line 1, ../scss/elements/_back-to-top.scss */
.back-to-top {
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 30px; }

/* ShareThis
----------------------------------------------- */
/* line 3, ../scss/elements/_sharethis.scss */
.social-sharing__holder {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  /* line 7, ../scss/elements/_sharethis.scss */
  .social-sharing__holder .social-sharing_popup {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 18px; }
    /* line 15, ../scss/elements/_sharethis.scss */
    .social-sharing__holder .social-sharing_popup:before {
      font-family: 'FontAwesome', sans-serif;
      margin-right: 5px;
      margin-top: -2px;
      line-height: 1;
      font-size: 18px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
  /* line 24, ../scss/elements/_sharethis.scss */
  .social-sharing__holder .social-sharing {
    display: none;
    background-color: #e6e7e2;
    position: absolute;
    z-index: 9;
    top: 25px !important;
    left: auto !important;
    right: 0 !important; }
    /* line 29, ../scss/elements/_sharethis.scss */
    .social-sharing__holder .social-sharing ul {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      padding: 5px;
      margin-bottom: 0; }
      /* line 30, ../scss/elements/_sharethis.scss */
      .social-sharing__holder .social-sharing ul li {
        margin: 0 5px; }
      /* line 31, ../scss/elements/_sharethis.scss */
      .social-sharing__holder .social-sharing ul .share-icon {
        height: 20px; }
    /* line 33, ../scss/elements/_sharethis.scss */
    .social-sharing__holder .social-sharing.show {
      display: block; }

/* line 1, ../scss/elements/_breadcrumbs.scss */
.breadcrumbs {
  margin: 10px 5px 20px 0;
  font-size: 11px; }
  @media screen and (min-width: 768px) {
    /* line 1, ../scss/elements/_breadcrumbs.scss */
    .breadcrumbs {
      margin: 10px 5px 20px 10px; } }
  /* line 7, ../scss/elements/_breadcrumbs.scss */
  .breadcrumbs a {
    color: #9b9c9e; }

/* line 1, ../scss/elements/_caption-image.scss */
.captionImage {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 16px; }
  /* line 7, ../scss/elements/_caption-image.scss */
  .captionImage.left {
    margin-right: 16px; }
  /* line 10, ../scss/elements/_caption-image.scss */
  .captionImage.right {
    margin-left: 16px; }
  /* line 13, ../scss/elements/_caption-image.scss */
  .captionImage img {
    width: 100%; }
    /* line 15, ../scss/elements/_caption-image.scss */
    .captionImage img.right, .captionImage img.left {
      float: none;
      padding: 0;
      margin: 0; }
  /* line 21, ../scss/elements/_caption-image.scss */
  .captionImage .caption {
    font-size: 11px;
    font-style: italic;
    border-bottom: 1px solid #ff4e00;
    margin: 0 0 16px 0;
    padding: 6px 8px 8px 8px;
    line-height: 1.33333; }

/* line 1, ../scss/elements/_categories.scss */
.Categories {
  color: #6d6e71;
  font-size: 11px; }

/* line 2, ../scss/elements/_contact.scss */
.Contact p {
  color: #6d6e71;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0; }

/* line 9, ../scss/elements/_contact.scss */
.DateAuthors + .Contact {
  margin-top: -7px; }

/* line 1, ../scss/elements/_date.scss */
.Date {
  text-transform: uppercase;
  color: #6d6e71;
  font-size: 11px; }

/* line 1, ../scss/elements/_date-authors-categories.scss */
.DateAuthors {
  margin-bottom: 7px; }
  /* line 3, ../scss/elements/_date-authors-categories.scss */
  .DateAuthors .Date {
    padding-right: .5em; }

/* line 1, ../scss/elements/_img.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 2, ../scss/elements/_more.scss */
.more {
  text-transform: uppercase;
  font-size: 10px;
  white-space: nowrap; }
  /* line 7, ../scss/elements/_more.scss */
  .more:after {
    font-size: 13px;
    content: ' »'; }

/* line 6, ../scss/elements/_pager.scss */
.pager {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1; }
  /* line 13, ../scss/elements/_pager.scss */
  .pager a {
    padding: 2px;
    margin-left: 1px;
    color: #fff;
    background-color: transparent;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 0; }
    /* line 23, ../scss/elements/_pager.scss */
    .pager a:before {
      font-size: 10px; }

/* line 1, ../scss/elements/_site-logo.scss */
.site-logo {
  background: url('../images/sprites-1x-sbbc58cd85b.png') 0 -99px;
  /* set up sizing  */
  height: 0;
  width: 87px;
  padding-top: 24px;
  display: block;
  overflow: hidden; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
    /* line 1, ../scss/elements/_site-logo.scss */
    .site-logo {
      background: url('../images/sprites-2x-sbee0cb5095.png') 0 -193px;
      /* set up sizing of container */
      height: 0;
      width: 87px;
      padding-top: 24px;
      /* work out scaling */
      -webkit-background-size: 321px 142px;
      -moz-background-size: 321px 142px;
      -o-background-size: 321px 142px;
      background-size: 321px 142px;
      /* work out positioning */
      background-position: 0 -96px;
      display: block;
      overflow: hidden; } }
  @media screen and (min-width: 768px) {
    /* line 1, ../scss/elements/_site-logo.scss */
    .site-logo {
      background: url('../images/sprites-1x-sbbc58cd85b.png') 0 0;
      /* set up sizing  */
      height: 0;
      width: 321px;
      padding-top: 94px;
      display: block;
      overflow: hidden; } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
      /* line 1, ../scss/elements/_site-logo.scss */
      .site-logo {
        background: url('../images/sprites-2x-sbee0cb5095.png') 0 0;
        /* set up sizing of container */
        height: 0;
        width: 321px;
        padding-top: 94px;
        /* work out scaling */
        -webkit-background-size: 321px 142px;
        -moz-background-size: 321px 142px;
        -o-background-size: 321px 142px;
        background-size: 321px 142px;
        /* work out positioning */
        background-position: 0 0;
        display: block;
        overflow: hidden; } }

/*
<form id="Form_SearchForm" action="/search-results/SearchForm" method="get" enctype="application/x-www-form-urlencoded">
	<p id="Form_SearchForm_error" class="message " style="display: none"></p>
	<fieldset>
			<div id="Search" class="field text  nolabel"><div class="middleColumn"><input type="text" class="text nolabel showing-search-text" id="Form_SearchForm_Search" name="Search" value="search…"></div></div>
		<div class="clear"><!-- --></div>
	</fieldset>
	<div class="Actions">
			<input class="action " id="Form_SearchForm_action_ProcessSearchForm" type="submit" name="action_ProcessSearchForm" value="Go" title="Go">
	</div>
</form>
*/
/* line 15, ../scss/elements/_site-search.scss */
.SearchForm form {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  width: 270px;
  position: relative; }
  /* line 20, ../scss/elements/_site-search.scss */
  .SearchForm form label {
    display: none; }
  /* line 21, ../scss/elements/_site-search.scss */
  .SearchForm form input[type='text'] {
    background-color: #c9cacc;
    border: 0;
    padding: 10px;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%; }
  /* line 31, ../scss/elements/_site-search.scss */
  .SearchForm form .Actions input[type='submit'] {
    position: absolute;
    padding: 0;
    top: 7px;
    right: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    background: url('../images/sprites-1x-sbbc58cd85b.png') 0 -128px;
    /* set up sizing  */
    height: 0;
    width: 11px;
    padding-top: 19px;
    display: block;
    overflow: hidden; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      /* line 31, ../scss/elements/_site-search.scss */
      .SearchForm form .Actions input[type='submit'] {
        background: url('../images/sprites-2x-sbee0cb5095.png') 0 -246px;
        /* set up sizing of container */
        height: 0;
        width: 11px;
        padding-top: 19px;
        /* work out scaling */
        -webkit-background-size: 321px 142px;
        -moz-background-size: 321px 142px;
        -o-background-size: 321px 142px;
        background-size: 321px 142px;
        /* work out positioning */
        background-position: 0 -123px;
        display: block;
        overflow: hidden; } }

/*
  <div class="year-pagination">
    <span>Filter by Year<% if YearFilter %>: $YearFilter<% end_if %></span>
    <ul>
        <li><a href="{$Top.Link}">All</a></li>

    <% control ArticleYears %>
        <li><a href="{$Top.Link}?year=$Year"<% if Active %> class="active"<% end_if %>>$Year</a></li>
	<% end_control %>
	</ul>
  </div>
*/
/* line 13, ../scss/elements/_year-pagination.scss */
.year-pagination {
  float: left;
  position: relative;
  overflow: visible;
  font-size: 11px; }
  /* line 18, ../scss/elements/_year-pagination.scss */
  .year-pagination .trigger {
    padding: 3px 10px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #c9cacc; }
  /* line 24, ../scss/elements/_year-pagination.scss */
  .year-pagination ul {
    position: absolute;
    cursor: default;
    width: 100px;
    top: 18px;
    height: auto;
    left: -9000px;
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 34, ../scss/elements/_year-pagination.scss */
    .year-pagination ul li {
      margin: 0;
      padding: 0; }
      /* line 37, ../scss/elements/_year-pagination.scss */
      .year-pagination ul li a {
        display: block;
        padding: 3px 10px;
        margin: 0;
        background-color: #ddd;
        border-bottom: 1px solid #c9cacc;
        text-decoration: none; }
        /* line 44, ../scss/elements/_year-pagination.scss */
        .year-pagination ul li a.active {
          color: #000 !important; }
        /* line 45, ../scss/elements/_year-pagination.scss */
        .year-pagination ul li a:hover {
          background-color: #999;
          color: #fff; }
  /* line 49, ../scss/elements/_year-pagination.scss */
  .year-pagination:hover ul, .year-pagination.hover ul {
    left: 0 !important;
    z-index: 9000 !important; }

/* MODULES   	============================================================= */
/* code syntax coloring styles
----------------------------------------------- */
/* line 15, ../scss/modules/_code-syntax-coloring.scss */
pre.code-c, pre.code-java, pre.code-javascript, pre.code-plain, pre.code-sql, pre.code-xml, pre.code-python, pre.code-perl, pre.code-php, pre.code-ruby, pre.code-shell, pre.code-basic {
  white-space: pre;
  background-color: #E5ECF9;
  padding: 10px;
  overflow: auto;
  border: 1px dashed #000; }

/* line 23, ../scss/modules/_code-syntax-coloring.scss */
.syntaxhighlighter {
  clear: both; }

/* line 1, ../scss/modules/_columns.scss */
body {
  margin: 0 auto 23px auto;
  padding: 0 10px; }
  /* line 5, ../scss/modules/_columns.scss */
  body .container {
    text-align: left; }
  /* line 8, ../scss/modules/_columns.scss */
  body .Layout .main {
    margin-top: 20px; }
  /* line 11, ../scss/modules/_columns.scss */
  body .Layout.has-subnav .main {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  /* line 21, ../scss/modules/_columns.scss */
  .Layout .main {
    margin-right: 10px; }

  /* line 24, ../scss/modules/_columns.scss */
  .Layout .has-sidebar {
    margin-right: 0; }

  /* line 27, ../scss/modules/_columns.scss */
  .Layout.has-subnav .main {
    border-left: 1px solid #c9cacc;
    padding-left: 18px; }

  /* line 32, ../scss/modules/_columns.scss */
  body {
    text-align: center;
    margin: 23px auto; }

  /* line 39, ../scss/modules/_columns.scss */
  html.no-flexbox .container {
    width: 748px;
    margin: 0 auto;
    text-align: left; }
  /* line 44, ../scss/modules/_columns.scss */
  html.no-flexbox .Layout {
    overflow: hidden; }
    /* line 46, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout .subnav, html.no-flexbox .Layout .main, html.no-flexbox .Layout .sidebar {
      float: left; }
    /* line 49, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout .subnav, html.no-flexbox .Layout .sidebar {
      display: none; }
    /* line 52, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout.has-subnav .subnav {
      display: block;
      width: 200px; }
    /* line 57, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout.has-subnav .sidebar {
      display: block;
      width: 230px;
      margin-left: 10px; }
    /* line 62, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout.has-subnav .main {
      width: 548px; }
    /* line 65, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout.has-sidebar .main {
      width: 538px; }
    /* line 68, ../scss/modules/_columns.scss */
    html.no-flexbox .Layout.has-subnav.has-sidebar .main {
      width: 308px; }

  /* line 76, ../scss/modules/_columns.scss */
  html.flexbox .Layout {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    /* line 78, ../scss/modules/_columns.scss */
    html.flexbox .Layout .subnav {
      width: 200px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; }
    /* line 83, ../scss/modules/_columns.scss */
    html.flexbox .Layout .main {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    /* line 86, ../scss/modules/_columns.scss */
    html.flexbox .Layout .sidebar {
      width: 230px;
      margin-left: 10px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 0 230px;
      -ms-flex: 0 0 230px;
      flex: 0 0 230px; } }
@media screen and (min-width: 970px) {
  /* line 97, ../scss/modules/_columns.scss */
  body {
    text-align: center;
    margin: 23px auto; }

  /* line 101, ../scss/modules/_columns.scss */
  .container, html.no-flexbox .container {
    width: 950px;
    margin: 0 auto;
    text-align: left; }
    /* line 106, ../scss/modules/_columns.scss */
    .container .Layout .main, html.no-flexbox .container .Layout .main {
      margin-left: 10px; }
    /* line 109, ../scss/modules/_columns.scss */
    .container .Layout.has-subnav .main, html.no-flexbox .container .Layout.has-subnav .main {
      margin-left: 0; }

  /* line 116, ../scss/modules/_columns.scss */
  html.no-flexbox .Layout.has-subnav .main {
    width: 750px; }
  /* line 119, ../scss/modules/_columns.scss */
  html.no-flexbox .Layout.has-sidebar .main {
    width: 740px; }
  /* line 122, ../scss/modules/_columns.scss */
  html.no-flexbox .Layout.has-subnav.has-sidebar .main {
    width: 510px; } }
/* line 1, ../scss/modules/_downloads.scss */
.downloads {
  border-top: 1px solid #c9cacc;
  padding-top: 16px;
  margin-top: 16px; }
  /* line 5, ../scss/modules/_downloads.scss */
  .downloads h2 {
    margin-top: 0; }
  /* line 8, ../scss/modules/_downloads.scss */
  .downloads ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0; }
    /* line 12, ../scss/modules/_downloads.scss */
    .downloads ul li {
      padding-left: 0;
      margin-left: 0;
      line-height: 16px; }
      /* line 16, ../scss/modules/_downloads.scss */
      .downloads ul li .filetypeicon {
        line-height: 16px;
        display: block;
        padding-left: 26px;
        position: relative; }
        /* line 22, ../scss/modules/_downloads.scss */
        .downloads ul li .filetypeicon:hover, .downloads ul li .filetypeicon:hover * {
          color: #4ec1e0 !important; }
        /* line 25, ../scss/modules/_downloads.scss */
        .downloads ul li .filetypeicon:before {
          font-size: 24px;
          position: absolute;
          top: 6px;
          left: 0; }
        /* line 31, ../scss/modules/_downloads.scss */
        .downloads ul li .filetypeicon .title {
          display: block;
          font-weight: 700; }
        /* line 35, ../scss/modules/_downloads.scss */
        .downloads ul li .filetypeicon .filename {
          display: block;
          color: #6d6e71;
          line-height: 1;
          font-size: 11px; }
      /* line 42, ../scss/modules/_downloads.scss */
      .downloads ul li .description {
        font-size: 11px;
        padding-left: 26px; }

/* line 1, ../scss/modules/_featured-articles.scss */
.FeaturedArticles {
  overflow: hidden;
  width: 100% !important;
  height: auto !important; }
  @media screen and (min-width: 480px) {
    /* line 1, ../scss/modules/_featured-articles.scss */
    .FeaturedArticles {
      height: 250px !important; } }
  /* line 8, ../scss/modules/_featured-articles.scss */
  .FeaturedArticles .cycle {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 100%;
    position: relative; }
  /* line 14, ../scss/modules/_featured-articles.scss */
  .FeaturedArticles .FeaturedArticle {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 480px) {
      /* line 14, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle {
        background-color: #3b3b3d;
        height: 250px !important; } }
    /* line 23, ../scss/modules/_featured-articles.scss */
    .FeaturedArticles .FeaturedArticle .MainImage {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 480px) {
        /* line 23, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .MainImage {
          float: left;
          height: 250px;
          width: 250px; } }
    /* line 32, ../scss/modules/_featured-articles.scss */
    .FeaturedArticles .FeaturedArticle .Summary {
      overflow: hidden;
      position: absolute;
      display: block;
      bottom: 0;
      padding: 10px;
      background-color: rgba(109, 110, 113, 0.75);
      color: #fff; }
      @media screen and (min-width: 480px) {
        /* line 32, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary {
          position: relative;
          background-color: transparent; } }
      /* line 44, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle .Summary a {
        color: black;
        color: #fff; }
      /* line 49, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle .Summary h2 {
        margin: 0 0 10px 0;
        font-size: 13px;
        line-height: 1.33333; }
        /* line 53, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary h2 a:hover {
          color: #ff4e00; }
      /* line 57, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle .Summary p {
        font-size: 10px;
        margin: 0;
        font-size: 10px;
        line-height: 1.33333; }
      /* line 63, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle .Summary .Date {
        color: #fff; }
      /* line 66, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle .Summary .Categories {
        display: none; }
      /* line 69, ../scss/modules/_featured-articles.scss */
      .FeaturedArticles .FeaturedArticle .Summary .more {
        font-size: 8px;
        color: #fff; }
        /* line 72, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary .more:after {
          font-size: 10px; }
        /* line 75, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary .more:hover {
          text-decoration: underline; }
      @media screen and (min-width: 768px) {
        /* line 80, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary h2 {
          font-size: 17px;
          line-height: 1.5; }
        /* line 84, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary p {
          font-size: 12px;
          line-height: 1.5; }
        /* line 88, ../scss/modules/_featured-articles.scss */
        .FeaturedArticles .FeaturedArticle .Summary .more {
          font-size: 10px; }
          /* line 90, ../scss/modules/_featured-articles.scss */
          .FeaturedArticles .FeaturedArticle .Summary .more:after {
            font-size: 12px; } }
    /* line 96, ../scss/modules/_featured-articles.scss */
    .FeaturedArticles .FeaturedArticle .pager {
      z-index: 200; }

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

/* line 4, ../fonts/font-awesome-4.1.0/scss/_core.scss */
.fa, .social-sharing__holder .social-sharing_popup, .filetypeicon, .open-in-new-window, .pager a, .header .mobile-menu-button, nav #navigation > a.class-HomePage, .PaperList .PaperItem .show-more, .captionImage .shadowbox .ss_magnifier, body.GalleryPage .GalleryList .GalleryItem .ss_sprite, body.GoogleSearchResults .main .SearchForm #Category > label .ss_sprite, body.GoogleSearchResults .main .SearchForm #PageType > label .ss_sprite {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/* line 10, ../fonts/font-awesome-4.1.0/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, ../fonts/font-awesome-4.1.0/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, ../fonts/font-awesome-4.1.0/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, ../fonts/font-awesome-4.1.0/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, ../fonts/font-awesome-4.1.0/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 4, ../fonts/font-awesome-4.1.0/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 8, ../fonts/font-awesome-4.1.0/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, ../fonts/font-awesome-4.1.0/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 16, ../fonts/font-awesome-4.1.0/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 4, ../fonts/font-awesome-4.1.0/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 10, ../fonts/font-awesome-4.1.0/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 11, ../fonts/font-awesome-4.1.0/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 14, ../fonts/font-awesome-4.1.0/scss/_bordered-pulled.scss */
.fa.pull-left, .social-sharing__holder .pull-left.social-sharing_popup, .pull-left.filetypeicon, .pull-left.open-in-new-window, .pager a.pull-left, .header .pull-left.mobile-menu-button, nav #navigation > a.pull-left.class-HomePage, .PaperList .PaperItem .pull-left.show-more, .captionImage .shadowbox .pull-left.ss_magnifier, body.GalleryPage .GalleryList .GalleryItem .pull-left.ss_sprite, body.GoogleSearchResults .main .SearchForm #Category > label .pull-left.ss_sprite, body.GoogleSearchResults .main .SearchForm #PageType > label .pull-left.ss_sprite {
  margin-right: .3em; }
/* line 15, ../fonts/font-awesome-4.1.0/scss/_bordered-pulled.scss */
.fa.pull-right, .social-sharing__holder .pull-right.social-sharing_popup, .pull-right.filetypeicon, .pull-right.open-in-new-window, .pager a.pull-right, .header .pull-right.mobile-menu-button, nav #navigation > a.pull-right.class-HomePage, .PaperList .PaperItem .pull-right.show-more, .captionImage .shadowbox .pull-right.ss_magnifier, body.GalleryPage .GalleryList .GalleryItem .pull-right.ss_sprite, body.GoogleSearchResults .main .SearchForm #Category > label .pull-right.ss_sprite, body.GoogleSearchResults .main .SearchForm #PageType > label .pull-right.ss_sprite {
  margin-left: .3em; }

/* line 4, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  /* line 12, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg); }

  /* line 13, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  /* line 16, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 17, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  /* line 20, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  0% {
    -o-transform: rotate(0deg); }

  /* line 21, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  /* line 24, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 28, ../fonts/font-awesome-4.1.0/scss/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 4, ../fonts/font-awesome-4.1.0/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, ../fonts/font-awesome-4.1.0/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, ../fonts/font-awesome-4.1.0/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, ../fonts/font-awesome-4.1.0/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 9, ../fonts/font-awesome-4.1.0/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, ../fonts/font-awesome-4.1.0/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, ../fonts/font-awesome-4.1.0/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, ../fonts/font-awesome-4.1.0/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, ../fonts/font-awesome-4.1.0/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, ../fonts/font-awesome-4.1.0/scss/_stacked.scss */
.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 5, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 6, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 7, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 8, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 9, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 10, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 11, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 12, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 13, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 14, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 15, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 16, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 17, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-times:before {
  content: "\f00d"; }

/* line 18, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-search-plus:before, .captionImage .shadowbox .ss_magnifier:before {
  content: "\f00e"; }

/* line 19, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 20, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 21, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 23, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 24, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 25, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-home:before, nav #navigation > a.class-HomePage:before {
  content: "\f015"; }

/* line 26, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-o:before, .filetypeicon:before {
  content: "\f016"; }

/* line 27, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 28, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 29, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 30, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-o-down:before, .PaperList .PaperItem .show-more:before {
  content: "\f01a"; }

/* line 31, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-o-up:before, .PaperList .PaperItem .show-more.open:before {
  content: "\f01b"; }

/* line 32, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 33, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 35, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 36, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 37, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 38, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 39, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 40, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 41, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 42, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 43, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 44, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 45, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 46, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 47, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 48, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 49, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 50, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 51, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 52, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 53, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 54, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 55, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 56, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 57, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 58, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 59, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 60, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 61, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 63, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 64, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 65, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 68, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 69, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 70, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 71, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 72, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 74, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 75, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 76, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 77, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 78, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 79, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 80, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 81, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 82, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 83, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 84, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 85, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 86, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 87, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 88, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 89, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 90, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 91, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 92, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 93, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 94, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 95, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 96, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 97, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 98, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 99, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 100, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 101, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 102, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 103, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 105, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 106, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 107, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 108, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 109, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 110, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 111, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 112, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 113, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 114, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 115, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 116, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 118, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 119, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 120, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 121, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 122, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 123, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 124, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 125, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 126, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 127, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 128, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 129, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 130, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 131, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 132, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080"; }

/* line 133, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 134, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 135, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 136, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 138, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 139, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 140, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 141, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 142, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 143, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 144, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 145, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 146, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 147, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 148, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 149, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 150, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 151, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 152, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 153, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 154, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 155, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 156, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 157, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 158, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-facebook:before {
  content: "\f09a"; }

/* line 159, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 160, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 161, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 162, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 163, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 164, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 165, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 166, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 167, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 168, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 169, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 170, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 171, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 172, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 173, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 174, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 175, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 176, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 177, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 178, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 179, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 180, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 182, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 184, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 185, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 186, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 188, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 190, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 191, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 193, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 194, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 197, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-navicon:before, .header .mobile-menu-button:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 198, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 199, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 200, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 201, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 202, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 203, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 204, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 205, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 206, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 207, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 208, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 209, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 210, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 211, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 212, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 213, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 214, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 216, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 218, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 220, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 221, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 222, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 224, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 226, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 228, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 229, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 230, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 232, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 233, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 234, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 236, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 237, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 238, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 239, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 240, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 241, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 242, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 243, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 244, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 245, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 246, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 247, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 248, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 249, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 250, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 251, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 252, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 253, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 254, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 255, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-plus-square:before, body.GoogleSearchResults .main .SearchForm #Category > label .ss_application_put:before, body.GoogleSearchResults .main .SearchForm #PageType > label .ss_application_put:before {
  content: "\f0fe"; }

/* line 256, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 257, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 258, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 259, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 260, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 261, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 262, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 263, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 264, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 265, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 266, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 268, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 269, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-circle-o:before, .pager a:before {
  content: "\f10c"; }

/* line 270, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 271, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 272, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 273, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-circle:before, .pager a.activeSlide:before {
  content: "\f111"; }

/* line 275, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 276, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 277, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 278, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 279, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 280, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 281, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 282, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 283, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 284, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 285, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 286, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 287, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 289, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 292, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 293, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 294, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 295, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 297, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 298, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 299, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 300, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 301, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 302, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 303, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 304, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 305, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 306, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 307, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 308, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 309, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 310, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 311, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 312, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 313, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 314, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 315, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 316, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 317, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 318, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 319, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 320, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 321, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 322, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 323, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 324, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 325, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 326, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-minus-square:before, body.GoogleSearchResults .main .SearchForm #Category > label .ss_application_get:before, body.GoogleSearchResults .main .SearchForm #PageType > label .ss_application_get:before {
  content: "\f146"; }

/* line 327, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 328, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 329, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 330, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 331, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 332, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-external-link-square:before, .open-in-new-window:before {
  content: "\f14c"; }

/* line 333, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 334, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 336, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 338, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 340, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 342, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 343, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 345, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 347, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 351, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 354, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 356, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 358, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 359, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 360, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 361, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 362, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 363, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 364, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 365, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 366, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 367, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 368, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 369, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 370, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 371, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 372, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 373, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 374, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 375, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 376, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 377, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 378, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 379, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 380, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 381, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 382, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 383, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 384, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 385, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 386, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 387, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 388, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 389, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 390, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 391, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 392, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 393, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 394, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 395, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 396, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 397, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-gittip:before {
  content: "\f184"; }

/* line 398, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 399, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 400, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 401, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 402, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 403, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 404, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 405, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 406, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 407, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 408, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 410, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 411, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 412, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 413, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 415, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 416, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 417, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 418, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 419, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 420, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 421, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 424, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 426, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 427, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 428, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 429, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 430, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 431, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 432, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 433, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 434, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 436, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 437, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 438, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 439, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 440, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 441, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 442, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 443, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 444, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 445, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 446, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 447, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 448, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 449, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 450, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 451, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 452, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 454, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 456, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 457, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 458, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 459, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 460, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 461, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 462, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-pdf-o:before, .filetypeicon[href$='.pdf']:before, .filetypeicon[href$='.PDF']:before {
  content: "\f1c1"; }

/* line 463, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-word-o:before, .filetypeicon[href$='.doc']:before, .filetypeicon[href$='.DOC']:before, .filetypeicon[href$='.docx']:before, .filetypeicon[href$='.DOCX']:before {
  content: "\f1c2"; }

/* line 464, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-excel-o:before, .filetypeicon[href$='.xls']:before, .filetypeicon[href$='.XLS']:before, .filetypeicon[href$='.xlsx']:before, .filetypeicon[href$='.XLSX']:before {
  content: "\f1c3"; }

/* line 465, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-powerpoint-o:before, .filetypeicon[href$='.ppt']:before, .filetypeicon[href$='.PPT']:before, .filetypeicon[href$='.pptx']:before, .filetypeicon[href$='.PPTX']:before {
  content: "\f1c4"; }

/* line 468, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
.filetypeicon[href$='.jpg']:before,
.filetypeicon[href$='.JPG']:before,
.filetypeicon[href$='.jpeg']:before,
.filetypeicon[href$='.JPEG']:before,
.filetypeicon[href$='.gif']:before,
.filetypeicon[href$='.GIF']:before,
.filetypeicon[href$='.png']:before,
.filetypeicon[href$='.PNG']:before,
body.GalleryPage .GalleryList .GalleryItem .ss_magnifier:before {
  content: "\f1c5"; }

/* line 470, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-zip-o:before, .filetypeicon[href$='.zip']:before, .filetypeicon[href$='.ZIP']:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 472, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-sound-o:before, .filetypeicon[href$='.mp3']:before, .filetypeicon[href$='.MP3']:before, .filetypeicon[href$='.avi']:before, .filetypeicon[href$='.AVI']:before,
.fa-file-audio-o:before,
body.GalleryPage .GalleryList .GalleryItem .ss_sound:before {
  content: "\f1c7"; }

/* line 474, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before,
.filetypeicon[href$='.mov']:before,
.filetypeicon[href$='.MOV']:before,
.filetypeicon[href$='.mp4']:before,
.filetypeicon[href$='.MP4']:before,
body.GalleryPage .GalleryList .GalleryItem .ss_control_play:before {
  content: "\f1c8"; }

/* line 475, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 476, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 477, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 478, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 482, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 483, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 485, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 487, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 488, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 489, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 490, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 491, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 492, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 494, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 496, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 498, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 499, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 500, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 501, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 502, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 503, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 504, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-share-alt:before, .social-sharing__holder .social-sharing_popup:before {
  content: "\f1e0"; }

/* line 505, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 506, ../fonts/font-awesome-4.1.0/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 1, ../scss/modules/_footer.scss */
.footer {
  border-top: 1px solid #c9cacc;
  margin: 60px 0 20px 0;
  padding-top: 15px; }
  /* line 6, ../scss/modules/_footer.scss */
  .footer .badges a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 15px; }

/* line 2, ../scss/modules/_forms.scss */
form fieldset {
  padding: 0;
  margin: 0;
  border: 0; }
  /* line 6, ../scss/modules/_forms.scss */
  form fieldset .message {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #ff4e00; }
  /* line 12, ../scss/modules/_forms.scss */
  form fieldset .field {
    overflow: hidden; }
  /* line 18, ../scss/modules/_forms.scss */
  .main form fieldset .field {
    margin: 10px 0; }
    /* line 20, ../scss/modules/_forms.scss */
    .main form fieldset .field label {
      display: block;
      float: none;
      padding: 0;
      margin: 0 0 5px 0; }
    /* line 26, ../scss/modules/_forms.scss */
    .main form fieldset .field input.text, .main form fieldset .field input.password, .main form fieldset .field textarea {
      width: 100%; }
/* line 32, ../scss/modules/_forms.scss */
form .Actions {
  padding: 0;
  margin: 0; }

/* line 43, ../scss/modules/_forms.scss */
form#MemberLoginForm_LoginForm #Remember {
  margin-left: 0 !important; }
  /* line 45, ../scss/modules/_forms.scss */
  form#MemberLoginForm_LoginForm #Remember .message {
    margin: 0; }
  /* line 46, ../scss/modules/_forms.scss */
  form#MemberLoginForm_LoginForm #Remember * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none !important;
    vertical-align: baseline;
    padding: 0; }
/* line 53, ../scss/modules/_forms.scss */
form#MemberLoginForm_LoginForm .Actions {
  padding-left: 0; }

/* line 61, ../scss/modules/_forms.scss */
body.UserDefinedForm ul.optionset {
  margin: 0 0 .5em 0;
  padding-left: 0; }
/* line 67, ../scss/modules/_forms.scss */
body.UserDefinedForm .optionset li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
/* line 73, ../scss/modules/_forms.scss */
body.UserDefinedForm .optionset li label {
  font-weight: normal;
  display: inline !important; }
/* line 75, ../scss/modules/_forms.scss */
body.UserDefinedForm .requiredField label.left, body.UserDefinedForm .requiredFieldNote {
  padding-left: 10px;
  background-image: url('../images/required.gif?1651598490');
  background-repeat: no-repeat;
  background-position: 0 3px; }
/* line 82, ../scss/modules/_forms.scss */
body.UserDefinedForm .requiredField > label:after {
  content: " (required)"; }
/* line 85, ../scss/modules/_forms.scss */
body.UserDefinedForm .requiredFieldNote {
  color: red; }
/* line 89, ../scss/modules/_forms.scss */
body.UserDefinedForm .radio {
  margin-left: 2px; }

/* line 1, ../scss/modules/_header.scss */
.header {
  overflow: hidden;
  margin: 0 -10px;
  padding: 10px;
  background-color: #c9cacc;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0; }
  @media screen and (min-width: 768px) {
    /* line 1, ../scss/modules/_header.scss */
    .header {
      position: relative;
      margin: 0 auto;
      padding: 0;
      background-color: transparent; } }
  /* line 18, ../scss/modules/_header.scss */
  .header .site-logo {
    float: left; }
  /* line 21, ../scss/modules/_header.scss */
  .header .mobile-menu-button {
    float: right;
    font-size: 24px;
    color: #6d6e71; }
    /* line 18, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .header .mobile-menu-button:visited {
      color: #6d6e71; }
    /* line 21, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .header .mobile-menu-button:focus {
      color: #ff4e00; }
    /* line 24, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .header .mobile-menu-button:hover {
      color: #ff4e00; }
    /* line 27, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
    .header .mobile-menu-button:active {
      color: #ff4e00; }
    /* line 26, ../scss/modules/_header.scss */
    html.touch .header .mobile-menu-button:hover {
      color: #6d6e71; }
    /* line 33, ../scss/modules/_header.scss */
    .header .mobile-menu-button span {
      display: none; }
    @media screen and (min-width: 768px) {
      /* line 21, ../scss/modules/_header.scss */
      .header .mobile-menu-button {
        display: none; } }

/* line 1, ../scss/modules/_index-list-item.scss */
.index-list-item {
  overflow: hidden;
  margin-bottom: 20px; }
  /* line 4, ../scss/modules/_index-list-item.scss */
  .index-list-item .thumbnail {
    float: left;
    margin: 0 10px 10px 0; }
  /* line 8, ../scss/modules/_index-list-item.scss */
  .index-list-item .list-text {
    overflow: hidden; }
    /* line 10, ../scss/modules/_index-list-item.scss */
    .index-list-item .list-text h2 {
      margin-top: -4px;
      margin-bottom: 7px; }
      /* line 13, ../scss/modules/_index-list-item.scss */
      .index-list-item .list-text h2 a {
        color: black; }
        /* line 16, ../scss/modules/_index-list-item.scss */
        .index-list-item .list-text h2 a:hover {
          color: #ff4e00; }
    /* line 21, ../scss/modules/_index-list-item.scss */
    .index-list-item .list-text p {
      line-height: 16px; }

/* line 1, ../scss/modules/_main-image.scss */
.captionImage.MainImage {
  width: 230px; }
  @media screen and (min-width: 1px) and (max-width: 480px) {
    /* line 1, ../scss/modules/_main-image.scss */
    .captionImage.MainImage {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

/* line 2, ../scss/modules/_navigation.scss */
nav a {
  color: #6d6e71; }
  /* line 18, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  nav a:visited {
    color: #6d6e71; }
  /* line 21, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  nav a:focus {
    color: #4ec1e0; }
  /* line 24, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  nav a:hover {
    color: #4ec1e0; }
  /* line 27, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
  nav a:active {
    color: #4ec1e0; }
/* line 8, ../scss/modules/_navigation.scss */
nav #navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: left; }

@media screen and (min-width: 768px) {
  /* line 1, ../scss/modules/_navigation-horiz.scss */
  nav {
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    display: block !important;
    height: auto;
    z-index: 9999;
    position: relative;
    height: 35px;
    border-bottom: 1px solid #c9cacc; }
    /* line 21, ../scss/modules/_navigation-horiz.scss */
    nav #navigation > a.class-HomePage {
      position: absolute;
      display: block;
      top: 1px;
      left: 10px;
      padding-right: 11px;
      padding-bottom: 4px;
      border-top: none !important;
      border-right: 1px solid #c9cacc; }
      /* line 30, ../scss/modules/_navigation-horiz.scss */
      nav #navigation > a.class-HomePage span {
        display: none; }
      /* line 31, ../scss/modules/_navigation-horiz.scss */
      nav #navigation > a.class-HomePage:before {
        font-size: 20px;
        line-height: 20px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
      /* line 36, ../scss/modules/_navigation-horiz.scss */
      nav #navigation > a.class-HomePage.current, nav #navigation > a.class-HomePage.section, nav #navigation > a.class-HomePage:hover, nav #navigation > a.class-HomePage.hover {
        color: #4ec1e0; }
    /* line 40, ../scss/modules/_navigation-horiz.scss */
    nav #navigation > ul {
      margin-top: 30px;
      margin-left: 48px; }
      /* line 44, ../scss/modules/_navigation-horiz.scss */
      html.flexbox nav #navigation > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-flex-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
      /* line 49, ../scss/modules/_navigation-horiz.scss */
      nav #navigation > ul > li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        text-transform: uppercase;
        margin: 0 5px;
        padding: 0;
        position: relative;
        line-height: 35px;
        height: 35px; }
        /* line 57, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li ul.submenu {
          display: none; }
        /* line 60, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li.first {
          margin-left: 10px; }
        /* line 63, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li.last {
          margin-right: 10px; }
        /* line 66, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li.class-HomePage {
          display: none; }
        /* line 69, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li > a {
          padding: 3px 0 14px 0;
          display: block;
          line-height: 1;
          border-top: 2px solid transparent; }
        /* line 75, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li > a.current, nav #navigation > ul > li > a.section, nav #navigation > ul > li:hover > a, nav #navigation > ul > li.hover > a {
          border-top: 2px solid #4ec1e0;
          color: #4ec1e0; }
        /* line 82, ../scss/modules/_navigation-horiz.scss */
        nav #navigation > ul > li:hover > ul.submenu, nav #navigation > ul > li.hover > ul.submenu {
          list-style-type: none;
          display: block;
          position: absolute;
          top: 35px;
          left: 0px;
          background-color: #4ec1e0;
          background-color: rgba(78, 193, 224, 0.9);
          margin: 0;
          padding: 0;
          line-height: 1;
          z-index: 9999; }
          /* line 94, ../scss/modules/_navigation-horiz.scss */
          nav #navigation > ul > li:hover > ul.submenu > ul, nav #navigation > ul > li.hover > ul.submenu > ul {
            display: none !important; }
          /* line 97, ../scss/modules/_navigation-horiz.scss */
          nav #navigation > ul > li:hover > ul.submenu li, nav #navigation > ul > li.hover > ul.submenu li {
            margin: 0;
            padding: 0;
            display: block;
            font-size: 15px;
            text-transform: none;
            width: 12em; }
            /* line 104, ../scss/modules/_navigation-horiz.scss */
            nav #navigation > ul > li:hover > ul.submenu li a, nav #navigation > ul > li.hover > ul.submenu li a {
              display: block;
              padding: 5px;
              color: #fff;
              color: white; }
              /* line 18, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
              nav #navigation > ul > li:hover > ul.submenu li a:visited, nav #navigation > ul > li.hover > ul.submenu li a:visited {
                color: white; }
              /* line 21, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
              nav #navigation > ul > li:hover > ul.submenu li a:focus, nav #navigation > ul > li.hover > ul.submenu li a:focus {
                color: #2c4e95; }
              /* line 24, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
              nav #navigation > ul > li:hover > ul.submenu li a:hover, nav #navigation > ul > li.hover > ul.submenu li a:hover {
                color: #2c4e95; }
              /* line 27, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
              nav #navigation > ul > li:hover > ul.submenu li a:active, nav #navigation > ul > li.hover > ul.submenu li a:active {
                color: #2c4e95; }
              /* line 109, ../scss/modules/_navigation-horiz.scss */
              nav #navigation > ul > li:hover > ul.submenu li a:hover, nav #navigation > ul > li.hover > ul.submenu li a:hover {
                text-decoration: none; }
              /* line 112, ../scss/modules/_navigation-horiz.scss */
              nav #navigation > ul > li:hover > ul.submenu li a.first, nav #navigation > ul > li.hover > ul.submenu li a.first {
                padding-top: 15px; }
              /* line 115, ../scss/modules/_navigation-horiz.scss */
              nav #navigation > ul > li:hover > ul.submenu li a.last, nav #navigation > ul > li.hover > ul.submenu li a.last {
                padding-bottom: 15px; } }

@media screen and (min-width: 1px) and (max-width: 480px) {
  /* line 3, ../scss/modules/_navigation-mobile.scss */
  .body-button {
    display: none; }

  /* line 7, ../scss/modules/_navigation-mobile.scss */
  body.show-mobile-nav {
    -webkit-transition-property: margin;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-right: 280px;
    margin-left: -280px; }
    /* line 12, ../scss/modules/_navigation-mobile.scss */
    body.show-mobile-nav .body-button {
      display: block;
      position: fixed;
      top: 44px;
      left: 0;
      right: 280px;
      bottom: 0;
      z-index: 999999; }

  /* line 24, ../scss/modules/_navigation-mobile.scss */
  nav.nav {
    position: fixed;
    width: 280px;
    top: 0;
    left: auto;
    bottom: 0;
    right: -280px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin: 0;
    background-color: #4ec1e0;
    overflow: scroll;
    border-bottom: 1px solid #c9cacc;
    -webkit-box-shadow: inset 5px 0px 5px -2px #6d6e71;
    -moz-box-shadow: inset 5px 0px 5px -2px #6d6e71;
    box-shadow: inset 5px 0px 5px -2px #6d6e71; }
    /* line 34, ../scss/modules/_navigation-mobile.scss */
    nav.nav body.has-ShowSilverStripeNavigator {
      padding-bottom: 20px; }
    /* line 41, ../scss/modules/_navigation-mobile.scss */
    body.show-mobile-nav nav.nav {
      right: 0; }
    /* line 46, ../scss/modules/_navigation-mobile.scss */
    nav.nav .tools-links li a {
      text-align: center;
      margin: 0;
      padding: 13px 10px; }
    /* line 51, ../scss/modules/_navigation-mobile.scss */
    nav.nav .tools-links li:first-child a {
      -webkit-box-shadow: inset 5px 0px 5px -2px #6d6e71;
      -moz-box-shadow: inset 5px 0px 5px -2px #6d6e71;
      box-shadow: inset 5px 0px 5px -2px #6d6e71; }
    /* line 56, ../scss/modules/_navigation-mobile.scss */
    nav.nav .SearchForm {
      float: left;
      margin: 3px 10px 10px 10px;
      width: calc(100% - 95px); }
      /* line 60, ../scss/modules/_navigation-mobile.scss */
      nav.nav .SearchForm #Form_SearchForm {
        width: 100%; }
        /* line 62, ../scss/modules/_navigation-mobile.scss */
        nav.nav .SearchForm #Form_SearchForm input.text {
          background-color: #fff; }
    /* line 67, ../scss/modules/_navigation-mobile.scss */
    nav.nav .social-sharing__holder {
      			/*
                  text-align: center;
      			margin-right: 10px;
      			margin-top: 10px;
      			display: block;
                  */
      display: none; }
    /* line 76, ../scss/modules/_navigation-mobile.scss */
    nav.nav #navigation {
      clear: both; }
      /* line 78, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation > a.class-HomePage {
        display: none; }
      /* line 84, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation > ul > li > ul {
        display: none; }
      /* line 88, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation > ul > li.section > ul, nav.nav #navigation > ul > li.current > ul {
        display: block; }
      /* line 96, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation ul {
        font-weight: 700;
        margin: 0;
        background-color: #79d0e8;
        -webkit-box-shadow: inset 5px 0px 5px -2px #6d6e71;
        -moz-box-shadow: inset 5px 0px 5px -2px #6d6e71;
        box-shadow: inset 5px 0px 5px -2px #6d6e71; }
        /* line 101, ../scss/modules/_navigation-mobile.scss */
        nav.nav #navigation ul li {
          font-size: 16px;
          margin: 0;
          border-top: 1px solid #fff;
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 108, ../scss/modules/_navigation-mobile.scss */
        nav.nav #navigation ul a {
          color: #6d6e71;
          display: block;
          padding: 10px;
          line-height: 1; }
          /* line 113, ../scss/modules/_navigation-mobile.scss */
          html.no-touch nav.nav #navigation ul a:hover {
            background-color: #ff4e00;
            color: #fff; }
          /* line 117, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul a.section {
            color: #ff4e00; }
          /* line 120, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul a.current {
            border-right: 8px solid #ff4e00; }
        /* line 124, ../scss/modules/_navigation-mobile.scss */
        nav.nav #navigation ul ul {
          font-weight: 500;
          background-color: #a5dfef; }
          /* line 127, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul ul a {
            padding-left: 20px; }
          /* line 128, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul ul ul {
            font-weight: 300;
            background-color: #d0eff7; }
            /* line 131, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul a {
              padding-left: 30px; }
            /* line 132, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul {
              background-color: #fcfefe; }
              /* line 134, ../scss/modules/_navigation-mobile.scss */
              nav.nav #navigation ul ul ul ul a {
                padding-left: 40px; }
            /* line 136, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul ul a {
              padding-left: 50px; }
            /* line 137, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul ul ul a {
              padding-left: 60px; }
            /* line 138, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul ul ul ul a {
              padding-left: 70px; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 3, ../scss/modules/_navigation-mobile.scss */
  .body-button {
    display: none; }

  /* line 7, ../scss/modules/_navigation-mobile.scss */
  body.show-mobile-nav {
    -webkit-transition-property: margin;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin-right: 280px;
    margin-left: -280px; }
    /* line 12, ../scss/modules/_navigation-mobile.scss */
    body.show-mobile-nav .body-button {
      display: block;
      position: fixed;
      top: 44px;
      left: 0;
      right: 280px;
      bottom: 0;
      z-index: 999999; }

  /* line 24, ../scss/modules/_navigation-mobile.scss */
  nav.nav {
    position: fixed;
    width: 280px;
    top: 0;
    left: auto;
    bottom: 0;
    right: -280px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    margin: 0;
    background-color: #4ec1e0;
    overflow: scroll;
    border-bottom: 1px solid #c9cacc;
    -webkit-box-shadow: inset 5px 0px 5px -2px #6d6e71;
    -moz-box-shadow: inset 5px 0px 5px -2px #6d6e71;
    box-shadow: inset 5px 0px 5px -2px #6d6e71; }
    /* line 34, ../scss/modules/_navigation-mobile.scss */
    nav.nav body.has-ShowSilverStripeNavigator {
      padding-bottom: 20px; }
    /* line 41, ../scss/modules/_navigation-mobile.scss */
    body.show-mobile-nav nav.nav {
      right: 0; }
    /* line 46, ../scss/modules/_navigation-mobile.scss */
    nav.nav .tools-links li a {
      text-align: center;
      margin: 0;
      padding: 13px 10px; }
    /* line 51, ../scss/modules/_navigation-mobile.scss */
    nav.nav .tools-links li:first-child a {
      -webkit-box-shadow: inset 5px 0px 5px -2px #6d6e71;
      -moz-box-shadow: inset 5px 0px 5px -2px #6d6e71;
      box-shadow: inset 5px 0px 5px -2px #6d6e71; }
    /* line 56, ../scss/modules/_navigation-mobile.scss */
    nav.nav .SearchForm {
      float: left;
      margin: 3px 10px 10px 10px;
      width: calc(100% - 95px); }
      /* line 60, ../scss/modules/_navigation-mobile.scss */
      nav.nav .SearchForm #Form_SearchForm {
        width: 100%; }
        /* line 62, ../scss/modules/_navigation-mobile.scss */
        nav.nav .SearchForm #Form_SearchForm input.text {
          background-color: #fff; }
    /* line 67, ../scss/modules/_navigation-mobile.scss */
    nav.nav .social-sharing__holder {
      			/*
                  text-align: center;
      			margin-right: 10px;
      			margin-top: 10px;
      			display: block;
                  */
      display: none; }
    /* line 76, ../scss/modules/_navigation-mobile.scss */
    nav.nav #navigation {
      clear: both; }
      /* line 78, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation > a.class-HomePage {
        display: none; }
      /* line 84, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation > ul > li > ul {
        display: none; }
      /* line 88, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation > ul > li.section > ul, nav.nav #navigation > ul > li.current > ul {
        display: block; }
      /* line 96, ../scss/modules/_navigation-mobile.scss */
      nav.nav #navigation ul {
        font-weight: 700;
        margin: 0;
        background-color: #79d0e8;
        -webkit-box-shadow: inset 5px 0px 5px -2px #6d6e71;
        -moz-box-shadow: inset 5px 0px 5px -2px #6d6e71;
        box-shadow: inset 5px 0px 5px -2px #6d6e71; }
        /* line 101, ../scss/modules/_navigation-mobile.scss */
        nav.nav #navigation ul li {
          font-size: 16px;
          margin: 0;
          border-top: 1px solid #fff;
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 108, ../scss/modules/_navigation-mobile.scss */
        nav.nav #navigation ul a {
          color: #6d6e71;
          display: block;
          padding: 10px;
          line-height: 1; }
          /* line 113, ../scss/modules/_navigation-mobile.scss */
          html.no-touch nav.nav #navigation ul a:hover {
            background-color: #ff4e00;
            color: #fff; }
          /* line 117, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul a.section {
            color: #ff4e00; }
          /* line 120, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul a.current {
            border-right: 8px solid #ff4e00; }
        /* line 124, ../scss/modules/_navigation-mobile.scss */
        nav.nav #navigation ul ul {
          font-weight: 500;
          background-color: #a5dfef; }
          /* line 127, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul ul a {
            padding-left: 20px; }
          /* line 128, ../scss/modules/_navigation-mobile.scss */
          nav.nav #navigation ul ul ul {
            font-weight: 300;
            background-color: #d0eff7; }
            /* line 131, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul a {
              padding-left: 30px; }
            /* line 132, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul {
              background-color: #fcfefe; }
              /* line 134, ../scss/modules/_navigation-mobile.scss */
              nav.nav #navigation ul ul ul ul a {
                padding-left: 40px; }
            /* line 136, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul ul a {
              padding-left: 50px; }
            /* line 137, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul ul ul a {
              padding-left: 60px; }
            /* line 138, ../scss/modules/_navigation-mobile.scss */
            nav.nav #navigation ul ul ul ul ul ul ul a {
              padding-left: 70px; } }
/*
<!--googleoff: snippet-->
<% control Top %>
<% if PaginatedContent.MoreThanOnePage %>
  <div class="pagination">
  <% if Top.ShowingPagination %>
    <a href="{$Top.Link}?show_all=1" class="show-all">Show All</a> <span>|</span>
  <% end_if %>

	<% if PaginatedContent.NotFirstPage %>
		<a class="prev" href="$PaginatedContent.PrevLink">&laquo; Prev</a> <span>|</span>
	<% end_if %>
    <% control PaginatedContent.PaginationSummary(4) %>
		<% if CurrentBool %>
			<strong class="$FirstLast">$PageNum</strong>
		<% else %>
			<% if Link %>
				<a href="$Link" title="Go to page $PageNum" class="$FirstLast">$PageNum</a>
			<% else %>
				...
			<% end_if %>
		<% end_if %>
	<% end_control %>
	<% if PaginatedContent.NotLastPage %>
    <span>|</span> <a href="$PaginatedContent.NextLink" class="next">Next &raquo;</a>
	<% end_if %>
  </div>
<% end_if %>
<% end_control %>
<!--googleon: snippet-->
*/
/* line 32, ../scss/modules/_pagination.scss */
.pagination {
  font-size: 10px;
  text-transform: uppercase;
  color: #6d6e71;
  text-align: right;
  margin: 16px 0;
  white-space: nowrap; }
  /* line 40, ../scss/modules/_pagination.scss */
  .pagination:first-child {
    margin-top: 0; }
  /* line 43, ../scss/modules/_pagination.scss */
  .pagination a {
    color: #9b9c9e; }
  /* line 47, ../scss/modules/_pagination.scss */
  .pagination a, .pagination strong, .pagination span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-left: .25em; }
  /* line 51, ../scss/modules/_pagination.scss */
  .pagination strong {
    color: #fff;
    background-color: #6d6e71;
    padding: 0 3px; }
  /* line 56, ../scss/modules/_pagination.scss */
  .pagination .prev, .pagination .next, .pagination .show-all {
    color: #6d6e71;
    margin: 0 .5em; }
    /* line 59, ../scss/modules/_pagination.scss */
    .pagination .prev:first-child, .pagination .next:first-child, .pagination .show-all:first-child {
      margin-left: 0; }
    /* line 62, ../scss/modules/_pagination.scss */
    .pagination .prev:last-child, .pagination .next:last-child, .pagination .show-all:last-child {
      margin-right: 0; }

/* line 68, ../scss/modules/_pagination.scss */
.combined-pagination {
  width: 100%;
  margin: 16px 0;
  *zoom: 1; }
  /* line 38, ../vendor/bundle/ruby/2.7.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .combined-pagination:after {
    content: "";
    display: table;
    clear: both; }
  /* line 72, ../scss/modules/_pagination.scss */
  .combined-pagination .pagination {
    margin: 0; }

/* line 2, ../scss/modules/_paper-list.scss */
.PaperList h2 {
  margin: .5em 0;
  font-weight: bold; }
/* line 6, ../scss/modules/_paper-list.scss */
.PaperList h3 {
  margin: 0;
  font-size: 12px; }
  /* line 9, ../scss/modules/_paper-list.scss */
  .PaperList h3.year {
    margin: .5em 0 .25em 0;
    font-weight: bold; }
/* line 14, ../scss/modules/_paper-list.scss */
.PaperList .SortLinks {
  border-bottom: 1px solid #c9cacc;
  padding-bottom: .25em; }
  /* line 17, ../scss/modules/_paper-list.scss */
  .PaperList .SortLinks * {
    display: inline; }
  /* line 20, ../scss/modules/_paper-list.scss */
  .PaperList .SortLinks ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #c9cacc; }
    /* line 28, ../scss/modules/_paper-list.scss */
    .PaperList .SortLinks ul li a.active {
      font-weight: bold;
      color: black; }
    /* line 33, ../scss/modules/_paper-list.scss */
    .PaperList .SortLinks ul li:before {
      content: ' | '; }
    /* line 36, ../scss/modules/_paper-list.scss */
    .PaperList .SortLinks ul li:first-child:before {
      content: ''; }
/* line 42, ../scss/modules/_paper-list.scss */
.PaperList .PaperItem {
  margin: .5em 0; }
  /* line 47, ../scss/modules/_paper-list.scss */
  .PaperList .PaperItem .show-more:before {
    padding-right: .25em; }
  /* line 55, ../scss/modules/_paper-list.scss */
  .PaperList .PaperItem .Description p:last-child {
    margin-bottom: 0; }
/* line 60, ../scss/modules/_paper-list.scss */
.PaperList .PaperFiles {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 64, ../scss/modules/_paper-list.scss */
  .PaperList .PaperFiles li {
    margin: 0;
    padding: 0; }

/* line 1, ../scss/modules/_promos.scss */
.promos {
  margin: 0 10px; }
  /* line 3, ../scss/modules/_promos.scss */
  .promos .promo {
    margin: 16px 0;
    padding-top: 16px;
    border-top: 1px solid #c9cacc; }
    /* line 7, ../scss/modules/_promos.scss */
    .promos .promo h2:first-child {
      margin-top: 0; }

/* SHADOWBOX IMAGES
<div class="captionImage MainImage right">
    <a class="shadowbox" href="$MainImage.Link" class="right">$MainImage.SetWidth(230)</a>
    <% if MainImageCaption %><p class="caption">$MainImageCaption</p><% end_if %>
</div>

*/
/* line 8, ../scss/modules/_shadowbox.scss */
.captionImage .shadowbox {
  position: relative;
  display: block;
  overflow: hidden; }
  /* line 12, ../scss/modules/_shadowbox.scss */
  .captionImage .shadowbox .ss_magnifier {
    display: block;
    position: absolute;
    text-align: right;
    top: auto !important;
    left: auto !important;
    bottom: 10px !important;
    right: 7px !important;
    color: #fff;
    text-shadow: 1px 1px 2px black; }
    /* line 24, ../scss/modules/_shadowbox.scss */
    .captionImage .shadowbox .ss_magnifier:hover {
      color: #4ec1e0; }

/* line 30, ../scss/modules/_shadowbox.scss */
#sb-container {
  z-index: 9999 !important; }

/* Shadowbox overrides
----------------------------------------------- */
/* line 36, ../scss/modules/_shadowbox.scss */
#sb-container {
  height: auto !important;
  bottom: 0; }
  /* line 39, ../scss/modules/_shadowbox.scss */
  #sb-container #sb-wrapper-inner {
    border: none; }
  /* line 42, ../scss/modules/_shadowbox.scss */
  #sb-container #sb-title {
    position: absolute;
    background-color: #6d6e71;
    background-color: rgba(109, 110, 113, 0.8);
    z-index: 9999;
    height: auto;
    bottom: 20px;
    width: 100%; }
    /* line 50, ../scss/modules/_shadowbox.scss */
    #sb-container #sb-title #sb-title-inner {
      font-size: 12px;
      line-height: 1.5em;
      font-weight: bold;
      height: auto;
      padding: 10px; }
      /* line 56, ../scss/modules/_shadowbox.scss */
      #sb-container #sb-title #sb-title-inner:empty {
        display: none; }
      /* line 59, ../scss/modules/_shadowbox.scss */
      #sb-container #sb-title #sb-title-inner .download-link {
        font-size: 10px;
        display: block; }
        /* line 62, ../scss/modules/_shadowbox.scss */
        #sb-container #sb-title #sb-title-inner .download-link a {
          color: #fff; }

/* line 2, ../scss/modules/_sidebar.scss */
.sidebar h2:first-child {
  margin-top: 0; }
@media screen and (min-width: 768px) {
  /* line 5, ../scss/modules/_sidebar.scss */
  .sidebar .sidebar-wrapper {
    margin: 0 15px; } }

/* line 1, ../scss/modules/_silverstripe-navigator.scss */
html #SilverStripeNavigatorMessage {
  right: 50%;
  top: 0;
  margin-right: -50px; }

/* line 1, ../scss/modules/_subnav.scss */
.subnav {
  border-right: 1px solid #c9cacc;
  margin-right: -1px;
  padding-right: 10px;
  display: none; }
  /* line 7, ../scss/modules/_subnav.scss */
  .subnav.home__subnav {
    display: block !important;
    clear: left; }
  @media screen and (min-width: 768px) {
    /* line 1, ../scss/modules/_subnav.scss */
    .subnav {
      display: block; } }
  /* line 12, ../scss/modules/_subnav.scss */
  .subnav .vertical-menu {
    font-size: 13px;
    color: #6d6e71;
    margin-right: -10px;
    margin-bottom: 20px; }
    /* line 17, ../scss/modules/_subnav.scss */
    .subnav .vertical-menu a {
      color: #6d6e71;
      display: block;
      padding: 2.1px 10px 4px 10px;
      line-height: 1; }
      /* line 23, ../scss/modules/_subnav.scss */
      .subnav .vertical-menu a.section {
        color: #ff4e00; }
      /* line 26, ../scss/modules/_subnav.scss */
      .subnav .vertical-menu a.current {
        background-color: #ff4e00;
        color: #fff; }
    /* line 31, ../scss/modules/_subnav.scss */
    .subnav .vertical-menu .label {
      font-size: 18px; }
    /* line 34, ../scss/modules/_subnav.scss */
    .subnav .vertical-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      /* line 38, ../scss/modules/_subnav.scss */
      .subnav .vertical-menu ul li {
        margin: 10px 0; }
        /* line 40, ../scss/modules/_subnav.scss */
        .subnav .vertical-menu ul li ul {
          margin-left: 10px; }
          /* line 42, ../scss/modules/_subnav.scss */
          .subnav .vertical-menu ul li ul li {
            margin: 3px 0;
            font-size: 11px; }

/* line 1, ../scss/modules/_toc.scss */
.toc {
  margin-bottom: 32px; }
  /* line 2, ../scss/modules/_toc.scss */
  .toc a {
    color: #6d6e71; }
  /* line 5, ../scss/modules/_toc.scss */
  .toc .active a {
    color: #ff4e00;
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    /* line 10, ../scss/modules/_toc.scss */
    .Content .toc {
      width: 230px;
      float: right;
      margin-left: 10px; }
      /* line 15, ../scss/modules/_toc.scss */
      .Content .toc h2 {
        margin-top: 0; } }

/*
<div class="tools">
    <ul class="tools-links">
        <li><a href="/" class="active">ESnet</a></li>
        <% control ToolsMenuPages %>
            <li><a href="$Link" class="">$MenuTitle</a></li>
        <% end_control %>
    </ul>
    <div class="SearchForm">
        $SearchForm
    </div>
</div>
*/
@media screen and (min-width: 768px) {
  /* line 15, ../scss/modules/_tools.scss */
  .tools {
    position: absolute;
    top: -150px;
    right: 0; } }
/* line 21, ../scss/modules/_tools.scss */
.tools .tools-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 0; }
  /* line 29, ../scss/modules/_tools.scss */
  html.flexbox .tools .tools-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  @media screen and (min-width: 768px) {
    /* line 21, ../scss/modules/_tools.scss */
    .tools .tools-links {
      margin: 0 15px 30px 0;
      min-width: 357px; } }
  /* line 36, ../scss/modules/_tools.scss */
  .tools .tools-links > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 33.33%; }
    /* line 39, ../scss/modules/_tools.scss */
    html.flexbox .tools .tools-links > li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1 1 33.333%;
      -ms-flex: 1 1 33.333%;
      flex: 1 1 33.333%; }
    @media screen and (min-width: 768px) {
      /* line 36, ../scss/modules/_tools.scss */
      .tools .tools-links > li {
        width: auto; } }
    /* line 45, ../scss/modules/_tools.scss */
    .tools .tools-links > li a {
      text-align: left;
      font-size: 14px;
      margin: 0;
      padding: 8px 10px;
      background-color: #6d6e71;
      border-left: 1px solid #fff;
      color: #fff;
      width: 100%;
      display: block; }
      @media screen and (min-width: 768px) {
        /* line 56, ../scss/modules/_tools.scss */
        html.no-flexbox .tools .tools-links > li a {
          width: 8.5em; } }
      /* line 58, ../scss/modules/_tools.scss */
      .tools .tools-links > li a.Internal, .tools .tools-links > li a:hover {
        background-color: #4ec1e0; }
    /* line 62, ../scss/modules/_tools.scss */
    .tools .tools-links > li:first-child a {
      border-left: 0; }
@media screen and (min-width: 768px) {
  /* line 67, ../scss/modules/_tools.scss */
  .tools .social-sharing__holder {
    float: right;
    margin-top: -30px;
    margin-right: 15px; } }

/* tables
----------------------------------------------- */
/*

<table border="0" summary="Summary">
<caption>Caption here</caption>
<tbody>
<tr>
<th scope="row">Apples</th> <th scope="row">Oranges</th> <th scope="row">Berries</th>
</tr>
<tr>
<td>Granny smith</td>
<td>Blood</td>
<td>Rasberry</td>
</tr>
<tr>
<td>Macintosh</td>
<td>Navel</td>
<td>Marion</td>
</tr>
</tbody>
</table>

*/
/* line 26, ../scss/modules/_tables.scss */
table {
  margin-bottom: 1.4em;
  width: 100%; }
  /* line 29, ../scss/modules/_tables.scss */
  table caption {
    border-top: 1px solid #ff4e00;
    border-bottom: 1px solid #6d6e71;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.33333; }
  /* line 37, ../scss/modules/_tables.scss */
  table th {
    color: #fff;
    background: #6d6e71; }
  /* line 41, ../scss/modules/_tables.scss */
  table thead th {
    vertical-align: bottom; }
  /* line 44, ../scss/modules/_tables.scss */
  table th, table td {
    padding: 4px 10px 4px 10px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.33333; }
  /* line 52, ../scss/modules/_tables.scss */
  table tr.even td, table tr:nth-child(even) td {
    background: #e3e4e5; }
  /* line 55, ../scss/modules/_tables.scss */
  table tfoot {
    font-style: italic; }

/* data-table for jquery.dataTable */
/* line 67, ../scss/modules/_tables.scss */
.data-table,
.data-table-10,
.data-table-25,
.data-table-50,
.data-table-100,
.data-table-show-all,
.data-table-simple {
  color: inherit; }
  /* line 69, ../scss/modules/_tables.scss */
  .data-table td,
  .data-table-10 td,
  .data-table-25 td,
  .data-table-50 td,
  .data-table-100 td,
  .data-table-show-all td,
  .data-table-simple td {
    background-color: #fff !important; }
  /* line 72, ../scss/modules/_tables.scss */
  .data-table tr.even td, .data-table tr:nth-child(even) td,
  .data-table-10 tr.even td,
  .data-table-10 tr:nth-child(even) td,
  .data-table-25 tr.even td,
  .data-table-25 tr:nth-child(even) td,
  .data-table-50 tr.even td,
  .data-table-50 tr:nth-child(even) td,
  .data-table-100 tr.even td,
  .data-table-100 tr:nth-child(even) td,
  .data-table-show-all tr.even td,
  .data-table-show-all tr:nth-child(even) td,
  .data-table-simple tr.even td,
  .data-table-simple tr:nth-child(even) td {
    background-color: #e3e4e5 !important; }

/* line 76, ../scss/modules/_tables.scss */
.fg-toolbar {
  overflow: hidden; }

/* line 79, ../scss/modules/_tables.scss */
.dataTables_paginate {
  color: #6d6e71;
  font-weight: bold; }

/* line 84, ../scss/modules/_tables.scss */
td.numright, td.formatted-num {
  text-align: right; }

/* other table styles */
/* line 90, ../scss/modules/_tables.scss */
.table-plain, .table-plain-border, .table-plain-full-width, .table-plain-border-full-width {
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  background-color: transparent;
  background-image: none;
  width: auto; }
  /* line 98, ../scss/modules/_tables.scss */
  .table-plain td, .table-plain tr, .table-plain th, .table-plain caption, .table-plain-border td, .table-plain-border tr, .table-plain-border th, .table-plain-border caption, .table-plain-full-width td, .table-plain-full-width tr, .table-plain-full-width th, .table-plain-full-width caption, .table-plain-border-full-width td, .table-plain-border-full-width tr, .table-plain-border-full-width th, .table-plain-border-full-width caption {
    border: 0;
    margin: 0;
    padding: 0 5px 5px 0;
    font-size: 12px;
    line-height: 1.5em;
    color: black;
    text-align: left;
    background-color: transparent; }
  /* line 108, ../scss/modules/_tables.scss */
  .table-plain tr.even td, .table-plain tr:nth-child(even) td, .table-plain-border tr.even td, .table-plain-border tr:nth-child(even) td, .table-plain-full-width tr.even td, .table-plain-full-width tr:nth-child(even) td, .table-plain-border-full-width tr.even td, .table-plain-border-full-width tr:nth-child(even) td {
    background: transparent; }

/* line 112, ../scss/modules/_tables.scss */
.table-plain {
  color: black; }

/* line 113, ../scss/modules/_tables.scss */
.table-plain-full-width {
  color: black;
  width: 100%; }

/* line 117, ../scss/modules/_tables.scss */
.table-plain-border {
  color: black;
  border: 1px solid #c9cacc; }
  /* line 120, ../scss/modules/_tables.scss */
  .table-plain-border td, .table-plain-border th {
    border: 1px solid #c9cacc;
    padding: 5px; }

/* line 125, ../scss/modules/_tables.scss */
.table-plain-border-full-width {
  color: black;
  width: 100%;
  border: 1px solid #c9cacc; }
  /* line 129, ../scss/modules/_tables.scss */
  .table-plain-border-full-width td, .table-plain-border-full-width th {
    border: 1px solid #c9cacc;
    padding: 5px; }

/* LAYOUTS 	================================================================= */
/* line 2, ../scss/layouts/_base.scss */
body {
  background-image: url('../images/Background_Screen.png?1651598490');
  background-repeat: no-repeat;
  background-position: center 5px; }

/* line 8, ../scss/layouts/_base.scss */
#page-heading {
  margin-top: 0; }

/* line 13, ../scss/layouts/_base.scss */
.Content img, .sidebar img {
  max-width: 100%;
  height: auto; }

/* line 2, ../scss/layouts/_bio-index.scss */
body.BioIndex .bio-items {
  margin-left: -20px;
  font-size: 0; }
  /* line 5, ../scss/layouts/_bio-index.scss */
  body.BioIndex .bio-items .sub-index {
    margin-left: 20px; }
  /* line 8, ../scss/layouts/_bio-index.scss */
  body.BioIndex .bio-items .bio-page-item {
    overflow: hidden;
    margin-left: 20px;
    vertical-align: top;
    font-size: 11px; }
    @media screen and (min-width: 480px) {
      /* line 8, ../scss/layouts/_bio-index.scss */
      body.BioIndex .bio-items .bio-page-item {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 220px; } }
    @media screen and (min-width: 768px) {
      /* line 8, ../scss/layouts/_bio-index.scss */
      body.BioIndex .bio-items .bio-page-item {
        width: 230px; } }
    /* line 20, ../scss/layouts/_bio-index.scss */
    body.BioIndex .bio-items .bio-page-item .image {
      float: left;
      margin-right: 10px; }
      /* line 23, ../scss/layouts/_bio-index.scss */
      body.BioIndex .bio-items .bio-page-item .image img {
        width: 40px;
        height: auto; }
    /* line 27, ../scss/layouts/_bio-index.scss */
    body.BioIndex .bio-items .bio-page-item .list-text {
      overflow: hidden; }
      /* line 29, ../scss/layouts/_bio-index.scss */
      body.BioIndex .bio-items .bio-page-item .list-text .Name {
        font-size: 12px;
        font-weight: 700; }

/* line 2, ../scss/layouts/_bio-page.scss */
body.BioPage .details {
  overflow: hidden;
  margin-bottom: 16px; }
  /* line 5, ../scss/layouts/_bio-page.scss */
  body.BioPage .details .image {
    float: left;
    margin-right: 10px; }
    /* line 8, ../scss/layouts/_bio-page.scss */
    body.BioPage .details .image img {
      width: 100px;
      height: auto; }
      @media screen and (min-width: 480px) {
        /* line 8, ../scss/layouts/_bio-page.scss */
        body.BioPage .details .image img {
          width: 150px; } }
  /* line 16, ../scss/layouts/_bio-page.scss */
  body.BioPage .details .vcard {
    overflow: hidden;
    font-size: 11px; }
    @media screen and (min-width: 480px) {
      /* line 16, ../scss/layouts/_bio-page.scss */
      body.BioPage .details .vcard {
        font-size: 12px; } }
    /* line 22, ../scss/layouts/_bio-page.scss */
    body.BioPage .details .vcard .fn {
      font-weight: 700; }

/* line 3, ../scss/layouts/_documentation-page.scss */
body.DocumentationPage .Content h2 {
  padding-top: 16px;
  border-top: 1px solid #c9cacc; }
  /* line 6, ../scss/layouts/_documentation-page.scss */
  body.DocumentationPage .Content h2:first-of-type {
    padding-top: 0;
    border-top: 0; }
@media screen and (min-width: 1px) and (max-width: 480px) {
  /* line 15, ../scss/layouts/_documentation-page.scss */
  html.flexbox body.DocumentationPage .Layout {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    /* line 18, ../scss/layouts/_documentation-page.scss */
    html.flexbox body.DocumentationPage .Layout .sidebar {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-flex-order: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    /* line 21, ../scss/layouts/_documentation-page.scss */
    html.flexbox body.DocumentationPage .Layout .main {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-flex-order: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; } }
@media screen and (min-width: 480px) and (max-width: 768px) {
  /* line 15, ../scss/layouts/_documentation-page.scss */
  html.flexbox body.DocumentationPage .Layout {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    /* line 18, ../scss/layouts/_documentation-page.scss */
    html.flexbox body.DocumentationPage .Layout .sidebar {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-flex-order: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    /* line 21, ../scss/layouts/_documentation-page.scss */
    html.flexbox body.DocumentationPage .Layout .main {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-flex-order: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; } }

/* line 2, ../scss/layouts/_gallery-page.scss */
body.GalleryPage .GalleryList {
  overflow: hidden;
  margin-left: -10px; }
  /* line 5, ../scss/layouts/_gallery-page.scss */
  body.GalleryPage .GalleryList .GalleryItem {
    font-size: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0 0 10px 10px;
    vertical-align: top;
    width: 135px;
    position: relative; }
    /* line 12, ../scss/layouts/_gallery-page.scss */
    body.GalleryPage .GalleryList .GalleryItem img {
      width: 135px; }
    /* line 15, ../scss/layouts/_gallery-page.scss */
    body.GalleryPage .GalleryList .GalleryItem .Name {
      font-size: 11px;
      color: #6d6e71; }
    /* line 19, ../scss/layouts/_gallery-page.scss */
    body.GalleryPage .GalleryList .GalleryItem a:hover .ss_sprite {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      color: #2c4e95; }
    /* line 23, ../scss/layouts/_gallery-page.scss */
    body.GalleryPage .GalleryList .GalleryItem .ss_sprite {
      position: absolute !important;
      top: 110px !important;
      left: auto !important;
      bottom: auto !important;
      right: 0 !important;
      color: black;
      font-size: 18px;
      display: block;
      background-color: #fff;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      padding: 4px; }

/* line 4, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .SearchForm form {
  width: auto; }
/* line 7, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .SearchForm input.text {
  width: 100%; }
/* line 12, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .SearchForm #Category {
  display: none !important; }
/* line 14, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .SearchForm #Category > label, body.GoogleSearchResults .main .SearchForm #PageType > label {
  float: none;
  display: block;
  padding: 0;
  margin: 5px 0;
  color: #2c4e95; }
  /* line 20, ../scss/layouts/_google-search-results.scss */
  body.GoogleSearchResults .main .SearchForm #Category > label:hover, body.GoogleSearchResults .main .SearchForm #PageType > label:hover {
    cursor: pointer; }
  /* line 23, ../scss/layouts/_google-search-results.scss */
  body.GoogleSearchResults .main .SearchForm #Category > label .ss_sprite, body.GoogleSearchResults .main .SearchForm #PageType > label .ss_sprite {
    padding-right: .25em; }
  /* line 33, ../scss/layouts/_google-search-results.scss */
  body.GoogleSearchResults .main .SearchForm #Category > label .vals, body.GoogleSearchResults .main .SearchForm #PageType > label .vals {
    padding-left: .5em;
    color: black; }
/* line 38, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .SearchForm #Category > .middleColumn, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn {
  border-bottom: 1px solid #c9cacc; }
  /* line 40, ../scss/layouts/_google-search-results.scss */
  body.GoogleSearchResults .main .SearchForm #Category > .middleColumn .allnone, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn .allnone {
    display: block;
    margin: 5px 0; }
  @media screen and (min-width: 768px) {
    /* line 46, ../scss/layouts/_google-search-results.scss */
    html.flexbox body.GoogleSearchResults .main .SearchForm #Category > .middleColumn .li_container, html.flexbox body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn .li_container {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  /* line 51, ../scss/layouts/_google-search-results.scss */
  body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 11px;
    margin-bottom: 0; }
    @media screen and (min-width: 1px) and (max-width: 480px) {
      /* line 51, ../scss/layouts/_google-search-results.scss */
      body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul {
        float: none !important;
        width: auto !important; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      /* line 51, ../scss/layouts/_google-search-results.scss */
      body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul {
        float: none !important;
        width: auto !important; } }
    @media screen and (min-width: 768px) {
      /* line 51, ../scss/layouts/_google-search-results.scss */
      body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul {
        font-size: 10px; }
        /* line 62, ../scss/layouts/_google-search-results.scss */
        html.flexbox body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul, html.flexbox body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul {
          float: none !important;
          width: auto !important;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
    /* line 68, ../scss/layouts/_google-search-results.scss */
    body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul li, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul li {
      position: relative; }
      /* line 70, ../scss/layouts/_google-search-results.scss */
      body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul li input, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul li input {
        position: absolute;
        top: .3em; }
      /* line 74, ../scss/layouts/_google-search-results.scss */
      body.GoogleSearchResults .main .SearchForm #Category > .middleColumn ul li label, body.GoogleSearchResults .main .SearchForm #PageType > .middleColumn ul li label {
        display: block;
        margin-left: 15px; }
/* line 83, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .totals {
  float: left;
  margin: 16px 0; }
/* line 87, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .pagination {
  float: right; }
/* line 90, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main .sort {
  clear: both; }
/* line 94, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main #SearchResults h2 {
  margin-bottom: 0; }
/* line 97, ../scss/layouts/_google-search-results.scss */
body.GoogleSearchResults .main #SearchResults p {
  margin-top: 0; }
  /* line 99, ../scss/layouts/_google-search-results.scss */
  body.GoogleSearchResults .main #SearchResults p .url {
    font-size: 11px;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    line-height: 1.2;
    margin-top: .25em;
    display: block;
    color: #6d6e71; }

/* line 3, ../scss/layouts/_home-page.scss */
body.HomePage .Layout {
  display: block !important; }
/* line 6, ../scss/layouts/_home-page.scss */
body.HomePage .top-section {
  overflow: hidden;
  margin-top: 20px; }
  /* line 9, ../scss/layouts/_home-page.scss */
  body.HomePage .top-section .featured-projects {
    width: 100% !important; }
    /* line 12, ../scss/layouts/_home-page.scss */
    body.HomePage .top-section .featured-projects .featured-project {
      width: 100% !important;
      height: auto !important;
      position: relative;
      font-size: 0;
      line-height: 0; }
      /* line 18, ../scss/layouts/_home-page.scss */
      body.HomePage .top-section .featured-projects .featured-project img {
        width: 100% !important;
        height: auto !important; }
      /* line 22, ../scss/layouts/_home-page.scss */
      body.HomePage .top-section .featured-projects .featured-project .caption {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: #6d6e71;
        background-color: rgba(109, 110, 113, 0.75);
        padding: 10px 10px 15px 10px;
        color: #fff; }
        /* line 31, ../scss/layouts/_home-page.scss */
        body.HomePage .top-section .featured-projects .featured-project .caption h2 {
          margin: 0;
          font-size: 13px;
          font-weight: 500;
          line-height: 1.5; }
        /* line 37, ../scss/layouts/_home-page.scss */
        body.HomePage .top-section .featured-projects .featured-project .caption p {
          margin: 0;
          font-size: 10px;
          line-height: 1.5; }
        /* line 42, ../scss/layouts/_home-page.scss */
        body.HomePage .top-section .featured-projects .featured-project .caption .more {
          font-size: 8px;
          color: #fff; }
          /* line 45, ../scss/layouts/_home-page.scss */
          body.HomePage .top-section .featured-projects .featured-project .caption .more:after {
            font-size: 10px; }
        @media screen and (min-width: 768px) {
          /* line 52, ../scss/layouts/_home-page.scss */
          body.HomePage .top-section .featured-projects .featured-project .caption h2 {
            font-size: 17px; }
          /* line 55, ../scss/layouts/_home-page.scss */
          body.HomePage .top-section .featured-projects .featured-project .caption p {
            font-size: 12px; }
          /* line 58, ../scss/layouts/_home-page.scss */
          body.HomePage .top-section .featured-projects .featured-project .caption .more {
            font-size: 10px; }
            /* line 60, ../scss/layouts/_home-page.scss */
            body.HomePage .top-section .featured-projects .featured-project .caption .more:after {
              font-size: 12px; } }
  /* line 70, ../scss/layouts/_home-page.scss */
  body.HomePage .top-section .twitter-feed iframe {
    width: 100% !important; }
  @media screen and (min-width: 768px) {
    /* line 69, ../scss/layouts/_home-page.scss */
    body.HomePage .top-section .twitter-feed {
      width: 230px !important;
      margin-left: 10px;
      position: relative; }
      /* line 78, ../scss/layouts/_home-page.scss */
      html.no-flexbox body.HomePage .top-section .twitter-feed {
        float: left; }
      /* line 81, ../scss/layouts/_home-page.scss */
      html.flexbox body.HomePage .top-section .twitter-feed {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 230px;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px; }
      /* line 84, ../scss/layouts/_home-page.scss */
      body.HomePage .top-section .twitter-feed iframe {
        position: absolute !important;
        height: 100% !important; } }
  /* line 91, ../scss/layouts/_home-page.scss */
  body.HomePage .top-section .content {
    margin-top: 10px;
    /*p {
    	font-size: 16px;
    	line-height: 1.5;
    	@include respond-to("tablet-portrait") {
    		font-size: 20px;
    	}
    }*/ }
    @media screen and (min-width: 768px) {
      /* line 91, ../scss/layouts/_home-page.scss */
      body.HomePage .top-section .content {
        margin-top: 30px; }
        /* line 95, ../scss/layouts/_home-page.scss */
        body.HomePage .top-section .content > *:last-child {
          margin-bottom: 0; } }
    @media screen and (min-width: 970px) {
      /* line 91, ../scss/layouts/_home-page.scss */
      body.HomePage .top-section .content {
        margin-left: 10px; } }
  @media screen and (min-width: 768px) {
    /* line 111, ../scss/layouts/_home-page.scss */
    html.flexbox body.HomePage .top-section {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    /* line 114, ../scss/layouts/_home-page.scss */
    body.HomePage .top-section .featured-projects-wrapper {
      width: 508px; }
      /* line 116, ../scss/layouts/_home-page.scss */
      html.no-flexbox body.HomePage .top-section .featured-projects-wrapper {
        float: left; }
      /* line 119, ../scss/layouts/_home-page.scss */
      html.flexbox body.HomePage .top-section .featured-projects-wrapper {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 508px;
        -ms-flex: 1 1 508px;
        flex: 1 1 508px; } }
  @media screen and (min-width: 970px) {
    /* line 125, ../scss/layouts/_home-page.scss */
    html.flexbox body.HomePage .top-section {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    /* line 128, ../scss/layouts/_home-page.scss */
    body.HomePage .top-section .featured-projects-wrapper {
      width: 710px; }
      /* line 130, ../scss/layouts/_home-page.scss */
      html.flexbox body.HomePage .top-section .featured-projects-wrapper {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 710px;
        -ms-flex: 1 1 710px;
        flex: 1 1 710px; } }
/* line 136, ../scss/layouts/_home-page.scss */
body.HomePage .bottom-section {
  overflow: hidden; }
  /* line 138, ../scss/layouts/_home-page.scss */
  body.HomePage .bottom-section > ul {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      /* line 144, ../scss/layouts/_home-page.scss */
      html.flexbox body.HomePage .bottom-section > ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    /* line 148, ../scss/layouts/_home-page.scss */
    body.HomePage .bottom-section > ul a {
      color: black; }
    /* line 152, ../scss/layouts/_home-page.scss */
    body.HomePage .bottom-section > ul > li {
      padding: 0;
      font-size: 17px;
      padding: 10px;
      background-color: #c9cacc; }
      @media screen and (min-width: 768px) {
        /* line 152, ../scss/layouts/_home-page.scss */
        body.HomePage .bottom-section > ul > li {
          margin: 0 0 0 10px; }
          /* line 159, ../scss/layouts/_home-page.scss */
          body.HomePage .bottom-section > ul > li:first-child {
            margin-left: 0; }
          /* line 162, ../scss/layouts/_home-page.scss */
          html.flexbox body.HomePage .bottom-section > ul > li {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1 1 25%;
            -ms-flex: 1 1 25%;
            flex: 1 1 25%; }
          /* line 165, ../scss/layouts/_home-page.scss */
          html.no-flexbox body.HomePage .bottom-section > ul > li {
            display: inline-block; } }
      /* line 169, ../scss/layouts/_home-page.scss */
      body.HomePage .bottom-section > ul > li ul {
        list-style-type: none;
        font-size: 12px;
        margin: 10px 0 0 0;
        padding: 0 0 0 10px; }
        /* line 174, ../scss/layouts/_home-page.scss */
        body.HomePage .bottom-section > ul > li ul li {
          position: relative;
          margin: 0 0 5px 0; }
          /* line 177, ../scss/layouts/_home-page.scss */
          body.HomePage .bottom-section > ul > li ul li:before {
            content: '» ';
            color: #ff4e00;
            position: absolute;
            top: 0;
            left: -10px; }

/* line 5, ../scss/layouts/_managed-list.scss */
body.ManagedList .IndexList .dateline span:before, body.ManagedList .IndexList .dateline a:before, body.ManagedList .IndexList .URL span:before, body.ManagedList .IndexList .URL a:before {
  content: '| '; }
/* line 8, ../scss/layouts/_managed-list.scss */
body.ManagedList .IndexList .dateline span:first-child:before, body.ManagedList .IndexList .dateline a:first-child:before, body.ManagedList .IndexList .URL span:first-child:before, body.ManagedList .IndexList .URL a:first-child:before {
  content: ''; }

/* line 2, ../scss/layouts/_media-page.scss */
body.MediaPage .main .main-image img {
  width: 100%; }

/* line 8, ../scss/layouts/_news-index.scss */
.NewsIndexColumn .Item {
  clear: left;
  margin-bottom: 10px;
  overflow: hidden; }
  /* line 12, ../scss/layouts/_news-index.scss */
  .NewsIndexColumn .Item h3 {
    margin: 0;
    font-size: 12px; }
  /* line 16, ../scss/layouts/_news-index.scss */
  .NewsIndexColumn .Item .description {
    overflow: hidden; }
  /* line 19, ../scss/layouts/_news-index.scss */
  .NewsIndexColumn .Item img {
    float: left;
    margin: 0 10px 0 0; }

@media screen and (min-width: 480px) {
  /* line 29, ../scss/layouts/_news-index.scss */
  html.flexbox .NewsIndexColumns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-flex-line-pack: start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
  /* line 34, ../scss/layouts/_news-index.scss */
  .NewsIndexColumns .NewsIndexColumn {
    margin-left: 20px; }
    /* line 36, ../scss/layouts/_news-index.scss */
    .NewsIndexColumns .NewsIndexColumn.first {
      margin-left: 0; }
    /* line 39, ../scss/layouts/_news-index.scss */
    html.flexbox .NewsIndexColumns .NewsIndexColumn {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1 1 200px;
      -ms-flex: 1 1 200px;
      flex: 1 1 200px;
      min-width: 200px; }
    /* line 43, ../scss/layouts/_news-index.scss */
    html.no-flexbox .NewsIndexColumns .NewsIndexColumn {
      float: left;
      width: 50%; }
      /* line 46, ../scss/layouts/_news-index.scss */
      html.no-flexbox .NewsIndexColumns .NewsIndexColumn.NewsIndexColumns-1 {
        float: none;
        width: auto; }
      /* line 50, ../scss/layouts/_news-index.scss */
      html.no-flexbox .NewsIndexColumns .NewsIndexColumn.NewsIndexColumns-2 {
        float: left;
        width: 50%; }
      /* line 54, ../scss/layouts/_news-index.scss */
      html.no-flexbox .NewsIndexColumns .NewsIndexColumn.NewsIndexColumns-3 {
        float: left;
        width: 33.33333%; }
      /* line 58, ../scss/layouts/_news-index.scss */
      html.no-flexbox .NewsIndexColumns .NewsIndexColumn.NewsIndexColumns-4 {
        float: left;
        width: 25%; }
      /* line 62, ../scss/layouts/_news-index.scss */
      html.no-flexbox .NewsIndexColumns .NewsIndexColumn.NewsIndexColumns-5 {
        float: left;
        width: 20%; }
      /* line 66, ../scss/layouts/_news-index.scss */
      html.no-flexbox .NewsIndexColumns .NewsIndexColumn.NewsIndexColumns-6 {
        float: left;
        width: 16.66666%; } }
