/* Staff and expert page */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

.background-image {
    /*background-image: url('../images/Mask Group 149.svg'), url('../images/Mask Group 125.svg');*/
    background-image: url('../images/Mask Group 149.svg');
    background-repeat: repeat-y;
    background-position: right; 
    background-size: 150px;
}

.background-image-hor {
    /*background-image: url('../images/Mask Group 149.svg'), url('../images/Mask Group 125.svg');*/
    background-image: url('../images/Mask Group 125.svg');
    background-repeat: repeat-x;
    background-position: bottom; 
    background-size: 700px;
}

:active {
    --color-Primary: transparent; 
    --color-Primary-dark: transparent;
    --color-Primary-light: transparent;
    --color-Secondary: transparent;
    --color-Secondary-dark: transparent;
}

/* Styles page */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Merriweather Sans', sans-serif; */
    font-family: 'Merriweather', serif;
    margin: 25px 0;
    font-weight: 700;
}

h1 {
    color: #40AFA1;
    font-size: 55px;
    line-height: 60px;
}

h2 {
    color: #004FA7;
    font-size: 45px;
    line-height: 50px;
}

h3 {
    color: #004FA7;
    font-size: 40px;
    line-height: 45px;
}

h4 {
    color: #004FA7;
    font-size: 35px;
    line-height: 40px;
}

h5 {
    color: #004FA7;
    font-size: 30px;
    line-height: 35px;
}

h6 {
    color: #004FA7;
    font-size: 25px;
    line-height: 30px;
}

p {
    color: #282828;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 19px;
    line-height: 28px;
}

a {
    color: #4998F2;
}

a:hover {
    color: #FF8740;
}

blockquote {
    background-image: url('../images/quotation Marks.png');
    background-repeat: no-repeat;
    background-size: 46px;
    padding: 10px 50px 15px;
    margin: 15px 30px;
}

blockquote p {
    margin: 5px 0;
}

.main-container ul {
    list-style: disc;
    margin: 20px 0px;
    margin-left: 40px;
}

.main-container ol {
    margin: 20px 0px;
    margin-left: 40px;
}

.main-container ul li,
.main-container ol li {
    margin: 5px 0;
    /*color: #282828;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 19px;
    line-height: 28px;*/
}

.main-container .wrapper-div ul li,
.main-container .wrapper-div ol li{
    margin: 5px 0;
    color: #282828;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 19px;
    line-height: 28px;
}

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

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

.wrapper-div {
    padding: 30px 5%;
    width: 100%;
}


.mobile-down-arrow img {
    height: 14px !important;
    float: right;
    margin-right: 32px;
    margin-top: 4px;

}

.sub-menu .sub-menu .mobile-down-arrow {
    display: none;
}

img.banner-svg {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 230px;
    /* width: 100%; */
}

.profiles {
    margin-bottom: 75px;
}

/* banner */
.banner-div {
    height: 228px;
    position: relative;
}

.banner-h1 {
    position: absolute;
    bottom: 22%;
    left: 14%;
    font-size: 40px;
    color: #fff;
    font-family: var(--font-Display);
    z-index: 3;
}

.banner-div img {
    height: 228px;
    width: 100%;
}

/* staff nav */
#staff-nav-wrapper {
    margin-right: 10%;
    padding-left: 5%;
}

.staff-nav {
    text-align: center;
    position: relative;
    margin: 30px 0;
}

.staff-nav:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #004fa7;
    z-index: 1;
}

.staff-nav:before {
    z-index: 1;
}

.tab {
    position: relative;
    z-index: 0;
    border: 2px solid #808099;
    border-bottom: none;
    padding: 0 10px;
    display: inline-block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 8px;
    padding: 0 20px;
    color: #808099;
}

.tab.selected-tab {
    border-color: #004fa7;
    z-index: 2;
    border-bottom-color: #FFF;
    background-color: #fff;
    padding-bottom: 1px;
    padding-top: 5px;
    color: #004fa7;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: scale(1.2);
    margin: 3px -5px;
}


/* staff search */
#filter-staff-article {
    margin: 0 7%;
    padding-top: 10px;
    border-top: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
}

.select-div p {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    color: #7F7F7F;
}

.select-div .clear {
    color: #99a1a7;
}

.select-div .active-select {
    color: #7F7F7F;
    font-weight: bold;
    cursor: pointer;
}

.select-div .active-select:hover {
    color: #FFD100;
}

.filter-div {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 10px;
}

.filter-span {
    color: #FFD100;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 4px;
}

.filter-p {
    color: #004FA7;
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
}

.filter-p span {
    vertical-align: super;
    margin-left: 6px;
}

/* staff listing */
.staff-content-wrapper {
    width: 85%;
    padding-bottom: 49px;
}

.filter-p input[type="Checkbox"]{
	-webkit-appearance: none;
	background-color: #FFD100;
	/*border: 1px solid #cacece;*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	/*border-radius: 3px;*/
	display: inline-block;
	position: relative;
	border-radius: 50%;
}

