/* 900px + 2em */
/* added - STM */
/* 1000px + 2em */
/* normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, ../sass/helpers/_normalize.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 32, ../sass/helpers/_normalize.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 43, ../sass/helpers/_normalize.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 53, ../sass/helpers/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/helpers/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 83, ../sass/helpers/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/helpers/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/helpers/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 112, ../sass/helpers/_normalize.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 126, ../sass/helpers/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/helpers/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/helpers/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/helpers/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/helpers/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/helpers/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/helpers/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 169, ../sass/helpers/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/helpers/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/helpers/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../sass/helpers/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../sass/helpers/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 210, ../sass/helpers/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 221, ../sass/helpers/_normalize.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 231, ../sass/helpers/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../sass/helpers/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 250, ../sass/helpers/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../sass/helpers/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 268, ../sass/helpers/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 294, ../sass/helpers/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../sass/helpers/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 308, ../sass/helpers/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 317, ../sass/helpers/_normalize.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 331, ../sass/helpers/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../sass/helpers/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../sass/helpers/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../sass/helpers/_normalize.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 401, ../sass/helpers/_normalize.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 414, ../sass/helpers/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, ../sass/helpers/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, ../sass/helpers/_normalize.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 454, ../sass/helpers/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 466, ../sass/helpers/_normalize.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 479, ../sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 492, ../sass/helpers/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 501, ../sass/helpers/_normalize.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 511, ../sass/helpers/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../sass/helpers/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 5, ../sass/helpers/_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 11, ../sass/helpers/_defaults.scss */
body {
  font-size: 16px;
  line-height: 1.4;
}

/*
 * 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 22, ../sass/helpers/_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 27, ../sass/helpers/_defaults.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 36, ../sass/helpers/_defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 53, ../sass/helpers/_defaults.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 61, ../sass/helpers/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 71, ../sass/helpers/_defaults.scss */
textarea {
  resize: vertical;
}

/* line 1, ../sass/helpers/_common.scss */
body * {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

/* line 17, ../sass/helpers/_common.scss */
body {
  color: #292929;
  font-size: 15px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

/* line 23, ../sass/helpers/_common.scss */
.container {
  min-width: 320px;
}

/* line 27, ../sass/helpers/_common.scss */
a {
  text-decoration: none;
  color: #00529b;
}

/* line 32, ../sass/helpers/_common.scss */
a:hover,
a:focus {
  text-decoration: underline;
}

/* line 34, ../sass/helpers/_common.scss */
input {
  background-color: white;
  padding: 0.5em;
}

/* line 39, ../sass/helpers/_common.scss */
button {
  border: 0;
}

/* line 45, ../sass/helpers/_common.scss */
input[type='text'],
input[type='password'],
input[type='search'] {
  word-break: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 51, ../sass/helpers/_common.scss */
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder {
  color: #292929;
}

/* line 58, ../sass/helpers/_common.scss */
input[type='text'],
textarea,
select {
  background-color: #fff;
  max-width: 100%;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

/* line 61, ../sass/helpers/_common.scss */
input[type='radio'],
input[type='checkbox'] {
  margin: 0 0.4em;
}

/* line 63, ../sass/helpers/_common.scss */
img {
  max-width: 100%;
}

/* line 68, ../sass/helpers/_common.scss */
table,
tbody,
tr,
td {
  border: 1px solid #000;
}

/* Removed outline:none for accessibility - stm */
/* line 71, ../sass/helpers/_common.scss */
a, object, input, a:active, a:focus, input:active, input:focus {
  /*outline: none;*/
}

/*
 .content img { padding: 0.5em; }
 .content img[align=left] { padding: 0.5em 0.5em 0.5em 0; float: left; }
 .content img[align=right] { padding: 0.5em 0 0.5em 0.5em; float: right; }
*/
/* line 81, ../sass/helpers/_common.scss */
ul, ol {
  color: #636363;
  margin: 0;
  padding: 0;
}
/* line 85, ../sass/helpers/_common.scss */
ul ul, ol ul {
  list-style-type: circle;
}
/* line 87, ../sass/helpers/_common.scss */
ul ul ul, ol ul ul {
  list-style-type: square;
}

/* line 93, ../sass/helpers/_common.scss */
p {
  color: #636363;
}
/* line 95, ../sass/helpers/_common.scss */
p img {
  margin: 0 1em 1em 0;
  float: left;
}
/* line 98, ../sass/helpers/_common.scss */
p img[align=left] {
  margin: 0 1em 1em 0;
  float: left;
}
/* line 102, ../sass/helpers/_common.scss */
p img[align=right] {
  margin: 0 0 1em 1em;
  float: right;
}

/* line 109, ../sass/helpers/_common.scss */
.desktop-break {
  display: none;
}
@media (min-width: 64em) {
  /* line 109, ../sass/helpers/_common.scss */
  .desktop-break {
    display: inline;
  }
}

/* line 117, ../sass/helpers/_common.scss */
.usermarkup ul, .content ul, .usermarkup ol, .content ol {
  margin: 1em;
  padding: 0 0 0 1em;
}
@media (min-width: 64em) {
  /* line 120, ../sass/helpers/_common.scss */
  .usermarkup ul li, .content ul li, .usermarkup ol li, .content ol li {
    font-size: 18px;
  }
}
/* line 127, ../sass/helpers/_common.scss */
.usermarkup ul ul, .content ul ul, .usermarkup ol ul, .content ol ul {
  list-style-type: circle;
}
/* line 129, ../sass/helpers/_common.scss */
.usermarkup ul ul ul, .content ul ul ul, .usermarkup ol ul ul, .content ol ul ul {
  list-style-type: square;
}
/* line 134, ../sass/helpers/_common.scss */
.usermarkup ul, .content ul {
  list-style: disc;
}
/* line 137, ../sass/helpers/_common.scss */
.usermarkup ol, .content ol {
  list-style: decimal;
}

/* line 142, ../sass/helpers/_common.scss */
.mobile-hidden {
  display: none;
}
@media (min-width: 48em) {
  /* line 142, ../sass/helpers/_common.scss */
  .mobile-hidden {
    display: block;
  }
}

@media (min-width: 48em) {
  /* line 149, ../sass/helpers/_common.scss */
  .desktop-hidden {
    display: none;
  }
}

/* line 155, ../sass/helpers/_common.scss */
.center-text {
  text-align: center;
}

/* line 159, ../sass/helpers/_common.scss */
.hidden-link {
  display: none;
}

/* line 163, ../sass/helpers/_common.scss */
.float-left {
  float: left;
}

/* line 167, ../sass/helpers/_common.scss */
.float-right {
  float: right;
}

/* line 171, ../sass/helpers/_common.scss */
.gray-background {
  background-color: #ebebeb;
}

/* line 175, ../sass/helpers/_common.scss */
.form-row {
  display: block;
}

/* Alignment classes added by Bill W. */
/* line 181, ../sass/helpers/_common.scss */
.left {
  text-align: left;
}

/* line 185, ../sass/helpers/_common.scss */
.center {
  text-align: center;
}

/* line 189, ../sass/helpers/_common.scss */
.right {
  text-align: right;
}

/* Added for Content area forms and fields - STM */
/* line 194, ../sass/helpers/_common.scss */
.content-form {
  margin: 0 5px;
}
/* line 196, ../sass/helpers/_common.scss */
.content-form input[type="text"], .content-form textarea, .content-form select {
  background-color: #efefef;
  border: 2px solid #818181;
  margin-bottom: 3px;
}

/* line 1, ../sass/layout/_mobile-header.scss */
.mobile-header {
  border-top: 5px solid white;
}
/* line 3, ../sass/layout/_mobile-header.scss */
.mobile-header .logo {
  display: inline-block;
  background: url(i/logo-mobile.png) no-repeat;
  width: 53px;
  height: 47px;
  vertical-align: middle;
  margin: 6px 4px 4px 16px;
}
/* line 10, ../sass/layout/_mobile-header.scss */
.home .mobile-header .logo {
  cursor: default;
}
/* line 14, ../sass/layout/_mobile-header.scss */
.mobile-header .title {
  color: #00529b;
  font-weight: bold;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
}
/* line 21, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button-container {
  float: right;
  width: 60px;
}
/* line 24, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button-container.active {
  background-color: #ebebeb;
}
/* line 26, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button-container.active .mobile-menu-icon {
  background-image: url(i/menu-active.png);
}
/* line 29, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button-container.active .mobile-menu-text {
  color: #b0b0b0;
}
/* line 34, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button {
  display: block;
  padding: 0 0.75em;
  margin: 0.5em 0;
  border-left: 1px solid #b0b0b0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 40, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button:hover {
  text-decoration: none;
}
/* line 43, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button .mobile-menu-icon {
  display: block;
  background-image: url(i/menu.png);
  width: 33px;
  height: 29px;
  margin: 0 auto;
}
/* line 50, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-button .mobile-menu-text {
  display: block;
  color: #00529b;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: -1px;
  margin-top: 2px;
}
/* line 62, ../sass/layout/_mobile-header.scss */
.mobile-header .mobile-menu-dropdown {
  display: none;
  margin: 0 0 0.75em;
}
/* line 66, ../sass/layout/_mobile-header.scss */
.mobile-header .search-form {
  padding: 1em;
  background-color: #292929;
}
/* line 69, ../sass/layout/_mobile-header.scss */
.mobile-header .search-form .search-button {
  top: 33%;
  right: 22px;
}
@media (min-width: 48em) {
  /* line 1, ../sass/layout/_mobile-header.scss */
  .mobile-header {
    display: none;
  }
}
/* line 77, ../sass/layout/_mobile-header.scss */
.mobile-header .logo-position {
  /* added - STM */
  display: inline-block;
  background: url(i/logo-mobile.png) no-repeat;
  width: 53px;
  height: 50px;
  vertical-align: middle;
  margin: 6px 4px 4px 16px;
}
/* line 85, ../sass/layout/_mobile-header.scss */
.home .mobile-header .logo-position a {
  cursor: default;
}

/* line 1, ../sass/layout/_desktop-header.scss */
.desktop-header {
  display: none;
  border-top: 5px solid white;
  position: relative;
  background-color: white;
  /* part of the change for the new header - added STM */
}
/* line 6, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row {
  height: 125px;
  margin: 0 auto;
  max-width: 980px;
  /* was $content-width */
  padding: 0 .5em;
  /* was 0 1em */
  position: relative;
  z-index: 1000;
  /* added STM */
}
/* line 13, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row li {
  float: left;
  display: table;
  height: 100%;
}
/* line 17, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row li.separator-bullet {
  font-size: 9px;
  color: #a6c3dc;
  margin: 0 0.5em;
}
@media (min-width: 60em) {
  /* line 17, ../sass/layout/_desktop-header.scss */
  .desktop-header .top-row li.separator-bullet {
    margin: 0 1em;
    font-size: 12px;
  }
}
/* line 26, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row li.padded-li {
  /* added - STM - for 1-line links in header */
  margin-top: -2px;
}
/* line 30, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row a {
  display: table-cell;
  text-align: center;
  line-height: 110%;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 39, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row a.active {
  background: url(i/active-arrow.png) no-repeat center bottom;
  /* added - STM */
  border-bottom: 3px solid #ffcf03;
  padding-bottom: 3px;
  /* changed from 5px */
  padding-top: 0px;
  /* added - STM */
  position: relative;
}
/* line 45, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row a.active:after {
  content: none;
  /* Changed - STM - was '' */
  width: auto;
  /* was 11 */
  height: 3px;
  display: block;
  background: none;
  /* was url(i/active-arrow.png) no-repeat */
  position: relative;
  bottom: auto;
  /* was -5px */
  left: auto;
  /* was 50% */
  margin-left: auto;
  /* was -6px */
}
/* line 55, ../sass/layout/_desktop-header.scss */
.lt-ie9 .desktop-header .top-row a.active:after {
  display: none;
}
/* line 59, ../sass/layout/_desktop-header.scss */
.desktop-header .top-row a.active.padded-link {
  /* added - STM - for 1-line links in header */
  padding-top: 8px;
  padding-bottom: 0;
}
@media (min-width: 64em) {
  /* line 30, ../sass/layout/_desktop-header.scss */
  .desktop-header .top-row a {
    /* was (l) */
    letter-spacing: 1px;
  }
}
/* line 70, ../sass/layout/_desktop-header.scss */
.desktop-header .logo {
  width: 134px;
  /* was 150 */
  height: 121px;
  /* was 146 */
  background: url(i/logo-desktop-large.png) no-repeat;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -75px;
}
/* line 78, ../sass/layout/_desktop-header.scss */
.home .desktop-header .logo {
  cursor: default;
}
/* line 82, ../sass/layout/_desktop-header.scss */
.desktop-header .search-form {
  width: 170px;
}
/* line 84, ../sass/layout/_desktop-header.scss */
.desktop-header .search-form .search-button {
  top: 8px;
  right: 8px;
}
@media (min-width: 55em) {
  /* line 82, ../sass/layout/_desktop-header.scss */
  .desktop-header .search-form {
    width: 225px;
    /* was 200 */
  }
}
@media (min-width: 48em) {
  /* line 1, ../sass/layout/_desktop-header.scss */
  .desktop-header {
    display: block;
  }
}
/* line 95, ../sass/layout/_desktop-header.scss */
.desktop-header .logo-position {
  /* added - STM */
  width: 134px;
  height: 121px;
  background: url(i/logo-desktop-large.png) no-repeat;
  position: static;
  left: 50%;
  top: -5px;
  margin-left: -75px;
}
/* line 104, ../sass/layout/_desktop-header.scss */
.home .desktop-header .logo-position a {
  cursor: default;
}
/* line 108, ../sass/layout/_desktop-header.scss */
.desktop-header .logo-position:focus {
  background: url(i/logo-desktop-large-focus.png) no-repeat;
}
/* line 115, ../sass/layout/_desktop-header.scss */
.desktop-header .nav-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
/* line 119, ../sass/layout/_desktop-header.scss */
.desktop-header .nav-table tbody, .desktop-header .nav-table tr, .desktop-header .nav-table td {
  border: none;
}
/* line 123, ../sass/layout/_desktop-header.scss */
.desktop-header .nav-table-primary {
  text-align: left;
}
/* line 126, ../sass/layout/_desktop-header.scss */
.desktop-header .nav-table-tertiary {
  text-align: right;
}
/* line 129, ../sass/layout/_desktop-header.scss */
.desktop-header .nav-table-logo {
  min-width: 67px;
  /* Changed from 134 - STM */
  text-align: center;
}

