﻿@import url("//hello.myfonts.net/count/25420b");
/* Very base declarations       
----------------------------------- */
html {
  font-family: 'sml'; }

/* support Opera */
body:after {
  content: 'sml';
  display: none; }

/* CONSIDERATION: FORCE DESKTOP ON LEGACY IE VERSIONS OR USE RESPOND.JS? */
/* Queries for supported browsers.       
----------------------------------- */
@media screen and (min-width: 650px) {
  html {
    font-family: 'lrg'; }

  /* support Opera */
  body:after {
    content: 'lrg'; } }
/*	@license 
	
	â€¢ MyFonts Webfont Build ID 2441739, 2013-01-04T10:11:52-0500 
	â€¢ Webfont: Neuron ExtraBold by Corradine Fonts
	â€¢ URL: http://www.myfonts.com/fonts/corradine/neuron/extra-bold/
	â€¢ Copyright: Copyright (c) 2012 by Manuel Eduardo Corradine - Sergio Ram&#x00ED;rez. All rights reserved.
	â€¢ License: http://www.myfonts.com/viewlicense?type=web&buildid=2441739 */
/*	Instructions:
	
	â€¢ Using Paul Irish's Bulletproof @font-face syntax
	â€¢ @import must be at top of file, otherwise CSS will not work
	â€¢ local('?') removes likelyhood of loading an incorrect local font */
@font-face {
  font-family: neuron-extra-bold;
  src: url("fonts/neuron-extra-bold.eot?"), url("fonts/neuron-extra-bold.ttf") format("truetype"), url("fonts/neuron-extra-bold.woff") format("woff"); }

@font-face {
  font-family: corradine-neuron-black;
  font-weight: bold;
  src: url("fonts/corradine-neuron-black.eot?"), url("fonts/corradine-neuron-black.otf") format("opentype"), url("fonts/corradine-neuron-black.ttf") format("truetype"); }

@font-face {
  font-family: georgia-pro-light;
  src: url("fonts/georgia-pro-light.eot?"), url("fonts/georgia-pro-light.otf") format("opentype"), url("fonts/georgia-pro-light.ttf") format("truetype"); }

@font-face {
  font-family: georgia-pro-semi-bold;
  src: url("fonts/georgia-pro-semi-bold.eot?"), url("fonts/georgia-pro-semi-bold.otf") format("opentype"), url("fonts/georgia-pro-semi-bold.ttf") format("truetype"); }

@font-face {
  font-family: cinnamon-cake;
  src: url("fonts/cinnamon-cake.eot?"), url("fonts/cinnamon-cake.otf") format("opentype"), url("fonts/cinnamon-cake.ttf") format("truetype"), url("fonts/cinnamon-cake.woff") format("woff"); }

/* @group Variables */
/* @group Colours */
/* Almost black */
/* Grey */
/* Black */
/* Bright Blue */
/* Bright Yellow */
/* Light Blue */
/* Light Grey */
/* Dark Grey */
/* @end */
/* @group Measurements */
/* @end */
/* @end */
/* @group Mixins */
/* 
1. Horizontal offset
2. Vertical offset
3. Blur radius (optional), if set to 0 the shadow will be sharp.
4. Spread radius (optional), positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur).
5. Color
*/
/* @end */
/* See http://mrdanadams.com/2012/pixel-ems-css-conversion-sass-mixin/ */
/* Default font size in pixels if not overridden. */
/* Convert PX units to EMs.
Ex: margin-right: pem(16);
*/
/* @group Base */
* {
  background-repeat: no-repeat; }

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  /*font-size: 87.5%;*/
  /*line-height: 1.3;*/
  /*line-height: 143%;*/
  background-color: #EEEEE8;
  color: #272b2b;
  font-weight: normal;
  text-align: left;
  font-weight: light; }

body.rtl {
  text-align: right; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: underline;
  font-weight: normal;
  border: none; }

a img,
a:link img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
  border: none; }

p a,
p a:link,
p a:visited,
p a:hover,
p a:focus,
p a:active,
li a,
li a:link,
li a:visited,
li a:hover,
li a:focus,
li a:active {
  border-bottom: 1px solid #64b8d2;
  text-decoration: none; }

a:hover,
a:focus,
p a:hover,
p a:focus {
  color: #64B8D2; }

img {
  max-width: 100%; }

li a:link img,
li a:visited img,
li a:hover img,
li a:focus img,
li a:active img {
  border: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1em 0 0.15em 0;
  line-height: 1.1em;
  font-family: corradine-neuron-black, neuron-extra-bold, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  font-weight: normal;
  font-stretch: condensed;
  display: block; }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: -0.05em; }

h1, .h1 {
  font-size: 30px;
  font-size: 2.14286rem;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1em; }

@media (min-width: 700px) {
  h1, .h1 {
    font-size: 45px;
    font-size: 3.21429rem; } }
h2, .h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  margin-top: 0.5em;
  line-height: 1em; }

h3, .h3 {
  font-size: 26px;
  font-size: 1.85714rem; }

h4, .h4 {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 0.95em; }

h5, .h5, h6, .h6 {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h6, .h6 {
  font-size: 14px;
  font-size: 1rem; }

small {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem;
  color: #7f7e72; }

hr {
  border: 3px solid #333333;
  margin: 1em 0 0.5em; }

abbr,
dfn {
  border-bottom: 1px dotted #666666; }

iframe {
  width: 100%; }

table {
  background-color: #DCDBCE;
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 0.5em;
  border: none; }

tbody {
  margin: 5px; }

td,
th {
  padding: 0.4em;
  border-right: 1px solid #c8c6b3; }

tr td:last-child,
tr th:last-child {
  border-right: none; }

td {
  vertical-align: top; }

th {
  font-weight: bold;
  border-bottom: 1px solid #c8c6b3;
  vertical-align: top;
  color: #505050; }

.table thead th {
  vertical-align: top; }

form {
  margin: 0 0 0 0; }

button,
input[type="submit"],
.btn,
.btn:hover {
  background-color: #005ca5;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.1em;
  padding: 0.5em 0.7em;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin: 0 0 0.5em 0;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4);
  border: 1px solid #bbbbbb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  opacity: 0.99; }

select {
  font-size: 1em;
  min-width: 200px;
  margin-bottom: 1em;
  height: auto;
  line-height: 1.2em; }

iframe {
  border: none; }

samp,
code {
  background-color: #dcdbce;
  padding: 0.1em 0.3em 0.12em;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em; }

pre code {
  background-color: #dcdbce;
  padding: 0.5em 2%;
  margin: 1em 0; }

address {
  font-style: normal; }

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover {
  opacity: 0.8;
  cursor: pointer; }

blockquote {
  margin: 0;
  padding: 1em 2%; }

blockquote p:last-child {
  margin-bottom: 0; }

cite {
  font-style: italic; }

input {
  height: auto; }

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
select {
  font-size: 1em;
  height: auto;
  margin: 0.5em 0;
  padding: 0.3em 0.2em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  min-width: 300px; }

select {
  min-width: auto; }

textarea {
  display: block;
  clear: both;  
  max-width: 100%;
  background-color: #1f78b1;
  float: left;
  outline: none;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2e;
  border-radius: 0.2em;
  color: white;
  clear: right;
  max-width: 75%;
}

.textarea-label {
display: inline-block;
max-width: 80%;
}

ul,
ol {
  padding-left: 1.5em;
  margin-left: 0; }

nav,
nav ul,
nav ol,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

nav a {
  text-decoration: none; }

nav .icon a {
  padding: 0 4px; }

input[type=search]::-webkit-search-decoration {
  display: none; }

input[type=search] {
  /* the webkit overrides need to stay at the top */
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  /* your styles here */ }

mark {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.1em 0.2em 0.15em;
  margin: 0 0.1em;
  background-color: #fff024; }

.highlight {
  background-color: #63b8d2;
  font-weight: bold;
  padding: 0.1em 0.35em 0.2em;
  color: white; }

figure {
  margin: 0 0 1em;
  padding: 0 0 0.2em 0;
  clear: both; }

figcaption {
  padding-top: 0.3em;
  position: relative; }

figcaption p:last-of-type {
  margin-bottom: 0; }

kbd {
  color: #666;
  font-family: inherit;
  font-size: 87.5%;
  line-height: 90%;
  background-color: #f9f9f9;
  margin: 0 0.25em;
  border: 1px solid #e9e9e9;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.3334em 0.5em;
  box-shadow: inset 0 1px 0 white; }

img {
  margin-bottom: 1em; }

/* @end */
/* @group Helpers - use with SASS @extend to be a cool kid */
.clearfix:before, .header-global-dropdown:before, .nav-global > ul:before, .nav-groups:before,
.clearfix:after,
.header-global-dropdown:after,
.nav-global > ul:after,
.nav-groups:after {
  content: " ";
  display: table; }

.clearfix:after, .header-global-dropdown:after, .nav-global > ul:after, .nav-groups:after {
  clear: both; }

.clearfix, .header-global-dropdown, .nav-global > ul, .nav-groups {
  *zoom: 1; }

/* @end */
.layout-container, .nav-global > ul, .nav-groups {
  padding: 1em 2%;
  width: 96%;
  max-width: 972px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  clear: both; }

.layout-row {
  position: relative;
  width: 100%;
  *zoom: 1;
  clear: both; }

ul.layout-row {
  padding-left: 0; }

.layout-row:before,
.layout-row:after {
  display: table;
  content: "";
  line-height: 0; }

.layout-row:after {
  clear: both; }

@media (min-width: 45em) {
  .layout-row [class*="layout-col"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%; }

  .layout-row [class*="layout-col"]:first-child {
    margin-left: 0; }

  .layout-row [class*="layout-col"].hide {
    display: none; }

  .layout-row [class*="layout-col"].pull-right,
  .layout-row [class*="layout-col"].pull-right {
    float: right; }

  .layout-row .layout-col12 {
    width: 100%;
    *width: 99.94680851063829%; }

  .layout-row .layout-col11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%; }

  .layout-row .layout-col10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%; }

  .layout-row .layout-col9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%; }

  .layout-row .layout-col8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%; }

  .layout-row .layout-col7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%; }

  .layout-row .layout-col6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%; }

  .layout-row .layout-col5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%; }

  .layout-row .layout-col4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%; }

  .layout-row .layout-col3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%; }

  .layout-row .layout-col2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%; }

  .layout-row .layout-col1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%; }

  .layout-row .layout-offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%; }

  .layout-row .layout-offset12:first-child {
    margin-left: 102.12765957446808%;
    *margin-left: 102.02127659574467%; }

  .layout-row .layout-offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%; }

  .layout-row .layout-offset11 {
    margin-left: 93.61702127659574%;
    *margin-left: 93.51063829787232%; }

  .layout-row .layout-offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%; }

  .layout-row .layout-offset10:first-child {
    margin-left: 85.1063829787234%;
    *margin-left: 84.99999999999999%; }

  .layout-row .layout-offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%; }

  .layout-row .layout-offset9:first-child {
    margin-left: 76.59574468085106%;
    *margin-left: 76.48936170212764%; }

  .layout-row .layout-offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%; }

  .layout-row .layout-offset8:first-child {
    margin-left: 68.08510638297872%;
    *margin-left: 67.9787234042553%; }

  .layout-row .layout-offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%; }

  .layout-row .layout-offset7:first-child {
    margin-left: 59.574468085106375%;
    *margin-left: 59.46808510638297%; }

  .layout-row .layout-offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%; }

  .layout-row .layout-offset6:first-child {
    margin-left: 51.063829787234035%;
    *margin-left: 50.95744680851063%; }

  .layout-row .layout-offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%; }

  .layout-row .layout-offset5:first-child {
    margin-left: 42.5531914893617%;
    *margin-left: 42.4468085106383%; }

  .layout-row .layout-offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%; }

  .layout-row .layout-offset4:first-child {
    margin-left: 34.04255319148936%;
    *margin-left: 33.93617021276596%; }

  .layout-row .layout-offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%; }

  .layout-row .layout-offset3:first-child {
    margin-left: 25.53191489361702%;
    *margin-left: 25.425531914893618%; }

  .layout-row .layout-offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%; }

  .layout-row .layout-offset2:first-child {
    margin-left: 17.02127659574468%;
    *margin-left: 16.914893617021278%; }

  .layout-row .layout-offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%; }

  .layout-row .layout-offset1:first-child {
    margin-left: 8.51063829787234%;
    *margin-left: 8.404255319148938%; }

  [class*="layout-col"] h1,
  [class*="layout-col"] h2,
  [class*="layout-col"] h3 {
    margin-top: 0; }

  .layout-container, .nav-global > ul, .nav-groups,
  .nav-global > ul {
    max-width: 972px; }

  .layout-align-left {
    text-align: left; }

  .layout-align-right {
    text-align: right; }

  .layout-row > .layout-col4:nth-child(3n+4) {
    margin-left: 0;
    clear: both; }

  /* Also check ms-legacy.js for the IE7 + 8 patch! */
  .layout-list-col5 {
    -moz-column-count: 5;
    -moz-column-gap: 1em;
    -webkit-column-count: 5;
    -webkit-column-gap: 1em; }

  .layout-list-col4 {
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em; }

  .layout-list-col3 {
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em; }

  .layout-list-col2 {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em; } }
