/*
Theme Name: RDP Wordpress
Author: Blueprint Interactive
Author URI: http://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License
-------------------------------------------------------------- */

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

p.seemorebyauthor a {
    display: inline-block;
    margin: 30px 0;
    background: #1153A3;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    max-width: 300px;
    padding: 15px 25px;
    width: 300px;
}

p.seemorebyauthor.multipleauthors a {
    margin-right:10px;
    color:#ffffff;
    width:auto;
}

p.seemorebyauthor a:hover {
    background-color: #FE650E;
    color: #fff;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

::selection {
    color: #fff;
    background-color: #FE650E;
}

::-moz-selection {
    color: #fff;
    background-color: #FE650E;
}

.main-content ul li, .main-content ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom:4px;
    color: #4A4A4A;
    width: 70%;
    margin: 20px auto 20px 10%;
}

.main-content ul, .main-content ol {
    margin-left:20px;
    margin-bottom:20px;
}

body { font-size: 16px; }
input, select { font-size: 100%; }

/* HEADER ------------------------------------------------------------------- */
.site-header {
    background-color: #fff;
    padding: 10px 5%;
    position: relative;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
}

.container {
    cursor: pointer;
    float: left;
    /* left: 30px; */
    position: relative;
    top: 15px;
    z-index: 10;
}

.bar1, .bar2, .bar3 {
    border-radius: 5px;
    background-color: #1153A3;
    height: 5px;
    margin: 6px 0;
    transition: all 0.4s;
    width: 35px;
}

.change .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    background-color: #FAAF84;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transform: rotate(-45deg) translate(8px, -7px);
    background-color: #FAAF84;
}

.header-mobile-wrapper {
    background-color: #fff;
    border-bottom: 10px solid #1153A3;
    border-right: 10px solid #1153A3;
    display: block;
    display: none;
    left: 0;
    padding: 60px 60px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 340px;
    z-index: 2;
}

.header-mobile-wrapper ul {
    list-style: none;
}

.header-mobile-wrapper ul li {
    margin: 20px auto;
}

.header-mobile-wrapper ul li a {
    border-bottom: 3px solid transparent;
    color: #1153A3;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-mobile-wrapper ul li a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #FAAF84;  
    transform: scaleX(0);  
    transform-origin: 100% 50%;
    transition: transform 250ms ease-in-out;
}

ul.sub-menu > li.menu-item a {
   font-size: 14px;
}

.header-mobile-wrapper ul li a:hover:after  {
    transform: scaleX(1);   
    transform-origin: 0% 50%;
}

.header-social-div {
    float: right;
    right: 5%;
    position: absolute;
    top: 38px;
}

.header-main-logo {
    width: 150px;
}

.header-main-logo-front-page {
    width: 150px;
    display: none;
}

.home .header-main-logo-front-page {
    display: block;
}

.home .header-main-logo {
    display: none;
}

.header-a {
    display: inline-block;
    margin-left: 20px;
}

.header-social-div a {
    text-decoration: none;
}

.header-social-div a #Shape {
    transition: all 0.4s ease-in-out;
}

.header-social-div a:first-of-type {
    margin-right: 10px;
}

.header-social-div a:hover #Shape {
    fill: #FE650E;
}

/* FOOTER ------------------------------------------------------------------- */
footer.site-footer {
    background-color: #1153A3;
    font-size: 0;
    padding: 45px 7%;
    width: 100%;
}

.footer-left-inner {
    display: inline-block;
    max-width: 430px;
    position: relative;
    vertical-align: top;
    width: 50%;
}

.footer-right-inner {
    float: right;
    max-width: 550px;
    width: 50%;
}

.footer-nav {
    list-style: none;
}

.footer-nav li {
    display: inline-block;
    margin: 0 20px 20px 0 ;
    /* border-bottom: 3px solid transparent; */
}

.footer-nav li a {
    border-bottom: 3px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-nav li a:after {
    display: block;
    content: '';
    border-bottom: solid 3px #FAAF84;  
    transform: scaleX(0);  
    transform-origin: 100% 50%;
    transition: transform 250ms ease-in-out;
}

.footer-nav li a:hover:after  {
    transform: scaleX(1);   
    transform-origin: 0% 50%;
}

.footer-logo-a {
    display: block;
    margin: 20px auto;
    max-width: 500px;
    width: 70%;
}

.footer-logo-a img {
    height: auto;
    width: 100%;
}

.site-footer p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.footer-social-div {
    bottom: 0;
    position: absolute;
    right: 0;
}

.copyright-p {
    display: inline-block;
    margin: 20px 30px 0 0;
    text-transform: uppercase;
}

.social-a {
    display: inline-block;
    margin-right: 15px;
    /* margin-bottom: 30px; */
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.twitter-a {
    margin-top: 20px;
}

.social-a svg {
    vertical-align: middle;
}

.social-a #Shape {
    transition: all 0.4s ease-in-out;
}

.social-a:hover #Shape {
    fill: #FE650E;
}

.footer-privacy-a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.footer-privacy-a:hover {
    color: #FE650E;
}

/* BASIC PAGE --------------------------------------------------------------- */
.basic-page-wrapper {
    margin: 0 auto;
    padding: 0 0 75px;
    width: 85%;
}

.basic-page-wrapper .hero-image {
    width: 100%;
}

.basic-page-wrapper .the-content {
    margin: 40px 7%;
}

.basic-page-wrapper h1,
.basic-page-wrapper h2,
.basic-page-wrapper h3,
.basic-page-wrapper h4,
.basic-page-wrapper h5,
.basic-page-wrapper h6 {
    color: #1153A3;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0;
}

.basic-page-wrapper h1 {
    font-size: 50px;
}

.basic-page-wrapper h2 {
    font-size: 45px;
}

.basic-page-wrapper h3 {
    font-size: 40px;
}

.basic-page-wrapper h4 {
    font-size: 35px;
}

.basic-page-wrapper h5 {
    font-size: 30px;
}

.basic-page-wrapper h6 {
    font-size: 25px;
}

.basic-page-wrapper ol,
.basic-page-wrapper ul {
    margin-left: 40px;
}

.basic-page-wrapper ol li,
.basic-page-wrapper ul li {
    color: #2A2A2A;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    margin: 10px 0;
}

.main-content p {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 20px 0;
}

