/* colours and sass vars

rgba(1, 160, 213, 1)      /*  #01AFEB  1, 160, 213, 1    $blue  access rep #01A0D5  1, 160, 213, 1  ( #017AA2 passes small AA  )
rgba(234, 78, 53, 1)      /*  #EA4E35     $red      
rgba(247, 176, 50, 1)     /*  #F7B032     $yellow   
rgba(255, 1255, 255, 1)   /*  #FFFF       $white    
rgba(1, 1, 1, 1)          /*  #000000     $black    
rgba(227,227,227, 1)    /*  #e4e5e6     $grey     
*/ 


/* Accessiblility page */
.page-id-854 a {
    color: #01A0D5; 
}
.page-id-854 li a:hover {
    background-color: #fff;
}




.hilite {
    background: #555;
}
.metadata {
    border-top: 1px solid #ccc;
}

/* Global styles */
html {
    font-size: 16px;
}
body {
 background: #fff;
}
body, 
p, 
p .breadcrumb,
.member-link {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
}   

p .breadcrumb {
  font-size: 0.8rem;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Staatliches', cursive;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.2rem;
}
[class*='Column'] h3,
.btn-dropdown {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-dropdown {
    font-size: 1.4rem;
}

.container-front .entry-content h3 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px; 
}
.entry-content p,
.member-link {
    font-size: 1.2rem;
}


/* ================ lists ======= */
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 20px;
}
ul {
    width: 100%;
    text-align: center;
    display: inline-block;
}
ul li {
    margin: 0;
    padding: 0;
    float: left;
}
.entry-content ul li {
    margin: 0;
    padding: 0;
    float: none;
    text-align: left;
}
/* ============== links =========== */
a, 
.btn-outline-primary, 
.content-area .sp-the-post .entry-header .entry-title a:hover, 
.btn-link {
    color: rgba(48,48,48, 1);
}
a:hover, 
a:focus,
.entry-title a:hover,
.entry-title a:focus {
    color: rgba(1, 160, 213, 1);
}
.news-item a:hover,
.news-item a:focus {
     color: rgba(48,48,48, 1);
}

/*
ul li a {
    padding: 22px;
    display: block;
    color: #000;
    text-align: center;
}
*/

li a:hover {
    background-color: #01A0D5;
}

.m2l-button {
    position: relative;
    background: #eee; 
    border: 0;
    border-radius: 0;
    color: rgba(1, 160, 213, 1); 
    padding: 4px;
    margin-bottom: 4px;
    width: 100%;
}
 
 .m2l-button .fas,   
 .m2l-button .far {
  position: absolute;
  left: 6px;
   top: 8px;
   width: 100%;
   height: 100%;
   font-size: 16px;
  text-align: left;
}
 .m2l-button:active,
 .m2l-button:hover,
 .m2l-button:focus {
   color: rgba(255,255,255, 1);
   background: rgba(1, 160, 213, 1); 
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.05);
}
.nav-item a,
.btn-dropdown {
    position: relative;
    display: inline-block;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    background: rgba(0,0,0,0);
}
.btn-dropdown {
    font-family: 'Staatliches', cursive;
    line-height: 1;
    padding: 0;
    max-width: 90%;
    text-align: left;
    color: #000;
    z-index: 2;
    display: block;
    position: relative;
    white-space: normal;
}
.btn-dropdown:hover,
.btn-dropdown:focus {
    color: #000;
}
.nav-item a:after,
.btn-dropdown:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 80%;
    height: 10px;
    background-color: rgba(223,223,223, 1);
}
.nav-item a:after {
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 10px;
    background-color: rgba(0,0,0,0);
}

.nav-item a:hover:after,
.nav-item a:focus:after, 
.btn-dropdown:hover:after,
.btn-dropdow:focus:after {
    background-color: rgba(1, 160, 213, 1);
}

