@charset "UTF-8";
/*------------------------------------------------------------------
 * MatrixMaxx Login Styles
 * Version: 13.4
 * Created: 02-Aug-2013
 * Author: Matrix Group International, Inc.
 *         Roger Vandawalker <rvandawalker@matrixgroup.net>
 *-----------------------------------------------------------------*/
/*
 * Reusable responsive class names to apply and extend for easy showing and hiding
 */
.hidden {
  display: none;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.visible-mobile {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.visible-desktop {
  display: none !important; }

.visible-portrait {
  display: none !important; }

.visible-wide {
  display: inherit !important; }

.hidden-wide {
  display: none !important; }

@media (min-width: 1024px) and (max-width: 1299px) {
  .visible-mobile {
    display: none !important; }
  .visible-tablet {
    display: none !important; }
  .visible-wide {
    display: none !important; }
  .visible-portrait {
    display: none !important; }
  .hidden-mobile {
    display: inherit !important; }
  .hidden-tablet {
    display: inherit !important; }
  .hidden-wide {
    display: inherit !important; }
  .hidden-portrait {
    display: inherit !important; }
  .visible-desktop {
    display: inherit !important; }
  .hidden-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-wide {
    display: none !important; }
  .visible-desktop {
    display: none !important; }
  .visible-portrait {
    display: none !important; }
  .visible-mobile {
    display: none !important; }
  .hidden-wide {
    display: inherit !important; }
  .hidden-desktop {
    display: inherit !important; }
  .hidden-portrait {
    display: inherit !important; }
  .hidden-mobile {
    display: inherit !important; }
  .visible-tablet {
    display: inherit !important; }
  .hidden-tablet {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 768px) {
  .visible-wide {
    display: none !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: none !important; }
  .visible-mobile {
    display: none !important; }
  .hidden-wide {
    display: inherit !important; }
  .hidden-desktop {
    display: inherit !important; }
  .hidden-tablet {
    display: inherit !important; }
  .hidden-mobile {
    display: inherit !important; }
  .visible-portrait {
    display: inherit !important; }
  .hidden-portrait {
    display: none !important; } }

@media (max-width: 600px) {
  .visible-wide {
    display: none !important; }
  .visible-desktop {
    display: none !important; }
  .visible-tablet {
    display: none !important; }
  .visible-portrait {
    display: none !important; }
  .hidden-wide {
    display: inherit !important; }
  .hidden-desktop {
    display: inherit !important; }
  .hidden-tablet {
    display: inherit !important; }
  .hidden-portrait {
    display: inherit !important; }
  .visible-mobile {
    display: inherit !important; }
  .hidden-mobile {
    display: none !important; } }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"] {
  margin: 1px;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/**
 * Font Imports
 */
@font-face {
  font-family: "maxxicons";
  src: url("fonts/maxxicons/fonts/maxxicons.woff2?ldz732") format("woff2"), url("fonts/maxxicons/fonts/maxxicons.ttf?ldz732") format("truetype"), url("fonts/maxxicons/fonts/maxxicons.woff?ldz732") format("woff"), url("fonts/maxxicons/fonts/maxxicons.svg?ldz732#maxxicons") format("svg");
  font-weight: normal;
  font-style: normal; }


[class*="maxx-icon-"],
.parentCompany {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "maxxicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.maxx-icon-quantity:before {
  content: "\21"; }

.maxx-icon-preview:before {
  content: "\22"; }

.maxx-icon-search:before {
  content: "\23"; }

.maxx-icon-communications:before {
  content: "\24"; }

.maxx-icon-top-level-member-company:before {
  content: "\25"; }

.maxx-icon-reports:before {
  content: "\26"; }

.maxx-icon-remove:before {
  content: "\27"; }

.maxx-icon-primary-contact:before {
  content: "\28"; }

.maxx-icon-organization-member:before {
  content: "\29"; }

.maxx-icon-members:before {
  content: "\2a"; }

.maxx-icon-meetings:before {
  content: "\2b"; }

.maxx-icon-info:before {
  content: "\2c"; }

.maxx-icon-individual-member:before {
  content: "\2d"; }

.maxx-icon-help:before {
  content: "\2e"; }

.maxx-icon-fundraising:before {
  content: "\2f"; }

.maxx-icon-finance:before {
  content: "\30"; }

.maxx-icon-edit:before {
  content: "\31"; }

.maxx-icon-donor:before {
  content: "\32"; }

.maxx-icon-contacts:before {
  content: "\33"; }

.maxx-icon-commerce:before {
  content: "\34"; }

.maxx-icon-check:before {
  content: "\35"; }

.maxx-icon-board-member:before {
  content: "\36"; }

.maxx-icon-advocacy:before {
  content: "\37"; }

.maxx-icon-mymatrixmaxx:before {
  content: "\38"; }

.maxx-icon-eyeball:before {
  content: "\39"; }

.maxx-icon-circle-arrow-left:before {
  content: "\3a"; }

.maxx-icon-circle-arrow-down:before {
  content: "\3b"; }

.maxx-icon-circle-arrow-right:before {
  content: "\3c"; }

.maxx-icon-circle-arrow-up:before {
  content: "\3d"; }

.maxx-icon-arrow-up:before {
  content: "\3e"; }

.maxx-icon-arrow-right:before {
  content: "\3f"; }

.maxx-icon-arrow-down:before {
  content: "\40"; }

.maxx-icon-arrow-left:before {
  content: "\41"; }

.maxx-icon-cart:before {
  content: "\42"; }

.maxx-icon-draggable:before {
  content: "\43"; }

.maxx-icon-tasks:before {
  content: "\44"; }

.maxx-icon-star:before {
  content: "\45"; }

.maxx-icon-favicon:before {
  content: "\46"; }

.maxx-icon-expandall:before {
  content: "\47"; }

.maxx-icon-collapseall:before {
  content: "\48"; }

.maxx-icon-viewstaff2:before {
  content: "\49"; }

.maxx-icon-recentlyviewed:before {
  content: "\4a"; }

.maxx-icon-viewstaff:before {
  content: "\4b"; }

.maxx-icon-tradeshow:before {
  content: "\4c"; }

.maxx-icon-sponsor:before {
  content: "\4d"; }

.maxx-icon-meeting-badge:before {
  content: "\4e"; }

.maxx-icon-commerce-badge:before {
  content: "\4f"; }

.maxx-icon-activities:before {
  content: "\50"; }

.maxx-icon-add-to-calendar:before {
  content: "\51"; }

.maxx-icon-map-point:before {
  content: "\52"; }

.maxx-icon-my-meetings:before {
  content: "\53"; }

.maxx-icon-meeting-documents:before {
  content: "\54"; }

.maxx-icon-bookmark:before {
  content: "\55"; }

.maxx-icon-plus-sign:before {
  content: "\56"; }

.maxx-icon-remove-sign:before {
  content: "\57"; }

.maxx-icon-ok-sign:before {
  content: "\58"; }

.maxx-icon-info-sign:before {
  content: "\59"; }

.maxx-icon-plus:before {
  content: "\5a"; }

.maxx-icon-minus:before {
  content: "\5b"; }

.maxx-icon-warning-sign:before {
  content: "\5c"; }

.maxx-icon-bookmark-empty:before {
  content: "\5d"; }

.maxx-icon-rss:before {
  content: "\5e"; }

.maxx-icon-caret-down:before {
  content: "\5f"; }

.maxx-icon-caret-up:before {
  content: "\60"; }

.maxx-icon-caret-left:before {
  content: "\61"; }

.maxx-icon-caret-right:before {
  content: "\62"; }

.maxx-icon-info2:before {
  content: "\63"; }

.maxx-icon-store:before {
  content: "\64"; }

.maxx-icon-fat-arrow-left:before {
  content: "\65"; }

.maxx-icon-menu:before {
  content: "\66"; }

@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 300;
  src: url(fonts/ProximaNova-LightItWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-LightItWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-LightItWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/ProximaNova-RegItWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-RegItWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-RegItWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 600;
  src: url(fonts/ProximaNova-SboldItWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-SboldItWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-SboldItWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: italic;
  font-weight: 700;
  src: url(fonts/ProximaNova-BoldItWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-BoldItWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-BoldItWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/ProximaNova-LightWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-LightWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-LightWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ProximaNova-RegWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-RegWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-RegWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/ProximaNova-SboldWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-SboldWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-SboldWeb.woff) format("woff"); }

@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/ProximaNova-BoldWeb.eot);
  /* IE9 */
  src: url(fonts/ProximaNova-BoldWeb.eot?#iefix) format("embedded-opentype"), url(fonts/ProximaNova-BoldWeb.woff) format("woff"); }

/**
 * Typography Rules
 */
body {
  font-family: "ProximaVara-Roman", "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 100%; }

a {
  text-decoration: none;
  color: #4c892b; }
  a:hover {
    text-decoration: underline; }
  a.helpIcon {
    cursor: pointer;
    margin-left: 5px; }

.primary-column h1:first-child,
.primary-column h1.first,
.primary-column .headline1:first-child,
.primary-column > h2:first-child,
.primary-column h2.first {
  margin-top: 0; }

h1,
.headline1,
h2,
.headline2,
h3,
.headline3,
h4,
.headline4,
h5,
.headline5,
.impactHeadline3 {
  text-transform: uppercase;
  font-weight: bold; }

h2,
.headline2 {
  color: #652d8a; }

h2.lessMargin {
  margin: 0; }

.headline2,
.impactHeadline3 {
  font-size: 1.5em; }

h3,
.headline3 {
  xcolor: #4d4d4d; }

.headline3 {
  font-size: 1.15em; }

h4,
.headline4 {
  xcolor: #939598; }

/**
 * Icons
 */
a.maxx-icon-link {
  color: #652d8a;
  cursor: pointer; }
  a.maxx-icon-link:hover {
    text-decoration: none;
    color: #813ab0; }

.maxx-icon-light {
  color: #9b9b9b; }

.maxx-icon-large {
  font-size: 1.5em; }
  .maxx-icon-large.maxx-icon-border {
    border-width: 1px;
    border-radius: 3px; }

.maxx-icon-2x {
  font-size: 2em; }
  .maxx-icon-2x.maxx-icon-border {
    border-width: 2px;
    border-radius: 4px; }

.maxx-icon-3x {
  font-size: 3em; }
  .maxx-icon-3x.maxx-icon-border {
    border-width: 3px;
    border-radius: 5px; }

.maxx-icon-4x {
  font-size: 4em; }
  .maxx-icon-4x.maxx-icon-border {
    border-width: 4px;
    border-radius: 6px; }

.badge {
  background: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 13em;
  -moz-border-radius: 13em;
  -webkit-border-radius: 13em;
  font-size: 0.85em;
  height: 1em;
  text-align: center; }

.badge span {
  color: #ffffff;
  float: left;
  font-family: sans-serif;
  font-weight: bold;
  left: 3px;
  position: relative; }

.one-digit {
  width: 1em; }

.two-digit {
  width: 1.5em; }

.three-digit {
  width: 2em; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "maxxicons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="maxx-icon-"] {
*/
[class*="maxx-icon-"],
.parentCompany {
  font-family: "maxxicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  width: 100%;
  height: 100%;
  font-variation-settings: "wdth" 100, "wght" 400; }

body {
  xbackground: #f2f1f3;
  min-width: 320px; }

.container {
  width: 100%;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 768px) {
    .container {
      width: auto;
      margin: 0 auto; } }

.main-container {
  xbackground-image: url("/themes/images/loginPhotos/1.jpg");
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0em 0em 0 0em;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  color: #939598; }

.maxx-logo {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 2em; }
  .maxx-logo img {
    width: 100%;
    max-width: 500px; }
  @media (max-width: 1024px) {
    .maxx-logo {
      padding: 4em 2em; } }
  @media (max-width: 600px) {
    .maxx-logo {
      padding: 3em 2em; } }

h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
  font-size: 1.75em;
  text-align: center;
  font-weight: 600;
  text-transform: none; }
  h2.section-header {
    border-bottom: 1px solid #9b9b9b; }

h3 {
  color: #333333;
  font-size: 1.75em;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  text-transform: none; }

/*------------------------------------------------------------------
 * Login Form
 *-----------------------------------------------------------------*/
.login-form {
  width: 390px;
  margin: 0;
  background: #faf9fb;
  padding: 2.5em;
  overflow: auto;
  box-sizing: border-box;
  color: #333333;
  margin-left: 5.625rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25); }
  @media (max-width: 600px) {
    .login-form {
      width: 100%;
      float: none;
      margin: 0; } }
  .login-form .form-group {
    clear: both;
    margin-bottom: 1em; }
  .login-form label {
    display: block;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.2em; }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    box-sizing: border-box;
    border: 1px solid #dad6d6;
    padding: 1em;
    width: 100%;
    color: #9b9b9b;
    font-size: 1.25em;
    text-align: center; }
  .login-form #loginButton {
    color: #fff;
    width: 100%;
    font-size: 1.25em;
    border: 0;
    padding: 0.75rem;
    font-weight: 600; }
  .login-form .fine-print {
    margin-top: auto;
    color: #333333;
    font-size: .95em; }
    .login-form .fine-print p {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .login-form .fine-print {
        margin-top: 7em; } }
    @media (max-width: 600px) {
      .login-form .fine-print {
        margin-top: 5em; } }
    .login-form .fine-print .version {
      background: url("/themes/images/loginVersion.gif") no-repeat bottom right;
      margin-bottom: 1.2em;
      padding-bottom: .4em; }

/*------------------------------------------------------------------
 * News Column
 *-----------------------------------------------------------------*/
.news {
  /*  width: 40%; <-- with third column */
  width: 70%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 1em 2em 2em; }
  @media (max-width: 1299px) {
    .news {
      width: 60%;
      padding: 2em 0 0 2em; } }
  @media (max-width: 1024px) {
    .news {
      width: 50%;
      padding: 2em 0 0 2em; } }
  @media (max-width: 768px) {
    .news {
      width: 40%;
      padding: 2em 0 0 2em; } }
  @media (max-width: 600px) {
    .news {
      width: 100%;
      float: none;
      padding: 2em 0 0 0; } }
  .news ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .news ul li {
      margin: 0 0 1em 0; }

/*------------------------------------------------------------------
 * Event Callout Column
 *-----------------------------------------------------------------*/
.callout {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 0 2em 1em; }
  @media (max-width: 1024px) {
    .callout {
      width: 60%;
      padding: 1em 0 0 2em; } }
  @media (max-width: 600px) {
    .callout {
      width: 100%;
      float: none;
      padding: 1em 0 0 0; } }
  .callout .icon-calendar {
    margin: 4px 5px 5px 0;
    color: #652d8a;
    float: left;
    clear: both; }
  .callout .calendar-block {
    float: left;
    width: 88%;
    margin-bottom: 20px; }
  .callout h3 {
    text-transform: none;
    margin-bottom: 0.2em;
    margin-top: 0;
    font-size: 1.1em; }
  .callout .date-time {
    margin-top: 0; }
  .callout img {
    width: 100%;
    max-width: 300px;
    float: right;
    padding: 2em 0; }

/*------------------------------------------------------------------
 * Footer
 *-----------------------------------------------------------------*/
.login-footer {
  clear: both;
  font-size: 0.8em;
  margin-top: 5em;
  width: 100%;
  xfloat: left; }
  .login-footer p {
    margin: 0;
    line-height: 1.5; }

/*------------------------------------------------------------------
 * Miscellaneous
 *-----------------------------------------------------------------*/
.btn {
  display: inline-block;
  background: #4c892b;
  color: white;
  font-weight: 500;
  font-size: 1.4em;
  padding: 0.2em 0.7em;
  border: 1px solid #4c892b;
  text-transform: uppercase; }
  .btn:hover {
    background: #579c31; }

/* Please Wait Styles */
p.wait {
  color: #f2f1f3; }

.mfa-form {
  font-size: 1.25em; }
  .mfa-form h4 {
    text-align: center; }

.login-checkbox {
  display: flex;
  align-items: left;
  width: 100%;
  justify-content: left;
  font-size: 1.125em; }
  .login-checkbox input {
    margin-right: 0.25rem; }
