/* Enter Your Custom CSS Here */

/* Entered by Ajay for the 10 things to fight white supremacy page */
.killws li {margin-bottom:1em !important;}
.killws li::marker {font-size:2em !important;}

.iframe-container {
    overflow: hidden;
    /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
    padding-top: 56.25%;
    position: relative;
} 
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

h3.gradienth3 {
    background: linear-gradient(90deg,#005cb9 0,#882a91 50%,#e31d1a 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#inline-popup.left-image .inline-wrap .popup-image {
	padding-bottom: 50%;
}

@media (max-width: 767px){
	#inline-popup.left-image .all-buttons .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	#inline-popup button.mfp-close {
    top: 9px;
    right: 9px;
	}
}

@media (max-width: 767px) and (orientation: portrait){
	#inline-popup.left-image .inline-wrap .popup-image {
		padding-bottom:100%;
	}
}

.main-site-footer .footer-logo svg {
      height: 83px;
      width: 204px;
}