@import url(//fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:200,400,500,700);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
--------------------------------------------------
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
-------------------------------------------------- */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  /* DFA [MKK] Modified these metrics for a narrower (2%) gutter rather than Skeleton's 4% margin */
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 2%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 6.5%; }

  .two.columns {
    width: 15%; }

  .three.columns {
    width: 23.5%; }

  .four.columns {
    width: 32%; }

  .five.columns {
    width: 40.5%; }

  .six.columns {
    width: 49%; }

  .seven.columns {
    width: 57.5%; }

  .eight.columns {
    width: 66%; }

  .nine.columns {
    width: 74.5%; }

  .ten.columns {
    width: 83%; }

  .eleven.columns {
    width: 91.5%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 32%; }

  .two-thirds.column {
    width: 66%; }

  .one-half.column {
    width: 49%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.5%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.5%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.5%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 51%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 59.5%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 68%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76.5%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 85%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 93.5%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 68%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 51%; } }
/* Base Styles
-------------------------------------------------- */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Links
-------------------------------------------------- */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

/* Buttons
-------------------------------------------------- */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
-------------------------------------------------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
-------------------------------------------------- */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
-------------------------------------------------- */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
-------------------------------------------------- */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
-------------------------------------------------- */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
-------------------------------------------------- */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
-------------------------------------------------- */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
-------------------------------------------------- */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
-------------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
body {
  color: #000;
  font-family: Roboto, Arial, Helevetica, sans-serif;
  font-weight: normal;
  background: #FFF; }

.container {
  width: 300px;
  padding: 0; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: auto; }

img {
  display: block;
  width: 100%; }
  img.popUp {
    display: block; }

a {
  /* This accommodates the fact that we've got a non-scrolling
     menu bar */ }
  a.popUp {
    text-decoration: none; }
  a.fa.fa-facebook-square {
    color: #193776 !important; }
    a.fa.fa-facebook-square:hover {
      color: #5d7bba !important; }
  a.fa.fa-twitter-square {
    color: #22aad4 !important; }
    a.fa.fa-twitter-square:hover {
      color: #44ccf6 !important; }
  a.fa.fa-instagram {
    color: #942eb5 !important; }
    a.fa.fa-instagram:hover {
      color: #de276a !important; }
  a.anchor {
    display: block;
    position: relative;
    top: -85px;
    visibility: hidden; }

.fixed {
  position: fixed;
  width: 100%; }

.top {
  top: 0; }

/* Pagewide */
#bodywrapper {
  top: 70px; }

/* Top of the Page */
#banner {
  z-index: 1000;
  height: 70px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.925); }
  #banner > .container {
    /* put a hairline shadow below the nav bar */
    box-shadow: 0 4px 2px -2px #EEE;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1); }

/* Fix issue where menu is cut off on devices short height (e.g. mobile devices in landscape mode). */
#signup-form-dropdown {
  position: fixed; }

@media (max-height: 449px) {
  #banner, #signup-form-dropdown {
    position: static; }

  #bodywrapper {
    top: 0px; }

  #menuzord {
    z-index: 1000; } }
.bannerHeight {
  height: 70px !important; }

#logoImage {
  width: 84px;
  margin: -7px 0 0 106px; }

/* Search Box */
#doSearch {
  margin-left: 8px;
  color: #c18b40; }
  #doSearch:hover {
    color: #f4be73; }

#hideSearch {
  color: #CCC;
  margin: 0 12px 0 16px; }
  #hideSearch:hover {
    color: #666; }

#searchOuter {
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  z-index: 2000; }

#searchInner {
  display: block;
  z-index: 2000; }

#searchRow {
  display: block;
  height: 70px;
  padding-top: 26px;
  margin-top: 0; }

#searchForm {
  text-align: right;
  margin-bottom: 0; }

#searchInput {
  width: 50%;
  margin: 0; }

#responsiveSearchParent {
  /* Styling for the mobile version of the search field */ }
  #responsiveSearchParent #searchOuter {
    display: inline-block;
    position: relative; }
  #responsiveSearchParent #searchRow {
    display: block;
    height: auto;
    padding-top: 0; }
  #responsiveSearchParent #searchForm {
    text-align: center;
    margin-top: 8px;
    padding-bottom: .5em; }
  #responsiveSearchParent #hideSearch {
    display: none; }
  #responsiveSearchParent #searchInput {
    width: 45%; }

/* Center of Page */
#topSlideshow {
  margin-bottom: 12px; }

.pageHeading {
  background-color: #006eb3;
  font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
  font-size: 28px;
  padding: 4px 12px 6px;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.25px; }