.btn-dropdown + .fas,
.intro-blue .fas {
    display: inline-block;
    margin: -78px 30px 0 0;
    float: right;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    border-radius: 24px;
    font-size: 20px;
    z-index: 1;
}
.intro-blue .fas {
    margin: -6px 0 0 20px;
    float: none;
    width: 18px;
    height: 18px;
    padding: 0 0 0 1px;
    border-radius: 24px;
    font-size: 18px;
    z-index: 1;
}
.btn-dropdown:hover + .fas {
   transform: rotate(90deg); /* Equal to rotateZ(45deg) */
        opacity: 0.8;
}
.btn-dropdown:focus + .fas {
   transform: rotate(180deg); /* Equal to rotateZ(45deg) */
    opacity: 0.6;
}


.nav-tabs .nav-item a:after {
    content: "";
    display: none;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:focus {
    background-color: #eee;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0.5rem 8px;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Staatliches', cursive;
    letter-spacing: 0.5px;
    color: #707070;
}


.image-front {
    display: inline-block;
    position: relative;
}

/* ==================== images =========== */
.masonry img,
.fundColumn img {
   width: 100%; 
   height: auto
}

.attachment-post-thumbnail {
    height: 120px; width: auto;
}
.alignleft,
.alignright {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* ==== captions  ====== */
.caption {
    font-size: 14px;
    padding: 2px 4px;
    display: block;
    width: 100%;
}

.banner-caption,
.top-caption,
.over-caption {
 position: absolute;
  text-decoration: none;
  text-align: center;
  bottom: 0;
  left: 0;
  font-size: 0.8rem;
  background: rgba(0,0,0,0.7);
  color: rgba(255,255,255,0.8);
  padding: 4px; 
  width: 100%;
}

.over-caption  {
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
}
.banner-caption {
    width: calc(100% - 4px);
    left: 4px;
    padding: 6px 10px;
}
.top-caption {
    width: 100%;
    background: rgba(0,0,0,0);
    color: rgba(0,0,0,1); 
    left: 0;
    font-size: 0.8rem;
}


/*  ========== icons ============== */
.search:after {
font-family: fontawesome;
content:"\f002";
}
.icon-blue,
.icon-red,
.icon-yellow {
  color: rgba(255, 1255, 255, 1);
}
.icon-blue {
  background: rgba(1, 160, 213, 1);
  }
.icon-red {
  background: rgba(247, 176, 50, 1);
  }
.icon-yellow {
  background: rgba(234, 78, 53, 1);
  } 
.icon-blue-inv {
  color: rgba(1, 160, 213, 1);
  background: rgba(209, 209, 177, 1);
}
.icon-left,
.icon-right,
.icon-up,
.icon-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size:     0.8rem;
  line-height:   1;
  font-family: fontawesome;
}
.icon-left  {content: "\f104";  /* l */}
.icon-right {content: "\f105";  /* r */}
.icon-up    {content: "\f106";  /* u */}
.icon-icon  {content: "\f107";  /* d */}


/* ========== elements =======  */
.card {
    border: 0;
    border-radius: 0;
}
.hentry.card .card-body {
    padding: 0;
}

.card-title.entry-title {
    margin-bottom: .25rem;
    font-family: 'Staatliches', cursive;
    font-size: 1.4rem;
}
.card .role,
.card .member-org h3 {
    font-size: 1rem;
}



/* Layout */

/* ============= header ============ */
.site-header {
    border-bottom: 0;
}
.m2l-banner {
    margin: 10px 20px;
    text-align: center;
}

.img-banner {
    position: relative;
}

/* ============== navbar =========== */

.navbar > .container, .navbar > .container-fluid {
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-end;    
}
#primary-menu-wrap {
border-bottom: 1px solid rgb(204, 204, 204);
}
#primary-menu {
    text-align: left;
}
#primary-menu-wrap .navbar-nav .nav-link {
    color: rgba(51,51,51,1);
    font-family: 'Staatliches', cursive;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.5rem 1vw;
}
.main-navigation { 
    background: #fff;
}
.main-navigation.bg-light {
    background: #fff !important;
}
.navbar {
    padding: 0.5rem 1rem 1rem;
}
.navbar-nav {
   width: auto;
}
.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 1.3rem;
}
.navbar-nav li a:hover {
    background-color: rgba(0,0,0,0);
}
.navbar .navbar-nav {
    list-style-type: none;
    float: right;
    overflow: hidden;
    background-color: #fff;
    float: left;
}
.nav-item .nav-link {
    text-align: left;
}
.navbar-light .navbar-toggler {
    color: rgba(114,114,114, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler {
    background-color: #e3e3e3;
    margin: 0 12px;
}
.navbar-toggler:hover, 
.navbar-toggler:focus {
    background-color: #d6d6d6;
}

.form-control {
    height: calc(2.25rem + 4px);
    border-radius: 0;
}
.searchform input[type="text"]:focus {    
    box-shadow: 0 0 0 2px rgba(1, 175, 235, 0.25); 
}
.menu-right .searchform {
    border-radius: 0;
    padding-top: 8px;
    text-align: right;
    position: relative;
}
 
.menu-right .search-field {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 37px;
    color: #555;
    margin: 3px 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    right: 34px;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}
 
.menu-right .search-field:focus {
    background-color: #fff;
    border: 1px solid rgba(1, 160, 213, 1);
    border-radius: 0;
    cursor: text;
    outline: 0;
    width: 210px;
}
.search-form .search-submit { 
    display:none;
}
.fa-search:before {
    content: "\f002";
    font-size: 1.6rem;
    vertical-align: text-top;
}

/* ========= page layout ========== */
.site-main {
    padding: 20px 0 100px;
}

.site-footer .contact + a {
    color: #fff !important;
    background: rgba(1, 160, 213, 1);
    display: inline-block;
    min-width: 100px;
    padding: 2px 4px;
}

.site-footer .contact-form:hover,
.site-footer .contact-form:focus {
  color: #fff;
  background: rgba(1, 175, 235, 0.8);
}

.content-area .page-intro p,
.content-area .collapse p,
.content-area .collapse ul {
    padding-right: 2vw;
}

.home .container-front,
.page-template-members_archive .container-front,
.page-template-findings_archive .container-front {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-front {
   max-width: 1400px;
   margin: 0 auto;
   padding: 0 20px;
}

.page-template-members_archive .content-area,
.page-template-findings_archive .content-area {
    margin: 0;
}


.page .entry-title {
    display: none;
}

.p1 {
    clear: both;
}

/* ----- pagination ------- */
.pagination {
    position: relative;
    font-size: 1rem;
    line-height: 13px;
    float: right;
    bottom: 32px;
}
.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:6px 9px 5px 9px;
   text-decoration:none;
   width:auto;
   color:#fff; /* Pagination text color */
   background: #707070; /* Pagination non-active background color */
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
}
.pagination a:hover{
   color:rgba(1, 160, 213, 1);
   background: rgba(240,240,240,1); /* Pagination background on hover */
}
.pagination .current{
   padding:6px 9px 5px 9px;
   background:rgba(1, 160, 213, 1);; /* Current page background */
   color: #fff;
}




.search-result {
    display: block;
}
.search-results article {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(1, 160, 213, 1);
}
.search-results .entry-title {
  font-size: 1.4rem;
}
.search-results .entry-summary {
  margin: 1rem 0 0;
}
.search-results .type-member .post-thumbnail {
  border: 1px solid #ccc;
  float: left;
  margin: 1rem 0.8rem 0.4rem 0;
}
article.finding .card-title::before {
    left: -3rem;
    top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}

.search-result article.finding .card-title {
    left: 3rem;
    width: calc(100% - 3rem);
}
.search-result article.finding .card-title:before {
    left: -3rem;
    top: 2px;
    font-size: 1.3rem;
    width: 2rem;
}

.relevanssi-query-term {
    background: #f7b032;
    padding: 0 2px;
}

/*===============  embeds ================ */
.embed-responsive-item {
    background: #fff;
}
.video-1 .embed-responsive {
    height: 100%;
}
.embed-pad-2:before {
    padding-top: 0%;
     content: "";
} 
/*
.embed-responsive:before {
    padding-top: 0%;
     content: "";
} 
*/



/* ======== front page styles  ========= */
/* All h5 elements should have the Integral Bold font-family */

.partnerColumn img {
 width: 400px;   
    background-color: #333 !important;
}

.partnerColumn img:before {
content: "";
    background: #333;
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
}
.partnerColumn img:hover,
.partnerColumn img:focus {
  opacity: 0.7;
}

/* news Column & funders Column */
.newsColumn .tab-content {
        min-height: 320px;
}
.news-header {
    border-bottom: 10px solid #EA4E35; 
}
.fund-header {
    border-bottom: 10px solid #F7B032;
}
.fundColumn img  {
    max-width: 140px;
}
.tab-pane p {
   font-size: 0.9rem;   
}
.date {
    font-weight: 600;
}



/* 
Partners, Outputs, Project Dates column stylings
*/





/* front page */

/* findings */
.news-item {
  display: block;
  color: #333;
    text-decoration: none;
    min-height: 100px;
      background: #eee;
}
.news-item:hover,
.news-item:focus {
    color: #333;
    background: #ddd;
    text-decoration: none;
}


/* single finding + summary styles */

article.finding .card-title {
    position: relative;
    left: 3rem; 
    width: calc(100% - 3rem);
}

article.finding .card-title:before,
.tab-pane .row:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: -3rem;
    top: 4px;
    font-size: 1.4rem;
    color: rgba(247, 176, 50, 1);
}    

article.finding .card-title::before {
    left: -3rem;
    top: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}


.tab-pane .row {
    position: relative;
}
.tab-pane .row:after {
    top: auto;
    left: auto;
    right: 25px;
    bottom: 10px;
    font-size: 14px;
    width: 24px; 
    height: 24px;
    text-align: center;
    color: rgba(119,119,119,1);
    border: 1px solid rgba(153,153,153,1);
    border-radius: 30px;
}  

.tab-pane .date {
    min-height: 32px;
    line-height: 1.1;
}
.tab-pane .date {
    min-height: 32px;
    line-height: 1.1;
}
 .tab-pane .summary {
    min-height: 90px;
}

.card-finding:after {
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    right: 10px;
    top: auto;
    font-size: 14px;
    color: #707070;
    bottom: 16px;
    border: 1px solid #999;
    border-radius: 30px;
    width: 24px;
    text-align: center;
    height: 24px;
}


article.category-update .card-title:before,
.tab-pane .update .row:after,
.card-finding.update:after {
    content: "\f201";
}  
article.category-event .card-title:before,
.tab-pane .event .row:after,
.card-finding.event:after {
    content: "\f073";
}  
article.category-presentation .card-title:before,
.tab-pane .presentation .row:after,
.card-finding.presentation:after {
    content: "\f130";
}      
 article.category-publication .card-title:before,
.tab-pane .publication .row:after,
.card-finding.publication:after {
    content: "\f02d";
}  
 article.category-resource .card-title:before,
.tab-pane .resource .row:after,
.card-finding.resource:after {
    content: "\f019";
}  





/* archive */


.grid-item,
.grid-sizer {
    max-width: 100%;
}





[class*='Column'] h3,
.btn-dropdown {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn-dropdown {
    font-size: 1.4rem;
}

.container-front .entry-content h3 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1px; 
}
.entry-content p,
.member-link {
      font-size: 1rem;
}

.image-finding {
  display: inline-block;
  vertical-align: bottom;   
}
.details-finding {
  display: inline-block;
  vertical-align: bottom;   
}
      
.findings-intro {width: 100%;} 
    
.type-finding .post-thumbnail {
    max-width: 400px; 
    height: auto;
}

.intro-title {
    display: block;
    position: relative;
          font-size: 1.6rem;
          line-height: 1;
    padding: 0;
    width: 100%;
    text-align: left;
}
.intro-title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 90%;
    height: 10px;
    background-color: rgba(223,223,223, 1);
}
.intro-blue {
    width: auto; 
}
.intro-blue a {
    color: rgba(1, 160, 213, 1);
    font-size: 1.2rem;
}
.intro-blue a:hover,
.intro-blue a:focus {
    color: rgba(1, 160, 213, 1);
}
.intro-blue:after {
    height: 0;
}

