@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
/*@import url("http://hello.myfonts.net/count/38ff13");*/
/*
	Theme Name: HRF
	Theme URI: http://hrf.org
	Description: Theme created for the Human Rights Foundation
	Version: 13849.3
	Author: Buena
	Author URI: http://buena.org
	Tags: Blank, HTML5, CSS3
	License: Copyright HRF 2018
*/

/*------------------------------------------------------------*\
    GLOBAL CATCH ALLS
\*------------------------------------------------------------*/
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0px;
	padding: 0px;
}



/*------------------------------------------------------------*\
    FONTS
\*------------------------------------------------------------*/
@font-face {font-family: 'Gilroy-Bold';src: url('fonts/38FF13_11_0.eot');src: url('fonts/38FF13_11_0.eot?#iefix') format('embedded-opentype'),url('fonts/38FF13_11_0.woff2') format('woff2'),url('fonts/38FF13_11_0.woff') format('woff'),url('fonts/38FF13_11_0.ttf') format('truetype');}
@font-face {font-family: 'Gilroy-Medium';src: url('fonts/38FF13_9_0.eot');src: url('fonts/38FF13_9_0.eot?#iefix') format('embedded-opentype'),url('fonts/38FF13_9_0.woff2') format('woff2'),url('fonts/38FF13_9_0.woff') format('woff'),url('fonts/38FF13_9_0.ttf') format('truetype');}
@font-face {font-family: 'Gilroy-Regular';src: url('fonts/38FF13_6_0.eot');src: url('fonts/38FF13_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/38FF13_6_0.woff2') format('woff2'),url('fonts/38FF13_6_0.woff') format('woff'),url('fonts/38FF13_6_0.ttf') format('truetype');}





/*------------------------------------------------------------*\
    GLOBAL VARIABLES
\*------------------------------------------------------------*/
:root {
	--magenta: #e0048b;
	--white: #ffffff;
	--black: #000000;
	--grey: #eeeeee;
	--regularFont: 'Gilroy-Regular', sans-serif;
	--mediumFont: 'Gilroy-Medium', sans-serif;
	--boldFont: 'Gilroy-Bold', sans-serif;
	--siteMaxWidth: 1200px;
	--gradient: linear-gradient(30deg, #e0048b, #ee3129);
	--reverseGradient: linear-gradient(30deg, #ee3129, #e0048b);
	--textGradient: -webkit-linear-gradient(30deg, #e0048b, #ee3129);
}



/*------------------------------------------------------------*\
    GENERAL TAGS
\*------------------------------------------------------------*/
/*Fix fonts that render as bold in Firefox*/
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}

body, img, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
}
body {
	font-family: var(--regularFont);
	overflow: auto;
}

h1 {
	font-family: var(--boldFont);
	font-weight: normal;
	font-style: normal;
	font-size: 60px;
	line-height: 58px;
}

h2 {
	font-family: var(--boldFont);
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	line-height: 30px;
}

h3 {
	font-family: var(--boldFont);
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 21px;
}

h4 {
	font-family: var(--boldFont);
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 24px;
}

h5 {
	font-family: var(--boldFont);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
}

p {
	font-family: var(--regularFont)
	font-weight: regular;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: var(--black);
}

a:hover {
	/*color: var(--magenta);*/
	/*background:-webkit-linear-gradient(30deg, #e0048b, #ee3129);
	background:-moz-linear-gradient(30deg, #e0048b, #ee3129);
	background:-ms-linear-gradient(30deg, #e0048b, #ee3129);
	background:linear-gradient(30deg, #e0048b, #ee3129);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	cursor: pointer;*/
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: GENERAL
\*------------------------------------------------------------*/
.Wrapper {
	height: 100%;
	overflow-x: hidden;
	display: hidden;
}
.Clear {
	clear: both;
}
.Section {
	padding: 36px;
	width: 100%;
	position: relative;
	overflow: auto;
	text-align: left;
	height: 550px;
	overflow: hidden;
	overflow-x: hidden;
}
section .Section {
	height: auto;
	max-width: var(--siteMaxWidth);
	margin: 0 auto;
}
.Section-Container {
	max-width: var(--siteMaxWidth);
	height: 100%;
	margin: 0 auto;
}
.Section-Container-Full-Width {
	height: 100%;
}
.Section-Container-Text {
	max-width: 700px;
	height: 100%;
	margin: 0 auto;
}
.Title {
	width: calc(100%/3);
	width: -moz-calc(100%/3);
	width: -webkit-calc(100%/3);
	float: left;
	padding-left: 12%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Full-Photo-Section {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 0 0 0 0;
	margin-bottom: 75px;
}
.Short-Header {
	height: 300px !important;
}
.No-Bottom-Margin {
	margin-bottom: 0px;
}



.SectionB {
	width: 100%;
	height:100vh;
	position: relative;
}
#Bhero {
	position: relative;
	z-index: 1;
}
#Bearth {
	background-color: black;
	width: 100%;
	height:100vh;
	position: fixed;
	top: 0;
}
#BearthIMG {
	width: 60vw;
	height: 60vw;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: perspective(1px) translateY(-50%) translateX(-50%);

}
#Bwhytyranny {
	position: absolute;
	right: 0px;
	width: 50%;
	height: 1900px;
	background-color: var(--white);
	margin-top: 800px;
}
.BwhyTyrannyText {
	font-size: 60px;
	line-height: 52px;
	font-family: var(--boldFont);
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	width: 60%;
  	padding-left: 50px;
}
#BwhyTyranny1 {
	position: absolute;
	top: 500px;
}
#BwhyTyranny2 {
	position: absolute;
	top: 1300px;
}
#top-site-bar {
	position: fixed;
	z-index: 99999;
	opacity: 1;
	height: 3px;
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: SECTION ITEM
\*------------------------------------------------------------*/
.Section-Items-Container {
	width: calc(100%/3*2);
	width: -moz-calc(100%/3*2);
	width: -webkit-calc(100%/3*2);
	height: 100%;
	float: left;
	/*overflow: hidden;*/
}
.Full-Width {
	width: 100%
}
.Fluid-Height {
	height: auto;
}
.Section-Items-Slider {
	/*position: absolute;*/
	height: 100%;
	width: 100%;
	flex-shrink: 0;
	left: -100px;
}
.Section-Item {
	height: 100%;
	border-right: 4px solid white;
	float: left;
	position: relative;
	padding: 20px;
	color: white;
	font-size: 22px;
	line-height: 23px;
	border-bottom: 4px solid white;
}
.Section-Item-Cont {
	border-right: 4px solid white;
	float: left;
	position: relative;
	color: white;
	font-size: 21px;
	line-height: 23px;
}
.Section-Item .Rectangle-Button {
	margin-top: 10px;
}
.Section-Item:hover {
	cursor: pointer;
}
.Section-Item:hover .Button2 {
	background-image: var(--gradient);
	border: 0px;
	padding: 12px 22px 9px 22px;
	cursor: pointer;
}
.Section-Item:hover .Color-Bar {
	opacity: 1;
}
.Spread-6 {
	width: calc(100%/6);
	width: -moz-calc(100%/6);
	width: -webkit-calc(100%/6);
}
.Spread-4 {
	width: calc(100%/4);
	width: -moz-calc(100%/4);
	width: -webkit-calc(100%/4);
}
.Spread-3 {
	width: calc((100%-100%/4)/3);
	width: -moz-calc((100%-100%/4)/3);
	width: -webkit-calc((100%-100%/4)/3);
}
.Spread-2 {
	width: calc((100%-100%/4)/2);
	width: -moz-calc((100%-100%/4)/2);
	width: -webkit-calc((100%-100%/4)/2);
}
.Section-Item-Half-Height {
	height: 50%;
	border-bottom: 4px solid white;
}
.Item-2x2 {
	width: calc(100%/4*2);
	width: -moz-calc(100%/4*2);
	width: -webkit-calc(100%/4*2);
	height: calc(100%/3*2);
	height: -moz-calc(100%/3*2);
	height: -webkit-calc(100%/3*2);
}
.Item-2x3 {
	width: calc(100%/4*2);
	width: -moz-calc(100%/4*2);
	width: -webkit-calc(100%/4*2);
	height: calc(100%/3*3);
	height: -moz-calc(100%/3*3);
	height: -webkit-calc(100%/3*3);
}
.Item-3x2 {
	width: calc(100%/4*3);
	width: -moz-calc(100%/4*3);
	width: -webkit-calc(100%/4*3);
	height: calc(100%/3*2);
	height: -moz-calc(100%/3*2);
	height: -webkit-calc(100%/3*2);
	border-bottom: 4px solid white;
}
.Item-1x2 {
	height: calc(100%/3*2);
	height: -moz-calc(100%/3*2);
	height: -webkit-calc(100%/3*2);
	border-bottom: 4px solid white;
}
.Item-2x1 {
	width: calc(100%/4*2);
	width: -moz-calc(100%/4*2);
	width: -webkit-calc(100%/4*2);
	height: calc(100%/3*1);
	height: -moz-calc(100%/3*1);
	height: -webkit-calc(100%/3*1);
	border-bottom: 4px solid white;
	font-size: 16px;
	line-height: 19px;
}
.Item-1x1 {
	height: calc(100%/3*1);
	height: -moz-calc(100%/3*1);
	height: -webkit-calc(100%/3*1);
	border-bottom: 4px solid white;
	font-size: 16px;
	line-height: 19px;
}
.Item-Date {
	position: absolute;
	z-index: 2;
}
.Item-Title {
	font-family: var(--mediumFont);
	z-index: 99;
	position: absolute;
	bottom: 20px;
	padding-right: 20px;
	text-align: left;
}
.Item-Medium-Text {
	font-family: var(--regularFont);
	font-size: 16px;
}
.Item-Small-Text {
	font-family: var(--boldFont);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	opacity: .4
}
.Item-Title .ButtonHRF {
	margin-top: 5px;
}
.Top-Label {
	margin-bottom: 10px;
}
.Fixed-Item-Height-400 {
	height: 400px;
}
.Fixed-Item-Height-300 {
	height: 300px;
}
.Fixed-Item-Height-200 {
	height: 200px;
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: BUTTONS
\*------------------------------------------------------------*/
.ButtonHRF {
	font-family: var(--boldFont);
	color: var(--white);
	padding: 10px 10px;
	font-size:16px;
	line-height: 16px;
	border: 0px;
	text-align: center;
	display: inline-block;
}
.ButtonHRF:hover {
	cursor: pointer;
}
.ButtonHRF a:link, .ButtonHRF a:visited, .ButtonHRF a:active {
	color: var(--white);
}
.Button1 {
	font-size: 20px;
	line-height: 20px;
	background-image: var(--gradient);
	padding: 13px 25px 10px 25px;
}
.Button1:hover {
	background-image: var(--reverseGradient);
	color: var(--black);
}
.Button1:hover a {
	color: var(--black);
}
.Button1-WideMini {
	line-height: 20px;
	background-image: var(--gradient);
	font-size: 16px;
	font-family: var(--boldFont);
}
.Button1-Mini {
	line-height: 20px;
	background-image: var(--gradient);
	padding: 8px 10px;
	font-size: 16px;
	font-family: var(--boldFont);
}
.Button2 {
	font-size: 16px;
	line-height: 15px;
	padding: 10px 20px 7px 20px;
	border: 2px solid var(--white);
}
.Button2:hover {
	background-image: var(--gradient);
	border: 0px;
	padding: 12px 22px 9px 22px;
}
.Button3 {
	font-family: var(--mediumFont);
	font-size: 12px;
	line-height: 12px;
	padding: 10px 20px 7px 20px;
	border: 2px solid var(--white);
}
.Button3:hover {
	background-image: var(--gradient);
	border: 0px;
	padding: 12px 22px 9px 22px;
}
.Button4 {
	font-family: var(--mediumFont);
	font-size: 16px;
	line-height: 15px;
}
.Button4:hover {
	
}
.Button5 {
	font-family: var(--boldFont);
	font-size: 15px;
	line-height: 24px;
	display: block;
	color: var(--black);
	text-align: left;
	padding: 1px 0;
}
.Button5:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}