.main-content a {
    color: #1153A3;
    font-weight: 700;
    text-decoration: none;
}

.main-content a:hover {
    color: #FE650E;
}

.leftfloated img {
    margin: 10px 20px 20px 0;
}

.rightfloated img {
    margin: 10px 0 20px 20px;
}

a {
    transition: all ease-in-out 0.4s;
}

/* AUTHOR ------------------------------------------------------------------- */
.author-content-wrapper {
    margin: 40px auto;
    width: 85%;
    max-width: 1250px;
}

.author-content-top {
    font-size: 0;
    margin-bottom: 0px;
}

.author-image-wrapper {
    display: inline-block;
    /* float: left; */
    width: 300px;
}

.author-image {
    width: 100%;
    height: auto;
}

.author-inner-top-content {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 30px;
    vertical-align: top;
    width: calc(100% - 330px);
}

.author-inner-top-content.no-image {
    width: 100%;
    margin-left: 0;
}

.author-content-bottom {
    margin: 20px auto;
    width: 80%;
}

.author-inner-top-content h1 {
    color: #1153A3;
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
}

.author-inner-top-content p {
    color: #5D5D5D;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4em;
}

.author-inner-top-content p svg {
    margin-right: 2px;
    vertical-align: middle;
}

.author-inner-top-content a {
    color: #5D5D5D;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.4em;
}

a.author-back-btn {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 20px;
    display: block;
}

/* ARTICLE ------------------------------------------------------------------ */
.article-wrapper {
    margin: 0 auto 45px;
    width: 90%;
}

.article-wrapper .article-a {
    color: #4A4A4A;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.article-wrapper .article-type {
    color: #5D5D5D;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.article-wrapper .article-type span {
    margin: 0 10px;
}

.article-wrapper h1 {
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
    color: #1153A3;
}

.article-wrapper .article-top-share {
    margin-top: 20px;
}

.article-wrapper .type-tag {
    color: #4A4A4A;
}

.article-wrapper .article-title-a {
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
    /* margin-right: 20px; */
}

.article-wrapper .issue-tag {
    background-color: #FAAF84;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px;
    padding: 3px 10px;
}

.article-wrapper .issue-tag:hover {
    background-color: #FE650E;
    color: #fff;
}

.article-wrapper .share-p {
    display: inline-block;
    font-weight: 500;
    margin: 0;
}

.article-wrapper .share-p svg {
    vertical-align: text-top;
}

.article-wrapper .svg-a {
    display: inline-block;
    margin: 0 2px;
}

.article-wrapper .article-image {
    height: auto;
    margin: 30px 0 0;
    width: 100%;
}

.article-wrapper .article-body {
    margin: 50px auto;
    width: 90%;
}

.article-wrapper .article-body-bottom {
    margin: 20px 0;
}

.article-wrapper .article-body-bottom .issue-tag:first-of-type {
    margin-left: 0;
}

.article-wrapper .article-related-wrapper {
    font-size: 0;
    margin: 30px 0;
}

.article-wrapper .article-card-wrap {
    margin: 30px 0 50px;
    text-align: left;
}

.article-wrapper .article-card {
    display: inline-block;
    padding: 7px;
    text-align: left;
    vertical-align: top;
    width: 25%;
}

.article-wrapper h2 {
    color: #1153A3;
    font-weight: 700;
    font-size: 35px;
    line-height: 38px;
}

.article-wrapper .svg-a:hover #Shape {
    opacity: .7;
}