/* line 1, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-top: none;
}
/* line 8, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row {
  height: 61px;
  /* was 55, then 60 */
  max-width: 900px;
  /* Was 768px + 2em */
}
/* line 11, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row li.separator-bullet {
  margin: 0 0.65em;
}
/* line 14, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row li.padded-li {
  /* added - STM - for 1-line links in header */
  margin-top: 0px;
}
/* line 17, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row a {
  letter-spacing: 1px;
}
/* line 19, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row a.active {
  /* Addded - STM */
  background: none;
  border-bottom: none !important;
  text-decoration: underline;
  -moz-text-decoration-color: #ffef03;
  /* Code for Firefox */
  text-decoration-color: #ffef03;
  border-bottom: none;
  padding-bottom: 0;
}
/* line 29, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row a.active:after {
  display: none;
}
/* line 32, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .top-row a.active.padded-link {
  /* added - STM - for 1-line links in header */
  padding-top: 0px;
}
/* line 38, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .logo {
  width: 67px;
  height: 67px;
  background: url(i/logo-desktop-small.png) no-repeat;
  top: 0px;
  margin-left: -34px;
}
/* line 44, ../sass/layout/_desktop-header-pinned.scss */
.home .desktop-header.pinned .logo {
  cursor: default;
}
/* line 48, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .search-input {
  width: 100%;
}
/* line 66, ../sass/layout/_desktop-header-pinned.scss */
.lt-ie9 .desktop-header.pinned .tertiary-nav {
  width: 355px;
}
/* line 70, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .logo-position {
  /* added - STM */
  background: url(i/logo-desktop-small.png) no-repeat center top;
  height: 60px;
  margin-left: -34px;
  top: 0;
  width: 67px;
}
/* line 77, ../sass/layout/_desktop-header-pinned.scss */
.home .desktop-header.pinned .logo-position a {
  cursor: default;
}
/* line 81, ../sass/layout/_desktop-header-pinned.scss */
.desktop-header.pinned .logo-position:focus {
  background: url(i/logo-desktop-small-focus.png) no-repeat center top;
}