/*------------------------------------------------------------*\
    GLOBAL CLASSES: STANDARD HERO & CALLOUT
\*------------------------------------------------------------*/
.Hero h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.Left-Bottom-Content .ButtonHRF {
	margin-top: 15px;
}
.Left-Bottom-Content {
	position: absolute;
	bottom: 50px;
	left: 36px;
	color: var(--white);
	width: 60%;
}
.Right-Bottom-Content {
	position: absolute;
	bottom: 50px;
	right: 36px;
	color: var(--white);
	width: 60%;
	text-align: right;
}
.Subhead {
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
}
.Subhead2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
}
.Callout {
	font-family: var(--mediumFont);
	font-size: 40px;
	line-height: 42px;
	margin: 75px 0 150px 0;
	width: 70%;
	height: auto;
}
.Callout p {
	font-family: var(--mediumFont);
	font-size: 40px;
	line-height: 42px;
	margin: 75px 0 150px 0;
	width: 70%;
	height: auto;
}
.Callout a:link {
	font-family: var(--boldFont);
	/*text-decoration: underline*/
}
.Callout a:hover {
	/*color: var(--magenta);*/
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.Callout .Button2 {
	border: var(--black);
	color: var(--black);
}
.Top-Bottom-Padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.Top-Bottom-Margin-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.Top-Margin-100 {
	margin-top: 100px;
}
.Bottom-Margin-100 {
	margin-bottom: 100px;
}
.Left-Padding-50 {
	padding-left: 50px;
}
.Bottom-Margin-0 {
	margin-bottom: 0;
}


/*------------------------------------------------------------*\
    GLOBAL CLASSES: STATS
\*------------------------------------------------------------*/
.Stat-Cont {
	width: 25%;
	height: 100px;
	float: left;
	margin: 30px 0;
}
.Stat {
	font-family: var(--regularFont);
	font-size: 70px;
	line-height: 70px;
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.Stat-Cont .Subhead2 {
	width: 50%;
	margin-top: 5px;
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: DONATE SECTION
\*------------------------------------------------------------*/
.Donate-Section {
	color: white;
	background-image: url('img/backgrounds/donate-invitation-bg.jpg');
	background-position: top;
	background-size: cover;
	padding: 150px 36px 100px 36px;
	margin: 0px;
}
.Donate-Section .Button1 {
	margin: 30px 0 60px 0;
}	
.Donate-Section h2 {
	margin: 60px 0 30px 0;
}
.Donate-Section .Donate-Item {
	width: 20%;
	float: left;
	margin-right: 20px;
}
.Donate-Section .Donate-Item p {
	height: 120px;
	opacity: .7;
}

#donate-bitcoin-section .Callout {
	margin-bottom: 0px;
}

#btcpay-input-price {
	font-size: 45px !important;
}




/*REMOVE THESE BUTTONS*/
/*.Rectangle-Button {
	font-family: var(--boldFont);
	color: black;
	padding: 10px 10px;
	font-size:16px;
	line-height: 16px;
	font-weight:700;
	border: 2px solid black;
	text-align: center;
	display: inline-block;
}
.Rectangle-Button:hover {
	color: var(--white);
	background-color: #E2078D;
	border-color: #E2078D;
	cursor: pointer;
}*/
/*.woocommerce div.product form.cart .button {*/
/*.button, .Input-Button {
	font-family: var(--boldFont) !important;
	color: black !important;
	padding: 10px 10px !important;
	font-size:16px !important;
	line-height: 16px !important;
	font-weight:700 !important;
	border: 2px solid black !important;
	text-align: center !important;
	display: inline-block !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}
.button:hover, .Input-Button:hover {
	color: var(--white) !important;
	background-color: #E2078D;
	border-color: #E2078D;
	cursor: pointer !important;
}
.White-Button {
	border-color: white !important;
	color: white !important;
}
.Important-Button {
	border-color: #E2078D;
	color: white !important;
	background-color: #E2078D;
	background-image: linear-gradient(30deg, #e0048b, #ee3129);
}
.Important-Button:hover {
	border-color: var(--white) !important;
}
.Text-Button {
	font-family: var(--boldFont);
	color: var(--black);
	font-weight:700;
	font-size: 16px;
}
.Text-Button:hover {
	color: #E2078D;
	cursor: pointer;
	text-decoration: underline;
}
.Play-Button {
	background-image: url('img/ui/play-button.png');
	background-size: cover;
	width: 128px;
	height: 128px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}*/



/*------------------------------------------------------------*\
    GLOBAL CLASSES: OBJECTS
\*------------------------------------------------------------*/
.Color-Bar {
	width: 100%;
	height: 5px;
	background-image: var(--gradient);
	background-color: var(--magenta);
	position: absolute;
	margin-top: 20px;
	top: -20px;
	left: 0px;
	opacity: 0;
}
.Overlay-Gradient {
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	z-index: 0;
}
.Overlay-Less {
	height: 50%;
}
.Text {
	padding-right: 5%;
	padding-left: 0px;
}
.Photo {
	background-size: cover;
	background-position: center;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.Photo:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.Image-Grid {
	height: 100%;
	float: left;
	color: white;
	width: 100%;
}
.Image-Grid img {
	float: left !important;
	width: 100px !important;
	height: inherit !important;
	margin: 0px 3% 0px 3% !important;
	display: inline-block !important;
}
.Logo {
	background-image: url('img/HRF_Logomark2.gif');
	width: 66px;
	height: 41px;
	background-repeat: no-repeat;
	background-size: contain;
}
.Page-Curl {
	background-image: url('img/ui/page_curl.png');
	width: 100%;
	height: 0px;
	padding-top: calc(100%*20%/467);
	padding-top: 5%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	position: relative;
	bottom: 1px;
}
.Circle-Button {
	width: 20px;
	height: 20px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 8%;
	margin-top: 45px;
	opacity: .5;
}
.Circle-Button:hover {
	opacity: 1;
}
.Facebook-Button {
	background-image: url('img/ui/circle-button-facebook.png');
}
.Twitter-Button {
	background-image: url('img/ui/circle-button-twitter.png');
}
.Email-Button {
	background-image: url('img/ui/circle-button-email.png');
}
.fa {
	margin-right: 0px !important;
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: POSITIONERS
\*------------------------------------------------------------*/
.Bottom-Align {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.Left-Side {
	float: left;
}
.Right-Side {
	float: right;
}
.SubheadTop {
	height: 144px;
}
.AutoHeight {
	height: auto;
}
.Centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: perspective(1px) translateY(-50%) translateX(-50%);
	text-align: center;
}
.Anchor-Spacer {
	margin-top: 100px;
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: HERO
\*------------------------------------------------------------*/
.Hero-Line, .Hero-Line2 {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: -15px;
}
.Hero-Line {
	position: relative;
	/*border-bottom: 4px solid #E2078D;*/
}
.Hero-Line .Line, .Hero-Line2 .Line {
	position: relative;
	top: 75px;
	opacity: 0;
}
.Hero-Title .Rectangle-Button {
	margin-top: 20px;
}
.Hero-Line .Color-Bar {
	opacity: 1;
	position: absolute;
	bottom: -5px;
	top: auto;
	width: 0px;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);

}
.Centered {
	color: white;
	width: 100%;
}
.Center-Section {
	/*margin-left: 30%;*/
}
.Centered h3 {
	margin-bottom: -5px;
	letter-spacing: 5px;
}
.Hero-Title {
	font-size: 120px;
	line-height: 112px;
	font-family: var(--boldFont);
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	margin-top: 0px;
  	margin-bottom: 20px;
}
.Left-Center {
	position: absolute;
	top: 52%;
	transform: perspective(1px) translateY(-50%);
	text-align: left;
	width: 40%;
  	left: 36px;
}
.Left-Box-Center {
	position: absolute;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
	text-align: left;
	width: 40%;
  	left: 15%;
}
.Right-Center {
	position: absolute;
	top: 50%;
	right: 15%;
	transform: perspective(1px) translateY(-50%);
	text-align: left;
  	width: 20%;
}
.Right-Bottom {
	position: absolute;
	bottom: 6%;
	right: 36px;
	text-align: left;
}
.Big-Title {
	font-size: 75px;
	line-height: 70px;
	font-family: var(--boldFont);
}
.Medium-Title {
	font-size: 60px;
	line-height: 55px;
	font-family: var(--boldFont);
}
.Width-60-Percent {
	width: 60%;
}
.Gradient {
	font-family: var(--boldFont);
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
/*.Medium-Left .Hero-Title {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: perspective(1px) translateY(-50%);
	text-align: left;
	font-size: 60px;
	line-height: 50px;
	font-family: var(--boldFont);
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	width: 350px;
}
.Medium-Left .Hero-Title-White {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: perspective(1px) translateY(-50%);
	text-align: left;
	font-size: 60px;
	line-height: 50px;
	font-family: var(--boldFont);
	color: var(--white);
  	width: 350px;
}*/
.Hider {
	display: none;
}



/*------------------------------------------------------------*\
    GLOBAL CLASSES: LIGHT BOX
\*------------------------------------------------------------*/
.Light-Box {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999;
	display: none;
}
.Light-Box-Overlay {
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: .7;
}
.Light-Box-Area {
	width: 90%;
	height: 90%;
	max-width: 1000px;
	max-height: 475px;
	background-color: var(--white);
	position: fixed;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}
.Light-Box-Close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: .6;
}
.Light-Box-Close:hover {
	cursor: pointer;
}



/*------------------------------------------------------------*\
    GLOBAL CLASS: CUSTOM TABLES
\*------------------------------------------------------------*/
.HRF-Search {
	padding: 12px 0 0 0;
}
.HRF-Search svg {
	fill: white;
	height: 15px;
	width: 17px;
}
.HRF-Search svg:hover {
	fill: #E2078D;
}

button {
	/*background: #FFFFFF !important;*/
	border-color: var(--magenta) !important;
	box-shadow: 0 0px 0 var(--magenta)!important;
	text-shadow: none !important;
	border-radius: 0px !important;
	border: solid 2px black !important;
	color: black !important;
	padding: 0px 20px 28px 20px !important;
	font-family: var(--boldFont) !important;
	font-size: 16px !important;

}
button:hover {
	background: var(--magenta) !important;
	border-color: var(--magenta) !important;
	box-shadow: 0 0px 0 var(--magenta) !important;
	text-shadow: 0 0px !important;
	border-radius: 0px !important;
	color: white !important;
}

/*------------------------------------------------------------*\
    GLOBAL CLASS: CUSTOM TABLES
\*------------------------------------------------------------*/
.Row {
	width: 100%;
	border-top: 1px solid black;
	clear: both;
	display: inline-block;
	margin-bottom: -4px;
}
.Cell {
	width: 10%;
	float: left;
	padding: 20px 0;
}

.Cell p {
	margin: 0;
}
.Row .Cell:nth-child(1) {
	width: 50%;
}
.Row .Cell:nth-child(2) {
	width: 20%;
}
.Row .Cell:nth-child(3) {
	width: 20%;
}
.Row .Cell:last-child {
	width: auto;
	float: right;
}
.Row:nth-of-type(7) {
	border-bottom: 1px solid black;
}
.Row:hover {
	/*color: var(--green);*/
	/*background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
	cursor: pointer;
	background-color: #EEE;
}
.Row:hover .ButtonHRF, .Row:hover .Button1,  .Row:hover .Button1-WideMini {
	color: var(--black);
	/*background: var(--reverseGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
	cursor: pointer;
}



/*------------------------------------------------------------*\
    GLOBAL CLASS: FULL-PAGE VIDEO BACKGROUND
\*------------------------------------------------------------*/
.Video-Responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	text-align: center;
}
.Video-Responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	pointer-events: none;
}
.Video-Responsive .Video-Text {
	position: absolute;
	top: 40%;
	color: white;
	text-align: center;
	width: 100%;
}



/*------------------------------------------------------------*\
    GLOBAL CLASS: POST FILTER MENU
\*------------------------------------------------------------*/
.Post-Filter-Menu li {
	/*display: none;*/
	list-style: none;
	font-family: var(--regularFont);
	font-size: 13px;
	line-height: 14px;
	color: #333;
}
.Post-Filter-Menu h5:hover, .Post-Filter-Menu li:hover, .Post-Filter-Menu a:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	cursor: pointer;
}
.Post-Filter-Menu-Tax-Cont {
	display:none;
	padding-bottom: 5px;
}




/*------------------------------------------------------------*\
    GLOBAL CLASS: HEADER
\*------------------------------------------------------------*/
.Header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	padding: 10px 36px 1px 38px;
	color: white;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	top: 2px;
}
.Header-Positioner {
	/*max-width: var(--siteMaxWidth);*/
	margin: 0 auto;
}
.Header #logo-cont {
	width: 6%;
	float: left;
	padding-top: 4px;
}
.Header .Logo {
	float: left;
	width: 40px;
	height: 25px;
}
.Header .menu {
	float: left;
	width: 84%;
	list-style-type: none;
	display: table;
	margin: 0;
	padding: 0;
}
.Header .menu li {
	padding: 8px 10px;
	display: table-cell;
	text-align: left;
}
.Header .Rectangle-Button {
	padding-top: 5px;
	padding-bottom: 7px;
	width: auto;
	float: right;
	text-align: center;
	margin-top: 2px;
	margin-right: 4px;
}
.Header a {
	font-family: var(--mediumFont);
	color: white;
	width: auto;
	padding: 15px 0;
	font-size: 16px;
}
.Header a:hover{
	cursor: pointer;
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.Menu {
	display: none;
	height: 100%;
	float: left;
	margin-left: 5px;
	margin-top: 4px;
	position: absolute;
	z-index: 999999;
}
.Menu:hover {
	cursor: pointer;
}
.Menu-Line {
	width: 27px;
	height: 1px;
	border-bottom: 2px solid white;
	margin-top: 4px;
	opacity: .6;
}
.Header .Button1 {
	margin-left: 30px;
}
#header-donate-button {
	position: absolute;
	right: 32px;
	z-index: 9999999;
}
#header-donate-button2 {
	position: absolute;
	z-index: 9999999;
}
#nav-items-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: var(--gradient);
	z-index: 99999;
	display: none;
	overflow: auto;
	/*pointer-events: none;*/
}
.Header .sub-menu .menu-item {
	display: none !important;
	padding: 0px 0;
	margin: 4px 0;
}
.Header a:hover .sub-menu {
	display: block !important;
}
.Header a:hover div#nav-items-container {
	display: block !important;
}


