@charset "UTF-8";
/* ==========================================================================
 * Grid
 * ========================================================================== */
.container, [id=header], [id=nav], body:not(.home):not(.page-with-children):not(.page-gallery) [id=main], .page-with-children [id=main] [id=content] > article, .page-with-children [id=main] > article, .page-gallery [id=main] [id=content] > article, .page-gallery [id=main] > article, [id=footer] {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:after, [id=header]:after, [id=nav]:after, body:not(.home):not(.page-with-children):not(.page-gallery) [id=main]:after, .page-with-children [id=main] [id=content] > article:after, .page-with-children [id=main] > article:after, .page-gallery [id=main] [id=content] > article:after, .page-gallery [id=main] > article:after, [id=footer]:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 520px) and (max-width: 639px) {
  .container, [id=header], [id=nav], body:not(.home):not(.page-with-children):not(.page-gallery) [id=main], .page-with-children [id=main] [id=content] > article, .page-with-children [id=main] > article, .page-gallery [id=main] [id=content] > article, .page-gallery [id=main] > article, [id=footer] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 860px) {
  .container, [id=header], [id=nav], body:not(.home):not(.page-with-children):not(.page-gallery) [id=main], .page-with-children [id=main] [id=content] > article, .page-with-children [id=main] > article, .page-gallery [id=main] [id=content] > article, .page-gallery [id=main] > article, [id=footer] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 479px) {
  .col + .col, .col img + img {
    margin-top: 16px;
  }
}

@media (min-width: 480px) {
  .half {
    width: 48.86364%;
    float: left;
    margin-right: 2.27273%;
  }
  .half:nth-child(even) {
    float: right;
    margin-right: 0;
  }
    .third {
    width: 30%;
    float: left;
    margin-right: 3%;
  }
  .third:nth-child(even) {
    float: right;
    margin-right: 0;
  }
}

/* ==========================================================================
 * Layout
 * ========================================================================== */
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: black;
  background-color: #006B97;
}

html, body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body *, body *:after, body *:before {
  -webkit-backface-visibility: inherit;
  backface-visibility: inherit;
}

p, ul, ol {
  margin: 1.28571em 0;
}

ul, ol {
  padding: 0 0 0 1.25em;
}

figure {
  margin: 0;
}

blockquote {
  position: relative;
  padding: 1em 1em 1em 2em;
  text-align: left;
  font-style: italic;
  margin: 0;
  quotes: "“" "”";
}
blockquote:before {
  content: open-quote;
  position: absolute;
  top: -0.05em;
  left: -0.05em;
  font-size: 5em;
  width: 1em;
  line-height: 1;
  color: #1A3967;
}
blockquote cite {
  margin-top: 0.25em;
  font-size: 1.2em;
  display: block;
  text-align: right;
  color: #1A3967;
  font-weight: normal;
  white-space: nowrap;
  font-family: serif;
}
.fb-page blockquote {
  display: none;
}

img, svg {
  height: auto;
  max-width: 100%;
}

a {
  color: #1A3967;
  text-decoration: none;
  font-weight: 600;
}

h1, h2, h3, h4, .h3 {
  color: #1A3967;
}

h5, h4#lemkinday{
  color: #9E0B0F;
  font-weight: 600;
}
#post-180 h4{
  color:#9E0B0F;
}

.blog .type-post h1, .category .type-post h1, .tag .type-post h1, .author .type-post h1, .date .type-post h1 {
  font-size: 1.3em;
  font-weight: normal;
  text-transform: none;
}

h1, .h1 {
  font-size: 1.5em;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  h1, .h1 {
    font-size: 1.8em;
  }
}

h2, .h2 {
  font-size: 1.4em;
  color: #9E0B0F;
}
@media (min-width: 640px) {
  h2, .h2 {
    font-size: 1.6em;
  }
}

h3, .h3 {
  font-size: 1.3em;
}
[id=sidebar] h3, .page:not(.home) h3, [id=sidebar] .h3, .page:not(.home) .h3 {
  font-weight: normal;
}

h4 {
  font-size: 1.14286em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
  color: black;
  margin: 0;
}