.article-wrapper .article-card .date-p {
    color: #828282;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

.article-wrapper .article-card .card-author-title {
    color: #828282;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.article-wrapper .article-card h2 {
    line-height: 33px;
}

a.article-h2-a {
    font-weight: 700;
    font-size: 25px;
    color: #1153A3;
    letter-spacing: 0;
}

.article-wrapper .article-card .type-tag {
    color: #828282;;
}

.article-wrapper .article-card .article-title-a {
    color: #828282;;
    margin-right: 0;
}

.article-wrapper .article-card .type-tag:hover,
.article-wrapper .article-card .article-title-a:hover {
    color: #FE650E;
}


/* IN THE NEWS TEMPLATE */
.in-news-page-wrapper {
    padding: 20px 0;
}

.in-news-page-wrapper h1 {
    color: #1153A3;
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
    color: #1153A3;
    margin-left: 10%;
    margin-bottom: 40px;
}

.in-news-page-wrapper .in-news-filter {
    /* opacity: 0.9; */
    /* background-image: linear-gradient(90deg, #95D2FF 0%, #5CA6FF 100%); */
    background-color: #5CA6FF;
    font-size: 0;
    padding: 30px 5%;
}

.in-news-page-wrapper .in-news-filter form {
    width: 100%;
    text-align: center;
}

.in-news-page-wrapper .in-news-filter form .in-news-input {
    border: none;
    border-left: 10px solid #1153A3;
    font-size: 16px;
    color: #4A4A4A;
    padding: 7px 15px;
    margin-right: 2%;
    min-width: 200px;
    width: 23.5%;
}

.chosen-container-single .chosen-single {
    border: none;
    border-left: 10px solid #1153A3 !important;
    border-radius: 0 !important;
    border-right: #fff !important;
    border-top: #fff !important;
    border-bottom: #fff !important;
    font-size: 16px;
    color: #4A4A4A;
    padding: 7px 15px;
    margin-right: 2%;
    min-width: 200px !important;
    height: 33px !important;
    background: #fff !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.chosen-container {
    display: inline-block;
    height: 33px !important;
    vertical-align: top !important;
}

.chosen-container-single .chosen-single span {
    margin-top: 4px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 7px !important;
}

/* .chosen-drop {
    width: 98% !important;
} */

.in-news-page-wrapper .chosen-container {
    width: 300px !important;
    margin-right: 30px;
}

.in-news-page-wrapper .in-news-filter form .filter {
    background: #FE650E;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-left: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease-in-out 0.4s;
    width: 300px;
}

.in-news-page-wrapper .in-news-filter form .filter:hover {
    background-color: #1153A3;
}

.in-news-page-wrapper .rdp-news-card-wrapper {
    padding: 30px 15% 70px;
}

.in-news-page-wrapper .rdp-news-card .rdp-card-first-p {
    font-size: 15px;
    color: #828282;
    margin: 5px 0;
    font-weight: 700;
}

.in-news-page-wrapper .rdp-news-card {
    margin: 20px 0 50px;
}

.in-news-page-wrapper .rdp-news-card .rdp-card-first-p .rdp-card-date {
    font-weight: 400;
}

.in-news-page-wrapper .rdp-news-card .rdp-card-first-p .rdp-card-line {
    margin: 0 10px;
}

.in-news-page-wrapper .rdp-news-card .rdp-card-tags {
    margin: 7px 0;
}

.in-news-page-wrapper .rdp-news-card .rdp-card-tags .issue-tag {
    background-color: #FAAF84;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 0 10px;
    padding: 0px 10px;
    transition: all ease-in-out 0.4s;
}

.in-news-page-wrapper .rdp-news-card .rdp-card-tags .issue-tag:hover {
    background-color: #FE650E;
    
}

.in-news-page-wrapper .rdp-news-card .rdp-card-tags .issue-tag:first-of-type {
    margin-left: 0;
}

/* ARTICLE LISTING PAGE ---------------------------------- */
.article-listing-card-wrapper {
    padding: 50px 12%;
}

.article-page-wrapper h1 {
    color: #1153A3;
    font-family: 'Abril Fatface', cursive;
    font-size: 50px;
    color: #1153A3;
    margin-left: 7%;
    margin-bottom: 30px;
}

.article-listing-card {
    border-left: 12px solid #5CA6FF;
    font-size: 0;
    margin: 60px 0;
    padding-left: 15px;
}

.article-listing-card .article-title-a {
    font-size: 16px;
}

.article-listing-card .article-listing-card-img-wrapper {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.article-listing-card .article-listing-card-img-right-wrapper {
    display: inline-block;
    width: calc(100% - 320px);
    margin-left: 20px;
}

.article-listing-card .article-listing-img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.article-listing-card .inline-p {
    display: inline-block;
    margin: 0;
}

.article-listing-card .article-card-date {
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    margin: 0;
    margin-bottom:10px;
}

.article-listing-card .article-listing-author {
    font-weight: 700;
    font-size: 18px;
    color: #828282;
    /* margin: 0 10px 0 0; */
}

.article-listing-card .article-listing-card-above-title {
    margin-bottom: 12px;
}

.article-listing-card-above-title .article-title-a {
    color: #828282;
}

.article-listing-card .cat-tag {
    background-color: #5CA6FF;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    /* margin: 0 0 0 10px; - add back when authors show */
    margin: 0 5px 5px 0;
    padding: 0px 10px;
}

.article-listing-card .cat-tag:hover {
    color: #fff;
    background-color: #1153A3;
}

.article-listing-card .issue-tag {
    background-color: #FAAF84;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px 5px 0;
    padding: 0px 10px;
}

.article-listing-card .issue-tag:hover {
    color: #fff;
    background-color: #FE650E;
}

.article-listing-card h2 {
    font-weight: 700;
    font-size: 25px;
    color: #1153A3;
}

.article-listing-card h2 a {
    text-decoration: none;
}

.article-listing-card .article-listing-summary-p {
    margin: 10px 0 0;
}

.article-listing-card .article-listing-summary-p p {
    margin: 0;
}

/* HOMEPAGE ----------------------------------------------------------------- */
.homepage-wrapper {
    width: 100%;
}

.homepage-hero {
    width: 100%;
    position: relative;
    background-size: cover;
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
}
.homepage-hero-wrapper {
    position: relative;
}
.homepage-hero.desktop {
    display: block;
}
.homepage-hero.mobile {
    display: none;
}
.main-content ul.slick-dots {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.main-content ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.main-content ul.slick-dots li.slick-active button:before {
    opacity: 1;
    border: #233F8A;
    color: #233F8A;
}
.main-content ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #000;
    border-radius: 50%;
    opacity: .7;
}

.main-content ul.slick-dots li.slick-active button {
    opacity: 1;
}

.main-content ul.slick-dots li button:before {
    font-size: 20px;
    color: #233F8A;
    opacity: .7;
}

.homepage-hero-inner {
    position: absolute;
    left: 10%;
    top: 165px;
    width: 60%;
}

.homepage-hero-inner h1 {
    font-weight: 700;
    font-size: 60px;
    color: #FE650E;
    background-color: #fff;
    display: inline;
    padding: 1px 10px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    /* line-height: 67px; */
    /* position: relative;
    z-index: 1; */
}

.homepage-hero-inner div {
    margin-top: 5px;

}

.homepage-hero-inner h2 {
    font-weight: 400;
    font-size: 22px;
    color: #FE650E;
    background-color: #fff;
    display: inline;
    padding: 10px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.5;
}

.homepage-wrapper .homepage-a {
    display: block;
    margin: 30px 0;
    background: #1153A3;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    max-width: 300px;
    padding: 15px 0;
    width: 100%;
}

.homepage-wrapper .homepage-a:hover {
    background-color: #FE650E;
    color: #fff;
}

.homepage-mailing-list {
    background-color: #5CA6FF;
    padding: 30px 5%;
    width: 100%;
}

.homepage-mailing-list h2 {
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
}

.homepage-mailing-list p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 5px 0 12px;
}

.homepage-mailing-list form {
    font-size: 0;
    margin-top: 15px;
}

.homepage-mailing-list form input {
    border: 1px solid #1153A3;
    border-left: 10px solid #1153A3;
    font-size: 16px;
    color: #4A4A4A;
    padding: 7px 15px;
    margin-right: 2%;
    width: 18%;
}

.homepage-mailing-list form input[type=submit] {
    background: #FE650E;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-left: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease-in-out 0.4s;
    border: none;
    margin-right: 0;
}

.homepage-mailing-list form input[type=submit]:hover {
    background-color: #1153A3;
}

.homepage-article-bottom {
    margin: 50px 7%;
}

.homepage-article-bottom .homepage-h2 {
    color: #1153A3;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0;
    font-size: 45px;
}

.homepage-inner p {
    width: 80%;
    margin: 20px auto;

}

.homepage-section {
    margin: 40px 0;
    font-size: 0;
}

.homepage-projects {
    font-size: 0;
}

.homepage-projects .projects-table {
    display: table;
    text-align: center;
    font-size: 0;
}

.homepage-projects .project-card {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 50px;
    position: relative;
    padding-bottom: 80px;
    text-align: left;
}

.homepage-projects .project-card h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1153A3;
    margin-bottom: 18px;
    line-height: 1.1em;
}