#content {
  position: relative;
  padding: 3% 5%;
  /* "common" includes percentage sizes for divs & images that get 
     overridden at mobile sizes */
  /* Home page featured candidate styles */
  /* Home page news titles */
  /* endorsed candidate page */ }
  #content div,
  #content img {
    display: block; }
    #content div.caption,
    #content img.caption {
      font-size: .8em !important;
      text-align: center; }
      #content div.caption p,
      #content img.caption p {
        font-size: 1em !important;
        text-align: center; }
    #content div.left,
    #content img.left {
      width: 33% !important;
      float: left;
      margin-right: 5% !important;
      margin-bottom: 2.5% !important; }
    #content div.right,
    #content img.right {
      width: 33% !important;
      float: right;
      margin-left: 5% !important;
      margin-bottom: 2.5% !important; }
    #content div.center,
    #content img.center {
      width: 90% !important;
      margin: 5% auto !important; }
    #content div.thumbnail,
    #content img.thumbnail {
      display: block; }
    #content div.mobileHide,
    #content img.mobileHide {
      display: block; }
    #content div.left-20pct,
    #content img.left-20pct {
      width: 20% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-20pct,
    #content img.right-20pct {
      width: 20% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-20pct,
    #content img.center-20pct {
      width: 20% !important;
      margin: 5% auto; }
    #content div.left-25pct,
    #content img.left-25pct {
      width: 25% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-25pct,
    #content img.right-25pct {
      width: 25% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-25pct,
    #content img.center-25pct {
      width: 25% !important;
      margin: 5% auto; }
    #content div.left-30pct,
    #content img.left-30pct {
      width: 30% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-30pct,
    #content img.right-30pct {
      width: 30% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-30pct,
    #content img.center-30pct {
      width: 30% !important;
      margin: 5% auto; }
    #content div.left-33pct,
    #content img.left-33pct {
      width: 33% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-33pct,
    #content img.right-33pct {
      width: 33% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-33pct,
    #content img.center-33pct {
      width: 33% !important;
      margin: 5% auto; }
    #content div.left-40pct,
    #content img.left-40pct {
      width: 40% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-40pct,
    #content img.right-40pct {
      width: 40% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-40pct,
    #content img.center-40pct {
      width: 40% !important;
      margin: 5% auto; }
    #content div.left-50pct,
    #content img.left-50pct {
      width: 50% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-50pct,
    #content img.right-50pct {
      width: 50% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-50pct,
    #content img.center-50pct {
      width: 50% !important;
      margin: 5% auto; }
    #content div.left-60pct,
    #content img.left-60pct {
      width: 60% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-60pct,
    #content img.right-60pct {
      width: 60% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-60pct,
    #content img.center-60pct {
      width: 60% !important;
      margin: 5% auto; }
    #content div.left-67pct,
    #content img.left-67pct {
      width: 67% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-67pct,
    #content img.right-67pct {
      width: 67% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-67pct,
    #content img.center-67pct {
      width: 67% !important;
      margin: 5% auto; }
    #content div.left-70pct,
    #content img.left-70pct {
      width: 70% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-70pct,
    #content img.right-70pct {
      width: 70% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-70pct,
    #content img.center-70pct {
      width: 70% !important;
      margin: 5% auto; }
    #content div.left-75pct,
    #content img.left-75pct {
      width: 75% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-75pct,
    #content img.right-75pct {
      width: 75% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-75pct,
    #content img.center-75pct {
      width: 75% !important;
      margin: 5% auto; }
    #content div.left-80pct,
    #content img.left-80pct {
      width: 80% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-80pct,
    #content img.right-80pct {
      width: 80% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-80pct,
    #content img.center-80pct {
      width: 80% !important;
      margin: 5% auto; }
    #content div.left-90pct,
    #content img.left-90pct {
      width: 90% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #content div.right-90pct,
    #content img.right-90pct {
      width: 90% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #content div.center-90pct,
    #content img.center-90pct {
      width: 90% !important;
      margin: 5% auto; }
  #content img {
    width: 100%; }
    #content img.popUp {
      display: block; }
  #content a {
    color: #A00;
    text-decoration: none;
    -o-transition: color .3s linear, background .3s linear, border .3s linear;
    -moz-transition: color .3s linear, background .3s linear, border .3s linear;
    -webkit-transition: color .3s linear, background .3s linear, border .3s linear;
    transition: color .3s linear, background .3s linear, border .3s linear; }
    #content a:visited {
      color: #A00; }
    #content a:hover {
      color: #f4756e; }
    #content a.popUp {
      text-decoration: none; }
  #content a.readMore,
  #content div.readMore a {
    border: 1px solid #a00;
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 6px 4px;
    color: #a00;
    display: block;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    line-height: 14px; }
    #content a.readMore:hover,
    #content div.readMore a:hover {
      color: white;
      background-color: #a00; }
  #content pre {
    white-space: pre-line; }
  #content blockquote {
    background-color: #f1f5fb;
    margin-left: 2em;
    border-left: 3px solid #d3e0f2;
    color: #006eb3;
    padding: .5em 1em .5em;
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-style: italic; }
    #content blockquote p:last-of-type {
      margin-bottom: 0; }
    #content blockquote a {
      color: #33b2ff;
      text-decoration: underline; }
  #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0.5em; }
  #content p, #content li {
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 16px;
    line-height: 1.4em; }
    #content p strong, #content li strong {
      font-weight: 700; }
  #content p {
    margin-bottom: 1.4em;
    font-family: Roboto, Arial, Helevetica, sans-serif; }
  #content li {
    margin-bottom: .5em; }
  #content h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #content h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #content h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #content h4 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #content h5 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #content h6 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #content ul,
  #content ol {
    padding-left: 2em;
    list-style-position: outside; }
  #content ul {
    list-style-type: disc; }
  #content ol {
    list-style-type: decimal; }
  #content .more {
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    text-align: right;
    display: block;
    margin-top: 4px; }
  #content div.embedMedia {
    width: 85%;
    margin: 1em auto; }
  #content div.pullQuote-left {
    background-color: #f8eedf;
    border: 1px solid #f4be73;
    padding: .5em 1em .5em;
    font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
    color: #c18b40;
    float: left;
    margin: .5em 5% .5em 0;
    width: 25%;
    font-style: italic;
    font-size: 1.33em;
    font-weight: normal;
    line-height: 1.2em; }
    #content div.pullQuote-left p:last-of-type {
      margin-bottom: 0; }
  #content div.pullQuote-right {
    background-color: #f8eedf;
    border: 1px solid #f4be73;
    padding: .5em 1em .5em;
    font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
    color: #c18b40;
    float: right;
    margin: .5em 0 .5em 5%;
    width: 33%;
    font-style: italic;
    font-size: 1.33em;
    font-weight: 200;
    line-height: 1.2em; }
    #content div.pullQuote-right p:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 100px) {
    #content div.pullQuote-left, #content div.pullQuote-left p, #content div.pullQuote-right, #content div.pullQuote-right p {
      font-size: 1em;
      width: 50%; } }
  @media (min-width: 400px) {
    #content div.pullQuote-left, #content div.pullQuote-left p, #content div.pullQuote-right, #content div.pullQuote-right p {
      font-size: 1em;
      width: 50%; } }
  @media (min-width: 550px) {
    #content div.pullQuote-left, #content div.pullQuote-left p, #content div.pullQuote-right, #content div.pullQuote-right p {
      font-size: 1.1em;
      width: 25%; } }
  @media (min-width: 750px) {
    #content div.pullQuote-left, #content div.pullQuote-left p, #content div.pullQuote-right, #content div.pullQuote-right p {
      font-size: 1.2em;
      width: 25%; } }
  @media (min-width: 1000px) {
    #content div.pullQuote-left, #content div.pullQuote-left p, #content div.pullQuote-right, #content div.pullQuote-right p {
      font-size: 1.2em;
      width: 33%; } }
  @media (min-width: 1200px) {
    #content div.pullQuote-left, #content div.pullQuote-left p, #content div.pullQuote-right, #content div.pullQuote-right p {
      font-size: 1.3em;
      width: 33%; } }
  #content .padding-5-top {
    padding-top: 5px !important; }
  #content .padding-5-right {
    padding-right: 5px !important; }
  #content .padding-5-bottom {
    padding-bottom: 5px !important; }
  #content .padding-5-left {
    padding-left: 5px !important; }
  #content .padding-5-height {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  #content .padding-5-width {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  #content .padding-5-all {
    padding: 5 !important; }
  #content .margin-5-top {
    margin-top: 5px !important; }
  #content .margin-5-right {
    margin-right: 5px !important; }
  #content .margin-5-bottom {
    margin-bottom: 5px !important; }
  #content .margin-5-left {
    margin-left: 5px !important; }
  #content .margin-5-height {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }
  #content .margin-5-width {
    margin-left: 5px !important;
    margin-right: 5px !important; }
  #content .margin-5-all {
    margin: 5 !important; }
  #content .padding-10-top {
    padding-top: 10px !important; }
  #content .padding-10-right {
    padding-right: 10px !important; }
  #content .padding-10-bottom {
    padding-bottom: 10px !important; }
  #content .padding-10-left {
    padding-left: 10px !important; }
  #content .padding-10-height {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  #content .padding-10-width {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  #content .padding-10-all {
    padding: 10 !important; }
  #content .margin-10-top {
    margin-top: 10px !important; }
  #content .margin-10-right {
    margin-right: 10px !important; }
  #content .margin-10-bottom {
    margin-bottom: 10px !important; }
  #content .margin-10-left {
    margin-left: 10px !important; }
  #content .margin-10-height {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  #content .margin-10-width {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  #content .margin-10-all {
    margin: 10 !important; }
  #content .padding-12-top {
    padding-top: 12px !important; }
  #content .padding-12-right {
    padding-right: 12px !important; }
  #content .padding-12-bottom {
    padding-bottom: 12px !important; }
  #content .padding-12-left {
    padding-left: 12px !important; }
  #content .padding-12-height {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  #content .padding-12-width {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  #content .padding-12-all {
    padding: 12 !important; }
  #content .margin-12-top {
    margin-top: 12px !important; }
  #content .margin-12-right {
    margin-right: 12px !important; }
  #content .margin-12-bottom {
    margin-bottom: 12px !important; }
  #content .margin-12-left {
    margin-left: 12px !important; }
  #content .margin-12-height {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
  #content .margin-12-width {
    margin-left: 12px !important;
    margin-right: 12px !important; }
  #content .margin-12-all {
    margin: 12 !important; }
  #content .padding-16-top {
    padding-top: 16px !important; }
  #content .padding-16-right {
    padding-right: 16px !important; }
  #content .padding-16-bottom {
    padding-bottom: 16px !important; }
  #content .padding-16-left {
    padding-left: 16px !important; }
  #content .padding-16-height {
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
  #content .padding-16-width {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  #content .padding-16-all {
    padding: 16 !important; }
  #content .margin-16-top {
    margin-top: 16px !important; }
  #content .margin-16-right {
    margin-right: 16px !important; }
  #content .margin-16-bottom {
    margin-bottom: 16px !important; }
  #content .margin-16-left {
    margin-left: 16px !important; }
  #content .margin-16-height {
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
  #content .margin-16-width {
    margin-left: 16px !important;
    margin-right: 16px !important; }
  #content .margin-16-all {
    margin: 16 !important; }
  #content .padding-20-top {
    padding-top: 20px !important; }
  #content .padding-20-right {
    padding-right: 20px !important; }
  #content .padding-20-bottom {
    padding-bottom: 20px !important; }
  #content .padding-20-left {
    padding-left: 20px !important; }
  #content .padding-20-height {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  #content .padding-20-width {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  #content .padding-20-all {
    padding: 20 !important; }
  #content .margin-20-top {
    margin-top: 20px !important; }
  #content .margin-20-right {
    margin-right: 20px !important; }
  #content .margin-20-bottom {
    margin-bottom: 20px !important; }
  #content .margin-20-left {
    margin-left: 20px !important; }
  #content .margin-20-height {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  #content .margin-20-width {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  #content .margin-20-all {
    margin: 20 !important; }
  #content .button.button-primary,
  #content button.button-primary,
  #content input[type="submit"].button-primary,
  #content input[type="reset"].button-primary,
  #content input[type="button"].button-primary {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    #content .button.button-primary:hover, #content .button.button-primary:focus,
    #content button.button-primary:hover,
    #content button.button-primary:focus,
    #content input[type="submit"].button-primary:hover,
    #content input[type="submit"].button-primary:focus,
    #content input[type="reset"].button-primary:hover,
    #content input[type="reset"].button-primary:focus,
    #content input[type="button"].button-primary:hover,
    #content input[type="button"].button-primary:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  #content .button.button-primary-outline,
  #content button.button-primary-outline,
  #content input[type="submit"].button-primary-outline,
  #content input[type="reset"].button-primary-outline,
  #content input[type="button"].button-primary-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    #content .button.button-primary-outline:hover, #content .button.button-primary-outline:focus,
    #content button.button-primary-outline:hover,
    #content button.button-primary-outline:focus,
    #content input[type="submit"].button-primary-outline:hover,
    #content input[type="submit"].button-primary-outline:focus,
    #content input[type="reset"].button-primary-outline:hover,
    #content input[type="reset"].button-primary-outline:focus,
    #content input[type="button"].button-primary-outline:hover,
    #content input[type="button"].button-primary-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  #content .button.button-gold,
  #content button.button-gold,
  #content input[type="submit"].button-gold,
  #content input[type="reset"].button-gold,
  #content input[type="button"].button-gold {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    #content .button.button-gold:hover, #content .button.button-gold:focus,
    #content button.button-gold:hover,
    #content button.button-gold:focus,
    #content input[type="submit"].button-gold:hover,
    #content input[type="submit"].button-gold:focus,
    #content input[type="reset"].button-gold:hover,
    #content input[type="reset"].button-gold:focus,
    #content input[type="button"].button-gold:hover,
    #content input[type="button"].button-gold:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  #content .button.button-gold-outline,
  #content button.button-gold-outline,
  #content input[type="submit"].button-gold-outline,
  #content input[type="reset"].button-gold-outline,
  #content input[type="button"].button-gold-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    #content .button.button-gold-outline:hover, #content .button.button-gold-outline:focus,
    #content button.button-gold-outline:hover,
    #content button.button-gold-outline:focus,
    #content input[type="submit"].button-gold-outline:hover,
    #content input[type="submit"].button-gold-outline:focus,
    #content input[type="reset"].button-gold-outline:hover,
    #content input[type="reset"].button-gold-outline:focus,
    #content input[type="button"].button-gold-outline:hover,
    #content input[type="button"].button-gold-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  #content .button.button-red,
  #content button.button-red,
  #content input[type="submit"].button-red,
  #content input[type="reset"].button-red,
  #content input[type="button"].button-red {
    color: #FFF;
    background-color: #b0312a;
    border-color: #b0312a; }
    #content .button.button-red:hover, #content .button.button-red:focus,
    #content button.button-red:hover,
    #content button.button-red:focus,
    #content input[type="submit"].button-red:hover,
    #content input[type="submit"].button-red:focus,
    #content input[type="reset"].button-red:hover,
    #content input[type="reset"].button-red:focus,
    #content input[type="button"].button-red:hover,
    #content input[type="button"].button-red:focus {
      background-color: #f4756e;
      border-color: #f4756e; }
  #content .button.button-red-outline,
  #content button.button-red-outline,
  #content input[type="submit"].button-red-outline,
  #content input[type="reset"].button-red-outline,
  #content input[type="button"].button-red-outline {
    color: #b0312a;
    background-color: transparent;
    border: 1px solid #b0312a; }
    #content .button.button-red-outline:hover, #content .button.button-red-outline:focus,
    #content button.button-red-outline:hover,
    #content button.button-red-outline:focus,
    #content input[type="submit"].button-red-outline:hover,
    #content input[type="submit"].button-red-outline:focus,
    #content input[type="reset"].button-red-outline:hover,
    #content input[type="reset"].button-red-outline:focus,
    #content input[type="button"].button-red-outline:hover,
    #content input[type="button"].button-red-outline:focus {
      color: white;
      background-color: #f4756e;
      border-color: #f4756e; }
  #content .button.button-blue,
  #content button.button-blue,
  #content input[type="submit"].button-blue,
  #content input[type="reset"].button-blue,
  #content input[type="button"].button-blue {
    color: #FFF;
    background-color: #006eb3;
    border-color: #006eb3; }
    #content .button.button-blue:hover, #content .button.button-blue:focus,
    #content button.button-blue:hover,
    #content button.button-blue:focus,
    #content input[type="submit"].button-blue:hover,
    #content input[type="submit"].button-blue:focus,
    #content input[type="reset"].button-blue:hover,
    #content input[type="reset"].button-blue:focus,
    #content input[type="button"].button-blue:hover,
    #content input[type="button"].button-blue:focus {
      background-color: #33b2ff;
      border-color: #33b2ff; }
  #content .button.button-blue-outline,
  #content button.button-blue-outline,
  #content input[type="submit"].button-blue-outline,
  #content input[type="reset"].button-blue-outline,
  #content input[type="button"].button-blue-outline {
    color: #006eb3;
    background-color: transparent;
    border: 1px solid #006eb3; }
    #content .button.button-blue-outline:hover, #content .button.button-blue-outline:focus,
    #content button.button-blue-outline:hover,
    #content button.button-blue-outline:focus,
    #content input[type="submit"].button-blue-outline:hover,
    #content input[type="submit"].button-blue-outline:focus,
    #content input[type="reset"].button-blue-outline:hover,
    #content input[type="reset"].button-blue-outline:focus,
    #content input[type="button"].button-blue-outline:hover,
    #content input[type="button"].button-blue-outline:focus {
      color: white;
      background-color: #33b2ff;
      border-color: #33b2ff; }
  #content .button.button-facebook,
  #content button.button-facebook,
  #content input[type="submit"].button-facebook,
  #content input[type="reset"].button-facebook,
  #content input[type="button"].button-facebook {
    color: #FFF;
    background-color: #193776;
    border-color: #193776; }
    #content .button.button-facebook:hover, #content .button.button-facebook:focus,
    #content button.button-facebook:hover,
    #content button.button-facebook:focus,
    #content input[type="submit"].button-facebook:hover,
    #content input[type="submit"].button-facebook:focus,
    #content input[type="reset"].button-facebook:hover,
    #content input[type="reset"].button-facebook:focus,
    #content input[type="button"].button-facebook:hover,
    #content input[type="button"].button-facebook:focus {
      background-color: #5d7bba;
      border-color: #5d7bba; }
  #content .button.button-facebook-outline,
  #content button.button-facebook-outline,
  #content input[type="submit"].button-facebook-outline,
  #content input[type="reset"].button-facebook-outline,
  #content input[type="button"].button-facebook-outline {
    color: #193776;
    background-color: transparent;
    border: 1px solid #193776; }
    #content .button.button-facebook-outline:hover, #content .button.button-facebook-outline:focus,
    #content button.button-facebook-outline:hover,
    #content button.button-facebook-outline:focus,
    #content input[type="submit"].button-facebook-outline:hover,
    #content input[type="submit"].button-facebook-outline:focus,
    #content input[type="reset"].button-facebook-outline:hover,
    #content input[type="reset"].button-facebook-outline:focus,
    #content input[type="button"].button-facebook-outline:hover,
    #content input[type="button"].button-facebook-outline:focus {
      color: white;
      background-color: #5d7bba;
      border-color: #5d7bba; }
  #content .button.button-twitter,
  #content button.button-twitter,
  #content input[type="submit"].button-twitter,
  #content input[type="reset"].button-twitter,
  #content input[type="button"].button-twitter {
    color: #FFF;
    background-color: #22aad4;
    border-color: #22aad4; }
    #content .button.button-twitter:hover, #content .button.button-twitter:focus,
    #content button.button-twitter:hover,
    #content button.button-twitter:focus,
    #content input[type="submit"].button-twitter:hover,
    #content input[type="submit"].button-twitter:focus,
    #content input[type="reset"].button-twitter:hover,
    #content input[type="reset"].button-twitter:focus,
    #content input[type="button"].button-twitter:hover,
    #content input[type="button"].button-twitter:focus {
      background-color: #44ccf6;
      border-color: #44ccf6; }
  #content .button.button-twitter-outline,
  #content button.button-twitter-outline,
  #content input[type="submit"].button-twitter-outline,
  #content input[type="reset"].button-twitter-outline,
  #content input[type="button"].button-twitter-outline {
    color: #22aad4;
    background-color: transparent;
    border: 1px solid #22aad4; }
    #content .button.button-twitter-outline:hover, #content .button.button-twitter-outline:focus,
    #content button.button-twitter-outline:hover,
    #content button.button-twitter-outline:focus,
    #content input[type="submit"].button-twitter-outline:hover,
    #content input[type="submit"].button-twitter-outline:focus,
    #content input[type="reset"].button-twitter-outline:hover,
    #content input[type="reset"].button-twitter-outline:focus,
    #content input[type="button"].button-twitter-outline:hover,
    #content input[type="button"].button-twitter-outline:focus {
      color: white;
      background-color: #44ccf6;
      border-color: #44ccf6; }
  #content span.error {
    color: #F00;
    font-weight: 600;
    font-size: 15px; }
  #content .field.error {
    background-color: #FCC; }
  #content h1 {
    font-size: 18px; }
  #content h2 {
    font-size: 16px; }
  #content h3 {
    font-size: 14px; }
  #content h4 {
    font-size: 13px; }
  #content h5 {
    font-size: 12px; }
  #content h6 {
    font-size: 12px; }
  #content div.left, #content div.right, #content div.center,
  #content img.left,
  #content img.right,
  #content img.center {
    width: 50% !important; }
  #content div.hideMobile, #content div.mobileHide,
  #content img.hideMobile,
  #content img.mobileHide {
    display: none; }
  #content div.left-20pct,
  #content img.left-20pct {
    width: 50% !important;
    margin-right: 5% !important; }
  #content div.right-20pct,
  #content img.right-20pct {
    width: 50% !important;
    margin-left: 5% !important; }
  #content div.center-20pct,
  #content img.center-20pct {
    width: 50% !important; }
  #content div.left-25pct,
  #content img.left-25pct {
    width: 50% !important;
    margin-right: 5% !important; }
  #content div.right-25pct,
  #content img.right-25pct {
    width: 50% !important;
    margin-left: 5% !important; }
  #content div.center-25pct,
  #content img.center-25pct {
    width: 50% !important; }
  #content div.left-30pct,
  #content img.left-30pct {
    width: 50% !important;
    margin-right: 5% !important; }
  #content div.right-30pct,
  #content img.right-30pct {
    width: 50% !important;
    margin-left: 5% !important; }
  #content div.center-30pct,
  #content img.center-30pct {
    width: 50% !important; }
  #content div.left-33pct,
  #content img.left-33pct {
    width: 50% !important;
    margin-right: 5% !important; }
  #content div.right-33pct,
  #content img.right-33pct {
    width: 50% !important;
    margin-left: 5% !important; }
  #content div.center-33pct,
  #content img.center-33pct {
    width: 50% !important; }
  #content div.left-40pct,
  #content img.left-40pct {
    width: 50% !important;
    margin-right: 5% !important; }
  #content div.right-40pct,
  #content img.right-40pct {
    width: 50% !important;
    margin-left: 5% !important; }
  #content div.center-40pct,
  #content img.center-40pct {
    width: 50% !important; }
  #content div.left-50pct,
  #content img.left-50pct {
    width: 50% !important;
    margin-right: 5% !important; }
  #content div.right-50pct,
  #content img.right-50pct {
    width: 50% !important;
    margin-left: 5% !important; }
  #content div.center-50pct,
  #content img.center-50pct {
    width: 50% !important; }
  #content div.left-60pct,
  #content img.left-60pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.right-60pct,
  #content img.right-60pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.center-60pct,
  #content img.center-60pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.left-67pct,
  #content img.left-67pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.right-67pct,
  #content img.right-67pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.center-67pct,
  #content img.center-67pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.left-70pct,
  #content img.left-70pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.right-70pct,
  #content img.right-70pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.center-70pct,
  #content img.center-70pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.left-75pct,
  #content img.left-75pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.right-75pct,
  #content img.right-75pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.center-75pct,
  #content img.center-75pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.left-80pct,
  #content img.left-80pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.right-80pct,
  #content img.right-80pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.center-80pct,
  #content img.center-80pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.left-90pct,
  #content img.left-90pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.right-90pct,
  #content img.right-90pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content div.center-90pct,
  #content img.center-90pct {
    width: 80% !important;
    float: none !important;
    margin: .5em auto !important; }
  #content p, #content li {
    font-size: 12px; }
  #content .listing {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #content div.capsuleHeader {
    color: #006eb3;
    background-color: #DEEAF9;
    padding: 2px 8px 3px;
    border-radius: 4px;
    margin: 0px 0 14px 0;
    text-transform: uppercase; }
    #content div.capsuleHeader.gold {
      color: #c18b40;
      background-color: #FAEED8; }
    #content div.capsuleHeader.blank {
      color: transparent;
      background-color: transparent; }
      #content div.capsuleHeader.blank.first {
        display: none; }
  #content ul.entryCategoryList {
    list-style: none;
    padding: 0; }
    #content ul.entryCategoryList li {
      float: right;
      display: inline-block;
      margin: 0 8px 10px 0;
      font-size: 9px; }
      #content ul.entryCategoryList li a {
        color: #999;
        background-color: #FFF;
        padding: 2px 8px 3px;
        border-radius: 4px;
        border: 1px solid #999; }
        #content ul.entryCategoryList li a:hover {
          background-color: #bbb;
          color: white; }
  #content div.featuredCandidateTitle {
    margin-bottom: 1.5em; }
    #content div.featuredCandidateTitle h3 {
      font-family: Roboto, Arial, Helevetica, sans-serif;
      font-weight: 600;
      margin-bottom: 0; }
    #content div.featuredCandidateTitle a {
      text-transform: uppercase;
      display: block;
      float: left;
      margin-right: 24px; }
  #content div.featuredCandidate.row {
    margin-bottom: 1.5em !important;
    position: relative;
    overflow: hidden; }
    #content div.featuredCandidate.row h1 {
      margin-bottom: 0; }
    #content div.featuredCandidate.row .candidatePhoto img {
      border-radius: 1em; }
    #content div.featuredCandidate.row .candidateDescription {
      margin-top: 2em;
      padding: 0 1em;
      box-sizing: border-box; }
      #content div.featuredCandidate.row .candidateDescription p {
        font-size: 1em; }
      @media (min-width: 400px) {
        #content div.featuredCandidate.row .candidateDescription p {
          font-size: 1.25em; } }
      @media (min-width: 550px) {
        #content div.featuredCandidate.row .candidateDescription {
          margin-top: 0; }
          #content div.featuredCandidate.row .candidateDescription p {
            font-size: .54em; } }
      @media (min-width: 750px) {
        #content div.featuredCandidate.row .candidateDescription p {
          font-size: .825em; } }
      @media (min-width: 1000px) {
        #content div.featuredCandidate.row .candidateDescription p {
          font-size: 1.08em; } }
      @media (min-width: 1200px) {
        #content div.featuredCandidate.row .candidateDescription p {
          font-size: 1.25em; } }
    #content div.featuredCandidate.row .spacer {
      position: relative; }
      #content div.featuredCandidate.row .spacer img {
        visibility: hidden; }
    #content div.featuredCandidate.row .officeInfo {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%; }
      @media (min-width: 0px) {
        #content div.featuredCandidate.row .officeInfo h1 {
          font-size: 26px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h4 {
          font-size: 20px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h6 {
          font-size: 18px;
          line-height: 1.34em; } }
      @media (min-width: 400px) {
        #content div.featuredCandidate.row .officeInfo h1 {
          font-size: 24px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h4 {
          font-size: 22px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h6 {
          font-size: 16px;
          line-height: 1.34em; } }
      @media (min-width: 550px) {
        #content div.featuredCandidate.row .officeInfo h1 {
          font-size: 18px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h4 {
          font-size: 14px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h6 {
          font-size: 12px;
          line-height: 1.34em; } }
      @media (min-width: 750px) {
        #content div.featuredCandidate.row .officeInfo h1 {
          font-size: 22px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h4 {
          font-size: 18px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h6 {
          font-size: 16px;
          line-height: 1.34em; } }
      @media (min-width: 1000px) {
        #content div.featuredCandidate.row .officeInfo h1 {
          font-size: 24px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h4 {
          font-size: 20px;
          line-height: 1em; }
        #content div.featuredCandidate.row .officeInfo h6 {
          font-size: 16px;
          line-height: 1.34em; } }
      #content div.featuredCandidate.row .officeInfo h4 {
        font-weight: 400; }
      #content div.featuredCandidate.row .officeInfo h6 {
        font-family: Roboto, Arial, Helevetica, sans-serif;
        margin-top: .25em;
        color: #888;
        margin-bottom: .34em;
        font-weight: 600; }
        #content div.featuredCandidate.row .officeInfo h6.state {
          color: #b0312a;
          font-weight: 400;
          margin-bottom: 0; }
      #content div.featuredCandidate.row .officeInfo .buttonContainer {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        width: 100%; }
        #content div.featuredCandidate.row .officeInfo .buttonContainer .button {
          height: auto; }
        @media (min-width: 550px) {
          #content div.featuredCandidate.row .officeInfo .buttonContainer .button {
            font-size: .8em;
            line-height: 1.5em;
            height: auto; } }
        @media (min-width: 750px) {
          #content div.featuredCandidate.row .officeInfo .buttonContainer .button {
            font-size: 1em;
            line-height: 1.75em;
            height: auto; } }
    @media (max-width: 549px) {
      #content div.featuredCandidate.row .officeInfo {
        position: relative; }
        #content div.featuredCandidate.row .officeInfo .buttonContainer {
          position: relative; }
      #content div.featuredCandidate.row .spacer img {
        display: none; }
      #content div.featuredCandidate.row h1 {
        font-size: 2em; }
      #content div.featuredCandidate.row h4 {
        font-size: 1.5em; } }
    #content div.featuredCandidate.row .column {
      position: relative; }
    #content div.featuredCandidate.row .button {
      font-size: 1em;
      height: auto;
      line-height: 2em;
      width: 100%;
      padding: 0;
      margin: .25em 0 0 0; }
  #content .homeNews button,
  #content .homeNews .button,
  #content .homeNews a.button,
  #content .homeNewsButtons button,
  #content .homeNewsButtons .button,
  #content .homeNewsButtons a.button {
    margin: 4px auto;
    display: block;
    width: auto;
    max-width: 85%;
    padding: 0;
    line-height: 2em;
    height: auto; }
  #content .homeNewsButtons {
    margin-bottom: 2em; }
  #content .homeNews {
    border-top: 4px solid #006eb3;
    padding-top: 32px; }
    #content .homeNews .dfaNews,
    #content .homeNews .dfaPress,
    #content .homeNews .dfaActions {
      margin-bottom: 4em; }
      #content .homeNews .dfaNews .newsItem,
      #content .homeNews .dfaPress .newsItem,
      #content .homeNews .dfaActions .newsItem {
        position: relative; }
      #content .homeNews .dfaNews .source,
      #content .homeNews .dfaPress .source,
      #content .homeNews .dfaActions .source {
        font-size: .8em;
        color: #888;
        margin-top: -1.25em; }
      #content .homeNews .dfaNews h2,
      #content .homeNews .dfaPress h2,
      #content .homeNews .dfaActions h2 {
        font-weight: 400;
        line-height: 1.2em;
        margin-bottom: 1.25em; }
      #content .homeNews .dfaNews .sectionHeader,
      #content .homeNews .dfaPress .sectionHeader,
      #content .homeNews .dfaActions .sectionHeader {
        color: #006eb3;
        font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
        margin-bottom: .5em; }
      @media (min-width: 0px) {
        #content .homeNews .dfaNews h2,
        #content .homeNews .dfaPress h2,
        #content .homeNews .dfaActions h2 {
          font-size: 22px; }
        #content .homeNews .dfaNews .sectionHeader,
        #content .homeNews .dfaPress .sectionHeader,
        #content .homeNews .dfaActions .sectionHeader {
          font-size: 22px; }
        #content .homeNews .dfaNews .source,
        #content .homeNews .dfaPress .source,
        #content .homeNews .dfaActions .source {
          font-size: 16px; } }
      @media (min-width: 400px) {
        #content .homeNews .dfaNews h2,
        #content .homeNews .dfaPress h2,
        #content .homeNews .dfaActions h2 {
          font-size: 20px; }
        #content .homeNews .dfaNews .sectionHeader,
        #content .homeNews .dfaPress .sectionHeader,
        #content .homeNews .dfaActions .sectionHeader {
          font-size: 22px; }
        #content .homeNews .dfaNews .source,
        #content .homeNews .dfaPress .source,
        #content .homeNews .dfaActions .source {
          font-size: 14px; } }
      @media (min-width: 550px) {
        #content .homeNews .dfaNews h2,
        #content .homeNews .dfaPress h2,
        #content .homeNews .dfaActions h2 {
          font-size: 16px; }
        #content .homeNews .dfaNews .sectionHeader,
        #content .homeNews .dfaPress .sectionHeader,
        #content .homeNews .dfaActions .sectionHeader {
          font-size: 18px; }
        #content .homeNews .dfaNews .source,
        #content .homeNews .dfaPress .source,
        #content .homeNews .dfaActions .source {
          font-size: 12px; } }
      @media (min-width: 750px) {
        #content .homeNews .dfaNews h2,
        #content .homeNews .dfaPress h2,
        #content .homeNews .dfaActions h2 {
          font-size: 18px; }
        #content .homeNews .dfaNews .sectionHeader,
        #content .homeNews .dfaPress .sectionHeader,
        #content .homeNews .dfaActions .sectionHeader {
          font-size: 20px; }
        #content .homeNews .dfaNews .source,
        #content .homeNews .dfaPress .source,
        #content .homeNews .dfaActions .source {
          font-size: 16px; } }
      @media (min-width: 1000px) {
        #content .homeNews .dfaNews h2,
        #content .homeNews .dfaPress h2,
        #content .homeNews .dfaActions h2 {
          font-size: 18px; }
        #content .homeNews .dfaNews .sectionHeader,
        #content .homeNews .dfaPress .sectionHeader,
        #content .homeNews .dfaActions .sectionHeader {
          font-size: 20px; }
        #content .homeNews .dfaNews .source,
        #content .homeNews .dfaPress .source,
        #content .homeNews .dfaActions .source {
          font-size: 16px; } }
  #content .byline p {
    font-size: small;
    color: #888; }
    #content .byline p.author {
      margin-bottom: 0; }
  #content .newsStoryList h2 {
    color: white;
    background-color: #c18b40;
    display: block;
    padding: .25em .5em; }
  #content .newsStory {
    position: relative;
    padding: 0;
    margin: 0 0 1em 3%;
    width: 90%; }
    #content .newsStory .storyTitle {
      font-size: 18px;
      line-height: 1.2em;
      font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
      display: inline-block; }
    #content .newsStory .storySource {
      font-size: 10px;
      color: #888;
      margin-bottom: 8px; }
    #content .newsStory.social {
      height: auto;
      margin-bottom: 1em; }
      #content .newsStory.social .storyTitle {
        font-size: .8em;
        line-height: 1.3em; }
      #content .newsStory.social .moreWrapper {
        display: none; }
    #content .newsStory p {
      font-size: 12px; }
    #content .newsStory .moreWrapper {
      display: none; }
  #content .staffList h4 {
    margin-bottom: .25em; }
    #content .staffList h4 .jobTitle {
      color: #006eb3;
      font-size: .9em; }
    #content .staffList h4 .department {
      color: #006eb3; }
    #content .staffList h4 .position {
      font-size: .9em; }
  #content .staffList a.twitter {
    margin-left: 6px;
    color: #22aad4; }
    #content .staffList a.twitter:hover {
      color: #44ccf6; }
  #content .staffList a.facebook {
    margin-left: 6px;
    color: #193776; }
    #content .staffList a.facebook:hover {
      color: #5d7bba; }
  #content .staffList .staffer {
    border-bottom: 1px solid #f4be73;
    margin-bottom: 1em;
    position: relative; }
    #content .staffList .staffer .name {
      font-weight: 400; }
  #content .staffList .job_applicant {
    border-top: 1px solid #f4be73;
    margin-top: 2em;
    padding-top: 1em;
    position: relative; }
    #content .staffList .job_applicant .department {
      font-size: 1em;
      margin-right: .35em; }
    #content .staffList .job_applicant .position {
      font-weight: 400;
      line-height: 1em;
      font-size: 1em; }
    #content .staffList .job_applicant .brightGold + .position {
      margin-left: .35em; }
  #content .endorsed-candidate img {
    border-radius: 1.5em; }
  #content .endorsed-candidate .captionBox {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #006eb3;
    background-color: rgba(0, 110, 179, 0.67);
    border-radius: 0 0 1.5em 1.5em; }
    #content .endorsed-candidate .captionBox h5 {
      margin: .25em 1em .5em;
      padding: 0;
      color: white;
      font-size: 1.1em; }
  #content .byTheNumbers .members {
    background: url("/assets/images/site_design/members.png") #13457a;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #79A7D6;
    padding: 28px 12px !important; }
    #content .byTheNumbers .members .data p {
      font-family: Roboto, Arial, Helvetica;
      font-weight: 900;
      font-size: 3em;
      margin-bottom: 0;
      line-height: 1em; }
    #content .byTheNumbers .members .subtitle p {
      color: white;
      font-family: 'Roboto Condensed', Arial, Helvetica;
      font-weight: 300 !important;
      font-size: 2em;
      line-height: 1.5em;
      margin-bottom: 0; }
  #content .byTheNumbers .money {
    background-color: #FFF0C4;
    background: url("/assets/images/site_design/money.jpg") #FFF0C4;
    background-size: auto 100%;
    color: #13457a;
    padding: 20px 20px !important; }
    #content .byTheNumbers .money p {
      display: block;
      margin-bottom: .25em; }
    #content .byTheNumbers .money .title p {
      font-family: Roboto, Arial, Helvetica;
      font-weight: 400;
      font-size: 24px; }
    #content .byTheNumbers .money .data p {
      font-family: Ultra, Georgia;
      font-weight: 900;
      font-size: 2em;
      margin-bottom: 0;
      line-height: 1em; }
    #content .byTheNumbers .money .subtitle p {
      font-family: 'Roboto Condensed', Arial, Helvetica;
      font-weight: 300 !important;
      font-size: 1.5em;
      margin: .5em 0 1em;
      line-height: 1em; }
  #content .byTheNumbers .calls {
    background-color: #AF974E;
    color: white;
    padding: 20px 20px !important; }
    #content .byTheNumbers .calls p {
      display: block;
      margin-bottom: .25em; }
    #content .byTheNumbers .calls .title p {
      font-family: Roboto, Arial, Helvetica;
      font-weight: 100;
      font-size: 24px; }
    #content .byTheNumbers .calls .data p {
      font-family: Ultra, Georgia;
      font-weight: 900;
      font-size: 2em;
      margin-bottom: 0;
      line-height: 1em; }
    #content .byTheNumbers .calls .subtitle p {
      font-family: 'Roboto Condensed', Arial, Helvetica;
      font-weight: 300 !important;
      font-size: 1.5em;
      margin: .5em 0 1em;
      line-height: 1em; }
  #content .byTheNumbers .electeds {
    background-color: #2F68A9;
    color: white;
    padding: 20px 20px !important; }
    #content .byTheNumbers .electeds p {
      display: block;
      margin-bottom: .25em; }
    #content .byTheNumbers .electeds .title p {
      font-family: Roboto, Arial, Helvetica;
      font-weight: 100;
      font-size: 24px; }
    #content .byTheNumbers .electeds .data p {
      font-family: Ultra, Georgia;
      font-weight: 900;
      font-size: 3em;
      margin-bottom: 0;
      line-height: 1em; }
    #content .byTheNumbers .electeds .subtitle p {
      font-family: 'Roboto Condensed', Arial, Helvetica;
      font-weight: 300 !important;
      font-size: 1.5em;
      margin: .5em 0 1em;
      line-height: 1em; }
  #content .byTheNumbers .trained {
    background-color: #FAFAFA;
    color: #006eb3;
    padding: 20px 20px !important; }
    #content .byTheNumbers .trained p {
      display: block;
      margin-bottom: .25em; }
    #content .byTheNumbers .trained .title p {
      font-family: Roboto, Arial, Helvetica;
      font-weight: 100;
      font-size: 24px; }
    #content .byTheNumbers .trained .data p {
      font-family: Ultra, Georgia;
      font-weight: 900;
      font-size: 2em;
      margin-bottom: 0;
      line-height: 1em; }
    #content .byTheNumbers .trained .subtitle p {
      font-family: 'Roboto Condensed', Arial, Helvetica;
      font-weight: 300 !important;
      font-size: 1.5em;
      margin: .5em 0 1em;
      line-height: 1em; }

