/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,700);
@viewport {
  zoom: 1.0;
  width: device-width; }
div#at4-share {
  padding: 0 !important; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 62.5%; }

/*
 * 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 and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

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

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

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* =====================  SASS Variables */
/* =====================  Fonts */
/* Proxima Nova from Typekit at 300, 400 & 600 */
body {
  font-family: 'Merriweather', serif; }

/* ===================== Base Typography =====================  */
p {
  display: block;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 .8em;
  word-spacing: .1em; }

p.add-pad {
  padding: 0 0 1em; }

h1, h2, h3, h4, h5 {
  color: #00bbff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  padding: 0;
  margin: 0 0 .4em; }

.collapse {
  padding: 0 !important;
  margin: 0 !important; }

.textCenter {
  text-align: center; }

h1 b, h2 b, h3 b, h4 b, h5 b {
  font-style: normal;
  font-weight: 600; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-style: normal;
  color: #00bbff;
  cursor: pointer; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color: #008cbf; }

h1 {
  font-size: 3.0em;
  line-height: 1em; }

h2 {
  font-size: 2.4em;
  line-height: 1em; }

h3 {
  font-size: 2.0em;
  line-height: 1em; }

h4 {
  font-size: 1.8em;
  line-height: 1.1em; }

h5 {
  font-size: 1.6em;
  line-height: 1.1em;
  color: #666; }

.nopad {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  font-weight: normal;
  color: #00bbff; }

a:hover {
  color: #008cbf; }

hr {
  height: 7px;
  margin: 2em 0;
  width: 100%;
  background: url(../images/interface/bgd_hr.gif) repeat-x;
  background-position: center top;
  border: none; }

.button {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  width: auto;
  color: #fff;
  background: #00bbff;
  padding: .8em 1.2em;
  margin: 0 0 5px;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .button:hover {
    color: #fff;
    background: #008cbf; }

.button.set {
  min-width: 180px;
  text-align: center; }

.home-title {
  text-align: left; }

@media only screen and (min-width: 640px) {
  .home-title {
    text-align: center; } }
/* ===================== Core Structure =====================  */
.container {
  position: relative;
  width: 90%;
  padding: 0;
  margin: 0 auto; }

ul.sort {
  list-style: none;
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
  margin: 1em 0; }
  ul.sort li {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 1em;
    float: left;
    margin-left: 4px; }
    ul.sort li a {
      display: block;
      color: #888;
      background: #eee;
      padding: .5em .8em;
      margin: 0 0 4px; }
    ul.sort li a:hover {
      color: #fff;
      background: #008cbf; }
    ul.sort li a.active {
      color: #fff;
      background: #00bbff; }
  ul.sort .key {
    margin: 0;
    padding: .5em .5em 0 0; }

@media only screen and (min-width: 640px) {
  .container {
    width: 90%;
    padding: 0; }
    .container ul.sort {
      position: absolute;
      top: 30px;
      right: 0px;
      padding: 0;
      margin: 0; }
    .container ul.sort li, .container ul.sort li:last-child {
      margin-left: 0;
      margin-right: 1em; } }
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px; } }
.headerWrap {
  background: url(../images/interface/bgd_header.jpg) repeat-x center top; }

header {
  padding: 50px 0 0; }

.logo {
  width: 270px;
  float: left;
  margin: 0 0 20px; }

.logo img {
  width: 85%; }

@media only screen and (min-width: 640px) {
  .logo img {
    width: 100%; } }
.addthis_toolbox {
  margin: 0 0 10px;
  padding: 0;
  height: 16px; }

/* ===================== Navigation =====================  */
#megaNav {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 28px 0 0;
  float: right;
  width: auto; }

#megaNav > a {
  display: none; }

#megaNav li {
  position: relative; }
  #megaNav li a {
    font-size: 1.6em;
    color: #555; }

#megaNav ul {
  padding: 0;
  margin: 0; }

#megaNav > ul > li {
  float: left;
  height: 100%;
  border-right: 1px #555 solid; }
  #megaNav > ul > li a {
    margin: 0 1em; }
  #megaNav > ul > li:last-child {
    border-right: 0px; }

