@charset "UTF-8";
body {
  font-family: "Georgia", serif;
  background-color: #bcbdc0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
  color: #005daa; }

h1,
h2 {
  text-transform: uppercase; }

h3,
h4,
h5,
h6 {
  text-transform: capitalize; }

#header > div > h1 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

header div {
  background-color: white; }

footer div {
  background-color: #e7e7e8;
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif; }

#copyright {
  text-align: left;
  color: #919295; }

div.row {
  background-color: white; }

.footer-links h3 {
  color: #919295;
  text-transform: uppercase;
  padding-left: 1rem;
  padding-top: 1.5rem; }

.footer-links li {
  list-style-type: none;
  line-height: 2rem; }

.footer-links a {
  color: #919295; }

.footer-links a:hover {
  color: #005daa; }

a {
  color: #005daa; }

a:hover {
  color: #0077da; }

.top-bar-section ul li a, .top-bar .toggle-topbar.menu-icon a {
  color: black;
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
  font-size: 1rem;
  text-transform: uppercase; }

li.has-dropdown.not-click.moved > ul.dropdown > li a {
  color: white; }

li.has-dropdown.not-click.moved > ul.dropdown > li.title.back.js-generated a {
  color: black;
  background-color: #e7e7e8; }

.top-bar .toggle-topbar.menu-icon a span::after {
  box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black; }

.top-bar .name {
  background-color: #e7e7e8; }

.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: #e7e7e8; }

.top-bar-section li:not(.has-form) a:not(.button):hover,
body > div:nth-child(2) > nav > section > ul li.has-dropdown.not-click:hover
> a {
  background-color: #005daa; }
  .top-bar-section li:not(.has-form) a:not(.button):hover ::after,
  body > div:nth-child(2) > nav > section > ul li.has-dropdown.not-click:hover
> a ::after {
    box-shadow: 0 0 0 1px red, 0 7px 0 1px red, 0 14px 0 1px red; }

nav.top-bar.rotary-top-bar, section.top-bar-section {
  background-color: #e7e7e8; }

.button.radius {
  border-radius: .25em; }

.button.radius.disabled {
  opacity: 50%; }

a.rotary-primary-button,
a.rotary-secondary-button,
a.rotary-tertiary-button {
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 1rem;
  padding-right: 1rem; }

/* PRIMARY BUTTONS
 * Reserved for the most important actions on a page, such as making a donation, registering as a member, or volunteering.
 */
a.rotary-primary-button,
a.rotary-primary-button:active,
a.rotary-primary-button:focus {
  color: #005daa;
  background-color: #f7a81b;
  opacity: 100%; }

a.rotary-primary-button:hover {
  color: #0077da;
  background-color: #fbc533;
  opacity: 100%; }

a.rotary-primary-button.disabled, a.rotary-primary-button.disabled:hover {
  color: #005daa;
  background-color: #f7a81b; }

/* SECONDARY
 * Used for important but not primary calls to action. An example might be a “Contact us” button.
 */
a.rotary-secondary-button,
a.rotary-secondary-button:active,
a.rotary-secondary-button:focus {
  color: white;
  background-color: #005daa;
  opacity: 100%; }

a.rotary-secondary-button:hover {
  color: white;
  background-color: #0077da;
  opacity: 100%; }

a.rotary-secondary-button.disabled, a.rotary-secondary-button.disabled:hover {
  color: white;
  background-color: #005daa; }

/* TERTIARY
 * Used when a user needs to make a decision between two equal actions, or for a more utilitarian action (such as a search or cancel).
 */
a.rotary-tertiary-button,
a.rotary-tertiary-button:active,
a.rotary-tertiary-button:focus {
  color: #005daa;
  background-color: white;
  border: 0.1rem solid #005daa;
  opacity: 100%; }

a.rotary-tertiary-button:hover {
  color: #0077da;
  background-color: #e7e7e8;
  border: 0.1rem solid #0077da;
  opacity: 100%; }

a.rotary-tertiary-button.disabled, a.rotary-tertiary-button.disabled:hover {
  color: #005daa;
  background-color: white;
  border: 0.1rem solid #005daa; }

div.bio {
  text-align: center; }
  div.bio .name {
    font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    color: #005daa;
    text-transform: uppercase;
    padding-top: 1em; }
  div.bio .role {
    font-family: "Georgia", serif;
    padding-bottom: 2em; }

.mugshot img {
  height: 128px;
  width: 128px;
  -moz-border-radius: 64px;
  border-radius: 64px; }

#council, #members {
  padding-left: 1rem;
  margin-bottom: 1.5rem; }
  #council .name, #members .name {
    font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
    color: #919295;
    line-height: 2em;
    text-transform: uppercase; }

div.panel {
  border: none;
  background-color: #e7e7e8; }
  div.panel h4 {
    color: #58585a; }

div.panel.callout {
  border: none;
  background-color: #01b4e7;
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif; }
  div.panel.callout h3 {
    color: #005daa; }
  div.panel.callout p {
    color: white; }
  div.panel.callout a:not(.button) {
    color: white;
    text-decoration: underline; }
  div.panel.callout a:not(.button):hover {
    color: #0077da;
    text-decoration: none; }

.event {
  font-weight: bold;
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  clear: both;
  display: block;
  padding-bottom: 1.5rem; }
  .event .event-date {
    float: left;
    width: 5rem; }
    .event .event-date .dayOfWeek {
      display: block;
      font-size: 1.5rem; }
    .event .event-date .month {
      text-align: left; }
    .event .event-date .dayOfMonth {
      text-align: right; }
    .event .event-date .year {
      display: none;
      font-size: 1.5rem; }
  .event .event-details {
    margin-left: 6rem;
    padding-top: 0px;
    text-align: left;
    font-size: 1.5rem;
    color: #005daa; }
    .event .event-details a:hover {
      text-decoration: underline; }
  .event .venue {
    text-transform: none;
    color: #01b4e7;
    font-size: 1rem; }
    .event .venue a {
      color: #01b4e7; }
    .event .venue a:hover {
      text-decoration: underline; }

.tagline {
  font-size: 1.5rem; }

span.ordinal {
  vertical-align: super;
  font-size: .5rem; }

table {
  width: 100%;
  border: 0px; }
  table thead {
    background-color: rgba(247, 168, 27, 0.5);
    font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif;
    text-transform: uppercase; }
  table tr:nth-child(odd) {
    background: none; }
  table tr:nth-child(even) {
    background-color: rgba(247, 168, 27, 0.1); }
  table tr > td.category, table tr > td.year {
    font-weight: bold;
    font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif; }

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background-color: #005daa; }

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  background-color: #005daa;
  text-decoration: underline; }

.top-bar-section .has-dropdown > a:after {
  border-color: #58585a transparent transparent; }

.top-bar-section .has-dropdown:hover > a:after {
  border-color: white transparent transparent; }

.top-bar-section li.active:not(.has-form) a:not(.button) {
  color: #58585a;
  background-color: #e7e7e8; }

.top-bar-section li.active:not(.has-form):hover a:not(.button) {
  color: white;
  background-color: #005daa; }

div.banner + div.columns > h2 {
  text-align: center; }

#avenues-of-service-intro h3,
#avenues-of-service-intro p,
#avenues-of-service-intro a,
#club-service h3,
#club-service p,
#club-service a,
#vocational-service h3,
#vocational-service p,
#vocational-service a,
#community-service h3,
#community-service p,
#community-service a,
#international-service h3,
#international-service p,
#international-service a,
#youth-service h3, #youth-service p, #youth-service a {
  color: white;
  font-family: "Open Sans Condensed", "Arial Narrow", Helvetica, sans-serif; }

#avenues-of-service-intro a,
#club-service a,
#vocational-service a,
#community-service a,
#international-service a,
#youth-service a {
  text-decoration: underline; }

#avenues-of-service-intro {
  background-color: #bcbdc0; }
  #avenues-of-service-intro h3 {
    text-transform: uppercase; }

#club-service {
  background-color: #01b4e7; }

#vocational-service {
  background-color: #d91b5c; }

#community-service {
  background-color: #009999; }

#international-service {
  background-color: #872175; }

#youth-service {
  background-color: #ff7600; }

p.clearing-caption {
  font-family: "Georgia", serif;
  font-size: 1rem;
  font-weight: 300; }