/*------------------------------------------------------------*\
    GLOBAL CLASS: MOBILE HEADER
\*------------------------------------------------------------*/
#mobile-nav-items {
	position: absolute;
	width: 300px;
	text-align: left;
	top: 85px;
	left: 50%;
	margin-left: -150px;
	margin-bottom: 50px;
}
#mobile-nav-items li {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	font-size: 25px;
  	line-height: 35px;
  	font-family: var(--mediumFont);
  	border-top: 1px solid white;
  	/*pointer-events: none;*/
}
#mobile-nav-items a {
	display: block;
  	width: 100%;
  	height: auto;
}
#mobile-nav-items a:hover {
	display: block;
  	width: 100%;
  	height: auto;
  	background:rgba(255,255,255,0.5);
  	color: black;
}
#mobile-nav-items .sub-menu {
  	/*display: none;*/
  	margin-bottom: 5px;
}
#mobile-nav-items .sub-menu li {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	font-size: 15px;
  	line-height: 25px;
  	opacity: .7;
  	font-family: var(--mediumFont);
  	/*display: none;*/
}
#mobile-nav-items a {
	color: white;
}
#mobile-nav-items .current-menu-item a, #mobile-nav-items .current-page-ancestor a {
	color: white;
	-webkit-text-fill-color: white;
}
.Close-X {
	background-image: url('img/ui/close-x.gif');
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 999;
}