#megaNav .donate a {
  color: #008cbf;
  font-weight: 400;
  letter-spacing: 1px; }

.megaMenu {
  display: none;
  position: absolute;
  width: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 0 1.2em;
  z-index: 100; }
  .megaMenu .megaCenter {
    position: relative;
    width: 580px;
    margin: 0 auto; }
  .megaMenu ul {
    float: left;
    margin: 0;
    padding: 0 40px 0 0;
    font-size: 1.3em;
    list-style: none; }
    .megaMenu ul li {
      color: #ddd;
      margin: 0 0 .2em; }
    .megaMenu ul .menuTitle {
      font-size: .9em;
      margin: .4em 0 .1em;
      color: #fff; }
    .megaMenu ul a {
      font-size: 1em !important;
      margin: 0;
      color: #aaa;
      font-weight: 300;
      letter-spacing: 1px; }
      .megaMenu ul a:hover {
        color: #00bbff; }
  .megaMenu ul.last {
    padding: 0; }

#megaNav li:hover .megaMenu {
  display: block; }

#megaNav li ul.active {
  display: block; }

#megaNav a:hover {
  color: #00bbff; }

a.megaClose {
  position: absolute;
  top: 0;
  right: -30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2em;
  color: #00bbff; }
  a.megaClose:hover {
    color: #00bbff; }

/* ===================== Responsive Navigation =====================  */
header {
  padding: 50px 0 0;
  height: 60px; }

.mobileNavWrap {
  margin: 0; }

.menu-button {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #555; }

.mobileNav {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

#megaNav {
  display: none; }

.mobileNav {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  clear: both; }

.mobileNav > a {
  display: none; }

.mobileNav li {
  position: relative; }
  .mobileNav li a {
    font-size: 1.6em;
    color: #555; }

.mobileNav ul {
  padding: 0;
  margin: 0; }

.mobileNav > ul > li {
  float: none;
  height: 100%;
  border-right: none; }
  .mobileNav > ul > li a {
    margin: 0; }

.mobileNav .donate a {
  color: #008cbf;
  font-weight: 400;
  letter-spacing: 1px; }

.mobileNav li:hover .megaMenu {
  display: block; }

.mobileNav li ul.active {
  display: block; }

.mobileNav a:hover {
  color: #00bbff; }

a.megaClose {
  position: absolute;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  margin: .4em 0 .1em;
  color: #00bbff; }
  a.megaClose:hover {
    color: #00bbff; }

@media only screen and (min-width: 640px) {
  .mobileNav {
    display: none; }

  #megaNav {
    display: inline-block; } }
/*  Homepage Slider (Royal Slider - http://dimsemenov.com/plugins/royal-slider/) =====================  */
#full-width-slider, #gallery-slider {
  width: 100%;
  color: #000; }

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%; }

.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px; }

.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  left: 30px;
  right: auto; }

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px; }

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0; }

.infoBlock a {
  color: #FFF;
  text-decoration: underline; }

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; }

.photosBy a {
  color: #000; }

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px; }

@media screen and (min-width: 1200px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 440px !important; } }
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 400px !important; } }
@media screen and (min-width: 641px) and (max-width: 768px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 360px !important; } }
@media screen and (min-width: 481px) and (max-width: 640px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 320px !important; } }
@media screen and (min-width: 361px) and (max-width: 480px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 260px !important; } }
@media screen and (min-width: 0px) and (max-width: 360px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 180px !important; } }
/* ===================== Partner Banner =====================  */
.partnerBannerWrap {
  text-align: center;
  height: 70px;
  margin: 0 0 4em;
  background: url(../images/interface/bgd_partnerBanner.jpg) repeat-x; }

