/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

strong, b {
  font-weight: 700; }

html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: #AEB6C8; }

p, pre {
  margin: 1em 0 1.8em; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

#page-wrap {
  margin: 0 auto;
  width: 960px; }

.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 586px;
  position: relative;
  width: 615px; }
  
.column-345 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 586px;
  position: relative;
  width: 345px; }
  
.column-6155 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 586px;
  position: relative;
  width: 615px; }

#col-left {
  color: #7c7b7b;
  padding: 0 40px 60px 0px;
  text-align: center; }
  #col-left .small-caps {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    word-spacing: 2px; }
    #col-left .small-caps em {
      font-style: normal;
      font-size: 17px; }

#col-right {
  background: url(../img/gray-rh-bg.jpg) top left repeat-y #dddcda;
  color: #505050; }
  
  #col-right h2 {
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0px 0;
    text-align: center !important;
    text-transform: uppercase; }
    #col-right h2 a {
      color: #505050; }

a.home-link {
  color: #505050;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 8px;
font-style: italic; ;
}

#logo {
  padding: 60px 0; }

a.donate-link {
  color: #e30b40;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-top: 10px;
  padding: 12px 0px;
  text-transform: uppercase;
  word-spacing: 2px; }
  a.donate-link em {
    font-style: normal;
    font-size: 19px; }
  a.donate-link:hover {
    border-bottom: 2px solid #e30b40;
    border-top: 2px solid #e30b40;
    padding: 10px 0;
    text-decoration: none; }
    
a.apply-link {color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-top: 10px;
  padding: 12px 0px;
  text-transform: uppercase;
  word-spacing: 2px;
  background-color: #02a8dd; }
  
  
a.participating-link {color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 24px;
  margin-top: 10px;
  padding: 12px 0px;
  text-transform: uppercase;
  word-spacing: 2px;
  background-color: #505050; }
  
  
  a.donate-link em {
    font-style: normal;
    font-size: 19px; }
  a.donate-link:hover {
    border-bottom: 2px solid #e30b40;
    border-top: 2px solid #e30b40;
    padding: 10px 0;
    text-decoration: none;}

.close-link {
  color: #505050;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0; }

.vid-poster {
  display: block;
  position: relative;
  vertical-align: top; }
  .vid-poster img {
    width: 100%; }
  .vid-poster .btn-play {
    background: url(../img/btn-play.png) 0 0 no-repeat;
    background-size: 100px;
    bottom: 10px;
    display: block;
    height: 50px;
    overflow: hidden;
    left: 10px;
    position: absolute;
    width: 50px; }
    .lt-ie9 .vid-poster .btn-play {
      background-image: url(../img/ie-btn-play.png); }
  .vid-poster:hover .btn-play {
    background-position: -50px; }

#quote {
  background: url(../img/quote.png) 0 0 no-repeat;
  background-size: 415px;
  display: block;
  height: 160px;
  margin: 72px auto;
  width: 415px; }
  .lt-ie9 #quote {
    background-image: url(../img/ie-quote.png); }
  #quote p, #quote cite {
    display: none; }

.nav {
  border-bottom: 10px solid #234c9f;
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav li {
    background-color: #505050;
    display: block;
    float: left;
    text-align: center;
    width: 320px; }
    .nav li a {
      background: url(../img/nav-bg.png) 0 0 no-repeat;
      color: #234c9f;
      display: block;
      font-size: 14px;
      letter-spacing: 3px;
      line-height: 24px;
      padding: 38px 0px;
      text-transform: uppercase;
      word-spacing: 2px; }
      .nav li a em {
        font-style: normal;
        font-size: 19px; }
      .nav li a:hover {
        background-position: 0 -104px;
        color: #e30b40; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