.no-js [data-srcset] {
  display: none;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.fadein.faded {
  opacity: 1;
}

::-webkit-selection {
  color: white;
  background: #006B97;
}

::-moz-selection {
  color: white;
  background: #006B97;
}

::-o-selection {
  color: white;
  background: #006B97;
}

::selection {
  color: white;
  background: #006B97;
}

[id=page] {
  border-left: 12px solid #143058;
  border-right: 12px solid #143058;
  margin: 0 auto;
  background-color: white;
  max-width: 980px;
}

.entry img{
  margin-top: 6px !important;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.alignright, img[align=left], .wp-caption.alignright, .wp-caption[align=left] {
  clear: right;
  margin: 0 0 .5em .5em;
}
img.alignleft, .wp-caption.alignleft {
  margin: 0 1em .5em 0;
}
img.alignleft, img.alignright, img[align=left], img[align=right], .wp-caption.alignleft, .wp-caption.alignright, .wp-caption[align=left], .wp-caption[align=right] {
  max-width: 45%;
}
img.aligncenter, img[align=center], .wp-caption.aligncenter, .wp-caption[align=center] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption img {
  width: 100%;
  display: block;
}
.wp-caption p {
  margin: 0.5em 0 0 0;
}
.wp-caption-text{
  text-align: center;
  font-size:0.8em;
  color: #777777;
  margin-top: 5px;
}

.alignright, [align=right] {
  float: right;
}

.alignleft, [align=left] {
  float: left;
}

.aligncenter, [align=center] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
 * Helpers
 * ========================================================================== */
.cols:after, .single-news .type-news header:after, [id=nav] > ul:after {
  content: "";
  display: table;
  clear: both;
}

.col > *:first-child, blockquote > *:first-child, .entry section > *:first-child, .entry section .text > *:first-child, .posts-almanac .entry > *:first-child, .events article > a > *:first-child, .type-profile .entry > *:first-child, .home section.entry > *:first-child, .aipr-posts-list .intro > *:first-child, .aipr-posts-list .posts > *:first-child, .aipr-posts-list .entry > *:first-child, [id=sidebar] > *:first-child, [id=footer] .textwidget > *:first-child {
  margin-top: 0;
}
.col > *:last-child, blockquote > *:last-child, .entry section > *:last-child, .entry section .text > *:last-child, .posts-almanac .entry > *:last-child, .events article > a > *:last-child, .type-profile .entry > *:last-child, .home section.entry > *:last-child, .aipr-posts-list .intro > *:last-child, .aipr-posts-list .posts > *:last-child, .aipr-posts-list .entry > *:last-child, [id=sidebar] > *:last-child, [id=footer] .textwidget > *:last-child {
  margin-bottom: 0;
}

[id=content] > * + *, .content > * + * {
  margin-top: 30px;
}
@media (min-width: 640px) {
  [id=content] > * + *, .content > * + * {
    margin-top: 50px;
  }
}

.home section.entry {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .home section.entry {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.home section.entry, .aipr-links-list, .aipr-posts-list {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 520px) and (max-width: 639px) {
  .home section.entry, .aipr-links-list, .aipr-posts-list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 860px) {
  .home section.entry, .aipr-links-list, .aipr-posts-list {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.post-type-archive-event [id=main], .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] .content, .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] [id=content], .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] [id=sidebar], .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] > section, .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] .page-gallery, .blog [id=main] .content, .blog [id=main] [id=content], .blog [id=main] [id=sidebar], .blog [id=main] > section, .blog [id=main] .page-gallery, .single-event [id=main] .content, .single-event [id=main] [id=content], .single-event [id=main] [id=sidebar], .single-event [id=main] > section, .single-event [id=main] .page-gallery, [id=sidebar] {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .post-type-archive-event [id=main], .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] .content, .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] [id=content], .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] [id=sidebar], .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] > section, .page:not(.home):not(.page-with-children):not(.page-gallery) [id=main] .page-gallery, .blog [id=main] .content, .blog [id=main] [id=content], .blog [id=main] [id=sidebar], .blog [id=main] > section, .blog [id=main] .page-gallery, .single-event [id=main] .content, .single-event [id=main] [id=content], .single-event [id=main] [id=sidebar], .single-event [id=main] > section, .single-event [id=main] .page-gallery, [id=sidebar] {
    padding-bottom: 50px;
  }
}


.site-logo {
  width: 400px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  color: inherit;
}

.button, ul.page-numbers a, .aipr-links-list .widget-title a, .aipr-recent-posts .more {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid black;
  padding: 0.5em 1em;
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.button:hover, ul.page-numbers a:hover, .aipr-links-list .widget-title a:hover, .aipr-recent-posts .more:hover {
  border-color: #9E0B0F !important;
  color: #9E0B0F !important;
}

[id=main] > article > h1, .page .type-page > header, .blog header h1, .category header h1, .tag header h1, .author header h1, .date header h1, .single-post .type-post > h1, .single-post .type-post > time, .single-news .type-news > h1, .single-news .type-news .category, .type-profile header, .type-profile header .category {
  background-color: #EBEBEB;
  padding: 0.625em 20px;
  margin: 0 -20px;
  width: 100%;
}
@media (min-width: 520px) and (max-width: 639px) {
  [id=main] > article > h1, .page .type-page > header, .blog header h1, .category header h1, .tag header h1, .author header h1, .date header h1, .single-post .type-post > h1, .single-post .type-post > time, .single-news .type-news > h1, .single-news .type-news .category, .type-profile header, .type-profile header .category {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 -50px;
  }
}
@media (min-width: 800px) {
  [id=main] > article > h1, .page .type-page > header, .blog header h1, .category header h1, .tag header h1, .author header h1, .date header h1, .single-post .type-post > h1, .single-post .type-post > time, .single-news .type-news > h1, .single-news .type-news .category, .type-profile header, .type-profile header .category {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 -50px 15px -50px;
  }
}

.img-circle{
    border-radius: 50%;
}

.smallattribution{
  display:block;
  line-height:1em;
  font-size:0.8em;
  margin-top:10px;
  font-style:normal;
  }

.light{font-weight: 300;}
.dblue{color: #1A3967;}
.bold{font-weight: 600;}

.clearfix{
  content: "";
  display: table;
  clear: both;
}

.halfie{
  width: 50%;
  float: left;
}
/* ==========================================================================
 * Modules
 * ========================================================================== */
.twitter-timeline {
  min-height: 400px;
  display: block;
}

.fb-page {
  min-height: 224px;
}

ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #1A3967;
  border-color: #1A3967;
  margin-top: 30px;
}
@media (min-width: 640px) {
  ul.page-numbers {
    margin-top: 50px;
  }
}
ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
}
ul.page-numbers li + li {
  margin-left: 8px;
}
ul.page-numbers a {
  color: #1A3967;
  border-color: #1A3967;
}
ul.page-numbers .current {
  border: 2px solid #1A3967;
  padding: 0.5em 1em;
  color: white;
  background-color: #1A3967;
}
ul.page-numbers .current, ul.page-numbers a {
  display: block;
}
@media (min-width: 640px) and (max-width: 800px) {
  ul.page-numbers .current, ul.page-numbers a {
    padding: 0.25em 0.5em;
  }
}
@media (max-width: 480px) {
  ul.page-numbers .current, ul.page-numbers a {
    padding: 0.25em 0.5em;
  }
}