.partnerBannerWrap h3 {
  line-height: 70px;
  color: #fff; }

.partnerBannerWrap h3 span {
  display: none; }

.partnerBannerWrap h3 .plus {
  display: inline-block;
  height: 70px;
  width: 32px;
  margin: 0 0 0 20px; }
  .partnerBannerWrap h3 .plus img {
    width: 100%;
    height: auto;
    vertical-align: middle; }

@media only screen and (min-width: 640px) {
  .partnerBannerWrap h3 span {
    display: inline-block; } }
/* ===================== Global Footer =====================  */
footer {
  background: url(../images/interface/bgd_footer.jpg) repeat;
  height: 400px; }

.footerContent {
  float: left;
  padding: 4em 0 2em;
  width: 100%; }

.footerContent p {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  word-spacing: normal; }

.footerContent a {
  color: #333;
  font-weight: bold; }

.footerContent a.admin {
  font-weight: normal;
  color: #999; }

.footerContent a:hover {
  color: #00bbff; }

p.copyright {
  font-size: 1.3em;
  color: #222;
  padding-bottom: 1em; }

ul.footerNav {
  list-style: none;
  padding: 0;
  margin: 2em 0 0; }
  ul.footerNav li {
    float: none;
    border-right: none;
    margin-left: 0; }
    ul.footerNav li a {
      font-family: "proxima-nova", sans-serif;
      font-size: 1.4em;
      color: #666;
      margin-right: 1em;
      text-transform: uppercase;
      font-weight: normal; }
      ul.footerNav li a:hover {
        color: #00bbff; }
  ul.footerNav li.donate a {
    color: #008cbf; }
    ul.footerNav li.donate a:hover {
      color: #00bbff; }
  ul.footerNav li:first-child {
    margin-left: 0; }
  ul.footerNav li:last-child {
    border-right: none; }

.socailLinks {
  list-style: none;
  float: left;
  width: auto;
  padding: 0; }
  .socailLinks li {
    float: right;
    margin-left: 0px;
    margin-right: 6px; }
  .socailLinks li a, .socailLinks li.efca {
    font-size: 1.4em;
    width: 38px;
    height: 38px; }
    .socailLinks li a img, .socailLinks li.efca img {
      width: 100%;
      height: 100%; }

.socailLinks a .ss-icon {
  font-size: 2.5em;
  color: #444; }

.socailLinks a:hover .ss-icon {
  color: #00bbff; }

@media only screen and (min-width: 640px) {
  .footerContent {
    padding: 3em 0;
    width: 70%; }

  ul.footerNav li {
    float: left;
    border-right: 1px solid #222;
    margin-left: 1em; }

  .socailLinks {
    float: right;
    padding: 3em 0;
    width: 30%; } }
/* ===================== Newsletter Signup =====================  */
.newsletterWrap {
  text-align: center;
  padding: 0 0 3em; }

#mc-embedded-subscribe-form {
  width: 100%;
  float: right;
  position: relative; }
  #mc-embedded-subscribe-form input {
    -webkit-appearance: none; }
  #mc-embedded-subscribe-form .formInputSmall {
    width: 100%;
    margin: 0 0 6px; }
    #mc-embedded-subscribe-form .formInputSmall input {
      width: 100%; }
  #mc-embedded-subscribe-form .formInputBig {
    width: 100%;
    margin: 0 0 6px; }
    #mc-embedded-subscribe-form .formInputBig input {
      width: 100%; }

@media only screen and (min-width: 640px) {
  #mc-embedded-subscribe-form {
    width: 100%;
    float: right;
    position: relative;
    left: -50%; }
    #mc-embedded-subscribe-form .formInputSmall {
      width: 20%;
      display: inline-block;
      margin: 0 6px 0 0; }
    #mc-embedded-subscribe-form .formInputBig {
      width: 40%;
      display: inline-block;
      margin: 0 6px 0 0; }
    #mc-embedded-subscribe-form .formInputButton {
      display: inline-block; }

  .newsletterWrap.sidebar {
    margin: 2em 0;
    text-align: left; }
    .newsletterWrap.sidebar h4 {
      text-align: left; }
    .newsletterWrap.sidebar #mc-embedded-subscribe-form {
      width: 100%;
      float: right;
      position: relative;
      left: -50%; }
      .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputSmall {
        width: 100%;
        margin: 0 0 6px; }
      .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputBig {
        width: 100%;
        margin: 0 0 6px; }
      .newsletterWrap.sidebar #mc-embedded-subscribe-form .formInputButton {
        display: inline-block; }

  .mc-field-group {
    position: relative;
    left: 50%; } }
