@charset "UTF-8";
/*
Theme Name: Alfo
Theme URI: https://github.com/ea-foundation/alfo
Author: Kim Korte, Mihai Badic, Coni
Author URI: https://ea-foundation.org
Description: Parent theme for EAF-related websites.
Version: 0.8.12
Text Domain: alfo
Github Theme URI: https://github.com/ea-foundation/alfo
Github Branch: master
*/



/*
==========================================
GLOBAL
========================================== 
*/

html {
  font-size: 1em;
}

body {
  padding-top: 50px;
  font-size: 16px;
}

p {
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45em;
}

:target:before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}

.broken_link, a.broken_link {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.28em;
  font-weight: 600;
}

h1 {
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 0.7em;
  margin-top: 1.25em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.7em;
}

h4 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

ol, ul, ol ol, ul ul {
  text-align: left;
  padding-left: 1.15em;
  margin-bottom: 1em;
}

ol ol, ul ul {
  margin-top: 0.6rem;
}

ol li, ul li, ol ol li, ul ul li {
  line-height: 1.7em;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}

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

blockquote {
  margin: 1.5em 0 1.5em 1.5em;
  padding-left: 20px;
  display: block;
  position: relative;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.45);
  font-style: italic;
  border-left: none;
}

blockquote p {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
}

b, strong {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-style: normal;
}


/* Nav and header area */

#long-brandname {
  font-size: 1.2rem;
  padding-right: 5px;
  padding-left: 1.4rem;
  padding-top: 16px;
  font-weight: 100;
  letter-spacing: 0.02rem;
}

@media (min-width: 450px) {
  #long-brandname {
    font-size: 1.45em;
    padding-top: 13px;
  }
}

@media (min-width: 768px) {
  #long-brandname {
    font-size: 1.55rem;
  }
}

@media (min-width: 1200px) {
  #long-brandname {
    margin-left: -17px
  }
}

img.logo-symbol {
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  padding-right: 15px;
  max-height: 37px;
}

@media (max-width: 450px) {
  img.logo-symbol {
    /*display: none;*/
  }
}

p.site-title {
  margin-bottom: 0;
}

/*
BOOTSTRAP MENU ADJUSTMENTS ->
*/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; /* color of shape behind hamburger bars on hover */
}

.caret {
  margin-left: 0px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  font-weight: 300;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: transparent;
  }
}

.nav>li {
  margin-bottom: 0;
}

.nav>li>a {
 padding-right: 5px;
 font-weight: 100; /* font weight of menu items */
}

.dropdown-menu {
  border: none;
  border-radius: 0;
}

.dropdown-menu>li>a {
  padding: 7px 20px;
}

.menu-item {
  font-size: 1em;
  letter-spacing: 0.02em;
}


li.current-menu-item > a {
  font-weight: 100;
  text-decoration: underline!important;
}

@media (min-width: 1140px) {
  li.current-menu-item > a {
    font-weight: 400!important;
    text-decoration: none!important;
  }
}

li.custom-social-menu a {
  float: left;
  display: inline-block;
  padding-right: 0;
  padding-left: 12px; 
}

li.youtube-fix a {
  padding-right: 15px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  background-color: transparent;
}