.Close-X:hover {
	cursor: pointer;
	opacity: 1;
}


/*------------------------------------------------------------*\
    GLOBAL CLASS: SUBHEADER
\*------------------------------------------------------------*/
.Subheader {
	position: absolute;
	top: 55px;
	height: 85px;
	background-color: var(--grey);
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
}
.Subheader .menu {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.Subheader .menu li {
	vertical-align: middle;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.Subheader a {
	color: black;
	padding: 35px 25px;
	display: inline-block;
	margin-bottom:-10px;
	margin-top: -10px;
}
.Subheader a:hover{
	cursor: pointer;
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	/*background-color: black;*/
}
.current-menu-item a, .current-page-ancestor a {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}



/*------------------------------------------------------------*\
    GLOBAL: SUBPAGES
\*------------------------------------------------------------*/
.Subpage {
	height: auto;
	max-width: var(--siteMaxWidth);
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.Subpage .Title {
	/*padding-left: 0 !important;*/
}
.Square-Ratio {
	height: 0;
	padding-top: 22.5%;
}
.Portrait-Ratio {
	height: 0;
	padding-top: 33%;
}
.Subnav {
	border-bottom: 1px solid black;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	top: 55px;
	z-index: 10;
	margin: 0;
	padding: 15px 36px 15px 30px;
	width: 100%;
	height: auto;
}
.Subnav-Container {
	/*max-width: var(--siteMaxWidth);
	margin: 0 auto;*/
	margin: 0 0 0 5px;
}
.Subnav-Container .Left-Side {
	padding-top: 5px;
}
.Subnav-Container .Right-Side {
	padding-top: -2px;
}
.Subnav h5 {
	padding-top: 12px;
	margin-left: 15px;
}
.Subnav-Bottom {
	/*border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid rgba(255,255,255,0.5);*/
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	z-index: 999;
	margin: 0;
	padding: 15px 36px 15px 30px;
	width: 100%;
	height: 60px;
}
.Subnav-Bottom a {
	color: white;
}
.Subnav-Bottom h4:hover, .Subnav-Bottom h5:hover {
	/*color: var(--magenta);*/
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.Subnav-Bottom h4 {
	padding-top: 5px;
	margin-right: 25px;
	font-size: 16px;
}
.Subnav-Bottom h5 {
	padding: 0px 15px 0 0;
	margin: 7px 15px 0 0;
	border-right: 1px solid white;
	text-transform: uppercase;
	opacity: .5;
}
.Left-Subnav-Container {
	position: relative;
}
.Subnav-Locations {
	border-right: none;
}
.Sticky-Stick {
	position: fixed;
	top: 0;
}
/*.Sticky-StickMobile {
	position: fixed;
	top: 58;
}*/
/*#off .Sticky-Stick {
	height: 58px;
}*/



/*------------------------------------------------------------*\
    GLOBAL POST PAGES
\*------------------------------------------------------------*/
.Post-Content {
	max-width: 700px;
	padding: 50px 0 150px 0;
	margin: auto;
}
.Post-Content img {
	max-width: 700px;
	height: auto;
	padding-top: 30px;
}
.Post-Content p {
	font-family: Noto;
	font-size: 18px;
	line-height: 25px;
}
.Post-Content a:link {
	/*font-family: var(--boldFont);*/
	/*font-size: 17px;*/
	/*text-decoration: underline*/
	/*color: var(--magenta) !important;*/
	font-weight: bold !important;
	background: var(--textGradient) !important;
  	-webkit-background-clip: text !important;
  	-webkit-text-fill-color: transparent !important;
}
.Post-Content a:hover {
	/*color: var(--magenta);*/
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	text-decoration: underline;
}
.Post-Content .Subhead {
	color: var(--magenta);
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	margin-bottom: 25px;
}
.Post-Content h4 {
	margin-top: 20px;
}
.Post-Content .wp-caption-text {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 30px;
}

.Programs-Section {
	height: auto;
	margin: 100px, 100px, 100px, 50px;
	margin-left: 100px;
	margin-top: 100px;
	width: 70%;
}
.Programs-Section .Subhead2 {
	width: 50%;
}
.Attribution {
	font-size: 10px;
	margin-top: 3px;
	opacity: .4;
}
.Attribution a:link, .Attribution a:visited {
	color: white;
}
#watch-page {
	margin-top: 100px;
	max-width: 800px;
}
#watch-page .Subheader2 {
	margin-top: 20px;
	margin-bottom: 50px;
}
#watch-page .Top-Label {
	margin-top: 15px;
	margin-bottom: 5px;
}
#watch-page .Item-Medium-Text {
	font-size: 18px;
	margin-bottom: 5px;
}


/*------------------------------------------------------------*\
    HOME: HERO
\*------------------------------------------------------------*/
#home-hero {
	margin-bottom: 0px;	
	position: sticky;
  	top: -1px;
}
.Parallax {
	height: 100%;
	width: 100%;
}
.Parallax-Null {
	height: 100%;
	width: 100%;
}
.Parallax0 {
	height: 100%;
	width: 100%;
}
.Rellax {

}
#home-earth {
	margin-bottom: 0px;	
	position: sticky;
	/*position: -webkit-sticky; 
  	top: -1px;*/
}
#earthy {
	position: sticky;
	position: -webkit-sticky; 
  	top: -1px;
}
.box {
	background-color: red;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 999;
}
.BOurPurposeContainer {
	float: left;
	width: 20%;
	margin-right: 2.5%;
	margin-top: 5%;
}
.BOurPurposeContainer .Subhead2 {
	font-size: 15px;
}
.Home-Purpose {
	/*margin-left: 2.5%;*/
	margin-top: 6%;
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	width: 200px;
}
#our-purpose {
	/*margin-left: 10%;*/
}
#our-purpose h3 {
	height: 65px;
}
#home-press {
	margin-top: 0px;
}
#hero-title {
	font-size: 13px;
	font-family: var(--regularFont);
}
#hero-name {
	font-family: var(--boldFont);
	font-size: 15px;
}

/*------------------------------------------------------------*\
    HOME: VIDEO
\*------------------------------------------------------------*/
#home-video {
	background-image: url('img/backgrounds/video.png');
}