/* ===================== Article Grid =====================  */
.articleGrid {
  display: block;
  margin: 2em 0 1em !important; }

.articleGridDate {
  display: block;
  padding: .5em 0 0;
  color: #bbb;
  margin: 0; }

.articleGridDate img {
  width: 16px;
  height: 16px; }

.articleGrid li p {
  font-size: 1.2em;
  line-height: 1.4em; }

.articleGrid li.alert a {
  color: #ff9900; }
.articleGrid li.alert a:hover {
  color: #b36b00; }
.articleGrid li.alert .articleDate a {
  color: #ff9900; }

.articleGrid .articleImage {
  margin: 0 0 1em;
  display: block; }

.articleGrid .articleImage a {
  position: relative;
  border: solid #fff 1px;
  height: auto;
  display: block;
  overflow: hidden; }

.articleGrid .articleImage a:hover {
  border: solid #00bbff 1px; }

.articleImage a img {
  width: 100%;
  height: auto; }

.articleImage a .tag {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/interface/article-icons.png) no-repeat;
  background-size: 240px 80px; }

.articleGrid li .articleImage a .tag.alert {
  background-position-x: 0px; }
.articleGrid li .articleImage a .tag.globe {
  background-position-x: -40px; }
.articleGrid li .articleImage a .tag.video {
  background-position-x: -80px; }
.articleGrid li .articleImage a .tag.photo {
  background-position-x: -120px; }
.articleGrid li .articleImage a .tag.story {
  background-position-x: -160px; }
.articleGrid li .articleImage a .tag.audio {
  background-position-x: -200px; }

article.alert .articleImage a .tag {
  background-position-y: -40px; }

.pagination_links {
  margin: 2em 0 1em;
  list-style: none;
  clear: both;
  padding: 0; }
  .pagination_links li {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 1em;
    float: left;
    margin-right: 1em; }
    .pagination_links li a {
      display: block;
      color: #888;
      background: #eee;
      padding: .5em .8em; }
    .pagination_links li a:hover {
      color: #fff;
      background: #008cbf; }
    .pagination_links li a.active {
      color: #fff;
      background: #00bbff; }
  .pagination_links li:last-child, .pagination_links .key {
    margin-left: 1em; }
  .pagination_links .key {
    margin: 0;
    padding: .5em .5em 0 0; }

/* ===================== Main Article Content =====================  */
.articlePad {
  margin: 2em 0 10em; }

article h1 {
  margin: 0 0 .2em; }

article h3 {
  margin: 1em 0 .2em; }

article h4.byline {
  color: #666;
  padding: 0 0 .5em; }

article ol, article ul {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 0 2em 0;
  color: #666; }

article ol li, article ul li {
  padding-bottom: .3em; }

article img {
  width: 100%;
  height: auto; }

article blocktext {
  display: block;
  padding: 1.5em;
  margin: 0 0 1.5em;
  background: #eee; }
  article blocktext p {
    margin: 0; }

article blockquote {
  padding: 1.2em 1.5em;
  margin: 0 0 1.5em;
  background: #eee; }
  article blockquote p {
    font-weight: 200;
    font-size: 1.8em;
    line-height: 1.4em;
    margin: 0;
    padding: 0; }

.leftColumn {
  float: left;
  width: 10%;
  display: block; }

.sidebarLeft {
  float: left;
  width: 70%; }

.report-section {
  display: block;
  padding: 1em 0; }

.report-image {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .report-image {
      overflow: visible;
      width: 30%;
      float: left; } }
  @media only screen and (min-width: 640px) {
    .report-image .articleImage {
      margin: 0; } }
  .report-image img {
    width: 100%;
    height: auto; }

.report-detail {
  overflow: auto;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 640px) {
    .report-detail {
      overflow: auto;
      width: 65%;
      float: right; } }
  .report-detail p:last-of-type {
    margin: 0; }

.sidebarRight {
  float: right;
  width: 24%; }

.sidebarRight a.image-link {
  display: block;
  height: auto;
  margin: 0 0 1em; }

.articleDate {
  background: #ccc;
  text-align: center;
  padding: 1em 0 0;
  margin: 0 0 1em; }
  .articleDate .day, .articleDate .month, .articleDate .year {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase; }
  .articleDate .month {
    color: #fff;
    font-size: 2.5em;
    line-height: .8em;
    padding: .4em 0 0; }
  .articleDate .day {
    color: #fff;
    font-size: 4.6em;
    line-height: 1em; }
  .articleDate .year {
    color: #fff;
    font-size: 1.8em;
    line-height: .8em;
    letter-spacing: 2px;
    padding: 0 0 1em; }

.social-boxes {
  display: block;
  margin: 0 0 1em; }
  .social-boxes img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .social-boxes img {
    width: 49%;
    float: left;
    margin: 0 1% 0 0;
    height: auto; } }
/* ======== Tag Links   */
.tagsContainer {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  width: 100%;
  float: left;
  display: block;
  margin: 2px 0;
  padding: 0; }
  .tagsContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 12px; }

.tagsContainer ul li {
  float: left;
  padding: 0;
  margin: 0 .7em 0 0;
  font-weight: 400;
  color: #999;
  line-height: 1em; }

.tagsContainer ul li a {
  font-size: .9em;
  line-height: 1em;
  color: #00bbff; }

.tagsContainer ul li a:hover {
  color: #008cbf; }

@media only screen and (min-width: 640px) {
  .tagsContainer {
    margin: 0 0 2em;
    padding: 0; }

  .tagsContainer ul li a {
    font-size: 1em;
    line-height: 1.2em; } }
/* ======== Main Article Styles   */
article .articleBody {
  float: left;
  width: 60%;
  margin: 0 0 0 3%; }

article .articleBodyFull {
  width: 88%;
  margin: 0 0 0 12%; }

article figure {
  display: block;
  padding: 0 0 1em; }

figcaption {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.3em;
  color: #777;
  text-align: center;
  background: #eee;
  padding: 10px; }

.articleImage {
  width: 100%;
  margin: 0 0 1em; }

.articleImage.offset {
  width: 80%;
  height: auto;
  margin: auto -39.66% 2em 3%;
  float: right;
  position: relative;
  z-index: 1; }

.articleImage img {
  width: 100%;
  height: auto; }

ul.pagination {
  clear: both;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -30px; }

ul.pagination li {
  padding: 0;
  position: relative;
  z-index: 3;
  display: block;
  height: 30px;
  float: left;
  list-style-type: none;
  margin-right: 5px; }

ul.pagination li a {
  line-height: 20px;
  text-decoration: none;
  width: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  background-color: #CCC;
  font-size: 10px;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

ul.pagination li a:hover {
  color: #000;
  background-color: #cc3333;
  text-decoration: none; }

ul.pagination li.page_total {
  color: #cc3333;
  text-transform: uppercase;
  padding-top: 1px; }

@media screen and (max-width: 768px) {
  article .articleBody, article .articleBodyFull {
    width: 100%;
    margin: .3em 0 0; }

  .sidebarLeft, .sidebarRight {
    width: 100%; }

  .sidebarRight {
    padding: 1.5em 0 0; }

  .articleImage, .articleImage.offset {
    width: 100%;
    height: auto;
    margin: 0 0 1em; }

  article p, article ul, article ol {
    font-size: 1.3em; }

  .leftColumn {
    width: 100%;
    margin-bottom: .5em; }

  .articleDate {
    float: none;
    width: 100%;
    display: block;
    background: none;
    text-align: left;
    padding: 0 0 .1em;
    margin: 0; }
    .articleDate .day, .articleDate .month, .articleDate .year {
      font-weight: 400;
      color: #999;
      padding: 0 .3em 0 0;
      margin: 0;
      line-height: 1em;
      float: left;
      font-size: 1.4em;
      line-height: 1em;
      padding-bottom: 0em;
      letter-spacing: 0px;
      border-top: none; } }
/* --------- Content Grid ---------- */
.mediaGrid {
  padding: 0 0 5em; }

.mediaGrid ul {
  height: 22px !important;
  min-height: 22px !important; }

.gridItem {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 2em 0; }

.gridItem h4 {
  padding: 0;
  margin: 0 0 .2em; }

.gridItem p {
  font-size: .8em; }

.gridItem:nth-of-type(3n+3) {
  margin: 0; }

.gridItem.last {
  margin: 0; }

.gridItem img {
  width: 100%;
  height: auto;
  margin-bottom: .4em; }

.gridItem h3 {
  padding: 0;
  margin: 0 0 .2em; }

.gridDate {
  padding: 0;
  margin: 0 0 .1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .gridItem {
    width: 48%;
    margin: 0 4% 0 0; }

  .gridItem:nth-of-type(3n+3) {
    margin: 0 4% 2em 0; }

  .gridItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0; } }
@media screen and (max-width: 480px) {
  .gridItem {
    float: left;
    margin: 0 0 2em 0;
    width: 100%; } }
/* --------- Content List ---------- */
.listItem {
  display: block;
  width: 48%;
  margin: 0 4% 2em 0;
  float: left; }

.listItem:nth-of-type(2n+2) {
  margin: 0 0 2em 0; }

.listItem.last {
  margin: 0; }

.listItem img {
  width: 30%;
  float: left;
  margin: 0 2% 0 0;
  height: auto; }

.listItemContent {
  width: 68%;
  float: left;
  overflow: visible; }

.listItem h3, .listItem h4 {
  padding: 0;
  margin: 0 0 .2em; }

.listItem p {
  font-size: .8em;
  overflow: visible; }

.listDate {
  padding: 0;
  margin: 0 0 .1em;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .listItem {
    width: 100%;
    margin: 0 0 2em 0; }

  .listItem:nth-of-type(2n+2) {
    margin: 0 0 2em 0; } }
@media screen and (max-width: 480px) {
  .listItem img {
    width: 100%;
    margin: 0 0 .4em; }

  .listItemContent {
    width: 100%;
    margin: 0 0 1em; } }
#videoPlayer {
  width: 100%;
  height: auto;
  margin: 0 0 1em;
  position: relative; }
  #videoPlayer #mediathumb {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0; }
  #videoPlayer #mediaplayer {
    z-index: 1; }

.btn_android, .btn_ios {
  height: 50px;
  float: left; }

.btn_android a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-android.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto; }

.btn_ios a {
  font-family: KlavikaMedium, Arial, Helvetica, sans-serif;
  background: url(../images/interface/mobile-app-ios.png);
  background-repeat: no-repeat;
  text-decoration: none;
  color: #FFF;
  background-color: #cc3333;
  font-size: 16px;
  padding-right: 8px;
  padding-left: 46px;
  padding-top: 12px;
  padding-bottom: 10px;
  float: left;
  margin-right: 5px;
  height: auto; }

.addthisMain {
  display: block;
  width: 80px; }

.addthisMobile {
  display: none; }

@media screen and (max-width: 468px) {
  .addthisMain {
    display: none; }

  .addthisMobile {
    display: block; } }
/* ==========================================================================
   Donate & Caontact Forms
   ========================================================================== */
.donate-message {
  padding-bottom: 10px; }

#donate_form, #contactform {
  float: left;
  width: 100%;
  padding: 0;
  color: #999;
  margin: 0;
  font-size: 1.2em; }
  #donate_form label, #contactform label {
    display: block;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0 .3em 0;
    color: #008cbf; }
  #donate_form select, #contactform select {
    font-family: "proxima-nova", sans-serif;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 1.2em;
    line-height: 1em;
    color: #666;
    margin: 0;
    overflow: auto;
    padding: 12px 12px 11px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

#donate_form .one_full, #contactform .one_full {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 0 1em; }
#donate_form .one_third, #contactform .one_third {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 1em; }
#donate_form .two_thirds, #contactform .two_thirds {
  display: inline-block;
  float: none;
  width: 100%;
  margin: 0 0 1em; }
#donate_form .special, #contactform .special {
  display: none; }
#donate_form label.error, #contactform label.error {
  font-weight: 400;
  font-size: .8em;
  color: #F00;
  padding: 2px 0 0; }
#donate_form input.ammount, #contactform input.ammount {
  font-size: 2.5em; }