@media (max-width: 1139px) {
  .navbar-toggle {
    margin-right: 6px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #000;
  }
  .dropdown-menu>li>a {
    padding: 15px 40px;
  }
  .nav>li {
    margin: 10px 0 10px 11px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.wrapper.mobile-full { 
  width: 90%; 
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
}

a.dropdown-toggle {
  cursor: default;
}

.menu-item ol li, ul li, ol ol li, ul ul li {
  margin-bottom: 0.25rem;
}

.navbar-toggle { /* Hamburger icon */
  border: none;
  margin-bottom: 5px;
}

.navbar-toggle .icon-bar { /* Hamburger icon bars */
  height: 3px;
  width: 25px;
}


/* Collapse Bootstrap menu at custom point */

@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
    margin-bottom: 10px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
    border: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/* End of collapse Bootstrap menu at custom point */


#menu-item-donate a, /* deprecated */
.navbar-nav a.navbar-button {
  border-radius: 8px;
  padding: 8px 10px;
  margin: 7px 2px 6px 8px;
  display: inline-block;
  font-weight: 400;
}


/* Front page banner area */

.welcome-section {
  position: relative;
  overflow: hidden;
}
.welcome-section img {
  width: 100%;
  position: absolute;
  left: 0;
  top: -76px;
  height: auto;
  opacity: 0.85;
}

.welcome-intro {
  position: absolute;
  top: 53%;
  left: 16%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  width: 68%;
  text-transform: uppercase;
  /*z-index: 0;*/
}

.welcome-intro .intro-line {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.7em;
  text-transform: none;
  padding: 15px;
  margin-top: -3px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 410px) {
  .welcome-intro .intro-line {
    font-size: 1.7rem;
  }
}

@media (min-width: 550px) {
  .welcome-intro .intro-line {
    font-size: 2rem;
  }
}

@media (min-width: 650px) {
  .welcome-intro .intro-line {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .welcome-intro .intro-line {
    font-size: 2.3rem;
    margin-top: 5px;
  }
}

@media (min-width: 1086px) {
  .welcome-intro .intro-line {
    font-size: 2.5rem;
  }
}


/* Home page gray and white ("bare") background sections */
.alfo-module {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  /*z-index: 1;*/
  position: relative;
}

.textarea-module {
  padding-left: 1rem;
  padding-right: 1rem;
}

.slant-upward:before,
.slant-downward:before {
  background: inherit;
  display: block;
  content: '';
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden; /* for Chrome Windows */
  outline: 1px solid transparent; /* fix for jagged graphics glitch */
}

.slant-upward:before {
  transform-origin: top left;
  transform: skewY(-1.5deg);
}

.slant-downward:before {
  transform-origin: top right;
  transform: skewY(1.5deg);
}

.gray-background {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1450px) {
  .gray-background {
    padding-top: 3rem;
  }
}

.bare-section {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .bare-section {
    max-width: 1250px;
  }
}

.bare-section-smaller-padding {
  padding: 0.3rem 0.9rem 0.6rem 0.9rem;
}

section.bare-section {
  max-width: none;
}

div.bare-section {
  max-width: none;
}


/* Site strapline under banner area on home page */

.home-first-section {
  padding: 1rem 1rem 0.25rem 1rem;
}

@media (min-width: 475px) {
  .home-first-section {
    padding: 1.6rem 1rem 0.9rem 1rem;
  }
}

@media (min-width: 850px) {
  .home-first-section {
    padding: 1.6rem 1rem 1rem 1rem;
  }
}

@media (min-width: 1140px) {
  .home-first-section {
    padding: 1.6rem 1rem 1.1rem 1rem;
  }
}

.big-pull-quote {
  font-size: 1.1rem;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5rem;
  width: 90%;
  margin: 0.7rem auto 1.8rem auto;
}

@media (min-width: 500px) {
  .big-pull-quote {
    font-size: 1.2rem;
    line-height: 1.8rem;  
  }
}

@media (min-width: 725px) {
  .big-pull-quote {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .big-pull-quote {
    font-size: 1.4rem;
    margin: 0.7rem auto 0 auto;
    line-height: 1.9rem;
  }
}

@media (min-width: 1140px) {
  .big-pull-quote {
    margin-bottom: 0.5rem;
  }
}   

@media (min-width: 768px) {
  .big-pull-quote-extra {
    margin-bottom: 2.2rem;
  }
} 


/* Core info section home page */

.services-section {
  padding: 0 0 0rem 0.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 500px) {
  .services-section {
    padding: 0 0 0rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .services-section {
    padding: 1.4rem 1rem 1rem 1rem;
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service {
  margin-bottom: 2rem;
}

@media (min-width: 550px) {
  .service {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .service {
    margin-bottom: 3%;
  }
}

.service .service-icon-wrap {
  display: inline-block;
  width: 12%;
  margin-right: 3%;
  text-align: right;
  vertical-align: top;
}
.service .service-icon-wrap img {
  width: 100%;
  height: auto;
  max-width: 38px; /* 55px */
}
.service .service-text {
  display: inline-block;
  vertical-align: top;
  width: 79%;
}
.service-text h4 {
  margin-bottom: 0.3em;
}
.service .service-btn {
  text-transform: uppercase;
}
.service .service-btn i {
  margin-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.services-section .service {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}



/* Newsblocks section */

.news-block {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Ensure a fixed ratio for the video container to prevent horizontal pillar-boxing */
.video-wrap-container {
  width: 100%;
  display: inline-block;
  height: 200px;
}

@media (min-width: 768px) {
  .video-wrap-container {
    position: absolute;
    width: 50%;
    top: 10%;
    height: initial;
  }

  .video-wrap-container:before {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .video-wrap-container .media-wrap {
    width: 100%;
    margin-left: 0 !important;
    height: 100% !important;
  }
}



.media-wrap {
  width: 100%;
  height: 220px;
}

@media (min-width: 420px) {
  .media-wrap {
    height: 250px;
  }
}

@media (min-width: 500px) {
  .media-wrap {
    height: 320px;
  }
}

@media (min-width: 600px) {
  .media-wrap {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .media-wrap {
    top: 0;
    height: initial;
    bottom: 0;
    width: 50%;
    display: inline-block;
    position: absolute;
  }
}

.media-wrap.image {
  background-position: center;
  background-size: cover;
}

.media-wrap.video iframe {
  /*width: 100%;*/
  /*height: 100%;*/
}
.news-text {
  margin-left: 0;
  width: 100%;
  padding: 2.2rem 2rem 2.2rem 2.3rem;
}

@media (min-width: 768px) {
  .news-text {
    width: 50%;
    margin-left: 50%;
    display: inline-block;
    padding: 5% 6% 5% 7%;
    max-width: 850px;
  }
}

.news-text p {
  margin-bottom: 1.25em;
}

@media (min-width: 768px) {
  .media-wrap.right,
  .video-wrap-container.right {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .news-text.right {
    margin-left: 0;
  }
}

.news_alert-section {
  text-align: center;
}

.news-alert-paragraph {
  max-width: 90%;
  margin-bottom: 0;
  padding: 15px 25px;
  border-radius: 5px;
  z-index: 5;
  position: relative;
  display: inline-block;
}

/*
Activities Section
---------------------------------------*/

#projects-title {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  padding-top: 0;
}

@media (min-width: 768px) {
  #projects-title {
    padding-top: 0;
  }
}

.single-project-section {
  z-index: 1;
}

.project-text p {
  font-size: 1.1em;
}

.project-section > div.project-text > h3 {
  margin-bottom: 1em;
}

#projects-button, /* LEGACY */
.projects-button {
  text-align: center;
  position: relative;
  z-index: 1;
}

#activities-section, /* LEGACY */
.activities-section {
  padding: 0.7rem;
  max-width: 1600px;
}

/* The Activities section uses the Salvattore framework for masonry layouts */

/* Media queries might seem silly here but I found defining them like this makes the layout adapt on window rescale and not just on page load */

@media screen and (min-width: 0px) and (max-width: 549px) {
  #grid[data-columns]::before, /* LEGACY */
  .grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}

@media screen and (min-width: 550px) and (max-width: 784px) {
  #grid[data-columns]::before, /* LEGACY */
  .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (min-width: 785px) and (max-width: 1139px) {
  #grid[data-columns]::before, /* LEGACY */
  .grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}

@media screen and (min-width: 1140px) and (max-width: 10000px) {
  #grid[data-columns]::before, /* LEGACY */
  .grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
}

@media screen and (min-width: 1140px) and (max-width: 10000px) {
  #activities-section #grid[data-columns]::before, /* LEGACY */
  .activities-section .grid[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}

@media screen and (min-width: 785px) and (max-width: 1139px) {
  .entry-content #grid[data-columns]::before, /* LEGACY */
  .entry-content .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media screen and (min-width: 1140px) and (max-width: 10000px) {
  .entry-content #grid[data-columns]::before, /* LEGACY */
  .entry-content .grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

/* The Salvattore framework uses Javascript to load the stuff below based on above */

.column { 
  float: left; 
  margin-left: 1.5%;
  margin-right: 1.5%; 
}

@media (min-width: 785px) {
  .column {  
    margin-left: 1%;
    margin-right: 1%; 
  }
}

@media (min-width: 1140px) {
  .column {  
    margin-left: 0.5%;
    margin-right: 0.5%; 
  }
}

.size-1of1 { 
  width: 97%; 
}

.size-1of2 { 
  width: 47%; 
}

.size-1of3 { 
  width: 30.333%; 
}
@media (min-width: 785px) {
  .size-1of3 { 
    width: 31.333%; 
  }
}
.size-1of4 { 
  width: 22%;
}
@media (min-width: 1140px) {
  .size-1of4 { 
    width: 24%; 
  }
}

/* This is custom styling to define the look of the activities tiles and such */

.masonry-item {
  background-color: white; /* TODO: card module; */
  border: 1px solid lightgray;
  margin-top: 0 ;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem 1rem 1.1rem;
}

.entry-content .masonry-item {
  padding: 1.2rem 1.4rem 1.2rem 1.4rem;
}

.activity-item-image img {
  width: 100%;
  height: auto;
}

.activity-item-image {
  margin-bottom: 17px;
}

.activity-item-title {
  margin-top: -2px;
  margin-bottom: 0.5em;
}

.activity-item-title a {
  color: inherit;
  text-decoration: none;
}

.tiles-additional-info {
  color: gray;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  margin-top: -0.3rem;
}

.entry-content p.tiles-additional-info {
  color: gray;
  font-size: 1rem;
  margin-bottom: 0.3rem;
  margin-top: -0.3rem;
}


/*
Policy Papers
---------------------------------------*/

.article-module {
  display: inline-block;
  padding-bottom: 1.5rem;
  margin-bottom: 1.8rem;
  border-bottom: 0.13rem dashed #ccc;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .article-module {
    border: none;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    margin-top: 0.3rem;
  }
}

.article-module-inner {
  border: none;
}

.centered-standalone-text {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .centered-standalone-text {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .centered-standalone-text {
    margin-top: -0.5rem;
  }
}

.centered-standalone-text a {
  text-decoration: underline;
}

.paper-preview {
  max-width: 100px;
  float: left;
  margin-right: 20px;
  display: table-cell;
  border: 1px solid lightgray;
}

@media (min-width: 420px) {
  .paper-preview {
    max-width: 120px;
  }
}

@media (min-width: 550px) {
  .paper-preview {
    max-width: 145px;
    margin-right: 25px;
  }
}

@media (min-width: 420px) {
  .paper-info {
    display: table-cell;
  }
}

.file-format-row {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.file-format-wrapper {
  width: 21%;
  float: left;
  padding: 0;
  margin-right: 4%;
}

.file-format-row .file-format-wrapper a {
  text-decoration: none;
  display: inline-block;
  width: 100%;

}

.entry-content img.file-format-icons {
  width: initial;
  max-width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.3rem 0 0.3rem 0;
}

.entry-content p.file-format-description {
  font-size: 1rem;
  line-height: 1.35rem;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.2rem;
}

.articles-section {
  margin-left: auto;
  margin-right: auto;
}

.articles-section .row {
  margin-bottom: 0rem;
}

.articles-section .entry-content {
  max-width: none;
}

.articles-section {
  max-width: none;
  padding-bottom: 0;
}

.articles-section .btn-ql-container {
  margin-top: 0;
}

.section-width-control {
  max-width: 780px;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .section-width-control {
    max-width: 1250px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* LEGACY */
.dashed-divider {
  border-bottom: 0.13rem dashed #ccc;
  border-top: none;
  margin-bottom: 32px;
  margin-top: 0px;
}

@media (max-width: 992px) {
  .dashed-divider {
    display: none;
  }
}

.last-dashed-divider {
  display: block; 
  margin-top: 40px;
}

@media (min-width: 992px) {
  .last-dashed-divider {
    margin-top: 26px;
  }
}

/*
Blog Section
---------------------------------------*/
.blog-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}

.blog-wrap .blog-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* object-fit workaround for IE10 and IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-wrap .blog-item img {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .blog-wrap .blog-item {
    width: 100%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.blog-wrap .blog-time-date {
  display: block;
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 5px;
  color: gray;
  font-weight: 300;
}
.blog-wrap .blog-item-image a {
  display: block;
}
.blog-wrap .blog-item-title {
  margin-top: -2px;
  margin-bottom: 0.5em;
}
.blog-wrap .blog-item-title a {
  color: inherit;
  text-decoration: none;
}

.blog-page-differentiator {
  font-size: 1.4em;
  line-height: 1.25em;
}

#blog-section,
.alfo-module.paper-previews,
.alfo-module.post-previews {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 450px) {
  #blog-section,
  .alfo-module.paper-previews,
  .alfo-module.post-previews {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  #blog-section article {
    margin-bottom: 0;
  }
}

#blog-button {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-item-image {
  margin-bottom: 17px;
  overflow: hidden;
}

/*
Blog Roll Page
---------------------------------------*/

.blog-feed {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 3rem;
}

.categories-list-wrapper {
  padding: 2rem 5% 2rem 5%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -3rem;
}

.categories-list-wrapper h4.panel-title {
  text-align: center;
}

ul.categories-list-blog-roll {
  padding: 0;
  margin: 0;
}

ul.categories-list-blog-roll li {
  float: left;
  list-style: none;
}

ul.categories-list-blog-roll li:after {
  content: '|';
  margin-left: 1rem;
  margin-right: 1rem;
}

/* REPEATABLE SECTIONS */

/*
Support section
---------------------------------------*/

div.support-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

@media (min-width: 945px) {
  div.support-row {
    max-width: 600px
  }
}

.support-columns {
  padding-left: 1.6%;
  padding-right: 1.6%;
  text-align: center;
}

.team-page .support-columns {
  text-align: left;
}

@media (min-width: 450px) {
  .support-columns {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media (min-width: 768px) {
  .support-columns {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

@media (min-width: 1200px) {
  .support-columns {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media (min-width: 1600px) {
  .support-columns {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.support-columns a {
  text-decoration: none;
}

.support-boxes {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  background: transparent;
  border: 0.18em solid; /* #2B87CA transferred to support module */
}

.support-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.5, 0.5);
  -webkit-transform: translate(-50%,-50%) scale(0.5, 0.5);
  -ms-transform: translate(-50%,-50%) scale(0.5, 0.5);
}

h3.support-engagements {
  font-size: 1rem;
  margin-top: 1.2rem;
  font-weight: 400;
}

@media (min-width: 425px) {
  h3.support-engagements {
    font-size: 1.15rem;
  }
}

@media (min-width: 500px) {
  h3.support-engagements {
    font-size: 1.2rem;
  }
}

.support {
  margin-bottom: 3rem;
}

#support-section .row.support-row {
  max-width: 480px;
}

@media (min-width: 715px) {
  #support-section .row.support-row {
    max-width: 520px;
  }
}

@media (min-width: 1200px) {
  #support-section .row.support-row {
    max-width: 620px;
  }
}

@media (min-width: 1600px) {
  #support-section .row.support-row {
    max-width: 650px;
  }
}


/*
Subscribe Section
---------------------------------------*/
.button-newsletter {
  font-size: 16px;
  height: 55px;
  margin-top: -22px;
}

.no-newsletter-section-buffer {
  height: 0rem;
}

@media (min-width: 550px) {
  .no-newsletter-section-buffer {
    height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .no-newsletter-section-buffer {
    height: 3rem;
  }
}

.subscribe-section {
  padding: 0% 5%;
  position: relative;
  margin-top: 3.1rem;
  margin-bottom: 2.2rem;
  z-index: 1;
}

@media (min-width: 768px) {
  .subscribe-section {
    padding: 0 20%;
  }
}
.subscribe-section::before {
  content: " ";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 0.8;
}
.subscribe-wrap {
  position: relative;
  z-index: 1;
}
.subscribe-section .subscribe-text {
  margin: 2% 5% 10%;
  text-align: center;
}
@media (min-width: 768px) {
  .subscribe-section .subscribe-text {
    margin: 2.5rem 1rem;
  }
}

.subscribe-text {
  font-weight: 200;
  font-size: 1.125em;
}

.subscribe-section .subscribe-form, /* LEGACY */
.yikes-mailchimp-container {
  margin: 0 auto;
  max-width: 550px;
}



/* EVENTS SECTION */

.event-title {
  margin-bottom: 0;
}

.event-date {
  font-style: italic;
}

#events-section {
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}

p.no-events {
  text-align: center;
  margin-bottom: 2rem;
}


/*
==========================================
3. Blog & Pages
========================================== 
*/

.animations-enable #main {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*Hero Banner               */
/*------------------------------------------*/

.hero-banner {
  height: 375px;
  overflow: hidden;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-title {

}

/*Post Title                */
/*------------------------------------------*/

.post-title {
  margin-bottom: 0.88235294117647em;
  margin-top: 0;
}
.post-title a {
  color: inherit;
  text-align: left;
}

/*Post                    */
/*------------------------------------------*/

.blog article,
.search article,
.archive article {
  margin-bottom: 0;
}
.single article,
.page article {
  padding-bottom: 1.5rem;
}

/*Main Wrapper                    */
/*------------------------------------------*/

.site-main {
  margin-top: 0px;
}

.site-main-page {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 50px 5%;
  z-index: 1;
  position: relative;
}

a title {
  display: none;
}

.entry-content {
  width: inherit;
  max-width: 850px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}

.entry-content.textarea-module {
  margin-top: 0;
}

@media (min-width: 768px) {
  .entry-content {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (min-width: 1024px) {
  .entry-content {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.entry-content p {
  margin-bottom: 25px;
}

.entry-content ul li,
.entry-content ol li,
.entry-content p {
  line-height: 1.6rem;
  font-size: 1rem;
}

@media (min-width: 550px) {
  .entry-content ul li,
  .entry-content ol li,
  .entry-content p {
    line-height: 1.8rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .entry-content ul li,
  .entry-content ol li,
  .entry-content p {
    line-height: 2rem;
    font-size: 1.2rem;
  }
}

.entry-content a {
  /*text-decoration: underline;*/
}

.entry-content .blog-item-entry a {
  text-decoration: none;
}

.entry-content ul li, .entry-content ol li, .entry-content ul ul li, .entry-content ol ol li,  {
  margin-bottom: 0.5em;
  line-height: 1.7rem;
  color: inherit;
  /*font-size: 1.2rem;*/
}

.entry-content .row {
  margin-left: 0;
  margin-right: 0;
}


/* Inner post and page blog feed shortcode  */
/*------------------------------------------*/

.panel-group {
  margin-bottom: 1rem;
  margin-top: 1rem;
}


/* Inner post and page blog feed shortcode  */
/*------------------------------------------*/

.inner-post-feed hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.inner-post-feed h3.section-title {
  margin-bottom: 2.6rem;
}

.inner-post-feed p.body-dark {
  line-height: 1.65rem;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.inner-post-feed-blog-wrap {
  margin-bottom: 0rem;
}

.entry-content .row.inner-post-feed-blog-wrap, .campaign-page .row.inner-post-feed-blog-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.inner-post-feed-blog-button {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.page .inner-post-feed article {
  margin-bottom: 0;
}


/* CAMPAIGN PAGE TEMPLATE                 */
/*------------------------------------------*/
/*------------------------------------------*/


/* Quick facts box                  */
/*------------------------------------------*/

.quick-facts-box {
  text-align: center;
  margin-bottom: 1.5rem;
}

.quick-facts-box h2 {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

.quick-facts-box .masonry-item {
  border: none;
  background: #f7f7f7;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;

}

@media (min-width: 550px) {
  .quick-facts-box .masonry-item {
    margin-left: inherit;
    margin-right: inherit;
  }
}

.quick-facts-box .masonry-item p {
  margin: 0;
  padding: 0;
  line-height: initial;
  font-size: 1.05rem;
  color: #464646;
}

.quick-facts-box .masonry-item h4 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

/* Supporters section                  */
/*------------------------------------------*/

.supporters-section {
  margin-bottom: -3.4rem;
  margin-top: 2rem;
}

@media (min-width: 725px) {
  .supporters-section {
    margin-bottom: -1.8;
  }
}

@media (min-width: 500px) {
  .supporters-section .row {
    margin-left: 0;
  }
}

.individual-supporter {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

@media (min-width: 500px) {
  .individual-supporter {
    margin-left: auto;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .individual-supporter {
    margin-bottom: 3rem;
  }
}

.supporters-section h2 {
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 2.2rem;
}

@media (min-width: 500px) {
  .supporters-section h2 {
    text-align: left;
    margin-bottom: 1.3rem;
  }
}

.supporters-section .team-pic {
  max-width: 180px;
  margin-bottom: 0.8rem;
  margin-right: auto;
  margin-left: auto; 
}

@media (min-width: 500px) {
  .supporters-section .team-pic {
    max-width: 180px;
    margin-bottom: 0;
    float: left;
    margin-right: 1rem;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .supporters-section .team-pic {
    margin-right: 1.4rem;
  }
}

.supporters-section .blog-item-entry {
  margin-top: -0.6rem;
  display: table-cell;
  padding-left: 1rem;
  padding-right: 1rem;
}

.supporters-section .blog-item-entry .team-name {
  margin-bottom: 0.4rem;
  margin-top: 0.2rem;
  color: #666; /* individual campaign page template */
  font-size: 1.5rem;
  text-align: center;
}

@media (min-width: 500px) {
  .supporters-section .blog-item-entry .team-name {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .supporters-section .blog-item-entry .team-name {
    margin-top: 1rem;
  }
}

.supporters-section .blog-item-entry p.body-dark {
  font-style: italic;
  line-height: 1.7rem;
  text-align: center;
}

@media (min-width: 500px) {
  .supporters-section .blog-item-entry p.body-dark {
    text-align: left;
  }
}

/* Policy paper section on campaign page    */
/*------------------------------------------*/

.campaign-page .row {
  margin-left: auto;
  margin-right: auto;
}

.campaign-page .article-module {
  padding-left: 0;
  padding-right: 0;
}

.campaign-page .entry-content a {
  text-decoration: none;
}


/* END OF CAMPAIGN PAGE TEMPLATE SECTION (although not exhaustive)
/*------------------------------------------*/


/*More Link                 */
/*------------------------------------------*/

.more-link {
  display: block;
  clear: both;
}

/*Image Post                */
/*------------------------------------------*/

.post-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.post-image a {
  display: block;
  text-align: center;
}
.post-image img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.post-image:hover .post_date,
.post-image:hover .post-title_wrap {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*Metadata                  */
/*------------------------------------------*/

.metadata {
  margin: 1.78571428571429em 0;
  overflow: hidden;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-top: 1.07142857142857em;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
}
.single .metadata {
  margin: 1.25em 0;
}
.metadata ul {
  margin: 0;
  padding: 0;
}
.metadata ul li {
  list-style: none;
  line-height: 1.4em;
  margin: 0;
  margin-right: 0.3em;
  padding: 0 0 1.07142857142857em 0;
  float: left;
  position: relative;
}
.metadata ul li i {
  margin-right: 0.35714285714286em;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.metadata ul li a:hover {
  text-decoration: underline;
}
.metadata hr {
  margin: 0;
}


/* Comments                                                             */
/*----------------------------------------------------------------------*/
.comment-list {
  list-style: none;
  padding-left: 0;
}

.comment-list .children {
  list-style: none;
}

.comment-author {
  float: left;
}

.comment-author .says {
  display: none;
}

.comment-author .fn {
  padding-left: 5px;
  padding-right: 5px;
}

.comment-metadata {
  float: right;
}

.comment-content {
  clear: both;
  border-top: 2px solid #f1f1f1;
}

.comment-list .reply {
  font-size: 0.8em;
}

.comment-form .control-label {
  float: left;
}




/* Page Headers                                                         */
/*----------------------------------------------------------------------*/

.page-header {
  margin-bottom: 70px;
}

/*Archive Pages                 */
/*------------------------------------------*/

.archive .hero h2.intro-line {
  margin-bottom: 0;
}


/* TEAM PAGE                                                            */
/*----------------------------------------------------------------------*/


.team-name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-left: -1px;
  margin-bottom: 0.18em;
  margin-top: 1.1em;
  text-align: center;
}

@media (min-width: 768px) {
  .team-name {
    text-align: left;
  }
}

.team-position {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-top: -0.2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .team-position {
    text-align: left;
  }
}

.blog-item.blog-roll.team-member {
  margin-bottom: 1.5rem;

}

.team-pic {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .team-pic {
    max-width: 230px;
    margin-left: inherit;
    margin-right: inherit;
  }
}

.team-page {
  margin-bottom: 4em;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.team-sc-icons {
  font-size: 1.4em;
  padding-right: 20px;
}

.team-sc-row {
  margin-top: 1em;
}

.team-page .icl_post_in_other_langs {
  text-align: center;
}


/* 404                                                                  */
/*----------------------------------------------------------------------*/

.widgets-404 {
  margin: 100px 0;
}

.error-404 {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 6em;
}

.error-404-image {
  margin-bottom: 3em;
}

/*Pagination                              */
/*----------------------------------------------------------------------*/

.pagination_wrap {
  text-align: center;
}
.pagination {
  margin: 0 0 3.125rem 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination a,
.pagination span {
  border: 2px solid; /* #eeeeee; */
  float: left;
  line-height: 1.42857;
  margin-left: -2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}


/*
==========================================
5. Footer
========================================== 
*/

/*
Main footer
------------------------
*/
#footer {
  padding: 2.1rem 0 0;
  position: relative;
  z-index: 1;
}
.footer-widget-wrapper {
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 4%;
}
@media (min-width: 1200px) {
  .footer-widget-wrapper {
    padding-left: 6%;
  }
}
#footer .widget {
  margin-bottom: 1.875rem;
  font-size: 0.9rem;
  width: 100%;
  max-width: 250px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (min-width: 768px) {
  #footer .widget {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-widget-wrapper .col-xs-6 {
  min-width: 230px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #footer .footer-widget-wrapper div:nth-of-type(3) {
    min-width: initial;
    max-width: none;
    width: 100%;
  }
  #footer #text-6 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
    max-width: none;
  }
}

#footer a:hover {
  text-decoration: underline;
}
#footer .widget h4 {
  margin-bottom: 0.65em;
  font-size: 1rem;
  font-weight: 700;
}
#footer .textwidget p {
  margin-bottom: 0.85rem;
  font-weight: 400;
}
#footer img.partner-imgs {
  margin-bottom: 1.25rem;
  margin-top: 0.3rem;
  max-width: 200px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #footer img.partner-imgs {
    margin-right: 1.3rem;
  }
}

#menu-head-menu-1 {
  padding-left: 0;
}

#menu-head-menu-1 li {
  list-style-type: none;
}

#menu-head-menu-1 li a {
  font-weight: 400;
}

#footer ul.menu li.menu-item {
  margin: 0;
  list-style: none;
  margin-left: -1rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
}


/*
==========================================
Subfooter
========================================== 
*/
.sub-footer {
  padding: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.sub-footer p {
  margin-bottom: 0;
  display: inline-block;
  float: left;
  line-height: 35px;
}
.sub-footer a {
  margin-right: 1rem;
}
.sub-footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.sub-footer #footer-social-wrapper {
  text-align: right;
  float: right;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  color: white;
}


/*
==========================================
9. WordPress Default
========================================== 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
  border-top: 3px solid #999999;
  border-bottom: 3px solid #999999;
  padding: 30px 0;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.post-password-form input[type="submit"] {
  display: block;
  width: auto;
}
.post-password-form input[type="submit"]:hover {
  background-color: #eeeeee;
}
/*------------------------------------------------------------
 Default Widgets
 -------------------------------------------------------------- */
/* Archive List Widget
-------------------------------------- */
.widget_archive ul li a {
  display: inline-block !important;
}
.widget_archive ul li a:hover {
  background-color: transparent!important;
}
.widget select {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%;
}
/* Calendar Widget
-------------------------------------- */
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
#wp-calendar #today {
  font-weight: 200;
  color: #222;
}
#footer #wp-calendar tbody td {
  background: #383838;
  border: 1px solid #999999;
}
#footer #wp-calendar tbody td:hover {
  background: #555555;
}
#footer #wp-calendar #today {
  color: #fff;
}
#footer #wp-calendar caption {
  color: #999999;
}
/* Categories Widget
-------------------------------------- */
.widget_categories ul li a {
  display: inline-block !important;
}
.widget_categories ul li a:hover {
  background-color: transparent!important;
}
/* Recent Comments Widget
-------------------------------------- */
.widget_recent_comments ul li {
  margin-bottom: 15px;
}
.comment-author-link {
  border-bottom: 1px dotted #eeeeee;
}
#footer .widget_recent_comments ul li {
  width: 100%;
  display: block;
  margin-right: 0;
}
#footer .comment-author-link {
  border-bottom: 1px dotted #999999;
}
/* Recent Entries Widget
-------------------------------------- */
.widget_recent_entries ul li a:hover {
  text-indent: 0!important;
  background-color: transparent!important;
  text-decoration: underline!important;
}
/* RSS Widget
-------------------------------------- */
.widget_rss ul li {
  margin-bottom: 15px;
}
.widget_rss .rsswidget {
  font-weight: 200;
}
.widget_rss .rssSummary {
  font-size: 12px;
  font-size: 0.75rem;
}
/* Search Widget
-------------------------------------- */
.widget_search {
  position: relative;
}
.widget_search #s {
  width: 100%;
  display: block;
  padding-right: 32px;
}
.widget_search #s:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_search #searchsubmit {
  background: none;
  border: none;
  width: 17px;
  height: 17px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #999999;
}
.widget_search #searchform {
  position: relative;
}
/* Tag Cloud Widget
-------------------------------------- */
.widget_tag_cloud a {
  padding: 2px;
}
/* Nav Menu Widget
-------------------------------------- */
.widget_nav_menu .menu-navigation-container > ul {
  padding: 0;
  list-style: none;
}
.widget_nav_menu .menu-navigation-container > ul > li > a {
  font-weight: 700;
  padding: 5px 0;
  display: inline-block;
}
.widget_nav_menu .menu-navigation-container .sub-menu {
  padding-left: 20px;
}
/* Search Form
-------------------------------------- */
.search-form {
  position: relative;
}
.search-form label {
  display: block;
  position: relative;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form .search-field {
  width: 100%;
  position: relative;
  font-weight: 200;
}
.widget_search .search-field:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_search .search-submit {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.search-form label::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  content: "";
  position: absolute;
  right: 15px;
  top: 9px;
  color: #b3b3b3;
  font-size: 14px;
  z-index: 1;
}
.widget_search i {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 1em;
  color: #b3b3b3;
}
#footer .search-form .search-field {
  background-color: transparent;
  border-color: #999999;
  color: #b3b3b3;
}
#footer .widget_search .search-field:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Post Navigation
-------------------------------------- */
.post-navigation {
  margin: 40px 0;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  display: table;
}
.post-navigation:after {
  clear: both;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-previous {
  float: left;
  width: 48%;
}
.post-navigation .nav-next {
  float: right;
  width: 48%;
  text-align: right;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  padding: 18px 23px;
  position: relative;
  display: inline-block;
  color: inherit;
}
.post-navigation .nav-previous a {
  padding-left: 45px;
}
.post-navigation .nav-next a {
  padding-right: 45px;
}
.post-navigation .nav-previous a::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
  z-index: 1;
  text-decoration: none;
  line-height: 1em;
  width: 14px;
  height: 14px;
}
.post-navigation .nav-next a::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  font-size: 14px;
  z-index: 1;
  text-decoration: none;
  line-height: 1em;
  width: 14px;
  height: 14px;
}
/* Nav Menu
-------------------------------------- */
.widget_nav_menu ul li {
  padding: 0!important;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 10px 0!important;
}



/*
==========================================
10. External Plugins
========================================== 
*/

.yikes-easy-mc-email {
  font-weight: 100;
}

.yikes-easy-mc-form input[type=email] {
  height: 55px;
  border: 1px solid #DCDCDC;
  padding-left: 18px;
}

.yikes-easy-mc-form > label.empty-form-inline-label.submit-button-inline-label {
  width: 30%;
}

.yikes-easy-mc-form > label.label-inline.EMAIL-label.yikes-mailchimp-field-required {
  width: calc( 100% - 30% );
}

@media (max-width: 460px) {
  .yikes-easy-mc-form > label.label-inline.EMAIL-label.yikes-mailchimp-field-required {
    width: 100%;
    padding-right: 0;
  }
  .yikes-easy-mc-form > label.empty-form-inline-label.submit-button-inline-label {
    width: 100%;
  }
}

/* Table of Contents Plus */
#toc_container {
  padding: 1rem 2rem;
}

/* The Events Calendar */
body.single-tribe_organizer .by-line,
body.events-single .author,
body.events-single .by-line {
  display: none;
}


/*
==========================================
Theme styles that apply across the site
========================================== 
*/


/* Section Title
-------------------------------------------------- */
.section-title {
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 1.75em;
  margin-top: 0;
}

#support-section .section-title {
  margin-top: 1.6rem;
}

@media (min-width: 620px) {
  #support-section .section-title {
    margin-top: 0rem;
  }
}

.section-title::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  border-top: 2px solid;
  width: 1.47058823529412em;
  left: 50%;
  bottom: -0.7em;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.preloader {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 30;
  top: 0;
  left: 0;
  -webkit-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  text-align: center;
  color: #b3b3b3 !important;
}
.preloader i {
  font-size: 28px;
  position: absolute;
  left: 50%;
  top: 300px;
}

/* Read More Button
-------------------------------------------------- */
.read-more {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .read-more {
    margin-top: 10px;
  }
}

.read-more i {
  margin-left: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -1px;
  color: inherit;
}
.read-more:hover {
  text-decoration: none;
}

.policy-paper-read-more {
  font-size: 1.2rem;
}


/* Custom button
-------------------------------------------------- */

.btn-ql-container {
  text-align: center;
  margin: 1.5rem auto 0.5rem auto;
  position: relative;
  z-index: 1;
}

.btn-ql,
.btn-ql:hover,
.btn-ql:active {
  display: inline-block;
  background-color: transparent;
  border: 2px solid;
  border-radius: 3px;
  padding: 0.76923076923077em 1.53846153846154em;
  font-weight: 700;
  -webkit-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -o-transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  transition: translate 100ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn-ql,
  .btn-ql:hover,
  .btn-ql:active {
    padding: 0.85714285714286em 2.5em;
  }
}

.btn-ql:hover {
  text-decoration: none;
}

a.btn-ql {
  text-decoration: none;
  font-size: 1rem;
}

.btn-spacetop {
  margin-top: 20px;
}

.btn-file-format {
  min-width: initial;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: 400;
  margin-left: 0;
  background-color: transparent;
  border: 1px solid; 
  margin-right: 0.7rem;
}

.btn-file-format:hover {
  font-weight: 400;
  min-width: initial;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-weight: 400;
  border: 1px solid transparent;
  margin-left: 0;
}

a.btn-file-format img.format-icon-normal {
  display: initial;
  margin-right: 0.4rem;
  margin-left: -0.1rem;
  margin-top: -3px;
}

a.btn-file-format:hover img.format-icon-normal, a.btn-file-format:focus img.format-icon-normal, a.btn-file-format:active img.format-icon-normal {
  display: none;
}

a.btn-file-format img.format-icon-hover {
  display: none;
  margin-right: 0.4rem;
  margin-left: -0.1rem;
  margin-top: -3px;
}

a.btn-file-format:hover img.format-icon-hover, a.btn-file-format:focus img.format-icon-hover, a.btn-file-format:active img.format-icon-hover {
  display: initial;
}


.inherit-color-on-hover:hover {
  color: inherit !important;
}

.inherit-background-color-on-hover:hover {
  background-color: inherit !important;
}


.social-button {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.social-button:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.btn-ql.fb-cta {
  border-color: #3B5998;
  color: #3B5998;
  min-width: 180px;
}

.btn-ql.fb-cta:hover {
  background-color: #3B5998;
  border-color: #3B5998;
}

.btn-ql.twitter-cta {
  border-color: #55acee;
  color: #55acee;
  min-width: 180px;
}

.btn-ql.twitter-cta:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.btn-ql.youtube-cta {
  border-color: #e52d27;
  color: #e52d27;
  min-width: 180px;

}

.btn-ql.youtube-cta:hover {
  background-color: #e52d27;
  border-color: #e52d27;
}

@media (min-width: 450px) {
  .btn-ql.fb-cta, .btn-ql.twitter-cta, .btn-ql.youtube-cta {
    margin-bottom: 0.8rem;
  }
}

.button-shortcode {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

i.social-icon-extra {
  margin-right: 13px;
  font-size: 1.3rem;
  line-height: 1.2rem;
}

.alfo-sharing-button {
  margin-right: 10px;
  font-size: 1.4rem !important;
}

.alfo-sharing-button.fa-facebook-official {
  color: #3b5998;
}

.alfo-sharing-button.fa-twitter {
  color: #55acee;
}

.archive-page-back-button {
  margin-bottom: 3rem;
}

.hero .archive-page-back-button {
  margin-top: 0.5rem;
  margin-bottom: 1.8rem;
}

.hero .archive-page-back-button a.btn-ql.button-text {
  color: white;
  border-color: white;
}

.hero .archive-page-back-button a.btn-ql.button-text:hover {
  background-color: white;
  color: #2b87ca;
}



/* Make Space between sections                      */
/*----------------------------------------------------------------------*/
.clear_space {
  margin: 2.30769230769231em 0;
}
/* Hover effect for thumbnails                      */
/*----------------------------------------------------------------------*/
a.ql_thumbnail_hover {
  text-decoration: none;
}
.ql_thumbnail_hover {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.ql_thumbnail_hover img {
  -webkit-transition: transform 800ms;
  -o-transition: transform 800ms;
  transition: transform 800ms;
}
.ql_thumbnail_hover:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Font size using REMs                         */
/*----------------------------------------------------------------------*/
/* Inputs                               */
/*----------------------------------------------------------------------*/
input,
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 0.71428571428571em;
}
input:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareainput,
textareatextarea {
  height: auto;
}
textarea {
  min-height: 100px;
}

/* ----------
LAYOUT CLASSES : WRAPPER
---------- */

.my-post { padding: 2.0em 0;  }

.wrapper {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.wrapper.full {
  width: 100%;
  max-width: 100%;
}

.wrapper.restrict {
  max-width: 960px;
}

.wrapper.mobile-full {
  width: 100%;
}

/* ----------
LAYOUT CLASSES : HERO
---------- */

.hero-container { 
  /*background-color: #fff;*/
  /*position: relative;*/
  /*z-index: 1;*/
}

@media (min-width: 768px) {
  .hero-container {
    margin-bottom: 0;
  }
}

.hero {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: block;
  background-position: center;
  width: 100%;
  opacity: 1;
  background-size: cover;
  /*z-index: -2;*/
  overflow: hidden;
}

.hero-banner {
  height: 230px;
}

.hero .dummy {
  min-height: 320px; /*230px;*/
}

@media (min-width: 375px) {
  .hero .dummy { 
    min-height: 240px;
  }
}

@media (min-width: 435px) {
  .hero .dummy { 
    min-height: 260px;
  }
}

@media (min-width: 768px) {
  .hero .dummy { 
    min-height: 320px;
  }
}

@media (min-width: 1550px) {
  .hero .dummy { 
    min-height: 350px;
  }
}

.hero .dummy.dummy-smaller {
  min-height: 180px;
}

@media (min-width: 375px) {
  .hero .dummy.dummy-smaller { 
    min-height: 190px;
  }
}

@media (min-width: 435px) {
  .hero .dummy.dummy-smaller { 
    min-height: 200px;
  }
}

@media (min-width: 768px) {
  .hero .dummy.dummy-smaller { 
    min-height: 220px;
  }
}

@media (min-width: 992px) {
  .hero .dummy.dummy-smaller { 
    min-height: 240px;
  }
}



.video-banner {
  position: absolute;
  background-size: cover;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .video-banner {
    max-height: 115%;
  }
}

.hero-container {
 /*position: relative;*/
 /*z-index: 1;*/
}


/* ----------
LATEST ADDITIONS
---------- */

.news-date {
  font-size: 0.9em;
  color: #767676; /* obsolete?*/
}

.media-object {
  max-width: inherit;
}

.container .blog-info, .container .blog-credits {
  display: none;
}

.post-footer-n-pagination {
  margin-top: 0;
}

.pagination-wrapper {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.sharedaddy {
  margin-top: 2em;
}

.sd-title {
  font-size: 1em;
}


#jp-relatedposts {
  font-size: 1em;
}

.widget_text {
  width: 100%;
  max-width: 250px;
  padding-left: 12px;
}

.no-events {
  text-align: center;
}


/*.menu-item-language {
  color: red;
}

.submenu-languages {
  color: red;
  }*/

/**
 * Accordion Plugin
 */
 .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  padding: 0;
  margin-bottom: 12px;
}

.panel-title a {
  text-decoration: none;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-bottom: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
}

a.new-accordion-link-wrapper {
  padding: 20px;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}





a.post-edit-link {
  display: none;
}

.blog-feed .sharedaddy.sd-sharing-enabled {
  margin: 0 auto;
  width: 140px;
}

.ninja-forms-required-items {
  margin-bottom: 1em;
}

.panel-form {
  max-width: 380px;
  margin: 0 auto;
}

.panel-heading {
  border-radius: 3px;
}

.ninja-forms-success-msg {
  background-color: #E0FBE0;
  padding: 14px;
}

.ninja-forms-error-msg {
  background-color: #FFC3C3;
  padding: 14px;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
  height: 50px;
}

ol.repeatable-links {
  margin: 0 0 2em 0;
}

ol.repeatable-links>li {
  margin-bottom: 0.2em;
}

.body-dark a {
  /*text-decoration: underline;*/
}

.body-dark {
  font-size: 1.1rem;
}

/**
 * Used below title on featured image (see .welcome, .intro-line)
 */
 .by-line {
  font-weight: 100;
  font-size: 1.3rem;
  text-transform: none;
  margin-top: -30px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 600px) {
  .admin-bar .navbar {
    top: 46px;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar .navbar {
    top: 32px;
  }
}


/* PORTED OVER FROM THE DEPRECATED RESPONSIVE STYLES.CSS, STYLES BELOW SHOULD BE UPDATED TO MOBILE FIRST FORMATTING AND MOVED UP NEXT TO THE CLASSES THEY AFFECT */


@media (min-width: 768px) {
  .container {
    width: 96%;
  }
  .metadata ul li {
    float: left;
  }
  #sidebar {
    padding-right: 0;
  }
  #sidebar .widget {
    padding: 0 20px;
  }
  #respond .input-wrap {
    /*width: 46%;*/
  }
}


@media (min-width: 1346px) {
  .container {
    width: 96%;
  }
  .ql_nav_btn {
    top: 45px;
  }
  .meta_blocks div {
    height: 56px;
  }
  .meta_icon {
    line-height: 53px;
  }
  .meta_blocks div i {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .sub_icon {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .meta_comments .sub_icon {
    line-height: 50px;
  }
  .meta_date span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .content_background {
    padding: 40px;
  }
  #respond .input-wrap {
    width: 47%;
  }
}

@media (max-width: 991px) {
  #events-section {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .nav>li>a {
    padding-right: 4px;
  }
}

@media (max-width: 767px) {

  li.custom-social-menu a {
    margin-right: 13px;
  }
  .hero-banner {
    height: 290px;
  }
  .quote-wrap {
    display: block;
    width: 100%;
    padding: 5% 2% 5% 8%;
  }
  .laptop-wrap {
    display: block;
    width: 100%;
  }
  .quote-wrap blockquote {
    font-size: 16px;
    font-size: 1rem;
  }
  .quote-cite {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .metadata {
    display: block;
  }
  .metadata ul li {
    float: left;
  }
  .error404 .search-form {
    width: 100%;
  }
  #sidebar {
    padding-right: 0;
  }
  #respond .input-wrap {
    width: 100%;
  }
  .sub_footer p {
    margin-bottom: 20px;
    float: none;
    line-height: 1.6em;
  }
  .nav_social {
    float: none;
  }

}

@media (max-width: 550px) {
  .by-line {
    font-size: 0.75em;
    margin-top: -25px;
  }
}