#sidebar {
  padding-top: 3%;
  font-size: 12px; }
  #sidebar .button.button-primary,
  #sidebar button.button-primary,
  #sidebar input[type="submit"].button-primary,
  #sidebar input[type="reset"].button-primary,
  #sidebar input[type="button"].button-primary {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    #sidebar .button.button-primary:hover, #sidebar .button.button-primary:focus,
    #sidebar button.button-primary:hover,
    #sidebar button.button-primary:focus,
    #sidebar input[type="submit"].button-primary:hover,
    #sidebar input[type="submit"].button-primary:focus,
    #sidebar input[type="reset"].button-primary:hover,
    #sidebar input[type="reset"].button-primary:focus,
    #sidebar input[type="button"].button-primary:hover,
    #sidebar input[type="button"].button-primary:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  #sidebar .button.button-primary-outline,
  #sidebar button.button-primary-outline,
  #sidebar input[type="submit"].button-primary-outline,
  #sidebar input[type="reset"].button-primary-outline,
  #sidebar input[type="button"].button-primary-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    #sidebar .button.button-primary-outline:hover, #sidebar .button.button-primary-outline:focus,
    #sidebar button.button-primary-outline:hover,
    #sidebar button.button-primary-outline:focus,
    #sidebar input[type="submit"].button-primary-outline:hover,
    #sidebar input[type="submit"].button-primary-outline:focus,
    #sidebar input[type="reset"].button-primary-outline:hover,
    #sidebar input[type="reset"].button-primary-outline:focus,
    #sidebar input[type="button"].button-primary-outline:hover,
    #sidebar input[type="button"].button-primary-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  #sidebar .button.button-gold,
  #sidebar button.button-gold,
  #sidebar input[type="submit"].button-gold,
  #sidebar input[type="reset"].button-gold,
  #sidebar input[type="button"].button-gold {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    #sidebar .button.button-gold:hover, #sidebar .button.button-gold:focus,
    #sidebar button.button-gold:hover,
    #sidebar button.button-gold:focus,
    #sidebar input[type="submit"].button-gold:hover,
    #sidebar input[type="submit"].button-gold:focus,
    #sidebar input[type="reset"].button-gold:hover,
    #sidebar input[type="reset"].button-gold:focus,
    #sidebar input[type="button"].button-gold:hover,
    #sidebar input[type="button"].button-gold:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  #sidebar .button.button-gold-outline,
  #sidebar button.button-gold-outline,
  #sidebar input[type="submit"].button-gold-outline,
  #sidebar input[type="reset"].button-gold-outline,
  #sidebar input[type="button"].button-gold-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    #sidebar .button.button-gold-outline:hover, #sidebar .button.button-gold-outline:focus,
    #sidebar button.button-gold-outline:hover,
    #sidebar button.button-gold-outline:focus,
    #sidebar input[type="submit"].button-gold-outline:hover,
    #sidebar input[type="submit"].button-gold-outline:focus,
    #sidebar input[type="reset"].button-gold-outline:hover,
    #sidebar input[type="reset"].button-gold-outline:focus,
    #sidebar input[type="button"].button-gold-outline:hover,
    #sidebar input[type="button"].button-gold-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  #sidebar .button.button-red,
  #sidebar button.button-red,
  #sidebar input[type="submit"].button-red,
  #sidebar input[type="reset"].button-red,
  #sidebar input[type="button"].button-red {
    color: #FFF;
    background-color: #b0312a;
    border-color: #b0312a; }
    #sidebar .button.button-red:hover, #sidebar .button.button-red:focus,
    #sidebar button.button-red:hover,
    #sidebar button.button-red:focus,
    #sidebar input[type="submit"].button-red:hover,
    #sidebar input[type="submit"].button-red:focus,
    #sidebar input[type="reset"].button-red:hover,
    #sidebar input[type="reset"].button-red:focus,
    #sidebar input[type="button"].button-red:hover,
    #sidebar input[type="button"].button-red:focus {
      background-color: #f4756e;
      border-color: #f4756e; }
  #sidebar .button.button-red-outline,
  #sidebar button.button-red-outline,
  #sidebar input[type="submit"].button-red-outline,
  #sidebar input[type="reset"].button-red-outline,
  #sidebar input[type="button"].button-red-outline {
    color: #b0312a;
    background-color: transparent;
    border: 1px solid #b0312a; }
    #sidebar .button.button-red-outline:hover, #sidebar .button.button-red-outline:focus,
    #sidebar button.button-red-outline:hover,
    #sidebar button.button-red-outline:focus,
    #sidebar input[type="submit"].button-red-outline:hover,
    #sidebar input[type="submit"].button-red-outline:focus,
    #sidebar input[type="reset"].button-red-outline:hover,
    #sidebar input[type="reset"].button-red-outline:focus,
    #sidebar input[type="button"].button-red-outline:hover,
    #sidebar input[type="button"].button-red-outline:focus {
      color: white;
      background-color: #f4756e;
      border-color: #f4756e; }
  #sidebar .button.button-blue,
  #sidebar button.button-blue,
  #sidebar input[type="submit"].button-blue,
  #sidebar input[type="reset"].button-blue,
  #sidebar input[type="button"].button-blue {
    color: #FFF;
    background-color: #006eb3;
    border-color: #006eb3; }
    #sidebar .button.button-blue:hover, #sidebar .button.button-blue:focus,
    #sidebar button.button-blue:hover,
    #sidebar button.button-blue:focus,
    #sidebar input[type="submit"].button-blue:hover,
    #sidebar input[type="submit"].button-blue:focus,
    #sidebar input[type="reset"].button-blue:hover,
    #sidebar input[type="reset"].button-blue:focus,
    #sidebar input[type="button"].button-blue:hover,
    #sidebar input[type="button"].button-blue:focus {
      background-color: #33b2ff;
      border-color: #33b2ff; }
  #sidebar .button.button-blue-outline,
  #sidebar button.button-blue-outline,
  #sidebar input[type="submit"].button-blue-outline,
  #sidebar input[type="reset"].button-blue-outline,
  #sidebar input[type="button"].button-blue-outline {
    color: #006eb3;
    background-color: transparent;
    border: 1px solid #006eb3; }
    #sidebar .button.button-blue-outline:hover, #sidebar .button.button-blue-outline:focus,
    #sidebar button.button-blue-outline:hover,
    #sidebar button.button-blue-outline:focus,
    #sidebar input[type="submit"].button-blue-outline:hover,
    #sidebar input[type="submit"].button-blue-outline:focus,
    #sidebar input[type="reset"].button-blue-outline:hover,
    #sidebar input[type="reset"].button-blue-outline:focus,
    #sidebar input[type="button"].button-blue-outline:hover,
    #sidebar input[type="button"].button-blue-outline:focus {
      color: white;
      background-color: #33b2ff;
      border-color: #33b2ff; }
  #sidebar .button.button-facebook,
  #sidebar button.button-facebook,
  #sidebar input[type="submit"].button-facebook,
  #sidebar input[type="reset"].button-facebook,
  #sidebar input[type="button"].button-facebook {
    color: #FFF;
    background-color: #193776;
    border-color: #193776; }
    #sidebar .button.button-facebook:hover, #sidebar .button.button-facebook:focus,
    #sidebar button.button-facebook:hover,
    #sidebar button.button-facebook:focus,
    #sidebar input[type="submit"].button-facebook:hover,
    #sidebar input[type="submit"].button-facebook:focus,
    #sidebar input[type="reset"].button-facebook:hover,
    #sidebar input[type="reset"].button-facebook:focus,
    #sidebar input[type="button"].button-facebook:hover,
    #sidebar input[type="button"].button-facebook:focus {
      background-color: #5d7bba;
      border-color: #5d7bba; }
  #sidebar .button.button-facebook-outline,
  #sidebar button.button-facebook-outline,
  #sidebar input[type="submit"].button-facebook-outline,
  #sidebar input[type="reset"].button-facebook-outline,
  #sidebar input[type="button"].button-facebook-outline {
    color: #193776;
    background-color: transparent;
    border: 1px solid #193776; }
    #sidebar .button.button-facebook-outline:hover, #sidebar .button.button-facebook-outline:focus,
    #sidebar button.button-facebook-outline:hover,
    #sidebar button.button-facebook-outline:focus,
    #sidebar input[type="submit"].button-facebook-outline:hover,
    #sidebar input[type="submit"].button-facebook-outline:focus,
    #sidebar input[type="reset"].button-facebook-outline:hover,
    #sidebar input[type="reset"].button-facebook-outline:focus,
    #sidebar input[type="button"].button-facebook-outline:hover,
    #sidebar input[type="button"].button-facebook-outline:focus {
      color: white;
      background-color: #5d7bba;
      border-color: #5d7bba; }
  #sidebar .button.button-twitter,
  #sidebar button.button-twitter,
  #sidebar input[type="submit"].button-twitter,
  #sidebar input[type="reset"].button-twitter,
  #sidebar input[type="button"].button-twitter {
    color: #FFF;
    background-color: #22aad4;
    border-color: #22aad4; }
    #sidebar .button.button-twitter:hover, #sidebar .button.button-twitter:focus,
    #sidebar button.button-twitter:hover,
    #sidebar button.button-twitter:focus,
    #sidebar input[type="submit"].button-twitter:hover,
    #sidebar input[type="submit"].button-twitter:focus,
    #sidebar input[type="reset"].button-twitter:hover,
    #sidebar input[type="reset"].button-twitter:focus,
    #sidebar input[type="button"].button-twitter:hover,
    #sidebar input[type="button"].button-twitter:focus {
      background-color: #44ccf6;
      border-color: #44ccf6; }
  #sidebar .button.button-twitter-outline,
  #sidebar button.button-twitter-outline,
  #sidebar input[type="submit"].button-twitter-outline,
  #sidebar input[type="reset"].button-twitter-outline,
  #sidebar input[type="button"].button-twitter-outline {
    color: #22aad4;
    background-color: transparent;
    border: 1px solid #22aad4; }
    #sidebar .button.button-twitter-outline:hover, #sidebar .button.button-twitter-outline:focus,
    #sidebar button.button-twitter-outline:hover,
    #sidebar button.button-twitter-outline:focus,
    #sidebar input[type="submit"].button-twitter-outline:hover,
    #sidebar input[type="submit"].button-twitter-outline:focus,
    #sidebar input[type="reset"].button-twitter-outline:hover,
    #sidebar input[type="reset"].button-twitter-outline:focus,
    #sidebar input[type="button"].button-twitter-outline:hover,
    #sidebar input[type="button"].button-twitter-outline:focus {
      color: white;
      background-color: #44ccf6;
      border-color: #44ccf6; }
  #sidebar div,
  #sidebar img {
    display: block; }
    #sidebar div.caption,
    #sidebar img.caption {
      font-size: .8em !important;
      text-align: center; }
      #sidebar div.caption p,
      #sidebar img.caption p {
        font-size: 1em !important;
        text-align: center; }
    #sidebar div.left,
    #sidebar img.left {
      width: 33% !important;
      float: left;
      margin-right: 5% !important;
      margin-bottom: 2.5% !important; }
    #sidebar div.right,
    #sidebar img.right {
      width: 33% !important;
      float: right;
      margin-left: 5% !important;
      margin-bottom: 2.5% !important; }
    #sidebar div.center,
    #sidebar img.center {
      width: 90% !important;
      margin: 5% auto !important; }
    #sidebar div.thumbnail,
    #sidebar img.thumbnail {
      display: block; }
    #sidebar div.mobileHide,
    #sidebar img.mobileHide {
      display: block; }
    #sidebar div.left-20pct,
    #sidebar img.left-20pct {
      width: 20% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-20pct,
    #sidebar img.right-20pct {
      width: 20% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-20pct,
    #sidebar img.center-20pct {
      width: 20% !important;
      margin: 5% auto; }
    #sidebar div.left-25pct,
    #sidebar img.left-25pct {
      width: 25% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-25pct,
    #sidebar img.right-25pct {
      width: 25% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-25pct,
    #sidebar img.center-25pct {
      width: 25% !important;
      margin: 5% auto; }
    #sidebar div.left-30pct,
    #sidebar img.left-30pct {
      width: 30% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-30pct,
    #sidebar img.right-30pct {
      width: 30% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-30pct,
    #sidebar img.center-30pct {
      width: 30% !important;
      margin: 5% auto; }
    #sidebar div.left-33pct,
    #sidebar img.left-33pct {
      width: 33% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-33pct,
    #sidebar img.right-33pct {
      width: 33% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-33pct,
    #sidebar img.center-33pct {
      width: 33% !important;
      margin: 5% auto; }
    #sidebar div.left-40pct,
    #sidebar img.left-40pct {
      width: 40% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-40pct,
    #sidebar img.right-40pct {
      width: 40% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-40pct,
    #sidebar img.center-40pct {
      width: 40% !important;
      margin: 5% auto; }
    #sidebar div.left-50pct,
    #sidebar img.left-50pct {
      width: 50% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-50pct,
    #sidebar img.right-50pct {
      width: 50% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-50pct,
    #sidebar img.center-50pct {
      width: 50% !important;
      margin: 5% auto; }
    #sidebar div.left-60pct,
    #sidebar img.left-60pct {
      width: 60% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-60pct,
    #sidebar img.right-60pct {
      width: 60% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-60pct,
    #sidebar img.center-60pct {
      width: 60% !important;
      margin: 5% auto; }
    #sidebar div.left-67pct,
    #sidebar img.left-67pct {
      width: 67% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-67pct,
    #sidebar img.right-67pct {
      width: 67% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-67pct,
    #sidebar img.center-67pct {
      width: 67% !important;
      margin: 5% auto; }
    #sidebar div.left-70pct,
    #sidebar img.left-70pct {
      width: 70% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-70pct,
    #sidebar img.right-70pct {
      width: 70% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-70pct,
    #sidebar img.center-70pct {
      width: 70% !important;
      margin: 5% auto; }
    #sidebar div.left-75pct,
    #sidebar img.left-75pct {
      width: 75% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-75pct,
    #sidebar img.right-75pct {
      width: 75% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-75pct,
    #sidebar img.center-75pct {
      width: 75% !important;
      margin: 5% auto; }
    #sidebar div.left-80pct,
    #sidebar img.left-80pct {
      width: 80% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-80pct,
    #sidebar img.right-80pct {
      width: 80% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-80pct,
    #sidebar img.center-80pct {
      width: 80% !important;
      margin: 5% auto; }
    #sidebar div.left-90pct,
    #sidebar img.left-90pct {
      width: 90% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.right-90pct,
    #sidebar img.right-90pct {
      width: 90% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #sidebar div.center-90pct,
    #sidebar img.center-90pct {
      width: 90% !important;
      margin: 5% auto; }
  #sidebar img {
    width: 100%; }
    #sidebar img.popUp {
      display: block; }
  #sidebar span.error {
    color: #F00;
    font-weight: 600;
    font-size: 15px; }
  #sidebar .field.error {
    background-color: #FCC; }
  #sidebar img {
    width: 100%; }
    #sidebar img.popUp {
      display: block; }
  #sidebar img.caption,
  #sidebar div.caption {
    font-size: .8em !important;
    text-align: center; }
    #sidebar img.caption p,
    #sidebar div.caption p {
      text-align: center; }
  #sidebar blockquote {
    background-color: #f1f5fb;
    margin-left: 1em;
    border-left: 2px solid #d3e0f2;
    color: #006eb3;
    padding: .5em 1em .5em;
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-style: italic; }
    #sidebar blockquote p:last-of-type {
      margin-bottom: 0; }
    #sidebar blockquote a {
      color: #33b2ff;
      text-decoration: underline; }
  #sidebar a {
    color: #A00;
    text-decoration: none;
    -o-transition: color .3s linear, background .3s linear, border .3s linear;
    -moz-transition: color .3s linear, background .3s linear, border .3s linear;
    -webkit-transition: color .3s linear, background .3s linear, border .3s linear;
    transition: color .3s linear, background .3s linear, border .3s linear; }
    #sidebar a:visited {
      color: #A00; }
    #sidebar a:hover {
      color: #f4756e; }
    #sidebar a.popUp {
      text-decoration: none; }
  #sidebar a.readMore,
  #sidebar div.readMore a {
    border: 1px solid #A00;
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 1px 8px;
    color: #A00;
    display: block;
    width: 30px;
    text-align: center;
    margin: -1em 0 2em auto;
    font-weight: bold;
    line-height: 12px; }
    #sidebar a.readMore:hover,
    #sidebar div.readMore a:hover {
      color: white;
      background-color: #A00; }
  #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
    font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0.5em; }
  #sidebar p, #sidebar li {
    font-family: Roboto, Arial, Helevetica, sans-serif;
    margin-bottom: 1.4em;
    line-height: 1.4em; }
    #sidebar p strong, #sidebar li strong {
      font-weight: 700; }
  #sidebar p {
    font-family: Roboto, Arial, Helevetica, sans-serif; }
    #sidebar p.sectionHeader {
      font-family: Roboto, Arial, Helevetica, sans-serif;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
      color: #006eb3;
      margin-bottom: .667em; }
  #sidebar li {
    margin-bottom: .5em; }
  #sidebar h1 {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #sidebar h2 {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #sidebar h3 {
    font-size: 15px !important;
    font-weight: 200;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #sidebar h4 {
    font-size: 14px !important;
    font-weight: 200;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #sidebar h5 {
    font-size: 13px !important;
    font-weight: 200;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #sidebar h6 {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #sidebar ul,
  #sidebar ol {
    padding-left: 2em;
    list-style-position: outside; }
  #sidebar ul {
    list-style-type: disc; }
  #sidebar ol {
    list-style-type: decimal; }
  #sidebar .more {
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    display: block;
    margin-top: 4px; }
  #sidebar .newsBlock + .sidebar_block {
    padding-top: 8px;
    padding-bottom: 8px; }
  #sidebar .sidebar_block + .newsBlock {
    margin-top: 8px;
    padding-top: 16px; }
  #sidebar .newsBlock {
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 16px; }
    #sidebar .newsBlock:last-of-type {
      border-bottom: none; }
    #sidebar .newsBlock .newsItem {
      padding-bottom: 8px;
      position: relative; }
      #sidebar .newsBlock .newsItem p.source {
        font-family: Roboto, Arial, Helevetica, sans-serif;
        font-weight: 500;
        color: #666;
        margin-top: -0.5em;
        font-size: 1.2em;
        margin-bottom: 0.5em; }
    #sidebar .newsBlock .mediaAppearanceItem {
      position: relative; }
      #sidebar .newsBlock .mediaAppearanceItem p.mediaSpokesperson {
        font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
        font-weight: 500;
        font-size: 1.5em;
        color: black;
        margin-bottom: 0; }
      #sidebar .newsBlock .mediaAppearanceItem p.mediaDescription, #sidebar .newsBlock .mediaAppearanceItem p.mediaNone {
        font-family: Roboto, Arial, Helevetica, sans-serif;
        font-weight: 500;
        color: #666;
        font-size: 1.2em;
        margin-bottom: 0; }
    #sidebar .newsBlock .sectionHeader {
      font-family: Roboto, Arial, Helevetica, sans-serif;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
      color: #006eb3;
      margin-bottom: .667em; }
  #sidebar .embiggen {
    font-size: 1.28em !important; }
    #sidebar .embiggen h1 {
      font-size: 24px !important;
      font-weight: 400;
      line-height: 1.2em;
      color: #006eb3;
      letter-spacing: normal; }
    #sidebar .embiggen h2 {
      font-size: 22px !important;
      font-weight: 400;
      line-height: 1.2em;
      color: #b0312a;
      letter-spacing: normal; }
    #sidebar .embiggen h3 {
      font-size: 20px !important;
      font-weight: 200;
      line-height: 1.2em;
      color: #006eb3;
      letter-spacing: normal; }
    #sidebar .embiggen h4 {
      font-size: 18px !important;
      font-weight: 200;
      line-height: 1.2em;
      color: #b0312a;
      letter-spacing: normal; }
    #sidebar .embiggen h5 {
      font-size: 16px !important;
      font-weight: 200;
      line-height: 1.2em;
      color: #006eb3;
      letter-spacing: normal; }
    #sidebar .embiggen h6 {
      font-size: 15px !important;
      font-weight: 400;
      line-height: 1.2em;
      color: #b0312a;
      letter-spacing: normal; }
    #sidebar .embiggen input[type="checkbox"],
    #sidebar .embiggen input[type="radio"] {
      margin-right: .5em; }
    #sidebar .embiggen input[type="email"],
    #sidebar .embiggen input[type="number"],
    #sidebar .embiggen input[type="search"],
    #sidebar .embiggen input[type="text"],
    #sidebar .embiggen input[type="tel"],
    #sidebar .embiggen input[type="url"],
    #sidebar .embiggen input[type="password"],
    #sidebar .embiggen textarea,
    #sidebar .embiggen select {
      font-size: 1.25em; }
    #sidebar .embiggen .button,
    #sidebar .embiggen button,
    #sidebar .embiggen input[type="submit"],
    #sidebar .embiggen input[type="reset"],
    #sidebar .embiggen input[type="button"] {
      font-size: 1.2em; }