#donate_form textarea, #contactform textarea {
  width: 260px;
  height: 140px; }
#donate_form .radio, #contactform .radio {
  font-size: 12px;
  border: 1px solid #e9e9e9;
  margin: 0 0 1em;
  overflow: auto;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  width: 15px; }
#donate_form input[type='checkbox'], #contactform input[type='checkbox'] {
  position: relative;
  float: left;
  display: block;
  margin-top: 5px;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 4px; }
#donate_form .large-font, #contactform .large-font {
  display: block;
  color: #666;
  font-size: 1.2em;
  line-height: 1.5rem;
  padding: 0;
  margin: 0 0 .8em;
  word-spacing: .1em; }
#donate_form input:hover, #donate_form input:focus, #contactform input:hover, #contactform input:focus {
  background: #f3f3f3; }

.error_message {
  font-weight: 400;
  font-size: 1.5em;
  color: #F00;
  padding: 0 0 1em; }

#donate_form input, #contactform input, #contactform input, #contactform textarea, #mc-embedded-subscribe-form input {
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 1.2em;
  color: #666;
  padding: 10px 12px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#donate_form input[type=text], #donate_form input[type=email], #mc-embedded-subscribe-form[type=text], #mc-embedded-subscribe-form[type=email] {
  -webkit-appearance: none; }