.filter-p input[type="Checkbox"]:active,
.filter-p input[type="Checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.filter-p input[type="Checkbox"]:checked {
	background-color: #FFD100;
	/*border: 1px solid #adb8c0;*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.filter-p input[type="Checkbox"]:checked:after {
	content: '\2714';
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 2px;
    color: black;
}
.staff-div {
    width: 80%;
    margin: 5% auto;
}

.staff-img-div {
    height: 150px;
    -webkit-clip-path: circle();
    clip-path: circle();
    width: 150px;
    margin: auto;
}

.staff-img-div img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    height: 100%;
    width: 100%;
    background-color: #000033;
    mix-blend-mode: screen;
    z-index: 10;
    opacity: 1;
}

.wrapper-accent {
    position: relative;
    width: 180px;
    height: 180px;
    margin: auto;
}

.picture-large {
    object-fit: contain;
}

.staff-grid {
    width: 95%;
    padding: 0 25px;
}

h5.staff-name {
    font-size: 20px;
    margin: 0;
    line-height: 18px;
}

.staff-name-job {
    text-align: center;
}

.regular-staff {
    width: 30%;
    margin: 25px 1%;
    display: inline-block;
    vertical-align: top;
}

.staff-img-container img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%) contrast(1.3);
}

.staff-img-container img.staff-member-img-placeholder {
    filter: grayscale(0%) contrast(1);
}

@keyframes color-change {
    0% {
        fill:#1360AD;
    }

    25% {
        fill: #246791;
    }

    100% {
        fill: #40AFA1;
    }
}

@keyframes circle {
    0% {
        left: 11px;
        top: 54px;
        transform: rotate(156deg);
    }

    12% {
        left: 4px;
        top: 37px;
        transform: rotate(168deg);
    
    }

    20% {
        left: 15px;
        top: -12px;
        transform: rotate(203deg);
    }

    35% {
        left: 21px;
        top: -25px;
        transform: rotate(218deg);
    }

    45% {
        left: 78px;
        top: -49px;
        transform: rotate(269deg); 
    }

    55% {
        left: 93px;
        top: -46px;
        transform: rotate(279deg);   
    }
    
    65% {
        left: 113px;
        top: -40px;
        transform: rotate(297deg);
    }

    75% {
        left: 133px;
        top: -22px;
        transform: rotate(319deg);    
    }

    100% {
        left: 148px;
        top: 29px;
        transform: rotate(360deg);
    } 
}

#Shape {
    fill: #001C7A; 
}

#accents{
    position: absolute;
    left: 56px;
    top: 95px;
    transform: rotate(103deg);
}

.wrapper-accent:hover #Shape,
.card-width #Shape,
.single-staff-container #Shape {
    fill: #40AFA1;
    animation-name: color-change;
    animation-duration: .2s;
    animation-timing-function: ease-out; 
}

.wrapper-accent:hover img,
.select-img img {
    filter: grayscale(0%);
    transition: .2s ease;
}

.staff-img-div:hover:before {
    background: transparent;
}

.wrapper-accent:hover #accents,
.card-width #accents,
.single-staff-container #accents {
    animation-name: circle;
    animation-duration: .3s;
    animation-timing-function: ease-out; 
    left: 148px;
    top: 29px;
    transform: rotate(360deg);
}

h5.staff-name a {
    color: #000155;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.19px;
    margin-top: 0;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Merriweather', serif;
}

h5.staff-job {
    color: #000155;
    margin: 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 2px;
}

.card-name-div h5.staff-name,
.card-name-div h5.staff-job{
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.26px;
}

body.page-id-121 .card-name-div h5.staff-job{
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
}

.card-name-div h5.staff-job{
    margin-top: 5px;
}

/* card */
.card-name-div {
    display: inline-block;
}

.card-social-links {
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 11%;
    vertical-align: top;
    padding-top: 14px;
}

.card-display-block {
    display: inline-block;
    margin-left: 4%;
}

.card-width {
    width: 100% !important;
}

/* .excerpt-div {
    display: none;
} */

.card-name-div h5 {
    font-size: 20px;
    color: #000033;
}

.card-p {
    color: #656565;
    margin-bottom: 7px;
    font-family: var(--font-Display);
}

.card-social-links a svg {
    margin-right: 16px;
    width: 29px;
    height: 20px;
    transition: all 0.5s ease-in-out;
}

.card-social-links a:hover svg {
    transform: scale(1.1);
}

.staff-img-container a {
    color: #FF8740;
    font-weight: bold;
}


.card {
    display: inline-block;
    width: 65%;
    margin-left: 2%;
    min-height: 156px;
    vertical-align: top;
    display: none;
}

.toggle-inline-block {
    display: inline-block;
}

/* single-card */
.single-staff-container {
    width: 70%;
    padding: 25px 0;
    margin: 0 auto;
}

.single-staff-img-container {
    display: inline-block;
    width: 30%;
}

.single-card {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin-top: 35px;
    border-bottom: #D7D7D7 1px solid;
    padding-bottom: 35px;
}

.single-card p {
    margin: 10px 0;
    color: #656565;
    font-weight: 300;
}

.single-card p a:hover {
    color: #FFD100;
}

.single-card a {
    color: #FF8740;
    text-decoration: underline;
    font-style: italic;
}

a.read-more-btn {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

a.read-more-btn:hover {
    color: #FFD100;
}

.single-card .card-social-links {
    float: right;
}

.single-card .card-social-links a {
    text-decoration: none;
}

.single-staff-page {
    padding: 10px 0 100px;
}

.featured-outer-div {
    background-color: #009482;
    color: #fff;
    width: 80%;
    border-bottom-left-radius: 92px;
    padding: 10px 75px;
    margin: 20px 0 35px auto; 
    position: relative;
}

.featured-h1-hr {
    width: 108px;
    position: absolute;
    left: 0;
    border-top: 1px solid #fff;
    background-color: transparent;
}

.featured-h1-hr::after {
    content: "";
    width: 8px;
    height: 8px;
    clip-path: circle();
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.featured-h2 {
    padding-left: 50px;
    font-size: 25px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
}

.featured-h3 {
    font-size: 26px;
    margin: 0 0 9px;
    width: 75%;
    display: block;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
}

.featured-date {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.featured-hr {
    width: 75%;
    height: 0.5px;
}

.featured-img-line {
    position: absolute;
    right: 118px;
    bottom: 35px;
}

.more-work-div {
    width: 100%;
}

.more-work-p {
    color: #009482;
    margin-left: 29%;
    margin-bottom: -7px;
}

.work-by-h2 {
    color: #009482;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 3px;
}

.work-by-left-hr {
    border-top: 1px solid #009482;
    display: inline-block;
    width: 26%;
    margin: 8px 5px;
}

.work-by-left-hr::after {
    content: "";
    width: 8px;
    height: 8px;
    clip-path: circle();
    background-color: #009482;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.darkblue::after {
    background-color: #004FA7;
}

.work-by-right-hr {
    border-top: 1px solid #009482;
    display: inline-block;
    /*width: 55%;*/
    width: 60%;
    margin: 8px 5px;
    margin-right: -10%;
    margin-left: 0px;
}

.work-by-right-hr::before {
    content: "";
    width: 8px;
    height: 8px;
    clip-path: circle();
    background-color: #009482;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.card-listings {
    width: 55%;
    margin: 10px 21% 30px auto;
}

.work-by-card {
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 10px;
}

.work-by-card-h2 {
    color: #000155;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    font-weight: 300;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.work-by-card-h2:hover {
    color: #FF5F00;
}

.work-by-card-p {
    font-size: 12px;
    color: #7F7F7F;
    text-transform: uppercase;
    font-family: var(--font-Display);
}

.work-by-card-span {
    font-weight: bold;
    font-family: var(--font-Primary);
}

.darkblue-p {
    color: #004FA7;
    margin-left: 27.5%;
    font-size: 14px;
}

.darkblue {
    color: #004FA7;
    border-color: #004FA7;
    font-size: 22px;
}

.in-news-outer-div {
    margin: 30px auto 50px 0;
    padding: 50px 0 30px;
    border-bottom-right-radius: 80px;
    background-color: #F8F8F8;
    width: 85%;
}

.purple {
    color: #000155;
    border-color: #000155;
    font-weight: 500;
}

.in-news-display-section {
    width: 70%;
    margin: 10px 10% 10px auto;
}

.in-news-card {
    width: 100%;
    border-bottom: 1px dashed #7F7F7F;
    margin: 15px 0;
}

#in-news-svg {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 15px;
}

.in-news-card-right {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin-top: 10px;
    padding: 0 25px;
}

.in-news-card-right h2 {
    font-size: 25px;
    color: #000155;
}

.in-news-p {
    font-style: italic;
    color: #7F7F7F;
    margin-bottom: 25px;
    margin-top: 5px;
}

.in-news-span {
    font-weight: bold;
}

.see-mentions {
    display: block;
    margin: 30px auto 25px;
    text-align: center;
    width: 300px
}

.see-mentions-p {
    color: #808099;
    font-size: 12px;
    margin-bottom: -3px;
}

.see-mentions-bold {
    font-size: 15px;
    color: #808099;
    text-transform: uppercase;
    font-weight: bold;
}

.see-mentions-hr {
    border-bottom: 1px solid #808099;
    margin-top: 5px;
}

.beat-press-outer {
    width: 90%;
    margin-left: auto;
    background-color: #000033;
    color: #009482;
    position: relative;
    padding: 20px 0 30px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}

.beat-press-hr {
    border-bottom: 1px solid #009482;
    height: 1px;
    width: 85%;
    margin-left: auto;
    margin-top: 19px;
    margin-bottom: 20px;
}

.beat-press-img {
    position: absolute;
    right: 0;
    top: -16px;
}

.beat-press-name {
    display: inline-block;
    width: 28%;
    margin-left: 10%;
}

.beat-press-name h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 28px;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
    color: #009482;
}

.beat-press-name h2 span {
    font-style: normal;
}

.beat-press-about {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.beat-press-about p {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    padding: 0 10px;
}

.beat-press-about p span {
    font-style: italic;
}

.beat-press-btns {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 3px;
    text-align: center;
}

a.subscribe-btn:hover{
    color: #000033;
}

.bp-btn {
    border: 3px solid #009482;
    border-radius: 25px;
    color: #009482;
    display: inline-block;
    height: 45px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    width: 115px;
}

.subscribe-btn {
    background-image: url('../images/blue-btn.png');
    background-color: #81C9C0;
    color: #fff;
    background-size: cover;
    position: relative;
}

.green-btn-shadow {
    position: absolute;
    height: 50px;
}

.patreon-btn {
    margin-left: 10px;
}

/* menus */
.main-header {
    width: 100%;
    border-bottom: 1px solid #000033;
}

.main-logo-outer {
    position: absolute;
    top: 18px;
    left: -112px;
    height: 83px;
    z-index: 10;
}

.main-logo-outer a{
    height: 83px;
    display: inline-block;
}

.main-logo {
    height: 100%;
}

div.recent-post-bottom-item h2 a {
    font-weight: 300;
}


.main-social-links {
    width: 75%;
    margin-left: auto;
    background-image: url('https://cepr.net/wp-content/themes/cepr/images/header-desktop_background.svg');
    /* border-bottom: 1px solid #7F7F7F; */
}

.main-social-links-inner {
    margin-left: auto;
    width: 220px;
    padding: 20px 0 13px;
    margin-right: 40px;
    text-align: right;
}

.outer-tweeter {
    display: inline-block;
    position: relative;
}

.header-twitter-svg {
    height: 21px;
    width: 25px;
}

.header-facebook-svg {
    height: 20px;
    width: 20px;
}

.header-facebook-a,
.header-twitter-a {
    vertical-align: sub;
    margin-right: 10px;
    display: inline-block;
}

/*.header-twitter-a {
    position: relative;
}*/

.twitter-drop {
    background: #000033;
    position: absolute;
    z-index: 1000;
    padding: 10px;
    /*right: 10%;*/
    display: none;
    width: 200px;
    right: 0%;
}

.twitter-dropdown-option {
    color: #fff;
    display: block;
    margin: 7px;
    padding: 0 3px;
    font-weight: 700;
}

.twitter-dropdown-option:hover {
    color: #FF5F00;
    /* color: #FFD100; */
}

.outer-tweeter:hover .twitter-drop{
    display: block;
}

.header-es-a {
    border: 2px solid #000033;
    background-color: #fff;
    color: #000033;
    border-radius: 15px;
    padding: 2px 4px 2px 8px;
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
}

.header-donate-a {
    background-color: #FFD100;
    color: #000033;
    border: 2px solid #000033;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 18px;
}

.header-hr {
    color: #C6C6C6;
    border-top: 1px solid #C6C6C6;
    height: 1px;
    margin: 0 0 0 auto;
    width: 50%;
}

.main-nav {
    position: relative;
    margin-left: auto;
    margin-right: 20px;
    padding: 15px 0;
    /* border-bottom: 1px solid #000033; */
    width: 100%;
}

.nav {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 40px;
}

ul.sub-menu {
    position: absolute;
    z-index: 5;
    left: 0;
}

.main-link {
    display: inline-block;
    /* text-transform: uppercase; */
    margin-right: 4%;
    font-family: var(--font-Primary);
}

.main-link a {
    color: #000033;
}

.main-link a:hover {
    color: #004FA7;
}

/*.main-dropdown a:first-child span:first-of-type,*/
.main-dropdown a:first-child{
    background-image: url('../images/ios-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-right: 20px;
}

.sub-menu {
    display: none;
}

/*.main-dropdown:hover a:first-child span:first-of-type,*/
.main-dropdown:hover a:first-child{
    background-image: url('../images/ios-arrow-up.svg');
    background-position: right -1px;
}

.menu-item:hover .sub-menu {
    display: block;
    width: 100%;
    background-color: #000033;
    text-align: right;
    padding-top: 20px;
}

ul.sub-menu a {
    color: #fff;
}

ul.sub-menu a:hover {
    color: #fff;
}

.first-drop {
    background-image: url('../images/Oval\ 2.png');
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left 6px;
    display: inline-block;
    width: 300px;
    text-align: left;
    position: relative;
    /* text-transform: capitalize; */
    height: 250px;
}

.first-drop .sub-menu li {
    width: 300px;
    display: block;
    text-align: left;
    padding-left: 19px;
    border-left: 2px solid #004FA7;
    margin-left: 4px;
}

.first-drop .sub-menu li a {
    /* text-transform: capitalize; */
    color: #FF8740 !important;
}

.first-drop .sub-menu li a:hover {
    color: #FFD100 !important;
}

.more-first-drop {
    background-image: url('../images/Oval\ 2.png');
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left 6px;
    display: inline-block;
    width: 24%;
    text-align: left;
    position: relative;
    /* text-transform: capitalize; */
    vertical-align: top;
    height: 475px;
}

.more-first-drop .sub-menu li {
    background-color: #000033;
    width: 80%;
    display: block;
    text-align: left;
    padding-left: 19px;
    border-left: 2px solid #004FA7;
    margin-left: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.image-above span.menu-image-title {
    margin-top: 20px;
}

.more-first-drop .sub-menu li a:hover {
    color: #FFD100 !important;
}

a.readmoresubmenu {
    display: block;
    font-size: 14px;
    color: #FF8740 !important;
    font-weight: 700 !important;
}

.orange-a a {
    color: #FF8740 !important;
}

li.no-hover a span:hover {
    color: #fff !important;
}

.header-facebook-a:hover #logo-facebook, 
.header-twitter-a:hover #Report_share_mobile {
    fill: #FF5F00;
}

.header-es-a:hover {
    background-color: #000033;
    color: #FFD100;
}

.header-donate-a:hover {
    background-color: #000033;
    color: #FFD100;
}

.search-btn {
    height: 24px;
    width: 25px;
    display: inline-block;
    background-image: url('../images/ios-search.svg');
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
}

/*.search-btn:hover {
    background-image: url('../images/x.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 25px;
}*/

.search-div {
    width: 100%;
    background-color: #000033;
    height: 200px;
    display: block;
    padding-top: 75px;
    background-image: url('../images/Searchbackground.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 181px;
    z-index: 3;
    position: absolute;
    display: none;
}

.search-div-fixed {
    width: 100%;
    background-color: #000033;
    height: 200px;
    display: block;
    padding-top: 75px;
    background-image: url('../images/Searchbackground.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 181px;
    z-index: 3;
    position: absolute;
    display: none;
    top: 39px;
}

.outer-search {
    display: initial;
}

/*.outer-search:hover .search-div-fixed {
    display: block;
}*/

.mobile-outer-search {
    display: inline-block;
}

.mobile-wrap {
    position: relative;
}

.mobile-search-div {
    display: none;
    background-color: #000033;
    width: 100%;
    position: absolute;
    top: 61px;
    height: 200px;
    z-index: 3000;
    padding-top: 75px;
    border-bottom: 2px solid #009482;
}

.background-color-purple span.mobile-menu-text {
    color: #fff;
    top: 4px;
}

input.search-input {
    width: 500px;
    /*margin: auto;
    display: block;*/
    font-size: 17px !important;
    line-height: 25px;
    border-radius: 21px;
    /*background-image: url('../images/ios-search.svg');
    background-repeat: no-repeat;
    background-position: right 7px center;*/
    padding: 5px 13px;
    border: none;
}

.mobile-header {
    display: none;
}

.desktop {
    z-index: 31;
    position: relative;
    background-color: #fff;
}

.fixed-desktop-nav {
    background-color: #000033;
    color: #fff !important;
    top: 0;
    width: 100%;
    /*position: fixed;*/
    padding: 11px 0;
    z-index: 10;
    border-bottom: 2px solid #004FA7;
}

.fixed-nav {
    padding: 24px 0 5px;
    margin-top: -50px;
}

.fixed-nav a {
    color: #fff;
}

.fixed-logo {
    position: relative;
    z-index: 2;
    left: 39px;
    top: 7px;
}

.fixed-nav .search-btn {
    background-image: url('../images/white-ios-search.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

/*.fixed-nav .search-btn:hover {
    background-image: url('../images/whitex.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}*/

/*.fixed-nav a:hover {
    color: #FF8740;
}*/

.fixed-nav .main-dropdown a:first-child span:first-of-type {
    background-image: url('../images/whitedownarrow.png');
    background-repeat: no-repeat;
    background-position: right 6px;
    padding-right: 20px;
    background-size: 12px;
}

/*.fixed-nav .main-dropdown a:hover:first-child span:first-of-type {
    background-image: url('../images/orangeuparrow.png');
}*/

.fixed-nav li.main-dropdown:hover > a:first-child span:first-of-type{
    background-image: url('../images/orangeuparrow.png') !important;
}

.fixed-nav li.main-dropdown:hover > a,
.fixed-nav li:hover > a{
    color: #FF8740;
}

/* footer */
.main-footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #000033;
    padding: 35px 0 0;
    margin-bottom: 100px;
}

.footer-content {
    width: 70%;
    margin: 0 auto;
}

.footer-left {
    display: inline-block;
    width: 40%;
}

.footer-logo {
    height: 3rem;
}

.footer-p {
    margin-top: 10px;
}

.footer-nav {
    display: inline-block;
    width: 49%;
}

.footer-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    width: 67%;
    display: inline-block;
    margin: 10px 0;
}

.footer-link a {
    color: #000033;
    text-decoration: none;
}

.footer-link:nth-of-type(odd) {
    width: 30%;
}

.footer-nav ul {
    margin-left: 0;
}

.footer-social-a {
    text-decoration: none;
}

.footer-social-div {
    height: 30px;
    margin-top: 20px;
}

.footer-social-a:first-of-type {
    margin-right: 15px;
}

.svg-size {
    height: 25px;
}

.footer-image {
    position: absolute;
    right: -91px;
    bottom: -79px;
    z-index: 1;
    height: 341px;
}

.footer-license-div {
    padding: 20px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    background-color: #fff;
    color: #004FA7;
    width: 100%;
    border-top: 1px solid #004FA7;
    margin-top: 35px;
    position: absolute;
}

.footer-license-div p {
    font-size: 12px;
    line-height: 20px;
}

.footer-license-div a {
    color: #FF8740;
    text-decoration: underline;
}

/* ERROR PAGE --------------------------------------------------------------- */
.error-wrapper {
    padding: 50px 25px 100px;
    text-align: center;
}

.error-h1 {
    color: #80C9C0;
    font-size: 65px;
    font-weight: bold;
}

.error-title {
    color: #656565;
    font-size: 25px;
    font-weight: bold;
}

.error-p {
    color: #656565;
    font-size: 20px;
}

.error-a {
    color: #004FA7;
    font-weight: bold;
    text-decoration: underline;
}


/* SIGN UP FORM ------------------------------------------------------------- */
.sign-up-wrapper {
    width: 100%;
    padding-bottom: 75px;
}

.upper-sign-up-section {
    background-image: url('../images/sign-up-page/Yellow_Texture_5.png');
    background-size: 500px;
    background-position: center right 50px;
    background-repeat: no-repeat;
    margin: 0 auto 0 0;
    padding: 100px 0 0 0;
    width: 80%;
}

.sign-up-h1 {
    color: #000155;
    font-size: 42px;
    position: absolute;
    top: -44px;
    left: 38%;
    z-index: 2;
    margin-top: 0;
}

.sign-up-h2 {
    background-image: url('../images/sign-up-page/blueline2.png');
    background-repeat: no-repeat;
    background-size: calc(100% - 320px);
    background-position: right;
    color: #001C7A;
    font-weight: 500;
    font-size: 30px;
    margin-left: auto;
    width: 85%;
}

.sign-up-upper-div {
    background-color: #FFE880;
    border-bottom-right-radius: 103px;
    position: relative;
    min-height: 150px;
    padding: 25px 0;
    width: 100%;
}

.sign-up-img {
    display: inline-block;
    position: absolute;
    height: 265px;
    top: -48%;
    left: 7%;
}

.outer-p-div {
    display: inline-block;
    width: 40%;
    margin-left: 45%;
}

.sign-up-p {
    color: #000033;
    font-weight: 300;
}

.main-sign-up-section {
    width: 100%;
    padding: 30px 0 50px;
}

.main-sign-up-section-inner {
    width: 55%;
    margin: 10px auto;
}

.sign-up-form-top-p {
    color: #001C7A;
    font-size: 14px;
    line-height: 12px;
}

.required-p {
    color: rgba(124, 125, 167, 1);
    font-size: 9px;
    font-weight: bold;
}

.required-p span {
    color: #FF5F00;
}

.sign-up-form {
    width: 100%;
    margin: 10px auto;
}

.text-label {
    display: block;
    color: #004FA7;
    font-size: 12px;
    margin: 20px 0;
}

.sign-up-form label span {
    /* color: #FF5F00;
    font-size: 14px; */
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000155;
    font-size: 17px;
    font-weight: bold;
    padding-left: 40px !important;
}

.sign-up-input {
    width: 100%;
    border: 1px solid #000155;
    border-radius: 25px;
    font-size: 25px;
    line-height: 26px;
    padding: 5px 25px;
    color: #000155;
}

.yellow-input {
    border-color: #FFD100;
    background-color: #FFE880;
}

.sign-up-form-p {
    color: #001C7A;
    margin: 10px 0;
}

.sign-up-form-p:nth-of-type(2) {
    margin-bottom: 20px;
}

.sign-up-form-italic {
    font-style: italic;
    color: rgba(0, 1, 85, 0.6);
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 20px;
}

.lower-sign-up-section {
    width: 100%;
}

.sign-up-disclaimer-div {
    background-color: #FFE880;
    width: 80%;
    margin-left: auto;
    border-top-left-radius: 75px;
    padding: 30px 13% 30px 8%;
}

.sign-up-disclaimer-p {
    color: #000033;
    font-size: 17px;
}

.sign-up-submit-btn {
    color: #fff;
    background-color: #004FA7;
    border-radius: 35px;
    font-size: 15px;
    padding: 15px 40px 15px 20px;
    border: none;
    text-transform: uppercase;
    background-image: url('../images/sign-up-page/white-button-arrow.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 17px center;
}

.sign-up-submit-btn:hover {
    background-color: #FF8740;
}

/* LATEST NEWS FORM */
#NVSignupForm434890 header.at-title,
#NVSignupForm434890 .at-markup.HeaderHtml {
    display: none;
}

#NVSignupForm434890 legend.at-legend {
    display: none !important;
}

#NVSignupForm434890 .at-inner {
    background-color: transparent;
}

#NVSignupForm434890 .at-row>[class^="at-"] {
    font-size: 0;
}

#NVSignupForm434890 .at-form-submit {
    padding: 0;
}

#NVSignupForm434890 .at-form-submit.clearfix {
    display: inline;
}

#NVSignupForm434890 .at-form {
    width: 400px;
}