.homepage-projects .project-card p {
    font-size: 18px;
    color: #4A4A4A;
}

.homepage-projects .project-card a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-left: 8px solid #FAAF84;
    padding-left: 8px;
}

.home-article-listing {
    display: inline-block;
    width: 70%;
    padding-right: 5%;
}

.home-in-news {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.home-in-news .rdp-news-card {
    margin: 60px 0;
}

.home-in-news .rdp-card-tags {
    margin: 5px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.home-in-news .rdp-card-tags .issue-tag {
    background-color: #FAAF84;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    /* margin: 0 10px; */
    margin: 0 5px 5px 0;
    padding: 0px 10px;
}

.home-in-news .rdp-card-tags .issue-tag:hover {
    background-color: #FE650E;
}

.home-in-news .rdp-news-card .rdp-card-tags .issue-tag:first-of-type {
    /* margin: 0 10px 0 0; */
}

.home-in-news .rdp-card-first-p {
    font-size: 15px;
    color: #828282;
    margin: 5px 0;
    font-weight: 400;
}

.home-in-news .rdp-card-second-p {
    font-size: 15px;
    color: #828282;
    margin: 5px 0;
    font-weight: 700;
}

.home-in-news .rdp-news-card h2 {
    font-size: 25px;
    margin: 10px 0;
}

.homepage-section .homepage-a.orange-a {
    background-color: #FE650E;
    position: absolute;
    bottom: 0;
}

.homepage-section .homepage-a.orange-a:hover {
    background-color: #1153A3;
}

.homepage-article-news {
    position: relative;
    padding-bottom: 75px;
}

.in-news-page-wrapper .in-news-filter form .in-news-input:last-of-type {
    margin-right: 0;
}

.homepage-a.project-a {
    position: absolute;
    bottom: 0;
}

/* SEARCH ------------------------------------------------------------------- */
.search-wrapper {
    position: fixed;
    top: 50px;
    z-index: 300;
    left: 25%;
    width: 50%;
    padding: 20px;
    background-color: #FE650E;
    font-size: 0;
    display: none;
}

.search-wrapper form {
    display: inline-block;
    width: calc(100% - 40px);
}

.search-wrapper form input {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 15px;
    font-size: 18px;
    font-weight: 400;
    width: 65%;
}

.search-wrapper form input::placeholder {
    color: #fff;
}

.search-wrapper form input[type=submit] {
    width: 34%;
    margin-left: 1%;
    font-weight: 500;
    background-color: #fff;
    color: #FE650E;
    border-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}

.search-wrapper form input[type=submit]:hover {
    background-color: #1153A3;
    color: #fff;
}

.search-wrapper a {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 8px;
}

.search-wrapper a:hover svg {
    transition: all 0.8s ease-in-out;
    transform: rotate(90deg);
}

/* ARTICLE SEARCH?PAG ------------------------------------------------------- */
.pods-pagination-paginate {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.pods-pagination-paginate a,
.pods-pagination-paginate .page-numbers.current {
    font-size: 25px;
    margin: 0 6px;
    display: inline-block;
}

/* SEARCH-------------------------------------------------------------------- */
/* DATE PICKER */
.flatpickr-current-month .flatpickr-monthDropdown-months {
    border: 1px solid #1153A3 !important;
    border-radius: 30px !important;
    margin-right: 10px !important;
}

.flatpickr-current-month {
    color: #1153A3 !important;
}

.flatpickr-day.selected {
    color: #fff !important;
}

.flatpickr-current-month input.cur-year  {
    border: 1px solid #1153A3 !important;
    border-radius: 3px !important;
}

span.flatpickr-weekday {
    color: #1153A3 !important;
}

.flatpickr-months .flatpickr-prev-month svg, 
.flatpickr-months .flatpickr-next-month svg {
    fill: #1153A3 !important;
}

.flatpickr-day {
    color: #1153A3 !important;
}

.flatpickr-day.today {
    border-color: #1153A3 !important;
}

.flatpickr-calendar.animate.open {
    border-radius: 16px !important;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: #828282 !important;
}

.search-page-wrapper h1 {
    color: #1153A3;
    font-family: 'Abril Fatface', cursive;
    margin: 20px 0 20px 5%;
    font-size: 50px;
}

.search-form-wrapper {
    background-color: #5CA6FF;
    padding: 45px 0 25px;
    text-align: center;
}

.search-form-wrapper form {
    max-width: 1100px;
    margin: 0 auto;
}

.search-results-wrapper {
    width: 80%;
    margin: 30px auto;
}

p.search-from-p {
    display: inline-block;
    color: #fff;
    margin: 4px 0 0 0;
    width: 30px;
}

.search-form-wrapper input {
    border: none;
    border-left: 10px solid #1153A3;
    font-size: 16px;
    color: #4A4A4A;
    padding: 7px 15px;
    margin-right: 20px;
    min-width: 200px;
    width: 300px;
    vertical-align: top;
}

.search-form-wrapper input.flatpickr-input {
    width: 135px;
    min-width: 100px;
    margin-right: 0;
}

.search-form-wrapper input.search-btn {
    background-color: #FE650E;
    color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    margin-right: 0;
    cursor: pointer;
}

.search-form-wrapper input.search-btn:hover {
    background-color: #1153A3;
    transition: all 0.8s ease-in-out;
}

.article-listing-card .issue-tag.basic-page-tag {
    margin: 5px 0 0;
}

.pagination,
.custom-pagination {
    text-align: center;
}

.pagination a,
.custom-pagination a,
.custom-pagination .current {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
}

.pagination .current-page,
.custom-pagination .current {
    color: #2A2A2A;
}

.search-form-wrapper .chosen-container.chosen-container-single {
    width: 300px !important;
    margin-right: 20px !important;
    margin-bottom: 20px;
}

.search-form-wrapper .chosen-container.chosen-container-single:nth-of-type(2) {
    margin-right: 0 !important;
}

.search-form-wrapper input.flatpickr-input:first-of-type {
    margin-right: 25px;
}

.search-form-wrapper .chosen-container-single .chosen-single {
    width: 300px;
}

.search-form-wrapper-dates {
    width: 300px;
    display: inline-block;
    margin-right: 20px;
}

.bottom-search-div {
    margin-top: 20px;
}

.chosen-container-single .chosen-default {
    color: #4A4A4A !important;
}

form input::placeholder {
    color: #4A4A4A;
}

form textarea::placeholder {
    color: #4A4A4A;
}

.basic-page-wrapper input {
    border: 1px solid #1153A3 !important;
    border-left: 10px solid #1153A3 !important;
    font-size: 16px;
    color: #4A4A4A !important;
    padding: 7px 15px;
    max-width: 600px !important;
    display: inline-block;
}

.basic-page-wrapper textarea {
    border: 1px solid #1153A3 !important;
    border-left: 10px solid #1153A3 !important;
    font-size: 18px;
    color: #4A4A4A !important;
    padding: 7px 15px;
    resize: none;
    max-width: 600px;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #FE650E
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #FE650E;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-left: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all ease-in-out 0.4s;
    border: none;
    margin-right: 0;
    min-width: 150px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #1153A3;
    border: none;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #FAAF84;
    border-color: #FE650E;
    color: #000;
}

.wpforms-confirmation-container-full p:last-of-type, div[submit-success] > .wpforms-confirmation-container-full p:last-of-type {
    color: #000;
}

.fourofour {
    text-align: center;
    min-height: 60vh;
}

.fourofour a {
    color: #FE650E;;
    font-family: 'Abril Fatface', cursive;
}

.fourofour a:hover {
    color: #FAAF84;
}

/* FORMS -------------------------------------------------------------------- */
.support-wrapper header.at-title {
    display: none !important;
}

.support-wrapper form {
    font-family: 'Abril Fatface', cursive !important;
}

.at form .label-amount {

    font-family: 'Abril Fatface', cursive !important;
}

.support-wrapper .at form .label-amount>a {
    background-color: #5CA6FF;
    border-color: #5CA6FF;
}

.support-wrapper .at form .label-amount input[type="radio"]:checked+a {
    background-color: #1153A3 !important;
}

.support-wrapper .at form .label-amount:hover>a {
    background-color: #1153A3 !important;
}

.support-wrapper .at .btn-at-primary {
    background-color: #FE650E;
    font-family: 'Abril Fatface', cursive !important;
    font-size: 20px;
    min-width: 200px;
}

.support-wrapper .at .btn-at-link {
    background-color: #FAAF84;
    font-family: 'Abril Fatface', cursive !important;
    font-size: 20px;
    color: #fff !important;
    margin-right: 20px;
}

.support-wrapper .at .at-step.active {
    border-bottom-color: #1153A3;
}

.support-wrapper .at .btn-at-primary:hover {
    background-color: #FAAF84;
}

.support-wrapper .at .btn-at-link:hover {
    background-color: #ffd4bc;
}

.support-wrapper .at .at-step>*:before {
    line-height: 1.2rem;
    content: '' !important;
    background-color: transparent !important;
}

.support-wrapper .at form .label-amount input {
    font-family: 'Abril Fatface', cursive !important;
}

.support-wrapper .at form .label-amount input::placeholder {
    color: #fff !important;
}

.support-wrapper .at form .label-amount input:required {
    background-color: #bfd6f2 !important;
    color: #fff !important;
}

.support-wrapper select {
    border-color: #1153A3 !important;
}

/* HOMEPAGE FORM ------------------------------------------------------------ */
.homepage-mailing-list header.at-title {
    display: none !important;
}

.homepage-mailing-list .at fieldset legend {
    display: none !important;
}

.homepage-mailing-list .at-inner {
    background-color: transparent !important;
}

.homepage-mailing-list .ngp-form {
    max-width: 100% !important;
    margin: 0 auto;
}

.homepage-mailing-list .at fieldset legend {
    display: none;
}

.homepage-mailing-list #NVSignupForm523103 input {
    background-color: #fff;
    border-radius: 0;
    height: 50px;
    border: 1px solid #1153A3;
    border-left: 10px solid #1153A3;
    font-size: 16px;
    color: #4A4A4A;
    padding: 7px 15px;
}

.homepage-mailing-list #NVSignupForm523103 input::placeholder {
    color: #4A4A4A;
}

.homepage-mailing-list #NVSignupForm523103 .at-form-submit {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}

.homepage-mailing-list #NVSignupForm523103 .at-form-submit .at-submit {
    background-color: #FE650E;
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    background: #FE650E;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-left: none;
    transition: all ease-in-out 0.4s;
    border: none;
}