#join-us-wrapper {
  background-color: #FFF;
  box-shadow: 0px 0px 5px grey; }
  #join-us-wrapper #join-us .button.button-primary,
  #join-us-wrapper #join-us button.button-primary,
  #join-us-wrapper #join-us input[type="submit"].button-primary,
  #join-us-wrapper #join-us input[type="reset"].button-primary,
  #join-us-wrapper #join-us input[type="button"].button-primary {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    #join-us-wrapper #join-us .button.button-primary:hover, #join-us-wrapper #join-us .button.button-primary:focus,
    #join-us-wrapper #join-us button.button-primary:hover,
    #join-us-wrapper #join-us button.button-primary:focus,
    #join-us-wrapper #join-us input[type="submit"].button-primary:hover,
    #join-us-wrapper #join-us input[type="submit"].button-primary:focus,
    #join-us-wrapper #join-us input[type="reset"].button-primary:hover,
    #join-us-wrapper #join-us input[type="reset"].button-primary:focus,
    #join-us-wrapper #join-us input[type="button"].button-primary:hover,
    #join-us-wrapper #join-us input[type="button"].button-primary:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  #join-us-wrapper #join-us .button.button-primary-outline,
  #join-us-wrapper #join-us button.button-primary-outline,
  #join-us-wrapper #join-us input[type="submit"].button-primary-outline,
  #join-us-wrapper #join-us input[type="reset"].button-primary-outline,
  #join-us-wrapper #join-us input[type="button"].button-primary-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    #join-us-wrapper #join-us .button.button-primary-outline:hover, #join-us-wrapper #join-us .button.button-primary-outline:focus,
    #join-us-wrapper #join-us button.button-primary-outline:hover,
    #join-us-wrapper #join-us button.button-primary-outline:focus,
    #join-us-wrapper #join-us input[type="submit"].button-primary-outline:hover,
    #join-us-wrapper #join-us input[type="submit"].button-primary-outline:focus,
    #join-us-wrapper #join-us input[type="reset"].button-primary-outline:hover,
    #join-us-wrapper #join-us input[type="reset"].button-primary-outline:focus,
    #join-us-wrapper #join-us input[type="button"].button-primary-outline:hover,
    #join-us-wrapper #join-us input[type="button"].button-primary-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  #join-us-wrapper #join-us .button.button-gold,
  #join-us-wrapper #join-us button.button-gold,
  #join-us-wrapper #join-us input[type="submit"].button-gold,
  #join-us-wrapper #join-us input[type="reset"].button-gold,
  #join-us-wrapper #join-us input[type="button"].button-gold {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    #join-us-wrapper #join-us .button.button-gold:hover, #join-us-wrapper #join-us .button.button-gold:focus,
    #join-us-wrapper #join-us button.button-gold:hover,
    #join-us-wrapper #join-us button.button-gold:focus,
    #join-us-wrapper #join-us input[type="submit"].button-gold:hover,
    #join-us-wrapper #join-us input[type="submit"].button-gold:focus,
    #join-us-wrapper #join-us input[type="reset"].button-gold:hover,
    #join-us-wrapper #join-us input[type="reset"].button-gold:focus,
    #join-us-wrapper #join-us input[type="button"].button-gold:hover,
    #join-us-wrapper #join-us input[type="button"].button-gold:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  #join-us-wrapper #join-us .button.button-gold-outline,
  #join-us-wrapper #join-us button.button-gold-outline,
  #join-us-wrapper #join-us input[type="submit"].button-gold-outline,
  #join-us-wrapper #join-us input[type="reset"].button-gold-outline,
  #join-us-wrapper #join-us input[type="button"].button-gold-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    #join-us-wrapper #join-us .button.button-gold-outline:hover, #join-us-wrapper #join-us .button.button-gold-outline:focus,
    #join-us-wrapper #join-us button.button-gold-outline:hover,
    #join-us-wrapper #join-us button.button-gold-outline:focus,
    #join-us-wrapper #join-us input[type="submit"].button-gold-outline:hover,
    #join-us-wrapper #join-us input[type="submit"].button-gold-outline:focus,
    #join-us-wrapper #join-us input[type="reset"].button-gold-outline:hover,
    #join-us-wrapper #join-us input[type="reset"].button-gold-outline:focus,
    #join-us-wrapper #join-us input[type="button"].button-gold-outline:hover,
    #join-us-wrapper #join-us input[type="button"].button-gold-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  #join-us-wrapper #join-us .button.button-red,
  #join-us-wrapper #join-us button.button-red,
  #join-us-wrapper #join-us input[type="submit"].button-red,
  #join-us-wrapper #join-us input[type="reset"].button-red,
  #join-us-wrapper #join-us input[type="button"].button-red {
    color: #FFF;
    background-color: #b0312a;
    border-color: #b0312a; }
    #join-us-wrapper #join-us .button.button-red:hover, #join-us-wrapper #join-us .button.button-red:focus,
    #join-us-wrapper #join-us button.button-red:hover,
    #join-us-wrapper #join-us button.button-red:focus,
    #join-us-wrapper #join-us input[type="submit"].button-red:hover,
    #join-us-wrapper #join-us input[type="submit"].button-red:focus,
    #join-us-wrapper #join-us input[type="reset"].button-red:hover,
    #join-us-wrapper #join-us input[type="reset"].button-red:focus,
    #join-us-wrapper #join-us input[type="button"].button-red:hover,
    #join-us-wrapper #join-us input[type="button"].button-red:focus {
      background-color: #f4756e;
      border-color: #f4756e; }
  #join-us-wrapper #join-us .button.button-red-outline,
  #join-us-wrapper #join-us button.button-red-outline,
  #join-us-wrapper #join-us input[type="submit"].button-red-outline,
  #join-us-wrapper #join-us input[type="reset"].button-red-outline,
  #join-us-wrapper #join-us input[type="button"].button-red-outline {
    color: #b0312a;
    background-color: transparent;
    border: 1px solid #b0312a; }
    #join-us-wrapper #join-us .button.button-red-outline:hover, #join-us-wrapper #join-us .button.button-red-outline:focus,
    #join-us-wrapper #join-us button.button-red-outline:hover,
    #join-us-wrapper #join-us button.button-red-outline:focus,
    #join-us-wrapper #join-us input[type="submit"].button-red-outline:hover,
    #join-us-wrapper #join-us input[type="submit"].button-red-outline:focus,
    #join-us-wrapper #join-us input[type="reset"].button-red-outline:hover,
    #join-us-wrapper #join-us input[type="reset"].button-red-outline:focus,
    #join-us-wrapper #join-us input[type="button"].button-red-outline:hover,
    #join-us-wrapper #join-us input[type="button"].button-red-outline:focus {
      color: white;
      background-color: #f4756e;
      border-color: #f4756e; }
  #join-us-wrapper #join-us .button.button-blue,
  #join-us-wrapper #join-us button.button-blue,
  #join-us-wrapper #join-us input[type="submit"].button-blue,
  #join-us-wrapper #join-us input[type="reset"].button-blue,
  #join-us-wrapper #join-us input[type="button"].button-blue {
    color: #FFF;
    background-color: #006eb3;
    border-color: #006eb3; }
    #join-us-wrapper #join-us .button.button-blue:hover, #join-us-wrapper #join-us .button.button-blue:focus,
    #join-us-wrapper #join-us button.button-blue:hover,
    #join-us-wrapper #join-us button.button-blue:focus,
    #join-us-wrapper #join-us input[type="submit"].button-blue:hover,
    #join-us-wrapper #join-us input[type="submit"].button-blue:focus,
    #join-us-wrapper #join-us input[type="reset"].button-blue:hover,
    #join-us-wrapper #join-us input[type="reset"].button-blue:focus,
    #join-us-wrapper #join-us input[type="button"].button-blue:hover,
    #join-us-wrapper #join-us input[type="button"].button-blue:focus {
      background-color: #33b2ff;
      border-color: #33b2ff; }
  #join-us-wrapper #join-us .button.button-blue-outline,
  #join-us-wrapper #join-us button.button-blue-outline,
  #join-us-wrapper #join-us input[type="submit"].button-blue-outline,
  #join-us-wrapper #join-us input[type="reset"].button-blue-outline,
  #join-us-wrapper #join-us input[type="button"].button-blue-outline {
    color: #006eb3;
    background-color: transparent;
    border: 1px solid #006eb3; }
    #join-us-wrapper #join-us .button.button-blue-outline:hover, #join-us-wrapper #join-us .button.button-blue-outline:focus,
    #join-us-wrapper #join-us button.button-blue-outline:hover,
    #join-us-wrapper #join-us button.button-blue-outline:focus,
    #join-us-wrapper #join-us input[type="submit"].button-blue-outline:hover,
    #join-us-wrapper #join-us input[type="submit"].button-blue-outline:focus,
    #join-us-wrapper #join-us input[type="reset"].button-blue-outline:hover,
    #join-us-wrapper #join-us input[type="reset"].button-blue-outline:focus,
    #join-us-wrapper #join-us input[type="button"].button-blue-outline:hover,
    #join-us-wrapper #join-us input[type="button"].button-blue-outline:focus {
      color: white;
      background-color: #33b2ff;
      border-color: #33b2ff; }
  #join-us-wrapper #join-us .button.button-facebook,
  #join-us-wrapper #join-us button.button-facebook,
  #join-us-wrapper #join-us input[type="submit"].button-facebook,
  #join-us-wrapper #join-us input[type="reset"].button-facebook,
  #join-us-wrapper #join-us input[type="button"].button-facebook {
    color: #FFF;
    background-color: #193776;
    border-color: #193776; }
    #join-us-wrapper #join-us .button.button-facebook:hover, #join-us-wrapper #join-us .button.button-facebook:focus,
    #join-us-wrapper #join-us button.button-facebook:hover,
    #join-us-wrapper #join-us button.button-facebook:focus,
    #join-us-wrapper #join-us input[type="submit"].button-facebook:hover,
    #join-us-wrapper #join-us input[type="submit"].button-facebook:focus,
    #join-us-wrapper #join-us input[type="reset"].button-facebook:hover,
    #join-us-wrapper #join-us input[type="reset"].button-facebook:focus,
    #join-us-wrapper #join-us input[type="button"].button-facebook:hover,
    #join-us-wrapper #join-us input[type="button"].button-facebook:focus {
      background-color: #5d7bba;
      border-color: #5d7bba; }
  #join-us-wrapper #join-us .button.button-facebook-outline,
  #join-us-wrapper #join-us button.button-facebook-outline,
  #join-us-wrapper #join-us input[type="submit"].button-facebook-outline,
  #join-us-wrapper #join-us input[type="reset"].button-facebook-outline,
  #join-us-wrapper #join-us input[type="button"].button-facebook-outline {
    color: #193776;
    background-color: transparent;
    border: 1px solid #193776; }
    #join-us-wrapper #join-us .button.button-facebook-outline:hover, #join-us-wrapper #join-us .button.button-facebook-outline:focus,
    #join-us-wrapper #join-us button.button-facebook-outline:hover,
    #join-us-wrapper #join-us button.button-facebook-outline:focus,
    #join-us-wrapper #join-us input[type="submit"].button-facebook-outline:hover,
    #join-us-wrapper #join-us input[type="submit"].button-facebook-outline:focus,
    #join-us-wrapper #join-us input[type="reset"].button-facebook-outline:hover,
    #join-us-wrapper #join-us input[type="reset"].button-facebook-outline:focus,
    #join-us-wrapper #join-us input[type="button"].button-facebook-outline:hover,
    #join-us-wrapper #join-us input[type="button"].button-facebook-outline:focus {
      color: white;
      background-color: #5d7bba;
      border-color: #5d7bba; }
  #join-us-wrapper #join-us .button.button-twitter,
  #join-us-wrapper #join-us button.button-twitter,
  #join-us-wrapper #join-us input[type="submit"].button-twitter,
  #join-us-wrapper #join-us input[type="reset"].button-twitter,
  #join-us-wrapper #join-us input[type="button"].button-twitter {
    color: #FFF;
    background-color: #22aad4;
    border-color: #22aad4; }
    #join-us-wrapper #join-us .button.button-twitter:hover, #join-us-wrapper #join-us .button.button-twitter:focus,
    #join-us-wrapper #join-us button.button-twitter:hover,
    #join-us-wrapper #join-us button.button-twitter:focus,
    #join-us-wrapper #join-us input[type="submit"].button-twitter:hover,
    #join-us-wrapper #join-us input[type="submit"].button-twitter:focus,
    #join-us-wrapper #join-us input[type="reset"].button-twitter:hover,
    #join-us-wrapper #join-us input[type="reset"].button-twitter:focus,
    #join-us-wrapper #join-us input[type="button"].button-twitter:hover,
    #join-us-wrapper #join-us input[type="button"].button-twitter:focus {
      background-color: #44ccf6;
      border-color: #44ccf6; }
  #join-us-wrapper #join-us .button.button-twitter-outline,
  #join-us-wrapper #join-us button.button-twitter-outline,
  #join-us-wrapper #join-us input[type="submit"].button-twitter-outline,
  #join-us-wrapper #join-us input[type="reset"].button-twitter-outline,
  #join-us-wrapper #join-us input[type="button"].button-twitter-outline {
    color: #22aad4;
    background-color: transparent;
    border: 1px solid #22aad4; }
    #join-us-wrapper #join-us .button.button-twitter-outline:hover, #join-us-wrapper #join-us .button.button-twitter-outline:focus,
    #join-us-wrapper #join-us button.button-twitter-outline:hover,
    #join-us-wrapper #join-us button.button-twitter-outline:focus,
    #join-us-wrapper #join-us input[type="submit"].button-twitter-outline:hover,
    #join-us-wrapper #join-us input[type="submit"].button-twitter-outline:focus,
    #join-us-wrapper #join-us input[type="reset"].button-twitter-outline:hover,
    #join-us-wrapper #join-us input[type="reset"].button-twitter-outline:focus,
    #join-us-wrapper #join-us input[type="button"].button-twitter-outline:hover,
    #join-us-wrapper #join-us input[type="button"].button-twitter-outline:focus {
      color: white;
      background-color: #44ccf6;
      border-color: #44ccf6; }
  #join-us-wrapper #join-us div,
  #join-us-wrapper #join-us img {
    display: block; }
    #join-us-wrapper #join-us div.caption,
    #join-us-wrapper #join-us img.caption {
      font-size: .8em !important;
      text-align: center; }
      #join-us-wrapper #join-us div.caption p,
      #join-us-wrapper #join-us img.caption p {
        font-size: 1em !important;
        text-align: center; }
    #join-us-wrapper #join-us div.left,
    #join-us-wrapper #join-us img.left {
      width: 33% !important;
      float: left;
      margin-right: 5% !important;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right,
    #join-us-wrapper #join-us img.right {
      width: 33% !important;
      float: right;
      margin-left: 5% !important;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center,
    #join-us-wrapper #join-us img.center {
      width: 90% !important;
      margin: 5% auto !important; }
    #join-us-wrapper #join-us div.thumbnail,
    #join-us-wrapper #join-us img.thumbnail {
      display: block; }
    #join-us-wrapper #join-us div.mobileHide,
    #join-us-wrapper #join-us img.mobileHide {
      display: block; }
    #join-us-wrapper #join-us div.left-20pct,
    #join-us-wrapper #join-us img.left-20pct {
      width: 20% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-20pct,
    #join-us-wrapper #join-us img.right-20pct {
      width: 20% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-20pct,
    #join-us-wrapper #join-us img.center-20pct {
      width: 20% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-25pct,
    #join-us-wrapper #join-us img.left-25pct {
      width: 25% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-25pct,
    #join-us-wrapper #join-us img.right-25pct {
      width: 25% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-25pct,
    #join-us-wrapper #join-us img.center-25pct {
      width: 25% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-30pct,
    #join-us-wrapper #join-us img.left-30pct {
      width: 30% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-30pct,
    #join-us-wrapper #join-us img.right-30pct {
      width: 30% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-30pct,
    #join-us-wrapper #join-us img.center-30pct {
      width: 30% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-33pct,
    #join-us-wrapper #join-us img.left-33pct {
      width: 33% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-33pct,
    #join-us-wrapper #join-us img.right-33pct {
      width: 33% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-33pct,
    #join-us-wrapper #join-us img.center-33pct {
      width: 33% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-40pct,
    #join-us-wrapper #join-us img.left-40pct {
      width: 40% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-40pct,
    #join-us-wrapper #join-us img.right-40pct {
      width: 40% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-40pct,
    #join-us-wrapper #join-us img.center-40pct {
      width: 40% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-50pct,
    #join-us-wrapper #join-us img.left-50pct {
      width: 50% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-50pct,
    #join-us-wrapper #join-us img.right-50pct {
      width: 50% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-50pct,
    #join-us-wrapper #join-us img.center-50pct {
      width: 50% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-60pct,
    #join-us-wrapper #join-us img.left-60pct {
      width: 60% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-60pct,
    #join-us-wrapper #join-us img.right-60pct {
      width: 60% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-60pct,
    #join-us-wrapper #join-us img.center-60pct {
      width: 60% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-67pct,
    #join-us-wrapper #join-us img.left-67pct {
      width: 67% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-67pct,
    #join-us-wrapper #join-us img.right-67pct {
      width: 67% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-67pct,
    #join-us-wrapper #join-us img.center-67pct {
      width: 67% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-70pct,
    #join-us-wrapper #join-us img.left-70pct {
      width: 70% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-70pct,
    #join-us-wrapper #join-us img.right-70pct {
      width: 70% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-70pct,
    #join-us-wrapper #join-us img.center-70pct {
      width: 70% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-75pct,
    #join-us-wrapper #join-us img.left-75pct {
      width: 75% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-75pct,
    #join-us-wrapper #join-us img.right-75pct {
      width: 75% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-75pct,
    #join-us-wrapper #join-us img.center-75pct {
      width: 75% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-80pct,
    #join-us-wrapper #join-us img.left-80pct {
      width: 80% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-80pct,
    #join-us-wrapper #join-us img.right-80pct {
      width: 80% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-80pct,
    #join-us-wrapper #join-us img.center-80pct {
      width: 80% !important;
      margin: 5% auto; }
    #join-us-wrapper #join-us div.left-90pct,
    #join-us-wrapper #join-us img.left-90pct {
      width: 90% !important;
      float: left;
      margin-right: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.right-90pct,
    #join-us-wrapper #join-us img.right-90pct {
      width: 90% !important;
      float: right;
      margin-left: 5%;
      margin-bottom: 2.5% !important; }
    #join-us-wrapper #join-us div.center-90pct,
    #join-us-wrapper #join-us img.center-90pct {
      width: 90% !important;
      margin: 5% auto; }
  #join-us-wrapper #join-us img {
    width: 100%; }
    #join-us-wrapper #join-us img.popUp {
      display: block; }
  #join-us-wrapper #join-us span.error {
    color: #F00;
    font-weight: 600;
    font-size: 15px; }
  #join-us-wrapper #join-us .field.error {
    background-color: #FCC; }
  #join-us-wrapper #join-us img {
    width: 100%; }
    #join-us-wrapper #join-us img.popUp {
      display: block; }
  #join-us-wrapper #join-us img.caption,
  #join-us-wrapper #join-us div.caption {
    font-size: .8em !important;
    text-align: center; }
    #join-us-wrapper #join-us img.caption p,
    #join-us-wrapper #join-us div.caption p {
      text-align: center; }
  #join-us-wrapper #join-us blockquote {
    background-color: #f1f5fb;
    margin-left: 1em;
    border-left: 2px solid #d3e0f2;
    color: #006eb3;
    padding: .5em 1em .5em;
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-style: italic; }
    #join-us-wrapper #join-us blockquote p:last-of-type {
      margin-bottom: 0; }
    #join-us-wrapper #join-us blockquote a {
      color: #33b2ff;
      text-decoration: underline; }
  #join-us-wrapper #join-us a {
    color: #A00;
    text-decoration: none;
    -o-transition: color .3s linear, background .3s linear, border .3s linear;
    -moz-transition: color .3s linear, background .3s linear, border .3s linear;
    -webkit-transition: color .3s linear, background .3s linear, border .3s linear;
    transition: color .3s linear, background .3s linear, border .3s linear; }
    #join-us-wrapper #join-us a:visited {
      color: #A00; }
    #join-us-wrapper #join-us a:hover {
      color: #f4756e; }
    #join-us-wrapper #join-us a.popUp {
      text-decoration: none; }
  #join-us-wrapper #join-us a.readMore,
  #join-us-wrapper #join-us div.readMore a {
    border: 1px solid #A00;
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 8px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 1px 8px;
    color: #A00;
    display: block;
    width: 30px;
    text-align: center;
    margin: -1em 0 2em auto;
    font-weight: bold;
    line-height: 12px; }
    #join-us-wrapper #join-us a.readMore:hover,
    #join-us-wrapper #join-us div.readMore a:hover {
      color: white;
      background-color: #A00; }
  #join-us-wrapper #join-us h1, #join-us-wrapper #join-us h2, #join-us-wrapper #join-us h3, #join-us-wrapper #join-us h4, #join-us-wrapper #join-us h5, #join-us-wrapper #join-us h6 {
    font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0.5em; }
  #join-us-wrapper #join-us p, #join-us-wrapper #join-us li {
    font-family: Roboto, Arial, Helevetica, sans-serif;
    margin-bottom: 1.4em;
    line-height: 1.4em; }
    #join-us-wrapper #join-us p strong, #join-us-wrapper #join-us li strong {
      font-weight: 700; }
  #join-us-wrapper #join-us p {
    font-family: Roboto, Arial, Helevetica, sans-serif; }
    #join-us-wrapper #join-us p.sectionHeader {
      font-family: Roboto, Arial, Helevetica, sans-serif;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
      color: #006eb3;
      margin-bottom: .667em; }
  #join-us-wrapper #join-us li {
    margin-bottom: .5em; }
  #join-us-wrapper #join-us h1 {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #join-us-wrapper #join-us h2 {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #join-us-wrapper #join-us h3 {
    font-size: 15px !important;
    font-weight: 200;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #join-us-wrapper #join-us h4 {
    font-size: 14px !important;
    font-weight: 200;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #join-us-wrapper #join-us h5 {
    font-size: 13px !important;
    font-weight: 200;
    line-height: 1.2em;
    color: #006eb3;
    letter-spacing: normal; }
  #join-us-wrapper #join-us h6 {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.2em;
    color: #b0312a;
    letter-spacing: normal; }
  #join-us-wrapper #join-us ul,
  #join-us-wrapper #join-us ol {
    padding-left: 2em;
    list-style-position: outside; }
  #join-us-wrapper #join-us ul {
    list-style-type: disc; }
  #join-us-wrapper #join-us ol {
    list-style-type: decimal; }
  #join-us-wrapper #join-us .more {
    font-family: Roboto, Arial, Helevetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: right;
    display: block;
    margin-top: 4px; }
  #join-us-wrapper #join-us .newsBlock + .sidebar_block {
    padding-top: 8px;
    padding-bottom: 8px; }
  #join-us-wrapper #join-us .sidebar_block + .newsBlock {
    margin-top: 8px;
    padding-top: 16px; }
  #join-us-wrapper #join-us .newsBlock {
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 16px; }
    #join-us-wrapper #join-us .newsBlock:last-of-type {
      border-bottom: none; }
    #join-us-wrapper #join-us .newsBlock .newsItem {
      padding-bottom: 8px;
      position: relative; }
      #join-us-wrapper #join-us .newsBlock .newsItem p.source {
        font-family: Roboto, Arial, Helevetica, sans-serif;
        font-weight: 500;
        color: #666;
        margin-top: -0.5em;
        font-size: 1.2em;
        margin-bottom: 0.5em; }
    #join-us-wrapper #join-us .newsBlock .mediaAppearanceItem {
      position: relative; }
      #join-us-wrapper #join-us .newsBlock .mediaAppearanceItem p.mediaSpokesperson {
        font-family: "Roboto Condensed", Arial, Helevetica, sans-serif;
        font-weight: 500;
        font-size: 1.5em;
        color: black;
        margin-bottom: 0; }
      #join-us-wrapper #join-us .newsBlock .mediaAppearanceItem p.mediaDescription, #join-us-wrapper #join-us .newsBlock .mediaAppearanceItem p.mediaNone {
        font-family: Roboto, Arial, Helevetica, sans-serif;
        font-weight: 500;
        color: #666;
        font-size: 1.2em;
        margin-bottom: 0; }
    #join-us-wrapper #join-us .newsBlock .sectionHeader {
      font-family: Roboto, Arial, Helevetica, sans-serif;
      font-weight: bold;
      font-size: 15px;
      text-transform: uppercase;
      color: #006eb3;
      margin-bottom: .667em; }
  @media (max-width: 999px) {
    #join-us-wrapper #join-us .column,
    #join-us-wrapper #join-us .columns {
      width: 100%;
      float: left;
      box-sizing: border-box;
      margin-left: 0; } }
  @media (min-width: 750px) {
    #join-us-wrapper #join-us .join-us-close {
      display: none; } }