/* line 1, ../sass/layout/_footer.scss */
.global-footer {
  background-color: #292929;
  padding: 1.5em 1em;
}
/* line 4, ../sass/layout/_footer.scss */
.level .global-footer {
  border-top: 10px solid #ffcf03;
}
@media (min-width: 48em) {
  /* line 4, ../sass/layout/_footer.scss */
  .level .global-footer {
    border-top: 20px solid #ffcf03;
  }
}
/* line 10, ../sass/layout/_footer.scss */
.global-footer .footer-links {
  margin: 0 0 3em;
  list-style: none;
}
@media (min-width: 48em) {
  /* line 13, ../sass/layout/_footer.scss */
  .global-footer .footer-links li {
    float: left;
    border-left: 1px solid #b0b0b0;
    vertical-align: top;
  }
  /* line 18, ../sass/layout/_footer.scss */
  .global-footer .footer-links li:first-child {
    border-left: none;
  }
}
/* line 23, ../sass/layout/_footer.scss */
.global-footer .footer-links a {
  display: block;
  font-size: 18px;
  color: #ffcf03;
  text-align: center;
  padding: 0.5em 0;
}
@media (min-width: 48em) {
  /* line 23, ../sass/layout/_footer.scss */
  .global-footer .footer-links a {
    font-size: 16px;
    padding: 1em 0.5em 0.25em;
  }
}
/* line 34, ../sass/layout/_footer.scss */
.global-footer .footer-links .w3c-badge {
  display: block;
  margin: 1em auto 0;
  max-width: 120px;
}
@media (min-width: 48em) {
  /* line 34, ../sass/layout/_footer.scss */
  .global-footer .footer-links .w3c-badge {
    width: 59px;
    /* was 52 */
    height: 21px;
    vertical-align: bottom;
    margin: 1em 0.5em 0.25em;
    max-width: 59px;
    /* was 52 */
  }
}
@media (min-width: 48em) {
  /* line 10, ../sass/layout/_footer.scss */
  .global-footer .footer-links {
    width: auto;
    /* was 660 */
    margin: 0 auto 2em;
    display: table;
    /* added STM */
  }
}
/* line 52, ../sass/layout/_footer.scss */
.global-footer .social-media-links {
  width: 280px;
  margin: 0 auto 1.5em;
  list-style: none;
}
/* line 63, ../sass/layout/_footer.scss */
.global-footer .social-media-links li {
  float: left;
  margin: 0 1em 1em 0;
}
@media (min-width: 48em) {
  /* line 63, ../sass/layout/_footer.scss */
  .global-footer .social-media-links li {
    margin: 0 3px 1em 0;
    /* was 0.25em */
  }
}
/* line 70, ../sass/layout/_footer.scss */
.global-footer .social-media-links a {
  display: block;
  width: 56px;
  height: 55px;
}
/* line 75, ../sass/layout/_footer.scss */
.global-footer .social-media-links .no-margin-right {
  margin: 0 0 1em;
}
@media (min-width: 48em) {
  /* line 75, ../sass/layout/_footer.scss */
  .global-footer .social-media-links .no-margin-right {
    margin: 0 3px 1em 0;
    /* was 0.25em */
  }
}
/* line 81, ../sass/layout/_footer.scss */
.global-footer .social-media-links .nudge-right {
  margin: 0 1em 1em 2.5em;
}
@media (min-width: 48em) {
  /* line 81, ../sass/layout/_footer.scss */
  .global-footer .social-media-links .nudge-right {
    margin: 0 0.25em 1em 0;
  }
}
/* line 87, ../sass/layout/_footer.scss */
.global-footer .social-media-links .facebook {
  background: url(i/icon-facebook.png) no-repeat;
}
/* line 89, ../sass/layout/_footer.scss */
.global-footer .social-media-links .facebook:hover, .global-footer .social-media-links .facebook:focus {
  background: url(i/icon-facebook-hover.png) no-repeat;
}
/* line 93, ../sass/layout/_footer.scss */
.global-footer .social-media-links .twitter {
  background: url(i/icon-twitter.png) no-repeat;
}
/* line 95, ../sass/layout/_footer.scss */
.global-footer .social-media-links .twitter:hover, .global-footer .social-media-links .twitter:focus {
  background: url(i/icon-twitter-hover.png) no-repeat;
}
/* line 99, ../sass/layout/_footer.scss */
.global-footer .social-media-links .blog {
  background: url(i/icon-blog.png) no-repeat;
}
/* line 101, ../sass/layout/_footer.scss */
.global-footer .social-media-links .blog:hover, .global-footer .social-media-links .blog:focus {
  background: url(i/icon-blog-hover.png) no-repeat;
}
/* line 105, ../sass/layout/_footer.scss */
.global-footer .social-media-links .blog-smile {
  /* Added - STM */
  background: url(i/icon-blog-smile.png) no-repeat;
}
/* line 107, ../sass/layout/_footer.scss */
.global-footer .social-media-links .blog-smile:hover, .global-footer .social-media-links .blog-smile:focus {
  background: url(i/icon-blog-smile-hover.png) no-repeat;
}
/* line 111, ../sass/layout/_footer.scss */
.global-footer .social-media-links .youtube {
  background: url(i/icon-youtube.png) no-repeat;
}
/* line 113, ../sass/layout/_footer.scss */
.global-footer .social-media-links .youtube:hover, .global-footer .social-media-links .youtube:focus {
  background: url(i/icon-youtube-hover.png) no-repeat;
}
/* line 117, ../sass/layout/_footer.scss */
.global-footer .social-media-links .linkedin {
  background: url(i/icon-linkedin.png) no-repeat;
}
/* line 119, ../sass/layout/_footer.scss */
.global-footer .social-media-links .linkedin:hover, .global-footer .social-media-links .linkedin:focus {
  background: url(i/icon-linkedin-hover.png) no-repeat;
}
/* line 123, ../sass/layout/_footer.scss */
.global-footer .social-media-links .instagram {
  background: url(i/icon-instagram.png) no-repeat;
}
/* line 125, ../sass/layout/_footer.scss */
.global-footer .social-media-links .instagram:hover, .global-footer .social-media-links .instagram:focus {
  background: url(i/icon-instagram-hover.png) no-repeat;
}
/* line 129, ../sass/layout/_footer.scss */
.global-footer .social-media-links .flickr {
  background: url(i/icon-flickr.png) no-repeat;
}
/* line 131, ../sass/layout/_footer.scss */
.global-footer .social-media-links .flickr:hover, .global-footer .social-media-links .flickr:focus {
  background: url(i/icon-flickr-hover.png) no-repeat;
}
@media (min-width: 48em) {
  /* line 52, ../sass/layout/_footer.scss */
  .global-footer .social-media-links {
    width: 480px;
    /* Updated from 425 - STM */
  }
}
/* line 139, ../sass/layout/_footer.scss */
.global-footer .title-row {
  width: 275px;
  /* was 265 */
  margin: 0 auto 1em;
}
/* line 142, ../sass/layout/_footer.scss */
.lt-ie9 .global-footer .title-row {
  width: 285px;
}
/* line 145, ../sass/layout/_footer.scss */
.global-footer .title-row .logo {
  display: inline-block;
  background: url(i/logo-foot.png) no-repeat;
  width: 53px;
  height: 50px;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
/* line 153, ../sass/layout/_footer.scss */
.global-footer .title-row .title {
  color: white;
  font-weight: bold;
  font-weight: 700;
  font-size: 18px;
}
/* line 160, ../sass/layout/_footer.scss */
.global-footer .copyright {
  text-align: center;
}
/* line 162, ../sass/layout/_footer.scss */
.global-footer .copyright p {
  margin: 0;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-weight: 700;
}
@media (min-width: 48em) {
  /* line 162, ../sass/layout/_footer.scss */
  .global-footer .copyright p {
    font-size: 16px;
    font-weight: 400;
    font-weight: normal;
    display: inline;
  }
}
@media (min-width: 48em) {
  /* line 1, ../sass/layout/_footer.scss */
  .global-footer {
    padding: 0 1em 3.5em;
  }
}

/* line 4, ../sass/layout/_content.scss */
.level .content {
  max-width: 1030px;
  margin: 0 auto 1em;
}
@media (min-width: 48em) {
  /* line 4, ../sass/layout/_content.scss */
  .level .content {
    padding: 0 1em;
  }
}
/* line 11, ../sass/layout/_content.scss */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin: 0 0 0.5em;
  line-height: 100%;
}
/* line 14, ../sass/layout/_content.scss */
.content h1.featured-heading, .content h1.mobile-heading, .content h1.desktop-heading, .content h2.featured-heading, .content h2.mobile-heading, .content h2.desktop-heading, .content h3.featured-heading, .content h3.mobile-heading, .content h3.desktop-heading, .content h4.featured-heading, .content h4.mobile-heading, .content h4.desktop-heading, .content h5.featured-heading, .content h5.mobile-heading, .content h5.desktop-heading, .content h6.featured-heading, .content h6.mobile-heading, .content h6.desktop-heading {
  padding: 0.25em 22px;
}
@media (min-width: 48em) {
  /* line 14, ../sass/layout/_content.scss */
  .content h1.featured-heading, .content h1.mobile-heading, .content h1.desktop-heading, .content h2.featured-heading, .content h2.mobile-heading, .content h2.desktop-heading, .content h3.featured-heading, .content h3.mobile-heading, .content h3.desktop-heading, .content h4.featured-heading, .content h4.mobile-heading, .content h4.desktop-heading, .content h5.featured-heading, .content h5.mobile-heading, .content h5.desktop-heading, .content h6.featured-heading, .content h6.mobile-heading, .content h6.desktop-heading {
    background-color: #292929;
    padding: 0.4em 22px 0.5em;
    color: white;
    font-size: 26px;
    margin: 0;
  }
}
/* line 25, ../sass/layout/_content.scss */
.content h1 {
  font-size: 24px;
}
/* line 27, ../sass/layout/_content.scss */
.convention .content h1 {
  text-align: center;
  font-size: 45px;
}
@media (min-width: 48em) {
  /* line 27, ../sass/layout/_content.scss */
  .convention .content h1 {
    font-size: 36px;
  }
  /* line 32, ../sass/layout/_content.scss */
  .lt-ie9 .convention .content h1 {
    font-size: 34px;
  }
}
@media (min-width: 55em) {
  /* line 27, ../sass/layout/_content.scss */
  .convention .content h1 {
    float: left;
    text-align: left;
    display: inline-block;
    line-height: 43px;
    vertical-align: top;
  }
}
@media (min-width: 48em) {
  /* line 25, ../sass/layout/_content.scss */
  .content h1 {
    font-size: 48px;
  }
}
/* line 48, ../sass/layout/_content.scss */
.content h2 {
  font-size: 18px;
}
/* line 50, ../sass/layout/_content.scss */
.home .content h2 {
  font-weight: normal;
  font-weight: 300;
  font-size: 45px;
}
@media (min-width: 64em) {
  /* line 50, ../sass/layout/_content.scss */
  .home .content h2 {
    font-size: 90px;
    line-height: 80px;
  }
}
/* line 59, ../sass/layout/_content.scss */
.convention .content h2 {
  font-weight: bold;
  font-weight: 700;
  font-size: 45px;
}
@media (min-width: 64em) {
  /* line 59, ../sass/layout/_content.scss */
  .convention .content h2 {
    font-size: 50px;
  }
}
/* line 67, ../sass/layout/_content.scss */
.content h2 b {
  font-weight: 700;
}
@media (min-width: 64em) {
  /* line 48, ../sass/layout/_content.scss */
  .content h2 {
    font-size: 26px;
  }
}
/* line 74, ../sass/layout/_content.scss */
.content h3 {
  font-size: 16px;
}
@media (min-width: 64em) {
  /* line 74, ../sass/layout/_content.scss */
  .content h3 {
    font-size: 23px;
  }
}
/* line 79, ../sass/layout/_content.scss */
.convention .content h3, .home .content h3 {
  font-size: 26px;
}
@media (min-width: 64em) {
  /* line 79, ../sass/layout/_content.scss */
  .convention .content h3, .home .content h3 {
    font-size: 34px;
  }
}
/* line 87, ../sass/layout/_content.scss */
.content h4 {
  font-size: 1.5em;
  margin: 1.33em 0;
}
/* line 96, ../sass/layout/_content.scss */
.content .page-title {
  background-color: #292929;
  color: white;
  padding: 0.2em 22px 0.3em;
}
/* line 100, ../sass/layout/_content.scss */
.content .page-title.mobile {
  margin: 0.25em 0;
}
@media (min-width: 48em) {
  /* line 100, ../sass/layout/_content.scss */
  .content .page-title.mobile {
    display: none;
  }
}
/* line 106, ../sass/layout/_content.scss */
.content .page-title.desktop {
  display: none;
  margin: 0;
}
@media (min-width: 48em) {
  /* line 106, ../sass/layout/_content.scss */
  .content .page-title.desktop {
    display: block;
  }
}
/* line 114, ../sass/layout/_content.scss */
.content p {
  font-size: 15px;
  margin: 0 0 1em;
}
/* line 117, ../sass/layout/_content.scss */
.content p > img {
  width: auto;
}
@media (min-width: 64em) {
  /* line 114, ../sass/layout/_content.scss */
  .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
/* line 125, ../sass/layout/_content.scss */
.content a {
  font-size: 15px;
}
@media (min-width: 64em) {
  /* line 125, ../sass/layout/_content.scss */
  .content a {
    font-size: 18px;
  }
}
/* line 131, ../sass/layout/_content.scss */
.content section {
  position: relative;
}
@media (min-width: 64em) {
  /* line 134, ../sass/layout/_content.scss */
  .content section.home-feature .section-inner, .content section.convention-feature .section-inner {
    padding: 3em 1.5em;
  }
}
@media (min-width: 64em) {
  /* line 140, ../sass/layout/_content.scss */
  .content section.home-feature {
    min-height: 550px;
  }
}
@media (min-width: 48em) {
  /* line 146, ../sass/layout/_content.scss */
  .content section.convention-feature iframe {
    min-width: 350px;
  }
}
@media (min-width: 55em) {
  /* line 146, ../sass/layout/_content.scss */
  .content section.convention-feature iframe {
    min-width: 420px;
  }
}
/* line 154, ../sass/layout/_content.scss */
.content section.convention-feature .float-left {
  margin: 0 2em 0 0;
}
/* line 157, ../sass/layout/_content.scss */
.content section.convention-feature .float-right {
  margin: 0 0 0 2em;
}
/* line 161, ../sass/layout/_content.scss */
.content section .section-inner {
  position: relative;
  padding: 1em 1.5em 0.5em;
}
/* line 165, ../sass/layout/_content.scss */
.content section .section-inner.gray-background {
  margin: 2em 0;
}
/* line 168, ../sass/layout/_content.scss */
.content section .section-inner > img {
  margin: 1em 0;
}
/* line 171, ../sass/layout/_content.scss */
.content section .section-inner > a {
  display: block;
  margin: 0 0 1em;
}
/* line 174, ../sass/layout/_content.scss */
.content section .section-inner > a.cta-button {
  display: inline-block;
  margin: 0.5em 0;
}
/* line 178, ../sass/layout/_content.scss */
.content section .section-inner > a.cta-button2 {
  display: inline-table;
  margin: 0.5em 0;
}
@media (min-width: 48em) {
  /* line 161, ../sass/layout/_content.scss */
  .content section .section-inner {
    margin: 0 auto;
    max-width: 1030px;
    padding: 1.5em 1.5em 0.75em;
  }
}
/* line 189, ../sass/layout/_content.scss */
.content section > a {
  display: block;
  margin: 0 0 1em;
}
/* line 194, ../sass/layout/_content.scss */
.content iframe {
  margin: 1em 0;
  border: 0;
  max-width: 100%;
  min-height: 250px;
}
/* line 199, ../sass/layout/_content.scss */
.content iframe#onlineRadioFrame {
  width: 100%;
  margin: 1em 0 0;
  min-height: 0;
}
/* line 203, ../sass/layout/_content.scss */
.content iframe#onlineRadioFrame.hidden {
  display: none !important;
}
@media (max-width: 48em) {
  /* line 194, ../sass/layout/_content.scss */
  .content iframe {
    width: 100%;
    height: 250px;
  }
}

/* line 2, ../sass/layout/_member-header.scss */
.member .desktop-header .top-row {
  max-width: 1030px;
}
/* line 4, ../sass/layout/_member-header.scss */
.member .desktop-header .top-row li.separator-bullet {
  margin: 0 0.1em;
  color: white;
}
@media (min-width: 55em) {
  /* line 4, ../sass/layout/_member-header.scss */
  .member .desktop-header .top-row li.separator-bullet {
    margin: 0 0.7em;
    color: #a6c3dc;
  }
}
@media (min-width: 64em) {
  /* line 4, ../sass/layout/_member-header.scss */
  .member .desktop-header .top-row li.separator-bullet {
    margin: 0 1em;
  }
}
@media (min-width: 48em) {
  /* line 17, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header .top-row a {
    letter-spacing: -1px;
  }
}
@media (min-width: 55em) {
  /* line 15, ../sass/layout/_member-header.scss */
  .member .desktop-header .top-row a {
    letter-spacing: 0px;
  }
}
@media (min-width: 64em) {
  /* line 15, ../sass/layout/_member-header.scss */
  .member .desktop-header .top-row a {
    letter-spacing: 1px;
  }
  /* line 26, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header .top-row a {
    letter-spacing: 0px;
  }
}
/* line 33, ../sass/layout/_member-header.scss */
.member .desktop-header .secondary-nav ul {
  width: 768px;
}
@media (min-width: 55em) {
  /* line 33, ../sass/layout/_member-header.scss */
  .member .desktop-header .secondary-nav ul {
    width: 880px;
  }
}
@media (min-width: 64em) {
  /* line 33, ../sass/layout/_member-header.scss */
  .member .desktop-header .secondary-nav ul {
    width: 925px;
  }
}
/* line 42, ../sass/layout/_member-header.scss */
.member .desktop-header .secondary-nav a {
  padding: 0 0.5em;
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 55em) {
  /* line 42, ../sass/layout/_member-header.scss */
  .member .desktop-header .secondary-nav a {
    padding: 0 0.75em;
    font-size: 17px;
  }
  /* line 49, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header .secondary-nav a {
    padding: 0 0.5em;
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  /* line 42, ../sass/layout/_member-header.scss */
  .member .desktop-header .secondary-nav a {
    font-size: 18px;
  }
  /* line 56, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header .secondary-nav a {
    font-size: 17px;
  }
}
/* line 62, ../sass/layout/_member-header.scss */
.member .desktop-header .search-form {
  width: 130px;
}
@media (min-width: 55em) {
  /* line 62, ../sass/layout/_member-header.scss */
  .member .desktop-header .search-form {
    width: 150px;
  }
  /* line 66, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header .search-form {
    width: 130px;
  }
}
@media (min-width: 64em) {
  /* line 62, ../sass/layout/_member-header.scss */
  .member .desktop-header .search-form {
    width: 180px;
  }
  /* line 72, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header .search-form {
    width: 150px;
  }
}
/* line 78, ../sass/layout/_member-header.scss */
.member .desktop-header.pinned .top-row {
  max-width: 798px;
  /* 768px + 2em */
}
/* line 80, ../sass/layout/_member-header.scss */
.member .desktop-header.pinned .top-row li.separator-bullet {
  margin: 0 0.3em;
}
@media (min-width: 55em) {
  /* line 83, ../sass/layout/_member-header.scss */
  .member .desktop-header.pinned .top-row a {
    letter-spacing: 1px;
  }
}
/* line 89, ../sass/layout/_member-header.scss */
.member .desktop-header.pinned .search-form {
  width: 150px;
}
@media (min-width: 55em) {
  /* line 93, ../sass/layout/_member-header.scss */
  .member .desktop-header.pinned .secondary-nav ul {
    width: 768px;
  }
  /* line 96, ../sass/layout/_member-header.scss */
  .lt-ie9 .member .desktop-header.pinned .secondary-nav ul {
    width: 800px;
  }
}
/* line 101, ../sass/layout/_member-header.scss */
.member .desktop-header.pinned .secondary-nav li {
  height: 40px;
}
/* line 104, ../sass/layout/_member-header.scss */
.member .desktop-header.pinned .secondary-nav a {
  font-size: 16px;
  padding: 0 0.5em;
}
/* line 107, ../sass/layout/_member-header.scss */
.lt-ie9 .member .desktop-header.pinned .secondary-nav a {
  font-size: 15px;
}

/** for the search-popup **/
/* line 2, ../sass/layout/_header-popups.scss */
#search-popup {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 5px;
  position: absolute;
  right: 45px;
  bottom: -8px;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}

/** for the settings-popup **/
/* line 21, ../sass/layout/_header-popups.scss */
#gearbox {
  padding-top: 5px;
  padding-right: 15px;
}

/* line 30, ../sass/layout/_header-popups.scss */
#triangle {
  border: 1px solid #d9d9d9;
  border-width: 2px 0 0 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
  /* IE8 */
  z-index: 1001;
  position: relative;
  bottom: -4px;
  margin-left: 112px;
  background: #fff;
}