.homepage-mailing-list #NVSignupForm523103 .at-form-submit .at-submit:hover {
    background-color: #fff;
    border: none;
    background-color: #1153A3;
    cursor: pointer;
}

.homepage-mailing-list #NVSignupForm523103 .at-row.at-row-solo.EmailAddress {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 0;
    width: 24%;
}

.homepage-mailing-list #NVSignupForm523103 .at-text.FirstName {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 0;
    width: 24%;
}

.homepage-mailing-list #NVSignupForm523103 .at-text.LastName {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 0;
    width: 24%;
}

.homepage-mailing-list #NVSignupForm523103 .at-row.at-row-solo.PostalCode {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 0;
    width: 24%;
}

.homepage-mailing-list .at-text {
    color: transparent;
    font-size: 0;
}

.homepage-mailing-list .at-row>[class^="at-"] {
    margin: 0 !important;
    min-width: 100px !important;
}

.homepage-mailing-list .at-form-submit {
    padding: 0 !important;
}

.homepage-mailing-list .at-fieldset .ContactInformation,
.homepage-mailing-list .ngp-form .at,
.homepage-mailing-list .at fieldset:last-of-type {
    padding: 0 !important;
} 

.homepage-mailing-list .at-fieldset.ContactInformation {
    display:inline-block;
    min-width:0;
    width: 100%;
}

.homepage-mailing-list div.at-markup.UpdateMyProfile {
    display: none !important;
}

.homepage-mailing-list .at-row.FirstName.LastName {
    display: none !important;
}

.chosen-container-single .chosen-drop {
    max-width: 100% !important;
}

.at .error small.error {
    color: #fff !important;
}

.chosen-container .chosen-results {
    max-height: 315px !important;
}

a.search-filter-a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    margin: 0 auto;
}

a.search-filter-a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* Arthur card */
.relationship-wrap {
    font-size: 0;
    text-align: center;
}

.author-card {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 20px;
    transition: all ease-in-out 0.4s;
    /* text-align: ; */
}