.page-children {
  overflow: hidden;
  background-color: #08152B;
  color: white;
}
@media (min-width: 640px) {
  .flexbox .page-children {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox .page-children .child-page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}
.page-children .child-page {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 20px 5.10204% 20px;
}
.page-children .child-page a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  height: 120px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-children .child-page a:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.page-children .child-page.global-programs a:before, .page-children .child-page.united-states-programs a:before, .page-children .child-page.seminario-lemkin-edicion-global a:before, .page-children .child-page.programas-estadounidenses a:before{
  position: relative;
  top: 10px;
}
.page-children .child-page > a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.page-children h1 {
  font-size: 20px;
  color: inherit;
  text-transform: none;
  margin-top: 10px;
}
.page-children .global-programs a:before, .page-children .seminario-lemkin-edicion-global a:before {
  width: 199px;
}
.page-children .africa-programs a:before, .page-children .programas-africanos a:before  {
  width: 125px;
}
.page-children .latin-america-programs  a:before, .page-children .programas-latinoamericanos a:before{
  width: 150px;
}
.page-children .united-states-programs a:before, .page-children .programas-estadounidenses a:before  {
  width: 200px;
}

/* ==========================================================================
 * Content
 * ========================================================================== */
[id=content], .content {
  width: 100%;
}
@media (min-width: 640px) {
  [id=content]:not(:only-child), .content:not(:only-child) {
    width: 65.90909%;
    float: left;
    margin-right: 2.27273%;
    width: calc(100% - 20px - 280px);
    margin-right: calc(20px);
  }
}

/* ==========================================================================
 * Page
 * ========================================================================== */
[id=main] > article > h1 + .entry, .page .type-page > header + .entry {
  margin-top: 30px;
}
@media (min-width: 640px) {
  [id=main] > article > h1 + .entry, .page .type-page > header + .entry {
    margin-top: 50px;
  }
}

.page .type-page > header .category {
  font-size: 1em;
  display: block;
  text-transform: uppercase;
}
.page .type-page > header h1 {
  margin: 0;
}
.page [id=content] > article > .entry, .page [id=main] > article > .entry {
  font-size: 1.1em;
}

.entry section {
  overflow: hidden;
}
@media (min-width: 480px) {
  .entry section figure {
    float: left;
    width: 24.13793%;
    margin-right: 6.89655%;
  }
}
@media (max-width: 479px) {
  .entry section .text {
    margin-top: 1em;
  }
}
@media (min-width: 480px) {
  .entry section .text {
    float: left;
    width: 68.96552%;
  }
}
.entry section h2 + .data {
  margin-top: -1em;
}
.entry section .data {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.entry section .data li + li {
  margin-top: 0.25em;
}
.entry section + section {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .entry section + section {
    margin-top: 50px;
  }
}

.posts-almanac ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.14286em;
  padding: 2em 0;
}
.posts-almanac ul li + li {
  margin-top: 2em;
}
.posts-almanac .post-item > a {
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.posts-almanac figure {
  float: left;
  margin-right: 20px;
}
.posts-almanac figure + .entry .categories {
  margin-top: 35px;
}
.posts-almanac .categories {
  font-size: 12px;
  text-transform: uppercase;
}
.posts-almanac .categories + * {
  margin-top: 0;
}
.posts-almanac h2 {
  text-transform: uppercase;
}
.posts-almanac h4 {
  margin-bottom: 0.5em;
}
.posts-almanac h4 + p {
  margin-top: 0.5em;
}
.posts-almanac h3, .posts-almanac .h3 {
  margin: 0;
  display: block;
}
.posts-almanac h3 a, .posts-almanac .h3 a {
  display: block;
  color: white;
  background-color: #1A3967;
  padding: 0.5em 1em;
}
.posts-almanac h3.open a, .posts-almanac h3 a:hover, .posts-almanac .h3.open a, .posts-almanac .h3 a:hover {
  background-color: #8b0a0d !important;
}
.posts-almanac h3:nth-child(4n) a, .posts-almanac h3:nth-child(4n + 1) a, .posts-almanac .h3:nth-child(4n) a, .posts-almanac .h3:nth-child(4n + 1) a {
  background-color: #1e4277;
}
.posts-almanac .h3 a {
  padding-left: 4em;
}

/* ==========================================================================
 * Blog
 * ========================================================================== */
.blog .type-post h1, .category .type-post h1, .tag .type-post h1, .author .type-post h1, .date .type-post h1 {
  font-size: 1.5em;
}
.blog .type-post .entry, .category .type-post .entry, .tag .type-post .entry, .author .type-post .entry, .date .type-post .entry {
  position: relative;
}
.blog .type-post .entry img, .category .type-post .entry img, .tag .type-post .entry img, .author .type-post .entry img, .date .type-post .entry img {
  position: absolute;
  top: 0;
  left: 0;
  width: 25.86207%;
  max-width: none;
}
.blog .type-post .entry img ~ *, .category .type-post .entry img ~ *, .tag .type-post .entry img ~ *, .author .type-post .entry img ~ *, .date .type-post .entry img ~ * {
  margin-left: 29.31034%;
}
.blog .type-post + .type-post, .category .type-post + .type-post, .tag .type-post + .type-post, .author .type-post + .type-post, .date .type-post + .type-post {
  position: relative;
}
.blog .type-post + .type-post:before, .category .type-post + .type-post:before, .tag .type-post + .type-post:before, .author .type-post + .type-post:before, .date .type-post + .type-post:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border-top: 1px solid #9E0B0F;
}
@media (min-width: 640px) {
  .blog .type-post + .type-post:before, .category .type-post + .type-post:before, .tag .type-post + .type-post:before, .author .type-post + .type-post:before, .date .type-post + .type-post:before {
    top: -25px;
  }
}

/* ==========================================================================
 * Post
 * ========================================================================== */
.single-post .type-post h2 {
  color: #1A3967;
}
.single-post .type-post > time {
  font-size: 1em;
  display: block;
  margin-top: -1em;
  padding-bottom: 1em;
}
.single-post .type-post p {
  font-size: 1.125em;
  line-height: 1.325;
}
.single-post .post-info {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .single-post .post-info {
    margin-top: 60px;
  }
}

/* ==========================================================================
 * Publications
 * ========================================================================== */
#post-5488 figure.publication{
  width: 100px !important;
}

 }
