/*
Site Name: Abraham Lincoln Presidential Library Foundation
Production Site URI: http://www.alplm.org/
Demo Site URI: http://alplf.lrswebsolutions.com/

Author: LRS Web Solutions
Author URI: http://www.lrswebsolutions.com

Created: 6/6/13
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

body {
  font-family: "minion-pro", serif; }

html {
  width: 100%;
  height: 100%;
  min-width: 320px;
  background: #ebe9dd; }
  @media only screen and (min-width: 768px) {
    html {
      min-width: 980px; } }

body {
  width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    body {
      min-width: 980px; } }

#Form {
  min-height: 100%; }

.page {
  padding-bottom: 82px; }

.container {
  position: relative;
  z-index: auto;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 940px; } }
  .container:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

nav ul {
  margin: 0;
  padding: 0; }

.no-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .no-mobile {
      display: block; } }

.mobile-only {
  display: none; }
  @media only screen and (min-width: 768px) {
    .mobile-only {
      display: block; } }

.header {
  background: #ffffff url("../images/mobile/b-header.png") no-repeat right;
  color: #4d4d48;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 88; }
  @media only screen and (min-width: 768px) {
    .header {
      background: #ffffff; } }
  .header .container {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .header .container {
        padding-top: 15px;
        padding-bottom: 20px;
        height: 123px; } }

.banner {
  background: #b3b3a8; }
  .banner .container {
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .banner .container {
        display: block;
        width: 980px;
        margin: 0 auto;
        padding: 0; } }
    @media only screen and (min-width: 940px) {
      .banner .container {
        width: 100%;
        max-width: 1420px; } }

.title {
  padding: 10px 0 0 0;
  height: 35px;
  line-height: 32px;
  background: url("../images/mobile/b-title.png") repeat-x;
  color: #A8676A;
  font-family: "franklin-gothic-ext-comp-urw", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-size: 22px;
  text-align: center;
  position: relative;
  z-index: 44;
  overflow: hidden;
  display: block; }
  @media only screen and (min-width: 460px) {
    .title {
      font-size: 32px; } }
  @media only screen and (min-width: 768px) {
    .title {
      font-size: 74px;
      height: 90px;
      line-height: 86px;
      background: url("../images/full/b-title-full.png") no-repeat center; } }
  .opacity .title {
    color: #ffffff; }
    .opacity .title span {
      opacity: .40; }
      @media only screen and (min-width: 768px) {
        .opacity .title span {
          opacity: .25; } }
  .title .container {
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .title .container {
        padding: 0 20px;
        background: url("../images/full/b-title-center.png") no-repeat; } }

.main {
  background: #ebe9dd;
  position: relative;
  z-index: 22;
  color: #4d4d48; }

.content {
  font-weight: 500;
  font-family: "minion-pro", serif;
  font-size: 15px; }
  @media only screen and (min-width: 768px) {
    .content {
      font-size: 18px;
      line-height: 24px; } }
  .content h1 {
    color: #002c76;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    font-size: 21px; }
    @media only screen and (min-width: 768px) {
      .content h1 {
        font-size: 24px;
        padding: 0 50px 0 0; } }
  .content h2 {
    color: #4d4d48;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 3px 0;
    font-size: 18px;
    line-height: 18px; }
    @media only screen and (min-width: 768px) {
      .content h2 {
        font-size: 21px;
        padding: 3px 50px 3px 0; } }
  .content h3 {
    color: #4d4d48;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    line-height: 24px; }
    @media only screen and (min-width: 768px) {
      .content h3 {
        font-size: 18px;
        padding: 0 50px 0 0; } }
  .content h1 + h2 {
    margin-top: 14px; }
  .content h2 + h3 {
    margin-top: 14px; }
  .content hr + h1 {
    margin-top: 14px; }
  .content hr + h2 {
    margin-top: 14px; }
  .content hr + h3 {
    margin-top: 14px; }
  .content hr {
    height: 1px;
    background: #c3c2b8;
    border: none;
    margin: 1em 0; }
  .content p {
    margin: 0 0 11px 0; }
    @media only screen and (min-width: 768px) {
      .content p {
        padding-right: 50px; } }
  .content p + h1 {
    margin-top: 14px; }
  .content p + h2 {
    margin-top: 14px; }
  .content p + h3 {
    margin-top: 14px; }
  .content ul {
    margin: 0 0 1em 0;
    padding-right: 50px; }
  .content a {
    color: #850007;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    text-decoration: none; }
    .content a:hover {
      color: #002c76; }
  .content .section-name {
    display: none; }
    @media only screen and (min-width: 768px) {
      .content .section-name {
        display: block;
        font-size: 200px;
        font-family: "bickham-script-pro", sans-serif;
        color: #dfdcc9;
        position: absolute;
        top: -3px;
        left: -50px;
        z-index: -1;
        line-height: 112px; } }
  .content .featured-image {
    margin: 10px 30px 30px 0;
    float: left;
    width: 200px; }
    .content .featured-image a {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1px;
      width: 100%; }
    .content .featured-image img {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%; }
    .content .featured-image .caption {
      font-size: 11px;
      line-height: 1.5em;
      font-family: "franklin-gothic-urw", sans-serif;
      padding: 0 10px;
      margin: 10px 0 0 0;
      display: block; }
  .content .featured-image-2 {
    padding: 10px 0px 80px 0;
    clear: both;
    float: left;
    overflow: hidden; }
    .content .featured-image-2 div {
      width: 100px;
      float: left;
      margin: 0 30px 0 0; }
    .content .featured-image-2 a {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 1px;
      width: 100%; }
    .content .featured-image-2 img {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%; }
    .content .featured-image-2 .caption {
      font-size: 11px;
      line-height: 1.5em;
      font-family: "franklin-gothic-urw", sans-serif;
      padding: 0 0;
      margin: 10px 0 0 0;
      display: block; }
  .content .bio-pic {
    float: right;
    margin: 0 0 30px 30px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 768px) {
      .content .bio-pic {
        margin-right: 50px; } }
    .content .bio-pic img {
      width: 100px; }
      @media only screen and (min-width: 768px) {
        .content .bio-pic img {
          max-width: 250px;
          width: auto; } }
  .content .bio-pic-with-caption {
    float: right;
    margin: 0 0 30px 30px; }
    @media only screen and (min-width: 768px) {
      .content .bio-pic-with-caption {
        margin-right: 50px; } }
    .content .bio-pic-with-caption img {
      border: 5px solid #ffffff;
      background-color: #ffffff;
      background-position: 0 0;
      background-repeat: no-repeat;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
      display: block;
      margin: 0 0 5px 0;
      float: right;
      width: 100px; }
      @media only screen and (min-width: 768px) {
        .content .bio-pic-with-caption img {
          max-width: 250px;
          width: auto; } }
    .content .bio-pic-with-caption .caption {
      display: none; }
      @media only screen and (min-width: 768px) {
        .content .bio-pic-with-caption .caption {
          display: block;
          clear: both;
          text-align: left;
          font-size: 11px;
          font-weight: 600;
          font-family: "franklin-gothic-urw", sans-serif;
          line-height: 12px;
          margin-left: 5px;
          margin-top: 2px; } }
  .content .featured-content-row {
    padding: 0 50px 0 10px;
    margin: 0 0 0 -10px;
    overflow: hidden; }
  .content .featured-content-thumbnail {
    width: 100%;
    max-width: 72px;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 768px) {
      .content .featured-content-thumbnail {
        float: left;
        margin-right: 18px;
        margin: 0 28px 0 0;
        width: 72px; } }
    .content .featured-content-thumbnail img {
      width: 72px;
      display: block;
      border: 5px solid #ffffff;
      background-color: #ffffff;
      background-position: 0 0;
      background-repeat: no-repeat;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
  .content .featured-content-info h3 {
    font-family: "franklin-gothic-urw", sans-serif;
    display: block;
    margin: 0;
    padding: 0; }
  .content .featured-content-info .featured-content-date {
    font-size: 14px;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 400;
    font-style: italic; }

.sidebar {
  border-top: 1px solid #c3c2b8; }
  @media only screen and (min-width: 768px) {
    .sidebar {
      border-top: none;
      display: block;
      margin: 20px 0;
      background: url("../images/full/b-sidebar.png") repeat-y 0 0; } }

.footer {
  background: #4d4d48 url("../images/common/b-footer-top-shadow.png") repeat-x top;
  color: #ebe9dd;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  z-index: 21;
  padding: 12px 0;
  overflow: hidden;
  margin: -82px 0 0 0; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 12px 0 80px 0;
      font-size: 14px; } }
  .footer .container {
    height: 58px;
    position: relative; }

.branding {
  display: block;
  margin: 0;
  float: left; }
  .branding .logo {
    display: block;
    width: 68px;
    height: 44px;
    background: url("../images/mobile/logo-ALPLF-68x44.png") no-repeat 0 0;
    margin: 6px 0 0 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    outline: 0; }
    @media only screen and (min-width: 768px) {
      .branding .logo {
        width: 125px;
        height: 123px;
        margin: 0;
        background: url("../images/full/logo-ALPLF-125x123.png"); } }

.global-nav {
  display: none; }
  @media only screen and (min-width: 768px) {
    .global-nav {
      display: block;
      position: absolute;
      right: 10px;
      top: 0; } }
  .global-nav .donate {
    display: block;
    width: 122px;
    height: 39px;
    padding: 15px 14px 0 0;
    text-shadow: -1px -1px 5px rgba(51, 51, 51, 0.65), 1px 1px 3px rgba(255, 255, 255, 0.45);
    background: url("../images/full/b-ribbon.png") no-repeat 0 0;
    float: left;
    text-align: center;
    font-weight: 900;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none; }
    .global-nav .donate:hover {
      background-position: 0 -54px; }
  .global-nav .ul1 {
    float: left; }
  .global-nav .li1 {
    float: left; }
  .global-nav .a1 {
    display: block;
    background: url("../images/full/b-socialmedia.png") no-repeat;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    outline: 0; }
  .global-nav .youtube {
    width: 35px;
    height: 41px;
    padding: 0 7px 0 9px;
    background-position: 0 0; }
    .global-nav .youtube:hover {
      background-position: 0 -36px; }
  .global-nav .facebook {
    width: 8px;
    height: 41px;
    padding: 0 8px 0 7px;
    background-position: -51px 0; }
    .global-nav .facebook:hover {
      background-position: -51px -36px; }
  .global-nav .twitter {
    width: 17px;
    height: 41px;
    padding: 0 8px;
    background-position: -74px 0; }
    .global-nav .twitter:hover {
      background-position: -74px -36px; }
  .global-nav .tumblr {
    width: 9px;
    height: 41px;
    padding: 0 9px 0 7px;
    background-position: -107px 0; }
    .global-nav .tumblr:hover {
      background-position: -107px -36px; }
  .global-nav .rss {
    width: 14px;
    height: 41px;
    padding: 0 10px 0 8px;
    background-position: -132px 0; }
    .global-nav .rss:hover {
      background-position: -132px -36px; }

.menu-tab {
  display: block;
  width: 45px;
  height: 36px;
  background: url("../images/mobile/menu-tab.png") no-repeat 0 0;
  position: absolute;
  top: 10px;
  right: 20px; }
  @media only screen and (min-width: 768px) {
    .menu-tab {
      display: none; } }
  .menu-tab.active {
    background-position: 0 -36px; }

.main-nav {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 500;
  top: 60px;
  width: 100%;
  left: 0;
  background: #ffffff url("../images/mobile/b-menu-shadow.png") repeat-x top;
  font-family: "franklin-gothic-urw", sans-serif; }
  @media only screen and (min-width: 768px) {
    .main-nav {
      background: none;
      top: auto;
      left: auto;
      right: 20px;
      bottom: 40px;
      display: block;
      width: auto; } }
  .main-nav .ul1 {
    margin: 0;
    padding: 12px 0 24px;
    display: block; }
    @media only screen and (min-width: 768px) {
      .main-nav .ul1 {
        padding: 0; } }
  .main-nav .li1 {
    margin: 0;
    padding: 0;
    display: block;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .main-nav .li1 {
        display: block;
        float: left; } }
    @media only screen and (min-width: 768px) {
      .main-nav .li1.last .a1 {
        padding-right: 0; } }
    .main-nav .li1:hover .div2 {
      display: block; }
    .main-nav .li1.expanded .menu-toggle {
      background-position: 0 -90px; }
  .main-nav .a1 {
    color: #7f7f77;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 9px 0 3px 0;
    position: relative;
    cursor: default; }
    .main-nav .a1:link {
      cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .main-nav .a1 {
        color: #7f7f77;
        text-align: left;
        display: inline;
        padding: 0 12px 0 13px; } }
  .main-nav .menu-toggle {
    display: block;
    background: url("../images/mobile/b-main-nav-a1.png") no-repeat 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 30px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .main-nav .menu-toggle {
        display: none; } }
  .main-nav .div2 {
    display: none;
    background: url("../images/mobile/b-main-nav-div2.png") repeat;
    padding: 0;
    margin: 0 0 5px 0; }
    @media only screen and (min-width: 768px) {
      .main-nav .div2 {
        display: none;
        position: absolute;
        left: -50%;
        right: -50%;
        width: 212px;
        margin: 0 auto;
        background: none;
        padding: 0 0 8px 0;
        z-index: 5;
        overflow: hidden; } }
    @media only screen and (min-width: 768px) {
      .main-nav .div2:before {
        display: block;
        position: relative;
        height: 18px;
        background: url("../images/full/b-main-nav-div2.png") no-repeat top center;
        content: ''; } }
  .main-nav .ul2 {
    margin: 0;
    padding: 25px 0 25px;
    background-image: url("../images/mobile/b-main-nav-ul2-top.png"), url("../images/mobile/b-main-nav-ul2-bottom.png");
    background-repeat: no-repeat, repeat-x;
    background-position: 50% top, bottom center; }
    @media only screen and (min-width: 768px) {
      .main-nav .ul2 {
        background: none;
        width: 172px;
        margin: 0 auto;
        background: url("../images/full/b-main-nav-ul2.png");
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        margin-top: -18px;
        z-index: 4;
        border-bottom: 5px solid #002c76; } }
  .main-nav .li2 {
    background: url("../images/mobile/b-main-nav-li2.png") no-repeat bottom center;
    display: block;
    padding: 0 0 2px 0; }
    .main-nav .li2.last {
      background: none;
      padding-bottom: 0; }
    .main-nav .li2:last-child {
      background: none;
      padding-bottom: 0; }
    .main-nav .li2.parent {
      background: none;
      padding-bottom: 0; }
  .main-nav .a2 {
    text-align: center;
    display: block;
    color: #7f7f77;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 14px 11px; }
    @media only screen and (min-width: 768px) {
      .main-nav .a2 {
        font-size: 13px;
        padding: 2px 0;
        color: #7f7f77;
        padding-left: 10px;
        padding-right: 10px; } }
    .main-nav .a2:hover {
      color: #850007; }
      @media only screen and (min-width: 768px) {
        .main-nav .a2:hover {
          color: #850007; } }
  .main-nav .div3 {
    display: block;
    background: url("../images/mobile/b-main-nav-div3.png") repeat; }
    @media only screen and (min-width: 768px) {
      .main-nav .div3 {
        background: url("../images/full/b-main-nav-div3.png") repeat; } }
  .main-nav .ul3 {
    padding: 8px 0;
    background-image: url("../images/mobile/b-main-nav-ul3-top.png"), url("../images/mobile/b-main-nav-ul3-bottom.png");
    background-repeat: repeat-x, repeat-x;
    background-position: top center, bottom center; }
    @media only screen and (min-width: 768px) {
      .main-nav .ul3 {
        margin-top: 4px;
        margin-bottom: 4px;
        background-image: url("../images/full/b-main-nav-ul3-top.png"), url("../images/full/b-main-nav-ul3-bottom.png"); } }
  .main-nav .a3 {
    text-align: center;
    display: block;
    color: #7f7f77;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 1px 0; }
    @media only screen and (min-width: 768px) {
      .main-nav .a3 {
        font-size: 12px;
        color: #7f7f77;
        padding-left: 10px;
        padding-right: 10px; } }
    .main-nav .a3:hover {
      color: #850007; }
      @media only screen and (min-width: 768px) {
        .main-nav .a3:hover {
          color: #850007; } }

.highlighted-nav {
  display: none; }
  @media only screen and (min-width: 768px) {
    .highlighted-nav {
      display: block; } }
  .highlighted-nav .ul1 {
    margin: 0;
    padding: 0; }
  .highlighted-nav .li1 {
    display: block;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    width: 220px; }
  .highlighted-nav .a1 {
    display: block;
    width: 210px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    outline: 0; }

.homepage .highlighted-nav {
  width: 940px;
  padding: 0 0 0;
  border-bottom: 1px solid #c3c2b8; }
  .homepage .highlighted-nav .li1 {
    float: left;
    margin: 0 20px 20px 0;
    height: 160px;
    /*&:nth-of-type(4n){
				margin-right:0;
			}*/ }
    .homepage .highlighted-nav .li1.fourth {
      margin-right: 0; }
  .homepage .highlighted-nav .a1 {
    height: 150px; }
    .homepage .highlighted-nav .a1:hover {
      background-position: 0 -150px; }
  .homepage .highlighted-nav .lawyers-for-lincoln {
    background-image: url("../images/full/btn-lawyers-for-lincoln-hp.jpg"); }
  .homepage .highlighted-nav .adopt-a-whisker {
    background-image: url("../images/full/btn-adopt-a-whisker-hp.jpg"); }
  .homepage .highlighted-nav .name-on-a-frame {
    background-image: url("../images/full/btn-name-on-a-frame-hp.jpg"); }
  .homepage .highlighted-nav .annual-fund {
    background-image: url("../images/full/btn-annual-fund-hp.jpg"); }
  .homepage .highlighted-nav .lincoln-leadership-prize {
    background-image: url("../images/full/btn-lincoln-leadership-prize-hp.jpg"); }
  .homepage .highlighted-nav .membership {
    background-image: url("../images/full/btn-membership-hp.jpg"); }
  .homepage .highlighted-nav .donate {
    background-image: url("../images/full/btn-donate-hp.jpg"); }
  .homepage .highlighted-nav .under-his-hat {
    background-image: url("../images/full/btn-under-his-hat-hp.jpg"); }
  .homepage .highlighted-nav .words {
    background-image: url("../images/full/btn-words-hp.jpg"); }
  .homepage .highlighted-nav .matching-gifts {
    background-image: url("../images/full/btn-paver-matching-gifts.jpg"); }
  .homepage .highlighted-nav .pavers {
    background-image: url("../images/full/btn-paver-campaign.jpg"); }