.author-card img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.author-card h2 {
    margin: 10px 0 5px;
    font-size: 30px;
    transition: all ease-in-out 0.4s;
}

.author-card p {
    margin: 0;
    transition: all ease-in-out 0.4s;
}

.author-card:hover h2 {
    color: #FE650E;
}

.author-card:hover p {
    text-decoration: underline;
}

.author-card:hover img {
    opacity: .7;
    transition: .2s ease;
}

/* input[type=date] {
    text-align: right;
}

input[type="date"]:before {
    color: #2A2A2A;
    content: attr(placeholder);
    margin-right: 0.5em;
}

input[type="date"]:focus:before {
    content: '' !important;
}

 */

.homepage-twitter .inner {
    text-align: center;
}

.twitter-home-card {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 20px;
    text-align: left;
}

.twitter-home-card svg {
    vertical-align: middle;
    margin-right: 10px;
}

.post.error {
    min-height: 400px;
    text-align: center;
    padding-top: 50px;
}

.article-title-p {
    display: inline-block;
    font-weight: 400 !important;
    font-size: 18px;
    color: #4A4A4A !important;
    /* margin-right: 20px; */
}

.article-author-guest-search-wrapper {
    display: inline-block;
    margin-right: 20px !important;
}

.article-author-guest-search-wrapper span {
    margin-left: -3px;
}

.article-author-guest-search-wrapper span.and-span {
    margin-left: 2px;
}

.article-wrapper .article-card .card-author-title span {
    margin-left: -3px;
}

.article-listing-card-above-title span {
    font-size: 16px;
    margin-left: -3px;
    color: #828282;
}

.article-listing-card-above-title span.and-span {
    font-size: 16px;
    margin-left: 2px;
}

p.homepage-article-listing-p-margin {
    margin: -6px 0 7px;
}

.no-hover:hover {
    color: #828282 !important;
}

/* Visualizations */

/*---------------- Start Campaign Content Type ----------------*/

div#campaign-outer-wrap{
  padding: 40px 0px;
}

div.campaign-top-wrap{
  width: 90%;
  margin-left: auto;
}

/*div.campaign-info-wrap{
  font-size: 0px;
}*/

div.campaign-info-wrap{
  width: 90%;
}

div.campaign-info-left,
div.campaign-info-right{
  display: inline-block;
  vertical-align: middle;
}

div.campaign-info-left{
  margin-right: 40px;
}

div.campaign-info-right h2{
  font-family: 'Abril Fatface', cursive;
  font-weight: 400;
  font-size: 50px;
  color: #1153A3;
  letter-spacing: 0;
  line-height: 50px;
  margin: 0 0 12px 0;
}

div.campaign-info-right h3{
  font-weight: 500;
  font-size: 25px;
  color: #828282;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0 0 5px 0;
}

div.campaign-info-right p.issue-tags{
  font-weight: 500;
  font-size: 25px;
  color: #828282;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0px;
}

span.hidden-field{
  /*visibility: hidden;*/
  display: none;
  font-size: 0px;
  margin: 0px;
}


/*** Campaign Graph Section ***/

div.graph-wrap{
  position: relative;
  /*height: 800px;*/
  height: 95vh;
  /*z-index: 1000;*/
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}

div.graph-wrap-inner.mobile{
  display: none;
}

#cy{
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0%;
  right: 0%;
  border: 2px solid #1153A3;
}

#filters input[type="submit"]:hover {
  opacity: .7;
  transition: .2s ease;
  cursor: pointer;
}

/* Tooltip */

p.donor-name,
p.donor-sector,
p.donor-org,
p.donor-link,
p.donor-link a,
p.donor-link a:visited{
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.69px;
  color: #fff;
}

p.donor-link a,
p.donor-link a:visited{
  text-decoration: none;
  font-weight: 700;
}

p.donor-sector span{
  display: inline-block;
  margin-right: 5px;
}

p.donor-org span.donor-designation{
  display: inline-block;
  margin-left: 3px;
}


/* Filter Section */

span#c-down-arrow,
span#c-up-arrow{
  display: none;
  vertical-align: middle;
  transition: all .4s;
}

span#c-down-arrow img,
span#c-up-arrow img{
  max-width: 13px;
  display: block;
  transition: all .4s;
}

div.filter-search-wrap{
  position: relative;
  top: 0px;
  margin-left: auto;
  width: 25%;
}

div#search-wrap{
  /*position: absolute;*/
  position: static;
  /*top: 0px;
  left: -250px;
  width: 250px;*/
  /*font-size: 0px;*/
}

div#search-wrap form span{
  display: inline-block;
  width: 100%;
}

div#search-wrap input{
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: none;
  border-radius: 0px;
}

div#search-wrap input[type="text"]{
  width: 80%;
  height: 40px;
  padding: 0px;
  margin: 0px;
  border: 2px solid #1153A3;
  border-left-width: 10px;
  text-indent: 10px;
  /*border-right: none;*/
  font-size: 15px;
  /*width: 250px;*/
  width: 100%;
}

div#search-wrap input[type="submit"]{
  width: 20%;
  height: 40px;
  padding: 0px;
  margin: 0px;
  border: 2px solid #1153A3;
  border-left: none;
  background: url('../rdp/images/campaign/search_bar.png') no-repeat;
  background-position: center center;
  background-size: 20px;
  -webkit-appearance: none;
}

div#filter-sector{
  /*position: absolute;*/
  /*position: sticky;
  top: 20px;*/
  /*right: 0px;*/
  background-color: #fff;
  padding: 0px;
  border: 2px solid #1153A3;
  /*width: 300px;*/
  /*margin-left: auto;*/
}

div#filter-sector h2.mobile-only{
  display: none;
}

div#filter-sector h2{
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0px;
  background-color: #1153A3;
  text-align: center;
}

div#filter-inner{
  padding: 20px 20px;
  display: block;
}

div#filter-inner label span,
div#filter-inner input[type="checkbox"]{
  display: inline;
  vertical-align: middle;
}

div#filter-inner label span{
  /*-webkit-appearance: none;*/
  font-weight: 500;
  font-size: 20px;
  color: #1153A3;
  letter-spacing: 0;
}

div#filter-inner p{
  margin-top: 10px;
}

div#filter-inner p:first-child{
  margin-top: 0px;
}

