/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* filter-gradient needs this */
/* INCLUDES */
@-webkit-keyframes logo-in-out {
  0% {
    opacity: 1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
/* FONTS */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Benton Sans Bold';
  src: url("./fonts/BentonSans Black.eot");
  src: url("./fonts/BentonSans Black.eot?#iefix") format("embedded-opentype"), url("./fonts/BentonSans Black.woff") format("woff"), url("./fonts/BentonSans Black.ttf") format("truetype"), url("./fonts/BentonSans Black.svg#bentonsans") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Benton Sans Medium';
  src: url("./fonts/BentonSans.eot");
  src: url("./fonts/BentonSans.eot?#iefix") format("embedded-opentype"), url("./fonts/BentonSans.woff") format("woff"), url("./fonts/BentonSans.ttf") format("truetype"), url("./fonts/BentonSans.svg#bentonsans") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 61, ../sass/screen.scss */
.transition, .search-area :focus, .sm-screen-search div.form input[type="search"], .sm-screen-search div.form input[type="submit"], a.unit.highlight, .news-pod a.article, .news-pod .button, .news-pod .home .unit .button, .home .unit .three-of-four.news-pod .button, .three-of-four.news-pod .button:hover, .three-of-four.news-pod .home .unit .button:hover, .home .unit .three-of-four.news-pod .button:hover, .three-of-four.news-pod a.article:hover .button, .three-of-four.news-pod a.article:hover .home .unit .button, .home .unit .three-of-four.news-pod a.article:hover .button, .video-pod .play-button, .page .secondary-nav p.dropdown, .page .secondary-nav .ui-accordion-content ul a, .page .secondary-nav a, .page .secondary-article .more .more-button:hover, .page .search-header #secondary-search-input, .main-footer a {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/* CLEARFIX */
/* line 69, ../sass/screen.scss */
.clearfix:before, .wrapper:before, .sm-screen-search div.form:before, .home .unit:before, .unit:before, .content-w-img-right:before, .map-pod:before, .page .article:before, .page .secondary-article:before, .page .search-header:before,
.clearfix:after,
.wrapper:after,
.sm-screen-search div.form:after,
.home .unit:after,
.unit:after,
.content-w-img-right:after,
.map-pod:after,
.page .article:after,
.page .secondary-article:after,
.page .search-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 85, ../sass/screen.scss */
.clearfix:after, .wrapper:after, .sm-screen-search div.form:after, .home .unit:after, .unit:after, .content-w-img-right:after, .map-pod:after, .page .article:after, .page .secondary-article:after, .page .search-header:after {
  clear: both; }

/* line 88, ../sass/screen.scss */
.main-content {
  background: #fff;
  position: relative; }

/* line 92, ../sass/screen.scss */
.neg-indent.main-content {
  top: 0px;
  margin-bottom: 0;
  padding-bottom: 0px; }

@media screen and (max-width: 50em) {
  /* line 37, ../sass/_includes.scss */
  /* line 98, ../sass/screen.scss */
  .neg-indent.main-content {
    top: 0;
    margin-bottom: 0;
    padding-bottom: 0px; } }
/* WRAPPER */
/* line 48, ../sass/_includes.scss */
/* line 105, ../sass/screen.scss */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

/* line 58, ../sass/_includes.scss */
/* line 112, ../sass/screen.scss */
a.button, .home .unit a.button {
  text-decoration: none; }

/* line 60, ../sass/_includes.scss */
/* line 115, ../sass/screen.scss */
a.button:hover, .home .unit a.button:hover, .main-article a.button:hover {
  background: #53c4ea;
  color: white; }

/* line 65, ../sass/_includes.scss */
/* line 120, ../sass/screen.scss */
a.read-more-button {
  background: #698995;
  color: white;
  padding: 12px 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  behavior: url(pie/PIE.htc);
  font-size: 12px;
  line-height: 14px;
  text-decoration: none; }

/* line 77, ../sass/_includes.scss */
/* line 136, ../sass/screen.scss */
a.read-more-button:hover {
  background: #53c4ea; }

/* line 82, ../sass/_includes.scss */
/* line 140, ../sass/screen.scss */
.frame, .main-article img {
  margin: 10px 0;
  border: 15px solid white !important;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  behavior: url(pie/PIE.htc); }

/* line 148, ../sass/screen.scss */
.frame, .main-article img.noborder {
  margin: 0;
  border: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 155, ../sass/screen.scss */
.search-results img {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 5px solid white !important; }

/* FONTS */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Benton Sans Bold';
  src: url("./fonts/BentonSans Black.eot");
  src: url("./fonts/BentonSans Black.eot?#iefix") format("embedded-opentype"), url("./fonts/BentonSans Black.woff") format("woff"), url("./fonts/BentonSans Black.ttf") format("truetype"), url("./fonts/BentonSans Black.svg#bentonsans") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 101, ../sass/_includes.scss */
/* line 182, ../sass/screen.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 118, ../sass/_includes.scss */
/* line 199, ../sass/screen.scss */
.icon-mail, .icon-up-arrow, .icon-right-arrow, .icon-left-arrow, .icon-home, .icon-down-arrow, .icon-youtube, .icon-facebook, .icon-twitter, .icon-google-plus, .icon-search, .icon-menu {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* line 128, ../sass/_includes.scss */
/* line 210, ../sass/screen.scss */
.icon-mail:before {
  content: "\e000"; }

/* line 131, ../sass/_includes.scss */
/* line 214, ../sass/screen.scss */
.icon-up-arrow:before {
  content: "\e001"; }

/* line 134, ../sass/_includes.scss */
/* line 218, ../sass/screen.scss */
.icon-right-arrow:before {
  content: "\e002"; }

/* line 137, ../sass/_includes.scss */
/* line 222, ../sass/screen.scss */
.icon-left-arrow:before {
  content: "\e003"; }

/* line 140, ../sass/_includes.scss */
/* line 226, ../sass/screen.scss */
.icon-home:before {
  content: "\e004"; }

/* line 143, ../sass/_includes.scss */
/* line 230, ../sass/screen.scss */
.icon-down-arrow:before {
  content: "\e005"; }

/* line 146, ../sass/_includes.scss */
/* line 234, ../sass/screen.scss */
.icon-youtube:before {
  content: "\e006"; }

/* line 149, ../sass/_includes.scss */
/* line 238, ../sass/screen.scss */
.icon-facebook:before {
  content: "\e007"; }

/* line 152, ../sass/_includes.scss */
/* line 242, ../sass/screen.scss */
.icon-twitter:before {
  content: "\e008"; }

/* line 155, ../sass/_includes.scss */
/* line 246, ../sass/screen.scss */
.icon-google-plus:before {
  content: "\e009"; }

/* line 158, ../sass/_includes.scss */
/* line 250, ../sass/screen.scss */
.icon-search:before {
  content: "\e00a"; }

/* line 161, ../sass/_includes.scss */
/* line 254, ../sass/screen.scss */
.icon-menu:before {
  content: "\e00b"; }

/* line 166, ../sass/_includes.scss */
/* line 258, ../sass/screen.scss */
.icon-alone {
  display: inline-block;
  /* Chrome 19 was weird with clickability without this */ }

/* line 170, ../sass/_includes.scss */
/* line 263, ../sass/screen.scss */
.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px; }

/* line 176, ../sass/_includes.scss */
/* line 270, ../sass/screen.scss */
[data-icon]:before {
  font-family: 'icomoon';
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */ }

/* NORMALIZE */
/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 24, ../sass/_normalize.scss */
/* line 286, ../sass/screen.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 34, ../sass/_normalize.scss */
/* line 304, ../sass/screen.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 45, ../sass/_normalize.scss */
/* line 316, ../sass/screen.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 55, ../sass/_normalize.scss */
/* line 325, ../sass/screen.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 74, ../sass/_normalize.scss */
/* line 342, ../sass/screen.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 91, ../sass/_normalize.scss */
/* line 359, ../sass/screen.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 99, ../sass/_normalize.scss */
/* line 370, ../sass/screen.scss */
body {
  margin: 0;
  background: #4db8e6; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 112, ../sass/_normalize.scss */
/* line 381, ../sass/screen.scss */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 121, ../sass/_normalize.scss */
/* line 388, ../sass/screen.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
/* line 401, ../sass/screen.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 140, ../sass/_normalize.scss */
/* line 406, ../sass/screen.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

/* line 145, ../sass/_normalize.scss */
/* line 411, ../sass/screen.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0; }

/* line 150, ../sass/_normalize.scss */
/* line 416, ../sass/screen.scss */
h4 {
  font-size: 1em;
  margin: 0; }

/* line 155, ../sass/_normalize.scss */
/* line 421, ../sass/screen.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

/* line 160, ../sass/_normalize.scss */
/* line 426, ../sass/screen.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 174, ../sass/_normalize.scss */
/* line 434, ../sass/screen.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 183, ../sass/_normalize.scss */
/* line 441, ../sass/screen.scss */
b,
strong {
  font-weight: bold; }

/* line 187, ../sass/_normalize.scss */
/* line 446, ../sass/screen.scss */
blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 195, ../sass/_normalize.scss */
/* line 453, ../sass/screen.scss */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 204, ../sass/_normalize.scss */
/* line 461, ../sass/screen.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 214, ../sass/_normalize.scss */
/* line 470, ../sass/screen.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
/* line 224, ../sass/_normalize.scss */
/* line 478, ../sass/screen.scss */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 235, ../sass/_normalize.scss */
/* line 486, ../sass/screen.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 245, ../sass/_normalize.scss */
/* line 498, ../sass/screen.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 255, ../sass/_normalize.scss */
/* line 507, ../sass/screen.scss */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 264, ../sass/_normalize.scss */
/* line 514, ../sass/screen.scss */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 273, ../sass/_normalize.scss */
/* line 523, ../sass/screen.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 282, ../sass/_normalize.scss */
/* line 530, ../sass/screen.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 289, ../sass/_normalize.scss */
/* line 538, ../sass/screen.scss */
sup {
  top: -0.5em; }

/* line 293, ../sass/_normalize.scss */
/* line 542, ../sass/screen.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 308, ../sass/_normalize.scss */
/* line 552, ../sass/screen.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

/* line 312, ../sass/_normalize.scss */
/* line 559, ../sass/screen.scss */
dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 322, ../sass/_normalize.scss */
/* line 566, ../sass/screen.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 330, ../sass/_normalize.scss */
/* line 575, ../sass/screen.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 344, ../sass/_normalize.scss */
/* line 588, ../sass/screen.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 353, ../sass/_normalize.scss */
/* line 598, ../sass/screen.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 365, ../sass/_normalize.scss */
/* line 608, ../sass/screen.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 377, ../sass/_normalize.scss */
/* line 618, ../sass/screen.scss */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 385, ../sass/_normalize.scss */
/* line 625, ../sass/screen.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 397, ../sass/_normalize.scss */
/* line 636, ../sass/screen.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 414, ../sass/_normalize.scss */
/* line 652, ../sass/screen.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 427, ../sass/_normalize.scss */
/* line 670, ../sass/screen.scss */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 439, ../sass/_normalize.scss */
/* line 681, ../sass/screen.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 456, ../sass/_normalize.scss */
/* line 695, ../sass/screen.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 467, ../sass/_normalize.scss */
/* line 710, ../sass/screen.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 479, ../sass/_normalize.scss */
/* line 721, ../sass/screen.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 492, ../sass/_normalize.scss */
/* line 738, ../sass/screen.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 505, ../sass/_normalize.scss */
/* line 751, ../sass/screen.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 514, ../sass/_normalize.scss */
/* line 759, ../sass/screen.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 524, ../sass/_normalize.scss */
/* line 769, ../sass/screen.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 537, ../sass/_normalize.scss */
/* line 782, ../sass/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* GLOBAL STYLES */
/* line 8, ../sass/_global.scss */
/* line 788, ../sass/screen.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 12, ../sass/_global.scss */
/* line 796, ../sass/screen.scss */
body {
  font-size: 1em;
  line-height: 1.4;
  font-family: "arial", sans-serif;
  color: #698995;
  font-size: 12px; }

/* line 18, ../sass/_global.scss */
/* line 805, ../sass/screen.scss */
body.off-canvas {
  padding: 0;
  margin: 0; }

/* line 20, ../sass/_global.scss */
/* line 810, ../sass/screen.scss */
.container {
  width: 100%; }

/* line 22, ../sass/_global.scss */
/* line 814, ../sass/screen.scss */
.row {
  overflow: hidden; }

/* line 24, ../sass/_global.scss */
/* line 818, ../sass/screen.scss */
.row .row {
  overflow: visible; }

/* line 26, ../sass/_global.scss */
/* line 822, ../sass/screen.scss */
.paneled .container {
  overflow: hidden; }

/* line 28, ../sass/_global.scss */
/* line 826, ../sass/screen.scss */
.paneled .row {
  width: 100%; }

/* line 30, ../sass/_global.scss */
/* line 830, ../sass/screen.scss */
[role="main"]:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

/* line 32, ../sass/_global.scss */
/* line 840, ../sass/screen.scss */
[role="complementary"], [role="main"] {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

/* line 34, ../sass/_global.scss */
/* line 852, ../sass/screen.scss */
.paneled [role="main"] {
  padding: 0; }

/* line 36, ../sass/_global.scss */
/* line 856, ../sass/screen.scss */
.page-panel {
  width: 100%;
  padding: 0 15px;
  -webkit-transition: 0.3s margin ease-in-out;
  -moz-transition: 0.3s margin ease-in-out;
  -o-transition: 0.3s margin ease-in-out;
  transition: 0.3s margin ease-in-out;
  background: #fff; }

/* line 38, ../sass/_global.scss */
/* line 866, ../sass/screen.scss */
#switchPanels {
  margin: 0 -15px; }

/* line 40, ../sass/_global.scss */
/* line 870, ../sass/screen.scss */
.hide-extras [role="complementary"], .ContentBody [role="complementary"] {
  display: block; }

/* line 43, ../sass/_global.scss */
/* line 874, ../sass/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 44, ../sass/_global.scss */
/* line 880, ../sass/screen.scss */
img, .unit a img {
  max-width: 100%;
  height: auto; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 51, ../sass/_global.scss */
/* line 890, ../sass/screen.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 56, ../sass/_global.scss */
/* line 895, ../sass/screen.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 65, ../sass/_global.scss */
/* line 903, ../sass/screen.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 78, ../sass/_global.scss */
/* line 915, ../sass/screen.scss */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 86, ../sass/_global.scss */
/* line 922, ../sass/screen.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 96, ../sass/_global.scss */
/* line 931, ../sass/screen.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 104, ../sass/_global.scss */
/* line 938, ../sass/screen.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 139, ../sass/_global.scss */
/* line 954, ../sass/screen.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 147, ../sass/_global.scss */
/* line 962, ../sass/screen.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 158, ../sass/_global.scss */
/* line 972, ../sass/screen.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 167, ../sass/_global.scss */
/* line 980, ../sass/screen.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 184, ../sass/_global.scss */
/* line 995, ../sass/screen.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 197, ../sass/_global.scss */
/* line 1008, ../sass/screen.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 214, ../sass/_global.scss */
/* line 1023, ../sass/screen.scss */
.clearfix:before, .wrapper:before, .sm-screen-search form:before, .home .unit:before, .unit:before, .content-w-img-right:before, .map-pod:before, .page .article:before, .page .secondary-article:before, .page .search-header:before,
.clearfix:after,
.wrapper:after,
.sm-screen-search form:after,
.home .unit:after,
.unit:after,
.content-w-img-right:after,
.map-pod:after,
.page .article:after,
.page .secondary-article:after,
.page .search-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 219, ../sass/_global.scss */
/* line 1040, ../sass/screen.scss */
.clearfix:after, .wrapper:after, .sm-screen-search form:after, .home .unit:after, .unit:after, .content-w-img-right:after, .map-pod:after, .page .article:after, .page .secondary-article:after, .page .search-header:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 228, ../sass/_global.scss */
/* line 1048, ../sass/screen.scss */
.clearfix, .wrapper, .sm-screen-search form, .home .unit, .unit, .content-w-img-right, .map-pod, .page .article, .page .secondary-article, .page .search-header {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 255, ../sass/_global.scss */
  /* line 1066, ../sass/screen.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 263, ../sass/_global.scss */
  /* line 1074, ../sass/screen.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 267, ../sass/_global.scss */
  /* line 1079, ../sass/screen.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 271, ../sass/_global.scss */
  /* line 1083, ../sass/screen.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 281, ../sass/_global.scss */
  /* line 1090, ../sass/screen.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 286, ../sass/_global.scss */
  /* line 1096, ../sass/screen.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 291, ../sass/_global.scss */
  /* line 1102, ../sass/screen.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 296, ../sass/_global.scss */
  /* line 1107, ../sass/screen.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 300, ../sass/_global.scss */
  /* line 1112, ../sass/screen.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 310, ../sass/_global.scss */
  /* line 1119, ../sass/screen.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 316, ../sass/_global.scss */
  /* line 1126, ../sass/screen.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* HEADER */
/* line 2, ../sass/_header.scss */
/* line 1131, ../sass/screen.scss */
#header {
  z-index: 3;
  position: absolute;
  top: 1px;
  width: 100%; }

/* line 1136, ../sass/screen.scss */
.page #header {
  z-index: 3;
  position: relative;
  top: 1px;
  width: 100%; }

@media screen and (max-width: 50em) {
  /* line 2, ../sass/_header.scss */
  /* line 1143, ../sass/screen.scss */
  #header {
    background: #53c4ea; } }
/* line 7, ../sass/_header.scss */
/* line 1146, ../sass/screen.scss */
#header .wrapper {
  z-index: 4; }

/* line 10, ../sass/_header.scss */
/* line 1149, ../sass/screen.scss */
#header :focus {
  outline: none; }

/* line 1152, ../sass/screen.scss */
.hgroup {
  padding: 20px 0 0;
  z-index: 4; }

@media screen and (min-width: 50em) {
  /* line 1156, ../sass/screen.scss */
  .hgroup {
    padding: 25px 0 0; } }
/* line 1159, ../sass/screen.scss */
a.site-title {
  float: left; }

/* line 1161, ../sass/screen.scss */
a.site-title:hover {
  opacity: .8; }

/* line 1164, ../sass/screen.scss */
.sub-nav {
  position: absolute;
  right: 2%;
  top: -13px; }
  /* line 1168, ../sass/screen.scss */
  .sub-nav .social-header {
    float: left; }
    /* line 1172, ../sass/screen.scss */
    .sub-nav .social-header .twitter {
      margin-right: 5px; }
  @media screen and (min-width: 50em) and (max-width: 1000px) {
    /* line 1164, ../sass/screen.scss */
    .sub-nav {
      top: -13px;
      width: 50%;
      height: 31px; }
      /* line 1181, ../sass/screen.scss */
      .sub-nav .social-header {
        float: none; }
      /* line 1184, ../sass/screen.scss */
      .sub-nav .form a, .sub-nav .form .searchBox {
        float: left; }
      /* line 1185, ../sass/screen.scss */
      .sub-nav .form a {
        margin-top: 1px;
        margin-right: 2%; }
      /* line 1186, ../sass/screen.scss */
      .sub-nav .form .searchBox {
        position: relative;
        top: 0; }
      /* line 1187, ../sass/screen.scss */
      .sub-nav .form input[type="text"] {
        top: 0;
        float: none;
        position: static; }
      /* line 1188, ../sass/screen.scss */
      .sub-nav .form input[type="submit"] {
        right: 4px;
        top: 4px; } }
  @media screen and (min-width: 992px) {
    /* line 1164, ../sass/screen.scss */
    .sub-nav {
      top: -15px;
      right: 3%; } }
  /* line 1197, ../sass/screen.scss */
  .sub-nav .sub-nav ::-webkit-input-placeholder {
    color: #97e2f2;
    font-style: italic;
    font-size: 12px;
    line-height: 20px; }
  /* line 1203, ../sass/screen.scss */
  .sub-nav .sub-nav :-moz-placeholder {
    /* Firefox 18- */
    color: #2f92b2;
    font-style: italic; }
  /* line 1208, ../sass/screen.scss */
  .sub-nav .sub-nav ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2f92b2;
    font-style: italic; }
  /* line 1213, ../sass/screen.scss */
  .sub-nav .sub-nav :-ms-input-placeholder {
    color: #2f92b2;
    font-style: italic; }

/* line 1218, ../sass/screen.scss */
.sub-nav input {
  float: left;
  color: white;
  display: none; }

@media screen and (min-width: 50em) {
  /* line 1223, ../sass/screen.scss */
  .sub-nav input {
    display: block; } }
/* line 1225, ../sass/screen.scss */
.sub-nav .form {
  text-align: right; }

/* line 1229, ../sass/screen.scss */
.sub-nav .searchBox {
  border: 2px solid #fffeff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.htc);
  position: relative;
  top: 11px;
  height: 32px;
  width: 196px;
  background: #53c4ea; }

/* line 1243, ../sass/screen.scss */
.sub-nav input[type="text"] {
  border: 0;
  background: #53c4ea;
  float: left;
  height: 24px;
  right: 0;
  top: 2px;
  left: 2px;
  width: 185px;
  padding-left: 5px;
  position: relative; }

/* line 1254, ../sass/screen.scss */
.sub-nav input[type="text"]:focus {
  border: 2px solid #2f92b2;
  background: white;
  color: #2f92b2; }

/* line 1259, ../sass/screen.scss */
.sub-nav input[type="submit"] {
  position: absolute;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url(../img/sm-search.png) no-repeat;
  border: none;
  right: 4px;
  top: 2px;
  color: transparent; }

/* line 1269, ../sass/screen.scss */
.IE7 .sub-nav input[type="text"], .IE7 .sub-nav input[type="submit"] {
  top: 4px; }

/* line 95, ../sass/_header.scss */
/* line 1271, ../sass/screen.scss */
.sub-nav input[type="submit"]:hover {
  background-position: 0 -26px; }

/* line 100, ../sass/_header.scss */
/* line 1274, ../sass/screen.scss */
.sub-nav a.member {
  text-transform: uppercase;
  font-size: 11px;
  margin: 11px 0px 0 10px;
  line-height: 12px;
  float: right;
  padding: 3px;
  text-decoration: none;
  color: #2f92b2; }

@media screen and (min-width: 50em) {
  /* line 100, ../sass/_header.scss */
  /* line 1285, ../sass/screen.scss */
  .sub-nav a.member {
    color: white; } }
/* line 114, ../sass/_header.scss */
/* line 1288, ../sass/screen.scss */
.sub-nav a.member:hover {
  color: white; }

@media screen and (min-width: 50em) {
  /* line 114, ../sass/_header.scss */
  /* line 1292, ../sass/screen.scss */
  .sub-nav a.member:hover {
    color: #2f92b2; } }
/* line 124, ../sass/_header.scss */
/* line 1296, ../sass/screen.scss */
.search-button {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -99999px;
  background: url(../img/search.png) no-repeat; }

/* line 130, ../sass/_header.scss */
/* line 1303, ../sass/screen.scss */
.search-button:hover {
  background-position: 0 -42px; }

@media screen and (max-width: 50em) {
  /* line 124, ../sass/_header.scss */
  /* line 1307, ../sass/screen.scss */
  .search-button {
    display: none; } }
/* line 139, ../sass/_header.scss */
/* line 1311, ../sass/screen.scss */
.search-area {
  width: 100%;
  background: #2f92b2;
  position: relative;
  height: 0; }

/* line 144, ../sass/_header.scss */
/* line 1317, ../sass/screen.scss */
.search-area .main-search {
  display: none; }

/* line 147, ../sass/_header.scss */
/* line 1320, ../sass/screen.scss */
.search-area :focus {
  background: white; }

/* line 152, ../sass/_header.scss */
/* line 1324, ../sass/screen.scss */
.search-area.open-search .wrapper:after {
  content: '';
  background: #2f92b2;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2.4%;
  bottom: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

@media screen and (min-width: 1000px) {
  /* line 152, ../sass/_header.scss */
  /* line 1339, ../sass/screen.scss */
  .search-area.open-search .wrapper:after {
    right: 4%; } }
/* line 166, ../sass/_header.scss */
/* line 1343, ../sass/screen.scss */
.open-search {
  display: block;
  height: 100px; }

/* line 169, ../sass/_header.scss */
/* line 1347, ../sass/screen.scss */
.open-search .wrapper {
  height: 100px; }

/* line 172, ../sass/_header.scss */
/* line 1350, ../sass/screen.scss */
.open-search .search-wrapper {
  position: relative;
  background: red;
  width: 400px;
  position: absolute;
  right: 0; }

@media screen and (max-width: 50em) {
  /* line 172, ../sass/_header.scss */
  /* line 1358, ../sass/screen.scss */
  .open-search .search-wrapper {
    width: 250px; } }
/* line 182, ../sass/_header.scss */
/* line 1361, ../sass/screen.scss */
.open-search input {
  height: 40px;
  font-size: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.htc);
  border: none;
  color: #2f92b2;
  width: 400px;
  height: 38px;
  background: #dbf3fb;
  -webkit-appearance: none;
  position: absolute;
  right: 0; }

@media screen and (max-width: 50em) {
  /* line 182, ../sass/_header.scss */
  /* line 1380, ../sass/screen.scss */
  .open-search input {
    width: 250px;
    font-size: 12px; } }
/* line 201, ../sass/_header.scss */
/* line 1384, ../sass/screen.scss */
.open-search .main-search {
  position: relative;
  width: 60%;
  margin: 30px 0;
  display: block;
  width: 100%; }

/* line 208, ../sass/_header.scss */
/* line 1391, ../sass/screen.scss */
.open-search .main-search:before {
  content: '\e00a';
  font-family: 'icomoon';
  font-size: 33px;
  width: 45px;
  height: 40px;
  color: #3aa7cb;
  right: 405px;
  position: absolute; }

@media screen and (max-width: 50em) {
  /* line 208, ../sass/_header.scss */
  /* line 1402, ../sass/screen.scss */
  .open-search .main-search:before {
    right: 255px; } }
/* line 221, ../sass/_header.scss */
/* line 1405, ../sass/screen.scss */
.open-search .search-instructions {
  color: #53c4ea;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 10;
  margin: 0; }

/* MAIN NAV */
/* line 4, ../sass/_main-nav.scss */
/* line 1416, ../sass/screen.scss */
[role="navigation"]#topMenu {
  -webkit-transition: 0.25s all ease-in;
  -moz-transition: 0.25s all ease-in;
  -o-transition: 0.25s all ease-in;
  transition: 0.25s all ease-in; }

/* line 6, ../sass/_main-nav.scss */
/* line 1423, ../sass/screen.scss */
[role="navigation"]#topMenu ul {
  margin-top: 0; }

/* line 8, ../sass/_main-nav.scss */
/* line 1427, ../sass/screen.scss */
[role="complementary"] {
  margin-left: -100%;
  width: 80%;
  float: left;
  z-index: 2; }

/* line 10, ../sass/_main-nav.scss */
/* line 1434, ../sass/screen.scss */
[role="main"] {
  margin-left: 0;
  float: right;
  z-index: 1;
  position: relative; }

/* line 12, ../sass/_main-nav.scss */
/* line 1441, ../sass/screen.scss */
.paneled [role="main"] {
  background: #fff;
  width: 500%;
  overflow: hidden;
  float: none;
  position: relative;
  left: 0;
  -webkit-transition: 0.15s all ease-in;
  -moz-transition: 0.15s all ease-in;
  -o-transition: 0.15s all ease-in;
  transition: 0.15s all ease-in; }

/* line 14, ../sass/_main-nav.scss */
/* line 1454, ../sass/screen.scss */
.page-panel {
  min-height: 400px;
  float: left;
  margin: 0;
  width: 20%; }

/* line 16, ../sass/_main-nav.scss */
/* line 1461, ../sass/screen.scss */
body.active [role="complementary"] {
  margin-left: 0; }

/* line 18, ../sass/_main-nav.scss */
/* line 1465, ../sass/screen.scss */
body.active [role="main"] {
  margin-right: -80%; }

@media screen and (min-width: 50em) {
  /* line 18, ../sass/_main-nav.scss */
  /* line 1469, ../sass/screen.scss */
  body.active [role="main"] {
    margin-right: 0; } }
/* line 24, ../sass/_main-nav.scss */
/* line 1473, ../sass/screen.scss */
.active-menu [role="navigation"]#topMenu {
  margin-top: 0 !important; }

/* line 26, ../sass/_main-nav.scss */
/* line 1477, ../sass/screen.scss */
#sidebar {
  position: absolute;
  height: 100%;
  background: #2f92b2; }

/* line 31, ../sass/_main-nav.scss */
/* line 1483, ../sass/screen.scss */
#sidebar:after {
  content: '';
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #315a98;
  top: 10px;
  right: -10px;
  position: absolute; }

@media all and (min-width: 50em) {
  /* line 41, ../sass/_main-nav.scss */
  /* line 1499, ../sass/screen.scss */
  menu-button, .sidebar-button {
    display: none; }

  /* line 42, ../sass/_main-nav.scss */
  /* line 1503, ../sass/screen.scss */
  [role="complementary"] {
    width: 20%;
    margin-left: 0;
    float: left;
    padding: 0 15px; }

  /* line 43, ../sass/_main-nav.scss */
  /* line 1510, ../sass/screen.scss */
  [role="main"] {
    width: 80%;
    padding: 0px; }

  /* line 44, ../sass/_main-nav.scss */
  /* line 1515, ../sass/screen.scss */
  .paneled [role="main"] {
    width: 100%;
    padding: 0;
    background: #f4f4f4;
    left: 0 !important; }

  /* line 45, ../sass/_main-nav.scss */
  /* line 1522, ../sass/screen.scss */
  .page-panel {
    display: block;
    min-height: 800px;
    float: none;
    margin: 0;
    width: 100%;
    background: #f4f4f4; }

  /* line 46, ../sass/_main-nav.scss */
  /* line 1531, ../sass/screen.scss */
  .hide-extras [role="main"], .ContentBody [role="main"] {
    width: 100%; }

  /* line 47, ../sass/_main-nav.scss */
  /* line 1535, ../sass/screen.scss */
  .hide-extras [role="complementary"], .ContentBody [role="complementary"] {
    display: none; }

  /* line 48, ../sass/_main-nav.scss */
  /* line 1539, ../sass/screen.scss */
  [role="navigation"]#topMenu {
    display: none; } }
@media screen and (max-width: 40em) {
  /* line 51, ../sass/_main-nav.scss */
  /* line 1543, ../sass/screen.scss */
  .hgroup .wrapper {
    padding: 0; } }
@media screen and (max-width: 50em) {
  /* line 57, ../sass/_main-nav.scss */
  /* line 1548, ../sass/screen.scss */
  a.site-title {
    margin: 0 0 26px 2%;
    width: 75px;
    height: auto; } }
@media screen and (max-width: 40em) {
  /* line 65, ../sass/_main-nav.scss */
  /* line 1555, ../sass/screen.scss */
  #nav {
    width: 100%;
    margin: 0;
    top: 0;
    padding: 0 2%; } }
/* line 74, ../sass/_main-nav.scss */
/* line 1562, ../sass/screen.scss */
.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

/* line 83, ../sass/_main-nav.scss */
/* line 1571, ../sass/screen.scss */
#nav.opened {
  max-height: 9999px; }

@media screen and (min-width: 40em) {
  /* line 88, ../sass/_main-nav.scss */
  /* line 1576, ../sass/screen.scss */
  .js #nav {
    position: relative;
    max-height: none; } }
/* line 95, ../sass/_main-nav.scss */
/* line 1580, ../sass/screen.scss */
#menu ul {
  padding-left: 25px; }

/* line 1583, ../sass/screen.scss */
#menu ul ul {
  display: none; }