/* line 49, ../sass/layout/_header-popups.scss */
#tooltip_menu {
  background: #fff;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  width: 140px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  padding: 6px;
}
/* line 60, ../sass/layout/_header-popups.scss */
#tooltip_menu > a, #tooltip_menu > div {
  z-index: 1002;
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #02639d;
  font-size: 80%;
  text-align: left;
}
/* line 70, ../sass/layout/_header-popups.scss */
#tooltip_menu > a:hover, #tooltip_menu > div:hover, #tooltip_menu > a:active, #tooltip_menu > div:active, #tooltip_menu > a:focus, #tooltip_menu > div:focus {
  background: #02639d;
  color: #fff;
}
/* line 75, ../sass/layout/_header-popups.scss */
#tooltip_menu > a img {
  position: relative;
  bottom: 2px;
  border: 0;
  margin-right: 3px;
}
/* line 82, ../sass/layout/_header-popups.scss */
#tooltip_menu hr {
  display: none !important;
  /* temporary - STM */
  border: 0;
  height: 1px;
  width: 95%;
  background: #666;
  background-image: -webkit-linear-gradient(left, #cccccc, #666666, #cccccc);
  background-image: -moz-linear-gradient(left, #cccccc, #666666, #cccccc);
  background-image: -ms-linear-gradient(left, #cccccc, #666666, #cccccc);
  background-image: -o-linear-gradient(left, #cccccc, #666666, #cccccc);
  padding: 0;
  margin: 0;
}

/* line 98, ../sass/layout/_header-popups.scss */
#settingsmenu {
  margin: 10px 0 0 -105px;
  display: none;
}

/* line 102, ../sass/layout/_header-popups.scss */
.settingsmenu_top {
  -webkit-border-radius: .5em .5em 0 0;
  -moz-border-radius: .5em .5em 0 0;
  border-radius: .5em .5em 0 0;
}

/* line 107, ../sass/layout/_header-popups.scss */
.settingsmenu_bottom {
  -webkit-border-radius: 0 0 .5em .5em;
  -moz-border-radius: 0 0 .5em .5em;
  border-radius: 0 0 .5em .5em;
}
/* line 111, ../sass/layout/_header-popups.scss */
.settingsmenu_bottom.font_selection {
  display: none !important;
  /* temporary - STM */
  padding-top: 5px !important;
}
/* line 114, ../sass/layout/_header-popups.scss */
.settingsmenu_bottom.font_selection > a img {
  margin-right: 5px;
  margin-top: 5px;
}

/* line 121, ../sass/layout/_header-popups.scss */
#tooltip_page {
  width: 200px;
  padding: 6px;
}
/* line 125, ../sass/layout/_header-popups.scss */
#tooltip_page > a, #tooltip_page > div {
  padding: 5px 5px 5px 20px;
  display: block;
  text-decoration: none;
  color: #02639d;
  text-align: left;
}
/* line 133, ../sass/layout/_header-popups.scss */
#tooltip_page > a:hover, #tooltip_page > div:hover, #tooltip_page > a:active, #tooltip_page > div:active, #tooltip_page > a:focus, #tooltip_page > div:focus {
  background: #02639d;
  color: #fff;
}
/* line 138, ../sass/layout/_header-popups.scss */
#tooltip_page > a img {
  position: relative;
  bottom: 2px;
  border: 0;
  margin-right: 3px;
}

/* line 146, ../sass/layout/_header-popups.scss */
.settingsmenupage_bottom {
  display: none !important;
  /* temporary - STM */
  padding-top: 5px !important;
}
/* line 149, ../sass/layout/_header-popups.scss */
.settingsmenupage_bottom > a img {
  margin-right: 5px;
  margin-top: 5px;
}

/* Initial styles for font-size modifications - STM */
/* line 158, ../sass/layout/_header-popups.scss */
body.small {
  font-size: 75%;
}
/* line 159, ../sass/layout/_header-popups.scss */
body.medium {
  font-size: 95%;
}
/* line 160, ../sass/layout/_header-popups.scss */
body.large {
  font-size: 110%;
}

/* line 1, ../sass/modules/_optional-message.scss */
.optional-message {
  display: block;
  padding: 1.5em;
  background-color: black;
  color: white;
}
/* line 6, ../sass/modules/_optional-message.scss */
.optional-message p {
  color: white;
  margin: 0;
  font-size: 15px;
}
@media (min-width: 48em) {
  /* line 6, ../sass/modules/_optional-message.scss */
  .optional-message p {
    text-align: center;
  }
}
/* line 14, ../sass/modules/_optional-message.scss */
.optional-message a {
  color: #ffcf03;
}

/* line 1, ../sass/modules/_primary-nav.scss */
.primary-nav {
  /*--- Mobile ---*/
  /*--- Desktop ---*/
}
/* line 3, ../sass/modules/_primary-nav.scss */
.mobile-header .primary-nav {
  padding: 0 2.5em;
  background-color: #ffcf03;
}
/* line 6, ../sass/modules/_primary-nav.scss */
.mobile-header .primary-nav li {
  border-top: 1px solid white;
}
/* line 8, ../sass/modules/_primary-nav.scss */
.mobile-header .primary-nav li:first-child {
  border-top: none;
}
/* line 12, ../sass/modules/_primary-nav.scss */
.mobile-header .primary-nav a {
  display: block;
  padding: 0.25em 0;
  text-align: center;
  font-size: 18px;
  color: #292929;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
}
/* line 24, ../sass/modules/_primary-nav.scss */
.desktop-header .primary-nav {
  height: auto;
  /* wast 100% */
  position: static;
  /* was absolute */
  left: .5em;
  /* was 1em */
}
/* line 28, ../sass/modules/_primary-nav.scss */
.desktop-header .primary-nav ul {
  height: 30px;
  position: relative;
  top: 50%;
  margin-top: -8px;
  /* was -15 */
}
/* line 34, ../sass/modules/_primary-nav.scss */
.desktop-header .primary-nav .separator-bullet {
  line-height: 30px;
}

/* line 1, ../sass/modules/_secondary-nav.scss */
.secondary-nav {
  /*--- Mobile ---*/
  /*--- Desktop ---*/
}
/* line 3, ../sass/modules/_secondary-nav.scss */
.mobile-header .secondary-nav {
  padding: 0.25em 2.5em;
  background-color: #ebebeb;
}
/* line 6, ../sass/modules/_secondary-nav.scss */
.mobile-header .secondary-nav li {
  border-top: 1px solid #b0b0b0;
}
/* line 8, ../sass/modules/_secondary-nav.scss */
.mobile-header .secondary-nav li:first-child {
  border-top: none;
}
/* line 12, ../sass/modules/_secondary-nav.scss */
.mobile-header .secondary-nav a {
  display: block;
  padding: 0.25em 0;
  text-align: center;
  font-size: 16px;
  color: #00529b;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
}
/* line 24, ../sass/modules/_secondary-nav.scss */
.desktop-header .secondary-nav {
  background-color: #ffcf03;
}
/* line 26, ../sass/modules/_secondary-nav.scss */
.desktop-header .secondary-nav ul {
  width: auto;
  /* was 700 */
  margin: 0 auto;
}
/* line 29, ../sass/modules/_secondary-nav.scss */
.lt-ie9 .desktop-header .secondary-nav ul {
  width: 740px;
}
/* line 33, ../sass/modules/_secondary-nav.scss */
.desktop-header .secondary-nav li {
  float: left;
}
/* line 35, ../sass/modules/_secondary-nav.scss */
.desktop-header .secondary-nav li:first-child a {
  border-left: none;
}
/* line 39, ../sass/modules/_secondary-nav.scss */
.desktop-header .secondary-nav a {
  display: block;
  font-size: 18px;
  /* was 20 */
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  padding: 0 0.75em;
  margin: 0.75em 0;
  font-weight: bold;
  font-weight: 700;
  border-left: 1px solid white;
}

/* line 1, ../sass/modules/_tertiary-nav.scss */
.tertiary-nav {
  height: auto;
  /* was 100% */
  position: static;
  /* was absolute */
  right: .5em;
  /* was 1em */
}
/* line 5, ../sass/modules/_tertiary-nav.scss */
.lt-ie9 .tertiary-nav {
  width: 390px;
}
/* line 8, ../sass/modules/_tertiary-nav.scss */
.tertiary-nav ul {
  height: 36px;
  position: relative;
  top: 50%;
  margin-top: -18px;
  float: right;
}
/* line 15, ../sass/modules/_tertiary-nav.scss */
.tertiary-nav .separator-bullet {
  line-height: 36px;
}

/* line 1, ../sass/modules/_search-form.scss */
.search-form {
  position: relative;
}
/* line 3, ../sass/modules/_search-form.scss */
.search-form label {
  display: none;
}
/* line 6, ../sass/modules/_search-form.scss */
.search-form .search-input {
  width: 100%;
}
/* line 8, ../sass/modules/_search-form.scss */
.search-form .search-input::-webkit-input-placeholder {
  color: #636363;
}
/* line 12, ../sass/modules/_search-form.scss */
.search-form .search-button {
  position: absolute;
  width: 23px;
  height: 20px;
  background: url(i/search.png) no-repeat;
  top: 8px;
  right: 8px;
}

/* line 1, ../sass/modules/_custom-caption.scss */
.custom-caption {
  background: #292929;
  width: 100%;
  height: auto;
  /* was 100 */
  padding: 1em;
  text-align: center;
  /* added STM */
}
/* line 7, ../sass/modules/_custom-caption.scss */
.convention .custom-caption {
  height: auto;
}
@media (min-width: 48em) {
  /* line 7, ../sass/modules/_custom-caption.scss */
  .convention .custom-caption {
    height: auto;
  }
}
/* line 13, ../sass/modules/_custom-caption.scss */
.custom-caption .custom-caption-inner {
  max-width: 885px;
  margin: 0 auto;
}
/* line 17, ../sass/modules/_custom-caption.scss */
.custom-caption .heading {
  text-align: center;
  font-weight: normal;
  /* Fallback */
  font-weight: 300;
}
/* line 21, ../sass/modules/_custom-caption.scss */
.custom-caption .heading:after {
  content: ': ';
}
@media (min-width: 48em) {
  /* line 21, ../sass/modules/_custom-caption.scss */
  .custom-caption .heading:after {
    display: none;
  }
}
/* line 27, ../sass/modules/_custom-caption.scss */
.custom-caption .heading b {
  font-weight: bold;
  /* Fallback */
  font-weight: 700;
}
@media (min-width: 48em) {
  /* line 17, ../sass/modules/_custom-caption.scss */
  .custom-caption .heading {
    display: block;
    font-size: 36px;
    line-height: 100%;
    margin: 0 0 0.25em;
  }
}
/* line 38, ../sass/modules/_custom-caption.scss */
.custom-caption p {
  color: white;
  margin: 0 0 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100%;
  /* was 2.2em */
  text-align: center;
  line-height: 110%;
}
@media (min-width: 48em) {
  /* line 38, ../sass/modules/_custom-caption.scss */
  .custom-caption p {
    font-size: 18px;
    line-height: 140%;
    max-height: 100%;
    /* was 5.2em */
  }
}
/* line 52, ../sass/modules/_custom-caption.scss */
.custom-caption .cta-button {
  width: auto;
  /* was 125 */
  margin: 0 auto;
  display: inline-table;
  /* was block */
  white-space: nowrap;
  /* added - STM */
}
@media (min-width: 48em) {
  /* line 52, ../sass/modules/_custom-caption.scss */
  .custom-caption .cta-button {
    width: auto;
    /* was 170 */
  }
}
/* line 61, ../sass/modules/_custom-caption.scss */
.custom-caption .cta-button2 {
  width: auto;
  /* was 200 */
  margin: 3px 5px;
  /* was 0 auto */
  display: inline-table;
  white-space: nowrap;
  /* added - STM */
}
@media (min-width: 48em) {
  /* line 61, ../sass/modules/_custom-caption.scss */
  .custom-caption .cta-button2 {
    width: auto;
    /* was 200 */
  }
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_custom-caption.scss */
  .custom-caption {
    height: auto;
    /* was 180 */
  }
}