div#article-signup-wrap input[type="submit"]{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/* ISSUES PAGES */
.issues-page {
    width: 80%;
    margin: 20px auto 60px;
}

.issue-term-p{
    max-width: 550px;
    width: 100%;
    /*min-width: 275px;*/
    margin-top: 40px;
    margin-bottom: 50px;
}

.issue-term-p p{
    color: #009482;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.issue-content-left {
    width: 65%;
    display: inline-block;
}

.issue-content-left .publication-image-card {
    border: none;
}

.issue-content-left .pub-img-wrapper {
    width: 39%;
}

.issue-content-left .pub-content-wrapper {
    width: 60%;
}

.issue-content-right {
    width: 34%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #656565;
}

.issue-card-one {
    width: 96%;
    border-bottom: 1px solid #C6C6C6;
}

.issue-one-img {
    width: 100%;
    height: 225px; 
    object-fit: cover;
    border-bottom-right-radius: 70px;
    margin-bottom: 20px;
}

.issue-card-three {
    width: 90%;
    margin: auto;
}

.issue-by {
    color: #7F7F7F;
    font-size: 12px; 
    line-height: 16px;
    font-weight: normal;
    margin: 20px 0px;
}

.issue-by a {
    font-weight: bold;
    color: #7F7F7F;
}