.projectDates {
   border-bottom: 10px solid #EA4E35;
    padding-bottom: 7px;
}

.contact h3 {
    color: #333;
}
p.contact strong {
    font-family: 'Staatliches', cursive;
    font-size: 1rem;
    letter-spacing: 1px;
    padding-left: 1px;
    color: #333;
}
.contact span {
    font-weight: 600;
}



/* ~~~~~~~~~  custom posts  ~~~~~~~~~ */

/* ===========  the grid ============ */
/* +++ filter s ++ */

.filter-text input[type="text"] {
padding: 3px 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #707070;
border: 1px solid #ccc;
border-radius: 0;
}
.filter-title {
    position: relative;
      font-size: 1.4rem;
    line-height: 1;
    padding: 0;
    width: 100%;
    text-align: left;
}
.filter-title:after {
   /* content: ""; */
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: rgba(209, 209, 177, 1) 
}
#filter button {
    display: block;
    margin: 0.5rem;
}


.button:active,
.button.is-checked {
    background-color: rgba(1, 160, 213, 1);
    color: #fff;
}


.grid {
    position: relative;
    min-height: 600px;
}

.gutter-sizer {
   width:  0;  /* ? */
}


/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px;
}

.grid-item a {
  color: #333;
  background: #ddd;
  border: 1px solid #ccc;
}
.grid-item a:hover,
.grid-item a:focus {
  background: #bbb;
}
/* one to go v ^  ? */
.grid-item > a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 0;
    padding: 0;
}
.grid-item > a:hover,
.grid-item > a:focus {
    color: #333;
    background: #f3f3f3;
}