.subpage .highlighted-nav {
  padding: 0 0 10px 0;
  margin: 0 0 12px 0;
  border-bottom: 1px solid #c3c2b8; }
  .subpage .highlighted-nav .li1 {
    height: 70px;
    margin: 0 0 10px 0; }
  .subpage .highlighted-nav .a1 {
    height: 60px; }
    .subpage .highlighted-nav .a1:hover {
      background-position: 0 -70px; }
  .subpage .highlighted-nav .lawyers-for-lincoln {
    background-image: url("../images/full/btn-lawyers-for-lincoln-sp.jpg"); }
  .subpage .highlighted-nav .adopt-a-whisker {
    background-image: url("../images/full/btn-adopt-a-whisker-sp.jpg"); }
  .subpage .highlighted-nav .name-on-a-frame {
    background-image: url("../images/full/btn-name-on-a-frame-sp.jpg"); }
  .subpage .highlighted-nav .annual-fund {
    background-image: url("../images/full/btn-annual-fund-sp.jpg"); }
  .subpage .highlighted-nav .lincoln-leadership-prize {
    background-image: url("../images/full/btn-lincoln-leadership-prize-sp.jpg"); }
  .subpage .highlighted-nav .membership {
    background-image: url("../images/full/btn-membership-sp.jpg"); }
  .subpage .highlighted-nav .donate {
    background-image: url("../images/full/btn-donate-sp.jpg"); }
  .subpage .highlighted-nav .under-his-hat {
    background-image: url("../images/full/btn-under-his-hat-sp.jpg"); }
  .subpage .highlighted-nav .words {
    background-image: url("../images/full/btn-words-sp.jpg"); }
  .subpage .highlighted-nav .matching-gifts {
    background-image: url("../images/full/btn-matching-gifts-sidebar.jpg"); }
  .subpage .highlighted-nav .pavers {
    background-image: url("../images/full/btn-paver-campaign-sidebar.jpg"); }

.footer-nav .ul1 {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden; }

.footer-nav .li1 {
  float: left;
  border-left: 1px solid #7f7f77;
  line-height: 14px;
  padding: 0 8px; }
  .footer-nav .li1:first-child {
    border-left: none;
    padding-left: 0; }

.footer-nav .a1 {
  color: #ffffff;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  text-decoration: none; }
  .footer-nav .a1:hover {
    text-decoration: underline; }

.slider {
  margin: 0 auto;
  padding: 0; }
  .slider img {
    width: 100%;
    height: auto;
    display: block; }

.copyright {
  color: #ebe9dd;
  margin: 0 0 2px 0; }

.newsletter-signup {
  display: none; }
  @media only screen and (min-width: 768px) {
    .newsletter-signup {
      clear: both;
      overflow: hidden;
      display: block; } }
  .newsletter-signup label {
    display: none; }
  .newsletter-signup h2 {
    margin: 0 0 3px 0;
    color: #4d4d48;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1; }
  .newsletter-signup .wsTextBox {
    font-size: 12px;
    display: block;
    padding: 2px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #838383 #c1c1c1 #e1e1e1 #c1c1c1;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    color: #7f7f77; }
  .newsletter-signup .name .wsTextBox {
    width: 210px;
    margin: 0 0 5px 0; }
  .newsletter-signup .email .wsTextBox {
    width: 147px;
    margin: 0 5px 0 0;
    float: left; }
  .newsletter-signup .wsButton {
    float: left;
    width: 56px;
    line-height: 18px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #850007;
    color: #ebe9dd;
    border-width: 1px;
    border-style: solid;
    border-color: #C28083 #640005 #640005 #C28083; }
    .newsletter-signup .wsButton:hover {
      background: #002c76;
      border-color: #8096bb #002158 #002158 #8096bb; }

.address {
  font-size: 14px;
  line-height: 18px;
  float: left;
  margin-right: 20px; }
  .address:nth-of-type(3n) {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .address {
      margin: 10px 0 0 0;
      float: none; } }
  .address strong {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 15px;
    font-weight: 600; }
  .address .featured-link {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #850007;
    padding-right: 9px;
    position: relative; }
    .address .featured-link:hover {
      color: #002c76; }
      .address .featured-link:hover:after {
        background-position: 0 -7px; }
    .address .featured-link:after {
      width: 4px;
      height: 7px;
      background: url("../images/common/icn-arrow.png") no-repeat 0 0;
      content: '';
      font-size: 1px;
      line-height: 1px;
      position: absolute;
      right: 0;
      top: 7px; }

.news {
  display: none; }
  @media only screen and (min-width: 768px) {
    .news {
      line-height: 18px;
      font-size: 14px;
      display: block;
      margin: 0;
      padding: 0; } }
  .news .featured-news-image {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    display: block;
    border: 5px solid #ffffff;
    margin: 0 0 13px 0; }
  .news h2 {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    color: #4d4d48;
    font-weight: 600; }
  .news p {
    margin: 0; }
  .news p + p {
    margin: .5em 0 0 0; }
  .news .featured-link {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #850007;
    padding-right: 9px;
    position: relative; }
    .news .featured-link:hover {
      color: #002c76; }
      .news .featured-link:hover:after {
        background-position: 0 -7px; }
    .news .featured-link:after {
      width: 4px;
      height: 7px;
      background: url("../images/common/icn-arrow.png") no-repeat 0 0;
      content: '';
      font-size: 1px;
      line-height: 1px;
      position: absolute;
      right: 0;
      top: 7px; }

.show-hide-block {
  border-top: 1px solid #c3c2b8;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0; }
  .show-hide-block h1 {
    padding-right: 0; }
  .show-hide-block h2 {
    padding-right: 0; }
  .show-hide-block h3 {
    padding-right: 0; }
  .show-hide-block p {
    padding-right: 0; }
  .show-hide-block ul {
    padding-right: 0; }

.show-hide-trigger {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 2000;
  padding: 15px 18px 0 0 !important;
  margin: 0; }

.show-hide-indicator {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600 !important;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #850007;
  width: 25px;
  text-align: right;
  z-index: 1;
  cursor: pointer; }
  .expanded .show-hide-indicator {
    top: 8px; }

.show-hide-area {
  clear: both; }

.alpha-nav {
  display: block;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%; }
  .alpha-nav li {
    float: left;
    margin: 0;
    padding: 8px 0;
    width: 16.6666666667%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .alpha-nav li {
        width: 3.846153846153846%; } }
  .alpha-nav a {
    font-weight: 600;
    cursor: default;
    display: block;
    color: #c3c2b8; }
    @media only screen and (min-width: 768px) {
      .alpha-nav a {
        text-align: left; } }
    .alpha-nav a:link {
      color: #850007;
      cursor: pointer; }
      .alpha-nav a:link:hover {
        color: #002c76; }
    .alpha-nav a:visited {
      color: #850007;
      cursor: pointer; }
      .alpha-nav a:visited:hover {
        color: #002c76; }
    .alpha-nav a:hover {
      color: #c3c2b8; }

.submission-directory h3 {
  margin: 8px 0 0 0; }

.name-list-wrapper {
  margin: 0;
  padding: 0 0 0 0; }

.content ul.name-list {
  margin: 0 0;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  line-height: auto !important;
  font-size: 16px;
  -webkit-columns: 3 8em;
  -moz-columns: 3 8em;
  columns: 3 8em; }
  .content ul.name-list li a {
    display: block; }

.content {
  /*.ModLRSPhotoGalleryC{

	}*/
  /*
	.wsAlbumCreated{
		display:block;
		font-size:14px;
		font-family:$franklin-gothic;
		font-weight:400;
		font-style:italic;
		margin:8px 0 4px;
	}
	*/ }
  .content .wsAdminMenu {
    margin: 15px 0; }
  .content .wsAlbumRow {
    padding: 15px 50px 15px 10px;
    margin: 0 0 0 -10px;
    overflow: hidden; }
    .content .wsAlbumRow a {
      display: block;
      font-family: "minion-pro", serif;
      color: #4d4d48; }
  .content .wsAlbumCover {
    width: 162px;
    max-width: 162px;
    margin: 0 auto 15px;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 768px) {
      .content .wsAlbumCover {
        float: left;
        margin-right: 18px;
        margin: 0 28px 0 0; } }
    .content .wsAlbumCover img {
      width: 162px;
      display: block; }
  @media only screen and (min-width: 768px) {
    .content .wsAlbumDetails {
      float: left;
      width: 450px; } }
  .content .wsAlbumTitle {
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 600;
    color: #810007;
    display: block;
    font-size: 18px; }
  .content .wsAlbumDescription {
    padding-right: 0 !important; }
  .content .wsReadMoreLink {
    font-family: "franklin-gothic-urw", sans-serif;
    color: #810007;
    display: none; }
  .content .wsPhotoGrid {
    margin-top: 18px;
    overflow: hidden;
    /*a{
			display:block;
			border:5px solid $highlighted-nav-border;
			background-color:$white;
			background-position:0 0;
			background-repeat:no-repeat;
			box-shadow:$box-shadow-1;
			width:210px;
			margin:0 auto 20px auto;

			@include respond-to($willie){
				float:left;
				width:210px;
				margin:0 20px 20px 0;
			}
		*/ }
  .content .wsPhotoContainer {
    border: 5px solid #ffffff;
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    width: 210px;
    margin: 0 auto 20px auto; }
    @media only screen and (min-width: 768px) {
      .content .wsPhotoContainer {
        float: left;
        width: 210px;
        margin: 0 20px 20px 0; } }
    .content .wsPhotoContainer.third {
      margin-right: 0; }
    .content .wsPhotoContainer img {
      display: block; }

.dnnForm {
  margin-top: 16px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .dnnForm {
      width: 662px; } }
  .dnnForm .dnnFormRow + hr {
    margin-top: 0; }
  .dnnForm .dnnFormRow {
    display: block;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormRow {
        padding: 0 10px 16px 0; } }
  .dnnForm h2 + .dnnFormRow {
    padding-top: 8px; }
  .dnnForm hr + .dnnFormRow {
    padding-top: 16px; }
  .dnnForm hr {
    margin-right: 10px; }
  .dnnForm .dnnFormItem {
    margin: 0;
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0; }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem {
        float: left;
        margin: 0;
        clear: none !important;
        overflow: visible; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span1 {
        width: 28px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span2 {
        width: 76px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span3 {
        width: 124px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span4 {
        width: 172px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span5 {
        width: 220px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span6 {
        width: 268px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span7 {
        width: 316px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span8 {
        width: 364px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span9 {
        width: 412px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span10 {
        width: 460px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span11 {
        width: 508px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span12 {
        width: 556px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span13 {
        width: 604px; } }
    @media only screen and (min-width: 768px) {
      .dnnForm .dnnFormItem.span14 {
        width: 652px; } }
    .dnnForm .dnnFormItem .dnnLabel {
      display: block;
      color: #4d4d48;
      font-family: "franklin-gothic-urw", sans-serif;
      font-weight: 700;
      padding: 0;
      margin: 0 0 -1px 0;
      font-size: 15px;
      line-height: 24px;
      width: 100%;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .dnnForm .dnnFormItem .dnnLabel {
          font-size: 18px; } }
      .dnnForm .dnnFormItem .dnnLabel label .dnnFormRequired:after {
        color: #850007;
        margin: 0; }
    .dnnForm .dnnFormItem input[type="text"] {
      display: block;
      border-style: solid;
      border-width: 1px;
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
      padding: 7px;
      margin: 0;
      font-size: 12px;
      color: #333;
      width: 100%;
      max-width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .dnnForm .dnnFormItem input[type="text"].inlineTextBox {
      display: block;
      border-style: solid;
      border-width: 1px;
      border-radius: 3px;
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
      padding: 7px;
      font-size: 12px;
      color: #333;
      float: left;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .dnnForm .dnnFormItem input[type="text"].inlineTextBox.medium {
        width: 123px; }
      .dnnForm .dnnFormItem input[type="text"].inlineTextBox.micro {
        width: 48px; }
    .dnnForm .dnnFormItem span.special {
      padding: 0 0 10px 0;
      display: block;
      float: left;
      text-align: center;
      width: 28px; }
    .dnnForm .dnnFormItem textarea {
      display: block;
      border-style: solid;
      border-width: 1px;
      border-radius: 3px;
      box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
      padding: 6px;
      font-size: 12px;
      color: #333;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .dnnForm .dnnFormItem select {
      display: block;
      border-style: solid;
      border-width: 1px;
      border-radius: 6px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      border-color: #c1c1c1;
      padding: 6px 10px 6px 6px;
      margin: 0;
      font-size: 12px;
      color: #333;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .dnnForm .dnnFormItem .dnnCheckBoxWrapper {
      display: block;
      overflow: hidden;
      padding: 2px 0; }
      .dnnForm .dnnFormItem .dnnCheckBoxWrapper .dnnLabel {
        display: none; }
      .dnnForm .dnnFormItem .dnnCheckBoxWrapper input[type="checkbox"] + span {
        float: left;
        margin: -1px 10px 0 2px;
        padding: 0;
        display: block;
        width: auto; }
    .dnnForm .dnnFormItem input[type="radio"] + span {
      float: left;
      margin: -1px 10px 0 0;
      padding: 0;
      display: block;
      width: auto; }
    .dnnForm .dnnFormItem .dnnRadiobutton {
      display: block;
      overflow: hidden;
      padding: 2px 0; }
      .dnnForm .dnnFormItem .dnnRadiobutton input[type="radio"] {
        float: left;
        margin: 5px 12px 0 0; }
      .dnnForm .dnnFormItem .dnnRadiobutton input[type="text"] {
        float: left;
        width: 123px;
        margin: -2px 0 0 8px; }
    .dnnForm .dnnFormItem .dnnRadiobutton + label {
      display: block !important;
      float: left; }
      .dnnForm .dnnFormItem .dnnRadiobutton + label small {
        display: block;
        margin-top: -.5em;
        padding-top: 0;
        font-family: "franklin-gothic-urw", sans-serif;
        font-size: 12px;
        font-weight: 400; }
    .dnnForm .dnnFormItem p {
      display: block; }
    .dnnForm .dnnFormItem .note {
      font-style: italic; }
    .dnnForm .dnnFormItem .dnnInputFileWrapper {
      margin: 8px 15px 0 0; }
    .dnnForm .dnnFormItem .dnnInputFileWrapper + .note {
      margin-top: 15px;
      float: left; }

@media only screen and (min-width: 768px) {
  .dnnFormItem + .dnnFormItem {
    margin: 0 0 0 20px; } }

.content ul.paymentMethods {
  margin: 0 !important;
  padding: 20px 10px 0 0 !important;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .content ul.paymentMethods {
      width: 124px; } }
  .content ul.paymentMethods li {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    outline: 0;
    float: left;
    width: 57px;
    height: 36px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    margin: 0 10px 10px 0; }
    @media only screen and (min-width: 768px) {
      .content ul.paymentMethods li {
        margin: 0; } }
  .content ul.paymentMethods .visa {
    background: url("/portals/_default/Skins/ALPLF/img/common/icn-Visa.png") no-repeat 0 0; }
    @media only screen and (min-width: 768px) {
      .content ul.paymentMethods .visa {
        margin: 0 10px 10px 0; } }
  .content ul.paymentMethods .mastercard {
    background: url("/portals/_default/Skins/ALPLF/img/common/icn-Mastercard.png") no-repeat 0 0; }
    @media only screen and (min-width: 768px) {
      .content ul.paymentMethods .mastercard {
        margin: 0 0 10px 0; } }
  .content ul.paymentMethods .discover {
    background: url("/portals/_default/Skins/ALPLF/img/common/icn-Discover.png") no-repeat 0 0; }
    @media only screen and (min-width: 768px) {
      .content ul.paymentMethods .discover {
        margin: 0 10px 10px 0; } }
  .content ul.paymentMethods .amex {
    background: url("/portals/_default/Skins/ALPLF/img/common/icn-AmEx.png") no-repeat 0 0; }
    @media only screen and (min-width: 768px) {
      .content ul.paymentMethods .amex {
        margin: 0 0 10px 0; } }

.dnnFormItem input[type="submit"] {
  background: #850007;
  border-style: solid;
  border-width: 1px;
  border-color: #C28083 #640005 #640005 #C28083;
  text-shadow: none;
  color: #ebe9dd;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: none;
  padding: 4px; }

.dnnFormItem input[type="submit"]:hover {
  background: #002c76;
  border-style: solid;
  border-width: 1px;
  border-color: #8096bb #002158 #002158 #8096bb;
  color: #ebe9dd; }

.required {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  display: block;
  clear: both;
  float: left;
  margin: 4px 0;
  color: #850007;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400; }

.formDisclaimer {
  margin: 0; }

.homepage .main {
  padding: 20px 0; }

.homepage .content {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .homepage .content {
      float: left;
      width: 460px;
      padding: 16px 10px 0 0;
      line-height: 24px; } }

@media only screen and (min-width: 768px) {
  .homepage .sidebar {
    float: left;
    width: 470px; } }

@media only screen and (min-width: 768px) {
  .homepage .contact {
    overflow: visible;
    float: left;
    width: 220px;
    padding: 2px 10px 0 10px; } }

@media only screen and (min-width: 768px) {
  .homepage .news {
    float: left;
    width: 220px;
    padding: 0 0 0 10px; } }

.subpage .main {
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .subpage .main {
      padding: 0; } }

.subpage .content {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .subpage .content {
      float: left;
      width: 700px;
      padding: 58px 10px 60px 0; } }

@media only screen and (min-width: 768px) {
  .subpage .sidebar {
    float: left;
    width: 220px;
    padding: 0 0 0 10px; } }

.subpage .sidebar .newsletter-signup {
  margin-bottom: 14px; }

.clearfix {
  clear: both;
  float: none; }

.line-break {
  white-space: nowrap; }

.dnnFormMessage {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Dnn, for whatever reason, decided to add a .Normal to the main content container, and this class has styles associated with it IN DNN's CORE! WTF. This should zero it out. */
.Normal {
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

.disabled {
  cursor: default; }

/*# sourceMappingURL=skin.css.map */