.issue-by a:hover{
    color: #FF8740;
}

.card-four {
    margin-top: 20px;
    border-top: 1px solid #7F7F7F;
    padding-top: 20px;
}

.issues-experts {
    background-color: #F8F8F8;
    width: 85%;
    /* margin-left: auto; */
    font-family: 'Merriweather', serif;
    font-weight: 700;
    border-top-left-radius: 176px;
    border-bottom-left-radius: 176px;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    margin: 100px 0 100px auto;
}

.issues-h2 {
    color: #009482;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    margin-left: 20%;
}

.issues-h2 span {
    font-style: italic;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

.issue-experts-inner {
   width: 90%;
   margin: 0 25px 20px auto;
}

.issues-experts-card-wrapper {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
    text-align: center;
}

.inner-div-left-btn {
    background-color: #80C9C0;
    background-image: url('../images/ios-arrow-back.svg');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin-left: 15px;
}

.inner-div-right-btn {
    background-color: #80C9C0;
    background-image: url('../images/ios-arrow-forward.svg');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin-right: 15px;
}

.issue-expert-card {
    display: inline-block;
    text-align: center;
    width: 24%;
    min-width: 150px;
}

.issues-expert-img {
    height: 140px;
    clip-path: circle();
    /* width: 140px; */
    /* margin: auto; */
}

.issue-staff-img-wrapper {
    position: relative;
    margin: auto;
    width: 140px;
}

#issues-accents {
    position: absolute;
    left: 125px;
    top: 23px;
}

#issues-accents #Shape2 {
    fill: #009482;
}

.issue-expert-names {
    color: #000033;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    text-align: center;
    margin-top: 10px;
}

.issue-expert-job-title {
    color: #000033;
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    text-align: center;
}

.issues-latest-section {
    width: 80%;
    margin: 20px auto;
}

.issue-latest-h2 {
    text-transform: uppercase;
    color: #004fa7;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    margin: 0px;
}

.issues-latest-content {
    width: 70%;
    margin: 45px auto;
    max-width: 1400px;
}

.issues-latest-inner-card {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-top: 25px;
}

.issues-latest-card-p {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #FF5F00;
    margin-right: 10px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.issues-latest-card-p span {
    font-size: 30px;
    vertical-align: middle;
}

.issue-latest-card-h2 {
    color: #000033;
    font-size: 25px;
    margin: 10px 0;
    font-weight: 400;
    font-family: 'Merriweather Sans', sans-serif;
    line-height: 28px;
    display: block;
}

.pub-content-wrapper-no-img {
    width: 100%;
}

.issue-content-left .pub-content-wrapper-no-img .publication-image-card {
    padding: 10px 15px;
}

/* CHECKBOX SIGN UP FORMS --------------------------------------------------- */
.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000155;
    font-size: 17px;
    font-weight: bold;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox {
    background-color: white;
    border: 2px solid #000155;
    height: 25px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 25px;
}

.checkbox-label:hover input~.checkbox {
    background-color: #FFD100;
    border-color: #FFD100;
}

.checkbox-label input:checked~.checkbox {
    background-color: #fff;
    border-color: #FFD100;
}

.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked~.checkbox:after {
    display: block;
}

.checkbox-label .checkbox:after {
    background-color: #FFD100;
    left: 2px;
    height: 17px;
    top: 2px;
    width: 17px;
}

/* PUBLICATIONS ------------------------------------------------------------- */
.publications-wrapper {
    width: 100%;
}

.search-wrapper {
    width: 100%;
    background-color: #000033;
    padding: 15px 0;
}

.search-results-show {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    display: none;
}

.search-publications-form {
    width: 60%;
    margin: 35px auto;
}

input#search-publications {
    border: none;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 25px;
    width: 100%;
    background-image: url('../images/publications/searchicon.png');
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 22px;
}

.no-background-img {
    background-image: none !important;
}

.filter-wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 10px auto;
    padding: 20px 0;
    width: 70%;
    display: none;
}