.grid-item > h2 {
  font-size: 1.2rem;
}
.grid-item > a[class*='item'] h3 {
  font-size: 1rem;
}

.grid-item .card {
    background-color: rgba(0,0,0,0);
    border-bottom: 0;
}

.findings-grid .grid-item .image-finding {     
        width: 200px;
        height: auto;
}
.findings-grid .grid-item .details-finding {
    position: relative;
    width: calc(100% - 300px);
    top: 0;
    left: 0;
}

.news-item.card-finding {
    display: block;
    width: 100%;
    background: #ddd;
}
.news-item.card-finding:hover,
.news-item.card-finding:focus {
    display: block;
    width: 100%;
    background: #eee;
}







.news-item .card {
    flex-direction: row;
    background: rgba(0,0,0,0);
    min-height: 160px;
}
.news-item a {
    color: #333;
    text-decoration: none;
}


/* ========== members / finding custom posts  ============= */

.member-head,
.finding-head {
    background-color: #eee;
    border-bottom: 10px solid #EA4E35;
}
.finding-head {
    background-color: #eee;
    border-bottom: 10px solid rgba(247, 176, 50, 1);
}

.image-member img,
.image-finding img {
    width: 120px;
    height: auto;
    margin: 0 auto;
    background: #bbb;
    border: 1px solid #ccc;
    position: relative;
    top: 6px;
    left: 6px;
}
.image-finding img {
    width: 240px;
    height: auto;
}
.page-template-findings_archive .image-finding img {
    width: 160px;
    height: auto;
}