@media (max-width: 749px) {
  a.showhide {
    display: block; }

  #join-us-wrapper {
    width: 100%;
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1); } }
/* Bottom of Page */
footer {
  font-size: 9pt;
  line-height: 1.25em;
  margin-top: 24px !important;
  color: #006eb3; }
  footer a {
    text-decoration: none;
    color: #006eb3; }
  footer #subnav ul {
    list-style-type: none; }
    footer #subnav ul li {
      margin-bottom: .33em; }
  footer #contact {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.25em; }
  footer #social {
    text-align: right; }
    footer #social .findUs {
      text-align: right;
      float: left;
      margin-top: 1em;
      font-weight: bold;
      color: #666; }
    footer #social a.fa {
      display: block;
      float: left;
      margin-left: 6px;
      font-size: 3em;
      -o-transition: color .3s linear, background .3s linear, border .3s linear;
      -moz-transition: color .3s linear, background .3s linear, border .3s linear;
      -webkit-transition: color .3s linear, background .3s linear, border .3s linear;
      transition: color .3s linear, background .3s linear, border .3s linear; }
  footer #disclaimer {
    text-align: center;
    color: #006eb3;
    margin: 16px auto;
    padding: 10px;
    border: 1px solid #006eb3; }
    footer #disclaimer p {
      padding: 0;
      margin: 0; }