.filters {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-image: url('../images/publications/whitedown.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right;
    display: inline-block;
    padding-right: 21px;
}

.all-filters {
    display: none;
}

.filters-left {
    display: inline-block;
    width: 49%;
}

.filters-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.filtered-p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px;
    background-image: url('../images/publications/whitedown.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right;
    /* display: inline-block; */
    padding-right: 21px;
    width: fit-content;
}

.small-search-input {
    border: none;
    border-radius: 30px;
    font-size: 15px;
    line-height: 19px;
    padding: 7px 15px;
    width: 280px;
}

.filter-card-div {
    position: relative;
}

.date-input {
    width: 150px;
}

.show-filter-div {
    display: none;
}

.clicked-filter {
    color: #FFD100;
    background-image: url('../images/publications/yelllowup.png');
}

.pub-dropdown {
    background-color: #fff;
    color: #000033;
    z-index: 3;
    position: absolute;
    padding: 5px 0;
    border-radius: 20px;
    top: 69px;
    width: 280px;
    max-height: 200px;
    overflow: scroll;
    display: none;
    -webkit-box-shadow: 9px 20px 52px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 20px 52px -10px rgba(0,0,0,0.75);
    box-shadow: 9px 20px 52px -10px rgba(0,0,0,0.75);
}

.pub-dropdown p {
    border-radius: 30px;
    padding: 5px 10px;
}

.pub-dropdown p:hover {
    background-color: #FFE880;
}

.publications-content {
    /* min-height: 500px; */
    width: 70%;
    margin: 10px auto 0;
    padding: 25px 0 0;
}

.pagination {
    width: 70%;
    margin: 30px auto 45px;
}

.publication-image-card {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
    padding: 40px 0;
}

.pub-img-wrapper {
    /* width: 39%; */
    /*width: 300px;*/
    display: inline-block;
}

.pub-card-img {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 70px;
}

.pub-content-wrapper {
    /* width: 60%; */
    /*width: calc(100% - 305px);*/
    display: inline-block;
    vertical-align: top;
    /*padding: 0 15px;*/
    position: relative;
}

.publication-type-p {
    color: #FF5F00;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 15px;
}

..publication-type-p span{
    display: inline-block;
    vertical-align: middle;
}

.publication-type-dot {
    vertical-align: initial;
    margin-right: 10px;
}

.publications-taxonomy-p {
    color: #FF8740;
    border: 1px solid #FF8740;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.publication-title {
    color: #000033;
    font-size: 20px;
    display: block;
    /* font-family: 'Merriweather', serif;
    font-weight: 700; */
    margin: 10px 0;
    /* text-transform: capitalize; */
}

.publication-summary {
    /*max-height: 143px;*/
    overflow: hidden;
    text-overflow:ellipsis;
}

.publication-summary p {
    font-size: 15px;
    line-height: 20px;
    color: #000033;
    text-overflow:ellipsis;
}

.publication-by {
    color: #7F7F7F;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 258px;   
}

.publication-by a {
    font-weight: 700;
    color: #7F7F7F;
}

.publication-by a:hover {
    color: #FF8740;
}

.publication-no-image-card {
    width: 100%;
    border-bottom: 1px solid #C6C6C6;
}

.publication-no-image-card,
.publication-image-card{
    font-size: 0px;
}

.publication-no-image-card .pub-content-wrapper {
    width: 100%;
    padding: 40px 0;
    height: 345px;
}

.publication-no-image-card .publication-by {
    top: 280px;
}

.pagination span:first-of-type {
    color: #7F7F7F;
    font-size: 12px;
    display: block;
    margin: 10px 0;
}

.pages-of {
    color: #7F7F7F;
    font-size: 12px;
}

.pages-display {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.back-btn {
    display: inline-block;
    color: #656565;
}

.next-btn {
    display: inline-block;
}

.next-btn img,
.back-btn img {
    height: 10px;
}

.page-number {
    color: #656565;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 5px 5px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.current-page {
    color: #004FA7;
    border: 2px solid #004FA7;
    border-radius: 50%;
}

.page-number:hover {
    color: #656565;
    border: 2px solid #656565;
    border-radius: 50%;
}

.back-btn:hover,
.next-btn:hover {
    border-color: transparent;
}

.show-more-btn {
    display: none;
}


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

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

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

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

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

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

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background-color: #D7D7D7 !important;
    border-color: #D7D7D7 !important;
}

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

/* NGP ---------------------------------------------------------------------- */
#NVSignupForm433173 header.at-title,
#NVSignupForm433173 .at-markup.HeaderHtml {
    display: none !important;
}

#NVSignupForm433173  .ContactInformation legend.at-legend {
    display: none !important;
}

#NVSignupForm433173 legend.at-legend {
    color: #001C7A;
}

#NVSignupForm433173 .at-row>[class^="at-"] {
    color: #004FA7;
    font-size: 12px;
    /* margin: 20px 0; */
}

#NVSignupForm433173 .at-row>[class^="at-"] u {
    text-decoration: none !important;
}

#NVSignupForm433173 .at-row>[class^="at-"] {
    width: 100%;
    flex: none;

}

#NVSignupForm433173 input {
    width: 100%;
    border: 1px solid #000155;
    border-radius: 25px;
    font-size: 25px;
    line-height: 26px;
    padding: 5px 25px;
    color: #000155;
    margin-top: 5px;
}


#NVSignupForm433173 input[type="submit"] {
    color: #fff;
    background-color: #004FA7;
    border-radius: 35px;
    font-size: 15px;
    padding: 15px 40px 15px 20px;
    border: none;
    text-transform: uppercase;
    background-image: url('../images/sign-up-page/white-button-arrow.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 17px center;
    width: 260px;
    margin: 10px auto;
    float: left;
}

#NVSignupForm433173 input[type="submit"]:hover {
    background-color: #009482;
}

#NVSignupForm433173 .at input[type="checkbox"]+span:before {
    border-color: #000033;
}

.at input[type="checkbox"]:checked+span:before {
    /* border-color: #FFD100 !important; */
    background-color: #FFD100 !important;

}

.at input[type="checkbox"]:active+span:before {
    border-color: #FFD100 !important;
    background-color: #FFD100 !important;
}

.at input[type="checkbox"]:focus+span:before {
    box-shadow: none !important;
}

.at input[type="checkbox"]:checked+span:after {
    color: #000033 !important;
}

.at input[type="checkbox"]+span:before {
    border: 2px solid #000155 !important;
    border-radius: 0 !important;
}

#NVSignupForm433173 p {
    margin: 0 0 20px !important;
    color: #001C7A;
}

.at-fieldset.AdditionalInformation legend.at-legend {
    display: none !important;
}

/* .at-row .at-row-full .CustomFormFieldQuestion_1294775892819539 {
     oragnazation to move to top
} */

/* CONTACT FORM */
.wrapper-div form {
    margin: 0 auto;
    width: 50%;
}

.wrapper-div form label {
    font-size: 10px;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    color: #004FA7;
    font-weight: bold;
}

.wrapper-div form span input {
    border-radius: 30px;
    font-size: 30px;
    padding: 5px 10px;
    border: 1px solid #000033;
    width: 100%;
}

.wrapper-div form p {
    margin: 20px auto;
}

.wrapper-div textarea {
    border-radius: 30px;
    font-size: 30px;
    padding: 5px 10px;
    resize: none;
    height: 200px;
    width: 100%;
}

.wrapper-div input[type=submit] {
    color: #fff;
    background-color: #004FA7;
    border-radius: 35px;
    font-size: 15px;
    padding: 15px 40px 15px 20px;
    border: none;
    text-transform: uppercase;
    background-image: url('../images/sign-up-page/white-button-arrow.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 17px center;
    width: 260px;
    margin: 10px auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.wrapper-div input[type=submit]:hover {
    background-color: #009482;
    cursor: pointer;
}

/* THANK YOU PAGE ----------------------------------------------------------- */
.thank-you-wrapper {
    width: 80%;
    margin: 50px auto;
}
/* 
.thank-you-wrapper h1 {

} */

.thank-you-content {
    width: 90%;
    margin: 20px auto;
}

.social-media-div {
    margin: 30px auto;
}

.social-media-div a {
    margin-right: 10px;
}

.social-media-div .header-twitter-svg {
    vertical-align: middle;
}

.thank-you-support-btn {
    background-color: #FFD100;
    border: 2px solid #000033;
    color: #000033;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
}

.thank-you-support-btn:hover {
    color: #FFD100;
    background-color: #000033;
}

/* JOB SINGLE --------------------------------------------------------------- */
.single-job-wrapper {
    width: 85%;
    margin: 50px auto;
}

.jobs-a {
    color: #FF8740;
    text-decoration: underline; 
    font-weight: bold;
    font-size: 14px;
}

.jobs-a:hover {
    color: #001C7A;
}

.single-job-content {
    width: 80%;
    margin: 60px auto 20px auto;
}

.top-jobs-content {
    border-left: 10px solid #009482;
    padding-left: 20px;
}

.jobs-h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    color: #000033;
    font-family: 'Merriweather Sans', sans-serif;
}

.job-title {
    font-size: 21px;
    margin: 0;
    font-family: 'Merriweather Sans', sans-serif;
}

.job-p {
    font-size: 17px;
    line-height: 25px;
    margin: 0px;
}

.bottom-job-content {
    margin: 60px 0;
}

.jobs-h3 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 25px;
    margin: 10px 0;
    color: #001C7A;
}