#donate_form input.formbtn, #contactform input.formbtn, #mc-embedded-subscribe-form input.formbtn {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 36px;
  width: auto;
  color: #fff;
  background: #00bbff;
  height: 36px;
  padding: 0 1.2em;
  border: 1px solid #00bbff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#donate_form input.formbtn:hover, #contactform input.formbtn:hover, #mc-embedded-subscribe-form input.formbtn:hover {
  color: #fff;
  background: #008cbf; }

#mc-embedded-subscribe-form label {
  display: block;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0 0 .3em 0;
  color: #008cbf;
  text-align: left; }

@media only screen and (min-width: 640px) {
  #donate_form .one_third, #contactform .one_third {
    float: left;
    width: 31%;
    margin: 0 2% 1em 0; }
    #donate_form .one_third #expiration_month, #contactform .one_third #expiration_month {
      width: 49%;
      float: left;
      margin: 0 2% 0 0; }
    #donate_form .one_third #expiration_year, #contactform .one_third #expiration_year {
      width: 49%; }
  #donate_form .two_thirds, #contactform .two_thirds {
    float: left;
    width: 64%; }
  #donate_form select, #contactform select {
    width: 100%; }

  #donate_form input, #contactform input, #contactform input, #contactform textarea, #mc-embedded-subscribe-form input {
    width: 100%; }

  #contactform .one_half {
    float: left;
    width: 49%;
    margin: 0 2% 1em 0; }

  #contactform .one_half.last {
    margin: 0 0 1em 0; } }