/* Modal */
.ee-overlay {
  display: none;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #00407a;
  opacity: 0.88;
  z-index: 1001; }

.ee-modal {
  position: fixed;
  top: 100%;
  height: 90%;
  width: 100%;
  padding: 2.5% 0;
  background-color: transparent;
  z-index: 1002; }
  .ee-modal .container {
    padding: 1em;
    height: 100%;
    overflow-y: scroll;
    background-color: #FFF; }

/* Email Capture Modal */
.ee-email-capture-overlay {
  display: none;
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #CCC;
  opacity: 0.88;
  z-index: 1001; }

.ee-email-capture-modal {
  position: fixed;
  bottom: 5%;
  left: 0%;
  right: 0%;
  overflow-y: auto;
  border-radius: 10px;
  background-color: #FFF;
  top: 100%;
  z-index: 1002; }
  .ee-email-capture-modal .button.button-primary,
  .ee-email-capture-modal button.button-primary,
  .ee-email-capture-modal input[type="submit"].button-primary,
  .ee-email-capture-modal input[type="reset"].button-primary,
  .ee-email-capture-modal input[type="button"].button-primary {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    .ee-email-capture-modal .button.button-primary:hover, .ee-email-capture-modal .button.button-primary:focus,
    .ee-email-capture-modal button.button-primary:hover,
    .ee-email-capture-modal button.button-primary:focus,
    .ee-email-capture-modal input[type="submit"].button-primary:hover,
    .ee-email-capture-modal input[type="submit"].button-primary:focus,
    .ee-email-capture-modal input[type="reset"].button-primary:hover,
    .ee-email-capture-modal input[type="reset"].button-primary:focus,
    .ee-email-capture-modal input[type="button"].button-primary:hover,
    .ee-email-capture-modal input[type="button"].button-primary:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  .ee-email-capture-modal .button.button-primary-outline,
  .ee-email-capture-modal button.button-primary-outline,
  .ee-email-capture-modal input[type="submit"].button-primary-outline,
  .ee-email-capture-modal input[type="reset"].button-primary-outline,
  .ee-email-capture-modal input[type="button"].button-primary-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    .ee-email-capture-modal .button.button-primary-outline:hover, .ee-email-capture-modal .button.button-primary-outline:focus,
    .ee-email-capture-modal button.button-primary-outline:hover,
    .ee-email-capture-modal button.button-primary-outline:focus,
    .ee-email-capture-modal input[type="submit"].button-primary-outline:hover,
    .ee-email-capture-modal input[type="submit"].button-primary-outline:focus,
    .ee-email-capture-modal input[type="reset"].button-primary-outline:hover,
    .ee-email-capture-modal input[type="reset"].button-primary-outline:focus,
    .ee-email-capture-modal input[type="button"].button-primary-outline:hover,
    .ee-email-capture-modal input[type="button"].button-primary-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  .ee-email-capture-modal .button.button-gold,
  .ee-email-capture-modal button.button-gold,
  .ee-email-capture-modal input[type="submit"].button-gold,
  .ee-email-capture-modal input[type="reset"].button-gold,
  .ee-email-capture-modal input[type="button"].button-gold {
    color: #FFF;
    background-color: #c18b40;
    border-color: #c18b40; }
    .ee-email-capture-modal .button.button-gold:hover, .ee-email-capture-modal .button.button-gold:focus,
    .ee-email-capture-modal button.button-gold:hover,
    .ee-email-capture-modal button.button-gold:focus,
    .ee-email-capture-modal input[type="submit"].button-gold:hover,
    .ee-email-capture-modal input[type="submit"].button-gold:focus,
    .ee-email-capture-modal input[type="reset"].button-gold:hover,
    .ee-email-capture-modal input[type="reset"].button-gold:focus,
    .ee-email-capture-modal input[type="button"].button-gold:hover,
    .ee-email-capture-modal input[type="button"].button-gold:focus {
      background-color: #f4be73;
      border-color: #f4be73; }
  .ee-email-capture-modal .button.button-gold-outline,
  .ee-email-capture-modal button.button-gold-outline,
  .ee-email-capture-modal input[type="submit"].button-gold-outline,
  .ee-email-capture-modal input[type="reset"].button-gold-outline,
  .ee-email-capture-modal input[type="button"].button-gold-outline {
    color: #c18b40;
    background-color: transparent;
    border: 1px solid #c18b40; }
    .ee-email-capture-modal .button.button-gold-outline:hover, .ee-email-capture-modal .button.button-gold-outline:focus,
    .ee-email-capture-modal button.button-gold-outline:hover,
    .ee-email-capture-modal button.button-gold-outline:focus,
    .ee-email-capture-modal input[type="submit"].button-gold-outline:hover,
    .ee-email-capture-modal input[type="submit"].button-gold-outline:focus,
    .ee-email-capture-modal input[type="reset"].button-gold-outline:hover,
    .ee-email-capture-modal input[type="reset"].button-gold-outline:focus,
    .ee-email-capture-modal input[type="button"].button-gold-outline:hover,
    .ee-email-capture-modal input[type="button"].button-gold-outline:focus {
      color: white;
      background-color: #f4be73;
      border-color: #f4be73; }
  .ee-email-capture-modal .button.button-red,
  .ee-email-capture-modal button.button-red,
  .ee-email-capture-modal input[type="submit"].button-red,
  .ee-email-capture-modal input[type="reset"].button-red,
  .ee-email-capture-modal input[type="button"].button-red {
    color: #FFF;
    background-color: #b0312a;
    border-color: #b0312a; }
    .ee-email-capture-modal .button.button-red:hover, .ee-email-capture-modal .button.button-red:focus,
    .ee-email-capture-modal button.button-red:hover,
    .ee-email-capture-modal button.button-red:focus,
    .ee-email-capture-modal input[type="submit"].button-red:hover,
    .ee-email-capture-modal input[type="submit"].button-red:focus,
    .ee-email-capture-modal input[type="reset"].button-red:hover,
    .ee-email-capture-modal input[type="reset"].button-red:focus,
    .ee-email-capture-modal input[type="button"].button-red:hover,
    .ee-email-capture-modal input[type="button"].button-red:focus {
      background-color: #f4756e;
      border-color: #f4756e; }
  .ee-email-capture-modal .button.button-red-outline,
  .ee-email-capture-modal button.button-red-outline,
  .ee-email-capture-modal input[type="submit"].button-red-outline,
  .ee-email-capture-modal input[type="reset"].button-red-outline,
  .ee-email-capture-modal input[type="button"].button-red-outline {
    color: #b0312a;
    background-color: transparent;
    border: 1px solid #b0312a; }
    .ee-email-capture-modal .button.button-red-outline:hover, .ee-email-capture-modal .button.button-red-outline:focus,
    .ee-email-capture-modal button.button-red-outline:hover,
    .ee-email-capture-modal button.button-red-outline:focus,
    .ee-email-capture-modal input[type="submit"].button-red-outline:hover,
    .ee-email-capture-modal input[type="submit"].button-red-outline:focus,
    .ee-email-capture-modal input[type="reset"].button-red-outline:hover,
    .ee-email-capture-modal input[type="reset"].button-red-outline:focus,
    .ee-email-capture-modal input[type="button"].button-red-outline:hover,
    .ee-email-capture-modal input[type="button"].button-red-outline:focus {
      color: white;
      background-color: #f4756e;
      border-color: #f4756e; }
  .ee-email-capture-modal .button.button-blue,
  .ee-email-capture-modal button.button-blue,
  .ee-email-capture-modal input[type="submit"].button-blue,
  .ee-email-capture-modal input[type="reset"].button-blue,
  .ee-email-capture-modal input[type="button"].button-blue {
    color: #FFF;
    background-color: #006eb3;
    border-color: #006eb3; }
    .ee-email-capture-modal .button.button-blue:hover, .ee-email-capture-modal .button.button-blue:focus,
    .ee-email-capture-modal button.button-blue:hover,
    .ee-email-capture-modal button.button-blue:focus,
    .ee-email-capture-modal input[type="submit"].button-blue:hover,
    .ee-email-capture-modal input[type="submit"].button-blue:focus,
    .ee-email-capture-modal input[type="reset"].button-blue:hover,
    .ee-email-capture-modal input[type="reset"].button-blue:focus,
    .ee-email-capture-modal input[type="button"].button-blue:hover,
    .ee-email-capture-modal input[type="button"].button-blue:focus {
      background-color: #33b2ff;
      border-color: #33b2ff; }
  .ee-email-capture-modal .button.button-blue-outline,
  .ee-email-capture-modal button.button-blue-outline,
  .ee-email-capture-modal input[type="submit"].button-blue-outline,
  .ee-email-capture-modal input[type="reset"].button-blue-outline,
  .ee-email-capture-modal input[type="button"].button-blue-outline {
    color: #006eb3;
    background-color: transparent;
    border: 1px solid #006eb3; }
    .ee-email-capture-modal .button.button-blue-outline:hover, .ee-email-capture-modal .button.button-blue-outline:focus,
    .ee-email-capture-modal button.button-blue-outline:hover,
    .ee-email-capture-modal button.button-blue-outline:focus,
    .ee-email-capture-modal input[type="submit"].button-blue-outline:hover,
    .ee-email-capture-modal input[type="submit"].button-blue-outline:focus,
    .ee-email-capture-modal input[type="reset"].button-blue-outline:hover,
    .ee-email-capture-modal input[type="reset"].button-blue-outline:focus,
    .ee-email-capture-modal input[type="button"].button-blue-outline:hover,
    .ee-email-capture-modal input[type="button"].button-blue-outline:focus {
      color: white;
      background-color: #33b2ff;
      border-color: #33b2ff; }
  .ee-email-capture-modal .button.button-facebook,
  .ee-email-capture-modal button.button-facebook,
  .ee-email-capture-modal input[type="submit"].button-facebook,
  .ee-email-capture-modal input[type="reset"].button-facebook,
  .ee-email-capture-modal input[type="button"].button-facebook {
    color: #FFF;
    background-color: #193776;
    border-color: #193776; }
    .ee-email-capture-modal .button.button-facebook:hover, .ee-email-capture-modal .button.button-facebook:focus,
    .ee-email-capture-modal button.button-facebook:hover,
    .ee-email-capture-modal button.button-facebook:focus,
    .ee-email-capture-modal input[type="submit"].button-facebook:hover,
    .ee-email-capture-modal input[type="submit"].button-facebook:focus,
    .ee-email-capture-modal input[type="reset"].button-facebook:hover,
    .ee-email-capture-modal input[type="reset"].button-facebook:focus,
    .ee-email-capture-modal input[type="button"].button-facebook:hover,
    .ee-email-capture-modal input[type="button"].button-facebook:focus {
      background-color: #5d7bba;
      border-color: #5d7bba; }
  .ee-email-capture-modal .button.button-facebook-outline,
  .ee-email-capture-modal button.button-facebook-outline,
  .ee-email-capture-modal input[type="submit"].button-facebook-outline,
  .ee-email-capture-modal input[type="reset"].button-facebook-outline,
  .ee-email-capture-modal input[type="button"].button-facebook-outline {
    color: #193776;
    background-color: transparent;
    border: 1px solid #193776; }
    .ee-email-capture-modal .button.button-facebook-outline:hover, .ee-email-capture-modal .button.button-facebook-outline:focus,
    .ee-email-capture-modal button.button-facebook-outline:hover,
    .ee-email-capture-modal button.button-facebook-outline:focus,
    .ee-email-capture-modal input[type="submit"].button-facebook-outline:hover,
    .ee-email-capture-modal input[type="submit"].button-facebook-outline:focus,
    .ee-email-capture-modal input[type="reset"].button-facebook-outline:hover,
    .ee-email-capture-modal input[type="reset"].button-facebook-outline:focus,
    .ee-email-capture-modal input[type="button"].button-facebook-outline:hover,
    .ee-email-capture-modal input[type="button"].button-facebook-outline:focus {
      color: white;
      background-color: #5d7bba;
      border-color: #5d7bba; }
  .ee-email-capture-modal .button.button-twitter,
  .ee-email-capture-modal button.button-twitter,
  .ee-email-capture-modal input[type="submit"].button-twitter,
  .ee-email-capture-modal input[type="reset"].button-twitter,
  .ee-email-capture-modal input[type="button"].button-twitter {
    color: #FFF;
    background-color: #22aad4;
    border-color: #22aad4; }
    .ee-email-capture-modal .button.button-twitter:hover, .ee-email-capture-modal .button.button-twitter:focus,
    .ee-email-capture-modal button.button-twitter:hover,
    .ee-email-capture-modal button.button-twitter:focus,
    .ee-email-capture-modal input[type="submit"].button-twitter:hover,
    .ee-email-capture-modal input[type="submit"].button-twitter:focus,
    .ee-email-capture-modal input[type="reset"].button-twitter:hover,
    .ee-email-capture-modal input[type="reset"].button-twitter:focus,
    .ee-email-capture-modal input[type="button"].button-twitter:hover,
    .ee-email-capture-modal input[type="button"].button-twitter:focus {
      background-color: #44ccf6;
      border-color: #44ccf6; }
  .ee-email-capture-modal .button.button-twitter-outline,
  .ee-email-capture-modal button.button-twitter-outline,
  .ee-email-capture-modal input[type="submit"].button-twitter-outline,
  .ee-email-capture-modal input[type="reset"].button-twitter-outline,
  .ee-email-capture-modal input[type="button"].button-twitter-outline {
    color: #22aad4;
    background-color: transparent;
    border: 1px solid #22aad4; }
    .ee-email-capture-modal .button.button-twitter-outline:hover, .ee-email-capture-modal .button.button-twitter-outline:focus,
    .ee-email-capture-modal button.button-twitter-outline:hover,
    .ee-email-capture-modal button.button-twitter-outline:focus,
    .ee-email-capture-modal input[type="submit"].button-twitter-outline:hover,
    .ee-email-capture-modal input[type="submit"].button-twitter-outline:focus,
    .ee-email-capture-modal input[type="reset"].button-twitter-outline:hover,
    .ee-email-capture-modal input[type="reset"].button-twitter-outline:focus,
    .ee-email-capture-modal input[type="button"].button-twitter-outline:hover,
    .ee-email-capture-modal input[type="button"].button-twitter-outline:focus {
      color: white;
      background-color: #44ccf6;
      border-color: #44ccf6; }
  .ee-email-capture-modal span.error {
    color: #F00;
    font-weight: 600;
    font-size: 15px; }
  .ee-email-capture-modal .field.error {
    background-color: #FCC; }
  @media (min-width: 400px) {
    .ee-email-capture-modal {
      left: 50%;
      right: auto;
      margin-left: -200px;
      max-width: 400px; } }
  @media (min-width: 550px) {
    .ee-email-capture-modal {
      margin-left: -275px;
      max-width: 550px; } }
  .ee-email-capture-modal .title-ribbon {
    margin-bottom: 0.5em;
    padding: 5px 15px;
    line-height: 1.2;
    font-family: "Roboto Condensed",Arial,Helevetica,sans-serif;
    font-weight: bold;
    background-color: #13457A;
    color: #FFF; }
  .ee-email-capture-modal p {
    margin-bottom: 0.5em;
    line-height: 1.25em;
    font-size: 14px; }
    @media (min-width: 550px) {
      .ee-email-capture-modal p {
        font-size: 15px; } }
  .ee-email-capture-modal .button, .ee-email-capture-modal input[type="submit"] {
    padding: 0px 15px;
    font-family: "Roboto Condensed",Arial,Helevetica,sans-serif;
    font-weight: bold;
    font-size: 14px; }
  .ee-email-capture-modal input[type="text"], .ee-email-capture-modal input[type="email"] {
    width: 100%;
    margin-bottom: 0;
    height: 26px;
    border-radius: 0px; }

/* Utility Classes */
/* Authoring utility: [EDIT] buttons */
a.edit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: bold !important;
  color: black !important;
  text-decoration: none;
  opacity: .25;
  background-color: white !important;
  padding: 2px;
  margin: 0 0 0.25em;
  width: 36px;
  font-size: 11px;
  text-align: center;
  line-height: 12px;
  letter-spacing: 1px;
  border: 2px solid black;
  z-index: 5; }
  a.edit:hover {
    background-color: yellow !important;
    border-color: red !important;
    color: red !important;
    text-decoration: none !important;
    opacity: 1; }

.transition {
  -o-transition: color .3s linear, background .3s linear, border .3s linear;
  -moz-transition: color .3s linear, background .3s linear, border .3s linear;
  -webkit-transition: color .3s linear, background .3s linear, border .3s linear;
  transition: color .3s linear, background .3s linear, border .3s linear; }

.hidden {
  display: none; }

div.hideMobile,
div.mobileHide,
img.hideMobile,
img.mobileHide {
  display: none !important; }

.showMobile,
.mobileShow {
  display: block !important; }

.invisible {
  visibility: hidden; }

.gold {
  color: #c18b40 !important; }

.blue {
  color: #006eb3 !important; }

.red {
  color: #b0312a !important; }

.brightGold {
  color: #f4be73 !important; }

.brightBlue {
  color: #33b2ff !important; }

.brightRed {
  color: #f4756e !important; }

/*  The next pair of tags [thumbnail & hideThumbnails] allows an image to be
    tagged as a thumbnail via CSS, and thus be displayed on aggregation pages, 
    but hidden on the full article page. This is especially convenient if you
    intend to feature the image from that thumbnail prominently on the full
    page in a slideshow or sidebar or embedded video */
img.thumbnail {
  display: block; }

.hideThumbnails .thumbnail {
  display: none !important; }

/* Use clearfix class on parent to clear nested columns */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  /* You can also use a <br class="clear" /> to clear columns */
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* Larger than mobile */
@media (min-width: 400px) {
  .container {
    width: 400px; }

  #logoImage {
    margin-left: 156px; }

  #content .byTheNumbers .money .data p,
  #content .byTheNumbers .calls .data p,
  #content .byTheNumbers .trained .data p {
    font-size: 3em; }
  #content .byTheNumbers .electeds .data p {
    font-size: 4em; }

  footer #contact {
    font-size: 14px;
    line-height: 1.25em; } }
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .container {
    width: 550px; }

  #content h1 {
    font-size: 22px; }
  #content h2 {
    font-size: 20px; }
  #content h3 {
    font-size: 18px; }
  #content h4 {
    font-size: 16px; }
  #content h5 {
    font-size: 15px; }
  #content h6 {
    font-size: 14px; }
  #content p, #content li {
    font-size: 14px; }
  #content .mobileShow,
  #content .showMobile {
    display: none !important; }
  #content div,
  #content img {
    display: block; }
    #content div.left,
    #content img.left {
      width: 33% !important;
      float: left;
      margin-right: 5% !important; }
    #content div.right,
    #content img.right {
      width: 33% !important;
      float: right;
      margin-left: 5% !important; }
    #content div.center,
    #content img.center {
      width: 90% !important;
      margin: 1em auto !important; }
    #content div.mobileHide, #content div.hideMobile,
    #content img.mobileHide,
    #content img.hideMobile {
      display: block !important; }
    #content div.left-20pct,
    #content img.left-20pct {
      width: 20% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-20pct,
    #content img.right-20pct {
      width: 20% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-20pct,
    #content img.center-20pct {
      width: 20% !important;
      margin: 1em auto !important; }
    #content div.left-25pct,
    #content img.left-25pct {
      width: 25% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-25pct,
    #content img.right-25pct {
      width: 25% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-25pct,
    #content img.center-25pct {
      width: 25% !important;
      margin: 1em auto !important; }
    #content div.left-30pct,
    #content img.left-30pct {
      width: 30% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-30pct,
    #content img.right-30pct {
      width: 30% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-30pct,
    #content img.center-30pct {
      width: 30% !important;
      margin: 1em auto !important; }
    #content div.left-33pct,
    #content img.left-33pct {
      width: 33% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-33pct,
    #content img.right-33pct {
      width: 33% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-33pct,
    #content img.center-33pct {
      width: 33% !important;
      margin: 1em auto !important; }
    #content div.left-40pct,
    #content img.left-40pct {
      width: 40% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-40pct,
    #content img.right-40pct {
      width: 40% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-40pct,
    #content img.center-40pct {
      width: 40% !important;
      margin: 1em auto !important; }
    #content div.left-50pct,
    #content img.left-50pct {
      width: 50% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-50pct,
    #content img.right-50pct {
      width: 50% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-50pct,
    #content img.center-50pct {
      width: 50% !important;
      margin: 1em auto !important; }
    #content div.left-60pct,
    #content img.left-60pct {
      width: 60% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-60pct,
    #content img.right-60pct {
      width: 60% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-60pct,
    #content img.center-60pct {
      width: 60% !important;
      margin: 1em auto !important; }
    #content div.left-67pct,
    #content img.left-67pct {
      width: 67% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-67pct,
    #content img.right-67pct {
      width: 67% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-67pct,
    #content img.center-67pct {
      width: 67% !important;
      margin: 1em auto !important; }
    #content div.left-70pct,
    #content img.left-70pct {
      width: 70% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-70pct,
    #content img.right-70pct {
      width: 70% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-70pct,
    #content img.center-70pct {
      width: 70% !important;
      margin: 1em auto !important; }
    #content div.left-75pct,
    #content img.left-75pct {
      width: 75% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-75pct,
    #content img.right-75pct {
      width: 75% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-75pct,
    #content img.center-75pct {
      width: 75% !important;
      margin: 1em auto !important; }
    #content div.left-80pct,
    #content img.left-80pct {
      width: 80% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-80pct,
    #content img.right-80pct {
      width: 80% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-80pct,
    #content img.center-80pct {
      width: 80% !important;
      margin: 1em auto !important; }
    #content div.left-90pct,
    #content img.left-90pct {
      width: 90% !important;
      float: left !important;
      margin-right: 5% !important; }
    #content div.right-90pct,
    #content img.right-90pct {
      width: 90% !important;
      float: right !important;
      margin-left: 5% !important; }
    #content div.center-90pct,
    #content img.center-90pct {
      width: 90% !important;
      margin: 1em auto !important; }
  #content .homeNews .dfaNews,
  #content .homeNews .dfaPress,
  #content .homeNews .dfaActions {
    margin-bottom: 0; }
  #content .homeNews .dfaPress,
  #content .homeNews .dfaActions {
    margin-left: 2%;
    padding-left: 2%;
    border-left: 1px solid #006eb3; }
  #content .newsStory {
    width: 43%;
    overflow: hidden;
    height: 185px;
    font-size: 15px;
    padding: 0; }
    #content .newsStory.social {
      height: 6.5em; }
    #content .newsStory .storyTitle {
      font-size: 1em; }
    #content .newsStory p {
      font-size: .65em; }
    #content .newsStory .moreWrapper {
      display: block;
      background: rgba(255, 255, 255, 0.75);
      background: linear-gradient(rgba(255, 255, 255, 0.33), white);
      width: 100%;
      box-sizing: border-box;
      padding: 0 6px;
      position: absolute;
      top: 140px;
      right: 0px; }
      #content .newsStory .moreWrapper a {
        display: block;
        font-size: 9px;
        background: #BBB;
        color: white;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        border-radius: 4px;
        border: 1px solid white;
        padding: 0;
        margin: 20px 0 10px auto;
        width: 48px;
        text-align: center; }
        #content .newsStory .moreWrapper a:hover {
          background: #888; }
  #content .endorsed-candidate .captionBox h5 {
    font-size: .85em; }
  #content .byTheNumbers .money .data p,
  #content .byTheNumbers .calls .data p,
  #content .byTheNumbers .trained .data p {
    font-size: 2.4em; }
  #content .byTheNumbers .electeds .data p {
    font-size: 3em; }

  #logoImage {
    margin-top: -7px;
    margin-left: 232px; }

  footer #contact {
    font-size: 11px;
    line-height: 1.25em; }
  footer #social .findUs {
    margin-top: .5em; }
  footer #social a.fa {
    font-size: 2em; }

  img.mobileHide,
  img.hideMobile,
  div.mobileHide,
  img.hideMobile {
    display: block; }

  .two-col-break {
    clear: left; }

  .endorsed-candidate {
    width: 50%;
    float: left; } }