.jobs-div {
    margin-bottom: 30px;
}

.no-jobs-div {
    width: 50%;
    margin: 75px auto;
}

/* JOBS LISTING PAGE -------------------------------------------------------- */
.job-listing-wrapper {
    background-color: #F8F8F8;
    width: 100%;
    padding: 45px auto;
}

.job-listing-content {
    width: 85%;
    margin: 45px auto;
}

.jobs-listing-card {
    width: 45%;
    background-color: #fff;
    display: inline-block;
    min-width: 200px;
    padding: 15px;
    margin: 20px auto;
}

.jobs-listing-card:hover {
    background-color: #C6C6C6;
}

.jobs-listing-card:nth-of-type(even) {
    float: right;
}

.slick-slide {
    /* clear: both; */
    display: inline-block;
}

/* DONATION PAGE */
.donation-content {
    margin: 115px auto;
}

#NVContributionForm441651 header.at-title {
    display: none;
}

.at .at-steps li {
    color: #000033 !important;
}

.at .at-steps {
    background-color: transparent !important;
}

.at .at-step.active {
    border-bottom-color: #FFD100 !important;
}

.at .at-step.active span {
    color: #000033 !important;
}

.at .at-step>*:before {
    background-color: #000033 !important;
}

.at form .label-amount input[type="radio"]:checked+a {
    background-color: #FFD100 !important;
    border: 2px solid #000033 !important;
}

.at form .label-amount {
    color: #000033 !important;
}

.at form .label-amount>a {
    background-color: #FFD100 !important;
}

.at form .label-amount input:required {
    color: #000033 !important;
    border-color: #000033 !important;
    background-color: #FFD100 !important;
    box-shadow: none;
}

.at form .label-amount input:required::selection {
    color: #000033 !important;
}

.at form .label-amount input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000033 !important;
  opacity: 1; /* Firefox */
}

.at form .label-amount input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000033 !important;
}

.at form .label-amount input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000033 !important;
}

#NVContributionForm441651 input {
    width: 100%;
    border: 1px solid #000155;
    border-radius: 25px;
    font-size: 25px;
    line-height: 26px;
    padding: 5px 25px;
    color: #000155;
    /* margin-top: 5px; */
}

.submitStep.btn-at.btn-at-primary,
.nextStep.btn-at.btn-at-primary {
    color: #fff;
    background-color: #004FA7 !important;
    border-radius: 35px;
    font-size: 15px;
    padding: 15px 40px 15px 20px;
    border: none;
    text-transform: uppercase;
    background-image: url('../images/sign-up-page/white-button-arrow.png');
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 17px center;
    width: 130px;
    margin: 10px auto;
    float: left;
    border-radius: 30px !important;
}

.at .btn-at-link {
    color: #004FA7 !important;
    font-size: 15px !important;
    padding: 14px 40px 15px 20px !important;
    border: none;
    text-transform: uppercase;
    margin-top: 7px;
}

.at .btn-at-link:hover {
    color: #009482 !important;
}

.submitStep.btn-at.btn-at-primary:hover,
.nextStep.btn-at.btn-at-primary:hover {
    background-color: #009482 !important;
}

.at select {
    border-radius: 30px !important;
    border-color: #000033 !important;
}

#NVContributionForm441651 fieldset.ContactInformation .at-row {
    width: 100% !important;
}

#NVContributionForm441651 fieldset.ContactInformation .at-row>[class^="at-"] {
    width: 100% !important;
}

#NVContributionForm441651 .at-row>[class^="at-"] {
    color: #004FA7 !important;
}

#NVContributionForm441651 .at-row>[class^="at-"] u {
    text-decoration: none !important;
}

.error {
    padding: 0 !important;
}

.vgs-input-container iframe {
    border-radius: 30px !important;
}

/* BLOGS -------------------------------------------------------------------- */
div.tax-blog-left-top.tax-blog-left-top-with-img {
    padding: 40px 30px 15px;
}

/* COMMENTS ----------------------------------------------------------------- */
.comment-wrapper {
    width: 80%;
    margin: 20px auto;
}

.comments-area {
    width: 90%;
    margin-left: auto;
    margin-bottom: 65px;
}

.comments-inner {
    width: 50%;
    margin: 20px auto 20px 20%;
    min-width: 500px;
}

.comments-h2 {
    color: #004fa7;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    font-family: 'Merriweather', serif !important;
}

#commentform {
    margin-bottom: 30px;
}

#commentform label {
    font-size: 14px; 
    color: #000033;
}

#commentform input {
    font-size: 14px; 
    line-height: 18px;
}

.comment-form-comment label {
    display: none;
}

#comment {
    border: 1px solid #000033;
    border-radius: 20px;
    width: 100%;
    resize: none;
    padding: 10px 15px;
}

#comment::placeholder {
    color: #000033;
}

#submit {
    border: 3px solid #000033;
    padding: 9px 30px;
    border-radius: 45px;
    font-weight: bold;
}

#submit:hover {
    border-color: #009482;
}

.comment-content p {
    font-size: 15px;
    line-height: 23px;
    color: #282828;
}

.comment-body {
    margin-bottom: 30px;
}

.avatar {
    border-radius: 50%;
    vertical-align: middle;
}

.says {
    display: none;
}

.comment-author {
    display: inline-block;
}

.comment-metadata {
    display: inline-block;
}

.reply {
    font-size: 10px;
    color: #282828;
    margin: 10px 40px;
}

.fn {
    color: #004FA7;
}

.comment-metadata time {
    color: #656565;
    font-size: 13px;
    vertical-align: text-bottom;
}

.comment-content {
    margin-left: 40px;
}

.logged-in-as,
.must-log-in,
.comment-notes {
    margin-bottom: 8px;
    font-size: 15px;
    margin-left: 10px;
}

.comment-form-url {
    display: none;
}

.form-submit {
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

#reply-title {
    font-size: 20px;
    margin: 10px 0 10px 8px;
    color: #656565;
}

#reply-title a {
    color: #004FA7;
}

#reply-title small {
    font-size: 12px;
}

#reply-title a:hover {
    color: #FF5F00;
}

.depth-2,
.depth-3,
.depth-4,
.depth-5 {
    margin-left: 30px;
}

.comment-body {
    border-bottom: 1px solid #C6C6C6;
}

.depth-5 p:last-of-type {
    margin-bottom: 10px;
}

#placement-bottom {
    display: none !important;
}

#disqus_thread {
    width: 80%;
    margin: 20px auto 75px;
}

.homepage-toggle {
    display: none;
}

/* ul#project-tab-wrap li:first-child {
    border: 1px solid #ccc;
    border-bottom: none;
    border-top-left-radius: 30px;
} */

/* MEDIA -------------------------------------------------------------------- */

@media (max-width: 1600px) {
    .sign-up-h2 {
        background-image: url('../images/sign-up-page/blueline.png');
    }
}    

@media (max-width: 1100px) {
    .issues-page {
        width: 90%;
    }

    .issues-experts {
        width: 90%;
    }

    .sign-up-h2 {
        background-image: url('../images/sign-up-page/blue-line.png');
    }
}

@media (max-width: 1023px) {
    /* FOOTER */
    .footer-link {
        display: block;
        margin: 15px auto !important;
    }

    .mobile-hidden {
        display: none;
    }

    .footer-nav {
        display: block;
        width: 100%;
    }

    .footer-content {
        text-align: center;
    }

    .footer-logo {
        height: 4rem;
    }

    .footer-left {
        width: auto;
    }

    .footer-link:nth-of-type(odd) {
        width: auto;
    }

    /* SIGN UP */
    .sign-up-img {
        left: 0;
    }

    .upper-sign-up-section {
        width: 90%;
    }
}

@media (max-width: 1050px) {
    /* STAFF PAGES */
    .staff-content-wrapper {
        width: 100%;
    }

    #staff-nav-wrapper {
        margin-right: 0;
        padding: 0;
    }

    #filter-staff-article {
        margin: 0 5%;
    }

    .background-image {
        background-image: url('../images/Mask Group 125.svg');
        background-repeat: repeat-x;
        background-position: bottom; 
    }

    .single-staff-container {
        width: 80%;
    }

    .featured-img-line {
        right: 65px;
    }

    /* PUBLICATIONS */
    .publications-content {
        width: 90%;
    }

    .pagination {
        width: 90%;
    }

    .filter-wrapper {
        width: 90%;
    }
}