/*------------------------------------------------------------*\
    HOME: NEWS ABOUT US
\*------------------------------------------------------------*/
#news-about-us-logos {
	min-height: 385px;
	width: auto;
	padding-top: 0px;
	margin: auto;
	padding: 75px, 0;
	margin-bottom: 0px;
}
#news-about-us-logos h2 {
	margin-top: 100px;
	/*margin-left: 20px;*/
}
#news-grid {
	margin-left: -45px;
}



/*------------------------------------------------------------*\
    DONATE
\*------------------------------------------------------------*/
/*Funraise elements*/
#tst_submit {
	border-radius: 0px !important;
}
._vywh6m {
	border-radius: 0px !important;
	display: none !important;
}



/*------------------------------------------------------------*\
    FAQ
\*------------------------------------------------------------*/
#faqs .Section-Item {
	color: black;
	height: 50%;
}
#faqs p {
	height: 110px;
	overflow: hidden;
}
#faqs .Text-Button {
	margin-bottom: 30px;
}







/*------------------------------------------------------------*\
    ABOUT
\*------------------------------------------------------------*/
#about-us .Full-Photo-Section {
	height: 90vh;
	/*	margin-top: 30px;*/
}



/*------------------------------------------------------------*\
    ABOUT > STORY
\*------------------------------------------------------------*/
#story .Subpage {
	
}
#story-item {
	margin-bottom: 30px;
	float: left;
	position: relative;
}
#story .Big {
	width: 100%;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
#story .Medium {
	width: 50%;
	padding-right: 5%;
}
#story .Small {
	width: 25%;
	padding-right: 5%;
	min-height: 150px;
}
#story-date {
	font-family: var(--boldFont);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: .4;
}
#story-title {
	font-family: var(--boldFont);
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 10px;
}
#story .Big #story-date {
	margin-top: 30px;
}
#story .Medium #story-title {
	font-size: 24px;
	line-height: 24px;
}
#story .Small #story-title {
	font-size: 18px;
	line-height: 18px;
}
#story .Small #story-description {
	font-size: 12px;
}
#story-image {
	width: 40%;
	height: 300px;
	float: left;
	position: relative;
	display: inline-block;
	margin-right: 3%;
}
#story h2 {
	padding-top: 100px;
	padding-bottom: 10px;
	clear: both;
}
#story .Subpage h2:first-of-type {
	padding-top: 0px;
}
#story .Rectangle-Button {
	margin-top: 20px;
}



/*------------------------------------------------------------*\
    ABOUT > MISSION
\*------------------------------------------------------------*/
#mission .Section {
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
}
#mission-hero {
	padding-top: 250px;
	padding-bottom: 150px;
}
#mission h3 {
	margin-top: 0px;
}
#mission h2 {
	margin-top: 35px;
}
#mission .Big {
	font-size: 95px;
	line-height: 85px;
	font-family: var(--boldFont);
	z-index: 0;
	position: relative;
	width: 80%;
	/*width: 50%;*/
}
#mission .Medium {
	font-size: 28px;
	line-height: 35px;
	font-family: var(--boldFont);
	width: 40%;
}
#mission .Small {
	font-size: 16px;
	line-height: 19px;
	color: black;
}
i {
	/*color: #E2078D;*/
	font-style: normal;
	margin-right: 0px;
}
i:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
#mission .Section-Container {
	/*max-width: 700px;*/
}
#mission p {
	max-width: 700px;
	font-size: 20px;
	line-height: 28px;
}
#mission .Section-Items-Container {
	width: 100%;
	margin-top: 10px;
}
#mission .rights-item {
	border: 1px solid black;
	width: 23%;
	height: 200px;
	padding: 35px;
	margin: 0 2% 2% 0;
	float: left;
	text-align: center;
}

#mission .rights-item img {
	width: 50px;
}
/*#mission .rights-item:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}*/




/*------------------------------------------------------------*\
    ABOUT > TEAM
\*------------------------------------------------------------*/
#team-members .Section-Item {
	/*height: 350px;*/
	border-bottom: 4px solid white;
}
#team-members .Item-Title {
	z-index: 99;
	position: absolute;
	bottom: 15px;
	padding-right: 20px;
	line-height: 20px;
}
#team-members .Item-Title p {
	opacity: .6;
	line-height: 17px;
	margin-bottom: 0px;
}
#team-members .Overlay-Gradient {
	height: 40%;
}



/*------------------------------------------------------------*\
    ABOUT > FAMILY
\*------------------------------------------------------------*/
#our-family .terms {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	opacity: .6;

	/*padding-top: 2px;*/
}

#our-family .Item-Title {
	bottom: 12px;
}
#our-family-hero .Big {
	font-size: 85px;
	line-height: 75px;
	font-family: var(--boldFont);
	/*width: 50%;*/
}
#our-family a {
	color: white;
}
#our-family a:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}



/*------------------------------------------------------------*\
    ABOUT > REPORTS
\*------------------------------------------------------------*/
#reports .Report {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	padding-top: 130%;

}
#reports .Report-Cont {
	display: inline-block;
	width: 24.45%;
	margin-bottom: 30px;
}
#reports .Report:hover .Color-Bar {
	opacity: 1;
}
#reports .h4-Larger {
	margin-bottom: 5px;
	font-size: 22px;
}



/*------------------------------------------------------------*\
    ABOUT > CAREERS
\*------------------------------------------------------------*/
#careers-row .Cell:last-child {
	padding: 10px 0;
}


/*------------------------------------------------------------*\
    EVENTS OVERVIEW
\*------------------------------------------------------------*/
.event-featured-logo {
	float: left;
	width: 350px;
	display: block;
	margin-top: 100px;
}
.event-subhead2 {
	color: var(--white);
}






/*------------------------------------------------------------*\
    EVENTS > OFF
\*------------------------------------------------------------*/
#off-logo {
	background-image: url('img/OFF_Logo.png');
	margin: 0 auto;
	margin-top: 20px;
	width: 75px;
	height: 50px;
}
#off .Subnav-Logo {
	background-image: url('img/OFF_Logomark.png');
	margin: 0;
	display: inline-block;
	margin-top: 8px;
	width: 70px;
	height: 14px;
	position: absolute;
	z-index: -10;
	opacity: 0;
	left: 60px;
	height: 18px;
	top: 14px;
}

#off .Full-Photo-Section h1 {
	font-size: 85px;
	line-height: 70px;
}
#off-hero-subhead {
	margin-top: 50px;
}
#off-hero-subhead p {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#off-about {
	margin: 100px 0;
}
#off-about h2 {
	font-family: var(--mediumFont);
	font-size: 40px;
	line-height: 42px;
}
#off-about .Text-Button {
	display: inline-block;
}
#off-about-title {
	float: left;
	width: 70%;
	padding-right: 10%;
}
#off-about-description {
	float: right;
	width: 18%;
	padding-top: 10px;
	margin-right: 36px;
}
#off-satellite-events .Section-Item {
	border-color: var(--grey);
}
.Hero-Logo {
	width: 25%;
	height: auto;
	margin-bottom: 5%;

}
#off-large-logo {
	margin-left: 5%;
	top: 44%;
}
.Text-Button {
	font-family: var(--boldFont);
}
.Text-Button:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.Event-Subhead {
	margin-left: 0px;
	margin-bottom: 50px;
	font-size: 26px;
	line-height: 26px;
}
.Event-Hero-Button {
	margin-right: 0px;
	margin-bottom: 40px;
}
.Event-Theme-CTA {
	margin-top: 70px;
}
.Event-Theme-Description {
	width: 60%;
	margin-top: 20px;
}
.Event-Theme-Logo{
	position: absolute;
	bottom: 0px;
	width: 60%;
	height: auto;
	margin-left: 28px;
}
.Section-Inside {
	margin-left: 10%;
	margin-top: -10%;
}
.Event-Theme-Button {
	margin-top: 30px;
}
#off .Subnav-Bottom .Right-Side {
	display: none;
}



/*------------------------------------------------------------*\
    PROGRAMS OVERVIEW
\*------------------------------------------------------------*/
#programs-overview a:link, #programs-overview a:visited, #programs-overview a:active {
	color: white;
}
.program-overview-logo {
	width: 230px;
	background-size: contain;
	background-position: top;
	position: absolute;
	left: 50%;
	margin-left: -115px;
	z-index: 999;
	top: 20%;
}
.Program-Logo {
	width: 400px;
	top: 50%;
	transform: perspective(1px) translateY(-50%) translateX(-50%);
	margin-left: 0px;

}
.Program-Story {
	padding: 25px 0;
}
.Program-Story .Subhead {
	margin-bottom: 5px;
}
#programs-overview .Subhead2 {
	width: 70%;
	opacity: .6;
}
.Quote {
	width: 70%;
	margin: auto;
	height: auto;
}