h3#reset-btn{
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 38px;
  margin: 0px;
  background-color: #1153A3;
  text-align: center;
  margin-bottom: 1px;
}

h3#reset-btn:hover{
  cursor: pointer;
}

p.camp-select-deselect input[type="radio"]{
  margin: 0px !important;
}

p.camp-select-deselect label{
  margin-right: 4%;
}

/* Sector Colors */

/*div#filter-inner span#tech_text{
  color: #4A2040;
}

div#filter-inner span#healthcare_text{
  color: #35665C;
}

div#filter-inner span#oil_text{
  color: #A06800;
}*/


/* Typeahead Plugin Styles */

div.tt-menu{
  background-color: #fff;
  border: 2px solid #1153A3;
  width: 250px;
  font-size: 15px;
  text-indent: 10px;
}

div.tt-suggestion{
  padding: 10px 0px;
  color: #828282;
}

div.tt-suggestion.tt-cursor{
  background-color: #dce9f8;
}

/*---------------- End Campaign Content Type ----------------*/


/*---------------- Start Force Directed Graph Page ----------------*/

div.network-page-details{
  width: 90%;
  max-width: 1400px;
  margin: 40px auto 60px auto;
}

div.network-page-details h1{
  font-family: 'Abril Fatface', cursive;
  font-size: 50px;
  color: #1153A3;
  letter-spacing: 0;
  line-height: 50px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

div.network-page-details p{
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.69px;
  line-height: 23px;
}

div.force-directed-graph-wrap{
  position: relative;
  height: 800px;
  max-width: 1200px;
  margin:60px auto;
  overflow:scroll;
}

div.fdp-filter-search-wrap{
    position: relative;
    top: 0px;
    margin-left: auto;
    width: 25%;
    border: 2px solid #1153A3;
    height: 100%;
    overflow:scroll;
}

div#fdp-search-wrap{
    position: static;
}

div#fdp-search-wrap span{
  width: 100%;
}

div#fdp-search-wrap input{
  display: inline-block;
  vertical-align: top;
  outline: none;
  border: none;
  border-radius: 0px;
}

div#fdp-search-wrap input[type="text"]{
  width: 80%;
  height: 40px;
  padding: 0px;
  margin: 0px;
  border: 2px solid #1153A3;
  border-left-width: 10px;
  text-indent: 10px;
  /*border-right: none;*/
  font-size: 15px;
  width: 100%;
}

div#fdp-filter-sector, div#fdp-campaign-sec {
  background-color: #fff;
  padding: 0px;
}

div#fdp-filter-sector h2{
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0px;
  background-color: #1153A3;
  text-align: center;
  padding: 5px 0px 7px 0px;
}

/* Filter Section */

div.fdp-hide-inactive-sec-inner{
  padding: 10px 20px;
}

div#fdp-campaign-sec h2{
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0px;
  background-color: #1153A3;
  text-align: center;
  padding: 10px 0px 12px 0px;
}

div#fdp-campaign-sec h2:hover,
div#fdp-filter-sector h2:hover{
  cursor: pointer;
}

div#fdp-hide-inactive-sec{
  border: 2px solid #1153A3;
}

div#fdp-hide-inactive-sec label span{
  font-weight: 500;
  font-size: 20px;
  color: #5D5D5D;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}

div#fdp-all-camp-sec label span{
  font-weight: 500;
  font-size: 20px;
  color: #1153A3;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}

div.fdp-all-camp-sec-inner{
  padding: 10px 20px;
  border: 2px solid #1153A3;
  border-top: none;
}

div.fdp-all-camp-sec-inner p{
  margin-top: 10px;
}

span#sector-up-arrow,
span#camp-up-arrow{
  display: none;
}

span#sector-up-arrow img,
span#camp-up-arrow img,
span#sector-down-arrow img,
span#camp-down-arrow img{
  width: 15px;
}

div#fdp-camp-outer-wrap{
  display: none;
}

div#fdp-filter-sector div#filter-inner, div#fdp-campaign-sec div#filter-inner {
  display: none;
}

div#fdp-filter-sector div#filter-inner .filter-item, div#fdp-campaign-sec div#filter-inner .filter-item {
  display: none;
}

div#fdp-filter-sector{
  border-bottom: 2px solid #fff;
}

div#fdp-filter-sector h2 {
  border-top: 2px solid #fff;
}

p.select-deselect,
p.camp-select-deselect{
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  font-size: 15px;
}

div#filter-sec-inner,
div#camp-filter-inner-sec{
  margin-top: 10px;
}

/* Reset */

h3#f-reset-btn{
  font-weight: 500;
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0px;
  background-color: #1153A3;
  text-align: center;
  padding: 5px 0px 7px 0px;
}

h3#f-reset-btn:hover{
  cursor: pointer;
}

p.select-deselect input[type="radio"]{
  margin: 0px !important;
}

p.select-deselect label:first-child{
  margin-right: 4%;
}

span#zoom-out{
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 1000;
  display: none;
  padding: 10px 10px;
  font-size: 18px;
  color: #1153A3;
  font-weight: 700;
}

span#zoom-out:hover{
  cursor: pointer;
}


/*----------------- End Force Directed Graph Page ----------------*/

#filtertable {
  margin: 100px 0 0;
}
#filters {
  background: #5ca6ff;
  padding: 20px 0;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
#filters select {
  width: 250px;
  font-size: 20px;
  padding: 10px;
  border: 0;
  border-left: 10px solid blue;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0 20px;
  vertical-align: middle;

  display: inline-block;
}

.hidetr {
  display: none;
}

#filters input[type="text"] {
  width: 350px;
  font-size: 20px;
  padding: 10px;
  border: 0;
  border-left: 10px solid blue;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  vertical-align: middle;

  display: inline-block;
}
#filters input[type="submit"] {
  background: #FF650E;
  border: 0;
  padding: 10px;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  width: 200px;
  font-size: 20px;
}
#filtertable table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
}


#filtertable table th {
  /* border: 1px solid #000; */
  color: #5ca6ff;
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
}

#filtertable table tr:first-child {
  border: 0;
}

#filtertable table tr:first-child:hover {
  background: #fff;

}

#filtertable h2 {

  /* font-family: 'Abril Fatface', cursive; */
  font-weight: 400;
  font-size: 50px;
  color: #1153A3;
  letter-spacing: 0;
  line-height: 50px;
  width: 90%;
  margin-left: auto;
  margin-bottom: 20px;
}

