@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato);
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! 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 {
  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 */
  /* 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; }

/** Social Media Color **/
/** Breakpoints **/
h1, h2, h3, h4, h5, h6 {
  color: #BD5248;
  font-weight: bold;
  font-family: Montserrat; }

h1 {
  font-size: 2em;
  line-height: 1.05;
  letter-spacing: -1px; }

h2 {
  font-size: 1.5em;
  line-height: 1.14; }

h3 {
  font-size: 1.17em;
  line-height: 1.38; }

h4 {
  font-size: 1.33em;
  line-height: 1.38; }

p {
  margin: 0 0 20px 0;
  font-family: Lato; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

a {
  color: #00aef3;
  text-decoration: none;
  outline: 0; }

a:hover, a:focus {
  color: #00658d; }

::-moz-selection {
  background: #FFF498; }

::selection {
  background: #FFF498; }

::-moz-selection {
  background: #FFF498; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #FFF498; }

html,
body {
  min-height: 100vh; }

body {
  background: #FFF;
  font-size: 14px;
  line-height: 1.6;
  font-family: Montserrat;
  color: #0f2446;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

.body {
  clear: both; }

.box-highlight {
  color: #e31818;
  border: 3px solid #e31818;
  background-color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .7s ease, color .7s ease;
          transition: background-color .7s ease, color .7s ease; }
  .box-highlight:hover {
    background-color: #e31818;
    color: white; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .box-highlight {
      text-align: center; } }

header {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0; }
  header::after {
    clear: both;
    content: "";
    display: table; }

.logo__img {
  float: left;
  width: 100px; }
  @media screen and (max-width: 600px) {
    .logo__img {
      text-align: center;
      width: 50px; } }

.logo__name {
  float: left;
  color: #00aef3;
  font-size: 3.75vw;
  font-family: Montserrat;
  font-weight: bold;
  margin: 0; }
  @media screen and (min-width: 1231px) {
    .logo__name {
      font-size: 1.75vw;
      padding: 36px 10px; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .logo__name {
      padding: 36px 10px; } }
  @media screen and (max-width: 600px) {
    .logo__name {
      padding: 17px 10px; } }

#mobile-menu-button {
  display: block;
  float: right;
  margin-top: 4.5%; }
  @media screen and (min-width: 1231px) {
    #mobile-menu-button {
      display: none; } }

#navbar {
  float: none;
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  clear: both; }
  @media screen and (min-width: 1231px) {
    #navbar {
      float: right;
      position: inherit;
      margin-top: 42px;
      padding-bottom: 0;
      clear: inherit; } }

.nav-menu {
  list-style: none;
  position: absolute;
  float: left;
  margin: 0;
  padding: 0;
  right: 0;
  display: none;
  background-color: #fff; }
  .nav-menu.show {
    display: block; }
  .nav-menu a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    line-height: 32px;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase; }
  @media screen and (min-width: 1231px) {
    .nav-menu {
      position: relative;
      display: inherit; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .nav-menu {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .nav-menu {
      width: 100%; } }

.nav-link {
  position: relative;
  display: block;
  text-align: right;
  margin: 0;
  padding: 0; }
  .nav-link ul {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    background: #f6f6f6;
    padding: 0;
    list-style: none; }
    .nav-link ul li {
      float: none; }
    .nav-link ul a {
      line-height: 120%;
      padding: 10px 15px; }
  @media screen and (min-width: 1231px) {
    .nav-link {
      display: inline-block;
      text-align: inherit; }
      .nav-link ul {
        position: absolute; } }

.nav-link--donate {
  padding: 0 10px 10px; }

.signup {
  background-color: #0f2446;
  padding: 15px 75px;
  overflow: auto;
  width: 100%; }
  @media screen and (min-width: 1231px) {
    .signup {
      padding: 15px 0; } }
  @media screen and (max-width: 600px) {
    .signup {
      padding: 0; } }

.signup__container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .signup__container::after {
    clear: both;
    content: "";
    display: table; }

.signup__text {
  font-size: 22px;
  float: left;
  color: #fff;
  margin: 0;
  width: 100%;
  padding-bottom: 15px;
  text-align: center; }
  @media screen and (min-width: 1231px) {
    .signup__text {
      width: inherit;
      padding-bottom: 0;
      text-align: inherit; } }

.signup__form {
  float: none;
  font-size: 16px; }
  @media screen and (min-width: 1231px) {
    .signup__form {
      float: right; } }

.signup__input {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  text-align: center; }
  @media screen and (min-width: 1231px) {
    .signup__input {
      width: inherit;
      padding: 0 0 0 20px;
      text-align: inherit; } }
  .signup__input input {
    height: 35px;
    width: 100%; }

#title-info {
  font-size: 18px; }

.contact-form {
  font-size: 20px;
  padding-bottom: 20px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .contact-form:last-child {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .contact-form {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .contact-form:last-child {
        margin-right: 0; } }

.form-input {
  padding-bottom: 10px; }
  .form-input textarea {
    height: 200px; }
  .form-input input:not([type=checkbox]), .form-input textarea {
    width: 100%; }
  .form-input ul {
    list-style: none; }

.empty-focus {
  outline: none;
  border: 1px solid #e31818;
  box-shadow: 0 0 5px #e31818; }
  .empty-focus::-webkit-input-placeholder {
    color: #e31818; }
  .empty-focus:-moz-placeholder {
    color: #e31818; }
  .empty-focus::-moz-placeholder {
    color: #e31818; }
  .empty-focus:-ms-input-placeholder {
    color: #e31818; }

.required-asterisk {
  color: #e31818; }

.form-paran {
  font-size: 15px;
  color: gray; }

.form-checkbox {
  padding-left: 20px; }

.form-submit {
  font-size: .9em; }

footer {
  background-color: #0f2446;
  overflow: auto;
  padding-bottom: 30px; }

.footer__container {
  max-width: 85.625em;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0; }
  .footer__container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1231px) {
    .footer__container {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .footer__container::after {
        clear: both;
        content: "";
        display: table; } }

@media screen and (min-width: 1231px) {
  .footer__column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .footer__column:last-child {
      margin-right: 0; } }

@media screen and (min-width: 601px) and (max-width: 1230px) {
  .footer__column {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    text-align: center; }
    .footer__column:last-child {
      margin-right: 0; } }

@media screen and (max-width: 600px) {
  .footer__column {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    text-align: center; }
    .footer__column:last-child {
      margin-right: 0; } }

.footer__column h3 {
  margin: 0;
  padding-bottom: 20px; }

.footer__column--contact p, .footer__column--contact a {
  color: #fff;
  font-weight: bold; }

.footer__column--contact a:hover {
  text-decoration: underline; }

.footer__column--middle {
  text-align: center; }

.footer__logo {
  width: 75px;
  margin-bottom: 5px; }

.footer__paidfor {
  border: 2px solid #fff;
  padding: 5px;
  color: #fff; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .footer__paidfor {
      margin: 0 25%; } }
  @media screen and (max-width: 600px) {
    .footer__paidfor {
      margin: 0 25%; } }

.footer__column--social {
  text-align: center; }
  .footer__column--social div {
    padding-top: 37.5px;
    float: left;
    width: 50%; }

.twittercircle {
  color: #55acee; }

.facebookcircle {
  color: #3B5998; }

.webcircle {
  color: #27ae60; }

.content-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .content-container::after {
    clear: both;
    content: "";
    display: table; }

.page-title {
  font-size: 1.25em; }

.heroimage {
  background: url(/assets/img/gallrein.jpg);
  background: url(/assets/img/gallrein.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
  position: relative;
  z-index: -1; }
  @media screen and (min-width: 1231px) {
    .heroimage {
      padding-bottom: 7em; } }

.heroimage__text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: bold; }
  .heroimage__text::after {
    clear: both;
    content: "";
    display: table; }

.body-column--posts {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 10px 15px; }
  .body-column--posts:last-child {
    margin-right: 0; }
  .body-column--posts ul > li {
    list-style: none; }
    .body-column--posts ul > li h3 {
      margin: 0; }
  @media screen and (min-width: 1231px) {
    .body-column--posts {
      padding: 0; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .body-column--posts {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .body-column--posts:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .body-column--posts {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .body-column--posts:last-child {
        margin-right: 0; } }

.posts {
  padding: 0; }

.read-more {
  padding: 10px 15px; }

.social-container {
  padding-top: 20px; }
  @media screen and (min-width: 1231px) {
    .social-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      padding-top: 0; }
      .social-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .social-container {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .social-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .social-container {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .social-container:last-child {
        margin-right: 0; } }

.body-column--social {
  text-align: center;
  padding: 10px 15px; }
  @media screen and (min-width: 1231px) {
    .body-column--social {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .body-column--social:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .body-column--social {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .body-column--social:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .body-column--social {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .body-column--social:last-child {
        margin-right: 0; } }

.post-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .post-left:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1231px) {
    .post-left {
      padding-right: 50px; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .post-left {
      padding-right: 25px; } }
  @media screen and (max-width: 600px) {
    .post-left {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .post-left:last-child {
        margin-right: 0; } }

.post-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .post-right:last-child {
    margin-right: 0; }
  .post-right ul {
    list-style: none; }
  @media screen and (max-width: 600px) {
    .post-right {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .post-right:last-child {
        margin-right: 0; } }

.news-posts {
  padding: 0;
  list-style: none; }

.candidate-container {
  padding: 10px 10px; }

.candidate-box {
  padding-bottom: 2em; }
  .candidate-box h2 {
    color: #0f2446; }
  @media screen and (min-width: 1231px) {
    .candidate-box {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .candidate-box:last-child {
        margin-right: 0; }
      .candidate-box:nth-child(3n) {
        margin-right: 0; }
      .candidate-box:nth-child(3n+1) {
        clear: left; }
      .candidate-box img {
        width: 50%; } }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .candidate-box {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%; }
      .candidate-box:last-child {
        margin-right: 0; }
      .candidate-box:nth-child(2n) {
        margin-right: 0; }
      .candidate-box:nth-child(2n+1) {
        clear: left; }
      .candidate-box img {
        width: 50%; }
      .candidate-box a {
        font-size: 15px; } }
  @media screen and (max-width: 600px) {
    .candidate-box {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .candidate-box:last-child {
        margin-right: 0; }
      .candidate-box img {
        width: 100%; } }

.icons {
  padding: 0; }

.icons-link {
  display: inline-block; }

.executive-box h2 {
  color: #0f2446; }

@media screen and (min-width: 1231px) {
  .executive-box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .executive-box:last-child {
      margin-right: 0; }
    .executive-box:nth-child(3n) {
      margin-right: 0; }
    .executive-box:nth-child(3n+1) {
      clear: left; }
    .executive-box img {
      width: 50%;
      height: auto; } }

@media screen and (max-width: 600px) {
  .executive-box {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .executive-box:last-child {
      margin-right: 0; } }

@media screen and (min-width: 601px) and (max-width: 1230px) {
  .executive-box {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%; }
    .executive-box:last-child {
      margin-right: 0; }
    .executive-box:nth-child(2n) {
      margin-right: 0; }
    .executive-box:nth-child(2n+1) {
      clear: left; }
    .executive-box img {
      width: 100%; }
    .executive-box a {
      font-size: 20px; } }

.meeting {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 10px 0; }
  .meeting:last-child {
    margin-right: 0; }

.meeting__info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  font-size: 20px; }
  .meeting__info:last-child {
    margin-right: 0; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .meeting__info {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .meeting__info:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .meeting__info {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .meeting__info:last-child {
        margin-right: 0; } }

.meeting__map {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .meeting__map:last-child {
    margin-right: 0; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .meeting__map {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%; }
      .meeting__map:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .meeting__map {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      padding-top: 10px; }
      .meeting__map:last-child {
        margin-right: 0; } }

#map {
  height: 250px; }

.official-container {
  padding: 10px 10px; }

@media screen and (min-width: 1231px) {
  .level-type {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .level-type:last-child {
      margin-right: 0; } }

@media screen and (min-width: 601px) and (max-width: 1230px) {
  .level-type {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%; }
    .level-type:last-child {
      margin-right: 0; } }

@media screen and (max-width: 600px) {
  .level-type {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%; }
    .level-type:last-child {
      margin-right: 0; } }

.official-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .official-box:last-child {
    margin-right: 0; }
  .official-box:nth-child(4n) {
    margin-right: 0; }
  .official-box:nth-child(4n+1) {
    clear: left; }
  .official-box img {
    width: 50%; }
  .official-box h2 {
    color: #0f2446; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .official-box img {
      width: 75%; } }
  @media screen and (max-width: 600px) {
    .official-box {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 46.28851%; }
      .official-box:last-child {
        margin-right: 0; }
      .official-box:nth-child(2n) {
        margin-right: 0; }
      .official-box:nth-child(2n+1) {
        clear: left; }
      .official-box img {
        width: 75%; } }

.link-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .link-list:last-child {
    margin-right: 0; }
  .link-list:nth-child(3n) {
    margin-right: 0; }
  .link-list:nth-child(3n+1) {
    clear: left; }
  .link-list ul {
    list-style: none;
    padding: 0; }
    .link-list ul li {
      padding-bottom: 20px;
      font-size: 18px;
      font-weight: bold; }
  @media screen and (max-width: 600px) {
    .link-list {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .link-list:last-child {
        margin-right: 0; } }

#special {
  text-align: center;
  background-color: #0f2446;
  font-size: 1.25em; }
  #special a {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: color .15s;
            transition: color .15s; }
    #special a:hover {
      color: #ee5a5a; }

.special-hero {
  background-image: -webkit-linear-gradient(rgba(15, 36, 70, 0.65), rgba(15, 36, 70, 0.65)), url(/assets/img/c-sanders.jpg);
  background-image: linear-gradient(rgba(15, 36, 70, 0.65), rgba(15, 36, 70, 0.65)), url(/assets/img/c-sanders.jpg);
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em; }

.heroimage__text--special {
  color: #fff;
  padding-top: 1em; }
  .heroimage__text--special .special__title {
    font-size: 1em;
    font-family: Montserrat;
    color: white; }
  .heroimage__text--special .special__details {
    font-size: 0.5em; }
    .heroimage__text--special .special__details a {
      text-decoration: underline;
      color: #fff;
      -webkit-transition: color .15s;
              transition: color .15s; }
      .heroimage__text--special .special__details a:hover {
        color: #ee5a5a; }

.special-container {
  text-align: center; }

#speakers > p {
  font-size: 2em;
  font-weight: 700; }

.info-container {
  font-size: 1.25em; }

.info {
  padding-bottom: 20px; }

.reorg-hero {
  background-image: -webkit-linear-gradient(rgba(15, 36, 70, 0.65), rgba(15, 36, 70, 0.65)), url(/assets/img/gallrein.jpg);
  background-image: linear-gradient(rgba(15, 36, 70, 0.65), rgba(15, 36, 70, 0.65)), url(/assets/img/gallrein.jpg);
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em; }

.reorg__details {
  max-width: 85.625em;
  margin-left: auto;
  margin-right: auto;
  font-size: .25em; }
  .reorg__details::after {
    clear: both;
    content: "";
    display: table; }

.reorg__dates {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  color: white; }
  .reorg__dates:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1231px) {
    .reorg__dates p {
      font-size: 20px; } }
  .reorg__dates .reorg__title {
    margin: 0;
    height: 100px; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .reorg__dates {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 100%;
      text-align: center; }
      .reorg__dates:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .reorg__dates {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      text-align: center; }
      .reorg__dates:last-child {
        margin-right: 0; } }

.reorg-info {
  max-width: 85.625em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px; }
  .reorg-info::after {
    clear: both;
    content: "";
    display: table; }

.reorg-info-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .reorg-info-block:last-child {
    margin-right: 0; }
  .reorg-info-block h5 {
    margin: 0;
    font-size: 1.25em; }
  .reorg-info-block th, .reorg-info-block td {
    padding: 5px;
    text-align: center; }
  .reorg-info-block img {
    width: 100%; }

.yd-hero-image {
  background-image: -webkit-linear-gradient(rgba(15, 36, 70, 0.1), rgba(15, 36, 70, 0.1)), url(/assets/img/horse.jpg);
  background-image: linear-gradient(rgba(15, 36, 70, 0.1), rgba(15, 36, 70, 0.1)), url(/assets/img/horse.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
  position: relative; }
  @media screen and (min-width: 1231px) {
    .yd-hero-image {
      padding: 7em 0; } }

.yd-hero-text {
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 5px black; }
  @media screen and (min-width: 601px) and (max-width: 1230px) {
    .yd-hero-text {
      padding: 20px 15px; } }
  @media screen and (min-width: 1231px) {
    .yd-hero-text {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .yd-hero-text::after {
        clear: both;
        content: "";
        display: table; } }

.yd-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .yd-container::after {
    clear: both;
    content: "";
    display: table; }

.yd-info-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .yd-info-container:last-child {
    margin-right: 0; }

.yd-social-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .yd-social-container:last-child {
    margin-right: 0; }

.officers {
  float: left;
  display: block;
  margin-right: 4.11092%;
  width: 100%;
  padding-bottom: 20px; }
  .officers:last-child {
    margin-right: 0; }

.officer-pic {
  float: left;
  display: block;
  margin-right: 4.11092%;
  width: 25.63506%; }
  .officer-pic:last-child {
    margin-right: 0; }

.officer-info {
  float: left;
  display: block;
  margin-right: 4.11092%;
  width: 70.25402%; }
  .officer-info:last-child {
    margin-right: 0; }
  .officer-info .officer-name {
    font-size: 2em; }
  .officer-info .officer-title {
    font-size: 1.25em; }

.upcoming-events-head {
  text-align: center;
  text-decoration: underline;
  font-size: 1.75em;
  padding-bottom: 10px; }

.event-info {
  font-size: 1.25em; }

.event-link {
  font-size: 1.75em;
  text-align: center; }