/* line 1, ../sass/modules/_cta-button.scss */
.cta-button {
  display: inline-block;
  background-color: #00529b;
  color: white;
  padding: 0.5em 1em;
  text-align: center;
}
/* line 7, ../sass/modules/_cta-button.scss */
.cta-button.countdown-register {
  display: block;
  width: 120px;
  margin: 1em auto;
  padding: 0.3em 0.5em;
}
@media (min-width: 55em) {
  /* line 7, ../sass/modules/_cta-button.scss */
  .cta-button.countdown-register {
    display: inline-block;
    vertical-align: top;
    margin: 0.5em 0 0 0.75em;
  }
}
@media (min-width: 64em) {
  /* line 7, ../sass/modules/_cta-button.scss */
  .cta-button.countdown-register {
    width: 150px;
    margin: 0.25em 0 0 1.5em;
  }
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_cta-button.scss */
  .cta-button {
    font-size: 18px;
  }
}

/* line 26, ../sass/modules/_cta-button.scss */
.cta-button2 {
  display: inline-table;
  background-color: #00529b;
  color: white;
  padding: 0.5em 1em;
  text-align: center;
}
@media (min-width: 48em) {
  /* line 26, ../sass/modules/_cta-button.scss */
  .cta-button2 {
    font-size: 18px;
  }
}

/* line 36, ../sass/modules/_cta-button.scss */
a.cta-button {
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
}

/* line 40, ../sass/modules/_cta-button.scss */
a.cta-button2 {
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
}

/* line 44, ../sass/modules/_cta-button.scss */
button.cta-button {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

/* line 1, ../sass/modules/_content-link-list.scss */
ul.content-link-list {
  margin: 1.5em 0;
  list-style: none;
  padding: 0;
}
/* line 5, ../sass/modules/_content-link-list.scss */
ul.content-link-list li {
  border-top: 1px solid #ffcf03;
}
/* line 7, ../sass/modules/_content-link-list.scss */
ul.content-link-list li:first-child {
  border-top: none;
}
@media (min-width: 48em) {
  /* line 9, ../sass/modules/_content-link-list.scss */
  ul.content-link-list li:first-child a {
    padding: 0 0.5em 0 0;
  }
}
@media (min-width: 48em) {
  /* line 7, ../sass/modules/_content-link-list.scss */
  ul.content-link-list li:first-child {
    border-left: none;
  }
}
@media (min-width: 48em) {
  /* line 5, ../sass/modules/_content-link-list.scss */
  ul.content-link-list li {
    float: left;
    border-top: none;
    border-left: 1px solid #ffcf03;
  }
}
/* line 24, ../sass/modules/_content-link-list.scss */
ul.content-link-list a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-weight: 700;
  color: #00529b;
  padding: 0.25em 0;
}
@media (min-width: 48em) {
  /* line 24, ../sass/modules/_content-link-list.scss */
  ul.content-link-list a {
    padding: 0 0.5em;
  }
}

@media (min-width: 64em) {
  /* line 4, ../sass/modules/_floating-content-block.scss */
  .floating-content-block.right h2, .floating-content-block.right p, .floating-content-block.right .feature-media, .floating-content-block.right .content-link-list, .floating-content-block.right .feature-media-caption {
    float: right;
    text-align: right;
    clear: both;
  }
}
@media (min-width: 64em) {
  /* line 13, ../sass/modules/_floating-content-block.scss */
  .floating-content-block p.width-50 {
    width: 50%;
  }
}
@media (min-width: 64em) {
  /* line 18, ../sass/modules/_floating-content-block.scss */
  .floating-content-block p.width-65 {
    width: 65%;
  }
}
/* line 24, ../sass/modules/_floating-content-block.scss */
.floating-content-block .feature-media {
  display: block;
  width: 420px;
  margin: 1em auto;
}
@media (min-width: 64em) {
  /* line 24, ../sass/modules/_floating-content-block.scss */
  .floating-content-block .feature-media {
    margin: 2em 0 0;
  }
}
/* line 32, ../sass/modules/_floating-content-block.scss */
.floating-content-block .feature-media-caption {
  display: none;
  color: #636363;
  font-style: italic;
  font-size: 14px;
  letter-spacing: -1px;
}
@media (min-width: 64em) {
  /* line 32, ../sass/modules/_floating-content-block.scss */
  .floating-content-block .feature-media-caption {
    display: block;
  }
}

/* line 1, ../sass/modules/_feature-image.scss */
.feature-image {
  display: none;
  position: absolute;
  bottom: 0;
  height: 102%;
  /* So that images will overlap previous section slightly */
  max-height: 650px;
}
/* line 7, ../sass/modules/_feature-image.scss */
.feature-image.left {
  left: 0;
}
/* line 10, ../sass/modules/_feature-image.scss */
.feature-image.right {
  right: 0;
}
@media (min-width: 64em) {
  /* line 1, ../sass/modules/_feature-image.scss */
  .feature-image {
    display: block;
  }
}

/* line 2, ../sass/modules/_sidebar.scss */
.content .sidebar section {
  padding: 1.25em 0 0;
  border-top: 2px solid #ffcf03;
  margin: 0 0 1em;
}
/* line 6, ../sass/modules/_sidebar.scss */
.content .sidebar section:first-of-type {
  border-top: none;
}
/* line 9, ../sass/modules/_sidebar.scss */
.content .sidebar section .section-inner {
  padding: 0 1.5em;
}
@media (min-width: 48em) {
  /* line 9, ../sass/modules/_sidebar.scss */
  .content .sidebar section .section-inner {
    padding: 0.5em 1.5em;
  }
}
@media (min-width: 48em) {
  /* line 15, ../sass/modules/_sidebar.scss */
  .content .sidebar section p {
    margin: 0.5em 0 0.75em;
  }
}
@media (min-width: 64em) {
  /* line 15, ../sass/modules/_sidebar.scss */
  .content .sidebar section p {
    line-height: 24px;
  }
}
/* line 23, ../sass/modules/_sidebar.scss */
.content .sidebar section article {
  margin: 0 1.5em;
  border-top: 1px solid #ffcf03;
  padding: 0.5em 0 0;
}
/* line 27, ../sass/modules/_sidebar.scss */
.content .sidebar section article:first-of-type {
  border-top: none;
  padding: 0;
}
/* line 31, ../sass/modules/_sidebar.scss */
.content .sidebar section article > a {
  display: block;
  margin: 0.5em 0;
}
@media (min-width: 48em) {
  /* line 23, ../sass/modules/_sidebar.scss */
  .content .sidebar section article {
    padding: 0.5em 1.5em;
    margin: 0;
  }
  /* line 38, ../sass/modules/_sidebar.scss */
  .content .sidebar section article:first-of-type {
    padding: 0.5em 1.5em;
  }
  /* line 41, ../sass/modules/_sidebar.scss */
  .lt-ie9 .content .sidebar section article {
    padding: 0.5em 1.5em;
  }
}
/* line 46, ../sass/modules/_sidebar.scss */
.content .sidebar section li a {
  display: block;
  margin: 0.5em 0;
}
@media (min-width: 48em) {
  /* line 2, ../sass/modules/_sidebar.scss */
  .content .sidebar section {
    border-top: none;
    padding: 0;
  }
}
/* line 55, ../sass/modules/_sidebar.scss */
.content .sidebar img {
  width: 100%;
}
/* line 58, ../sass/modules/_sidebar.scss */
.content .sidebar img.ad {
  padding: 0;
  margin: 0.5em 0;
}
@media (min-width: 48em) {
  /* line 55, ../sass/modules/_sidebar.scss */
  .content .sidebar img {
    padding: 0;
    margin: 0 0 0.25em;
  }
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_sidebar.scss */
  .content .sidebar {
    width: 30%;
    float: left;
    padding: 0 1em 0 0;
  }
}
@media (min-width: 64em) {
  /* line 1, ../sass/modules/_sidebar.scss */
  .content .sidebar {
    padding: 0 1.5em 0 0;
  }
}

/* line 2, ../sass/modules/_main-column.scss */
.main-column section {
  border-top: 1px solid #ffcf03;
}
/* line 4, ../sass/modules/_main-column.scss */
.main-column section:first-of-type {
  border-top: none;
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_main-column.scss */
  .main-column {
    width: 70%;
    float: right;
    padding: 0 0 1em 0;
  }
}

/* line 2, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile ul {
  list-style: none;
  padding: 1em 1.5em;
  /* was 0 0 1em */
  margin: 1em 0 0;
  /* was 1em 1.5em 1.5em */
  border-top: 2px solid #ffcf03;
  /* changed from border-bottom: 1px solid $gold */
}
/* line 8, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li {
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li:first-child a:before {
  content: none;
  /* was '' */
}
/* line 14, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li:last-child a {
  color: #292929;
}
/* line 17, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li a {
  display: inline;
  /* was block */
  font-size: 15px;
  /* was 20px */
  font-weight: bold;
  font-weight: 700;
  white-space: nowrap;
  /* added - STM */
}
/* line 23, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li a:hover {
  text-decoration: underline;
  /* was none */
}
/* line 26, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li a:before {
  content: none;
  /* was '>' */
  margin: 0 0.5em;
  display: inline-block;
}
/* line 31, ../sass/modules/_breadcrumbs-mobile.scss */
.breadcrumbs.mobile li a.home {
  background: url(i/home-large.png) no-repeat;
  width: 35px;
  height: 32px;
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_breadcrumbs-mobile.scss */
  .breadcrumbs.mobile {
    display: none;
  }
}

/* line 1, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop {
  display: none;
}
/* line 4, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop ul {
  list-style: none;
  margin: 1em 1.5em 1.5em;
  padding: 0;
  float: left;
  width: 100%;
}
/* line 12, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop li {
  display: block;
  padding-right: 5px;
  vertical-align: middle;
  float: left;
  font-size: 18px;
  /* added - STM */
}
/* line 18, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop li:after {
  content: '>';
  margin: 0 0.5em;
  display: none;
}
/* line 24, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop li:last-child a {
  color: #292929;
}
/* line 27, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop li:last-child:after {
  color: white;
  display: none;
}
/* line 30, ../sass/modules/_breadcrumbs-desktop.scss */
.lt-ie9 .breadcrumbs.desktop li:last-child:after {
  display: none !important;
}
/* line 35, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop li a {
  font-size: 18px;
}
/* line 37, ../sass/modules/_breadcrumbs-desktop.scss */
.breadcrumbs.desktop li a.home {
  display: inline-block;
  background: url(i/home.png) no-repeat;
  width: 23px;
  height: 21px;
  vertical-align: sub;
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_breadcrumbs-desktop.scss */
  .breadcrumbs.desktop {
    display: block;
  }
}