@media (max-width: 950px) {

    .sticky{
        display: none !important;
    }
    
    /* MENUS */
    .desktop {
        display: none;
    }

    .main-container {
        margin-top: 59px !important;
    }

    .mobile-logo {
        vertical-align: text-top;
    }

    .fixed-desktop-nav {
        display: none;
    }

    .hide-logo {
        display: none;
        height: 50px;
        vertical-align: super;
    }

    .mobile-nav-open {
        display: none;
    }

    .toggle-rotate {
        transform: rotate(180deg);
    }

    .menu-item:hover .sub-menu {
        display: none;
        text-align: left;
        padding-top: 8px;
    }

    ul.sub-menu {
        width: 100%;
        background-color: #000033;
        text-align: left;
        padding-top: 8px;
    }

    ul.sub-menu li {
        padding-left: 15%;
    }

    .mobile-header {
        display: block;
        background-color: #F8F8F8;
        text-align: center;
        padding: 10px 0;
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        border-bottom: 1px solid #000033;
    }

    .show-mobile-menu {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-image: url('../images/ios-arrow-down.svg');
        float: left;
        background-size: contain;
        margin-left: 5%;
        background-position: 0px 10px;
    }

    .float-right {
        float: right;
    }

    .mobile-search  {
        display: inline-block;
        background-image: url('../images/ios-search.svg');
        vertical-align: top;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
        height: 38px;
        width: 38px;
    }

    .mobile-es {
        border-radius: 22px;
        font-size: 21px;
        margin-right: 10px;
        vertical-align: text-top;
        padding: 2px 7px 2px 8px;
    }

    .mobile-nav-outer {
        display: none;
        position: absolute;
        z-index: 5;
        width: 100%;
        background-color: #000033;
        text-align: left;
        border-bottom: 1px solid #004FA7;
    }

    /* .menu-item:hover .sub-menu {
        width: 100%;
        text-align: right;
        padding-top: 0;
    } */

    .mobile-down-arrow {
        display: inline-block;
        float: right;
        width: 116px;
    }

    .mobile-nav li {
        display: block;
        width: 100%;
        padding: 10px 0 10px 5%;
        border-top: 1px solid #004FA7;
    }

    .mobile-nav li a {
        color: #fff;
        text-transform: uppercase;
    }

    .mobile-nav li a span {
        font-family: var(--font-Display);
    }
   
    .background-color-purple {
        background-color: #000033;
        padding: 3px 0;
    }

    .background-color-purple .show-mobile-menu {
        background-image: url('../images/whiteuparrow.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 25px;
        height: 25px;
        margin-left: 6%;
        margin-top: 21px;
    }

    .background-color-purple .mobile-es {
        display: none;
    }

    .background-color-purple .mobile-search {
        background-image: url('../images/white-ios-search.png');
        background-size: contain;
        background-repeat: no-repeat;
        height: 26px;
        width: 27px;
        margin-right: 30px;
        margin-top: 15px;
    }

    .beat-the-press-li {
        font-weight: bold;
        background-image: url('../images/beatthepressbackground.png');
        background-repeat: repeat;
        background-size: 300px;
        background-position: center;
    }

    .donate-li {
        background-color: #FFE880;
        font-weight: bold;
        background-image: url('../images/ornageDonateBackground.png');
        background-repeat: repeat;
        background-size: 300px;
        background-position: center;
    }

    /* .mobile-nav li.menu-item-has-children {
        background-image: url('../images/white-ios-arrow-forward.png');
        background-repeat: no-repeat;
        background-size: 11px;
        background-position: center right 35px;
    } */

    /* .mobile-nav li.menu-item-has-children ul.sub-menu a span {
        color: #FF8740;
    } */

    ul.sub-menu a:hover {
        color: #FFE880;
    }

    .current-parent {
        padding: 0 !important;
        border-top: none !important;
    }

    .mobile-nav li.menu-item-has-children a span:hover {
        color: #fff;
    }

    .mobile-nav li.beat-the-press-li a {
        color: #FF8740;
    }

    .mobile-nav li.donate-li a {
        color: #000033;
    }
    
    .mobile-nav li.beat-the-press-li a:hover {
        color: #FFD100;
    }

    .mobile-nav li.donate-li a:hover {
        color: #009482;
    }

    .orange-arrow {
        height: 15px;
        position: absolute;
        left: 13px;
        top: 14px;
        z-index:100;
    }

    .current-sub-menu {
        padding: 10px 0 10px 40px;
    }

    /* SIGN UP FORM */
    .sign-up-img {
        height: 215px;
        top: -25%;
    }

    .sign-up-h1 {
        left: 32%;
    }

    .upper-sign-up-section {
        width: 100%;
    }
    
    .sign-up-upper-div {
        border-bottom-right-radius: 0;
    }

    .sign-up-disclaimer-div {
        width: 100%;
        border-top-left-radius: 0;
    }

    .issues-latest-section {
        width: 90%;
    }

    .issues-latest-content {
        width: 80%;
    }

    .comments-area {
        width: 95%;
    }

    .comments-inner {
        width: 70%;
        margin: 20px auto 20px auto;
        min-width: 500px;
    }
}



@media (max-width: 915px) {
    /* SINGLE STAFF PAGE */
    .beat-press-outer {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .beat-press-name {
        margin-left: 5%;
    }

    .in-news-outer-div,
    .featured-outer-div,
    .single-staff-container {
        width: 90%;
    }

    .card-listings {
        width: 65%;
        margin: 10px 15% 30px auto;
    }

    .issues-experts {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .issue-expert-card {
        width: 45%;
        margin: 20px auto;
    }

    .issue-experts-inner {
        width: 100%;
        margin: 0 0 20px;
    }

    /* Staff Page */

    .work-by-right-hr{
        margin-right: -20%;
    }
}

@media (max-width: 815px) {
    /* SINGLE STAFF PAGE */
    .beat-press-name {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .beat-press-about {
        width: 60%;
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .beat-press-btns {
        width: 100%;
        margin-top: 20px;
    }

    /* SIGN UP FORMS */
    .main-sign-up-section-inner {
        width: 90%;
    }

    .sign-up-h2 {
        margin-left: 5%;
        width: 95%;
    }

    .sign-up-img {
        display: none;
    }

    .sign-up-upper-div {
        min-height: auto;
    }

    .outer-p-div {
        display: inline-block;
        width: 90%;
        margin-left: 5%;
    }

    .sign-up-h1 {
        left: 5%;
    }

    .issue-content-left {
        width: 100%;
    }

    .issue-content-right {
        width: 100%;
        border: none;
    }

  /*  .issue-card-three {
        width: 100%;
        padding: 10px 15px;
    }*/

    .issue-content-left .publication-image-card {
        border-bottom: 1px solid #C6C6C6;
        padding: 0 0 20px; 
    }
    
    /*.issues-latest-content {
        width: 95%;
        margin: 45px auto 30px;
    }*/

    .issues-latest-content{
        width: 100%;
        margin: 45px 0px;
    }

    .issues-h2 {
        margin-left: 5%;
    }

    .issues-latest-inner-card{
        padding: 40px 0px;
    }

    /*.issue-card-one-inner {
        padding: 10px 15px;
    }*/

    /*.issue-term-p {
        width: 85%;
    }*/

    .wrapper-div h1 {
        font-size: 45px;
    }

    .wrapper-div form {
        width: 90%;
    }

    .issue-card-one,
    .issue-content-left .publication-image-card,
    .issue-card-three,
    .card-four{
        width: 100%;
        padding: 40px 0px;
    }

    .issue-by{
        margin-bottom: 0px;
    }

    .card-four{
        margin: 0px;
    }

}

@media (max-width: 800px){
    /* BLOGS */
    div.tax-blog-left-top h1 {
        font-size: 24px;
        line-height: 26px;
        margin-top: 15px;
        letter-spacing: -0.22px;
    }

    div.tax-blog-desc p{
        font-size: 15px;
        line-height: 22px;
    }

    div.tax-cont-inner, div.main-con-wrapper div.body-inner {
        width: 100%;
    }

    div.tax-blog-left-top.tax-blog-left-top-no-img, div.tax-blog-left-col div.tax-blog-img img {
        border-bottom-right-radius: 0;
        width: 95%;
    }

    div.tax-blog-left-col div.tax-blog-img img {
        width: 100%;
    }

    div.tax-blog-left-top {
        padding: 20px 30px;
    }

    div.tax-blog-left-top.tax-blog-left-top-with-img {
        padding: 20px 30px;
        width: 95%;
        position: relative;
        /* top: 50%; */
        z-index: 1;
    }

    .tax-blog-desc {
        width: 95%;
        margin: auto;
    }

    .tax-blog-desc-link {
        margin: 20px auto 0;
    }

    .tax-blog-desc-link {
        margin-left: 2.5%;
    }

    .tax-blog-left-col {
        position: relative;
    }

    .tax-blog-img {
        position: absolute;
        top: 0;
    }

    .tax-blog-img-item div.tax-blog-left-col {
        padding-top: 36%;
    }

    div.top-body-con-inner {
        width: 85%;
        margin: auto;
    }

    div.tax-blog-right-col {
        padding: 15px 0 0 0;
    }

    ul#home-issue-slider-top {
        top: 363px;
        width: 100%;
        left: 0;
        padding: 0;
    }

    ul#home-issue-slider-top li {
        width: 100%;
        display: none;
    }

    ul#home-issue-slider-top li.active-issue-tab {
        display: block;
        margin: 0px auto;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        width: 100%;
    }

    .homepage-toggle {
        display: block;
        position: absolute;
        z-index: 100;
        font-size: 25px;
        color: #fff;
    }

    .homepage-next {
        right: 5%;
        top: 363px;
    }

    .homepage-prev {
        left: 5%;
        top: 363px;
    }

    /* ALL PAGES */
    .rightfloated,
    .leftfloated {
        text-align: center;
    }
    
    .rightfloated img,
    .leftfloated img {
        max-width: 100%;
        float: none !important;
        margin: 20px 0px;
    }
}

@media (max-width: 750px) {
    /* STAFF PAGE */
    .card-display-block {
        margin-left: 0;
    }

    /* PUBLICATIONS */
    .pub-img-wrapper {
        width: 100%;
    }

    /*.pub-card-img {
        height: 240px;
        border-top-right-radius: 0;
    }*/

    .pub-content-wrapper {
        width: 100%;
        /* height: 260px; */
        /*padding: 0 5%;*/
    }

    /*.publication-image-card {
        padding: 0 0 20px;
        border-bottom: none;
    }*/

    /*.publication-no-image-card {
        border-top: 1px solid #C6C6C6;
    }*/

    .publication-no-image-card .pub-content-wrapper {
        height: auto;
    }

    .publication-by,
    .publication-no-image-card .publication-by {
        /* top: 235px; */
        position: static;
        /*margin-top: 0;*/
        line-height: 15px;
        display: block;
    }

    .filters-left,
    .filters-right {
        width: 100%;
    }

    .search-publications-form {
        width: 90%;
        margin: 15px auto;
    }

    .publication-title {
        margin: 7px 0;
    }

    .publication-summary {
        /* max-height: 117px; */
        margin-top: 15px;
    }

    .publication-summary p {
        margin-top: 10px;
    }

    /*.publications-content {
        width: 100%;
        padding: 0;
        margin: 0;
    }*/

    /*.publication-no-image-card {
        width: 90%;
        border-bottom: 1px solid #C6C6C6;
        margin: 0 auto;
    }*/

    /*.publication-by a {
        display: block !important;
    }*/

    .date-input {
        width: 150px;
        margin: 10px 0;
    }

   /* .pagination {
        display: none;
    }*/

    .show-more-btn {
        display: block;
        width: 30px;
        margin: 20px auto;
        transition: all .5s;
    }

    .show-more-btn:hover {
        transform: rotate(180deg) scale(1.3);
    }

    /* .pages-of, .pages-display {
        display: none;
    } */

    /*span.mobile-display-none {
        display: none;
    }*/

    .search-results-show {
        font-size: 19px;
        margin-bottom: 9px;
    }

    .filter-wrapper {
        margin: 0px auto;
        padding: 10px 0;
    }
}

@media (max-width: 700px) {
    /* STAFF LISTING */
    .regular-staff {
        width: 47%;
    }

    .filter-div {
        display: inline-block;
    }

    .filter-p {
        margin-right: 15px;
    }

    .featured-outer-div {
        width: 100%;
        border-bottom-left-radius: 0;
    }

    .featured-h3 {
        width: 100%;
    }

    .featured-img-line {
        right: 18px;
    }

    .featured-hr {
        width: 85%;
    }

    .in-news-outer-div {
        width: 100%;
        border-bottom-right-radius: 0;
    }

    .in-news-display-section {
        width: 80%
    }

    .card-listings {
        width: 80%;
        margin: 10px 10% 30px auto;
    }

    .single-staff-img-container {
        width: 100%;
    }

    .single-card {
        width: 100%;
        margin-top: 0;
    }

    /* FOOTER */
    /* .footer-logo {
        height: 3rem;
    } */

    /* SIGN UP FORMS */
    .sign-up-h2 {
        background-image: none;
        text-decoration: underline;
        margin-bottom: 10px;
    }

}

@media (max-width: 600px) {
    /* STAFF LISTING PAGE */
    .tab {
        font-size: 8px;
    }

    .tab.selected-tab {
        padding-bottom: 4px;
    }

    .featured-outer-div {
        padding: 10px 5%;
    }

    .featured-h1-hr {
        width: 69px;
    }

    .work-by-left-hr {
        width: 69px;
    }

    .more-work-p {
        margin-left: 90px;
    }

    .in-news-card-right h2,
    .featured-h3 {
        font-size: 20px;
    }

    .beat-press-name h2 {
        font-size: 22px;
    }

    .in-news-display-section {
        width: 95%;
        margin: 10px auto 10px auto;
    }

    .error-title {
        font-size: 20px;
    }

    .error-p {
        font-size: 15px;
    }

    .tab,
    .tab.selected-tab{
        padding: 5px 20px;
    }

    .tab.selected-tab{
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    /* STAFF AND LISTING PAGE */
    .card {
        width: 54%;
        margin-left: 3%;
        padding-top: 12px;
    }

    .card-social-links {
        margin-left: 2%;
    }

    #issues-accents {
        position: absolute;
        left: 110px;
        top: 15px;
        height: 88px;
    }

    .issues-expert-img {
        height: 115px;
        clip-path: circle();
    }

    .issue-experts-inner {
        position: relative;
    }

    /*.inner-div-left-btn {
        position: absolute;
        top: 186px;
    }

    .inner-div-right-btn {
        position: absolute;
        right: 0;
        top: 0186px;
    }*/

    .issue-content-left .pub-content-wrapper {
        width: 100%;
    }

    .issue-content-left .pub-card-img {
        display: none;
    }

    .issues-experts-card-wrapper {
        width: 100%;
    }

    .jobs-listing-card {
        width: 100%;
    }

    .jobs-listing-card:nth-of-type(even) {
        float: none;
    }

    .single-job-wrapper {
        width: 90%;
        margin: 50px auto;
    }

    .single-job-content {
        width: 100%;
        margin: 20px auto;
    }

    .pub-card-img {
        border-top-right-radius: 0;
    }

    p.post-top-info span.post-issue-cat {
        margin-bottom: 5px;
    }
}

@media (max-width: 560px) {
    img.banner-svg {
        width: 100%;
    }

    .comments-inner {
        width: 95%;
        margin: 20px auto 20px auto;
        min-width: auto;
    }

    ol.comment-list {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    /* STAFF PAGE */
    .select-div p {
        font-size: 14px;
    }

    .wrapper-accent {
        width: 125px;
        height: 150px;
    }

    .staff-img-div {
        height: 125px;
        width: 125px;
    }

    .staff-grid {
        width: 100%;
        padding: 0 5px;
    }

    #accents {
        position: absolute;
        left: 33px;
        top: 85px;
        transform: rotate(103deg);
        height: 75px;
    }

    @keyframes circle {
        0% {
            left: -7px;
            top: 50px;
            transform: rotate(156deg);
        }
    
        12% {
            left: -11px;
            top: 37px;
            transform: rotate(168deg);
        
        }
    
        20% {
            left: -1px;
            top: -11px;
            transform: rotate(212deg);
        }
    
        35% {
            left: 17px;
            top: -28px;
            transform: rotate(238deg);
        }
    
        45% {
            left: 76px;
            top: -31px;
            transform: rotate(295deg);
        }
    
        55% {
            left: 90px;
            top: -21px;
            transform: rotate(308deg);
        }
        
        65% {
            left: 95px;
            top: -17px;
            transform: rotate(316deg);        
        }
    
        75% {
            left: 102px;
            top: -7px;
            transform: rotate(325deg);  
        }
    
        100% {
            left: 110px;
            top: 29px;
            transform: rotate(360deg);
        } 
    }

    .wrapper-accent:hover #accents, 
    .card-width #accents, 
    .single-staff-container #accents {
        left: 110px;
        top: 29px;
        transform: rotate(360deg);
    }

    .regular-staff {
        width: 47%;
    }

    .card-width {
        width: 100%;
    }

    .tab {
        width: 49%;
        margin: 0;
    }

    .tab.selected-tab {
        margin: 3px 0;
        width: 49%;
    }

    /* SIGN UP FORMS */
    .sign-up-h1 {
        font-size: 35px;
        top: -37px;
    }

    .sign-up-h2 {
        font-size: 25px;
    }
    
    .main-container iframe:not('figure.wp-block-embed-youtube iframe'){
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 450px) {
    /* STAFF LISTING */
    #in-news-svg {
        width: 30px;
        margin: 9px;
    }

    .in-news-card-right {
        padding: 0;
    }

    .beat-press-about {
        width: 90%;
    }

    .in-news-card-right h2 {
        font-size: 18px;
    }

    .in-news-p {
        font-size: 12px;
    }

    .work-by-h2 {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    /* FOOTER */
    .main-footer {
        margin-bottom: 118px;
    }
}   