.img-member_wrap {
    text-align: center;
}
.type-member .post-thumbnail {
   margin: 0 auto;
   text-align: center;
}

.member-links {
    display: block;
}
.member-links .fas {
            font-size: 1.4rem;
}
.member-links .fa-envelope  {
   color: rgba(1, 160, 213, 1); 
}
.member-links .fa-university  {
   color: rgba(234, 78, 53, 1);
}
.member-bio p {
            font-size: 0.9rem;
            line-height: 1.3;
}
.details-member h3 {
    margin-bottom: 4px;
}


/* ==================== Footer (Work in Progress) ================ */
.foot-1 {
     background: rgba(255,255,255,1);
}
.foot-2 {
     background: rgba(48,48,48, 1);
}

.site-footer.bg-dark {
    background-color: #333 !important;
}
.site-footer.text-muted {
    color: #333 !important;
}

/*
.partnerLogos div a img {
   box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.0);
}  
.partnerLogos div a img:hover {
   box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
} */    
.site-footer .foot-2 a,
.uni-footer p,
.uni-footer a {
    color: #ddd !important;
}
.site-footer li a:hover {
    background-color: rgba(0,0,0,0) !important;
}

.uni-footer a {
   border-bottom: 1px solid rgba(0,0,0,0);
}

.uni-footer ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}
.uni-footer p,
.uni-footer ul li {
             font-size: 0.8rem;
}
.uni-footer ul li {
    float: none;
    display: block;
    width: auto;
}
.uni-footer ul li a {
   padding: 2px 12px 2px 0;
   display: inline-block;
   text-align: left;
}