/* ==========================================================================
 * Single news
 * ========================================================================== */
.single-news .type-news h2 {
  color: #1A3967;
}
.single-news .type-news header figure {
  float: left;
  width: 25.86207%;
  height: 150px;
  margin-right: 3.44828%;
  line-height: 150px;
  text-align: center;
}
.single-news .type-news header figure img {
  display: inline-block;
  vertical-align: middle;
}
.single-news .type-news header h1 {
  float: left;
  width: 70.68966%;
}
.single-news .type-news .category {
  font-size: 1em;
  display: block;
  padding-bottom: 0.5em 0;
  text-transform: uppercase;
}
.single-news .type-news p, .single-news .type-news ul, .single-news .type-news ol {
  font-size: 1.125em;
  line-height: 1.325;
}
.type-news ol{
  padding: 0 4em;
}
.type-news li{
  margin-bottom: 0.5em;
}

/* ==========================================================================
 * Events
 * ========================================================================== */
.post-type-archive-event [id=page] {
  background-color: #EBEBEB;
}

.events {
  overflow: hidden;
}
.events article {
  width: 100%;
  text-align: center;
}
.events article > a {
  display: block;
  background-color: white;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  text-decoration: none;
  color: inherit;
}
.events article > a:hover {
  border-color: #1A3967;
}
.events article time {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25em;
  border: 2px solid #1A3967;
  background-color: white;
  color: #1A3967;
  min-width: 5em;
  padding: 0 0 0.25em 0;
}
.events article time .month {
  font-weight: normal;
  background-color: #1A3967;
  color: white;
  display: block;
  padding: 0.25em;
}
.events article time .day {
  display: block;
  background-color: white;
  padding: 0.25em;
  line-height: 1;
  font-size: 1.5em;
  border-radius: 0.25em;
  font-weight: 600;
}
.events article time .year {
  font-weight: 300;
}
.events article.past-event time {
  border-color: gray;
  color: gray;
}
.events article.past-event time .month {
  background-color: gray;
}
.events article.past-event .location {
  background-color: gray;
}
.events article h1 {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  margin: 20px 0;
}
.events article .location {
  display: inline-block;
  vertical-align: middle;
  background-color: #1A3967;
  padding: 0.5em 0.75em;
  line-height: 1;
  border-radius: 0.25em;
  font-weight: normal;
  color: white;
}
@media (min-width: 480px) and (max-width: 800px) {
  .events article {
    width: 48.86364%;
    width: calc((100% - 20px)/2);
  }
  .events article:not([style]):nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .events article {
    width: 31.81818%;
    width: calc((100% - 40px)/3);
  }
  .events article:not([style]):nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .events article:not([style]) {
    float: left;
    margin-right: 36.36364%;
    margin-right: calc( 20px );
    margin-bottom: 20px;
  }
}
.events .gutter {
  width: 20px;
}
@media (min-width: 800px) {
  .events .gutter {
    width: 36.36364%;
    width: calc(20px);
  }
}

/* ==========================================================================
 * Event
 * ========================================================================== */
.single-event .event-details {
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.single-event .event-details dt, .single-event .event-details dd {
  margin: 0;
  padding: 0.75em 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-event .event-details dt {
  width: 31.81818%;
  float: left;
  margin-right: 2.27273%;
  text-transform: uppercase;
  clear: both;
}
.single-event .event-details dd {
  width: 65.90909%;
  float: right;
  margin-right: 0;
  clear: right;
}
.single-event .event-details dd ~ * {
  border-top: 1px solid #EBEBEB;
}

/* ==========================================================================
 * Profile
 * ========================================================================== */
.type-profile header > * {
  margin: 0;
}
.type-profile header .category {
  font-size: 1em;
  display: block;
  margin-bottom: -0.5em;
  padding-top: 0.5em;
  text-transform: uppercase;
}
.type-profile .entry {
  padding: 30px 0;
  font-size: 1.125em;
  line-height: 1.325;
}
.type-profile img{
	max-width: 225px;
}
article.type-profile li{
  margin-bottom: 0.5em !important;
}
@media (min-width: 640px) {
  .type-profile .entry {
    padding: 50px 0;
  }
}
@media (min-width: 640px) {
  .type-profile .entry {
    width: 100%;
    float: left;

    /*width: 74.43182%;
    float: left;
    margin-right: 2.27273%;*/
  }
}
.type-profile .entry img:first-child + noscript + p, .type-profile .entry img:first-child + p {
  margin-top: 0;
}
article.type-profile ol, article.type-profile ol{
  margin: 1em 3em;
}
article.type-profile ul, article.type-profile ul{
  margin: 1em 3em;
}
article.type-profile li, article.type-profile li{
  margin-bottom: 1em;
}


/* ==========================================================================
 * Misc Pages
 * ========================================================================== */
article#post-14 p{
  font-size: 125% !important;
  line-height: 1.2em !important;
}
article#post-58 a, article#post-62 a, article#post-60 a, article#post-65 a{
  font-weight: 400;
}
@media (max-width: 480px) {
div.caja-socios{
	display: none;
}
}
/* ==================================================
 * Police Fundraiser
 * ================================================== */