/* @group Sections */
section {
  position: relative; }

/* Adds an arrow to the bottom of the section */
.hentry .section-white:after,
section:after {
  border: solid transparent;
  border-top-color: #eeeee8;
  border-width: 16px 26px 0 26px;
  content: " ";
  left: 50%;
  margin-left: -26px;
  position: absolute;
  pointer-events: none;
  z-index: 1; }

section > .layout-container, section.nav-global > ul, section > .nav-groups {
  padding-top: 4em;
  padding-bottom: 3em; }

.hero + section .layout-container, .hero + section .nav-global > ul, .hero + section .nav-groups {
  padding-top: 1em; }

/* Takes arrow off the last section of the page */
section:last-of-type:after {
  border: none;
  margin-top: 0; }

.section-green {
  background-color: #98b24c; }
  .section-green:after {
    border-top-color: #98b24c; }

.section-grey {
  background-color: #CECECE; }
  .section-grey:after {
    border-top-color: #CECECE; }

.section-black {
  background-color: #272B2B;
  color: #dcdbce; }
  .section-black:after {
    border-top-color: #272B2B; }

.section-black h1,
.section-black h2,
.section-black h3,
.section-black h4,
.section-black h5,
.section-black h6 {
  color: #98b24c; }

.hentry .section-white,
.section-white {
  background-color: white; }
  .hentry .section-white:after,
  .section-white:after {
    border-top-color: white; }

.section-beige {
  background-color: #c8c6b3; }
  .section-beige:after {
    border-top-color: #c8c6b3; }

.section-clay {
  background-color: #d8d7ca; }
  .section-clay:after {
    border-top-color: #d8d7ca; }

.section-cyan {
  background-color: #63b8d2; }
  .section-cyan:after {
    border-top-color: #63b8d2; }

.section-blue {
  background-color: #005ca5; }
  .section-blue:after {
    border-top-color: #005ca5; }

.section-navy {
  background-color: #1d77b6;
  float: left;
  width: 100%;
  padding-bottom: 1em; }
  .section-navy:after {
    border-top-color: #1d77b6; }

.section-yellow {
  background-color: #fff024; }
  .section-yellow:after {
    border-top-color: #fff024; }

.section-blue,
.section-blue a,
.section-blue a:link,
.section-blue a:visited,
.section-blue a:hover,
.section-blue a:focus,
.section-blue a:active,
.section-blue blockquote .attribution .author,
.section-blue blockquote .attribution .role,
.section-blue .vcard a,
.section-blue .vcard a:link,
.section-blue .vcard a:visited,
.section-blue .vcard a:hover,
.section-blue .vcard a:focus,
.section-blue .vcard a:active,
.section-navy,
.section-navy a,
.section-navy a:link,
.section-navy a:visited,
.section-navy a:hover,
.section-navy a:focus,
.section-navy a:active,
.section-navy blockquote .attribution .author,
.section-navy blockquote .attribution .role,
.section-navy .vcard a,
.section-navy .vcard a:link,
.section-navy .vcard a:visited,
.section-navy .vcard a:hover,
.section-navy .vcard a:focus,
.section-navy .vcard a:active,
.section-green,
.section-green a,
.section-green a:link,
.section-green a:visited,
.section-green a:hover,
.section-green a:focus,
.section-green a:active,
.section-green blockquote .attribution .author,
.section-green blockquote .attribution .role,
.section-green .vcard a,
.section-green .vcard a:link,
.section-green .vcard a:visited,
.section-green .vcard a:hover,
.section-green .vcard a:focus,
.section-green .vcard a:active,
.section-black .entry-title,
.form .section-cyan {
  color: white; }

.section-black .panel,
.section-black a.panel,
.section-black a.panel:link,
.section-black a.panel:visited,
.section-black a.panel:hover,
.section-black a.panel:focus,
.section-black a.panel:active,
.section-navy .panel,
.section-navy a.panel,
.section-navy a.panel:link,
.section-navy a.panel:visited,
.section-navy a.panel:hover,
.section-navy a.panel:focus,
.section-navy a.panel:active {
  text-decoration: none;
  color: #272b2b; }

.section-black p a,
.section-black p a:link,
.section-black p a:visited,
.section-black p a:hover,
.section-black p a:focus,
.section-black p a:active {
  border-bottom: 1px solid white; }

.section-cyan p a,
.section-cyan p a:link,
.section-cyan p a:visited,
.section-cyan p a:hover,
.section-cyan p a:focus,
.section-cyan p a:active {
  color: black;
  border-bottom: 1px solid black; }

.section-cyan .panel,
.section-cyan a.panel:link,
.section-cyan a.panel:visited,
.section-cyan a.panel:hover,
.section-cyan a.panel:focus,
.section-cyan a.panel:active,
.section-beige .panel,
.section-beige a.panel:link,
.section-beige a.panel:visited,
.section-beige a.panel:hover,
.section-beige a.panel:focus,
.section-beige a.panel:active {
  border: none; }

.section-blue blockquote .attribution .role,
.section-navy blockquote .attribution .role,
.section-black blockquote .attribution .role,
.section-green blockquote .attribution .role,
.panel-blue blockquote .attribution .role {
  color: rgba(255, 255, 255, 0.7); }

.section-blue blockquote .attribution .author,
.section-navy blockquote .attribution .author,
.section-black blockquote .attribution .author,
.section-green blockquote .attribution .author,
.panel-blue blockquote .attribution .author {
  border-top: 1px solid rgba(255, 255, 255, 0.4); }

.section-blue .blockquote-large,
.section-navy .blockquote-large,
.section-black .blockquote-large,
.section-green .blockquote-large,
.panel-blue .blockquote-large {
  background-image: url(../images/quotes-large-open-white.png); }

.section-blue blockquote,
.section-navy blockquote,
.section-black blockquote,
.section-green blockquote,
.panel.panel-blue blockquote {
  background-image: url(../images/quotes-tiny-open-white.png); }

.section-blue .blockquote-large .attribution,
.section-navy .blockquote-large .attribution,
.section-black .blockquote-large .attribution,
.section-green .blockquote-large .attribution,
.panel-blue .blockquote-large .attribution {
  background-image: url(../images/quotes-large-close-white.png); }

.section-blue blockquote .attribution,
.section-navy blockquote .attribution,
.section-black blockquote .attribution,
.section-green blockquote .attribution,
.panel-blue blockquote .attribution {
  background-image: url(../images/quotes-tiny-close-white.png); }

.section-black,
.section-black a,
.section-black a:link,
.section-black a:visited,
.section-black a:hover,
.section-black a:focus,
.section-black a:active {
  color: #dcdbce; }

.section-black .figure,
.section-black .panel,
.section-black .figure a,
.section-black .figure a:link,
.section-black .figure a:visited,
.section-black .figure a:hover,
.section-black .figure a:focus,
.section-black .figure a:active
.section-black .panel a,
.section-black .panel a:link,
.section-black .panel a:visited,
.section-black .panel a:hover,
.section-black .panel a:focus,
.section-black .panel a:active {
  color: #272b2b; }

.special-block {
  background-color: #383c3c;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.3em;
  color: #C7C5B5; }

.special-block ul {
  clear: both;
  margin: 0 0.3em; }

.special-block img {
  display: none; }

/* @end */
/* @group Buttons */
.more,
button,
.button {
  border-bottom: 1px solid #63b8d2;
  box-shadow: none;
  border: none;
  text-shadow: none; }

.layout-row > .more,
button,
.button,
.button:link,
.button:visited,
.button:hover,
.button:focus,
.button:active,
.panel .button,
.panel .button:link,
.panel .button:visited,
.panel .button:hover,
.panel .button:focus,
.panel .button:active,
input[type=submit],
input[type=button],
.form input[type=submit],
.form input[type=button],
.form button,
.form .button {
  font-size: 13px;
  font-size: 0.92857rem;
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: #005ca5;
  border-radius: 1.5em;
  color: #fff;
  clear: both;
  display: inline;
  font-weight: bold;
  font-style: italic;
  margin: 0 auto;
  padding: 0.3em 1em;
  text-align: center;
  text-decoration: none; }

.layout-row > .more {
  width: 18%; }

.layout-row > .more:hover,
.layout-row > .more:focus,
.layout-row > .more:active,
.panel .button:hover,
.panel .button:focus,
.panel .button:active,
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.result-listing .more {
  background-color: #63b8d2;
  text-shadow: none; }


.button-arrow,
.form .button-arrow,
.form input[type=submit] {
  background-image: url("../images/arrow-right-button.png");
  background-position: 95% center;
  padding-right: 2em; }


.button-l,
.button-l:link,
.button-l:visited,
.button-l:hover,
.button-l:focus,
.button-l:active {
  padding: 0.3em 1em;
  font-size: 1.2em;
  margin: 0.2em 0;
  background-position: 98% center;
  text-align: left; }

.button-orange,
.button-orange:link,
.button-orange:visited,
.button-orange:hover,
.button-orange:focus,
.button-orange:active {
  background-color: #fb7f2b;
  border: none; }

.button-orange:hover,
.button-orange:focus,
.button-orange:active {
  background-color: #F7A266; }

/* @end */
/* @group Field overrides */
.field-collection-container {
  border-bottom: none;
  margin-bottom: 0; }

.field-collection-view {
  border-bottom: none;
  margin: 0;
  padding: 0; }

/* @end */
/* @group Text styles */
/* @group Headings */
.title,
.block-title {
  margin-top: 0; }

.subtitle {
  color: #7f7e72;
  margin-top: 0; }

.subtitle,
.title {
  letter-spacing: 0.01em; }

.heading {
  padding-bottom: 0.4em;
  padding-top: 0.5em; }

.heading h1 {
  margin: 0;
  text-transform: none;
  padding-left: 0.5em; }

.heading .subtitle {
  color: #505050; }

.heading-inline {
  display: inline;
  vertical-align: middle;
  padding-right: 0.2em; }

.heading-highlight {
  background-color: #005ca5;
  color: #fff;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.3em 0.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 1.7em;
  font-weight: lighter;
  letter-spacing: 0.01em; }

.entry-title {
  margin: 0.2em 0;
  font-size: 2.8em;
  color: #fff;
  line-height: 0.9em; }

.entry-category {
  padding: 0;
  margin: 0; }

.entry-category li {
  display: inline-block;
  padding: 0; }

.entry-category a,
.entry-category a:link,
.entry-category a:visited,
.entry-category a:hover,
.entry-category a:focus,
.entry-category a:active {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  margin-top: 2em;
  display: block;
  text-decoration: none; }

.entry-category li:after {
  content: ""; }

hgroup {
  margin-bottom: 0.8em; }

hgroup .title {
  margin-bottom: 0.1em; }

.push {
  float: right;
  margin-left: 1em; }

.pull {
  float: left;
  margin-right: 1em; }

.clear {
  clear: both; }

/* @end */
/* @group Text */
.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic; }

.pick {
  color: #005ca5; }

.tel,
.tel a,
.tel a:link,
.tel a:visited,
.tel a:hover,
.tel a:focus,
.tel a:active {
  border-bottom: none;
  cursor: default;
  text-decoration: none!important; }

.prominent {
  background-color: #fff;
  color: #272b2b;
  margin: 0;
  padding: 0.5em 2%; }

.prominent a,
.prominent a:link,
.prominent a:visited,
.prominent a:hover,
.prominent a:focus,
.prominent a:active {
  color: #272b2b; }

.prominent blockquote footer {
  text-align: center; }

.intro,
.callout {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 21px;
  line-height: 1.5rem;
  color: #66665c; }

.intro.summary {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 28px;
  line-height: 2rem;
  padding: 0 0 1em 0;
  margin-bottom: 0; }

.intro:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.zoom {
  width: 27px;
  height: 27px;
  background: url("../images/icon-zoom.png") center center;
  display: block;
  text-indent: -9999px; }

figure .zoom {
  right: 0;
  top: 0.5em;
  position: absolute; }

.tight {
  margin: 0 0 0.2em 0; }

.caption {
  font-weight: bold;
  margin-bottom: 0; }

.attribution {
  color: #7f7e72;
  font-style: italic; }

/* @end */
/* @end */
/* @group Components */
/* Adds a faded background colour */
.backdrop {
  background-color: white;
  border-radius: 5px;
  padding: 0.5em 2%; }

/* Adds a little hatched underline */
.underscore {
  background: url("../images/bg-hatch.png") repeat-x bottom;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em; }

/* Forces a narrow height â€“ useful for panels. Only to be used when wrapped round an img or video */
.letterbox {
  height: 155px;
  position: relative; }

/* Horizontally and vertically aligns image */
.letterbox img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.select-content > h4 {
  margin-top: 0; }

.select-large {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 20px;
  font-size: 1.42857rem;
  /*@include field-unstyle;*/
  background-color: #005ca5;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 0.4em 0.5em;
  width: 100%; }

/*body:nth-of-type(1) .select-large {
	@include field-unstyle;
	background-image: url(../images/arrow-down-tiny.png);
	background-position: 95% center;
	padding: 0.4em 36px 0.4em 0.5em;
	}*/
/* locking this to webkit only, at least for now */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-large {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/arrow-down-tiny.png);
    background-position: 95% center;
    padding: 0.4em 36px 0.4em 0.5em; } }
/* @group Image overrides */
.panel img,
.hero img,
.footer-global-social img,
#admin-menu img,
.header-global img {
  margin-bottom: 0; }

.video-thumbnail {
  position: relative; }

.video-icon {
  background-image: url("../images/video-play.png");
  background-position: center center;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 37%;
  left: 42%; }

/* @end */
/* @end Components */
/* @group Modules */
/* @group Header: Global */
.header-global {
  background-color: #005CA5;
  background-image: url("../images/header-bg.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 1em 0; }

.header-global .layout-container, .header-global .nav-global > ul, .header-global .nav-groups {
  padding: 0; }

.header-global .header-global-logo {
  float: left;
  width: 108px;
  padding-top: 2px; }

@media (min-width: 480px) {
  .header-global .header-global-logo {
    min-width: 128px;
    width: 33%;
    padding-top: 0; }

  .template-search .header-global-logo {
    width: 19%; } }
.header-global-logo .logo-inverted {
  display: none; }

.nav-global .search input,
.header-global .search input {
  background-color: transparent;
  margin: 0;
  border: 0;
  color: #63b8d2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0.35em 0 0.3em 0.5em;
  box-shadow: none;
  min-width: auto;
  line-height: 1.2em;
  font-family: georgia-pro-light, "georgia", Times, serif; }

.header-global .search input {
  border-left: 1px dotted #63b8d2;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-global .search-big input,
.header-global .search input:focus,
.template-search .search input {
  background-color: #005ca5;
  color: white;
  font-family: georgia-pro-light, "georgia", Times, serif;
  outline: 0; }

.header-global .search input:focus,
.template-search .search input {
  border-left: 0;
  margin-left: 1px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.nav-global input:focus::-webkit-input-placeholder,
.header-global input:focus::-webkit-input-placeholder {
  color: white; }

.nav-global ::-webkit-search-decoration,
.nav-global ::-webkit-search-results-button,
.nav-global ::-webkit-search-results-decoration,
.header-global ::-webkit-search-decoration,
.header-global ::-webkit-search-results-button,
.header-global ::-webkit-search-results-decoration {
  display: none; }

.header-global .header-global-search {
  display: none;
  position: relative; }

@media (min-width: 650px) {
  .header-global .header-global-search {
    display: block;
    width: 32%;
    float: left; } }
.template-search .header-global-search {
  width: 45%; }

.header-global .header-global-login {
  float: right; }

@media (min-width: 650px) {
  .header-global .header-global-login {
    position: relative;
    width: 33%;
    margin-right: 0; } }
@media (max-width: 649px) {
  .header-global-login.state-open {
    float: none; } }
.header-global-search .btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  width: 45px;
  height: 40px;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0; }

.header-global .search input:focus {
  background-image: url("../images/search.png");
  background-position: 98% center; }

@media (max-width: 700px) {
  .header-global-search .btn {
    display: none; } }
.header-global .header-global-login > p {
  width: 100%; }

.header-global .header-global-login > p > a:link,
.header-global .header-global-login > p > a:visited,
.header-global .header-global-login > p > a:hover,
.header-global .header-global-login > p > a:focus,
.header-global .header-global-login > p > a:active {
  margin: 0;
  padding-bottom: 0.4em;
  border-left: 1px dotted #63b8d2; }

/* @end */
/* @group Action: Global */
.action-global {
  text-decoration: none;
  font-size: 1.5em;
  padding-left: 1%;
  margin: 0;
  font-family: georgia-pro-light, "georgia", Times, serif; }

.action-global a,
.action-global a:link,
.action-global a:visited,
.action-global a:hover,
.action-global a:focus,
.action-global a:active {
  padding: 0.5em 0.5em 0.35em 0.4em;
  margin-left: 10px;
  display: block;
  float: left;
  /* So the clickable area isn't overly big */
  text-decoration: none;
  color: #63b8d2;
  border: none; }

.action-global a:hover,
.action-global a:focus,
.action-global a:active {
  color: #fff;
  cursor: pointer; }

/* @end */
/* @group Table */
table tr {
  border-bottom: 1px solid #cfcfc1; }

.panel table tr {
  border-bottom: none; }

table a:link,
table a:visited,
table a:hover,
table a:focus,
table a:active {
  border-bottom: 1px solid #63b8d2;
  border-color: #c7c6c4; }

/* @end */
/* @group Header dropdown */
.header-global-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal;
  background-color: #005ca5;
  -o-border-radius: 0 0 0.3em 0.3em;
  -moz-border-radius: 0 0 0.3em 0.3em;
  -webkit-border-radius: 0 0 0.3em 0.3em;
  border-radius: 0 0 0.3em 0.3em;
  padding: 0 0.5em 0.5em 0.5em;
  font-size: 0.85em; }

@media (min-width: 650px) {
  .header-global-dropdown {
    position: absolute;
    z-index: 4;
    top: 2.2em; } }
.header-global-dropdown ul {
  float: left;
  width: 48%;
  padding: 0;
  margin: 0; }

.header-global-dropdown .header-global-links-students {
  float: right; }

.header-global-dropdown li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-bottom: 1px dotted #63b8d2;
  float: left;
  clear: both;
  width: 100%; }

.header-global-dropdown a,
.header-global-dropdown a:link,
.header-global-dropdown a:visited,
.header-global-dropdown a:hover,
.header-global-dropdown a:focus,
.header-global-dropdown a:active {
  background-image: url("../images/arrow-right-blue.png");
  background-position: right center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 25px;
  display: block;
  float: none;
  font-size: 14px;
  font-size: 1rem; }

.header-global-dropdown li:first-child a,
.header-global-dropdown li:first-child a:link,
.header-global-dropdown li:first-child a:visited,
.header-global-dropdown li:first-child a:hover,
.header-global-dropdown li:first-child a:focus,
.header-global-dropdown li:first-child a:active {
  border-top: 1px dotted #63b8d2; }

/* @end */
/* @group Search */
.search-big {
  /*width: 100%;
  margin-bottom: 0;*/
  clear: both; }

/*
.search-big button {
	font-size: 1.5em;
	margin: 0.5em;
	float: right;
	}
*/
.search-big input {
  margin: 0.5em 2%;
  width: 96%;
  padding: 0.5em 0;
  border: 1px solid #dedede;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border-left: 1px dotted #63b8d2; }

.search-big input::-webkit-input-placeholder {
  color: #63b8d2; }

.search-big input:-moz-placeholder {
  /* Firefox 18- */
  color: #63b8d2; }

.search-big input::-moz-placeholder {
  /* Firefox 19+ */
  color: #63b8d2; }

.search-big input:-ms-input-placeholder {
  color: #63b8d2; }

.nav-global .search-big input {
  margin: 1.5em 4%;
  width: 90%;
  padding-right: 0; }

/* @end */
/* @group Carousel (flexslider.js) defaults */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Necessary Styles */
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: none;
  position: relative; }

/* No JavaScript Fallback */
.flexslider.no-js .slides > li:first-child {
  display: block; }

.flexslider .slides img {
  display: block;
  width: 100%; }

/* Clearfix for the .slides element */
.slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* Basic styles for layout and controls */
.flexslider {
  margin: 0 auto;
  max-width: 1296px;
  padding: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 2000px; }

.flexslider .slides {
  zoom: 1; }

/* single slide small screen overflow */
.flexslider > .slides > li {
  overflow: hidden; }

/* Prev/Next Nav */
.flex-direction-nav {
  display: none; }

.flex-direction-nav a,
.flex-direction-nav a:link,
.flex-direction-nav a:visited,
.flex-direction-nav a:hover,
.flex-direction-nav a:focus,
.flex-direction-nav a:active {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  background: #272b2b url("../images/sprite-hero-navigation.png") left center no-repeat;
  background-size: 200%;
  bottom: 0;
  cursor: pointer;
  opacity: 0.7;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 12.5%;
  z-index: 10; }

.flex-direction-nav a.flex-next {
  background-position: right center;
  right: 0; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.75; }

.flexslider .flex-next:hover,
.flexslider .flex-prev:hover {
  opacity: 0.85; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: .3!important; }

/* "Paged" Nav */
.flex-control-nav {
  bottom: 10%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
  /* ie7 display inline-block: */
  zoom: 1;
  *display: inline; }

.flex-control-paging li a,
.flex-control-paging li a:link,
.flex-control-paging li a:visited,
.flex-control-paging li a:hover,
.flex-control-paging li a:focus,
.flex-control-paging li a:active {
  -o-border-radius: 200%;
  -webkit-border-radius: 200%;
  -moz-border-radius: 200%;
  border-radius: 200%;
  background: #fff;
  cursor: pointer;
  display: block;
  height: 15px;
  text-indent: -999em;
  width: 15px; }

.flex-control-paging li a:hover {
  background: #2674ab; }

.flex-control-paging li a.flex-active {
  background: #2674ab;
  cursor: default; }

@media screen and (min-width: 649px) {
  /* Prev and Next nav */
  .flex-direction-nav {
    display: block;
    *height: 0;
    overflow: hidden; }

  /* "Paged" Nav */
  .flex-control-nav {
    bottom: 5%;
    left: 37.5%;
    width: 25%; }

  .flex-control-nav li {
    margin: 0 6px; } }
/* @end */
/* @group Discover Carousel styles */
/* ...additive style to standard .flexslider defaults above */
.patchwork-unit {
  /* NEVER hide the first child here */
  /* We KNOW the max width for these images */
  /* "paged" nav */ }
  .patchwork-unit .flexslider {
    margin-bottom: 8px; }
  .patchwork-unit .flexslider .slides > li:first-child {
    display: block; }
  .patchwork-unit .flexslider .slides > li img {
    max-width: 288px; }
  .patchwork-unit .flex-direction-nav {
    display: block;
    *height: 0;
    overflow: hidden; }
  .patchwork-unit .flex-direction-nav a {
    top: auto;
    bottom: 4px;
    width: 23px;
    height: 23px;
    border: 1px solid #d3d3cf;
    -o-border-radius: 200%;
    -webkit-border-radius: 200%;
    -moz-border-radius: 200%;
    border-radius: 200%;
    background: transparent url("../images/sprite-mini-carousel-navigation.png") no-repeat left center; }
  .patchwork-unit .flex-direction-nav a.flex-next {
    background-position: right center; }
  .patchwork-unit .flex-direction-nav a:hover {
    background-color: #d3d3cf; }
  .patchwork-unit .flex-control-nav {
    position: static;
    width: auto;
    padding: 12px 0 4px 0; }
  .patchwork-unit .flex-control-paging li a {
    background-color: #c8c6b5; }
  .patchwork-unit .flex-control-paging li a:hover,
  .patchwork-unit .flex-control-paging li a.flex-active {
    background: #2674ab; }

/* @end */
/* @group Hero Area */
.hero {
  background-color: #272b2b;
  clear: both;
  line-height: 0.5em;
  position: relative;
  width: 100%;
  z-index: 1;
  /* only load the larger bg for big-ass screens */ }
  @media (min-width: 1296px) {
    .hero {
      background-image: url("../images/bg-hero-keyline-surround.png");
      background-position: center;
      background-repeat: repeat-y; } }

/* Simple hero images */
.hero-static {
  /* reposition the larger bg for big-ass screens */ }
  @media (min-width: 1296px) {
    .hero-static {
      background-position: center top; } }

.hero-static > div {
  position: relative;
  margin: 0 auto;
  max-width: 1296px;
  /*max-height: 324px;*/ }

.hero-static > div > img {
  width: 100%; }

@media screen and (min-width: 649px) {
  /* Image "shutters" on either side - static hero AND Carousel with only 1 image */
  .hero-static > div:before,
  .flexslider > .slides > li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/bg-hero-static-shutters.png") center top repeat-y;
    background-size: 100% 100%; }

  /* keyline grid */
  .hero-static > div:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: url("../images/bg-hero-keyline.png");
    background-size: 12.5%; }

  /* "keylined" carousel navigation */
  /* keyline grid */
  .hero .slides li:after {
    background: url("../images/bg-hero-keyline.png");
    background-size: 12.5%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; } }
/* simple link options */
/*
.hero .cta {
	@include font-size(17);
	@include hex-alpha(color, #272b2b, 0.8);
	bottom: 0;
	margin: 2%;
	position: absolute;
	right: 12.5%;
	text-decoration: none;
	-webkit-transform: translate3d(0px, 0px, 0px);
	z-index: 1;
	
	&:hover {
		@include hex-alpha(color, #272b2b, 1);
		}
	
	&:before {
		content: '';
		position: relative;
		top: 0.25em;
		left: -0.4em;
		display: inline-block;
		width: 1.2em;
		height: 1.2em;
		@include hex-alpha(background, #272b2b, 0.8);
		@include border-radius(200%)
		}
	
	&:hover:before {
		@include hex-alpha(background, #272b2b, 1);
		}
		
	}
*/
/* solid panel style */
.hero .cta-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: bottom .3s ease;
  -moz-transition: bottom .3s ease;
  -o-transition: bottom .3s ease;
  -ms-transition: bottom .3s ease;
  transition: bottom .3s ease;
  position: absolute;
  bottom: -100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 2%;
  color: #272b2b;
  line-height: 1.2em;
  text-decoration: none;
  background: #fff059;
  /* z-index Chrome fix */
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 1; }
  .hero .cta-panel :first-child {
    margin-top: 0; }

.no-js .cta-panel {
  position: static;
  height: auto; }

@media screen and (max-width: 649px) {
  .hero .slides .active .cta-panel {
    bottom: 0; } }
@media screen and (min-width: 649px) {
  .hero .cta-panel {
    right: 12.5%;
    bottom: 0;
    width: 25%;
    height: 66.66666%;
    padding: 1.6% 0.8%;
    background: #fff059;
    background: rgba(255, 240, 89, 0.8);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .hero .cta-panel:hover {
      background: #fff059;
      background: #fff059; } }
/* @end */
/* @group Feedback messages */
.alert {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #F7F78F;
  border: 1px solid #e0db59;
  padding: 0.6em 2%;
  color: #272b2b;
  text-shadow: none; }

.alert p:last-child {
  margin-bottom: 0; }

.alert-error {
  background-color: #F78F8F;
  border-color: #E05959; }

.alert-info {
  background-color: #9BC1D3;
  border-color: #8FA6BE; }

.alert-success {
  background-color: #C0DDB4;
  border-color: #99C785; }

.alert-global {
  border: none;
  border-bottom: 1px solid #e0db59;
  border-radius: none;
  overflow: hidden;
  padding: 0.4em 1% 0.5em;
  margin-bottom: 0; }

.alert-global p:first-of-type {
  margin-top: 0.1em; }

.alert .close {
  right: -1%;
  text-decoration: none; }

/* @end */
/* @group Lists */
/* @group List: Horizontal */
.list-horizontal,
.pagination,
#tabNavigation {
  display: table;
  margin-bottom: 1em;
  text-align: center;
  width: 100%; }

.list-horizontal,
.list-horizontal ol,
.list-horizontal li,
#tabNavigation,
#tabNavigation ol,
#tabNavigation li,
.pagination,
.pagination ol,
.pagination li {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: center; }

.list-horizontal > li,
.pagination > li,
#tabNavigation > li {
  clear: none;
  display: inline-block; }

.list-horizontal a,
#tabNavigation a,
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  display: block;
  margin: 0.1em 0.2em 0.5em 0.2em;
  padding: 0.3em 0.7em; }

/* @end */
/* @group List: Unstyled */
.list-unstyled {
  padding: 0; }

.list-unstyled li {
  list-style-type: none; }

/* @end */
/* @group List: Tight */
.list-tight {
  margin: 0 0 1em 0; }

.list-tight li a,
.list-tight li a:link,
.list-tight li a:visited,
.list-tight li a:hover,
.list-tight li a:focus,
.list-tight li a:active {
  margin-bottom: 1px; }

/* @end */
/* @group List: Detail */
.list-detail {
  border-top: 3px solid #333333;
  margin: 0 0 0.5em 0;
  padding: 0; }

.list-detail > li,
.nav .list-detail > li li {
  border-bottom: 1px dotted #333333;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav .list-detail > li li:last-child {
  border-bottom: none; }

.list-detail h4 {
  margin: 0 0 0.2em 0;
  padding: 0; }

.list-detail > li > a,
.list-detail > li > a:link,
.list-detail > li > a:visited,
.list-detail > li > a:hover,
.list-detail > li > a:focus,
.list-detail > li > a:active,
.nav .list-detail > li li > a,
.nav .list-detail > li li > a:link,
.nav .list-detail > li li > a:visited,
.nav .list-detail > li li > a:hover,
.nav .list-detail > li li > a:focus,
.nav .list-detail > li li > a:active {
  color: #272b2b;
  display: block;
  padding: 0.7em 0 0.5em;
  text-decoration: none; }

.list-detail > p {
  margin: 0; }

.list-detail + .title {
  margin-top: 1em; }

.list-detail-prose {
  border-top: none;
  margin-bottom: 0; }

.list-detail-prose a,
.list-detail-prose a:link,
.list-detail-prose a:visited,
.list-detail-prose a:hover,
.list-detail-prose a:focus,
.list-detail-prose a:active {
  display: inline;
  padding: inherit;
  color: black;
  text-decoration: underline;
  font-weight: normal;
  border: none; }

.list-detail-prose li {
  padding: 0.7em 0 0.5em; }

.list-detail-prose > li:first-child {
  padding-top: 0; }

.list-detail-prose > li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.list-detail-prose > li > a,
.list-detail-prose > li > a:link,
.list-detail-prose > li > a:visited,
.list-detail-prose > li > a:hover,
.list-detail-prose > li > a:focus,
.list-detail-prose > li > a:active {
  padding: 0; }

/* @end List: Detail */
.list-highlight li,
.item-highlight,
.item-highlight:link,
.item-highlight:visited,
.item-highlight:hover,
.item-highlight:focus,
.item-highlight:active,
.link-highlight,
.link-highlight:link,
.link-highlight:visited,
.link-highlight:hover,
.link-highlight:focus,
.link-highlight:active {
  background-color: #fff;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  border-radius: 4px;
  border: 1px solid #d8d7ca; }

.item-highlight a,
.item-highlight a:link,
.item-highlight a:visited,
.item-highlight a:hover,
.item-highlight a:focus,
.item-highlight a:active,
.list-highlight a,
.list-highlight a:link,
.list-highlight a:visited,
.list-highlight a:hover,
.list-highlight a:focus,
.list-highlight a:active,
.link-highlight,
.link-highlight:link,
.link-highlight:visited,
.link-highlight:hover,
.link-highlight:focus,
.link-highlight:active {
  padding: 7px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background-image: url("../images/arrow-right-beige.png");
  background-position: 98% center; }

.link-highlight h2,
.link-highlight h3 {
  margin: 0; }

.list-highlight-large a,
.list-highlight-large a:link,
.list-highlight-large a:visited,
.list-highlight-large a:hover,
.list-highlight-large a:focus,
.list-highlight-large a:active {
  padding: 2em 1.5em; }

.list-highlight-large .icon {
  display: block;
  float: left;
  margin: -0.5em 2em 1em 0; }

.list-highlight .icon-subject {
  background-image: url("../images/sprite-subject-icons.png");
  background-position: 1.5em 1.5em; }

.list-highlight .icon-subject a,
.list-highlight .icon-subject a:link,
.list-highlight .icon-subject a:visited,
.list-highlight .icon-subject a:hover,
.list-highlight .icon-subject a:focus,
.list-highlight .icon-subject a:active {
  padding-left: 100px; }

.item-highlight-special,
.item-highlight-special:link,
.item-highlight-special:visited,
.item-highlight-special:hover,
.item-highlight-special:focus,
.item-highlight-special:active {
  background-color: #c8c6b3;
  border: none;
  margin: 0;
  font-size: 1.4em; }

.item-highlight-special,
.item-highlight-special:link,
.item-highlight-special:visited,
.item-highlight-special:hover,
.item-highlight-special:focus,
.item-highlight-special:active,
.item-highlight-special a,
.item-highlight-special a:link,
.item-highlight-special a:visited,
.item-highlight-special a:hover,
.item-highlight-special a:focus,
.item-highlight-special a:active {
  color: #272b2b; }

.list-toggle,
#tabNavigation {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 1.2em;
  margin: 1em 0 2em; }

#tabNavigation a,
#tabNavigation a:link,
#tabNavigation a:visited,
#tabNavigation a:hover,
#tabNavigation a:focus,
#tabNavigation a:active,
.list-toggle a,
.list-toggle a:link,
.list-toggle a:visited,
.list-toggle a:hover,
.list-toggle a:focus,
.list-toggle a:active {
  background-color: #c8c6b3;
  border: none;
  text-decoration: none;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

#tabNavigation a:hover,
#tabNavigation a:focus,
#tabNavigation a:active,
.list-toggle a:hover,
.list-toggle a:focus,
.list-toggle a:active {
  color: white;
  background-color: #005ca5; }

#tabNavigation a.selected,
#tabNavigation a.selected:link,
#tabNavigation a.selected:visited,
#tabNavigation a.selected:hover,
#tabNavigation a.selected:focus,
#tabNavigation a.selected:active,
.list-toggle a.selected,
.list-toggle a.selected:link,
.list-toggle a.selected:visited,
.list-toggle a.selected:hover,
.list-toggle a.selected:focus,
.list-toggle a.selected:active {
  color: white;
  background-color: #005ca5; }

/* @end Lists */
/* @group Navigation */
/* @group Nav: Global */
.nav-global {
  background: white url("../images/nav-shadow.png") repeat-x;
  /*border-bottom: 1px solid #C8C6B3;*/
  border-top: 1px solid white;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
  color: #fff;
  margin: 0;
  position: relative;
  /* IE6 + 7 hack, nasty */
  *z-index: 2; }

/* top level ul - "Subjects" and "Discover" */
.nav-global > ul {
  background: url("../images/shadow-line-vertical.png") right 0.7em no-repeat;
  position: relative;
  padding: 0;
  z-index: 3; }
  .nav-global > ul li {
    /* 23 on big screen */
    font-size: 16px;
    font-size: 1.14286rem;
    background: url("../images/shadow-line-vertical.png") left 0.6em no-repeat;
    float: left;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    width: 45%; }
  .nav-global > ul .link-subjects {
    width: 42%; }
  .nav-global > ul .link-discover {
    width: 48%; }
  @media (min-width: 650px) {
    .nav-global > ul li {
      /* 23 on big screen */
      font-size: 23px;
      font-size: 1.64286rem;
      width: 49.8%; }
    .nav-global > ul .link-about {
      width: 50%; } }
  .nav-global > ul a {
    color: #7e7d73;
    display: block;
    padding: 0.6em 1em;
    font-weight: 200;
    text-decoration: none; }
  .nav-global > ul .link-subjects,
  .nav-global > ul .link-about {
    white-space: nowrap; }
  .nav-global > ul .link-subjects a {
    background-image: url("../images/arrow-nav-down.png");
    background-position: 94% center;
    padding-right: 40px; }
  .nav-global > ul .link-search {
    text-indent: -9999px;
    width: 10%;
    float: right; }
  @media (min-width: 650px) {
    .nav-global > ul .link-search {
      display: none; }
    .nav-global > ul .link-subjects {
      width: 50%; } }
  .nav-global > ul .link-search a,
  .nav-global > ul .link-search a:link,
  .nav-global > ul .link-search a:visited,
  .nav-global > ul .link-search a:hover,
  .nav-global > ul .link-search a:focus,
  .nav-global > ul .link-search a:active {
    background-image: url("../images/sprite-search-tiny.png");
    background-position: center 11px; }
  .nav-global > ul .link-search .state-open {
    background-position: center -20px; }

/* dropdown menu for "subjects" */
.nav-dropdown {
  clear: both;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 2;
  font-size: 15px;
  font-size: 1.07143rem;
  background-color: #1D77B6;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3); }

.nav-group img {
  margin-bottom: 0; }

@media screen and (min-width: 700px) {
  .nav-dropdown {
    font-size: 17px;
    font-size: 1.21429rem; } }
.nav-group {
  display: block;
  padding: 0; }

.nav-group li {
  display: block; }

@media screen and (min-width: 700px) {
  .nav-group {
    float: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 66%; }

  .nav-group li {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 1em; }

  .no-csscolumns .nav-group li {
    float: left;
    width: 46%; } }
.nav-dropdown a,
.nav-dropdown a:link,
.nav-dropdown a:visited,
.nav-dropdown a:hover,
.nav-dropdown a:focus,
.nav-dropdown a:active {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0.4em 0;
  text-decoration: none; }

.nav-group.special {
  display: block;
  padding-top: 1em; }

@media screen and (min-width: 700px) {
  .nav-group.special {
    width: 32%;
    float: right;
    padding-top: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }
.nav-global .special li {
  background-color: #383c3c;
  border-radius: 5px;
  font-size: 1.25em;
  margin-top: 1em;
  overflow: hidden;
  position: relative;
  padding: 2px;
  border-left: none; }
  .nav-global .special li:first-child {
    margin-top: 0; }

.no-csscolumns .nav-global .special li {
  width: 100%; }

.nav-global .special h3 {
  background-image: url("../images/arrow-right-circle.png");
  background-position: 95% center;
  margin-top: 0;
  font-weight: normal;
  font-size: 1em; }

@media screen and (min-width: 700px) {
  .nav-global .special h3 {
    width: 48%;
    padding-bottom: 30px;
    background-position: bottom left;
    float: right; } }
.nav-global .special a,
.nav-global .special a:link,
.nav-global .special a:visited,
.nav-global .special a:hover,
.nav-global .special a:focus,
.nav-global .special a:active,
.nav-global .special li:first-child a,
.nav-global .special li:first-child a:link,
.nav-global .special li:first-child a:visited,
.nav-global .special li:first-child a:hover,
.nav-global .special li:first-child a:focus,
.nav-global .special li:first-child a:active,
.nav-global .special li:last-child a,
.nav-global .special li:last-child a:link,
.nav-global .special li:last-child a:visited,
.nav-global .special li:last-child a:hover,
.nav-global .special li:last-child a:focus,
.nav-global .special li:last-child a:active {
  color: #C7C5B5;
  display: block;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  z-index: 1; }

.nav-global .special img {
  display: none;
  float: left;
  width: 50%; }

@media screen and (min-width: 700px) {
  .nav-global .special img {
    display: block; } }
.nav-global .nav-dropdown .state-selected,
.nav-global .nav-dropdown a:hover {
  background-color: #FFF125;
  border-radius: 3px;
  color: #272B2B;
  margin-left: -0.5em;
  margin-right: 0;
  padding: 0.4em 0 0.4em 0.5em;
  text-decoration: none; }

.nav-global .special li:hover {
  background-color: #000; }

.nav-global .special li a:hover {
  background-color: #000;
  color: #C7C5B5;
  margin: 0;
  padding: 5px; }

.nav-global .link-subjects .state-open {
  background-image: url("../images/arrow-nav-up.png");
  color: #1D73BB; }

.nav-global > ul li a:hover,
.nav-global > ul .link-subjects a:focus {
  color: #1D73BB; }

.nav-global .title {
  float: left; }

@media (min-width: 700px) {
  .nav-block {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 1em;
    float: left; } }
.nav-global .nav-block .title a:link,
.nav-global .nav-block .title a:visited,
.nav-global .nav-block .title a:hover,
.nav-global .nav-block .title a:focus,
.nav-global .nav-block .title a:active,
.nav-global .special-block .title a:link,
.nav-global .special-block .title a:visited,
.nav-global .special-block .title a:hover,
.nav-global .special-block .title a:focus,
.nav-global .special-block .title a:active {
  float: left;
  background-image: url("../images/arrow-right-circle-white.png");
  background-position: right 11px;
  background-color: transparent;
  color: white;
  margin: 0;
  font-size: 23px;
  font-size: 1.64286rem;
  letter-spacing: 0.01em;
  width: auto;
  padding: 0.2em 30px 0.3em 0; }

.nav-global .special-block .title a:link,
.nav-global .special-block .title a:visited,
.nav-global .special-block .title a:hover,
.nav-global .special-block .title a:focus,
.nav-global .special-block .title a:active {
  float: left;
  width: auto;
  color: #C7C5B5;
  padding-right: 30px;
  padding-left: 0.2em;
  background-position: right -109px; }

.nav-global .nav-block .title a.link-external:link,
.nav-global .nav-block .title a.link-external:visited,
.nav-global .nav-block .title a.link-external:hover,
.nav-global .nav-block .title a.link-external:focus,
.nav-global .nav-block .title a.link-external:active {
  background-image: url("../images/icon-link.png");
  background-position: left center;
  padding-right: 0;
  padding-left: 30px; }

.nav-block ul {
  margin-bottom: 1em; }

.nav-global .list-tags {
  margin-bottom: 1em; }

.nav-global .list-tags li a,
.nav-global .list-tags li a:link,
.nav-global .list-tags li a:visited,
.nav-global .list-tags li a:hover,
.nav-global .list-tags li a:focus,
.nav-global .list-tags li a:active {
  background-image: url("../images/icon-tag.png");
  background-position: 0 7px;
  padding: 0.2em 0 0.2em 25px;
  color: #C7C5B5;
  font-size: 14px;
  font-size: 1rem;
  margin: 0;
  background-color: transparent; }

.nav-global .list-tags li a:hover,
.nav-global .list-tags li a:focus,
.nav-global .list-tags li a:active {
  color: white;
  background-position: 0 -20px; }

.nav-col {
  margin-bottom: 1em; }

.nav-3col .nav-col {
  width: 98%; }

@media (min-width: 700px) {
  .nav-3col .nav-col {
    float: left;
    width: 29.5%;
    margin-right: 2%; }

  .nav-3col .nav-col3 {
    margin-right: 0; }

  .special-block img {
    display: block;
    margin-bottom: 0.2em; }

  .nav-col {
    margin-bottom: 0; }

  .nav-block ul {
    margin-bottom: 3em; }

  .nav-global .list-tags {
    margin-bottom: 0; } }
/* @end */
/* @group Nav: Breadcrumbs */
.breadcrumbs {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  background-color: #272b2b;
  margin: 0;
  padding: 0.25em 0;
  color: white; }

.breadcrumbs ol,
.breadcrumbs ul {
  max-width: 972px;
  text-align: left;
  width: 100%;
  padding-left: 1%;
  border-left: 1px solid #575954; }

.breadcrumbs li {
  display: inline-block;
  padding: 0 0.3em 0 0; }

.breadcrumbs li:after {
  content: " >";
  color: #C7C5B5; }

.breadcrumbs li:last-child:after {
  content: none; }

.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #C7C5B5;
  display: inline-block;
  margin: 0;
  padding: 0 0.3em 0.2em 0;
  text-decoration: none; }

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  text-decoration: underline;
  color: white; }

/* Right to left languages */
.rtl .breadcrumbs li {
  float: right; }

.rtl .breadcrumbs li:last-child:after,
.rtl .breadcrumbs li:after {
  content: " <"; }

.rtl .breadcrumbs li:first-child:after {
  content: none; }

/* @end */
/* @group Nav: Pagination */
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  color: #272b2b;
  text-decoration: none; }

.pagination a[href="#"] {
  background-color: white; }

/*.pagination a[href="#"]:hover {
  background-color: #d6d6d6; }
*/
/* @end Nav: Pagination */
/* @group Nav: Bar */
.nav-bar {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: -0.05em;
  font-size: 23px;
  font-size: 1.64286rem;
  letter-spacing: 0.05em;
  background-color: #63b8d2;
  padding: 0.2em 0;
  margin: 0 0 1em 0; }

.nav-bar li span,
.nav-bar a,
.nav-bar a:link,
.nav-bar a:visited,
.nav-bar a:hover,
.nav-bar a:focus,
.nav-bar a:active {
  text-decoration: none;
  padding: 0.3em 0.5em 0.2em;
  margin: 0.2em;
  text-transform: uppercase; }

.nav-bar li .state-selected,
.nav-bar a:hover,
.nav-bar a:focus,
.nav-bar a:active {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: #1d77b6;
  display: block; }

/* @end Nav: Bar */
/* @end Navigation */
/* @group Blockquote */
blockquote {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 19px;
  font-size: 1.35714rem;
  background-image: url(../images/quotes-open.png);
  border-left: none;
  background-position: top center;
  line-height: 1.5em;
  padding-top: 1.8em;
  text-align: center;
  margin-top: 1em; }

blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote .attribution {
  font-family: corradine-neuron-black, neuron-extra-bold, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  font-size: 26px;
  font-size: 1.85714rem;
  background-image: url(../images/quotes-close-black.png);
  background-position: center 0.5em;
  border-bottom: 1px solid #d6d6d6;
  padding: 1em 0 0.7em 0;
  font-style: normal; }

blockquote .attribution .author {
  border-top: 1px solid #d6d6d6;
  clear: both;
  color: #272b2b;
  display: block;
  margin-top: 1em;
  padding-top: 0.7em;
  text-decoration: none; }

blockquote .attribution .role {
  clear: both;
  color: #7f7e72;
  display: block; }

.blockquote-large {
  font-size: 20px;
  font-size: 1.42857rem;
  background-image: url(../images/quotes-large-open-black.png);
  background-position: center 0.25em;
  padding-bottom: 0.3em;
  margin-top: 0.2em; }

@media (min-width: 700px) {
  .blockquote-large p {
    font-size: 28px;
    font-size: 2rem;
    line-height: 1.5em; } }
.blockquote-large .attribution {
  font-size: 25px;
  font-size: 1.78571rem;
  background-image: url(../images/quotes-large-close-black.png);
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1.08em; }

@media (min-width: 700px) {
  .blockquote-large .attribution {
    font-size: 30px;
    font-size: 2.14286rem; } }
.blockquote-small,
.panel blockquote {
  font-size: 15px;
  font-size: 1.07143rem;
  background-image: url("../images/quotes-tiny-open.png");
  line-height: 1.3em;
  padding: 1.2em 0 0 0; }

.panel > blockquote {
  margin-top: 0; }

.blockquote-small .attribution,
blockquote .attribution {
  font-size: 22px;
  font-size: 1.57143rem;
  background-image: url("../images/quotes-tiny-close.png");
  border-bottom: none;
  padding-bottom: 0; }

.blockquote-small .attribution .author,
.panel blockquote .attribution .author {
  margin-top: 0.6em;
  padding-top: 0.4em; }

/* @end Blockquote */
/* @group Panel */
.panel,
a.panel,
a.panel:link,
a.panel:visited,
a.panel:hover,
a.panel:focus,
a.panel:active,
figure {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: white;
  border: 1px solid #d6d6d6;
  display: block;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  color: #272b2b; }

.panel li a,
.panel li a:link,
.panel li a:visited,
.panel li a:hover,
.panel li a:focus,
.panel li a:active,
nav li a,
nav li a:link,
nav li a:visited,
nav li a:hover,
nav li a:focus,
nav li a:active,
.list-detail li a {
  border: none; }

.section-black figure {
  padding: 0;
  border: none;
  border-radius: 0; }

.section-black .intro {
  color: #c8c6b5; }

.section-black figcaption {
  padding: 0.8em 0.8em 0.3em 0.8em;
  color: #272b2b; }

.section-black figcaption h3 {
  color: #272b2b; }

.panel p:last-child {
  margin-bottom: 0; }

.panel img,
figure img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.panel img {
  display: block;
  margin: 0 auto; }

.panel a,
.panel a:link,
.panel a:visited,
.panel a:hover,
.panel a:focus,
.panel a:active {
  color: #272b2b;
  text-decoration: none; }

.panel .leader {
  background-color: #272b2b;
  border: none;
  display: block;
  margin: 0 0 0.5em 0;
  width: 100%; }

.panel .meta {
  margin-top: 1em; }

.panel .meta ol,
.panel .meta ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.panel .meta a,
.panel .meta a:link,
.panel .meta a:visited,
.panel .meta a:hover,
.panel .meta a:focus,
.panel .meta a:active {
  color: #7e7d73; }

.panel .meta .vote {
  color: #ff788a;
  float: right;
  padding: 0 0 14px;
  /*@include scale(font-size, 12);*/
  text-align: right; }

.panel .meta .vote span {
  background: url("../images/icon-vote-tiny.png") no-repeat right 4px;
  display: block;
  padding: 0 18px 0 0; }

.panel .meta .tags,
.discover .event .meta .tags {
  font-size: 12px;
  font-size: 0.85714rem;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background: #e3e2da url("../images/icon-tags-tiny.png") no-repeat 10px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #7e7d73;
  clear: both;
  font-weight: bold;
  margin: 0 -10px -10px -10px;
  padding: 0.5em 10px 0.35em 30px;
  text-transform: uppercase; }

.panel .meta .tags a,
.panel .meta .tags a:link,
.panel .meta .tags a:visited,
.panel .meta .tags a:hover,
.panel .meta .tags a:focus,
.panel .meta .tags a:active {
  font-weight: bold; }

.panel .meta .tags li {
  display: inline-block; }

.panel .meta .tags li:before {
  content: ' â€¢ '; }

.panel .meta .tags li:first-child:before {
  content: ''; }

.panel .more {
  font-weight: bold;
  /*@include scale(font-size, 12);*/
  line-height: 1.2em;
  padding-top: 0.4em; }

.panel .button,
.panel .button:link,
.panel .button:visited,
.panel .button:hover,
.panel .button:focus,
.panel .button:active {
  display: block;
  margin: 1em 30% 0.5em; }

.panel table {
  max-width: inherit; }

.fact-tile {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: -0.05em;
  font-size: 1.7em;
  letter-spacing: inherit;
  line-height: 1.3em;
  padding: 0.3em 0.5em 3.5em 0.5em; }

@media (min-width: 45em) {
  .panel table {
    width: 107%;
    margin-left: -3.5%;
    margin-right: -3.5%; } }
.panel-blue {
  background-color: #005ca5;
  border-color: #005ca5; }

.panel-blue,
a.panel-blue,
a.panel-blue:link,
a.panel-blue:visited,
a.panel-blue:hover,
a.panel-blue:focus,
a.panel-blue:active,
.panel-blue a,
.panel-blue a:link,
.panel-blue a:visited,
.panel-blue a:hover,
.panel-blue a:focus,
.panel-blue a:active,
.fact-tile a,
.fact-tile a:link,
.fact-tile a:visited,
.fact-tile a:hover,
.fact-tile a:focus,
.fact-tile a:active {
  color: white; }

.fact-tile a,
.fact-tile a:link,
.fact-tile a:visited,
.fact-tile a:hover,
.fact-tile a:focus,
.fact-tile a:active {
  border-bottom: 1px solid white; }

.panel-blue a:hover,
.panel-blue a:focus,
.panel-blue a:active,
.fact-tile a:hover,
.fact-tile a:focus,
.fact-tile a:active {
  color: #63b8d2; }

.fact-tile.section-green a:hover,
.fact-tile.section-green a:focus,
.fact-tile.section-green a:active {
  color: #e3e2da; }

.panel,
a.panel,
a.panel:link,
a.panel:visited,
a.panel:hover,
a.panel:focus,
a.panel:active {
  text-decoration: none;
  color: #272b2b;
  word-wrap: break-word; }

.panel .more,
a.panel .more,
a.panel:link .more,
a.panel:visited .more,
a.panel:hover .more,
a.panel:focus .more,
a.panel:active .more {
  display: inline-block;
  float: none;
  width: auto; }

.panel address {
  margin-bottom: 1.5em; }

.panel address:last-child {
  margin-bottom: 0; }

.news .more,
.news:link .more,
.news:visited .more,
.news:hover .more,
.news:focus .more,
.news:active .more {
  float: left; }

.panel.news img {
  margin: 0 0 0.5em 0; }

@media (min-width: 40em) {
  .layout-col4 > .panel.news {
    width: 93%; } }
/* @end Panel */
/* @group Events */
.event {
  min-height: 10em;
  overflow: hidden;
  position: relative; }

.event-with-image {
  padding-left: 10px; }

.event .meta {
  padding-bottom: 0.2em;
  margin-top: 0; }

.discover .event .meta {
  padding-bottom: 0; }

.discover .event {
  min-height: auto; }

.event .meta .tags {
  background-image: none;
  background-color: transparent;
  color: #272b2b;
  margin: 0;
  padding: 0; }

.event .meta a,
.event .meta a:link,
.event .meta a:visited,
.event .meta a:hover,
.event .meta a:focus,
.event .meta a:active {
  color: #272b2b; }

.event time {
  display: inline-block;
  margin-bottom: 0.5em; }

.event-dates {
  position: relative;
  left: 0;
  padding: 0; }

@media (min-width: 40em) {
  .event-dates {
    position: absolute;
    left: 0;
    right: auto;
    margin: 0;
    top: 0; }

  .panel.event .event-dates {
    top: 0.7em;
    left: 0.7em; }

  .event {
    padding-left: 5.7em; } }
.panel.event-with-image .event-dates {
  top: 0;
  right: 1em;
  left: auto;
  position: absolute; }

.panel.event-with-image .multiday {
  top: 1em; }

@media (min-width: 40em) {
  .event-with-image {
    padding-left: 10px; }

  .event-with-image .event-dates {
    margin-top: 1em; } }
.date-cal,
.calendarIcon {
  background-color: black;
  color: white;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  width: 4.3em;
  padding: 0.1em 0.3em;
  text-align: center;
  font-size: 0.9em;
  margin: 0 0.5em 0.5em 0;
  list-style-type: none;
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: -0.05em; }

.event-with-image .date-cal {
  float: left;
  margin-top: 0.5em; }

.date-cal .month {
  clear: both; }

.date-cal .date,
.calendarIcon .calendarIconDay {
  display: block;
  font-size: 3.2em;
  clear: both;
  font-weight: bold;
  padding: 0.1em 0; }

.date-cal .day,
.date-cal .month {
  font-size: 0.9em; }

.multiday {
  background-color: black;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: white;
  margin: 0 0.5em 0.5em 0;
  float: left; }

.multiday:after {
  content: "-";
  text-align: center;
  position: absolute;
  left: 45%;
  top: 2.05em;
  font-size: 2em; }

.event-with-image .multiday {
  margin: 0.5em 0.5em 0.5em 0; }

.event-with-image .multiday:after {
  left: 45%;
  top: 0.8em; }

.multiday .date-cal {
  background-color: transparent;
  margin: 0; }

.list-events {
  padding: 0; }

.list-events li {
  padding-top: 0.5em; }

.list-events .event {
  padding-left: 5.3em;
  min-height: auto; }

.list-events .event-dates {
  left: 0;
  top: 0.3em; }

.list-events .meta {
  margin-top: 0; }

.list-events .meta li {
  padding-top: 0; }

/* @end Events */
/* @group News */
.news {
  float: left; }

.news time,
.news .time {
  /*@include scale(font-size, 11);*/
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: transparent;
  color: #7f7e72;
  margin-bottom: 0;
  padding: 0;
  display: block;
  font-weight: lighter; }

.news .more {
  float: left; }

.discover .news .more {
  float: none; }

/* @end News */
/* @group Search */
.result {
  clear: both;
  float: left;
  width: auto;
  margin-bottom: 1.5em; }

.result,
.result:link,
.result:visited,
.result:hover,
.result:focus,
.result:active {
  text-decoration: none; }

.result h1,
.result h2,
.result-listing h1,
.result-listing h2,
.result-panel h1,
.result-panel h2 {
  font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-size: 1.57143rem;
  text-transform: none;
  letter-spacing: 0; }

.result:hover h1,
.result:focus h1,
.result:active h1,
.result:hover h2,
.result:focus h2,
.result:active h2 {
  color: #C1F1FF; }

.result .url,
.result h4,
.result-panel .url,
.result-panel h4 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.85714rem;
  color: #C1F1FF;
  /* Pale blue */
  text-transform: none; }

.result .url {
  padding: 0.35em 0; }

.result-panel .vcard h2,
.result-panel .vcard h3 {
  font-family: georgia-pro-semi-bold, georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  margin-top: 1em;
  color: white; }

.result-panel .vcard h4 {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  color: white; }

.result,
.result-panel {
  font-family: georgia-pro-light, "georgia", Times, serif;
  color: white;
  clear: both; }

.result-panel a:link,
.result-panel a:visited,
.result-panel a:hover,
.result-panel a:focus,
.result-panel a:active {
  color: #fff;
  border-bottom: none; }

.result-panel .vcard a:link,
.result-panel .vcard a:visited,
.result-panel .vcard a:hover,
.result-panel .vcard a:focus,
.result-panel .vcard a:active {
  text-decoration: underline; }

@media (min-width: 700px) {
  .result.event h2 {
    margin-left: -80px; } }
.result.event h4 {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 14px;
  font-size: 1rem;
  color: white;
  margin-bottom: 1em; }

.result img,
.result .event-dates {
  float: left;
  margin-right: 1em; }

@media (min-width: 700px) {
  .result .event-dates {
    margin-left: -80px; } }
.result .details {
  position: relative; }

.result .details p:last-of-type {
  margin-bottom: 0; }

.result-listing {
  clear: both;
  margin-bottom: 2em; }

@media (min-width: 700px) {
  /*.search-results .nav-block*/
  .search-results .nav-block {
    float: left;
    width: 60%; }

  /*.result-panel*/
  .search-results .result-panel {
    float: right;
    width: 30%;
    clear: right; }

  .search-results .pagination {
    clear: both; } }
.result-listing h2 {
  margin-bottom: 0.5em; }

.result h2 {
  margin-bottom: 0.2em; }

.result-listing .list-unstyled {
  margin-top: 0;
  margin-bottom: 0; }

.result-listing.courses {
  /*@include border-radius;
  padding: 0.1em 1em 1.5em;*/ }

.result-panel ul {
  margin: 0; }

.node-type-search-result .search-spelling {
  color: #272b2b; }

.document .details {
  background-image: url("../images/sprite-files.png");
  background-position: left 0;
  padding-left: 80px;
  min-height: 64px;
  margin-top: 0.5em; }

.document.type-ppt .details {
  background-position: left -300px; }

.document.type-xls .details {
  background-position: left -600px; }

.document.type-doc .details {
  background-position: left -900px; }

.document.type-pdf .details {
  background-position: left -1200px; }

.panel-blue {
  background-color: #005ca5; }

.panel-blue,
.panel-blue a,
.panel-blue a:link,
.panel-blue a:visited,
.panel-blue a:hover,
.panel-blue a:focus,
.panel-blue a:active,
.panel-transparent,
.panel-transparent h1,
.panel-transparent h2,
.panel-transparent h3,
.panel-transparent h4,
.panel-transparent h5,
.panel-transparent h6,
.panel-transparent .vcard,
.panel-transparent .vcard a,
.panel-transparent .vcard a:link,
.panel-transparent .vcard a:visited,
.panel-transparent .vcard a:hover,
.panel-transparent .vcard a:focus,
.panel-transparent .vcard a:active {
  color: #fff; }

.panel-blue .button,
.panel-blue .button:link,
.panel-blue .button:visited,
.panel-blue .button:hover,
.panel-blue .button:focus,
.panel-blue .button:active {
  background-color: #63b8d2;
  margin: 1em 35% 0.5em; }

.panel-transparent {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.link-internal,
.link-external,
.related-searches a {
  display: block;
  padding: 0.2em 0 0.2em 27px;
  background-image: url("../images/sprite-links.png");
  background-position: 0 2px; }

.link-external {
  background-position: 0 -198px; }

.link-internal:hover,
.link-internal:focus,
.link-internal:active,
.related-searches a:hover,
.related-searches a:focus,
.related-searches a:active {
  background-position: 0 -98px; }

.link-external:hover,
.link-external:focus,
.link-external:active {
  background-position: 0 -298px; }

.profile-list .profile {
  color: #D6D6D6; }

.profile-list .profile .fn {
  font-family: georgia-pro-semi-bold, georgia-pro-light, "georgia", Times, serif;
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 0.8em 0 0.4em;
  color: #272b2b; }

.profile-list .profile .role {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.4em; }

/* @end */
/* @group vcard */
.panel.vcard {
  font-size: 0.95em;
  padding: 5px; }

.vcard .photo {
  margin-bottom: 0.5em; }

.vcard .n {
  font-family: georgia-pro-light, "georgia", Times, serif;
  color: #000;
  word-wrap: break-word; }

.vcard a,
.vcard a:link,
.vcard a:visited,
.vcard a:hover,
.vcard a:focus,
.vcard a:active {
  color: #272b2b;
  text-decoration: none; }

.vcard .role {
  /*@include scale(font-size, 12);*/
  color: #7f7e72;
  display: block;
  line-height: 1.2em;
  margin-top: 0.3em; }

/* @end vCard */
/* @group Footer: Global */
.footer-global {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 13px;
  font-size: 0.92857rem;
  background-color: #005ca5;
  clear: both;
  color: white;
  line-height: 1.8em;
  padding: 2em 2%; }

.footer-global > .layout-row {
  max-width: 972px;
  margin: 0 auto; }

.footer-global p {
  clear: both; }

.footer-global a,
.footer-global a:link,
.footer-global a:visited,
.footer-global a:hover,
.footer-global a:focus,
.footer-global a:active {
  color: #C1F1FF;
  text-decoration: none; }

.footer-global a:hover {
  text-decoration: underline; }

.footer-global ul {
  margin: 1em 0; }

.footer-global-links h3 {
  /*@include font-size(22);
  @include font-subheading;*/
  font-size: 13px;
  font-size: 0.92857rem;
  font-family: georgia-pro-light, "georgia", Times, serif;
  /*margin: 0 0 0.7em 0;*/
  margin: 0.6em 0 0.7em 0;
  letter-spacing: 0.01em;
  text-transform: none; }

.footer-global-links a:link,
.footer-global-links a:visited,
.footer-global-links a:hover,
.footer-global-links a:focus,
.footer-global-links a:active {
  display: block;
  padding: 0.15em 0; }

.footer-global-links a:hover,
.footer-global-links a:focus,
.footer-global-links a:active {
  color: white;
  text-decoration: underline; }

.footer-global-social > .layout-row,
.footer-global-auxillary .layout-row {
  display: table;
  margin: 0 auto;
  width: auto; }

.footer-global-social {
  padding-top: 1.4em;
  padding-bottom: 1.4em; }

.footer-global-social .icon {
  display: table-cell;
  float: left;
  margin-right: 5px; }

.footer-global-social .icon a,
.footer-global-social .icon a:link,
.footer-global-social .icon a:visited,
.footer-global-social .icon a:hover,
.footer-global-social .icon a:focus,
.footer-global-social .icon a:active {
  margin: 0;
  padding: 0; }

.footer-global-social h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.4em;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0;
  margin-top: 0.2em;
  text-transform: uppercase;
  display: none; }

.footer-global-social ul {
  float: left;
  width: auto; }

.footer-global-auxillary {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 13px;
  font-size: 0.92857rem;
  padding: 2em 2%;
  text-align: center;
  color: #eeeee8; }

.footer-global-auxillary p {
  margin-bottom: 0; }

.footer-global-auxillary a,
.footer-global-auxillary a:link,
.footer-global-auxillary a:visited,
.footer-global-auxillary a:hover,
.footer-global-auxillary a:focus,
.footer-global-auxillary a:active,
.footer-global-auxillary p a,
.footer-global-auxillary p a:link,
.footer-global-auxillary p a:visited,
.footer-global-auxillary p a:hover,
.footer-global-auxillary p a:focus,
.footer-global-auxillary p a:active {
  border-bottom: none;
  color: #eeeee8;
  text-decoration: none; }

.footer-global-auxillary a:hover,
.footer-global-auxillary a:focus,
.footer-global-auxillary a:active,
.footer-global-auxillary p a:hover,
.footer-global-auxillary p a:focus,
.footer-global-auxillary p a:active {
  border-bottom: 1px solid #eeeee8; }

.footer-global .nav-3col {
  margin: 2em 0; }

@media (min-width: 700px) {
  .footer-global-social h3 {
    display: block; }

  .footer-global-social ul {
    margin-right: 2em; }

  .footer-global .nav-block {
    padding-left: 1%; }

  .footer-global .nav-2col {
    overflow: hidden; }

  .footer-global .nav-2col .nav-block {
    width: 48%;
    padding-bottom: 9999px;
    margin-bottom: -9999px; }

  .footer-global .nav-col1 {
    margin-right: 1%; }

  .footer-global .nav-2col h3 {
    width: 30%;
    float: left;
    clear: both; }

  .footer-global .nav-2col ul {
    width: 68%;
    float: right; }

  .footer-global .nav-3col {
    overflow: hidden;
    margin-bottom: 0; }

  .footer-global .nav-3col h3 {
    font-family: neuron-extra-bold, corradine-neuron-black, "HelveticaNeueBlackCondensed", "HelveticaNeue-Black-Condensed", "Helvetica Neue Black Condensed", "HelveticaNeueBlack", "HelveticaNeue-Black", "HelveticaNeue-CondensedBold", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Arial Narrow", "Arial", sans-serif;
    letter-spacing: -0.05em;
    font-size: 22px;
    font-size: 1.57143rem;
    letter-spacing: 0.2px;
    margin-top: 0; }

  .footer-global .nav-3col .footer-global-links {
    float: left;
    margin: 0;
    width: 33%; }

  .footer-global .nav-3col .nav-block {
    padding-left: 3%;
    padding-right: 3%;
    border-left: 1px solid #3177b5;
    margin: 1em 0 2em; }

  .footer-global-links:first-child {
    float: left; }

  .footer-global-links ul {
    margin: 0 0 2em 0; }

  .footer-global-links ul:last-child {
    margin: 0; } }
/* @end Footer: Global */
/* @group Discover - "filter" styles */
/* @end */
/* @group Discover - pagination styles (JS hijacked version) */
#discover-loading {
  height: 32px;
  background: url("../images/discover-loader.gif") no-repeat center;
  text-indent: -999em; }

#btn-more {
  margin-top: 12px; }

#btn-more.loading {
  color: #7E7D73;
  background-color: #E3E2DA;
  cursor: not-allowed; }

/* @end */
/* @group Masonry - "patchwork" styles */
/* a patchwork unit */
.patchwork-unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 14px 0; }

.patchwork-unit .panel {
  margin: 0; }

/*.layout-patchwork-cols4 .patchwork-unit {
	padding: 0 7px;
	width: 20%;
	}*/
/* in a 3 column parent */
.layout-patchwork-cols3 .patchwork-unit {
  padding: 0 7px;
  width: 33.3%; }

/*
.layout-patchwork-cols3 .patchwork-unit:nth-child(3n+1) {
	clear: left;
	padding-left: 0;
	}
.layout-patchwork-cols3 .patchwork-unit:nth-child(3n) {
	padding-right: 0;
	}
*/
/* small screen patchwork */
/*@media (max-width: 45em) {*/
@media (max-width: 650px) {
  .layout-patchwork .patchwork-unit {
    float: none;
    display: block;
    width: 100%; } }
.layout-patchwork-cols3 .patchwork-unit {
  padding: 0 7px;
  width: 33.3%; }

/**** Transitions ****/
.masonry {
  overflow: hidden; }

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s; }

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top; }

/* @end Masonry - "patchwork" styles */
/* @group Callout */
.callout {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem;
  padding: 0 1.5em; }

.callout a:link,
.callout a:visited,
.callout a:hover,
.callout a:focus,
.callout a:active {
  border-bottom: none;
  color: #fb7f2b;
  text-decoration: underline; }

.callout .badge {
  font-size: 25px;
  font-size: 1.78571rem;
  background-color: #333;
  border-radius: 100% 0 100% 100%;
  color: #fff;
  float: left;
  font-family: cinnamon-cake, "Chalkboard", "Comic Sans", "Comic Sans MS", cursive;
  font-weight: normal;
  line-height: 1.1em;
  height: 105px;
  margin-right: 20px;
  margin-top: 0;
  padding: 34px 17px 0px 17px;
  text-align: center;
  text-transform: none;
  width: 105px;
  white-space: normal;
  line-height: 1.2em;
  text-shadow: none; }

.callout-orange .badge {
  background-color: #fb7f2b; }

.callout-orange a,
.callout-orange a:link,
.callout-orange a:visited,
.callout-orange a:hover,
.callout-orange a:focus,
.callout-orange a:active {
  border-bottom-color: #FB7F2B;
  color: #FB7F2B;
  text-decoration: none; }

.callout-orange a:hover,
.callout-orange a:focus,
.callout-orange a:active {
  border-bottom-color: #e86207;
  color: #e86207; }

/* @end Callout */
/* @group Icons */
/* Override bootstrap */
[class^="icon-"],
[class*=" icon-"] {
  display: inherit;
  width: auto;
  height: auto;
  *margin-right: .3em;
  line-height: inherit;
  vertical-align: middle;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: auto; }

.icon-tick,
.icon-cross {
  background-image: url("../images/sprite-tick-cross.png");
  background-position: left center;
  display: block;
  height: 16px;
  width: 16px; }

.icon-tick {
  background-position: right center; }

.icon-surrey {
  background-image: url("../images/sprite-icons-surrey.png");
  background-position: 0 0;
  width: 32px;
  height: 32px; }

.icon-travel {
  background-position: 0 0; }

.icon-directions {
  background-position: 0px -75px; }

.icon-parking {
  background-position: 0px -147px; }

.icon-visitors {
  background-position: 0px -218px; }

.icon-map {
  background-position: 0px -290px; }

/* @end Icons */
/* @group Map */
.map {
  border-radius: 3px;
  border: 1px solid #aaaaaa; }

/* @end Map */
/* @group Newsletter signup */
.form-newsletter-signup {
  padding-left: 1em;
  border-left: 3px solid #eeeee8; }

.form-newsletter-signup .action-global {
  margin-left: 0;
  position: relative;
  border-left: none; }

.form-newsletter-signup .form-submit {
  background-image: url("../images/arrow-right-blue.png");
  background-position: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  padding: 0;
  position: absolute;
  right: 4%;
  top: 0.35em; }

.form-newsletter-signup input[type="text"],
.form-newsletter-signup input[type="email"] {
  border: none;
  margin: 0;
  padding: 0.55em 0 0.5em 0;
  text-indent: 0.5em;
  border-left: 1px dotted #005ca5;
  box-shadow: none;
  font-family: georgia-pro-light, "georgia", Times, serif;
  border-radius: 0;
  min-width: 0;
  width: 90%;
  background-color: transparent; }

.form-newsletter-signup input[type="text"]:focus,
.form-newsletter-signup input[type="email"]:focus {
  border-left: none;
  background-color: #005ca5;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  color: #fff; }

/* These need to be separate because when a browser doesnâ€™t understand a selector, it invalidates the entire line of selectors */
.form-newsletter-signup input:focus::-webkit-input-placeholder {
  color: white; }

.form-newsletter-signup input:focus:-moz-placeholder {
  color: white; }

.form-newsletter-signup input:focus::-moz-placeholder {
  color: white; }

.form-newsletter-signup input:focus:-ms-input-placeholder {
  color: white; }

.form-newsletter-signup .fb-like,
.section-white .fb-like {
  border: none; }

.section-white .fb-like {
  padding: 0; }

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important; }

/* @end Newsletter signup */
/* @group Q&A */
.q-and-a {
  width: auto;
  margin: 1em 0 0 0; }

.question {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 26px;
  line-height: 1.85714rem;
  background-image: url("../images/question.png");
  background-position: left top;
  color: #0E685D;
  min-height: 50px;
  padding-bottom: 0.5em;
  padding-left: 60px;
  letter-spacing: 0; }

.question:hover,
.question:active,
.question:focus {
  cursor: pointer; }

.question strong {
  font-weight: normal; }

.question-simple {
  background-image: none;
  padding: 0;
  min-height: auto;
  color: #63b8cf; }

.answer {
  margin-bottom: 1.2em; }

/* @end Q&A */
/* @group Map */
.map-summary .tel {
  font-weight: bold; }

.map-summary li a,
.map-summary li a:link,
.map-summary li a:visited,
.map-summary li a:hover,
.map-summary li a:focus,
.map-summary li a:active {
  text-decoration: none;
  color: #272b2b;
  margin-top: 0;
  font-size: 1.6em; }

.map-summary li a:hover,
.map-summary li a:focus,
.map-summary li a:active {
  color: black; }

.map-summary .icon-surrey {
  margin-bottom: 0.4em; }

.map-summary .tel {
  font-size: 0.9em; }

/* @end */
/* @group Filter */
.filter {
  margin-bottom: 1em;
  padding: 0.5em 0.8em 0 0.8em; }

/*.filter.dropdown {
	background-image: url('../images/arrow-down.png');
	background-position: 96% 1em;
	}*/
.filter .filter-toggle {
  display: block;
  float: right;
  text-indent: -999em;
  width: 24px;
  height: 24px;
  background: url("../images/arrow-down.png") center no-repeat;
  background-color: none; }

.filtered {
  padding-right: 30px; }

.filter .tags {
  font-size: 0.6em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.filter .filters {
  float: left; }

.filter .filters .tags {
  clear: both;
  margin: 0 0 0 -0.5em;
  padding: 0; }

.filter .tags li {
  list-style-type: none;
  float: left; }

.filter .tags a,
.filter .tags label {
  display: block;
  padding: 0.2em 0.5em 0.25em;
  color: #fff;
  text-decoration: none;
  font-weight: lighter; }

.filter .filtered .tags {
  margin: 0 0.8em 0 0;
  padding: 0; }

.filter .filtered .tags a,
.filter .filtered .tags label {
  padding-right: 30px;
  color: black;
  text-decoration: none;
  background-image: url("../images/close-circle.png");
  background-position: 94% center; }

.filter .filtered .tags a:hover,
.filter .filtered .tags a:focus,
.filter .filtered .tags a:active,
.filter .filtered .tags label:hover,
.filter .filtered .tags label:focus {
  opacity: 0.45;
  pointer: cursor; }

.filter .tags li {
  margin-right: 0.5em; }

.filter .filtered a,
.filter .filters .tags a:hover,
.filter .filtered label,
.filter .filters .tags label:hover {
  background-color: #fff024;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: black;
  cursor: pointer; }

.filter .filters {
  clear: both;
  margin-top: 0.5em; }

.filter .filter-by {
  float: left;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 0.9em;
  margin-bottom: 0.7em;
  margin-top: 0.1em;
  margin-right: 0.5em; }

.filter .tags li {
  position: relative;
  margin-bottom: 0.5em; }

.filter .btn {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 0.6em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/* @end */
/* @group Tags */
.tags li a,
.flex-control-nav li a,
.list-horizontal li a,
.pages li a,
.list-highlight li a,
.result-listing li a {
  border: none; }

.tags .icon-cross {
  position: absolute;
  top: 0.35em;
  right: 0.4em;
  background-image: url("../images/close-circle.png");
  background-position: center center; }

/* @end */
.hentry > .section-black > .layout-container, .hentry > .nav-global.section-black > ul, .hentry > .section-black > .nav-groups {
  padding-top: 0; }

.hentry footer {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-style: italic; }

.hentry footer .author {
  font-style: normal;
  border-right: 1px dotted #333333;
  padding-right: 0.5em;
  margin-right: 0.3em; }

.hentry footer .author a:link,
.hentry footer .author a:visited,
.hentry footer .author a:hover,
.hentry footer .author a:focus,
.hentry footer .author a:active {
  border-bottom: none; }

.hentry footer .published {
  color: #646464;
  font-style: normal; }

.entry-category {
  margin-top: 2em; }

.entry-category.tags li {
  display: inline-block; }

.entry-category.tags li a:link,
.entry-category.tags li a:visited,
.entry-category.tags li a:hover,
.entry-category.tags li a:focus,
.entry-category.tags li a:active {
  margin: 0;
  display: inline;
  margin-right: 0.2em; }

.entry-category.tags li:before {
  content: ' â€¢ '; }

.entry-category.tags li:first-child:before {
  content: ''; }

/* @group Special Surrey Forms */
.form fieldset {
  padding: 1.5em 1em;
  position: relative; }

.form fieldset,
.form .p {
  color: #7f7e72;
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 19px;
  font-size: 1.25rem;
  font-weight: normal; }
.form div.tandc
{
  margin-top: 26px;
  font-size: 0.85em;
  color: #333;
}
  

.form .p,
.form p {
  margin-bottom: 0.5em; }

.form .helper {
  float: right;
  display: block;
  width: auto;
  margin: 0;
  color: #005ca5;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 2em; }

.form b {
  width: 10em;
  float: left;
  display: block;
  padding-left: 0.8em;
  font-weight: normal;
  padding-top: 0.35em; }

.form p {
  position: relative; }

.form .required {
  position: absolute;
  left: 0;
  color: #1d77b6; }

.form .field-short {
  float: left;
  width: 150px;
  min-width: 150px;
  float: left; }

.form input,
.form select {
  margin: 0;
  color: white;
  font-family: georgia-pro-light, "georgia", Times, serif;
  background-color: #1d77b6;
  border: none;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  padding: 0.3em 0.5em 0.4em; 
  min-width: 0;
  width: 10em}

.form .dob
{
  min-width: 0;
  width: 2.5em;
  margin-right: 0.25em
}

.form .options label {
  background-color: white;
  padding: 0.5em;
  -o-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  margin: 0;
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 1em; }

/*
.form .options label.state-selected {
	background-color: $color-blue;
	color: white;
}
*/
.form .options b {
  width: auto;
  padding: 0; }

.form .options label:hover,
.form .options input:hover,
.form .options b:hover {
  cursor: pointer; }

.form .options label:hover,
.form input:focus {
  outline: 0;
  background-color: #005ca5;
  color: #fff; }

.form select {
  width: 300px;
  max-height: 1.9em;
  padding: 0.3em 0.5em 0.4em 0.5em; }

.form select.dobDD
{
  width: 88px;
  margin-right: 12px
}
.form select.dobMM
{
  width: 88px;
  margin-right: 12px
}
.form select.dobYYYY
{
  width: 100px;
 }
  
  
  

/* locking this to webkit only, at least for now */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/arrow-down-dropdown.png);
    background-position: 95% center;
    padding: 0.3em 1.5em 0.4em 0.5em; } }
.form .button-inline {
  float: left;
  margin: 0.1em 1em;
  clear: none; }

.form p {
  clear: both;
  float: left;
  width: 100%; }

.form button,
.form .button,
.form .button-inline,
.form input[type="submit"],
.form input[type="button"],
.form input[type="file"]  {
  font-size: 17px;
  font-size: 1.21429rem;
  background-color: #fb7f2b;
  text-shadow: none; }

.form .button-activate {
  background-image: url("../images/arrow-right-button.png");
  background-position: 95% center;
  cursor: pointer;
  margin-left: 20px;
  width: 110px;}
.form .button-activate:hover {
  opacity: 0.7;
}

.form .button-reset {
  background-image: url("../images/arrow-right-button.png");
  background-position: 95% center;
  cursor: pointer;
  margin-left: 20px;
  width: 180px;}
.form .button-reset:hover {
  opacity: 0.7;
}

.form .button-exit {
  background-color: #aaa !important;
  margin-right: 10px !important;
  background-image: url("../images/arrow-left-button.png");
  background-position: 5% center;
  cursor: pointer;
  width: 80px;
}
.form .button-reset:hover {
  opacity: 0.7;
}


.form .disclaimer p {
  color: #005ca5;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 1rem; }

.form .disclaimer-text {
  float: right;
  width: 95%; }

.form disclaimer-checkbox {
  float: left;
  width: 5%; }

.form .error {
  background-color: #e99d97; }

.form .error-text,
.form .note {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #cc0000;
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 11em;
  margin-bottom: 0.5em;
  margin-top: 0.15em; }

.form .note {
  color: #888; }

/* "enhanced" toggle form elements - checkboxes, radio buttons within "tags" */
label.enhanced {
  position: relative;
  overflow: hidden; }
  label.enhanced.state-selected {
    background-color: #1d77b6;
    color: white; }
  label.enhanced input {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
    visibility: hidden; }

/* @end */
.key-stats.panel img {
  width: auto; }

.key-stats.panel .more {
  margin: 1.2em auto 0.5em;
  width: 8em; }

/* @group Facebook Widget */
.fb-like {
  border-top: 1px solid #d6d6d6;
  margin: 0.5em 0 0 0;
  padding: 1em 0;
  width: 100%; }

.social-options .fb-like {
  border: none;
  float: left;
  padding-top: 0; }

.fb_ltr,
.uiGrid,
.uiGrid .pls {
  width: auto!important; }

/* @end */
/* @group Unistats widget */
#unistats-widget-script body {
  background-color: #fff!important; }

/* @end Unistats widget */
/* @end Modules */
/* @group Drupal Override */
@media (min-width: 980px) {
  body.toolbar-drawer {
    padding-top: 2.2em!important; } }
/* @end */
.template-search .nav-global {
  display: none; }

.template-search .search-results {
  padding-top: 0; }

/* @group States */
.state-closed .nav-dropdown,
.popout-closed + .popout,
.state-hidden {
  display: none!important; }

.action-close {
  /*@include scale(font-size, 20);*/
  background: transparent;
  border: 0;
  color: black;
  cursor: pointer;
  filter: alpha(opacity=20);
  float: right;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  padding: 0 0 0 0.25em;
  position: relative;
  right: 0;
  text-shadow: 0 1px 0 white;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

/*.q-and-a.state-closed:hover {
	cursor: pointer;
	}*/
.header-global-login p {
  margin-bottom: 0;
  /*margin-left: 10px;*/ }

.header-global-login.state-open > p > a,
.header-global-login.state-open > p > a:link,
.header-global-login.state-open > p > a:visited,
.header-global-login.state-open > p > a:hover,
.header-global-login.state-open > p > a:focus,
.header-global-login.state-open > p > a:active {
  border: 0;
  background-image: url("../images/close-circle-blue.png");
  padding-right: 35px;
  background-position: 97.5% center;
  float: none;
  background-color: #005ca5;
  border-radius: 0.3em 0.3em 0 0;
  -o-border-radius: 0.3em 0.3em 0 0;
  -moz-border-radius: 0.3em 0.3em 0 0;
  -webkit-border-radius: 0.3em 0.3em 0 0;
  padding-bottom: 0.4em;
  text-indent: 1px; }

.header-global-login.state-open a,
.header-global-login.state-open a:link,
.header-global-login.state-open a:visited,
.header-global-login.state-open a:hover,
.header-global-login.state-open a:focus,
.header-global-login.state-open a:active {
  color: white; }

.header-global-login.state-open a:hover,
.header-global-login.state-open a:focus {
  color: #63b8d2; }

/* @end States */
.pageThreeColumn #primaryContent {
  float: left;
  width: 62%; }

.pageThreeColumn #extra {
  float: right;
  width: 35%; }

.nav .list-detail > li li > a {
  font-size: 0.95em; }

.nav .list-detail > li {
  background-image: url("../images/arrow-right-beige.png");
  background-position: 0 0.9em;
  padding-left: 25px; }

.nav .list-detail .parent.active .active {
  border-bottom: 1px dotted black; }

.nav .list-detail .parent.active:last-child {
  border-bottom: none; }

.nav .list-detail > .parent.active {
  background-image: url("../images/arrow-down-beige.png"); }

/*.rhythmyx */
.callout {
  font-family: georgia-pro-light, "georgia", Times, serif;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 21px;
  line-height: 1.5rem;
  color: #7f7e72;
  padding: 0; }

#deptPromoBoxes {
  width: 100%;
  float: left; }

.deptHomepageFeatureContainer .deptHomepageFeature {
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  background-color: white;
  border: 1px solid #d6d6d6;
  display: block;
  list-style-type: none;
  margin-bottom: 1em;
  width: 90%;
  padding: 5%;
  position: relative;
  color: #272b2b;
  float: left;
  min-height: 155px; }

#deptPromoBoxes {
  margin-bottom: 1em; }

.pageThreeColumn .deptHomepageFeatureContainer {
  margin-right: 4%;
  width: 48%;
  float: left; }

.pageThreeColumn .deptHomepageFeatureContainer:nth-child(even) {
  margin-right: 0; }

.pageThreeColumn .deptHomepageFeatureContainer:nth-child(odd) {
  clear: both; }

.pageTwoColumn .deptHomepageFeatureContainer {
  margin-right: 4%;
  width: 30.5%;
  float: left; }

.pageTwoColumn .deptHomepageFeatureContainer:nth-child(3n+3) {
  margin-right: 0; }

.pageTwoColumn .deptHomepageFeatureContainer:nth-child(4n+4) {
  clear: both; }

.deptHomepageFeatureContainer .deptHomepageFeature h3 {
  float: left; }

.deptHomepageFeatureContainer .deptHomepageFeature img {
  margin-bottom: 0;
  margin-top: 1em;
  float: right; }

.calendarIcon .calendarIconDay {
  margin-top: 0.2em; }

.dateList {
  padding: 0;
  list-style-type: none; }

.dateList li {
  clear: left; }

.calendarIcon {
  float: left;
  margin-right: 1em; }

.eventTitle {
  float: left; }

#staticEvents .event {
  padding-left: 0;
  min-height: auto;
  margin: 1em 0 2em; }

.newsfeed {
  clear: both; }
  
p.passwordText
{
  font-size: 0.8em;
  color: #63b8d2;
  font-family: sans-serif;
}

input.aup
{
  width: 2em;
}


/* Postcode Anywhere */
  
#df19rm61xa46yw7312491  
{
	width: 318px;
	margin-left: 167px;
	margin-top: -44px;
	margin-bottom: 8px;
}

#df19rm61xa46yw7312491 .search
{
	color: #000;
}

.show-contextual-information {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-bottom: -5px;
  background-image: url("../images/exclamation-mark.png"); }

.show-contextual-information:hover {
  background-image: url("../images/exclamation-mark.png");
  background-position-x: 0;
  background-position-y: -20px; }

.contextual-information {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: white;
  padding: 10px;
  padding-right: 40px;
  float: left;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  display: none; }

.contextual-information * {
  color: #00539b; }

.close-contextual-information {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url("../images/form-close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 20px;
  width: 20px; }

.close-contextual-information:hover {
  background-position: 0 -20px;
  cursor: pointer; }