/* line 3, ../sass/modules/_page-list.scss */
.page-list.open > ul {
  display: block;
}
/* line 6, ../sass/modules/_page-list.scss */
.page-list.open .toggle-button {
  background: url(i/accordion-button.png) -35px 0 no-repeat;
}
/* line 10, ../sass/modules/_page-list.scss */
.page-list ul {
  display: none;
  background-color: #ebebeb;
  margin: 0;
  padding: 0px;
  /* Changed for new sidenav */
  list-style: none;
}
/* line 17, ../sass/modules/_page-list.scss */
.page-list ul li {
  border-top: none;
  /* Changed for new sidenav */
}
/* line 20, ../sass/modules/_page-list.scss */
.page-list ul li:first-child {
  border-top: none;
}
/* line 22, ../sass/modules/_page-list.scss */
.page-list ul li:first-child a {
  /* New sidenav add */
  border-top: none;
}
/* line 26, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavSibling {
  /* New sidenav add */
  padding: 0 1.5em;
}
/* line 29, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavSibling a:before {
  background-image: none;
}
/* line 34, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavCurrent {
  /* New sidenav add */
  padding: 0 1.5em;
  background: #000;
  color: #FFF;
}
/* line 38, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavCurrent a {
  color: #FFF;
  border-top: none !important;
  font-weight: bold;
  font-size: 21px;
  padding-left: 0px;
}
/* line 44, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavCurrent a:before {
  background-image: none;
}
/* line 49, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavChild {
  /* New sidenav add */
  padding: 0 3em;
  background-color: #FFF;
}
/* line 52, ../sass/modules/_page-list.scss */
.page-list ul li.leftNavChild a {
  color: #000;
}
/* line 56, ../sass/modules/_page-list.scss */
.page-list ul li a {
  /* New sidenav add */
  border-top: 1px solid #b0b0b0;
}
/* line 61, ../sass/modules/_page-list.scss */
.page-list ul a {
  display: block;
  font-size: 18px;
  padding: 0.5em 0 0.5em 14px;
  text-indent: -14px;
}
/* line 68, ../sass/modules/_page-list.scss */
.page-list ul a:before {
  content: '';
  background: url(i/list-arrow.png) no-repeat;
  display: inline-block;
  width: 5px;
  height: 9px;
  margin: 0 0.5em 0 0;
  position: relative;
  top: -2px;
}
@media (min-width: 48em) {
  /* line 10, ../sass/modules/_page-list.scss */
  .page-list ul {
    display: block;
    padding: 0px;
    /* Changed for new sidenav */
  }
}
/* line 85, ../sass/modules/_page-list.scss */
.page-list .mobile-heading {
  background-color: #292929;
  padding: 0.25em 22px;
  color: white;
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  /* added STM */
}
@media (min-width: 48em) {
  /* line 85, ../sass/modules/_page-list.scss */
  .page-list .mobile-heading {
    display: none;
  }
}
/* line 96, ../sass/modules/_page-list.scss */
.page-list .toggle-button {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: top;
  margin: 0 0.5em 0 0;
  background: url(i/accordion-button.png) 0 0 no-repeat;
}
/* line 104, ../sass/modules/_page-list.scss */
.page-list .desktop-heading {
  display: none;
  background-color: #292929;
  color: white;
  padding: 0.25em 22px;
  font-size: 26px;
}
@media (min-width: 48em) {
  /* line 104, ../sass/modules/_page-list.scss */
  .page-list .desktop-heading {
    display: block;
  }
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_page-list.scss */
  .page-list {
    margin: 0 0 2em;
  }
}

/* line 1, ../sass/modules/_masthead.scss */
.masthead {
  margin: 0;
}
/* line 3, ../sass/modules/_masthead.scss */
.masthead img {
  width: 100%;
}
/* line 6, ../sass/modules/_masthead.scss */
.masthead iframe {
  width: 100%;
  min-height: 250px;
  margin: 0;
}
@media (min-width: 48em) {
  /* line 6, ../sass/modules/_masthead.scss */
  .masthead iframe {
    min-height: 400px;
  }
}
/* line 14, ../sass/modules/_masthead.scss */
.masthead p {
  background-color: #ebebeb;
  padding: 0.75em 1.5em;
  line-height: 140%;
  margin: 0;
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_masthead.scss */
  .masthead {
    margin: 0 0 1.5em;
  }
}

/* line 1, ../sass/modules/_callout.scss */
.callout {
  background-color: #ebebeb;
  margin: 0.5em 0 1em;
}
/* line 4, ../sass/modules/_callout.scss */
.callout.gold {
  border-top: 20px solid #ffcf03;
}
/* line 7, ../sass/modules/_callout.scss */
.callout.blue {
  border-top: 20px solid #00529b;
}
/* line 10, ../sass/modules/_callout.scss */
.callout .callout-content {
  padding: 1.5em;
}
/* line 13, ../sass/modules/_callout.scss */
.callout h3 {
  margin: 0 0 0.25em;
  line-height: 100%;
}
/* line 17, ../sass/modules/_callout.scss */
.callout img {
  width: 100%;
}

/* line 22, ../sass/modules/_callout.scss */
section.callouts-section {
  padding: 2em 0 1em;
}
/* line 24, ../sass/modules/_callout.scss */
section.callouts-section .callout {
  max-width: none;
}
@media (min-width: 48em) {
  /* line 26, ../sass/modules/_callout.scss */
  section.callouts-section .callout:first-child {
    margin: 0 1% 0 0;
  }
}
@media (min-width: 48em) {
  /* line 31, ../sass/modules/_callout.scss */
  section.callouts-section .callout:last-child {
    margin: 0 0 0 1%;
  }
}
/* line 36, ../sass/modules/_callout.scss */
section.callouts-section .callout img {
  padding: 0.5em 1.5em 0;
}
@media (min-width: 48em) {
  /* line 36, ../sass/modules/_callout.scss */
  section.callouts-section .callout img {
    padding: 0.5em 0.5em 0;
  }
}
@media (min-width: 48em) {
  /* line 24, ../sass/modules/_callout.scss */
  section.callouts-section .callout {
    margin: 0;
    width: 49%;
    float: left;
    height: 100%;
  }
}
/* line 51, ../sass/modules/_callout.scss */
section .callout .callout-content {
  padding: 0.75em 1.5em;
}
/* line 54, ../sass/modules/_callout.scss */
section .callout img {
  margin: 0 0 0.5em;
}
@media (min-width: 48em) {
  /* line 50, ../sass/modules/_callout.scss */
  section .callout {
    max-width: 225px;
    float: left;
    margin: 0 1.5em 1.5em 0;
  }
}

/* line 2, ../sass/modules/_print-and-share.scss */
.sidebar .print-and-share {
  margin: 1em 1.5em;
}
/* line 5, ../sass/modules/_print-and-share.scss */
.print-and-share ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em;
}
/* line 10, ../sass/modules/_print-and-share.scss */
.print-and-share li {
  float: left;
}
/* line 13, ../sass/modules/_print-and-share.scss */
.print-and-share a {
  display: block;
  font-weight: bold;
  font-weight: 700;
  padding: 0.25em 0;
}
/* line 18, ../sass/modules/_print-and-share.scss */
.print-and-share a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
/* line 25, ../sass/modules/_print-and-share.scss */
.print-and-share .print {
  border-right: 1px solid #ffcf03;
  padding: 0.25em 0.5em 0.25em 0;
  margin: 0 0.5em 0 0;
}
/* line 29, ../sass/modules/_print-and-share.scss */
.print-and-share .print:before {
  width: 26px;
  height: 22px;
  background: url(i/print.png) no-repeat;
}
/* line 36, ../sass/modules/_print-and-share.scss */
.print-and-share .share:before {
  width: 24px;
  height: 24px;
  background: url(i/share.png) no-repeat;
}

/* line 1, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container {
  background-color: #292929;
  padding: 4em;
}
/* line 2, ../sass/modules/_social-media-slider.scss */
.convention .social-media-slider-container {
  margin: 2em 0;
}
/* line 5, ../sass/modules/_social-media-slider.scss */
.level .social-media-slider-container {
  margin: 0 0 2em;
}
/* line 11, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container .bx-wrapper img {
  position: relative;
}
/* line 14, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container .bx-wrapper .bx-viewport {
  background-color: #292929;
  /* IE Fallback */
  background-color: transparent;
}
/* line 18, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container .bx-wrapper .bx-prev {
  left: -60px;
  background: url(i/social-slider-prev.png) no-repeat;
}
/* line 22, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container .bx-wrapper .bx-next {
  right: -60px;
  background: url(i/social-slider-next.png) no-repeat;
}
/* line 26, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container .bx-wrapper .bx-controls-direction a {
  margin-top: -30px;
  width: 45px;
  height: 59px;
}
/* line 32, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container li {
  overflow: hidden;
}
/* line 34, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container li:after {
  content: '';
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 40px;
  height: 40px;
}
/* line 42, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container li.facebook:after {
  background: url(i/slider-icon-facebook.png) no-repeat;
}
/* line 45, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container li.youtube:after {
  background: url(i/slider-icon-youtube.png) no-repeat;
}
/* line 48, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container li.blog:after {
  background: url(i/slider-icon-blog.png) no-repeat;
}
/* line 51, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container li.instagram:after {
  background: url(i/slider-icon-instagram.png) no-repeat;
}
/* line 55, ../sass/modules/_social-media-slider.scss */
.social-media-slider-container iframe {
  margin: 0;
  border: 0;
}

/* line 1, ../sass/modules/_news-and-events.scss */
.news-and-events {
  margin: 0 0 0.5em;
}
/* line 3, ../sass/modules/_news-and-events.scss */
.home .news-and-events {
  float: left;
  width: 66.6%;
  border-right: 1px solid #ebebeb;
  padding: 1.5em 3em 1.5em 0;
}
/* line 9, ../sass/modules/_news-and-events.scss */
.news-and-events h3 {
  color: #636363;
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
  margin-bottom: 0.5em;
}
/* line 15, ../sass/modules/_news-and-events.scss */
.news-and-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 21, ../sass/modules/_news-and-events.scss */
.news-and-events li:nth-of-type(odd) {
  background-color: #ebebeb;
}
/* line 24, ../sass/modules/_news-and-events.scss */
.news-and-events li a {
  display: block;
  padding: 0.5em 22px;
}
/* line 29, ../sass/modules/_news-and-events.scss */
.news-and-events a {
  color: #00529b;
  line-height: 120%;
}
/* line 32, ../sass/modules/_news-and-events.scss */
.news-and-events a.cta-button {
  color: white;
  margin: 1em 0;
  margin-top: 2em;
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
}