#filtertable table tr:hover {
  background: #FFEFE6;
}

#filtertable table td {
  padding: 10px;
  font-weight: 500;
}

.disclaimerg {
  width: 100%;
  margin:20px auto;
  font-size:14px
}

#filtertable table tr {
  border: 1px solid #5ca6ff;
  border-collapse: collapse;
}

.nodonors {
  display: none;
}

#filters #bundlers {
  width: 100px;
  margin-left: 0;
}

div.campaign-info-right .poisection h2, div.campaign-info-left .poisection h2 {
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #1153A3;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 20px;
}

.poisection  {
  margin-top: 100px;
}

.poi-prev-work {
  border-bottom: 1px solid #828282;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.poi-prev-work h6 {
  font-weight: 500;
  font-size: 12px;
  color: #828282;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 0 0 30px;
}

.poi-prev-work li {
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1153A3;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 5px;
    list-style: none
}

.poi-prev-work li::before {
  content: "\2022";
  color: #828282;
  font-weight: bold;
  display: inline-block;
}

.poi-prev-work li span {
  position: relative;
  left: 15px;
}

.poi .campaign-info-right {
  width: 60%;
}

.poileft.campaign-info-left {
  width: 30%;
  margin: 0 0 0 8%;
  box-sizing: border-box;
  vertical-align: top;
}

.poileft.campaign-info-left .poisection {
  margin: 0 0 50px;
}

.poi-associated-campaign {
  border-bottom: 1px solid #1153A3;
}

.poi-body {
  font-weight: 500;
  font-size: 20px;
  color: #828282;
  letter-spacing: 0;
  line-height: 38px;
  margin: 40px 0 40px 0;
}

.sources a, .notes {
  font-weight: 500;
  font-size: 20px;
  color: #828282;
  letter-spacing: 0;
  line-height: 38px;
  margin: 40px 0 40px 0;
}

.notes p a {
  font-weight: 500;
  font-size: 20px;
  color: #828282;
  letter-spacing: 0;
  line-height: 38px;
  text-decoration: none;
}

.poi-associated-campaign a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1153A3;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 20px;
  text-decoration: none;
}

.poi-donation h6 {
  font-weight: 500;
  font-size: 12px;
  color: #828282;
  letter-spacing: 0;
  line-height: 30px;
}

.poi-donation {
  border-bottom: 1px solid #1153A3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.poi-donation a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1153A3;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-decoration: none;
}

.poi a:hover {
  opacity: .7;
  transition: .2s ease;
}

.page-id-145950 .basic-page-wrapper .the-content {
    margin: 40px 0%;
}

.campaign-logos {
    width:90%;
    margin:0 auto;
}

.campaign-logos a {
    display: inline-block;
    width: 30%;
    margin: 20px 0;
    vertical-align: middle;
    margin-right:2%;
}

.campaign-logos a:nth-child(3n+3) {
    margin-right:0;
}

.campaign-logos a img{
    width: 60%;
}

.campaign-logos a img:hover {
    cursor: pointer;
    opacity: .7;
    transition: .2s ease;
}

/* Advanced Search */

#beginsearch {
  margin-top:50px;
}

#beginsearch h2 {
  font-size:30px;
  line-height:35px;
  color:#1153A3;
  margin-bottom:4px;
}

#beginsearch p {
  font-size:24px;
  line-height:29px;
  color:#4A4A4A;
  font-weight:bold;
  margin-bottom:10px;
}

#searchtabs {
  border:solid 4px #7ebfff;
  border-radius:30px;
  display:inline-block;
  margin:25px 0;
}

#searchtabs a {
  text-decoration:none;
  border:solid 4px transparent;
  border-radius:30px;
  color:#c4d1e1;
  padding:8px 50px;
  display:inline-block;
  font-size:22px;
  font-weight:bold;
  cursor:pointer;
}

#searchtabs a.active {
  border:solid 4px #7ebfff;
  border-right:solid 4px #7ebfff;
  color:#ffffff;
  background-color:#1152a2;
}

#searchtabs a:first-child {
  margin-left:-2px;
  border-right-width:6px;
}

#searchtabs a:last-child {
  margin-right:-2px;
  border-left-width:6px;
}

#advancedsearch {
  display:block;
  padding:30px 5%;
  background-color:#7ebfff;
}

#advancedsearch label {
  color:#ffffff;
  font-size:18px;
  line-height:24px;
  display:inline-block;
  vertical-align:top;
  font-weight:bold;
  position:relative;
  top:8px;
  margin-right:12px;
}

#advancedsearch input.advancedsubmit {
  color:#ffffff;
  background-color:#ff650f;
  font-size:16px;
  padding:10px 70px;
  border:none;
  width:auto;
  font-weight:bold;
  margin-bottom:0;
  display:block;
  margin-top:30px;
  cursor:pointer;
}

#advancedsearch .advancedfields {
  display:inline-block;
  vertical-align:top;
}

#advancedsearch .searchfields {
  display:none;
}

#advancedsearch .searchfields.active {
  display:block;
}

#beginsearch .searchfields.campaign_field p {
    font-size:14px;
    float:right;
}

.main-content .select2 ul li, .main-content .select2 ol li {
    margin:0;
    padding:0;
    width:auto;
}

#advancedsearch .select2-container--default .select2-selection--multiple,
#advancedsearch .select2-container--default .select2-selection--single {
    border-radius:0;
    border:none;
}

#advancedsearch .select2-container .select2-selection--multiple,
#advancedsearch .select2-container .select2-selection--single {
    min-height:40px;
    border-left:solid 10px #1152a2;
}

#advancedsearch .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top:5px;
}

#advancedsearch input {
    outline:none !important;
}

.tippy-popper {
    pointer-events:auto !important;
    z-index:1000000 !important;
}

.candidate-link a {
    color:#ffffff;
    text-decoration:none;
}

p.candidate-name,
p.candidate-link
{
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.69px;
  color: #fff;
}

p.candidate-link {
    font-size:16px;
}



.support-wrapper {
    height: 550px;
    margin: 30px auto;
}

.ribbon-donation-embed-container {
    margin: 0 auto;
    height: 500px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
input#input-25 {
    border: unset !important;
}

#donation-embed[data-v-78155092] {
    max-width: 800px !important;
}