/* line 1587, ../sass/screen.scss */
#menu ul li:hover > ul {
  display: block; }

/* line 1592, ../sass/screen.scss */
#menu ul ul {
  padding: 0;
  position: absolute;
  top: 0;
  padding: 10px 0;
  margin: 55px 0 0 -11px;
  color: #2f92b2;
  border: 1px solid #c7c7c7;
  /* stroke */
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */ }

/* line 1608, ../sass/screen.scss */
#menu ul ul li {
  float: none;
  position: relative;
  padding-right: 0; }

/* line 1613, ../sass/screen.scss */
#menu ul li:first-child:hover {
  border: 1px solid transparent;
  background: none; }

/* line 1618, ../sass/screen.scss */
#menu ul ul li, #menu ul ul li:first-child, #menu ul ul li:first-child:hover {
  background: url("../img/sub-arrow.jpg") no-repeat 21px 10px; }

/* line 1622, ../sass/screen.scss */
#menu ul ul li:hover {
  border: 1px solid transparent; }

/* line 1626, ../sass/screen.scss */
#menu ul ul li:first-child a {
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  top: 0;
  margin: 0; }

/* line 1634, ../sass/screen.scss */
#menu ul ul li a {
  padding: 5px 20px;
  color: #698995; }

/* line 1640, ../sass/screen.scss */
#mainNav li:hover, #mainNav li.CMSListMenuHighlightedLI {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */ }

/* line 1651, ../sass/screen.scss */
#mainNav li:hover {
  border: 1px solid #c7c7c7;
  /* stroke */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */ }

/* line 1662, ../sass/screen.scss */
#mainNav li.CMSListMenuHighlightedLI {
  background-color: #81cded; }

/* line 1666, ../sass/screen.scss */
#mainNav li.CMSListMenuHighlightedLI:hover {
  background-color: #fff; }

/* line 1672, ../sass/screen.scss */
#mainNav li.CMSListMenuHighlightedLI ul li.CMSListMenuHighlightedLI {
  background-color: #fff; }

/* line 1677, ../sass/screen.scss */
#mainNav li.CMSListMenuHighlightedLI:first-child {
  background-color: transparent; }

/* line 1681, ../sass/screen.scss */
#menu li:hover > a {
  color: #698995; }

@media screen and (min-width: 50em) {
  /* line 99, ../sass/_main-nav.scss */
  /* line 1689, ../sass/screen.scss */
  #mainNav {
    display: block;
    margin-top: 29px;
    float: left; }

  /* line 105, ../sass/_main-nav.scss */
  /* line 1694, ../sass/screen.scss */
  #mainNav ul {
    padding: 0 0 0 25px; }

  /* line 108, ../sass/_main-nav.scss */
  /* line 1697, ../sass/screen.scss */
  #mainNav li {
    width: auto;
    float: left;
    padding: 0 7px;
    font-size: 12.5px;
    border: 1px solid transparent; }

  /* line 1704, ../sass/screen.scss */
  #mainNav li a {
    text-decoration: none;
    font-family: "Benton Sans Medium";
    font-size: 14px;
    color: white;
    display: block;
    padding: 4px 6px; }

  /* line 1712, ../sass/screen.scss */
  #mainNav li a:hover {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    color: #4db8e6; } }
/* line 1724, ../sass/screen.scss */
#mainNav li:first-child a {
  text-indent: -9999px;
  background: url(../img/home.png) no-repeat;
  width: 26px;
  height: 26px;
  position: relative; }

/* line 1732, ../sass/screen.scss */
#mainNav li:first-child a:hover, #mainNav li.CMSListMenuHighlightedLI:first-child a {
  background-position: 0 -26px; }

@media screen and (max-width: 40em) {
  /* line 1735, ../sass/screen.scss */
  #mainNav li:first-child a {
    display: none !important; } }
/* line 1738, ../sass/screen.scss */
#menu .HighLighted > a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.htc);
  background: white !important;
  color: #53c4ea !important; }

/* line 1748, ../sass/screen.scss */
.show-for-small {
  background: #9ae2f1;
  padding: 10px 10px 10px 20px;
  color: #2f92b2;
  height: 44px; }

/* line 1753, ../sass/screen.scss */
.show-for-small a {
  color: #2f92b2; }

/* line 1755, ../sass/screen.scss */
.show-for-small a:hover {
  color: white;
  background: none; }

/* line 1758, ../sass/screen.scss */
.show-for-small a span {
  font-family: 'icomoon';
  padding-right: 10px; }

@media screen and (min-width: 50em) {
  /* line 1762, ../sass/screen.scss */
  .show-for-small {
    display: none; } }
/* line 1764, ../sass/screen.scss */
.active #sideMenu a.btn-register {
  display: none; }

/* line 1765, ../sass/screen.scss */
#sideMenu ul {
  margin: 0px;
  padding: 20px; }

/* line 1768, ../sass/screen.scss */
#menuElem ul {
  padding: 0 0 0 20px; }

/* line 182, ../sass/_main-nav.scss */
/* line 1770, ../sass/screen.scss */
#sideMenu ul li a {
  padding: 10px;
  display: block;
  border: 2px solid white;
  margin: 5px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  behavior: url(pie/PIE.htc);
  text-decoration: none;
  color: #fff; }

/* line 192, ../sass/_main-nav.scss */
/* line 1784, ../sass/screen.scss */
#sideMenu ul li a:hover {
  background: white;
  color: #2f92b2; }

/* line 200, ../sass/_main-nav.scss */
/* line 1789, ../sass/screen.scss */
.sm-screen-search {
  background: #315a98;
  height: 44px;
  padding: 5px 20px; }

/* line 204, ../sass/_main-nav.scss */
/* line 1794, ../sass/screen.scss */
.sm-screen-search div.form {
  position: relative;
  width: 204px;
  border: none;
  padding: 0; }

/* line 210, ../sass/_main-nav.scss */
/* line 1800, ../sass/screen.scss */
.sm-screen-search div.form input {
  -webkit-appearance: none; }

/* line 213, ../sass/_main-nav.scss */
/* line 1803, ../sass/screen.scss */
.sm-screen-search div.form input[type="search"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.htc);
  border: 2px solid #2f92b2;
  background: #315a98;
  float: left;
  height: 28px;
  margin-top: 2px;
  color: #fff;
  width: 196px;
  -webkit-appearance: none;
  padding: 0;
  font-size: 12px;
  padding-left: 4px; }

/* line 228, ../sass/_main-nav.scss */
/* line 1822, ../sass/screen.scss */
.sm-screen-search div.form input[type="search"]:focus {
  outline: none;
  border: 2px solid #97e2f2; }

/* line 234, ../sass/_main-nav.scss */
/* line 1826, ../sass/screen.scss */
.sm-screen-search div.form ::-webkit-input-placeholder {
  color: #2f92b2;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  padding-left: 4px; }

/* line 243, ../sass/_main-nav.scss */
/* line 1833, ../sass/screen.scss */
.sm-screen-search div.form :-moz-placeholder {
  /* Firefox 18- */
  color: #2f92b2;
  font-style: italic;
  font-size: 12px;
  line-height: 26px; }

/* line 250, ../sass/_main-nav.scss */
/* line 1840, ../sass/screen.scss */
.sm-screen-search div.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2f92b2;
  font-style: italic;
  font-size: 12px;
  line-height: 26px; }

/* line 257, ../sass/_main-nav.scss */
/* line 1847, ../sass/screen.scss */
.sm-screen-search div.form :-ms-input-placeholder {
  color: #2f92b2;
  font-style: italic;
  font-size: 12px;
  line-height: 20px; }

/* line 263, ../sass/_main-nav.scss */
/* line 1853, ../sass/screen.scss */
.sm-screen-search div.form input[type="submit"] {
  background: url(../img/sm-search.png) no-repeat center top #2f92b2;
  height: 24px;
  display: block;
  width: 24px !important;
  position: absolute;
  right: 4px;
  top: 6px;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
  display: block;
  float: left;
  width: auto;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  behavior: url(pie/PIE.htc); }

/* line 281, ../sass/_main-nav.scss */
/* line 1871, ../sass/screen.scss */
.sm-screen-search div.form input[type="submit"]:hover {
  background-position: 0 -26px; }

/* line 286, ../sass/_main-nav.scss */
/* line 1874, ../sass/screen.scss */
.sm-screen-search div.form p {
  float: left;
  color: #2f92b2;
  font-size: 12px;
  line-height: 12px; }

/* line 294, ../sass/_main-nav.scss */
/* line 1881, ../sass/screen.scss */
.active #sidebarButton {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 999; }

/* IMAGE SLIDER */
/* line 4, ../sass/_image-slider.scss */
/* line 1890, ../sass/screen.scss */
.flexslider {
  margin: 0;
  padding: 0; }

/* line 5, ../sass/_image-slider.scss */
/* line 1894, ../sass/screen.scss */
.flexslider ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 11, ../sass/_image-slider.scss */
/* line 1900, ../sass/screen.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 12, ../sass/_image-slider.scss */
/* line 1906, ../sass/screen.scss */
.flexslider .slides img {
  width: 100%;
  display: block; }

/* line 13, ../sass/_image-slider.scss */
/* line 1911, ../sass/screen.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
/* line 16, ../sass/_image-slider.scss */
/* line 1916, ../sass/screen.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 17, ../sass/_image-slider.scss */
/* line 1925, ../sass/screen.scss */
html[xmlns] .slides {
  display: block; }

/* line 18, ../sass/_image-slider.scss */
/* line 1929, ../sass/screen.scss */
* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 23, ../sass/_image-slider.scss */
/* line 1936, ../sass/screen.scss */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
/* line 1941, ../sass/screen.scss */
.image-slider {
  background: #4db8e6;
  position: relative;
  top: 0;
  z-index: 0;
  min-height: 264px; }

@media screen and (max-width: 50em) {
  /* line 28, ../sass/_image-slider.scss */
  /* line 1951, ../sass/screen.scss */
  .image-slider {
    display: none; } }
/* line 1954, ../sass/screen.scss */
.flexslider {
  margin: 0;
  background: #4db8e6;
  position: relative;
  zoom: 1;
  max-width: 1274px;
  margin: 0 auto; }

/* line 1962, ../sass/screen.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

/* line 52, ../sass/_image-slider.scss */
/* line 1969, ../sass/screen.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 55, ../sass/_image-slider.scss */
/* line 1973, ../sass/screen.scss */
.flexslider .slides {
  zoom: 1; }

/* line 59, ../sass/_image-slider.scss */
/* line 1977, ../sass/screen.scss */
.carousel li {
  margin-right: 5px; }

/* Direction Nav */
/* line 65, ../sass/_image-slider.scss */
/* line 1982, ../sass/screen.scss */
.flex-direction-nav {
  display: none; }

/* Control Nav */
/* line 68, ../sass/_image-slider.scss */
/* line 1987, ../sass/screen.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: right;
  padding-right: 2%; }

@media screen and (min-width: 1000px) {
  /* line 68, ../sass/_image-slider.scss */
  /* line 1995, ../sass/screen.scss */
  .flex-control-nav {
    right: 100px; } }
@media screen and (min-width: 1150px) {
  /* line 68, ../sass/_image-slider.scss */
  /* line 1999, ../sass/screen.scss */
  .flex-control-nav {
    right: 180px; } }
/* line 81, ../sass/_image-slider.scss */
/* line 2003, ../sass/screen.scss */
.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 82, ../sass/_image-slider.scss */
/* line 2010, ../sass/screen.scss */
.flex-control-paging li a {
  font-size: 0;
  width: 12px;
  height: 14px;
  display: block;
  background: #666;
  background: url(../img/direction_nav.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

/* line 83, ../sass/_image-slider.scss */
/* line 2026, ../sass/screen.scss */
.flex-control-paging li a:hover {
  background: url(../img/direction_nav.png) no-repeat -12px 0; }

/* line 84, ../sass/_image-slider.scss */
/* line 2030, ../sass/screen.scss */
.flex-control-paging li a.flex-active {
  background: url(../img/direction_nav.png) no-repeat -24px 0;
  cursor: default; }

/* line 86, ../sass/_image-slider.scss */
/* line 2035, ../sass/screen.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

/* line 87, ../sass/_image-slider.scss */
/* line 2041, ../sass/screen.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* line 88, ../sass/_image-slider.scss */
/* line 2047, ../sass/screen.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

/* line 89, ../sass/_image-slider.scss */
/* line 2054, ../sass/screen.scss */
.flex-control-thumbs img:hover {
  opacity: 1; }

/* line 90, ../sass/_image-slider.scss */
/* line 2058, ../sass/screen.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  /* line 93, ../sass/_image-slider.scss */
  /* line 2064, ../sass/screen.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  /* line 94, ../sass/_image-slider.scss */
  /* line 2069, ../sass/screen.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* GRID */
/* line 4, ../sass/_grid.scss */
/* line 2075, ../sass/screen.scss */
.span-grid {
  width: 97%; }

/* line 8, ../sass/_grid.scss */
/* line 2079, ../sass/screen.scss */
.one-of-two {
  width: 47%; }

/* line 10, ../sass/_grid.scss */
/* line 2083, ../sass/screen.scss */
.one-of-three {
  width: 30.36%; }

/* line 11, ../sass/_grid.scss */
/* line 2087, ../sass/screen.scss */
.two-of-three {
  width: 63.666666666%; }

/* line 13, ../sass/_grid.scss */
/* line 2091, ../sass/screen.scss */
.one-of-four {
  width: 18.75%; }

/* line 14, ../sass/_grid.scss */
/* line 2095, ../sass/screen.scss */
.three-of-four {
  width: 72%; }

/* line 16, ../sass/_grid.scss */
/* line 2099, ../sass/screen.scss */
.one-of-five {
  width: 19.0%; }

/* line 17, ../sass/_grid.scss */
/* line 2103, ../sass/screen.scss */
.two-of-five {
  width: 36.5%; }

/* line 18, ../sass/_grid.scss */
/* line 2107, ../sass/screen.scss */
.three-of-five {
  width: 58%; }

/* line 19, ../sass/_grid.scss */
/* line 2111, ../sass/screen.scss */
.four-of-five {
  width: 77%; }

/* line 2114, ../sass/screen.scss */
.three-of-ten {
  width: 26%; }

/* line 2119, ../sass/screen.scss */
.four-of-ten {
  width: 40%; }

/* line 2124, ../sass/screen.scss */
.three-col-page .one-of-five {
  width: 18.5%; }

/* line 2129, ../sass/screen.scss */
.three-col-page .three-of-five {
  width: 55.5%; }

/* line 2134, ../sass/screen.scss */
.home .unit.single-image {
  padding: 0; }

/* line 2139, ../sass/screen.scss */
.home .unit.single-image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

/* line 2147, ../sass/screen.scss */
.home.grid {
  top: -23px;
  left: 5px; }
  /* line 2150, ../sass/screen.scss */
  .home.grid ul {
    padding: 0; }

/* line 2153, ../sass/screen.scss */
.grid {
  position: relative; }

/* line 2156, ../sass/screen.scss */
.home .unit {
  color: #698995;
  text-decoration: none;
  padding: 20px 20px 0;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-color: white;
  height: 200px;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15); }

/* line 67, ../sass/_grid.scss */
/* line 2180, ../sass/screen.scss */
.home .unit h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Benton Sans Bold";
  font-weight: bold; }