.uoe-terms li a:hover,
.uoe-terms li a:focus,
.uni-footer p a:hover,
.uni-footer p a:focus {
   color: #fff;
   border-bottom: 1px solid rgba(255,255,255,1);
}




/* ======= plugins ============== */

/* ====== isotope ====== */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
      -ms-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/* ===== contact ====== */
#fancybox-wrap {
    width: auto !important;
}
.m2l-form {
     background-color: #ffffff;
     padding: 10px 10%;
}
 .m2l-form  .wpcf7-form .wpcf7-email {
     background-color: #fff;
     border: 0;
     height: 40px;
     text-transform: none;
     border: 1px solid #ccc;  
}
 .m2l-form  .wpcf7-form .wpcf7-submit {
     border-left: 0;
     border-radius: 0;
     width: 100px;
     margin-top: 0;
}
 .m2l-form  .wpcf7-form input[type="text"], 
 .m2l-form  .wpcf7-form input[type="email"], 
 .m2l-form  .wpcf7-form textarea {
                              font-size: 1rem;
     line-height: 1.3;
     color: #333;
     background-color: #fff;
     border: 1px solid #ccc;
     border-radius: 0;
}
.m2l-form  label,  
.m2l-form  input,
.m2l-form  input[type="email"] {
     font-size: 14px;
     margin: 0;
     width: 100%;
     border-bottom: 2px solid rgba(1, 160, 213, 1);
     
}
 .m2l-form  input.gdpr-acceptance {
     width: 20px;
}
.m2l-form .wpcf7-list-item-label {
    font-size: 0.7rem;
    width: calc(100% - 20px);
    left: 30px;
    top: 0;
    display: inline-block;
    vertical-align: text-top;
    padding-bottom: 4px;
}
 .m2l-form  span.wpcf7-list-item {
     margin: 1rem 0 0 0;
}
.wpcf7-form .wpcf7-email:focus, .wpcf7-form .wpcf7-email:active, .wpcf7-form .wpcf7-email:hover {
     color: #000;
     background-color: #fff;
}
.m2l-form input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: 1px;
    display: inline-block;
}
.gdpr-acceptance.modal-acceptance {
     top: 20px;
     left: 0;
}

.wpcf7-form input[type="email"]:focus {
     border-color: rgba(0,0,0,0);
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
.wpcf7-form .wpcf7-submit:focus, 
.wpcf7-form .wpcf7-submit:active, 
.wpcf7-form .wpcf7-submit:hover {
     color: #000;
     background-color: #fff;
     border-color: #fff;
     border-left: 1px solid #000;
}
 div.wpcf7-mail-sent-ok {
     border: 2px solid #000;
     background: #000;
     color: #333;
}
 div.wpcf7-response-output {
     margin: 0.5rem 0;
     padding: 0.2rem 1rem;
     border: 1px solid #000;
                       font-size: 0.8rem;
     background: #000;
     color: #fff;
}
 span.wpcf7-not-valid-tip {
     color: #990000;
                       font-size: 0.8rem;
     margin-top: 5px;
}
 div.wpcf7-response-output {
     border: 1px solid #990000;
}
/* === cookie === */
 #cookie-notice {
     font-size: 16px;
     height: auto;
}
 #cn-notice-text {
     clear: both;
     float: left;
     width: 100%;
     font-size: 0.9rem;
     font-weight: 400;
     line-height: 1.5;
     font-weight: 100;
}
 #cookie-notice .button {
     margin-left: 0;
     display: inline-block;
     color: rgba(1, 160, 213, 1);
     margin: 4px;
     background: #FFF;
}

 #cookie-notice .button:hover {
     opacity: 0.6;
}
 .cn-button.bootstrap {
     color: #FFF;
     background-color: rgba(1, 160, 213, 1);
     background-image: none;
     border-radius: 0;
}
 .cn-button.bootstrap:hover {
     color: #FFFF;
     background-color: rgba(1, 160, 213, 1);
     background-image: none;
     opacity: 0.8;
}
 .cookie-notice-revoke-container {
     bottom: 2px;
     top: auto;
     right: 2px;
     background: rgba(1, 175, 235, 0.8);
     text-align: right;
     position: fixed;
     width: auto;
     padding: 0;
}
.cookie-notice-revoke-container:hover,
.cookie-notice-revoke-container:focus {
     background: rgba(1, 160, 213, 1);
}
 #cookie-notice .cn-revoke-cookie.cn-button {
   background: rgba(0,0,0,0);
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    border: 0;
}

  