/*------------------------------------------------------------*\
    PRESS OVERVIEW
\*------------------------------------------------------------*/





/*------------------------------------------------------------*\
    TAKE ACTION
\*------------------------------------------------------------*/



/*------------------------------------------------------------*\
    CONTACT
\*------------------------------------------------------------*/
#contact-main-container {
	width: 300px;
	left: 40%;
	text-align: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255,255,255,.8);
	padding: 25px 25px 0px 25px;
}
#contact-main-container #contact-row .Cell0 {
	width: 170px;
}
#contact-departments-container {
	float: left;
	width: 47%;
	margin-right: 5%;
	display: inline-block;
	margin-top: 100px;
}
#contact-row .Cell {
	padding: 8px 0;
	height: 75px;
}
#contact-row .Cell:last-child {
	padding: 8px 0;
	text-align: right;
}
#contact-row .Cell {
	width: auto;
}
#contact-row .Cell:nth-child(1) {
	width: 60%;
}
#contact-row .Row:hover {
	/*background-color: transparent !important;*/
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
#contact-departments-container:last-child {
	float: right;
	margin-right: 0;
}
#contact-departments-container h3 {
	margin-bottom: 10px;
}





/*------------------------------------------------------------*\
    TAKE ACTION
\*------------------------------------------------------------*/
#take-action .Button2 {
	border-color: black;
	margin-top: 15px;
}




/*------------------------------------------------------------*\
    DONATE
\*------------------------------------------------------------*/
#donate-page {
	margin-bottom: 150px;
}
#donate-button {
	margin-top: 20px;
}
#donate-section h2 {
	margin-bottom: 10px;
	margin-top: 40px;
}
#donate-section h4 {
	font-size: 16px;
	line-height: 20px;
}
#donate-now .Cell {
	padding: 8px 0;
	text-align: left;
}
#donate-row .Cell:nth-child(1) {
	width: 25%;
}
#donate-row .Cell:nth-child(2) {
	width: 55%;
}
#donate-page .Section {
	padding-bottom: 0px;
}




/*------------------------------------------------------------*\
    SPEAKER POST
\*------------------------------------------------------------*/
.HeaderImage {
	width: 100%;
	height: 500px;
	margin-top: 100px;
	margin-bottom: 20px;
}
.Uppercase {
	text-transform: uppercase;
}
.Attributes h4 {
	display: inline-block;
	margin-top: 0px;
	opacity: .5;
}
.Divider {
	margin: 0 10px;
}
.video-section2 {
	float: left;
	margin-right: 20px;
	width: 47%;
	margin-bottom: 100px;
}
.talks-section {
	margin: 50px 0;
}
.talks-section h3 {
	margin-top: 10px;
}





/*------------------------------------------------------------*\
    FOOTER
\*------------------------------------------------------------*/
#footer {
	height: auto;
	background-color: black;
	margin-top: 0px;
	color: white;
}
#footer p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}
#footer .Text {
	padding-right: 1%;
}
#footer .Logo {
	background-image: url('img/HRF_Logo_Words2.png');
	width: 220px;
	height: 75px;
}
#footer-logo {
	width: calc(100%/3);
}
#footer-logo, #footer-details {
	margin-top: 25px;
}
#footer-address {
	width: calc(100%/4);
}
#footer-subscribe {
	width: calc(100%/2);
}
#footer-social {
	width: calc(100%/4);
}
#footer .Input-Text {
	background-color: #333333;
	border: none;
	color: white;
	padding: 6px 10px 7px 10px;
	font-size: 15px;
	margin-top: 5px;
	width: 67.2%;
}
#footer .Input-Button {
	color: var(--white) !important;
	background-color: #E2078D;
	border-color: #E2078D;
	cursor: pointer !important;
	padding: 6px 10px !important;
	/*	margin: 0 !important;*/
	margin-top: 3px !important;
	opacity: .9;
}
#footer .Input-Button:hover {
	opacity: 1;
}
#footer .Section-Item {
	border: 0px;
	border-bottom: 0px;
}
#footer a, #footer a:link, .footer a:active, .footer a:visited {
	color: var(--white);
	text-decoration: none;
}
#footer a:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	opacity: 1;
}
#footer li, #footer ul {
	list-style-type: none;
}
#footer .menu-item-has-children {
	width: calc(100%/6);
	float: left;
	display: inline-block;
	padding-right: 5%;
}
#footer .menu-item {
	font-family: var(--boldFont);
	margin-bottom: 8px;
}
#footer .menu-item a {

}
#footer .menu {
	font-size: 13px;
	line-height: 14px;
}
#footer .sub-menu .menu-item {
	margin-top: 8px;
	opacity: .5;
	font-family: var(--regularFont);
}
#footer .current-page-ancestor a {
	color: var(--white) !important;
}
#footer .current-page-ancestor a:hover {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
#footer #legal {
	padding-top: 15px;
	width: 100%;
	border-top: 1px solid #333333;
	float: left;
	margin-top: 15px;
	font-size: 13px;
	line-height: 13px;
}
#footer #legal p {
	color: #444444;
	display: inline-block;
	float: left;
	padding-right: 40px;
}
#footer #legal .menu-item {
	float: left;
	display: inline-block;
	font-family: var(--regularFont);
	border-left: 1px solid #999999;
	opacity: .4;
	padding: 1px 15px;
	margin-top: 2px;
}
#footer #legal .menu-item:first-child {
	border-left: none;
}
#footer #legal .menu {
	display: inline-block;
	float: left;
}
#footer .Button1-Mini {
	font-size: 14px;
	margin-left: 0px;
	padding: 5px 8px;
}


/*------------------------------------------------------------*\
    DONATE BITCOIN
\*------------------------------------------------------------*/
#bitcoin-content {
	width: 50%;
	margin-left: 25px;
}
#bitcoin-content a:link {
	font-family: var(--boldFont);
	font-size: 17px;
	/*text-decoration: underline*/
}
#bitcoin-content a:hover {
	/*color: var(--magenta);*/
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
#bitcoin-content input {
	/*width: 50%;
	height: 36px;*/
	/*font-family: var(--regularFont);*/
	/*font-size: 15px;*/
	/*margin-bottom: 20px;
	padding-left: 10px;*/
}



/*------------------------------------------------------------*\
    404 PAGE
\*------------------------------------------------------------*/
#post-404 .Title {
	margin-bottom: 100px;
}

.corona {
	width: 50%;
	margin-left: 0px;
}


/*------------------------------------------------------------*\
    SCREEN SIZES
\*------------------------------------------------------------*/
@media (max-width: 1400px) {
	.footer {
		height: 300px;
	}
	.footer-box:first-child {
		display: block;
		margin-left: 0px;
		margin-bottom: 50px;
	}
	#copyright {
		position: absolute;
		right: 10%;
	}
	.corona {
		margin-left: 36px;
	}

}