/* line 2187, ../sass/screen.scss */
.home .unit p {
  font-size: 13.4px;
  margin: 0.5em 0; }

/* line 2190, ../sass/screen.scss */
.home .unit .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #698995;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  behavior: url(pie/PIE.htc);
  font-size: 1em;
  min-width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'BentonSans Bold', sans-serif;
  font-weight: bold;
  padding: 0 3%; }

/* line 2214, ../sass/screen.scss */
.home .unit .button a {
  color: #FFF;
  font-family: 'BentonSans Bold', sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

/* line 2226, ../sass/screen.scss */
.home .unit .button a:hover {
  background: #fec825; }

/* line 2227, ../sass/screen.scss */
.home .unit .twitterfollow {
  position: absolute;
  right: 12px;
  top: 27px;
  width: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px; }

/* line 2238, ../sass/screen.scss */
.home .unit .button p, .home .unit .button p {
  margin: 0;
  width: auto; }

/* line 2242, ../sass/screen.scss */
.home .unit .welcomeLeft, .home .unit .welcomeRight {
  float: left;
  display: inline; }

/* line 2243, ../sass/screen.scss */
.home .unit .welcomeLeft {
  width: 75%;
  margin-right: 2%; }

/* line 2244, ../sass/screen.scss */
.home .unit .welcomeRight {
  width: 23%; }

/* line 2245, ../sass/screen.scss */
.home .unit .welcomeRight > img {
  position: absolute;
  top: 60px; }

@media screen and (max-width: 50em) {
  /* line 2249, ../sass/screen.scss */
  .home.grid {
    top: 90px;
    max-width: none; } }
@media screen and (max-width: 35em) {
  /* line 2253, ../sass/screen.scss */
  .home.grid {
    margin-left: 0;
    max-width: none; }

  /* line 2256, ../sass/screen.scss */
  .home .unit {
    padding: 20px 20px 60px;
    width: auto;
    margin-left: 0;
    display: block;
    height: auto; }

  /* line 2263, ../sass/screen.scss */
  .home .unit {
    width: 95%; } }
@media screen and (max-width: 50em) and (min-width: 35em) {
  /* line 2271, ../sass/screen.scss */
  .home .unit {
    width: 47%;
    height: 200px; } }
@media screen and (max-width: 50em) {
  /* line 2277, ../sass/screen.scss */
  #mainNav {
    display: none; }

  /* line 2281, ../sass/screen.scss */
  .home .unit .welcomeLeft {
    width: 100%; }

  /* line 2285, ../sass/screen.scss */
  .home .unit.text-pod p {
    font-size: 1em; }

  /* line 2289, ../sass/screen.scss */
  .home .unit .button {
    bottom: 10px; }

  /* line 2293, ../sass/screen.scss */
  #header {
    position: relative; }

  /* line 2297, ../sass/screen.scss */
  .home.grid {
    top: 0; } }
/* line 2304, ../sass/screen.scss */
.IE7 .home .unit.one-of-two {
  width: 41.83%; }
/* line 2307, ../sass/screen.scss */
.IE7 .home .unit.one-of-three {
  width: 25.19%; }
/* line 2310, ../sass/screen.scss */
.IE7 .home .unit.two-of-three {
  width: 56.66333%; }
/* line 2313, ../sass/screen.scss */
.IE7 .home .unit.one-of-four {
  width: 16.6875%; }
/* line 2316, ../sass/screen.scss */
.IE7 .home .unit.three-of-four {
  width: 64.08%; }
/* line 2319, ../sass/screen.scss */
.IE7 .home .unit.one-of-five {
  width: 16.91%; }
/* line 2322, ../sass/screen.scss */
.IE7 .home .unit.two-of-five {
  width: 32.485%; }
/* line 2325, ../sass/screen.scss */
.IE7 .home .unit.three-of-five {
  width: 51.62%; }
/* line 2328, ../sass/screen.scss */
.IE7 .home .unit.four-of-five {
  width: 68.53%; }
/* line 2331, ../sass/screen.scss */
.IE7 .home .unit.three-of-ten {
  width: 23.14%; }
/* line 2336, ../sass/screen.scss */
.IE7 .home .unit.four-of-ten {
  width: 35.6%; }

/* line 109, ../sass/_grid.scss */
/* line 2343, ../sass/screen.scss */
.home .unit:after {
  content: '';
  height: 28px;
  width: 40px;
  background: url(../img/pod-arrows.png);
  bottom: -28px;
  right: 20px;
  position: absolute; }

/* line 2353, ../sass/screen.scss */
.home .unit.twitter-pod:after {
  background: url(../img/pod-twitter-arrows.png); }

/* line 2358, ../sass/screen.scss */
.events-list .top-content {
  padding: 10px 25px; }
/* line 2363, ../sass/screen.scss */
.events-list.main-content {
  padding-top: 44px; }
  @media screen and (max-width: 35em) {
    /* line 2363, ../sass/screen.scss */
    .events-list.main-content {
      padding-top: 0; } }
  /* line 2369, ../sass/screen.scss */
  .events-list.main-content .one-of-five {
    box-shadow: none;
    margin: 0;
    padding: 0 3% 0 0; }
  /* line 2370, ../sass/screen.scss */
  .events-list.main-content .one-of-five:after {
    display: none; }
  /* line 2371, ../sass/screen.scss */
  .events-list.main-content .one-of-five {
    float: right; }
    /* line 2374, ../sass/screen.scss */
    .events-list.main-content .one-of-five .thumbnail {
      width: 100%;
      border-width: 6px; }
      /* line 2377, ../sass/screen.scss */
      .events-list.main-content .one-of-five .thumbnail img {
        max-width: 100%;
        width: 100%; }
    /* line 2380, ../sass/screen.scss */
    .events-list.main-content .one-of-five .exerpt {
      width: 100%; }
    /* line 2381, ../sass/screen.scss */
    .events-list.main-content .one-of-five .article {
      padding: 0;
      margin-bottom: 6%; }
    /* line 2382, ../sass/screen.scss */
    .events-list.main-content .one-of-five h4 {
      font-size: 1.25em; }
    @media screen and (max-width: 35em) {
      /* line 2371, ../sass/screen.scss */
      .events-list.main-content .one-of-five {
        width: 25%; } }
  /* line 2390, ../sass/screen.scss */
  .events-list.main-content .four-of-five {
    float: left; }
    @media screen and (max-width: 50em) {
      /* line 2393, ../sass/screen.scss */
      .events-list.main-content .four-of-five .heading {
        width: 96.6%; } }
    @media screen and (max-width: 35em) {
      /* line 2390, ../sass/screen.scss */
      .events-list.main-content .four-of-five {
        width: 100%; }
        /* line 2396, ../sass/screen.scss */
        .events-list.main-content .four-of-five .heading {
          width: 100%;
          padding: 20px 20px 0; } }
/* line 2401, ../sass/screen.scss */
.events-list .home .secondary-nav {
  margin: 0; }