/*
 * Responce From Authorize.net
 */
#message_ajax {
  margin: 10px 0 0;
  font-family: 'Merriweather', serif;
  font-size: 1.4em; }
  #message_ajax h3 {
    padding: 0 !important; }

/* ==========================================================================
   Letter Tempalte
   ========================================================================== */
.reflectionsHeader {
  position: relative;
  display: block;
  background-color: #dfdfdf;
  margin-bottom: 2rem; }

.reflectionsTitle {
  position: relative;
  height: 100px;
  width: 100%;
  float: none; }
  @media only screen and (min-width: 40.063em) {
    .reflectionsTitle {
      height: 250px;
      width: 60%;
      float: left; } }
  .reflectionsTitle .reflectionsTitleImage {
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: 100px;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .reflectionsTitle .reflectionsTitleImage {
        height: 250px; } }
    .reflectionsTitle .reflectionsTitleImage img {
      width: 100%;
      height: auto; }

.reflectionsPhoto {
  height: 250px;
  width: 100%;
  float: none;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 40.063em) {
    .reflectionsPhoto {
      height: 250px;
      width: 40%;
      float: right; } }

p.date {
  color: #999999;
  margin-bottom: 2rem; }

.vertical-center {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

h4 {
  color: #7a8262; }

.signature {
  margin: 1.5rem 0 1rem;
  width: 300px; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@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; } }