/* line 2, ../sass/modules/_club-locator.scss */
.home .club-locator {
  float: left;
  width: 33.3%;
  padding: 1.5em 0 1.5em 2em;
}
/* line 7, ../sass/modules/_club-locator.scss */
.club-locator h3 {
  color: #636363;
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
  margin-bottom: 0.5em;
}
/* line 12, ../sass/modules/_club-locator.scss */
.club-locator h3:after {
  content: '';
  width: 37px;
  height: 62px;
  background: url(i/locator-pin.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
/* line 22, ../sass/modules/_club-locator.scss */
.club-locator .search-form {
  width: 100%;
}
/* line 24, ../sass/modules/_club-locator.scss */
.club-locator .search-form .search-input {
  width: 100%;
  border: 1px solid #636363;
  padding: 0.9em;
}
/* line 29, ../sass/modules/_club-locator.scss */
.club-locator .search-form .search-button {
  top: 12px;
  right: 12px;
}

/* line 2, ../sass/modules/_countdown.scss */
.convention .countdown-container {
  width: 260px;
  margin: 0 auto;
}
/* line 5, ../sass/modules/_countdown.scss */
.lt-ie9 .convention .countdown-container {
  width: 280px;
}
@media (min-width: 48em) {
  /* line 2, ../sass/modules/_countdown.scss */
  .convention .countdown-container {
    width: 280px;
  }
  /* line 10, ../sass/modules/_countdown.scss */
  .lt-ie9 .convention .countdown-container {
    width: 300px;
  }
}
@media (min-width: 55em) {
  /* line 2, ../sass/modules/_countdown.scss */
  .convention .countdown-container {
    width: auto;
    float: right;
  }
  /* line 17, ../sass/modules/_countdown.scss */
  .lt-ie9 .convention .countdown-container {
    width: 440px;
  }
}
@media (min-width: 64em) {
  /* line 22, ../sass/modules/_countdown.scss */
  .lt-ie9 .convention .countdown-container {
    width: 480px;
  }
}
/* line 27, ../sass/modules/_countdown.scss */
.countdown-container .countdown-event {
  display: inline-block;
  font-size: 18px;
  line-height: 43px;
  font-weight: bold;
  /* Fallback */
  font-weight: 700;
  vertical-align: top;
  margin: 0 0 0 0.5em;
  letter-spacing: -1px;
}
/* line 36, ../sass/modules/_countdown.scss */
.lt-ie9 .countdown-container .countdown-event {
  letter-spacing: -2px;
}
@media (min-width: 48em) {
  /* line 27, ../sass/modules/_countdown.scss */
  .countdown-container .countdown-event {
    font-size: 24px;
  }
  /* line 41, ../sass/modules/_countdown.scss */
  .lt-ie9 .countdown-container .countdown-event {
    font-size: 22px;
  }
}

/* line 47, ../sass/modules/_countdown.scss */
.countdown {
  display: inline-block;
}
/* line 50, ../sass/modules/_countdown.scss */
.countdown .days, .countdown .hours, .countdown .minutes, .countdown .seconds, .countdown .time-separator {
  color: #292929;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  /* Fallback */
  font-weight: 700;
}
/* line 58, ../sass/modules/_countdown.scss */
.countdown .days > span, .countdown .hours > span, .countdown .minutes > span, .countdown .seconds > span, .countdown .time-separator > span {
  font-size: 13px;
  line-height: 13px;
  display: block;
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
}
/* line 66, ../sass/modules/_countdown.scss */
.countdown .time-separator {
  vertical-align: top;
}

/* line 1, ../sass/modules/_basic-slider.scss */
.basic-slider-container {
  margin: 2em 2em 3em;
}
/* line 3, ../sass/modules/_basic-slider.scss */
.basic-slider-container.gray-borders img {
  border: 3px solid #ebebeb;
}
/* line 6, ../sass/modules/_basic-slider.scss */
.basic-slider-container.black-borders img {
  border: 3px solid black;
}
/* line 11, ../sass/modules/_basic-slider.scss */
.gray-background .basic-slider-container .bx-wrapper .bx-viewport {
  background-color: #ebebeb;
}
/* line 15, ../sass/modules/_basic-slider.scss */
.basic-slider-container .bx-wrapper .hide-border {
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 22, ../sass/modules/_basic-slider.scss */
.gray-background .basic-slider-container .bx-wrapper .hide-border {
  background-color: #ebebeb;
}
/* line 26, ../sass/modules/_basic-slider.scss */
.basic-slider-container .bx-wrapper li {
  padding: 0 20px;
  margin: 0;
}
@media (min-width: 48em) {
  /* line 26, ../sass/modules/_basic-slider.scss */
  .basic-slider-container .bx-wrapper li {
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #ffcf03;
  }
}
/* line 35, ../sass/modules/_basic-slider.scss */
.basic-slider-container .bx-wrapper .bx-controls-direction a {
  margin-top: -9px;
  /* 34px + 50px to account for caption */
  width: 17px;
  height: 19px;
}
/* line 40, ../sass/modules/_basic-slider.scss */
.basic-slider-container .bx-wrapper .bx-prev {
  left: -30px;
  background: url(i/basic-slider-prev.png) no-repeat;
}
/* line 44, ../sass/modules/_basic-slider.scss */
.basic-slider-container .bx-wrapper .bx-next {
  right: -30px;
  background: url(i/basic-slider-next.png) no-repeat;
}
@media (min-width: 64em) {
  /* line 1, ../sass/modules/_basic-slider.scss */
  .basic-slider-container {
    margin: 2em 0 3em;
  }
}

/* line 1, ../sass/modules/_search-video-form.scss */
.search-video-form {
  background-color: #ebebeb;
  margin: 0 0 2em;
  padding: 1em 1.5em;
}
/* line 5, ../sass/modules/_search-video-form.scss */
.search-video-form label {
  font-size: 20px;
  font-weight: bold;
  /* Fallback */
  font-weight: 700;
  margin: 0 0 0.25em 0;
  display: block;
}
@media (min-width: 48em) {
  /* line 5, ../sass/modules/_search-video-form.scss */
  .search-video-form label {
    display: inline-block;
    margin: 0 1em 0 0;
  }
}
/* line 16, ../sass/modules/_search-video-form.scss */
.search-video-form input {
  width: 100%;
  margin: 0 0.5em 0.75em 0;
}
@media (min-width: 48em) {
  /* line 16, ../sass/modules/_search-video-form.scss */
  .search-video-form input {
    width: auto;
    margin: 0 0.5em 0 0;
  }
}
@media (min-width: 55em) {
  /* line 16, ../sass/modules/_search-video-form.scss */
  .search-video-form input {
    min-width: 250px;
  }
}
/* line 27, ../sass/modules/_search-video-form.scss */
.search-video-form button {
  vertical-align: top;
}
@media (min-width: 48em) {
  /* line 27, ../sass/modules/_search-video-form.scss */
  .search-video-form button {
    height: 36px;
  }
}

/* line 2, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list ul {
  list-style: none;
  padding: 0;
  margin: 0 1.5em 1.5em;
}
@media (min-width: 48em) {
  /* line 2, ../sass/modules/_video-thumbnail-list.scss */
  .video-thumbnail-list ul {
    margin: 0.5em 0 2em;
  }
}
/* line 10, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list li {
  margin: 0.75em 0;
}
@media (min-width: 48em) {
  /* line 12, ../sass/modules/_video-thumbnail-list.scss */
  .video-thumbnail-list li:first-child {
    margin: 0;
  }
}
@media (min-width: 48em) {
  /* line 10, ../sass/modules/_video-thumbnail-list.scss */
  .video-thumbnail-list li {
    float: left;
    width: 23.5%;
    margin: 0 0 0 2%;
  }
}
/* line 23, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list a {
  display: block;
}
/* line 25, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list a:hover p {
  text-decoration: underline;
}
/* line 29, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list img {
  width: 100%;
  display: none;
}
@media (min-width: 48em) {
  /* line 29, ../sass/modules/_video-thumbnail-list.scss */
  .video-thumbnail-list img {
    display: block;
  }
}
/* line 36, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list p {
  font-size: 15px;
  color: #00529b;
  margin: 0;
  line-height: 110%;
}
@media (min-width: 48em) {
  /* line 36, ../sass/modules/_video-thumbnail-list.scss */
  .video-thumbnail-list p {
    background-color: #ebebeb;
    text-align: center;
    padding: 0.5em;
    display: table;
    width: 100%;
  }
}
/* line 49, ../sass/modules/_video-thumbnail-list.scss */
.video-thumbnail-list p > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 110%;
}

/* line 2, ../sass/modules/_social-media-list.scss */
.social-media-list ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 48em) {
  /* line 2, ../sass/modules/_social-media-list.scss */
  .social-media-list ul {
    margin: 1em 0;
  }
}
/* line 9, ../sass/modules/_social-media-list.scss */
.social-media-list li {
  float: left;
  margin: 0 1% 0.25em 0;
}
/* line 12, ../sass/modules/_social-media-list.scss */
.social-media-list li:last-child {
  margin: 0;
}
@media (min-width: 48em) {
  /* line 9, ../sass/modules/_social-media-list.scss */
  .social-media-list li {
    margin: 0 1% 0 0;
  }
}
/* line 19, ../sass/modules/_social-media-list.scss */
.social-media-list .lnn-button {
  display: block;
  width: 37px;
  height: 20px;
  background-image: url(i/lnn.jpg);
  margin: 0.25em 0;
}
/* line 26, ../sass/modules/_social-media-list.scss */
.social-media-list .st_facebook_hcount, .social-media-list .st_sharethis_hcount {
  vertical-align: middle;
}
/* line 29, ../sass/modules/_social-media-list.scss */
.social-media-list .st_sharethis_hcount .stArrow {
  display: none !important;
}
/* line 32, ../sass/modules/_social-media-list.scss */
.social-media-list .stButton {
  margin: 0 !important;
}
/* line 34, ../sass/modules/_social-media-list.scss */
.social-media-list .stButton .stButton_gradient, .social-media-list .stButton .stFb, .social-media-list .stButton .stTwbutton, .social-media-list .stButton .stMainServices {
  height: 24px !important;
}
/* line 37, ../sass/modules/_social-media-list.scss */
.social-media-list .stButton .stHBubble {
  margin: 0 !important;
}
/* line 41, ../sass/modules/_social-media-list.scss */
.social-media-list .cta-button {
  padding: 0.3em 0.5em;
}
@media (min-width: 48em) {
  /* line 41, ../sass/modules/_social-media-list.scss */
  .social-media-list .cta-button {
    font-size: 13px;
    padding: 0.25em;
  }
}
@media (min-width: 55em) {
  /* line 41, ../sass/modules/_social-media-list.scss */
  .social-media-list .cta-button {
    font-size: 15px;
    padding: 0.3em 0.5em;
  }
}
@media (min-width: 64em) {
  /* line 41, ../sass/modules/_social-media-list.scss */
  .social-media-list .cta-button {
    font-size: 18px;
  }
}

/* line 2, ../sass/modules/_login-form.scss */
.login-form .form-row {
  margin: 0.75em 0;
}
/* line 5, ../sass/modules/_login-form.scss */
.login-form .form-row .cta-button {
  font-size: 15px;
  margin: 0 0 0 0.25em;
}
/* line 8, ../sass/modules/_login-form.scss */
.login-form .form-row .cta-button:first-of-type {
  margin: 0;
}
/* line 11, ../sass/modules/_login-form.scss */
.login-form .form-row .cta-button:hover {
  text-decoration: underline;
}
@media (min-width: 64em) {
  /* line 5, ../sass/modules/_login-form.scss */
  .login-form .form-row .cta-button {
    font-size: 18px;
  }
}
/* line 19, ../sass/modules/_login-form.scss */
.login-form > p, .login-form > a {
  margin: 0;
}
/* line 22, ../sass/modules/_login-form.scss */
.login-form > a {
  font-size: 15px;
}
@media (min-width: 48em) {
  /* line 22, ../sass/modules/_login-form.scss */
  .login-form > a {
    font-size: 13px;
  }
}
/* line 28, ../sass/modules/_login-form.scss */
.login-form input {
  width: 100%;
}
/* line 30, ../sass/modules/_login-form.scss */
.login-form input[type=checkbox] {
  display: none;
  width: auto;
}
/* line 33, ../sass/modules/_login-form.scss */
.lt-ie9 .login-form input[type=checkbox] {
  float: left;
}
/* line 36, ../sass/modules/_login-form.scss */
.login-form input[type=checkbox] + label span {
  width: 23px;
  height: 23px;
  background-color: green;
  display: inline-block;
  vertical-align: middle;
  background: url(i/checkbox-off.png) 0 0 no-repeat;
  cursor: pointer;
  margin: 0 8px 0 0;
}
/* line 45, ../sass/modules/_login-form.scss */
.lt-ie9 .login-form input[type=checkbox] + label span {
  display: none;
}
/* line 49, ../sass/modules/_login-form.scss */
.login-form input[type=checkbox]:checked + label span {
  background: url(i/checkbox-on.png) 0 0 no-repeat;
}
/* line 51, ../sass/modules/_login-form.scss */
.lt-ie9 .login-form input[type=checkbox]:checked + label span {
  display: none;
}
/* line 57, ../sass/modules/_login-form.scss */
.login-form label {
  color: #636363;
}
/* line 59, ../sass/modules/_login-form.scss */
.login-form label.password-change-label {
  text-indent: -31px;
  padding-left: 31px;
  display: inline-block;
  line-height: 0;
}
/* line 64, ../sass/modules/_login-form.scss */
.lt-ie9 .login-form label.password-change-label {
  line-height: 1;
  text-indent: 0;
  padding-left: 25px;
  display: block;
}
@media (min-width: 48em) {
  /* line 59, ../sass/modules/_login-form.scss */
  .login-form label.password-change-label {
    font-style: italic;
  }
}

/* line 1, ../sass/modules/_fast-links.scss */
ul.fast-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 5, ../sass/modules/_fast-links.scss */
ul.fast-links a {
  line-height: 125%;
}