/* Larger than tablet */
@media (min-width: 750px) {
  .container {
    width: 750px; }

  #content p, #content li {
    font-size: 16px; }
  #content h1 {
    font-size: 28px; }
  #content h2 {
    font-size: 24px; }
  #content h3 {
    font-size: 22px; }
  #content h4 {
    font-size: 20px; }
  #content h5 {
    font-size: 18px; }
  #content h6 {
    font-size: 16px; }
  #content .endorsed-candidate .captionBox h5 {
    font-size: 1.1em; }
  #content .newsStory {
    width: 43%;
    overflow: hidden;
    font-size: 16px; }
    #content .newsStory.social {
      height: 5em; }
  #content .byTheNumbers .money .data p,
  #content .byTheNumbers .calls .data p,
  #content .byTheNumbers .trained .data p {
    font-size: 3em; }
  #content .byTheNumbers .electeds .data p {
    font-size: 4em; }

  #logoImage {
    margin-left: 0px;
    margin-top: -4px; }

  footer #contact {
    font-size: 14px;
    line-height: 1.25em; }
  footer #social .findUs {
    margin-top: 1em; }
  footer #social a.fa {
    font-size: 3em; } }
/* Larger than desktop */
@media (min-width: 1000px) {
  .container {
    width: 1000px; }

  #content .newsStory {
    width: 43%;
    overflow: hidden;
    height: 150px;
    font-size: 18px; }
    #content .newsStory.social {
      height: 4em; }
    #content .newsStory .moreWrapper {
      top: 105px; }

  .two-col-break {
    clear: none; }

  .three-col-break {
    clear: left; }

  .endorsed-candidate {
    width: 33.3%;
    float: left; } }
/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  #content .newsStory {
    font-size: 18px; }
    #content .newsStory.social {
      height: 4em; } }