@media (max-width: 1200px) {
	.Spread-4 {
		width: 50%;
		height: 50%;
		border-bottom: 4px solid white;
	}
	.Item-2x1, .Item-1x1 {
		width: calc(100%/3);
	}
	.Item-2x3 {
		width: 100%;
	}
	.Text {
		padding-right: 6%;
		text-align: center;
	}
	.Subpage .Text {
		padding-right: 0;
		text-align: left;
	}
	#team-members .Spread-4 {
		width: calc(100%/3);
		padding-top: 31%;
	}
	.Big-Title {
		font-size: 55px;
		line-height: 52px;
	}
	.Medium-Title {
		font-size: 40px;
		line-height: 37px;
	}
	.Top-Label {
		margin-top: 50px;
		margin-left: 36px;
	}
	.Home-Purpose {
		margin-left: 2.5%;
	}
	.Spread-6 {
		width: -webkit-calc(100%/3);
	}
	.Section {
		padding-left: 0px;
		padding-right: 0px;
		height: auto;
	}
	.Section-Item {
		font-size: 18px;
		line-height: 20px;
		display: block;
		height: 300px;
	}
	#programs-overview .Item-Title {
		display: none;
	}
	#footer {
		padding-left: 36px;
	}
	#footer .Section-Item {
		height: 100px;
		text-align: left;
	}
	.BOurPurposeContainer {
		margin-right: 5%;
	}
	.Full-Photo-Section {
		height: 100vh;
	}
	.Hero-Title {
		font-size: 90px;
		line-height: 86px;
	}
	#about-hero {
		margin-top: 50px;
	}
	.Stat {
		font-size: 50px;
		line-height: 50px;
	}
	.Stat-Cont {
		width: 32%;
	}
	.Image-Grid {
		padding-left: 36px;
	}
	.Donate-Section {
		height: auto;
		padding-left: 36px;
	}
	.Donate-Section h1 {
		font-size: 40px;
		line-height: 38px;
	}
	.Donate-Section .Donate-Item {
		margin-right: 50px;
	}
	.Donate-Section p {
		font-size: 14px;
		line-height: 18px;
	}
	.Row {
		padding: 0 36px;
	}
	#story-item {
		margin-left: 36px;
		margin-right: 36px;
	}
	#story-item .Big {
		width: calc(100% - 72px);
	}
	#story .Big {
		width: calc(100% - 72px);
	}
	#story h2 {
		margin-left: 36px;
	}
	#careers .Row .Cell {
		padding-right: 20px;
	}
	#careers .Row .Cell:nth-child(1) {
		width: 40%;
	}
	#careers .Row .Cell:nth-child(2) {
		width: 20%;
	}
	#careers .Row .Cell:nth-child(3) {
		width: 20%;
	}
	#careers .Row .Cell:last-child {
		padding-right: 0px;
	}
	#contact .Row {
		padding: 0;
	}
	.Menu {
		display: block;
	}
	#header {
		position: fixed !important;
	}
	.Header .menu {
		display: none;
	}
	.Header #logo-cont {
		width: 120px;
		height: 100%;
		display: inline-block;
		padding-top: 2px;
		margin: 0 auto;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -60px;
	}
	.Header .Logo {
		margin-left: 20px;
		width: 120px;
		height: 30px;
	}
	.Header {
		height: 58px;
		padding: 12px 12px;
	}
	.Subheader {
		display: none;
	}
	.Section-Container {
		padding-left: 36px;
		padding-right: 36px;
	}
	#mission .rights-item {
		width: 30%;
		height: 150px;
	}
	#about-off-title {
		margin-left: 36px;
	}
	#off-about {
		margin-left: 36px;
	}
	#off-about-description {
		margin-right: 72px;
	}
	#donate-bitcoin-section .Section {
		padding-left: 36px;
	}
	#donate-page h2 {
		padding-left: 36px;
	}
	.msearch {
		position: absolute;
		right: 130px;
	}
	.BOurPurposeContainer {
		margin-left: 36px;
	}
	.Home-Purpose {
		margin-left: 36px;
	}
	.Left-Subnav-Container {
		margin-left: 31px;
	}
	.Subnav-Container {
		margin-left: 36px;
	}
	.Callout {
		padding-left: 36px;
	}
}


@media (max-width: 850px) {
	h1 {
		font-size: 50px;
		line-height: 45px;
	}
	h2 {
		font-size: 24px;
		line-height: 22px;
	}
	h3 {
		font-size: 16px;
		line-height: 18px;
	}
	h4 {
		font-size: 12px;
		line-height: 24px;
	}
	p {
		font-size: 16px;
		line-height: 20px;
	}
	.Big-Title {
		font-size: 55px;
		line-height: 52px;
	}
	.Medium-Title {
		font-size: 35px;
		line-height: 32px;
	}
	.Subhead {
		font-size: 22px;
		line-height: 26px;
	}
	.Subhead2 {
		font-size: 14px;
		line-height: 18px;
	}
	.BOurPurposeContainer .Subhead2 {
		font-size: 14px;
		line-height: 18px;
	}
	.Section {
		padding-left: 0px;
		padding-right: 0px;
		height: auto;
	}
	.Spread-6 {
		width: -webkit-calc(100%/3);
	}
	.Left-Bottom-Content {
		left: 36px;
	}
	.Right-Center {
		right: 18%;
	}
	.Callout {
		font-size: 30px;
		line-height: 34px;
		padding-left: 36px;
		margin: 0px;
	}
	.Full-Photo-Section {
		height: 100vh;
	}
	#header-donate-button {
		position: absolute;
		right: 20px;
		padding: 5px 8px 4px 8px;
		font-size: 12px;
		margin-top: 2px;
		z-index: 9999999;
	}
	#header-donate-button2 {
		position: absolute;
		z-index: 9999999;
	}
	.VerticalAt768 {
		height: auto;
	}
	.VerticalAt768 .Title {
		width: 100%;
		margin-top: 40px;
		text-align: left;
		top: 0px;
	}
	.VerticalAt768 .Title br {
		width: 100%;
		margin-top: 40px;
		text-align: left;
		display: none;
	}
	.VerticalAt768 .Section-Items-Container{
		width: 100%;
	}
	#donate-options h4 {
		margin-top: 30px;
	}
	.BOurPurposeContainer {
		margin-right: 3%;
	}
	.Post-Content {
		margin: 0 10%;
	}
	.Post-Content img {
		width: 100%;
		height: auto;
	}
	#footer-navigation {
		display: none;
	}
	#footer li {
		text-align: left;
	}
	#footer-details {
		width: 100%;
	}
	#footer-details .Section-Item {
		width: 100%;
	}
	#footer .Section-Item {
		height: 60px;
		margin-bottom: 20px;
	}
	.Donate-Section {
		height: auto;
		padding-left: 36px;
	}
	.Donate-Section h1 {
		font-size: 30px;
		line-height: 28px;
	}
	.Donate-Section .Donate-Item {
		margin-right: 5%;
		width: 28%;
	}
	.Centered {
		top: 50%;
	}
	.Fluid-Height {
		height: auto;
	}
	.Program-Logo {
		width: 300px;
	}
	#story-title {
		font-size: 28px;
		line-height: 28px;
	}
	#story h2 {
		font-size: 35px;
		line-height: 28px;
	}
	#story .Section {
		margin-top: 100px;
	}
	#mission .rights-item {
		width: 100%;
		height: auto;
	}
	#footer {
		padding-left: 36px;
	}
	.Hero-Logo {
		width: 35%;
	}
	.Event-Subhead {
		font-size: 22px;
		line-height: 24px;
	}
	#donate-page .Row .Cell:nth-child(1) {
		width: 20%;
		margin-right: 20px;
	}
	#donate-page .Row .Cell:nth-child(2) {
		width: 35%;
	}
	#off-about-description {
		float: left;
		width: 50%;
		margin-top: 20px;
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 40px;
		line-height: 38px;
	}
	h2 {
		font-size: 20px;
		line-height: 22px;
	}
	h3 {
		font-size: 16px;
		line-height: 17px;
	}
	h4 {
		font-size: 12px;
		line-height: 24px;
	}
	p {
		font-size: 16px;
		line-height: 20px;
	}
	#home-hero .Left-Center {
		width: 80%;
		left: 15px;
	}
	#home-hero .Big-Title {
		font-size: 80px;
		line-height: 70px;
		margin-top: 40px;
	}
	.Big-Title {
		font-size: 40px;
		line-height: 37px;
	}
	.Medium-Title {
		font-size: 24px;
		line-height: 22px;
	}
	.Subhead {
		font-size: 22px;
		line-height: 26px;
	}
	.Subhead2 {
		font-size: 14px;
		line-height: 17px;
	}
	.Section {
		height: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	.Full-Photo-Section {
		height: 100vh;
	}
	.Section-Items-Container {
		width: calc(100% - 72px);
		margin-left: 36px;
		margin-right: 36px;
	}
	#footer .Section-Items-Container {
		width: calc(100% - 72px);
		margin-left: 0px;
		margin-right: 0px;
	}
	.Title {
		width: 100%;
		margin-top: 40px;
		text-align: left;
	}
	.Title br {
		display: none;
	}
	.Spread-4 {
		width: 50%;
		border-bottom: 4px solid white;
	}
	.Spread-6 {
		width: 50%;
	}
	#how-fight p {
		height: 140px;
		margin-bottom: 15px;
	}
	#how-fight h4 {
		margin-top: 30px;
	}
	.Text {
		height: 300px;
	}
	.Square-Ratio {
		height: 0px;
		border-bottom: 4px solid white;
	}
	#team-members .Spread-4 {
		width: calc(100%/2);
		padding-top: 45%;
	}
	.BOurPurposeContainer {
		display: block;
		margin-bottom: 30px;
		width: 70%;
	}
	#our-purpose h3 {
	    height: auto;
	    margin-bottom: 5px;
	}
	#uniting-the-world-text {
		width: 90%;
		left: 36px;
	}
	#uniting-the-world-text .Medium-Title {
		font-size: 50px;
		line-height: 45px;
	}
	.Top-Label {
		margin-top: 50px;
		margin-left: 36px;
	}
	.Home-Purpose {
		left: 2.5%;
		margin-left: 0px;
	}
	.Callout {
		margin-left: 36px;
		margin-top: 30px;
		font-size: 20px;
		line-height: 25px;
	}
	.Stat {
		font-size: 50px;
		line-height: 50px;
	}
	.Stat-Cont {
		width: 50%;
	}
	.Donate-Section {
		height: auto;
		padding-left: 36px;
	}
	.Donate-Section h1 {
		font-size: 30px;
		line-height: 28px;
	}
	.Donate-Section .Donate-Item {
		margin-right: 5%;
		width: 28%;
	}
	.Fluid-Height {
		height: auto;
	}
	.Section-Container {
		padding-left: 36px;
		padding-right: 36px;
	}
	#mission .rights-item {
		width: 100%;
		margin-left: -36px;
		margin-right: -36px;
		height: auto;
	}
	#careers .Row .Cell:nth-child(1) {
		width: 40%;
	}
	#careers .Row .Cell:nth-child(2) {
		width: 25%;
	}
	#careers .Row .Cell:nth-child(3) {
		display: none;
	}
	#contact-main-container {
		left: 50%;
		margin-left: -150px;
	}
	.Donate-Section {
		height: auto;
		padding-left: 36px;
	}
	.Donate-Section h1 {
		font-size: 30px;
		line-height: 28px;
	}
	.Donate-Section .Donate-Item {
		width: 100%;
		margin-bottom: 50px;
	}
	.Donate-Section p {
		height: auto !important;
		width: 80%;
	}
	.Hero-Logo {
		width: 45%;
	}
	#off-large-logo {
		margin-left: 5%;
	}
	.Event-Subhead {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 50px;
	}
	.Subnav-Item h5 {
		font-size: 13px;
		line-height: 15px;
	}
	.Subnav-Bottom h5:nth-child(1) {
		margin-left: 0px;
	}
	#header-donate-button {
		z-index: 9999999;
	}
	#header-donate-button2 {
		position: absolute;
		z-index: 9999999;
	}
	#off-about-description {
		float: left;
		width: 70%;
		margin-top: 20px;
	}
	#off-about-title {
		width: 80%;
	}
	.Subnav-Bottom {
		bottom: -58px;
	}
	.Event-Subhead {
		width: 40%;
		bottom: 36px;
		margin-bottom: 40px;
	}
	.Event-Hero-Button {
		/*margin-bottom: 0px;*/
	}
	.Right-Bottom-Content {
		right: 0px;
		bottom: 36px;
	}
	.Left-Bottom-Content {
		bottom: 36px;
	}
}