/* line 1, ../sass/modules/_online-radio-link.scss */
.online-radio-link {
  display: block;
  width: 60px;
  height: 50px;
  margin: 1.5em auto;
}
@media (min-width: 48em) {
  /* line 1, ../sass/modules/_online-radio-link.scss */
  .online-radio-link {
    float: right;
    margin: 0.25em 1.5em 0;
  }
}

/* line 1, ../sass/modules/_facebook-post.scss */
.facebook-post {
  background-color: #39599f;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  overflow: hidden;
  position: relative;
}
/* line 8, ../sass/modules/_facebook-post.scss */
.facebook-post p, .facebook-post a {
  color: white;
}
@media (min-width: 64em) {
  /* line 8, ../sass/modules/_facebook-post.scss */
  .facebook-post p, .facebook-post a {
    font-size: 18px;
  }
}
/* line 14, ../sass/modules/_facebook-post.scss */
.facebook-post p {
  line-height: 100%;
  margin: 0 0 0.25em;
}
@media (min-width: 64em) {
  /* line 14, ../sass/modules/_facebook-post.scss */
  .facebook-post p {
    line-height: 125%;
    margin: 0 0 0.5em;
  }
}
/* line 22, ../sass/modules/_facebook-post.scss */
.facebook-post a {
  text-decoration: underline;
}
/* line 25, ../sass/modules/_facebook-post.scss */
.facebook-post .post-text {
  max-height: 3em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 55em) {
  /* line 25, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-text {
    max-height: 3em;
  }
}
@media (min-width: 64em) {
  /* line 25, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-text {
    max-height: 3.75em;
  }
}
/* line 36, ../sass/modules/_facebook-post.scss */
.facebook-post .post-link {
  display: none;
}
@media (min-width: 55em) {
  /* line 36, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-link {
    display: block;
  }
}
/* line 42, ../sass/modules/_facebook-post.scss */
.facebook-post .post-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 46, ../sass/modules/_facebook-post.scss */
.facebook-post .post-actions li {
  display: inline-block;
  margin-left: 0.15em;
}
/* line 49, ../sass/modules/_facebook-post.scss */
.facebook-post .post-actions li:first-child {
  margin-left: 0;
}
/* line 52, ../sass/modules/_facebook-post.scss */
.facebook-post .post-actions li a {
  font-size: 13px;
}
@media (min-width: 64em) {
  /* line 52, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-actions li a {
    font-size: 14px;
  }
}
@media (min-width: 55em) {
  /* line 42, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-actions {
    margin: 0.5em 0;
  }
}
/* line 63, ../sass/modules/_facebook-post.scss */
.facebook-post .post-like {
  font-size: 13px;
  margin: 0 40px 0 0;
  position: absolute;
  bottom: 1.75em;
  left: 8px;
}
/* line 69, ../sass/modules/_facebook-post.scss */
.facebook-post .post-like:before {
  content: "";
  display: none;
  width: 21px;
  height: 20px;
  background-image: url(i/facebook-like.png);
  vertical-align: middle;
  margin: 0 0.5em 0 0;
}
@media (min-width: 64em) {
  /* line 69, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-like:before {
    display: inline-block;
  }
}
/* line 81, ../sass/modules/_facebook-post.scss */
.facebook-post .post-like a {
  font-size: 13px;
}
@media (min-width: 64em) {
  /* line 81, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-like a {
    font-size: 14px;
  }
}
@media (min-width: 55em) {
  /* line 63, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-like {
    left: 15px;
  }
}
@media (min-width: 64em) {
  /* line 63, ../sass/modules/_facebook-post.scss */
  .facebook-post .post-like {
    font-size: 14px;
    bottom: 1.5em;
  }
}
@media (min-width: 55em) {
  /* line 1, ../sass/modules/_facebook-post.scss */
  .facebook-post {
    padding: 1em;
  }
}

/* line 1, ../sass/modules/_blog-post.scss */
.blog-post {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  overflow: hidden;
}
/* line 7, ../sass/modules/_blog-post.scss */
.blog-post p, .blog-post a {
  line-height: 100%;
  margin: 0 0 0.75em;
}
@media (min-width: 64em) {
  /* line 7, ../sass/modules/_blog-post.scss */
  .blog-post p, .blog-post a {
    line-height: 125%;
  }
}
/* line 14, ../sass/modules/_blog-post.scss */
.blog-post .post-title {
  display: block;
  overflow: hidden;
  max-height: 3em;
}
@media (min-width: 55em) {
  /* line 14, ../sass/modules/_blog-post.scss */
  .blog-post .post-title {
    max-height: 3em;
    margin: 2em 0 0.75em;
  }
}
@media (min-width: 64em) {
  /* line 14, ../sass/modules/_blog-post.scss */
  .blog-post .post-title {
    max-height: 3.75em;
  }
}
/* line 26, ../sass/modules/_blog-post.scss */
.blog-post .post-date {
  font-size: 14px;
}
@media (min-width: 55em) {
  /* line 1, ../sass/modules/_blog-post.scss */
  .blog-post {
    padding: 1em;
  }
}

/* line 3, ../sass/modules/_masthead-slider.scss */
.masthead-slider-container.no-captions .custom-caption {
  display: none;
}
/* line 7, ../sass/modules/_masthead-slider.scss */
.masthead-slider-container .bx-wrapper {
  /* added STM (to make sure caption area under slider is fully grey) */
}
/* line 8, ../sass/modules/_masthead-slider.scss */
.masthead-slider-container .bx-wrapper .bx-viewport {
  background: none repeat scroll 0 0 #292929;
}

/* line 1, ../sass/modules/_radio-links.scss */
.content .sidebar section ul.radio-links {
  list-style: none;
  margin: 0.5em auto 0;
  padding: 0;
  width: 220px;
}
/* line 6, ../sass/modules/_radio-links.scss */
.content .sidebar section ul.radio-links li {
  float: left;
  margin: 0 0 0 0.25em;
}
/* line 9, ../sass/modules/_radio-links.scss */
.content .sidebar section ul.radio-links li:first-child {
  margin: 0;
}
/* line 12, ../sass/modules/_radio-links.scss */
.content .sidebar section ul.radio-links li a {
  margin: 0;
}
/* line 16, ../sass/modules/_radio-links.scss */
.content .sidebar section ul.radio-links img {
  margin: 0;
  display: block;
  width: auto;
}

/* line 1, ../sass/modules/_marquee.scss */
.marquee {
  background-color: #00529b;
  display: block;
}
/* line 4, ../sass/modules/_marquee.scss */
.marquee .marquee-inner {
  padding: 0;
  margin: 0;
  display: table-cell;
}
/* line 9, ../sass/modules/_marquee.scss */
.marquee p {
  color: white;
  /* margin: 0.5em 0; */
  margin: 0;
  white-space: nowrap;
  height: 48px;
  padding: 3px;
}
/* line 17, ../sass/modules/_marquee.scss */
.marquee a {
  color: white;
  text-decoration: none;
}
/* line 21, ../sass/modules/_marquee.scss */
.marquee img {
  padding: 0 0 0 15px;
  float: none;
  vertical-align: middle;
  margin: 0;
}

/** for the centennial logo page **/
/* line 2, ../sass/modules/_page-specific.scss */
.logo-outertable {
  text-align: center;
  border: 1px solid #333333;
  width: 100%;
}
/* line 6, ../sass/modules/_page-specific.scss */
.logo-outertable td {
  border: 1px solid #333333;
  padding: 5px 10px;
}
@media (max-width: 25em) {
  /* line 6, ../sass/modules/_page-specific.scss */
  .logo-outertable td {
    padding: 5px 3px;
    font-size: 90%;
  }
}

/* line 15, ../sass/modules/_page-specific.scss */
.logo-innertable {
  border: none;
}
/* line 17, ../sass/modules/_page-specific.scss */
.logo-innertable tr, .logo-innertable tbody {
  border: none;
}
/* line 20, ../sass/modules/_page-specific.scss */
.logo-innertable td {
  border: none;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px;
}
@media (max-width: 25em) {
  /* line 20, ../sass/modules/_page-specific.scss */
  .logo-innertable td {
    padding: 5px 3px;
    font-size: 90%;
  }
}

/** for the committees page **/
/* line 34, ../sass/modules/_page-specific.scss */
.committee-table {
  border: 1px solid #aaaaaa;
  margin-left: 15px;
  margin-bottom: 20px;
}
/* line 38, ../sass/modules/_page-specific.scss */
.committee-table td {
  padding: 5px;
  font-size: 85%;
  border: 1px solid #aaaaaa;
}

/** Unused Classes? **/
/* line 47, ../sass/modules/_page-specific.scss */
.fifty-1 {
  margin: 0 0 0.5em;
  float: left;
  width: 50%;
  border-right: 1px solid #ebebeb;
  padding: 1.5em 3em 1.5em 0;
}
/* line 53, ../sass/modules/_page-specific.scss */
.fifty-1 h3 {
  color: #636363;
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
  margin-bottom: 0.5em;
}

/* line 62, ../sass/modules/_page-specific.scss */
.fifty-2 {
  margin: 0 0 0.5em;
  float: left;
  width: 50%;
  border-right: 1px solid #ebebeb;
  padding: 1.5em 3em 1.5em 0;
}
/* line 68, ../sass/modules/_page-specific.scss */
.fifty-2 h3 {
  color: #636363;
  font-weight: normal;
  /* Fallback */
  font-weight: 400;
  margin-bottom: 0.5em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, ../sass/modules/_retina.scss */
  .desktop-header .logo-position, .desktop-header .logo {
    background: url(i/logo-desktop-large-2x.png) no-repeat;
    background-size: 134px 121px !important;
  }

  /* line 13, ../sass/modules/_retina.scss */
  .desktop-header .logo-position:focus {
    background: url(i/logo-desktop-large-focus-2x.png) no-repeat;
  }

  /* line 17, ../sass/modules/_retina.scss */
  .desktop-header.pinned .logo-position, .desktop-header.pinned .logo {
    background: url(i/logo-desktop-small-2x.png) no-repeat center top;
    background-size: 67px 60px !important;
  }

  /* line 21, ../sass/modules/_retina.scss */
  .desktop-header.pinned .logo-position:focus {
    background: url(i/logo-desktop-small-focus-2x.png) no-repeat center top;
  }

  /* line 25, ../sass/modules/_retina.scss */
  .mobile-header .logo-position, .mobile-header .logo {
    background: url(i/logo-mobile-2x.png) no-repeat;
    background-size: 53px 47px !important;
  }

  /* line 30, ../sass/modules/_retina.scss */
  .global-footer .title-row .logo {
    background: url(i/logo-foot-2x.png) no-repeat;
    background-size: 53px 50px !important;
  }
}
/*
 * Image replacement
 */
/* line 5, ../sass/helpers/_access.scss */
.ir {
  color: transparent;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 11, ../sass/helpers/_access.scss */
.lt-ie9 .ir {
  font-size: 0;
  text-indent: 0;
}

/* line 17, ../sass/helpers/_access.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 24, ../sass/helpers/_access.scss */
.logo-position.ir:before {
  /* added STM */
  height: auto;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 32, ../sass/helpers/_access.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 41, ../sass/helpers/_access.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 58, ../sass/helpers/_access.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 71, ../sass/helpers/_access.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 88, ../sass/helpers/_access.scss */
.clearfix:before, .content:before, .content section .section-inner:before, .floating-content-block:before, .breadcrumbs.desktop:before, .breadcrumbs.desktop ul:before, .login-form .form-row:before,
.clearfix:after,
.content:after,
.content section .section-inner:after,
.floating-content-block:after,
.breadcrumbs.desktop:after,
.breadcrumbs.desktop ul:after,
.login-form .form-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 93, ../sass/helpers/_access.scss */
.clearfix:after, .content:after, .content section .section-inner:after, .floating-content-block:after, .breadcrumbs.desktop:after, .breadcrumbs.desktop ul:after, .login-form .form-row:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 102, ../sass/helpers/_access.scss */
.clearfix, .content, .content section .section-inner, .floating-content-block, .breadcrumbs.desktop, .breadcrumbs.desktop ul, .login-form .form-row {
  *zoom: 1;
}