/* line 2404, ../sass/screen.scss */
.events-list .unit {
  height: auto; }
  /* line 2405, ../sass/screen.scss */
  .events-list .unit.event {
    width: 100%; }
  /* line 2406, ../sass/screen.scss */
  .events-list .unit.article {
    padding: 20px; }
    /* line 2409, ../sass/screen.scss */
    .events-list .unit.article .more {
      position: static;
      width: auto; }
  /* line 2412, ../sass/screen.scss */
  .events-list .unit .event-heading {
    float: left; }
  /* line 2413, ../sass/screen.scss */
  .events-list .unit .event-date {
    float: right;
    font-size: 1.33em;
    color: #4db8e6; }
  /* line 2414, ../sass/screen.scss */
  .events-list .unit .event-content p, .events-list .unit .event-content a {
    font-size: 1em; }
  /* line 2415, ../sass/screen.scss */
  .events-list .unit h3, .events-list .unit h4, .events-list .unit .event-date {
    font-family: 'BentonSans Bold', sans-serif; }
  /* line 2418, ../sass/screen.scss */
  .events-list .unit h3 {
    color: #617f8b;
    font-size: 1.583em; }
  /* line 2422, ../sass/screen.scss */
  .events-list .unit h4 {
    font-size: 1.20em;
    color: #84a1ad; }
  /* line 2427, ../sass/screen.scss */
  .events-list .unit p, .events-list .unit p a {
    font-size: 1.16em; }
  /* line 2428, ../sass/screen.scss */
  .events-list .unit p img {
    border-width: 6px !important;
    float: left;
    margin-right: 2.5%;
    margin-top: 0; }

/* line 2, ../sass/economicReport.scss */
.economicImpact {
  width: 100%; }

/* line 7, ../sass/economicReport.scss */
.lightGreyBorder {
  border: 1px solid #e1e1e3; }

/* line 12, ../sass/economicReport.scss */
.lightGrey {
  background-color: #f1f1f2; }

/* line 17, ../sass/economicReport.scss */
.lightBlue {
  background-color: #297dbd; }

/* line 22, ../sass/economicReport.scss */
.darkBlue {
  color: #ffffff;
  background-color: #196096;
  /* layer fill content */ }

/* line 28, ../sass/economicReport.scss */
.whiteSpace {
  background-color: #ffffff;
  -moz-border-radius: 12px 12px 12px / 12px;
  -webkit-border-radius: 12px 12px 12px / 12px;
  border-radius: 12px 12px 12px / 12px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  margin: 0 0 25px 0; }
  /* line 40, ../sass/economicReport.scss */
  .whiteSpace table {
    width: 100%;
    border-collapse: collapse; }
  /* line 45, ../sass/economicReport.scss */
  .whiteSpace table.headerTable thead td {
    width: 50%; }
  /* line 49, ../sass/economicReport.scss */
  .whiteSpace table.headerTable thead tr, .whiteSpace table.contentTable {
    float: left;
    width: 33.33%; }
  /* line 55, ../sass/economicReport.scss */
  .whiteSpace table td:nth-child(1),
  .whiteSpace table th:nth-child(1) {
    text-align: center; }
  /* line 61, ../sass/economicReport.scss */
  .whiteSpace table td, .whiteSpace table th {
    font-size: 13px;
    padding: 9px 0 9px 5px; }
  /* line 67, ../sass/economicReport.scss */
  .whiteSpace table tbody td {
    color: #6d6d6d; }
  /* line 72, ../sass/economicReport.scss */
  .whiteSpace #areas1,
  .whiteSpace #areas2 {
    border-right: 1px solid #b1c9e2; }
  /* line 77, ../sass/economicReport.scss */
  .whiteSpace table tbody tr:nth-child(even) {
    background-color: #e9f2f8; }

/* line 83, ../sass/economicReport.scss */
.whiteSpace .copy .whiteSpace {
  margin: 25px 0; }

/* line 90, ../sass/economicReport.scss */
.page .economicImpact .selectColumn {
  /*
  display:none;
  */ }
/* line 96, ../sass/economicReport.scss */
.page .economicImpact h2 {
  color: #878787;
  font-size: 20px;
  font-family: "Arial"; }
/* line 103, ../sass/economicReport.scss */
.page .economicImpact .topbar .title.lightBlue {
  background-color: #297dbd;
  color: #ffffff;
  border-bottom: none; }
  /* line 109, ../sass/economicReport.scss */
  .page .economicImpact .topbar .title.lightBlue h2 {
    color: #ffffff; }
/* line 115, ../sass/economicReport.scss */
.page .economicImpact .topbar .title.large {
  height: 72px; }
/* line 119, ../sass/economicReport.scss */
.page .economicImpact .topbar .title {
  border-bottom: 1px solid #e1e1e3;
  background-color: #fafafa;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */ }
/* line 135, ../sass/economicReport.scss */
.page .economicImpact .topbar .title h1 {
  float: left;
  width: 80%;
  color: #2a7ebe;
  padding-left: 28px; }
/* line 142, ../sass/economicReport.scss */
.page .economicImpact .topbar .title .nsw {
  float: left;
  width: 20%;
  margin-top: 22px;
  padding-left: 28px; }
/* line 150, ../sass/economicReport.scss */
.page .economicImpact .topbar .title h1.region {
  width: 60%;
  text-align: center;
  padding-left: 0; }
/* line 158, ../sass/economicReport.scss */
.page .economicImpact .topbar .title h2 {
  margin: 0;
  padding: 10px 0;
  text-align: center; }
/* line 165, ../sass/economicReport.scss */
.page .economicImpact .topbar .title .download {
  width: 20%;
  margin-top: 22px;
  float: left; }
/* line 172, ../sass/economicReport.scss */
.page .economicImpact .col {
  vertical-align: middle;
  display: inline-block; }
/* line 180, ../sass/economicReport.scss */
.page .economicImpact .col.leftColumn {
  width: 11%;
  vertical-align: top; }
/* line 186, ../sass/economicReport.scss */
.page .economicImpact .col.middleColumn {
  width: 77%;
  padding: 0 9px;
  vertical-align: top;
  position: relative; }
  /* line 193, ../sass/economicReport.scss */
  .page .economicImpact .col.middleColumn .copy {
    padding: 20px 28px; }
  /* line 197, ../sass/economicReport.scss */
  .page .economicImpact .col.middleColumn .mainImage {
    text-align: center; }
/* line 204, ../sass/economicReport.scss */
.page .economicImpact .col.rightColumn {
  width: 11%;
  vertical-align: top; }
/* line 209, ../sass/economicReport.scss */
.page .economicImpact ul.downloadlist {
  list-style: none;
  padding: 20px 35px;
  margin: 0 auto; }
  /* line 215, ../sass/economicReport.scss */
  .page .economicImpact ul.downloadlist li {
    display: inline; }
    /* line 219, ../sass/economicReport.scss */
    .page .economicImpact ul.downloadlist li img {
      margin-top: 11px;
      padding-right: 7px;
      padding-left: 7px; }
/* line 228, ../sass/economicReport.scss */
.page .economicImpact .menu ul.scrolled {
  top: 30px; }
/* line 233, ../sass/economicReport.scss */
.page .economicImpact .menu ul {
  list-style: none;
  display: table;
  width: 100%;
  max-width: 110px;
  padding: 0;
  margin: 0;
  position: fixed; }
  /* line 243, ../sass/economicReport.scss */
  .page .economicImpact .menu ul li {
    border: 1px solid #e1e1e3;
    /* stroke */
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #fff;
    /* layer fill content */
    text-align: center;
    width: 100%;
    height: 74px;
    margin-top: 3px; }
    /* line 258, ../sass/economicReport.scss */
    .page .economicImpact .menu ul li a {
      color: #9f9f9f;
      /* text color */
      font-family: "Arial";
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      width: 110px;
      height: 74px;
      display: table-cell;
      vertical-align: middle; }
    /* line 272, ../sass/economicReport.scss */
    .page .economicImpact .menu ul li a:hover {
      text-decoration: underline; }
  /* line 278, ../sass/economicReport.scss */
  .page .economicImpact .menu ul li:hover {
    background-color: #f5f5f5; }
    /* line 281, ../sass/economicReport.scss */
    .page .economicImpact .menu ul li:hover a {
      text-decoration: none; }
  /* line 287, ../sass/economicReport.scss */
  .page .economicImpact .menu ul li.selected, .page .economicImpact .menu ul li.HighLighted {
    border: 1px solid #2a7ebe;
    /* stroke */
    background-color: #2a7ebe; }
    /* line 292, ../sass/economicReport.scss */
    .page .economicImpact .menu ul li.selected a, .page .economicImpact .menu ul li.HighLighted a {
      color: #ffffff; }
/* line 300, ../sass/economicReport.scss */
.page .economicImpact .singleLine {
  border-bottom: 1px solid #e1e1e3;
  text-align: center;
  margin: 10px auto;
  width: 90%;
  padding: 5px; }
  /* line 309, ../sass/economicReport.scss */
  .page .economicImpact .singleLine img, .page .economicImpact .singleLine h3 {
    display: inline;
    vertical-align: middle; }
  /* line 313, ../sass/economicReport.scss */
  .page .economicImpact .singleLine h3 {
    color: #2a7ebe;
    font-family: "Arial"; }

/* line 321, ../sass/economicReport.scss */
.mobileNavigation {
  display: none;
  text-align: center; }

/* line 327, ../sass/economicReport.scss */
.bar-container .info {
  color: #ffffff;
  text-align: center;
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 0; }

/* line 339, ../sass/economicReport.scss */
.bar-container .info.top {
  color: #297dbd;
  bottom: 100%;
  top: auto; }

/* line 347, ../sass/economicReport.scss */
.barValue {
  display: none; }

/* line 352, ../sass/economicReport.scss */
ul.list {
  list-style: none;
  padding: 0 0 0 30px;
  min-height: 100px; }

/* line 359, ../sass/economicReport.scss */
ul.list li h3 {
  font-family: "Arial";
  color: #2a7ebe;
  font-size: 26px;
  margin: 15px 0 0 0; }

/* line 368, ../sass/economicReport.scss */
.inner-col {
  width: 100%; }
  /* line 372, ../sass/economicReport.scss */
  .inner-col .one-of-two {
    float: left; }
  /* line 376, ../sass/economicReport.scss */
  .inner-col .one-of-two:nth-child(1) {
    margin-right: 5%; }

/* line 384, ../sass/economicReport.scss */
.circle-container {
  margin-top: 15px;
  width: 100%;
  position: relative; }
  /* line 390, ../sass/economicReport.scss */
  .circle-container .outSide {
    position: absolute;
    left: 75%;
    top: 0;
    height: 100%;
    text-align: left; }
    /* line 399, ../sass/economicReport.scss */
    .circle-container .outSide p {
      margin: 0;
      color: #2a7ebe; }
    /* line 405, ../sass/economicReport.scss */
    .circle-container .outSide .bottom {
      position: absolute;
      bottom: 0; }
  /* line 412, ../sass/economicReport.scss */
  .circle-container .circle {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 148px;
    height: 148px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-image: url("/Chart/img/Ellipse.jpg"); }
    /* line 430, ../sass/economicReport.scss */
    .circle-container .circle .textContainer {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center; }
      /* line 437, ../sass/economicReport.scss */
      .circle-container .circle .textContainer p {
        color: #FFFFFF; }
      /* line 442, ../sass/economicReport.scss */
      .circle-container .circle .textContainer img {
        margin: 0 auto;
        display: block; }
      /* line 453, ../sass/economicReport.scss */
      .circle-container .circle .textContainer .circleText {
        height: 50%;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        /* line 460, ../sass/economicReport.scss */
        .circle-container .circle .textContainer .circleText p {
          margin: 5px 0 0 0;
          font-size: 27px; }
        /* line 467, ../sass/economicReport.scss */
        .circle-container .circle .textContainer .circleText p.small {
          margin: 0;
          font-size: 14px; }

/* line 480, ../sass/economicReport.scss */
#totalEmploymentPercentage, #totalEconomicContributionPercentage {
  display: none; }

/* line 484, ../sass/economicReport.scss */
.EditMode #totalEmploymentPercentage, .EditMode #totalEconomicContributionPercentage {
  display: block; }

/* line 489, ../sass/economicReport.scss */
.economicImpact .leftColumn, .economicImpact .rightColumn {
  z-index: 2; }

/* line 494, ../sass/economicReport.scss */
.main-footer {
  z-index: 3;
  position: relative; }
.bar-inner {
  bottom: 0 !important; }
/*Mobile */
@media screen and (max-width: 320px) {
  /* line 503, ../sass/economicReport.scss */
  .page h1.region,
  .page .large h1 {
    font-size: 19px; } }
@media screen and (max-width: 35em) {
  /* line 512, ../sass/economicReport.scss */
  .mobileNavigation {
    display: block; }

  /* line 517, ../sass/economicReport.scss */
  .menu ul {
    display: none; }

  /* line 521, ../sass/economicReport.scss */
  .col.rightColumn, .col.leftColumn {
    display: none; }

  /* line 525, ../sass/economicReport.scss */
  .page .economicImpact .col.middleColumn {
    width: 100%;
    padding: 0 5px; }

  /* line 530, ../sass/economicReport.scss */
  .whiteSpace {
    margin: 0 0 5px 0; }

  /* line 534, ../sass/economicReport.scss */
  .whiteSpace table.headerTable thead tr, .whiteSpace table.contentTable {
    width: 100%; }

  /* line 539, ../sass/economicReport.scss */
  .economicImpact .one-of-two {
    width: 100%; }

  /* line 544, ../sass/economicReport.scss */
  .page .economicImpact .col.middleColumn .copy {
    padding: 5px 8px; }

  /* line 551, ../sass/economicReport.scss */
  .page .economicImpact ul.downloadlist {
    width: 100%; }

  /* line 556, ../sass/economicReport.scss */
  .page .economicImpact ul.downloadlist li img {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 50em) {
  /* line 565, ../sass/economicReport.scss */
  .page .economicImpact .menu ul li {
    max-width: 80px; }

  /* line 569, ../sass/economicReport.scss */
  .page .economicImpact .menu ul li a {
    font-size: 12px; }

  /* line 574, ../sass/economicReport.scss */
  .inner-col .one-of-two {
    float: left;
    height: 380px; } }
/* line 123, ../sass/_grid.scss */
/* line 2445, ../sass/screen.scss */
.unit.highlight {
  /*background: #fec825 !important;*/
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzgyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhYjEwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc822), color-stop(100%, #eab106));
  background: -moz-linear-gradient(#ffc822, #eab106);
  background: -webkit-linear-gradient(#ffc822, #eab106);
  background: linear-gradient(#ffc822, #eab106);
  color: white !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

/* line 2456, ../sass/screen.scss */
.unit.highlight a, .unit.highlight a:visited {
  color: white; }

/* line 137, ../sass/_grid.scss */
/* line 2462, ../sass/screen.scss */
.unit.highlight:after {
  background-position: left bottom; }

/* line 140, ../sass/_grid.scss */
/* line 2466, ../sass/screen.scss */
.unit.highlight:hover:after {
  background-position: left bottom; }

/* line 144, ../sass/_grid.scss */
/* line 2470, ../sass/screen.scss */
.unit {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 35em) {
  /* line 2481, ../sass/screen.scss */
  .unit {
    width: auto;
    margin-left: 0;
    display: block; } }
/* line 166, ../sass/_grid.scss */
/* line 2488, ../sass/screen.scss */
.content-w-img-right {
  height: auto; }

/* line 169, ../sass/_grid.scss */
/* line 2491, ../sass/screen.scss */
.content-w-img-right p {
  width: 68%;
  float: left;
  font-weight: bold;
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 20px; }

@media screen and (max-width: 35em) {
  /* line 2499, ../sass/screen.scss */
  .content-w-img-right p {
    width: 100%;
    float: none; } }
/* line 2502, ../sass/screen.scss */
.content-w-img-right span.important {
  font-size: 32px;
  line-height: 36px; }

/* line 2505, ../sass/screen.scss */
.content-w-img-right img {
  width: 30%;
  height: auto;
  float: left;
  max-height: 90%; }

@media screen and (max-width: 35em) {
  /* line 2511, ../sass/screen.scss */
  .content-w-img-right img {
    display: none; } }
/* line 193, ../sass/_grid.scss */
/* line 2514, ../sass/screen.scss */
.content-w-img-right .narrow-img {
  padding-left: 4%; }

@media screen and (max-width: 50em) {
  /* line 193, ../sass/_grid.scss */
  /* line 2518, ../sass/screen.scss */
  .content-w-img-right .narrow-img {
    padding: 0; } }
/* line 2521, ../sass/screen.scss */
.one-of-four.single-image {
  padding: 14px 21px; }

/* line 207, ../sass/_grid.scss */
/* line 2524, ../sass/screen.scss */
.one-of-four.single-image img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 50em) {
  /* line 207, ../sass/_grid.scss */
  /* line 2529, ../sass/screen.scss */
  .one-of-four.single-image img {
    padding: 0 40px; } }
@media screen and (max-width: 35em) {
  /* line 207, ../sass/_grid.scss */
  /* line 2533, ../sass/screen.scss */
  .one-of-four.single-image img {
    padding: 60px; } }
/* line 224, ../sass/_grid.scss */
/* line 2537, ../sass/screen.scss */
.news-pod {
  padding-bottom: 30px; }

/* line 225, ../sass/_grid.scss */
/* line 2540, ../sass/screen.scss */
.home .news-pod h3 {
  font-size: 22px; }

@media screen and (max-width: 50em) {
  /* line 225, ../sass/_grid.scss */
  /* line 2545, ../sass/screen.scss */
  .news-pod h3 {
    font-size: 16px;
    margin-bottom: 5px; } }
@media screen and (max-width: 35em) {
  /* line 225, ../sass/_grid.scss */
  /* line 2550, ../sass/screen.scss */
  .news-pod h3 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 10px; } }
/* line 238, ../sass/_grid.scss */
/* line 2555, ../sass/screen.scss */
.news-pod .article {
  text-decoration: none;
  color: #698995;
  width: 48%;
  float: left;
  position: relative; }

/* line 2562, ../sass/screen.scss */
.news-pod .article h4 {
  margin: 0;
  font-size: 14px;
  line-height: 14px; }

/* line 260, ../sass/_grid.scss */
/* line 2567, ../sass/screen.scss */
.news-pod .article p {
  margin-top: 0; }

/* line 2571, ../sass/screen.scss */
.news-pod .article p.date {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase; }

/* line 265, ../sass/_grid.scss */
/* line 2576, ../sass/screen.scss */
.news-pod .article .button, .news-pod .article .home .unit .button, .home .unit .news-pod .article .button {
  bottom: -40px;
  left: 0;
  padding: 8px 12px !important;
  width: 110px !important; }

/* line 2581, ../sass/screen.scss */
.home .unit.news-pod .article .button {
  padding: 0 !important; }

/* line 276, ../sass/_grid.scss */
/* line 2583, ../sass/screen.scss */
.news-pod .first-article p {
  font-size: 0.91em; }

/* line 2586, ../sass/screen.scss */
.home .news-pod .first-article {
  margin-right: 1.5%;
  padding-right: 2%;
  width: 100%; }
  /* line 2590, ../sass/screen.scss */
  .home .news-pod .first-article h4 a {
    color: #698995;
    text-decoration: none;
    line-height: 1.2em; }
  /* line 2591, ../sass/screen.scss */
  .home .news-pod .first-article h4 a:hover {
    text-decoration: underline; }
  /* line 2592, ../sass/screen.scss */
  .home .news-pod .first-article h4 a:visited {
    color: #698995; }
  /* line 2593, ../sass/screen.scss */
  .home .news-pod .first-article > * {
    float: left;
    display: inline;
    padding-left: 54% !important; }
  /* line 2599, ../sass/screen.scss */
  .home .news-pod .first-article > .button {
    left: 54% !important; }
  /* line 2601, ../sass/screen.scss */
  .home .news-pod .first-article > img {
    float: none;
    width: 50%;
    position: absolute;
    padding: 0 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
    max-width: 163px;
    max-height: 163px; }

/* line 2614, ../sass/screen.scss */
.home .news-pod .article p.date {
  clear: left; }

/* line 2615, ../sass/screen.scss */
.home .news-pod > h3 + .first-article, .home .news-pod > h3 + .first-article + .first-article {
  width: 48%;
  height: 45%; }
  /* line 2618, ../sass/screen.scss */
  .home .news-pod > h3 + .first-article > *, .home .news-pod > h3 + .first-article + .first-article > * {
    padding-left: 0 !important;
    clear: both;
    width: 100%; }

/* line 2625, ../sass/screen.scss */
.home .unit.custom > img, .home .unit.custom > img + div {
  float: left;
  display: inline;
  width: 59%;
  margin-right: 1%; }

/* line 2631, ../sass/screen.scss */
.home .unit.custom > img + div {
  width: 39%; }
  /* line 2634, ../sass/screen.scss */
  .home .unit.custom > img + div h3 {
    font-size: 1.641em;
    line-height: 1em; }
  /* line 2635, ../sass/screen.scss */
  .home .unit.custom > img + div h3 + p {
    height: 77px;
    overflow: hidden; }

/* line 282, ../sass/_grid.scss */
/* line 2639, ../sass/screen.scss */
.news-pod .button:hover, .news-pod .home .unit .button:hover, .home .unit .news-pod .button:hover {
  background: #fec825; }

@media screen and (max-width: 50em) {
  /* line 280, ../sass/_grid.scss */
  /* line 2643, ../sass/screen.scss */
  .news-pod .button, .news-pod .home .unit .button, .home .unit .news-pod .button {
    display: none !important; } }
@media screen and (max-width: 35em) {
  /* line 280, ../sass/_grid.scss */
  /* line 2647, ../sass/screen.scss */
  .news-pod .button, .news-pod .home .unit .button, .home .unit .news-pod .button {
    display: block !important; } }
/* line 2650, ../sass/screen.scss */
.news-pod .article:hover .button, .news-pod .article:hover .home .unit .button, .home .unit .news-pod .article:hover .button {
  background: #53c4ea; }

/* line 302, ../sass/_grid.scss */
/* line 2654, ../sass/screen.scss */
.map-pod {
  height: auto; }

/* line 305, ../sass/_grid.scss */
/* line 2657, ../sass/screen.scss */
.map-pod p {
  width: 40%;
  padding-left: 2%;
  float: left;
  font-size: 12px !important;
  line-height: 12px; }

@media screen and (max-width: 50em) {
  /* line 305, ../sass/_grid.scss */
  /* line 2665, ../sass/screen.scss */
  .map-pod p {
    font-size: 16px;
    line-height: 16px; } }
@media screen and (max-width: 35em) {
  /* line 305, ../sass/_grid.scss */
  /* line 2670, ../sass/screen.scss */
  .map-pod p {
    width: 100%;
    float: none; } }
/* line 321, ../sass/_grid.scss */
/* line 2674, ../sass/screen.scss */
.map-pod span.important {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase; }

@media screen and (max-width: 50em) {
  /* line 321, ../sass/_grid.scss */
  /* line 2681, ../sass/screen.scss */
  .map-pod span.important {
    font-size: 36px;
    line-height: 36px; } }
/* line 331, ../sass/_grid.scss */
/* line 2685, ../sass/screen.scss */
.map-pod img {
  width: 58%;
  height: auto;
  float: left; }

@media screen and (max-width: 50em) {
  /* line 331, ../sass/_grid.scss */
  /* line 2691, ../sass/screen.scss */
  .map-pod img {
    display: none; } }
/* line 339, ../sass/_grid.scss */
/* line 2694, ../sass/screen.scss */
.map-pod .narrow-img {
  padding-left: 4%; }

@media screen and (max-width: 50em) {
  /* line 339, ../sass/_grid.scss */
  /* line 2698, ../sass/screen.scss */
  .map-pod .narrow-img {
    padding: 0; } }
/* line 345, ../sass/_grid.scss */
/* line 2701, ../sass/screen.scss */
.map-pod .button, .map-pod .home .unit .button, .home .unit .map-pod .button {
  width: 122px !important; }

/* line 349, ../sass/_grid.scss */
/* line 2705, ../sass/screen.scss */
.video-pod {
  text-align: center; }

/* line 351, ../sass/_grid.scss */
/* line 2708, ../sass/screen.scss */
.video-pod .play-button {
  background: url(../img/play.png);
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 30px auto 5px auto; }

/* line 359, ../sass/_grid.scss */
/* line 2715, ../sass/screen.scss */
.video-pod p {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 4px; }

/* line 366, ../sass/_grid.scss */
/* line 2721, ../sass/screen.scss */
.video-pod .icon-right-arrow {
  font-size: 70px;
  line-height: 94px; }

/* line 370, ../sass/_grid.scss */
/* line 2725, ../sass/screen.scss */
.video-pod .important {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px; }

/* line 375, ../sass/_grid.scss */
/* line 2730, ../sass/screen.scss */
.video-pod .small {
  font-size: 10px;
  line-height: 10px; }

/* line 2735, ../sass/screen.scss */
.home .unit.twitter-pod {
  background-color: #1f9deb;
  color: #ffffff; }

/* line 2740, ../sass/screen.scss */
.home .unit.twitter-pod a {
  color: #ffffff; }

/* line 2745, ../sass/screen.scss */
.twitter-pod .twitter-logo {
  background: url(../img/Twitter-Pod-Logo.jpg) no-repeat;
  width: 32px;
  height: 28px;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 2753, ../sass/screen.scss */
.twitter-pod .handle {
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  position: relative;
  bottom: 13px;
  left: 6px; }

/* line 2762, ../sass/screen.scss */
.twitter-pod a.handle {
  color: #698995; }

/* line 2765, ../sass/screen.scss */
.twitter-pod .button.small {
  padding: 5px 3px;
  width: 75px !important;
  text-align: center; }

/* line 2770, ../sass/screen.scss */
.twitter-pod a.button.small {
  font-size: 9px; }

/* line 398, ../sass/_grid.scss */
/* line 2775, ../sass/screen.scss */
.twitter-pod .button, .twitter-pod .home .unit .button, .home .unit .twitter-pod .button {
  top: 24px !important;
  bottom: inherit !important;
  width: 65px !important; }

/* line 2780, ../sass/screen.scss */
.twitter-pod .button p {
  font-size: 9px; }

/* line 2784, ../sass/screen.scss */
.twitter-pod p.tweet-date {
  font-size: 9px; }

/* line 2787, ../sass/screen.scss */
.twitter-pod p.tweet {
  padding-top: 10px;
  font-size: 11px; }

/* line 2791, ../sass/screen.scss */
.twitter-pod p.reply {
  font-weight: bold;
  text-decoration: underline; }

/* ADDITIONAL PAGE STYLES */
/* line 4, ../sass/_page.scss */
/* line 2797, ../sass/screen.scss */
.page .header {
  padding-bottom: 30px;
  background: #53c4ea; }

@media only screen and (max-width: 50em) {
  /* line 4, ../sass/_page.scss */
  /* line 2802, ../sass/screen.scss */
  .page .header {
    padding: 0; } }
/* line 11, ../sass/_page.scss */
/* line 2805, ../sass/screen.scss */
.page .breadcrumb-nav {
  padding: 15px 0; }
  @media screen and (max-width: 35em) {
    /* line 2805, ../sass/screen.scss */
    .page .breadcrumb-nav {
      padding: 0 15px; } }

/* line 13, ../sass/_page.scss */
/* line 2810, ../sass/screen.scss */
.page .breadcrumb-nav p {
  font-size: 10px;
  position: relative;
  left: -5px; }

/* line 17, ../sass/_page.scss */
/* line 2815, ../sass/screen.scss */
.page .breadcrumb-nav p a {
  text-decoration: none;
  color: #b9d1dc;
  padding: 5px; }

/* line 21, ../sass/_page.scss */
/* line 2820, ../sass/screen.scss */
.page .breadcrumb-nav p a:hover {
  color: #698995; }

/* line 25, ../sass/_page.scss */
/* line 2823, ../sass/screen.scss */
.page .breadcrumb-nav p a.current-breadcrumb {
  color: #698995;
  font-weight: bold; }

/* line 2827, ../sass/screen.scss */
.page h1, .page h2, .page h3, .page h4, .page h5, .page a {
  color: #698995; }

@media screen and (max-width: 35em) {
  /* line 2833, ../sass/screen.scss */
  .newsItemDetail h1 {
    margin-top: 0; } }
@media screen and (max-width: 35em) {
  /* line 2836, ../sass/screen.scss */
  .newsItemDetail img {
    height: auto !important; } }

/* line 2841, ../sass/screen.scss */
.main-article p a, .main-article a {
  font-weight: bold;
  text-decoration: underline; }

/* line 2847, ../sass/screen.scss */
.main-article a.button {
  background: #698995;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  behavior: url(pie/PIE.htc);
  font-size: 1em;
  min-width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: 'BentonSans Bold', sans-serif;
  font-weight: bold;
  padding: 0 3%;
  display: inline-block;
  text-decoration: none; }

/* line 2872, ../sass/screen.scss */
.main-article .imagegallery table {
  margin: 0 auto; }

/* line 2877, ../sass/screen.scss */
.page a:hover {
  color: #53c4ea;
  text-decoration: none; }

/* line 2882, ../sass/screen.scss */
.page .secondary-nav h3 {
  font-size: 20px; }

/* line 2887, ../sass/screen.scss */
.page h4 {
  font-size: 18px; }

/* line 2891, ../sass/screen.scss */
.page h3 {
  font-size: 20px; }

/* line 2895, ../sass/screen.scss */
.page h2 {
  font-size: 23px; }

/* line 2899, ../sass/screen.scss */
.page h1 {
  font-size: 26px; }

/* line 2903, ../sass/screen.scss */
.page h2, .page h3, .page h4 {
  line-height: 24px;
  padding: 0;
  margin: 0 0 10px;
  font-family: 'BentonSans Bold', 'Arial Black', 'Arial Bold', sans-serif; }

/* line 2910, ../sass/screen.scss */
.search .search-results {
  margin-top: 50px; }

/* line 2915, ../sass/screen.scss */
.see-all {
  font-weight: bold;
  position: relative;
  bottom: 35px;
  text-align: right; }
  @media screen and (max-width: 35em) {
    /* line 2915, ../sass/screen.scss */
    .see-all {
      margin-right: 15px; } }

/* line 40, ../sass/_page.scss */
/* line 2927, ../sass/screen.scss */
.page p, .page {
  color: #698995;
  font-size: 12px; }

/* line 44, ../sass/_page.scss */
/* line 2931, ../sass/screen.scss */
.page .main-footer {
  padding-top: 60px; }

/* line 48, ../sass/_page.scss */
/* line 2934, ../sass/screen.scss */
.page .secondary-nav p.dropdown {
  margin: 0;
  font-size: 12px;
  padding: 6px 0;
  position: relative;
  cursor: pointer; }

/* line 55, ../sass/_page.scss */
/* line 2941, ../sass/screen.scss */
.page .secondary-nav p.dropdown:hover {
  color: #2f92b2; }

/* line 58, ../sass/_page.scss */
/* line 2944, ../sass/screen.scss */
.page .secondary-nav p.dropdown:focus {
  outline: none; }

/* line 62, ../sass/_page.scss */
/* line 2947, ../sass/screen.scss */
.page .secondary-nav p.ui-state-default:after {
  content: '\e005';
  font-family: 'icomoon';
  position: absolute;
  right: 5px;
  top: 6px;
  height: 10px;
  width: 10px;
  z-index: 3;
  font-size: 8px; }

@media only screen and (max-width: 35em) {
  /* line 62, ../sass/_page.scss */
  /* line 2959, ../sass/screen.scss */
  .page .secondary-nav p.ui-state-default:after {
    position: relative;
    top: -3px;
    padding-left: 20px; } }
/* line 79, ../sass/_page.scss */
/* line 2964, ../sass/screen.scss */
.page .secondary-nav p.ui-state-active:after {
  content: '\e001';
  font-family: 'icomoon';
  position: absolute;
  right: 5px;
  top: 6px;
  height: 10px;
  width: 10px;
  z-index: 3; }

@media screen and (max-width: 50em) {
  /* line 238, ../sass/_grid.scss */
  /* line 2976, ../sass/screen.scss */
  .news-pod .article {
    width: 100%;
    margin-bottom: 10px; } }
@media screen and (max-width: 35em) {
  /* line 2980, ../sass/screen.scss */
  .home .unit {
    display: inline-block; }

  /* line 2984, ../sass/screen.scss */
  .home .unit.custom > img + div {
    width: 100%; }

  /* line 2988, ../sass/screen.scss */
  .home .unit.custom > img + div h3 + p {
    height: auto; }

  /* line 2992, ../sass/screen.scss */
  .home .unit .twitterfollow {
    position: absolute;
    top: 20px;
    left: 210px; }

  /* line 2998, ../sass/screen.scss */
  .news-pod .article {
    margin-bottom: 4px;
    float: none;
    display: inline-block; }

  /* line 3003, ../sass/screen.scss */
  .news-pod .article {
    margin-bottom: 54px; }

  /* line 3007, ../sass/screen.scss */
  .home .news-pod > h3 + .first-article, .home .news-pod > h3 + .first-article + .first-article {
    width: 100%; } }
@media only screen and (max-width: 35em) {
  /* line 3014, ../sass/screen.scss */
  .page .secondary-nav p.ui-state-active:after {
    position: relative;
    top: -3px;
    padding-left: 20px; } }
/* line 94, ../sass/_page.scss */
/* line 3019, ../sass/screen.scss */
.page .secondary-nav .ui-accordion-content {
  background: #ecf3f6; }

/* line 96, ../sass/_page.scss */
/* line 3022, ../sass/screen.scss */
.page .secondary-nav .ui-accordion-content ul {
  margin: 0;
  padding: 0; }

/* line 99, ../sass/_page.scss */
/* line 3026, ../sass/screen.scss */
.page .secondary-nav .ui-accordion-content ul a {
  padding: 5px; }

/* line 103, ../sass/_page.scss */
/* line 3029, ../sass/screen.scss */
.page .secondary-nav .ui-accordion-content ul a:hover {
  background: #698995;
  color: white; }

/* line 110, ../sass/_page.scss */
/* line 3033, ../sass/screen.scss */
.page .secondary-nav .ui-accordion-header-active {
  background: #ecf3f6;
  padding: 6px 5px !important;
  font-weight: bold; }

/* line 115, ../sass/_page.scss */
/* line 3038, ../sass/screen.scss */
.page .secondary-nav a {
  display: block;
  font-size: 12px;
  color: #698995;
  text-decoration: none;
  padding: 5px 0; }

/* line 3044, ../sass/screen.scss */
.page .secondary-nav h3 a {
  font-size: 20px;
  padding: 0;
  font-family: "Arial Black", Arial; }

/* line 122, ../sass/_page.scss */
/* line 3051, ../sass/screen.scss */
.page .secondary-nav a:hover {
  color: #2f92b2; }

/* line 126, ../sass/_page.scss */
/* line 3054, ../sass/screen.scss */
.page .secondary-nav ul {
  list-style: none;
  padding: 5px 0 0 0; }

/* line 129, ../sass/_page.scss */
/* line 3058, ../sass/screen.scss */
.page .secondary-nav ul li {
  font-size: 12px;
  padding: 0px 0;
  color: #698995; }

/* line 134, ../sass/_page.scss */
/* line 3063, ../sass/screen.scss */
.page .secondary-nav ul li a {
  font-size: 12px;
  display: block;
  padding: 5px 0;
  color: #698995;
  text-decoration: none; }

/* line 140, ../sass/_page.scss */
/* line 3070, ../sass/screen.scss */
.page .secondary-nav ul li a:hover {
  color: #2f92b2;
  text-decoration: underline; }

/* line 3075, ../sass/screen.scss */
.page .secondary-nav ul li ul {
  list-style: none;
  padding: 0 0 5px 10px;
  margin: 0; }

/* line 3081, ../sass/screen.scss */
.page .secondary-nav ul li ul li ul li a {
  margin: 0;
  padding: 0; }

/* line 3088, ../sass/screen.scss */
.page .secondary-article a img {
  max-width: 157px; }

/* line 147, ../sass/_page.scss */
/* line 3094, ../sass/screen.scss */
.page .article {
  position: relative; }

/* line 3098, ../sass/screen.scss */
.page .article, .page .secondary-article {
  padding: 10px; }

/* line 150, ../sass/_page.scss */
/* line 3101, ../sass/screen.scss */
.page .article .thumbnail, .page .secondary-article .thumbnail {
  float: left;
  width: 100px;
  margin-right: 2%; }

/* line 3105, ../sass/screen.scss */
.search-results .article .thumbnail {
  width: 91px; }

@media only screen and (max-width: 35em) {
  /* line 150, ../sass/_page.scss */
  /* line 3110, ../sass/screen.scss */
  .page .article .thumbnail, .page .secondary-article .thumbnail {
    display: none; } }
/* line 158, ../sass/_page.scss */
/* line 3113, ../sass/screen.scss */
.page .article .exerpt, .page .secondary-article .exerpt {
  width: 63%;
  float: left; }

/* line 3116, ../sass/screen.scss */
.page .article.noimage .exerpt, .page .secondary-article.noimage .exerpt {
  width: 80%; }

@media only screen and (max-width: 50em) {
  /* line 158, ../sass/_page.scss */
  /* line 3121, ../sass/screen.scss */
  .page .article .exerpt, .page .secondary-article .exerpt {
    width: 61%; }

  /* line 3123, ../sass/screen.scss */
  .page .article .more {
    display: none; } }
@media only screen and (max-width: 35em) {
  /* line 158, ../sass/_page.scss */
  /* line 3131, ../sass/screen.scss */
  .page .main-article {
    padding: 10px; }

  /* line 3135, ../sass/screen.scss */
  .page .article .exerpt, .page .secondary-article .exerpt {
    width: 100%; }

  /* line 3137, ../sass/screen.scss */
  .page .article.noimage .exerpt {
    width: 88%; } }
/* line 164, ../sass/_page.scss */
/* line 3142, ../sass/screen.scss */
.page .article .exerpt p, .page .secondary-article .exerpt p {
  margin: 5px 0 0 0; }

/* line 167, ../sass/_page.scss */
/* line 3145, ../sass/screen.scss */
.page .article .exerpt h4, .page .secondary-article .exerpt h4 {
  margin: 0; }

/* line 170, ../sass/_page.scss */
/* line 3148, ../sass/screen.scss */
.page .article .exerpt p.date, .page .secondary-article .exerpt p.date {
  margin: 0;
  font-size: 9px; }

/* line 175, ../sass/_page.scss */
/* line 3152, ../sass/screen.scss */
.page .article .more {
  min-width: 85px;
  width: 10%;
  float: right;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 10px; }

/* line 3161, ../sass/screen.scss */
.page .secondary-article .more {
  width: 100%;
  display: block;
  text-align: center; }

/* line 3166, ../sass/screen.scss */
.page .secondary-article .more a {
  width: 100%; }

/* line 180, ../sass/_page.scss */
/* line 3170, ../sass/screen.scss */
.page .article .more .more-button, .page .secondary-article .more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: #698995;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  behavior: url(pie/PIE.htc); }

/* line 3184, ../sass/screen.scss */
.page .article .more .more-button {
  padding: 5px; }

/* line 3188, ../sass/screen.scss */
.page .secondary-article .more {
  margin-top: 10px; }

/* line 3192, ../sass/screen.scss */
.page .secondary-article .more a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 5%;
  text-decoration: none;
  display: block;
  behavior: url(pie/PIE.htc); }

@media only screen and (max-width: 35em) {
  /* line 180, ../sass/_page.scss */
  /* line 3205, ../sass/screen.scss */
  .page .article .more .more-button, .page .secondary-article .more .more-button {
    font-size: 10px; } }
/* line 197, ../sass/_page.scss */
/* line 3208, ../sass/screen.scss */
.page .article .more .more-button:hover, .page .secondary-article .more:hover {
  background: #53c4ea; }

/* line 204, ../sass/_page.scss */
/* line 3211, ../sass/screen.scss */
.page .posts {
  margin-bottom: 40px; }

@media only screen and (max-width: 35em) {
  /* line 207, ../sass/_page.scss */
  /* line 3215, ../sass/screen.scss */
  .page .three-col-page.grid, .page .two-col-page.grid {
    margin: 0; } }
@media only screen and (max-width: 50em) {
  /* line 211, ../sass/_page.scss */
  /* line 3219, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-nav, .page .two-col-page.grid .one-of-five.secondary-nav {
    width: 17.0%; } }
@media only screen and (max-width: 35em) {
  /* line 211, ../sass/_page.scss */
  /* line 3223, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-nav, .page .two-col-page.grid .one-of-five.secondary-nav {
    width: 97%;
    margin-left: 3%;
    margin-top: 10px; } }
@media only screen and (max-width: 50em) {
  /* line 219, ../sass/_page.scss */
  /* line 3227, ../sass/screen.scss */
  .page .three-col-page.grid .three-of-five.main-content, .page .two-col-page.grid .three-of-five.main-content {
    width: 77.0%; } }
@media only screen and (max-width: 35em) {
  /* line 219, ../sass/_page.scss */
  /* line 3231, ../sass/screen.scss */
  .page .three-col-page.grid .three-of-five.main-content, .page .two-col-page.grid .three-of-five.main-content {
    width: 100%; } }
/* line 228, ../sass/_page.scss */
/* line 3234, ../sass/screen.scss */
.page .three-col-page.grid .one-of-five.secondary-content h3, .page .two-col-page.grid .one-of-five.secondary-content h3 {
  padding: 0; }

@media only screen and (max-width: 50em) {
  /* line 228, ../sass/_page.scss */
  /* line 3238, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content h3, .page .two-col-page.grid .one-of-five.secondary-content h3 {
    margin: 10px; } }
/* line 234, ../sass/_page.scss */
/* line 3241, ../sass/screen.scss */
.page .three-col-page.grid .one-of-five.secondary-content h4, .page .two-col-page.grid .one-of-five.secondary-content h4 {
  font-size: 16px;
  line-height: 20px; }

@media screen and (max-width: 35em) {
  /* line 3246, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content > h4 {
    margin: 10px 10px 0; } }

/* line 238, ../sass/_page.scss */
/* line 3251, ../sass/screen.scss */
.page .three-col-page.grid .one-of-five.secondary-content .article, .page .three-col-page.grid .one-of-five.secondary-content .secondary-article, .page .two-col-page.grid .one-of-five.secondary-content .article, .page .two-col-page.grid .one-of-five.secondary-content .secondary-article {
  padding: 0; }

@media only screen and (max-width: 50em) {
  /* line 238, ../sass/_page.scss */
  /* line 3255, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .article, .page .three-col-page.grid .one-of-five.secondary-content .secondary-article, .page .two-col-page.grid .one-of-five.secondary-content .article, .page .two-col-page.grid .one-of-five.secondary-content .secondary-article {
    padding: 10px; } }
/* line 244, ../sass/_page.scss */
/* line 3258, ../sass/screen.scss */
.page .three-col-page.grid .one-of-five.secondary-content .secondary-article, .page .two-col-page.grid .one-of-five.secondary-content .secondary-article {
  margin-bottom: 30px; }

@media only screen and (max-width: 50em) {
  /* line 244, ../sass/_page.scss */
  /* line 3262, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .secondary-article, .page .two-col-page.grid .one-of-five.secondary-content .secondary-article {
    margin-bottom: 0; } }
/* line 251, ../sass/_page.scss */
/* line 3265, ../sass/screen.scss */
.page .three-col-page.grid .one-of-five.secondary-content .thumbnail, .page .two-col-page.grid .one-of-five.secondary-content .thumbnail {
  width: 100%;
  border: 15px solid white !important; }

@media only screen and (max-width: 50em) {
  /* line 251, ../sass/_page.scss */
  /* line 3272, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .thumbnail, .page .two-col-page.grid .one-of-five.secondary-content .thumbnail {
    width: 18%; } }
@media only screen and (max-width: 35em) {
  /* line 251, ../sass/_page.scss */
  /* line 3276, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .thumbnail, .page .two-col-page.grid .one-of-five.secondary-content .thumbnail {
    display: none; } }
/* line 260, ../sass/_page.scss */
/* line 3279, ../sass/screen.scss */
.page .three-col-page.grid .one-of-five.secondary-content .exerpt, .page .two-col-page.grid .one-of-five.secondary-content .exerpt {
  width: 100%;
  margin: 10px 0; }

@media only screen and (max-width: 50em) {
  /* line 260, ../sass/_page.scss */
  /* line 3284, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .exerpt, .page .two-col-page.grid .one-of-five.secondary-content .exerpt {
    width: 97%;
    margin: 0; } }
@media only screen and (max-width: 35em) {
  /* line 260, ../sass/_page.scss */
  /* line 3289, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .exerpt, .page .two-col-page.grid .one-of-five.secondary-content .exerpt {
    width: 100%;
    margin: 0; } }
@media only screen and (max-width: 35em) {
  /* line 277, ../sass/_page.scss */
  /* line 3294, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .more .more-button, .page .two-col-page.grid .one-of-five.secondary-content .more .more-button {
    font-size: 8px; } }
@media only screen and (max-width: 50em) {
  /* line 272, ../sass/_page.scss */
  /* line 3298, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content .more, .page .two-col-page.grid .one-of-five.secondary-content .more {
    width: 20%;
    float: right;
    text-align: center; } }
@media only screen and (max-width: 50em) {
  /* line 227, ../sass/_page.scss */
  /* line 3302, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content, .page .two-col-page.grid .one-of-five.secondary-content {
    width: 100%;
    background: #ecf3f6; } }
@media only screen and (max-width: 35em) {
  /* line 227, ../sass/_page.scss */
  /* line 3307, ../sass/screen.scss */
  .page .three-col-page.grid .one-of-five.secondary-content, .page .two-col-page.grid .one-of-five.secondary-content {
    width: 100%;
    margin: 0; } }
/* line 307, ../sass/_page.scss */
/* line 3311, ../sass/screen.scss */
.page .search-header .search-term {
  color: black;
  font-size: 22px;
  float: left; }

@media only screen and (max-width: 50em) {
  /* line 307, ../sass/_page.scss */
  /* line 3317, ../sass/screen.scss */
  .page .search-header .search-term {
    float: none; } }
@media only screen and (max-width: 35em) {
  /* line 307, ../sass/_page.scss */
  /* line 3321, ../sass/screen.scss */
  .page .search-header .search-term {
    font-size: 16px; } }
/* line 317, ../sass/_page.scss */
/* line 3324, ../sass/screen.scss */
.page .search-header .search-term span {
  font-size: 12px;
  color: #698995; }

/* line 322, ../sass/_page.scss */
/* line 3328, ../sass/screen.scss */
.page .search-header #secondary-search-input {
  float: right;
  margin-top: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  behavior: url(pie/PIE.htc);
  border: 2px solid #698995;
  height: 30px;
  color: #bfbfbf;
  font-size: 12px;
  padding-left: 5px;
  width: 150px;
  -webkit-appearance: none; }

/* line 335, ../sass/_page.scss */
/* line 3345, ../sass/screen.scss */
.page .search-header #secondary-search-input:focus {
  outline: none;
  color: #53c4ea;
  font-size: 14px;
  width: 200px; }

@media only screen and (max-width: 50em) {
  /* line 335, ../sass/_page.scss */
  /* line 3352, ../sass/screen.scss */
  .page .search-header #secondary-search-input:focus {
    width: 80%; } }
@media only screen and (max-width: 50em) {
  /* line 322, ../sass/_page.scss */
  /* line 3356, ../sass/screen.scss */
  .page .search-header #secondary-search-input {
    float: none;
    display: block;
    width: 20em;
    margin-bottom: 15px; } }
/* line 355, ../sass/_page.scss */
/* line 3362, ../sass/screen.scss */
.page .two-col-page.grid .article a.more-button {
  top: 45px; }

@media only screen and (max-width: 50em) {
  /* line 353, ../sass/_page.scss */
  /* line 3366, ../sass/screen.scss */
  .page .two-col-page.grid {
    margin: 0; } }
@media only screen and (max-width: 50em) {
  /* line 362, ../sass/_page.scss */
  /* line 3370, ../sass/screen.scss */
  .page .two-col-page.grid .four-of-five {
    width: 100%;
    margin: 0; } }
@media only screen and (max-width: 50em) {
  /* line 368, ../sass/_page.scss */
  /* line 3375, ../sass/screen.scss */
  .page .two-col-page.grid .one-of-five {
    width: 100% !important;
    margin: 0 !important; } }
/* line 376, ../sass/_page.scss */
/* line 3380, ../sass/screen.scss */
.thumbnail {
  border: 10px solid white;
  background-color: #fff;
  /* layer fill content + color overlay */
  -moz-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.17);
  /* drop shadow */
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.17);
  /* drop shadow */
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.17);
  /* drop shadow */
  behavior: url(pie/PIE.htc); }

@media only screen and (max-width: 50em) {
  /* line 376, ../sass/_page.scss */
  /* line 3389, ../sass/screen.scss */
  .thumbnail {
    width: 18%;
    border: none;
    box-shadow: none; } }
/* line 386, ../sass/_page.scss */
/* line 3395, ../sass/screen.scss */
.three-col-page .main-content .thumbnail {
  border: 5px solid white; }

@media only screen and (max-width: 50em) {
  /* line 386, ../sass/_page.scss */
  /* line 3399, ../sass/screen.scss */
  .three-col-page .main-content .thumbnail {
    border: none; } }
/* FOOTER */
/* line 3403, ../sass/screen.scss */
.main-footer {
  background-color: #38454b;
  padding: 30px 0;
  min-height: 232px; }
  /* line 3409, ../sass/screen.scss */
  .main-footer .social-footer {
    width: 15%; }

/* line 3414, ../sass/screen.scss */
.main-footer a, .main-footer, .main-footer p {
  color: #ffffff;
  font-family: 'Benton Sans Medium'; }

@media screen and (max-width: 50em) {
  /* line 3420, ../sass/screen.scss */
  .main-footer .one-of-five, .main-footer .two-of-five, .main-footer .tandc {
    width: 100%;
    margin: 0;
    padding: 5px 20px; } }
/* line 3424, ../sass/screen.scss */
.main-footer .grid {
  padding-bottom: 0; }

/* line 3426, ../sass/screen.scss */
.main-footer a {
  text-decoration: none; }

/* line 3428, ../sass/screen.scss */
.main-footer a:hover {
  color: #2f92b2; }

/* line 3430, ../sass/screen.scss */
.main-footer .social-footer a {
  font-family: 'icomoon';
  font-size: 24px;
  margin-right: 5px; }

@media screen and (max-width: 50em) {
  /* line 28, ../sass/_footer.scss */
  /* line 3437, ../sass/screen.scss */
  .main-footer .social-footer {
    text-align: center; } }
/* line 40, ../sass/_footer.scss */
/* line 3440, ../sass/screen.scss */
.main-footer .nav-footer a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  margin: 4px 0; }

/* line 48, ../sass/_footer.scss */
/* line 3446, ../sass/screen.scss */
.main-footer .tandc span.mobile-break {
  display: none; }

@media screen and (max-width: 50em) {
  /* line 48, ../sass/_footer.scss */
  /* line 3450, ../sass/screen.scss */
  .main-footer .tandc span.mobile-break {
    display: inline; } }
/* line 3453, ../sass/screen.scss */
.main-footer .tandc span.space {
  padding-right: 5px; }

/* line 3455, ../sass/screen.scss */
.main-footer .unit {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  padding-right: 1%; }

/* line 3462, ../sass/screen.scss */
.main-footer .tandc p {
  font-size: 10px;
  line-height: 12px; }

/* line 3465, ../sass/screen.scss */
.main-footer .tandc img {
  width: 50px;
  height: auto;
  float: right; }

@media screen and (max-width: 50em) {
  /* line 47, ../sass/_footer.scss */
  /* line 3472, ../sass/screen.scss */
  .main-footer .tandc {
    padding-bottom: 20px; } }
/* IE */
/* line 5, ../sass/_ie.scss */
/* line 3477, ../sass/screen.scss */
.lt-ie9 .home .unit:after, .lt-ie9 #sidebar:after {
  content: '';
  height: 0px;
  width: 0px;
  background: white;
  bottom: -10px;
  right: 20px;
  position: absolute;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0; }

/* line 15, ../sass/_ie.scss */
/* line 3489, ../sass/screen.scss */
.lt-ie9 .home.grid .unit {
  border: 1px solid #e6e6e6; }

/* line 19, ../sass/_ie.scss */
/* line 3492, ../sass/screen.scss */
.lt-ie9 .unit.highlight {
  border-radius: 10px !important;
  behavior: url(pie/PIE.htc);
  background: #eab106; }

/* line 3496, ../sass/screen.scss */
.IE7 .unit.highlight, .IE8 .unit.highlight {
  background: #eab106; }

/* line 24, ../sass/_ie.scss */
/* line 3498, ../sass/screen.scss */
.lt-ie9 .frame, .lt-ie9 .secondary-content .thumbnail, .lt-ie9 .thumbnail {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 28, ../sass/_ie.scss */
/* line 3504, ../sass/screen.scss */
.lt-ie9 .search-area.open-search .wrapper:after {
  content: '';
  display: none;
  width: 0px !important;
  height: 0px !important; }

/* line 35, ../sass/_ie.scss */
/* line 3510, ../sass/screen.scss */
.lt-ie9 #secondary-search-input {
  padding-top: 5px; }

/* line 39, ../sass/_ie.scss */
/* line 3513, ../sass/screen.scss */
.lt-ie9 .open-search input {
  padding-top: 10px; }

/* line 43, ../sass/_ie.scss */
/* line 3516, ../sass/screen.scss */
.lt-ie9 .one-of-four.single-image {
  padding: 40px !important; }

/* line 46, ../sass/_ie.scss */
/* line 3519, ../sass/screen.scss */
.lt-ie9 .content-w-img-right .narrow-img {
  max-height: 180px; }

/* line 49, ../sass/_ie.scss */
/* line 3522, ../sass/screen.scss */
.lt-ie9 .one-of-four.single-image img {
  max-height: 180px; }

/* line 52, ../sass/_ie.scss */
/* line 3525, ../sass/screen.scss */
.lt-ie9 .open-search .search-instructions {
  padding-top: 10px; }

/* line 55, ../sass/_ie.scss */
/* line 3528, ../sass/screen.scss */
.lt-ie9 .sub-nav {
  width: 186px; }

/* line 58, ../sass/_ie.scss */
/* line 3531, ../sass/screen.scss */
.lt-ie9 .sm-screen-search div.form input[type='submit'] {
  top: 0;
  right: 22px; }

/* line 66, ../sass/_ie.scss */
/* line 3536, ../sass/screen.scss */
.lt-ie8 .span-grid {
  width: 97%; }

/* line 69, ../sass/_ie.scss */
/* line 3539, ../sass/screen.scss */
.lt-ie8 .one-of-two {
  width: 40%; }

/* line 71, ../sass/_ie.scss */
/* line 3542, ../sass/screen.scss */
.lt-ie8 .one-of-three {
  width: 23.36%; }

/* line 72, ../sass/_ie.scss */
/* line 3545, ../sass/screen.scss */
.lt-ie8 .two-of-three {
  width: 56.666666666%; }

/* line 74, ../sass/_ie.scss */
/* line 3548, ../sass/screen.scss */
.lt-ie8 .one-of-four {
  width: 15.05%; }

/* line 75, ../sass/_ie.scss */
/* line 3551, ../sass/screen.scss */
.lt-ie8 .three-of-four {
  width: 63%; }

/* line 77, ../sass/_ie.scss */
/* line 3554, ../sass/screen.scss */
.lt-ie8 .one-of-five {
  width: 12.0%; }

/* line 78, ../sass/_ie.scss */
/* line 3557, ../sass/screen.scss */
.lt-ie8 .two-of-five {
  width: 30%; }

/* line 79, ../sass/_ie.scss */
/* line 3560, ../sass/screen.scss */
.lt-ie8 .three-of-five {
  width: 50%; }

/* line 80, ../sass/_ie.scss */
/* line 3563, ../sass/screen.scss */
.lt-ie8 .four-of-five {
  width: 70%; }

/* line 83, ../sass/_ie.scss */
/* line 3566, ../sass/screen.scss */
.lt-ie8 .home.grid {
  top: -150px; }

@media screen and (max-width: 50em) {
  /* line 83, ../sass/_ie.scss */
  /* line 3570, ../sass/screen.scss */
  .lt-ie8 .home.grid {
    top: -10px;
    max-width: none; } }
@media screen and (max-width: 35em) {
  /* line 83, ../sass/_ie.scss */
  /* line 3575, ../sass/screen.scss */
  .lt-ie8 .home.grid {
    margin-left: 0;
    max-width: none; } }
/* line 94, ../sass/_ie.scss */
/* line 3579, ../sass/screen.scss */
.lt-ie8 .grid {
  margin-left: -3%;
  position: relative; }

/* line 99, ../sass/_ie.scss */
/* line 3583, ../sass/screen.scss */
.lt-ie8 .main-footer .one-of-five {
  width: 16.0%; }

/* line 100, ../sass/_ie.scss */
/* line 3586, ../sass/screen.scss */
.lt-ie8 .main-footer .tow-of-five {
  width: 33%; }

/* line 102, ../sass/_ie.scss */
/* line 3589, ../sass/screen.scss */
.lt-ie8 .home .unit .button, .lt-ie8 .home .unit .button {
  height: 18px; }

/* line 105, ../sass/_ie.scss */
/* line 3592, ../sass/screen.scss */
.lt-ie8 .flex-control-nav {
  display: none; }

/* line 3598, ../sass/screen.scss */
.Registration h1 {
  font-size: 2.333em; }

/* line 3599, ../sass/screen.scss */
.Registration h2 {
  font-size: 1.44em; }

/* line 3600, ../sass/screen.scss */
.Registration .wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #698995;
  margin-bottom: 30px; }

/* line 3601, ../sass/screen.scss */
.Registration em {
  font-size: 0.916em;
  display: block; }

/* line 3602, ../sass/screen.scss */
.Registration .wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 3603, ../sass/screen.scss */
.Registration .wrapper > ul > li.clearfix {
  clear: both; }

/* line 3604, ../sass/screen.scss */
.Registration .wrapper > ul > li,
.Registration .wrapper > ul > li > *,
.Registration .wrapper > ul > li > div > * {
  float: left; }

/* line 3607, ../sass/screen.scss */
.Registration .wrapper > ul > li {
  margin-bottom: 8px; }

/* line 3608, ../sass/screen.scss */
.Registration .wrapper > ul > li label,
.Registration .wrapper > ul > li span {
  margin-top: 10px; }

/* line 3610, ../sass/screen.scss */
.Registration .wrapper > ul > li.multiline label {
  margin-top: 1px;
  line-height: 1.1em; }

/* line 3611, ../sass/screen.scss */
.Registration .wrapper > ul > li > div > .EditingFormControlNestedControl {
  width: 90%; }

/* line 3612, ../sass/screen.scss */
.Registration .wrapper > ul > li > div > .EditingFormControlNestedControl + span {
  margin-left: 5px;
  font-size: 1.5em; }

/* line 3613, ../sass/screen.scss */
.IE7 .Registration .wrapper > ul > li > div > .EditingFormControlNestedControl + span {
  margin-left: 7px; }

/* line 3614, ../sass/screen.scss */
.Registration .wrapper > ul > li > div > .EditingFormControlNestedControl.Error + span, .Registration .EditingFormErrorLabel {
  color: red; }

/* line 3615, ../sass/screen.scss */
.Registration .wrapper > ul > li input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 10px !important;
  behavior: url(pie/PIE.htc);
  border: 1px solid #698995; }

/* line 3616, ../sass/screen.scss */
.Registration .wrapper > ul > li textarea {
  width: 100%;
  height: 83px;
  line-height: 1.1em;
  border-radius: 10px !important;
  behavior: url(pie/PIE.htc);
  border: 1px solid #698995;
  resize: none;
  padding: 10px; }

/* line 3617, ../sass/screen.scss */
.IE7 .Registration .wrapper > ul > li textarea {
  width: 93%; }

@media screen and (max-width: 35em) {
  /* line 3619, ../sass/screen.scss */
  .Registration .EditingFormControlNestedControl > .CheckBoxListField {
    display: block; } }
/* line 3623, ../sass/screen.scss */
.Registration .EditingFormControlNestedControl > .CheckBoxListField tr > td {
  float: left;
  width: 50%;
  min-height: 44px; }
  /* line 3628, ../sass/screen.scss */
  .Registration .EditingFormControlNestedControl > .CheckBoxListField tr > td label {
    white-space: nowrap; }

/* line 3631, ../sass/screen.scss */
.Registration input[type='checkbox'] {
  display: none; }

/* line 3632, ../sass/screen.scss */
.Registration input[type='checkbox'] + label {
  background: url(../img/checkbox.png) no-repeat left bottom;
  height: 27px;
  line-height: 27px;
  padding-left: 30px;
  float: left;
  margin-right: 42px; }

/* line 3640, ../sass/screen.scss */
.Registration input[type='checkbox']:checked + label {
  background-position: left top; }

/* line 3641, ../sass/screen.scss */
.IE7 .Registration input[type='checkbox'],
.IE8 .Registration input[type='checkbox'] {
  display: inline; }

/* line 3643, ../sass/screen.scss */
.IE7 .Registration input[type='checkbox'] + label,
.IE8 .Registration input[type='checkbox'] + label {
  background: none;
  padding-left: 5px;
  float: none; }

/* line 3646, ../sass/screen.scss */
.Registration {
  /* Hover state */
  /* Active state */ }
  /* line 3647, ../sass/screen.scss */
  .Registration .one-of-five {
    width: 19%; }
  @media screen and (max-width: 35em) {
    /* line 3648, ../sass/screen.scss */
    .Registration .one-of-two {
      width: 100%; } }
  /* line 3654, ../sass/screen.scss */
  .Registration .EditingFormControlNestedControl > textarea {
    width: 100%;
    height: 83px;
    line-height: 1.1em;
    border-radius: 10px !important;
    behavior: url(pie/PIE.htc);
    border: 1px solid #698995;
    resize: none;
    padding: 10px; }
  /* line 3655, ../sass/screen.scss */
  .Registration select {
    display: none; }
  /* line 3656, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2 {
    /* Size and position */
    position: relative;
    /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    margin: 0;
    padding: 10px 15px;
    /* Styles */
    background: #fff;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    behavior: url(pie/PIE.htc);
    border: 1px solid #698995; }
  /* line 3676, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: grey transparent; }
  /* line 3689, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    /* Styles */
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
    padding: 0;
    margin: 1px 0 0;
    border: 1px solid #698995;
    border-top: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(pie/PIE.htc);
    overflow: hidden; }
  /* line 3721, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    border-left: 5px solid #FFF;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  /* line 3734, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle; }
  /* line 3742, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2 .dropdown li:hover a {
    color: #698995;
    border-color: #698995; }
  /* line 3749, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2.active:after {
    border-width: 0 6px 6px 6px; }
  /* line 3753, ../sass/screen.scss */
  .Registration .wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto; }

/* line 3758, ../sass/screen.scss */
.IE7 .Registration {
  /* No CSS3 support */ }
  /* line 3761, ../sass/screen.scss */
  .IE7 .Registration .wrapper-dropdown-2 .dropdown,
  .IE7 .Registration .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */ }
  /* line 3768, ../sass/screen.scss */
  .IE7 .Registration .wrapper-dropdown-2.active .dropdown,
  .IE7 .Registration .wrapper-dropdown-2.active .dropdown {
    display: block; }

/* line 3773, ../sass/screen.scss */
.IE8 .Registration {
  /* No CSS3 support */ }
  /* line 3776, ../sass/screen.scss */
  .IE8 .Registration .wrapper-dropdown-2 .dropdown,
  .IE8 .Registration .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1;
    /* If opacity support but no pointer-events support */
    pointer-events: auto;
    /* If pointer-events support but no pointer-events support */ }
  /* line 3783, ../sass/screen.scss */
  .IE8 .Registration .wrapper-dropdown-2.active .dropdown,
  .IE8 .Registration .wrapper-dropdown-2.active .dropdown {
    display: block; }

/* line 3789, ../sass/screen.scss */
.EditingFormErrorLabel, .ErrorLabel {
  color: red; }

/* line 3794, ../sass/screen.scss */
.page-header {
  margin: 10px;
  border: 15px solid white !important;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15); }
  /* line 3802, ../sass/screen.scss */
  .page-header h1 {
    font-size: 38px;
    color: #50c2eb;
    margin: 0; }
  /* line 3808, ../sass/screen.scss */
  .page-header p {
    font-weight: bold;
    font-size: 14px; }
  /* line 3814, ../sass/screen.scss */
  .page-header img {
    width: 100%;
    height: auto;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 3825, ../sass/screen.scss */
.person-card {
  margin: 25px 10px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15); }
  /* line 3832, ../sass/screen.scss */
  .person-card h2 {
    font-size: 24px;
    font-weight: bold;
    color: #50c2eb; }
  /* line 3838, ../sass/screen.scss */
  .person-card h3 {
    font-weight: bold;
    font-size: 14px; }
  /* line 3843, ../sass/screen.scss */
  .person-card img {
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 3850, ../sass/screen.scss */
  .person-card .image {
    padding: 20px 25px;
    float: left;
    width: 30%;
    box-sizing: border-box;
    text-align: center; }
  /* line 3862, ../sass/screen.scss */
  .person-card .story {
    padding: 25px;
    box-sizing: border-box;
    width: 70%;
    float: right;
    padding-left: 0; }
  /* line 3870, ../sass/screen.scss */
  .person-card .cta {
    clear: both;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
    /* line 3879, ../sass/screen.scss */
    .person-card .cta img {
      margin-right: 15px; }
    /* line 3883, ../sass/screen.scss */
    .person-card .cta a {
      display: block;
      background-color: #50c2eb;
      width: 100%;
      height: 50px;
      line-height: 50px;
      color: #fff;
      text-decoration: none; }
      /* line 3892, ../sass/screen.scss */
      .person-card .cta a:hover {
        background-color: #00668a; }

@media (max-width: 767px) {
  /* line 3904, ../sass/screen.scss */
  .person-card .image {
    float: none;
    display: block;
    width: 100%; }
  /* line 3909, ../sass/screen.scss */
  .person-card .story {
    padding: 25px;
    float: none;
    display: block;
    width: 100%; } }