div.donation-sidebar{
  text-align: center;
  float: right;
  margin-left: 50px;
  min-height: 1000px;
  width: 30%;
}
div.donators{
  text-align: left;
}
div.donation-content{
  float: left;
  width: 60%;
}
@media (max-width: 799px) {
  div.donation-content{
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 799px) {
  div.donation-sidebar{
    float: none;
    margin: 0 auto;
    width: 70%;
  }
 } 

/* ==================================================
 * Understanding Genocide Blog
 * ================================================== */
div.rssjb{

}
div.rssjb ul{
  list-style-type: none;
}
div.rssjb li{
  margin: 1em;
}
a.rss-title{
  font-size: 1.2em;
}

/* ==================================================
 * Communications Resources
 * ================================================== */
@media (max-width: 640px) {
  div.communications-resources-menu {
    display: none;
}
}
/* ==========================================================================
 * Partners
 * ========================================================================== */
.aipr-gallery figure, .aipr-mosaic figure {
  position: relative;
}
.aipr-gallery figcaption, .aipr-mosaic figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 57, 103, 0.8);
  color: white;
  text-align: center;
  padding: 0.7em 1em;
  font-weight: 300;
  font-size: 0.85em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aipr-mosaic figure {
  max-width: calc((100% - 20px)/2);
  overflow: hidden;
}
.aipr-mosaic figure a {
  display: block;
}
.aipr-mosaic figure figcaption {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.aipr-mosaic figure:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.aipr-gallery {
  overflow: hidden;
}
.aipr-gallery figure {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(26, 57, 103, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aipr-gallery figure:hover {
  border-color: #1a3967;
}
.aipr-gallery figure:hover figcaption {
  background-color: #1a3967;
}
@media (max-width: 799px) {
  .aipr-gallery figure {
    width: 42.30769%;
    float: left;
    margin-right: 15.38462%;
    float: left;
    width: calc((100% - 20px)/2) !important;
    margin-right: calc(20px);
  }
  .aipr-gallery figure:nth-child(even) {
    margin-right: 0;
    clear: right;
  }
  .aipr-gallery figure:nth-child(n + 3) {
    margin-top: 20px;
  }
  .aipr-gallery figure:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 800px) {
  .aipr-gallery figure {
    width: 26.82927%;
    float: left;
    margin-right: 9.7561%;
    float: left;
    width: calc((100% - 40px)/3) !important;
    margin-right: calc(20px);
  }
  .aipr-gallery figure:nth-child(3n) {
    margin-right: 0;
    clear: right;
  }
  .aipr-gallery figure:nth-child(n + 4) {
    margin-top: 20px;
  }
  .aipr-gallery figure:nth-child(3n + 1) {
    clear: both;
  }
}
/* ==========================================================================
 * Donate
 * ========================================================================== */
blockquote.donate{
  font-size: 1.2em;
  font-style: normal;      
}

/* ==========================================================================
 * Offices
 * ========================================================================== */
.office-location{
	width:240px;
	height:140px;
	padding:5px 25px;
	float: left;
}
@media (max-width: 420px) {
.office-location{
    width: 100%;
  }
  }
/* ==========================================================================
 * Forms
 * ========================================================================== */
.form input[type=text] {
  padding: 1em 1em;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  line-height: normal;
  font-size: 1em;
  background-color: white;
  border: 1px solid #ccc;
  color: black;
  box-shadow: none;
}
.form input.placeholder[type=text] {
  color: #555;
}
.form input[type=text]:-moz-placeholder {
  color: #555;
}
.form input[type=text]::-webkit-input-placeholder {
  color: #555;
}
.form input.error[type=text] {
  border-color: #F00;
}
.form input[type=text]:active, .form input[type=text]:focus {
  outline: #006B97 auto 3px;
}

.form {
  position: relative;
}
.form input[type=text] {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: url("../images/ui/email.svg") no-repeat center;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
[id=header] {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
  overflow: hidden;
}
[id=header] .aipr-logo {
  float: left;
}
[id=header] [class*=paypal] {
  float: right;
  margin-top: 9.5px;
}
@media (max-width: 668px) {
  [id=header] {
    max-width: 320px;
  }
  [id=header] .aipr-logo {
    position: relative;
    height: 0;
    padding-top: 22.15385%;
    width: 100%;
    -webkit-background-size: contain;
    background-size: contain;
  }
  [id=header] .aipr-logo > * {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    margin: 0;
    padding: 0;
  }
  [id=header] .aipr-logo + * {
  }
}

div.bloomerang-header-button{
    position: relative;
    left: 180px;
    top: 10px;
}

div.wpml-selector{
  float: right;
}

#lang_sel_list.lang_sel_list_vertical {
  width: 90px;
}

#lang_sel_list a{
  font-size:13px;
}

@media (max-width: 668px) {
  a.paypal-link{
    display: none;
  }
  div.wpml-selector{
    margin: 0 auto;
    float: none;
  }
  #lang_sel_list ul a{font-size: 16px;margin-bottom: 5px !important;}
  #lang_sel_list.lang_sel_list_vertical ul {width: 100% !important;}
  #lang_sel_list.lang_sel_list_vertical {width: 100%;}
  [id=header] .aipr-logo {margin-bottom: 30px;}
}

#lang_sel_list.lang_sel_list_vertical ul {border-top: none;}

/* =======================
 * Language Switcher CSS - Inserted on plugin settings page in WP back end


#lang_sel{
  margin-left:10px;
  position: relative;
  top: 22px;
}
#lang_sel li{
  width: 95px;
}
#lang_sel_list ul a.lang_sel_other:hover, #lang_sel_list ul a.lang_sel_sel:hover{
background-color: #ffffff !important;
}
#lang_sel ul ul {
  width: inherit;
  border: none;
}
#lang_sel_list ul{
  border-top: none !important;
  margin-left: 25px !important;
  margin-top: 18px !important;
} 
a.lang_sel_sel:hover, a.lang_sel_other:hover {
  background-color: none !important;
  color: #9D1D20 !important;
}
#lang_sel_list.lang_sel_list_vertical{
  width: 85px;
}
#lang_sel_list.lang_sel_list_vertical li {
  width: 85px;
}
#lang_sel_list.lang_sel_list_vertical a{
  border: none !important;
}
 * ======================= */

/* ==========================================================================
 * Nav
 * ========================================================================== */
[id=nav] {
  background-color: #EBEBEB;
  text-transform: uppercase;
  font-weight: bold;
  color: #1A3967;
}
[id=nav] ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[id=nav] ul > li[class*=current] > a, [id=nav] ul li:hover > a, [id=nav] ul a:hover {
  background-color: #1A3967;
  color: white;
}
[id=nav] a {
  padding: 1.25em 1em;
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: background 0.2s ease, color 0.1s ease;
  transition: background 0.2s ease, color 0.1s ease;
}
[id=nav] .sub-menu {
  text-align: left;
}
[id=nav] .sub-menu a {
  font-size: 12px;
  padding: 0.75em 15px;
  white-space: nowrap;
}
@media (max-width: 640px) {
  [id=nav] {
    padding-left: 0;
    padding-right: 0;
  }
  [id=nav] a {
    padding-left: 20px;
    padding-right: 20px;
  }
  [id=nav] .sub-menu a {
    padding-left: 40px;
  }
}
@media (min-width: 640px) {
  [id=nav] {
    overflow: visible !important;
  }
  [id=nav] > ul > li {
    float: left;
    position: relative;
    width: auto;
  }
  [id=nav] > ul > li:hover .sub-menu {
    display: block;
  }
  [id=nav] .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    z-index: 100;
    background-color: #e6e6e6;
    width: auto;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  [id=nav] > ul > li {
    width: 25%;
    text-align: center;
  }
  [id=nav] > ul > li:nth-last-child(2) a {
    padding-top: 0.55em;
    padding-bottom: 0.55em;
  }
}
@media (min-width: 1024px) {
  [id=nav] > ul {
    display: table;
  }
  [id=nav] > ul > li {
    float: none;
    display: table-cell;
    text-align: center;
    position: relative;
    width: auto;
  }
}

.nav-toggle {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  height: 52px;
  background-color: #ebebeb;
  position: relative;
}
@media (max-width: 640px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 24px;
  right: 14px;
  top: 14px;
}

/* ==========================================================================
 * Artivism Menu Item
 * ========================================================================== */

#menu-item-11850{
  background-color: #eb5c5d;
  color: white;

}

/* ==========================================================================
 * Slider
 * ========================================================================== */
[id=slider] {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-color: #143058;
}
[id=slider] .rsGCaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  right: 0;
  color: white;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.33333;
  text-align: left;
  width: 340px;
  max-width: 75%;
  max-width: calc(100% - 75px);
  padding: 1.5em 1em;
}
[id=slider] .rsGCaption:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -70px;
  right: -50px;
  bottom: 0;
  top: 0;
  -webkit-transform: matrix(1, 0, -0.5, 1, 0, 0);
  transform: matrix(1, 0, -0.5, 1, 0, 0);
  background-color: rgba(26, 57, 103, 0.9);
  border-left: 40px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 40px 0 0 rgba(255, 255, 255, 0.05);
}
@media (max-width: 640px) {
  [id=slider], [id=slider] .rsOverflow {
    height: 250px !important;
  }
  [id=slider] .rsGCaption {
    font-size: 1.25em;
  }
}
@media (min-width: 640px) and (max-width: 800px) {
  [id=slider], [id=slider] .rsOverflow {
    height: 300px !important;
  }
  [id=slider] .rsGCaption {
    font-size: 1.5em;
  }
}