@media (max-width: 450px) {
	.Middle-Title {
		width: 75%;
		font-size: 24px;
		line-height: 22px;
	}
	.Left-Box-Center {
		left: 12%;
	}
}

@media (max-width: 400px) {
	.Spread-4 {
		width: 100%;
	}
	.Spread-6 {
		width: 100%;
	}
	#team-members .Spread-4 {
		width: 100%;
		padding-top: 70%;
	}
	.Stat-Cont {
		height: 150px;
	}
	.Stat {
		font-size: 40px;
	}
	#home-hero .Big-Title {
		font-size: 60px;
		line-height: 55px;
		position: absolute;
		top: 0px;
	}
	#home-hero .Left-Center {
		position: absolute;
		top: 65px;
	}
	#careers .Row .Cell:nth-child(1) {
		width: 50%;
	}
	#careers .Row .Cell:nth-child(2) {
		display: none;
	}
	#careers .Row .Cell:nth-child(3) {
		display: none;
	}
	.Big-Title {
		font-size: 40px;
		line-height: 40px;
	}
	#donate-page .Row .Cell:nth-child(2) {
		display: none;
	}
	#header-donate-button {
		z-index: 9999999;
	}
	#header-donate-button2 {
		position: absolute;
		z-index: 9999999;
	}
}

@media (max-width: 320px) {

}









/*------------------------------------------------------------*\
    GLOBAL VARS DEFINITIONS
\*------------------------------------------------------------*/
.white {
	color: var(--white);
}

.black {
	color: var(--black);
}

.grey {
	color: var(--grey);
}


.green-back {
	background-color: var(--yellow);
}

.white-back {
	background-color: var(--white);
}

.black-back {
	background-color: var(--black);
}

.grey-back {
	background-color: var(--grey);
}
.gradientColor {
	background: var(--textGradient);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}




/*------------------------------------------------------------*\
    AJAX SEARCH AND FILTERS
\*------------------------------------------------------------*/
.searchwrapper{width: 100%;
    height: 1200px;
    position: fixed;
    background: #312d2db5;
    z-index: 999999;
    color: white;}
.hde{display:none;}
.msearch{
	padding-top:10px;
	display: none;
}
.msearch:hover{cursor: pointer}
.searchdiv{display:initial;}
.sclose{
    position: absolute;
    right: 10%;
    top: 15%;
    font-size: 27px;}
#sresult p {
    font-size: 20px;
    line-height: 28px;
}
#sresult h2 {
    margin-top: 35px;
}

.SpeakerFilter{display: flow-root;}
.SpeakerFilter div{display:inline-block}
.Event_filterField {float:right}
.CustomCategories {
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 0px;
}
.custom-select {
    position: relative;
    display: inline-block;
}

.CustomCategories {
    padding-left: 20px;
    -webkit-appearance: none;
    display: block;
    font-size: 17px;
    font-family: var(--mediumFont);
	background: transparent;
}
.CustomCategories:focus { 
 outline: none;
}

/* Select new arrow styling */
.custom-select:after {
    content: "▼";
    position: absolute;
    top: 0;
    height: 80%;
    font-size: 60%;
    padding: 15px 5px;
    color: #1f1d1d;
    pointer-events: none;
}
/* .col5{width: 180px;} */
.cityw select, option{
    width: 74px;
}
.regionw select, option{
    width: 95px;
}
.topicw select, option{
    width: 83px;
}
.yearw select, option{
    width: 76px;
}
.eventw select, option{
    width: 125px;
} 
.topiccff select, option {
    width: 88px;
}
.universitycff select, option {
    width: 116px;
}

.yearcff select, option {
    width: 85px;
}

.regioncff select, option {
    width: 98px;
}

.citycff select, option {
    width: 122px;
}
.speakertype select, option {
    width: 147px;
}
.hrfLanguage select, option {
    width: 124px;
}

.hrfCountry select, option {
    width: 106px;
}
option {
  overflow: hidden;
  white-sapce: no-wrap;
  text-overflow: ellipsis;
}
.csearch input{ padding: 10px;
    background: transparent;
    border: 0px;
    border-bottom: 2px solid white;
    font-size: 31px;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    font-family: var(--boldFont);}

.csearch input:focus { 
 outline: none;
}

 .csearch input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.csearch input ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.csearch input :-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
.csearch input :-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.csearch button {
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 7px 30px !important;
    color: white !important;
    font-size: 20px !important;
    font-family: var(--regularFont) !important;
}
h3#noData {
    text-align: center;
    margin-top: 11px;
    font-size: 15px;
    color: #DDD;
    padding: 17px;
}
}
div#category-post-speak-content {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    color: gray;
}
#category-post-speak-content {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    color: gray;
}
#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#demo-2 input[type=search]:hover {
    background-color: #fff;
}
#demo-2 input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    outline: none;
   border: 1px solid #616161;
}
#demo-2 input:-moz-placeholder {
    color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}
.expandSearch input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
.expandSearch input::-webkit-search-decoration,
.expandSearch input::-webkit-search-cancel-button {
    display: none; 
}


.expandSearch input[type=search] {
    background: #ffffff url('https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png') no-repeat 9px center;
    border: none;
    padding: 9px 10px 9px 32px;
    width: 55px;
    
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius:0px;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.expandSearch input[type=search]:focus {
   width: 130px;
    background-color: #fff;
    border-color: #414141;
    -webkit-box-shadow: 0 0 5px rgb(19, 20, 27);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(16, 19, 25, 0.14);
    outline: none;
}


.expandSearch input:-moz-placeholder {
    color: #999;
}
.expandSearch input::-webkit-input-placeholder {
    color: #999;
}
.Talkssection {
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  h2#SpeakerTitle {
    margin-top: 7px;
    margin-left: 36px;
}
  
}
@media only screen and (max-width:768px){
}

@media only screen and (max-width:468px){
.Top-Label {
    margin-top: 0px;
    margin-left: 36px;
}
.CustomCategories {
    font-size: 14px;
}
.topiccff select, option {
    width: 83px;
}

.yearcff select, option {
    width: 78px;
}

.regioncff select, option {
    width: 96px;
}

.citycff select, option {
    width: 108px;
}
}