/* ++++++++++++++++++ resp ++++++++++++++ */

@media screen and (min-width: 420px) {  
  .m2l-button {  
    width:48.75%;   
     }
/* = */
}

@media screen and (min-width: 576px) {  
  .m2l-button {  
    width:32.75%;   
     }
    
    
/* = */
}


@media screen  
    and (min-device-width: 576px)
    and (max-device-width: 992px)
    and (orientation: landscape) {
        .logoColumn {
            max-width: 70%;
  }
/* = */
}


@media screen and (min-width: 768px) {
  .menu-right .search-field {
    top: 52px;
    right:26px;
  }
  .embed-pad-2:before {
    padding-top: 0;
    content: "";
  }
  .grid-item,
  .grid-sizer {
    max-width: 49%;
  } 
     
  #fancybox-content {
    width: 600px !important;
  }
/* = */
}




@media screen and (min-width: 992px) {
 .site-main {
    padding: 40px 0 100px;
  }
    #primary-menu-wrap .navbar-nav .nav-link {
    font-size: 1.6rem;
  }
  .nav-item .nav-link {
    text-align: center;
   }
    
  .home .container-front,
  .page-template-members_archive .container-front,
  .page-template-findings_archive .container-front {
    padding: 0 40px;
  }
  .page-template-members_archive .content-area,
  .page-template-findings_archive .content-area {
      margin: 0 40px;
  }
  
    .content-area .page-intro p,
    .content-area .collapse p,
    .content-area .collapse ul {
    padding-right: calc(4vw + 8vh);
   }
  .intro-blue a {
    font-size: 1.4rem;
   }
  .intro-title:after,
  .btn-dropdown:after {
    width: 60%;
  }
    .m2l-form {
     padding: 20px 10%;
  }
    .m2l-button {
    width: 100%;
    font-size: 0.9rem;
    padding-left: 18px;
  }
    
  .grid-item,
  .grid-sizer {
    max-width: 30%;
  }
    
  .tab-pane .row:after {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }  


/* ====== fonts === */
  body,
  p,
  .entry-content p,  
  .member-link {
    font-size: 1.1rem;
    line-height: 1.5;
  }
    h1, .h1 {
    font-size: 2.5rem;
   }
    
  h3,  
  [class*="Column"] h3, 
  .btn-dropdown,
  .intro-title {
    font-size: 1.6rem;
    line-height: 1; 
    }
  .container-front .entry-content h3 {
    font-size: 1.4rem;
  }
  .navbar-nav .nav-link {
    font-size: 1.3rem; 
  }
  .nav-link {
    padding: 0.5rem 1rem; 
   line-height: 1.4;
  }
  .archive p,
  p .breadcrumb,
  .tab-pane p,
  .card .role,
  .card .member-org h3 {
    font-size: 1rem
  }
  
  article.finding .card-title {
    left: 3rem;               
    }
  .card-title.entry-title {
    font-size: 2.4rem;
    }
  .search-results .card-title.entry-title {
    font-size: 1.4rem;
  }
    
  article.finding .card-title:before {
    left: -3rem;
    top: 0;
    font-size: 2rem;
    }

  /* same */
  .grid-item > h2 {
    font-size: 1.2rem;
    }
   .grid-item > a[class*='item'] h3 {
  font-size: 1rem;
  }
    
  /* --- plugins -- */  
  #fancybox-content {
    width: 800px !important; 
  }    
/* = */
}


@media screen and (min-width: 1200px) {

    .m2l-button {
    font-size: 1rem;
    padding-left: 18px;
  }
    
/* = */
}