/* ==========================================================================
 * Main
 * ========================================================================== */
@media (min-width: 640px) {
  .page:not(.home):not(.page-gallery) [id=main], .blog [id=main], .single-news [id=main] {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
  }
}

/* ==========================================================================
 * Home
 * ========================================================================== */
.aipr-links-list {
  background: #143058 -webkit-radial-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.16));
  background: #143058 radial-gradient(rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.16));
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.aipr-links-list:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  -webkit-background-size: cover;
  background-size: cover;
}
.aipr-links-list > * {
  position: relative;
  z-index: 2;
}
.aipr-links-list .widget-title {
  color: white;
  font-size: 24px;
}
.aipr-links-list .widget-title a {
  color: white;
  border-color: white;
}
.aipr-links-list .links-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 50px;
}
@media (min-width: 640px) {
  .aipr-links-list .links-list {
    margin-top: 90px;
  }
}
@media (min-width: 800px) {
  .aipr-links-list .links-list {
    position: relative;
    z-index: 10;
  }
  .aipr-links-list .links-list:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 100px;
    right: 100px;
    bottom: 0;
    z-index: -1;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block !important;
  }
}
.aipr-links-list .links-list a {
  display: inline-block;
  vertical-align: middle;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.aipr-links-list .links-list a:before, .aipr-links-list .links-list a:after {
  content: "";
  position: absolute;
  background-position: center;
}
.aipr-links-list .links-list a:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.aipr-links-list .links-list a:hover:after {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.aipr-links-list .links-list a:before {
  top: 0;
  left: 50%;
  opacity: 0.9;
  -webkit-animation: bounce;
  animation: bounce;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.aipr-links-list .links-list a:after {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 479px) {
  .aipr-links-list .links-list li + li {
    margin-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 799px) {
  .aipr-links-list .links-list li {
    width: 48.86364%;
    float: left;
    margin-right: 2.27273%;
  }
  .aipr-links-list .links-list li:nth-child(2n) {
    float: right;
    margin-right: 0;
    clear: right;
  }
  .aipr-links-list .links-list li:nth-child(2n+1) {
    clear: both;
  }
  .aipr-links-list .links-list li:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media (min-width: 800px) {
  .aipr-links-list .links-list li {
    width: 23.29545%;
    float: left;
    margin-right: 2.27273%;
    background-position: center top;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .aipr-links-list .links-list li:last-child {
    float: right;
    margin-right: 0;
  }
}
.aipr-links-list .links-list .global {
  width: 199px;
  height: 145px;
}
.aipr-links-list .links-list .global:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .global:after {
  width: 199px;
  height: 88px;
}
.aipr-links-list .links-list .africa {
  width: 125px;
  height: 172px;
}
.aipr-links-list .links-list .africa:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .africa:after {
  width: 125px;
  height: 115px;
}
.aipr-links-list .links-list .af-es {
  width: 125px;
  height: 172px;
}
.aipr-links-list .links-list .af-es:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .af-es:after {
  width: 125px;
  height: 115px;
}

.aipr-links-list .links-list .united-states {
  width: 200px;
  height: 166px;
}
.aipr-links-list .links-list .united-states:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .united-states:after {
  width: 200px;
  height: 109px;
}

.aipr-links-list .links-list .eu-es {
  width: 200px;
  height: 166px;
}
.aipr-links-list .links-list .eu-es:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .eu-es:after {
  width: 200px;
  height: 109px;
}

.aipr-links-list .links-list .latin-america {
  width: 150px;
  height: 173px;
}
.aipr-links-list .links-list .latin-america:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .latin-america:after {
  width: 150px;
  height: 116px;
}

.aipr-links-list .links-list .la-es {
  width: 150px;
  height: 173px;
}
.aipr-links-list .links-list .la-es:before {
  width: 152px;
  height: 52px;
  margin-left: -76px;
}
.aipr-links-list .links-list .la-es:after {
  width: 150px;
  height: 116px;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5px);
  }
}
.aipr-posts-list {
  background: #464646 -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 1, 0.3));
  background: #464646 radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 1, 0.3));
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
  color: white;
  position: relative;
}
@media (min-width: 640px) {
  .aipr-posts-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.aipr-posts-list .aipr-posts-list-bg {
  z-index: 0;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  display: block !important;
}
.aipr-posts-list .intro, .aipr-posts-list .posts {
  position: relative;
  z-index: 1;
}
.aipr-posts-list .intro {
  line-height: 1.75;
}
.aipr-posts-list .intro h2 {
  color: inherit;
}
.aipr-posts-list .posts {
  width: calc( 100% + 40px );
  margin-left: calc(-20px);
  margin-right: calc(-20px);
}
@media (max-width: 639px) {
  .aipr-posts-list .posts {
    margin-top: 30px;
  }
}
.aipr-posts-list .post-item {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: calc(20px);
  padding-left: calc(20px);
}
@media (max-width: 479px) {
  .aipr-posts-list .post-item figure ~ * {
    margin-top: 1em;
  }
}
@media (min-width: 480px) {
  .aipr-posts-list .post-item figure {
    width: 21.51163%;
    float: left;
    margin-right: 4.65116%;
  }
  .aipr-posts-list .post-item .entry {
    width: 73.83721%;
    float: right;
    margin-right: 0;
  }
}
.aipr-posts-list .post-item h3 {
  font-size: 18px;
  color: inherit;
}
.aipr-posts-list .post-item img {
  border-radius: 50px;
}
.aipr-posts-list .post-item .more {
  color: #ffd800;
  text-decoration: none;
}
.aipr-posts-list .post-item .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  width: 6px;
  height: 12px;
}
.aipr-posts-list .flickity-page-dots .dot {
  margin: 0 2px;
  width: 9px;
  height: 9px;
  background-color: #EBEBEB;
}
.aipr-posts-list .flickity-page-dots .is-selected {
  background-color: #9e0b0f;
}
@media (min-width: 640px) {
  .aipr-posts-list .intro {
    width: 40.34091%;
    float: left;
    margin-right: 2.27273%;
  }
  .aipr-posts-list .posts {
    width: 48.86364%;
    float: right;
    margin-right: 0;
    width: calc( 48.86364% + 40px );
    margin-right: calc(-20px);
  }
}

.aipr-recent-posts .posts {
  overflow: hidden;
}
@media (min-width: 640px) {
  .flexbox .aipr-recent-posts .posts {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
  }
  .aipr-recent-posts .posts .recent-post {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}
.aipr-recent-posts .recent-post {
  padding: 30px 5.10204% 70px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-position: bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-background-size: 0;
  background-size: 0;
}
.aipr-recent-posts .recent-post:nth-child(odd) {
  color: black;
  background-color: #EBEBEB;
}
.aipr-recent-posts .recent-post:nth-child(even) {
  color: white;
  background-color: black;
}
.aipr-recent-posts .recent-post:nth-child(even) .more {
  color: white;
  border-color: white;
}
.aipr-recent-posts .recent-post.fadein {
  opacity: 1;
}
.aipr-recent-posts .recent-post:before {
  content: "";
  background: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.aipr-recent-posts .recent-post.faded:before {
  opacity: 1;
}
.aipr-recent-posts .recent-post:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.aipr-recent-posts h3 {
  font-size: 20px;
  color: inherit;
}
.aipr-recent-posts .more {
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 30px;
}
.aipr-recent-posts .more .no-csstranforms {
  margin-left: -56px;
}
.aipr-recent-posts .view {
  display: block;
  color: white;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  background-color: #9e0b0f;
  padding: 1.25em 1em;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  z-index: 11;
}
.aipr-recent-posts .view:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -2em;
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #9e0b0f;
  border-width: 0 2em 2em 2em;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.aipr-recent-posts .view:hover {
  background-color: #143058;
}
.aipr-recent-posts .view:hover:before {
  border-bottom-color: #143058;
}

.home-donate{
  background-color: rgb(70, 70, 70);
  text-align: center;
  padding-top: 20px;

  background-image: url(png/aus-bg.png);
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

p.name-change-banner{
    text-align: center;
    background-color: white;
    margin: 0;
    padding: 20px 0;
}
p.name-change-banner a{
    font-size: 1.2em; 
    color: #9D1D20;
}

/* ==========================================================================
 * Training Manual (Specific)
 * ========================================================================== */
.post-5101 ol, .post-5766 ol{
  list-style-type: lower-roman;
}
#ch2intro{
  list-style-type: lower-alpha;
}

/* ==========================================================================
 * 2016 eCard Mailer
 * ========================================================================== */
article#post-8237 input#file{display:none;}
p#droptarget{display:none;}

/* ==========================================================================
 * Gallery
 * ========================================================================== */
.posts-gallery {
  margin-top: 30px;
  background-color: #1A3967;
  position: relative;
}
@media (min-width: 640px) {
  .posts-gallery {
    margin-top: 50px;
  }
}
.posts-gallery h2 {
  display: none;
}
@media (min-width: 480px) {
  .flexbox .posts-gallery {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox .posts-gallery > .post-item {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
  }
  .flexbox .posts-gallery > .post-item > * {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.posts-gallery .post-item {
  color: white;
  width: 100%;
  background-color: #245090;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 640px) {
  .posts-gallery .post-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}
@media (min-width: 640px) and (max-width: 960px) {
  .posts-gallery .post-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}
@media (min-width: 960px) {
  .posts-gallery .post-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}
.posts-gallery .post-item:nth-child(3), .posts-gallery .post-item:nth-child(11) {
  background-color: #224b88;
}
.posts-gallery .post-item:nth-child(4), .posts-gallery .post-item:nth-child(12) {
  background-color: #20477f;
}
.posts-gallery .post-item:nth-child(5), .posts-gallery .post-item:nth-child(13) {
  background-color: #1e4277;
}
.posts-gallery .post-item:nth-child(6), .posts-gallery .post-item:nth-child(14) {
  background-color: #224b88;
}
.posts-gallery .post-item:nth-child(7), .posts-gallery .post-item:nth-child(15) {
  background-color: #20477f;
}
.posts-gallery .post-item:nth-child(8), .posts-gallery .post-item:nth-child(16) {
  background-color: #1e4277;
}
.posts-gallery .post-item:nth-child(9), .posts-gallery .post-item:nth-child(17) {
  background-color: #1c3e6f;
}
.posts-gallery .post-item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.posts-gallery .post-item > a {
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: inherit;
  padding: 20px 1em 20px;
}
.posts-gallery .post-item figure {
  width: 100%;
  height: 150px;
  position: relative;
}
.posts-gallery .post-item figure img {
  border-radius: 0 32px 0 32px;
  margin: 0 auto;
  display: block;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  min-width: 90px;
}
.posts-gallery .post-item .entry h3 {
  font-size: 1.5em;
  line-height: 1.25;
  margin: 10px 0;
  color: white;
}
.posts-gallery .post-item .entry p {
  text-align: left;
  margin: 10px 0 0 0;
}

/* ==========================================================================
 * Sidebar
 * ========================================================================== */
[id=sidebar] {
  padding: 20px;
  background-color: #EBEBEB;
  color: #1A3967;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  [id=sidebar] {
    width: 31.81818%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 800px) {
  [id=sidebar] {
    width: calc( 280px + 20px);
    margin-right: calc(-20px);
  }
}
@media (min-width: 800px) {
  [id=sidebar] {
    width: calc( 280px + 50px);
    margin-right: calc(-50px);
  }
}
@media (max-width: 519px) {
  [id=sidebar] {
    width: calc(100% + 40px);
    margin: 20px calc(-20px) 0;
  }
}
@media (min-width: 520px) and (max-width: 639px) {
  [id=sidebar] {
    width: calc(100% + 100px);
    margin: 20px calc(-50px) 0;
  }
}
[id=sidebar] > * + * {
  margin-top: 30px;
}
[id=sidebar] ul {
  margin: 0;
  padding: 0 0 0 1.25em;
  list-style-type: circle;
  list-style-position: outside;
}
[id=sidebar] ul li + li {
  margin-top: 0.25em;
}
[id=sidebar] ul a {
  text-decoration: none;
  color: inherit;
}
[id=sidebar] ul a:hover {
  text-decoration: underline;
}
[id=sidebar] .widget > * + * {
  margin-top: 1.25em;
}
[id=sidebar] .widget-title {
  margin: 0;
}
[id=sidebar] .textwidget > .button {
  display: block;
  text-align: center;
  background-color: #1A3967;
  border-color: #1A3967;
  color: white;
  padding: 1em;
}
[id=sidebar] .textwidget > .button:hover {
  background-color: transparent;
  color: #1A3967;
  border-color: #1A3967;
}
[id=sidebar] iframe, [id=sidebar] .fb_iframe_widget {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: none;
}
[id=sidebar] .fb_iframe_widget * {
  width: 100% !important;
  max-width: 100% !important;
}

/* ==========================================================================
 * Footer
 * ========================================================================== */
[id=footer] {
  background-color: #222;
  color: white;
  line-height: 1.57143;
  padding-top: 60px;
  padding-bottom: 60px;
}
[id=footer] a {
  color: inherit;
  border-color: white;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  white-space: nowrap;
}
[id=footer] a:hover {
  border-color: #9E0B0F;
}
[id=footer] a:hover svg path {
  fill: #9E0B0F;
}
@media (max-width: 640px) {
  [id=footer] .widget + .widget {
    margin-top: 50px;
  }
  [id=footer] .widget:last-child {
    text-align: center;
  }
}
@media (min-width: 640px) {
  [id=footer] .widget {
    width: 61.64773%;
    float: left;
    margin-right: 2.27273%;
  }
  [id=footer] .widget:last-child {
    width: 36.07955%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
[id=footer] .facebook, [id=footer] .twitter, [id=footer] .youtube {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-position: center;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
[id=footer] .facebook > *, [id=footer] .twitter > *, [id=footer] .youtube > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  [id=footer] .facebook, [id=footer] .twitter, [id=footer] .youtube {
    margin: 0 0.1em;
  }
}
@media (min-width: 640px) {
  [id=footer] .facebook + *, [id=footer] .twitter + *, [id=footer] .youtube + * {
    margin-left: 0.2em;
  }
}
[id=footer] .developer {
  font-style: italic;
}
footer a:hover{
  color: #9E0B0F;
}





