body {
	//cursor: url(./images/yellow.png) 2 2, pointer;
	color: #fff;
	font-family: 'Styrene B Web';
	font-size: 16px;
	margin: 0;
	height: 100%;
}
body a {
	color: #fff;
	text-decoration: underline;
}

.link {
	cursor: pointer;
}

.left { float: left; width: 50%; }
.right { float: right; width: 50%; }

/* orange theme */
body.theme-orange {
	background-color: #fc5920;
}
body.theme-orange a {
	color: #0039ff;
}
body.theme-orange .text-highlight {
	color: #0039ff;
}
body.theme-orange .main-circle { 
	background-color: #0039ff;
}
body.theme-orange .glyphicon-chevron-left:before,
body.theme-orange .glyphicon-chevron-right:before {
	color: #0039ff;
}
body.theme-orange .hdr-title {
	background-image: url(./images/Active-Blue.png);
}
body.theme-orange .ftr-title {
	background-image: url(./images/Cultures-Blue.png);
}
body.theme-orange .bg2 {
	background-color: #fed100;
}
.circle.theme-orange {
	background-color: #fc5920;
}
.nav-circle.theme-orange {
	background-color: #fc5920;
}
#sitenav.theme-orange {
	background-color: #fc5920;
}
#sitenav.theme-orange, #sitenav.theme-orange a {
	color: #0039ff;
}
#sitenav.theme-orange #opennav div {
	background-color: #0039ff;
}
.theme-orange .ff-632205509f7462fb241d511a button {
	background-color: #0039ff;
}
.theme-orange .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-feedback {
	color: #0039ff;
}
.theme-orange .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-control {
	color: #0039ff;
	border-color: #0039ff;
}

/* yellow theme */
body.theme-yellow {
	background-color: #fed100;
}
body.theme-yellow a {
	color: #ea3bae;
}
body.theme-yellow .text-highlight {
	color: #ea3bae;
}
body.theme-yellow .main-circle { 
	background-color: #ea3bae;
}
body.theme-yellow .glyphicon-chevron-left:before,
body.theme-yellow .glyphicon-chevron-right:before {
	color: #ea3bae;
}
body.theme-yellow .hdr-title {
	background-image: url(./images/Active-Pink.png);
}
body.theme-yellow .ftr-title {
	background-image: url(./images/Cultures-Pink.png);
}
body.theme-yellow .bg2 {
	background-color: #0039ff;
}
.circle.theme-yellow {
	background-color: #fed100;
}
.nav-circle.theme-yellow {
	background-color: #fed100;
}
#sitenav.theme-yellow {
	background-color: #fed100;
}
#sitenav.theme-yellow, #sitenav.theme-yellow a {
	color: #ea3bae;
}
#sitenav.theme-yellow #opennav div {
	background-color: #ea3bae;
}
.theme-yellow .ff-632205509f7462fb241d511a button {
	background-color: #ea3bae;
}
.theme-yellow .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-feedback {
	color: #ea3bae;
}
.theme-yellow .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-control {
	color: #ea3bae;
	border-color: #ea3bae;
}

/* red theme */
body.theme-red {
	background-color: #ed2939;
}
body.theme-red a {
	color: #fed100;
}
body.theme-red .text-highlight {
	color: #fed100;
}
body.theme-red .main-circle { 
	background-color: #fed100;
}
body.theme-red .glyphicon-chevron-left:before,
body.theme-red .glyphicon-chevron-right:before {
	color: #fed100;
}
body.theme-red .hdr-title {
	background-image: url(./images/Active-Yellow.png);
}
body.theme-red .ftr-title {
	background-image: url(./images/Cultures-Yellow.png);
}
body.theme-red .bg2 {
	background-color: #ea3bae;
}
.circle.theme-red {
	background-color: #3d2939;
}
.nav-circle.theme-red {
	background-color: #3d2939;
}
#sitenav.theme-red {
	background-color: #ed2939;
}
#sitenav.theme-red, #sitenav.theme-red a {
	color: #fed100;
}
#sitenav.theme-red #opennav div {
	background-color: #fed100;
}
.theme-red .ff-632205509f7462fb241d511a button {
	background-color: #fed100;
}
.theme-red .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-feedback {
	color: #fed100;
}
.theme-red .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-control {
	color: #fed100;
	border-color: #fed100;
}

/* blue theme */
body.theme-blue {
	background-color: #0039ff;
}
body.theme-blue a {
	color: #ff5800;
}
body.theme-blue .text-highlight {
	color: #ff5800;
}
body.theme-blue .main-circle {
	background-color: #ff5800;
}
body.theme-blue .glyphicon-chevron-left:before,
body.theme-blue .glyphicon-chevron-right:before {
	color: #ff5800;
}
body.theme-blue .hdr-title {
	background-image: url(./images/Active-Orange.png);
}
body.theme-blue .ftr-title {
	background-image: url(./images/Cultures-Orange.png);
}
body.theme-blue .bg2 {
	background-color: #00af3f;
}
.circle.theme-blue {
	background-color: #0039ff;
}
.nav-circle.theme-blue {
	background-color: #0039ff;
}
#sitenav.theme-blue {
	background-color: #0039ff;
}
#sitenav.theme-blue, #sitenav.theme-blue a {
	color: #ff5800;
}
#sitenav.theme-blue #opennav div {
	background-color: #ff5800;
}
.theme-blue .ff-632205509f7462fb241d511a button {
	background-color: #ff5800;
}
.theme-blue .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-feedback {
	color: #ff5800;
}
.theme-blue .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-control {
	color: #ff5800;
	border-color: #ff5800;
}

/* pink theme */
body.theme-pink {
	background-color: #ea3bae;
}
body.theme-pink a {
	color: #00af3f;
}
body.theme-pink .text-highlight {
	color: #00af3f;
}
body.theme-pink .main-circle {
	background-color: #00af3f;
}
body.theme-pink .glyphicon-chevron-left:before,
body.theme-pink .glyphicon-chevron-right:before {
	color: #00af3f;
}
body.theme-pink .hdr-title {
	background-image: url(./images/Active-Green.png);
}
body.theme-pink .ftr-title {
	background-image: url(./images/Cultures-Green.png);
}
body.theme-pink .bg2 {
	background-color: #fc5920;
}
.circle.theme-pink {
	background-color: #ea3bae;
}
.nav-circle.theme-pink {
	background-color: #ea3bae;
}
#sitenav.theme-pink {
	background-color: #ea3bae;
}
#sitenav.theme-pink, #sitenav.theme-pink a {
	color: #00af3f;
}
#sitenav.theme-pink #opennav div {
	background-color: #00af3f;
}
.theme-pink .ff-632205509f7462fb241d511a button {
	background-color: #00af3f;
}
.theme-pink .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-feedback {
	color: #00af3f;
}
.theme-pink .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-control {
	color: #00af3f;
	border-color: #00af3f;
}

/* green theme */
body.theme-green {
	background-color: #00af3f;
}
body.theme-green a {
	color: #fed100;
}
body.theme-green .text-highlight {
	color: #fed100;
}
body.theme-green .main-circle {
	background-color: #fed100;
}
body.theme-green .glyphicon-chevron-left:before,
body.theme-green .glyphicon-chevron-right:before {
	color: #fed100;
}
body.theme-green .hdr-title {
	background-image: url(./images/Active-Yellow.png);
}
body.theme-green .ftr-title {
	background-image: url(./images/Cultures-Yellow.png);
}
body.theme-green .bg2 {
	background-color: #0039ff;
}
.circle.theme-green {
	background-color: #00af3f;
}
.nav-circle.theme-green {
	background-color: #00af3f;
}
#sitenav.theme-green {
	background-color: #00af3f;
}
#sitenav.theme-green, #sitenav.theme-green a {
	color: #fed100;
}
#sitenav.theme-green #opennav div {
	background-color: #fed100;
}
.theme-green .ff-632205509f7462fb241d511a button {
	background-color: #fed100;
}
.theme-green .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-feedback {
	color: #fed100;
}
.theme-green .ff-632205509f7462fb241d511a .fd-form-group.fd-has-error .fd-form-control {
	color: #fed100;
	border-color: #fed100;
}

.nav-circle {
	position:fixed;
z-index: 3;
	width:0px;
	height:0px;
	top:10px;
	left:10px;
	margin-left:0px;
	margin-top:0px;
	border-radius:50%;
	-webkit-transition:all 2s;
	overflow: hidden;
}
.nav-circle.active {
	width:4000px;
	height:4000px;
	top:50%;
	left:50%;
	margin-left:-2000px;
	margin-top:-2000px;
	overflow: hidden;
}
.circle {
	position:fixed;
z-index: 3;
	width:0px;
	height:0px;
	top:50%;
	left:50%;
	margin-left:0px;
	margin-top:0px;
	border-radius:50%;
	-webkit-transition:all 2s;
}
.circle.active {
	width:2000px;
	height:2000px;
	top:50%;
	left:50%;
	margin-left:-1000px;
	margin-top:-1000px;
}
.page {
	opacity:0;
	z-index:99;
	position:relative;
	-webkit-transition:all 0.5s;
	-webkit-transition-delay: 1s; 
}
.page.active{
	opacity:1;
}

#sitenav {
	z-index: 1;
	background: #383637;
	cursor: pointer;
}
#sitenav.open {
	min-height: 100%;
}

#sitenav, #sitenav_menu {
	position: fixed;
}
#sitenav, #sitenav_menu, #sitenav_ad {
	width: 100%;
	top: 0;
}
#sitenav #opennav {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 15px;
	left: 13px;
}
#sitenav #opennav div {
	position: absolute;
	background-color: #727272;
	top: 3px;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	-moz-transform: roate(0deg);
	-ms-transform: roate(0deg);
	-webkit-transform: roate(0deg);
	transform: roate(0deg);
	-moz-transition-property: -moz-transform,top,left,width;
	-o-transition-property: -o-transform,top,left,width;
	-webkit-transition-property: -webkit-transform,top,left,width;
	transition-property: transform,top,left,width;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
#sitenav #opennav div:nth-child(2), #sitenav #opennav div:nth-child(3) {
	top: 9px;
}
#sitenav #opennav div:nth-child(4) {
	top: 15px;
}
#sitenav.open #opennav div:nth-child(1), #sitenav.open #opennav div:nth-child(4) {
	top: 50%;
	width: 0%;
	left: 50%;
}
#sitenav.open #opennav div:nth-child(2) {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sitenav.open #opennav div:nth-child(3) {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sitenav_menu {
	bottom: 0px;
	margin-top: 50px;
	text-align: center;
	overflow: auto;
	display: none;
	z-index: 2;
}
#sitenav_menu.open {
	display: block;
}

#nav_links {
	text-align: center;
}
#nav_links a {
	font-family: 'gt_super_displayregular';
	font-size: 7.5vh;
	line-height: 8vh;
}
#nav_links a:hover {
	text-decoration: none;
}
.subscribe-title {
	font-family: 'gt_super_displayregular';
	font-size: 3vh;
	font-style: italic;
	text-align: center;
}

#container {
	width: 100%;
}

.hdr-title {
	background-image: url(./images/Active-Yellow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 50px;
}
#home .hdr-title {
	position: fixed;
	top: 1.6vw;
	height: 200px;
}

.ftr-title {
	background-image: url(./images/Cultures-Yellow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 50px;
}
.ftr-social {
	position: fixed;
	bottom: 5%;
	left: 0;
	width: 100%;
	text-align: center;
}
#home .ftr-title {
	position: fixed;
	bottom: 1.5vw;
	z-index: -1;
	height: 200px;
	margin-top: -8vw;
}

.section-title-link {
	color: #fff !important;
}
.section-title {
	text-align: center;
}

#content {
	width: 100%;
	z-index: 2;
	min-height: 500px;
}
.main-circle {
	width: 66vh;
	height: 66vh;
	display: inline-block;
	border-radius: 50%;
	font-family: 'gt_super_displayregular';
	font-size: 50px;
	color: #fff;
	text-align: center;
	background: #000;
}

.main-section {
	margin-top: 20px;
}
.main-section #open1, .main-section #open2, .main-section #open3, .main-section #open4 {
	cursor: pointer;
	text-decoration: underline;
}

#home {
	overflow: hidden;
}
#home .main-circle {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70vh;
	height: 70vh;
	max-width: 920px;
	max-height: 920px;
	min-width: 400px;
	min-height: 400px;
	overflow: hidden;
}
#home .carousel-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#home .carousel-inner .item {
	width: 70vh;
	height: 70vh;
	max-width: 920px;
	max-height: 920px;
	min-width: 400px;
	min-height: 400px;
	overflow: hidden;
}
#home .carousel-inner .item .item-center {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#home .event-title {
	font-family: 'gt_super_textregular_italic';
	font-size: 8.5vw;
	line-height: 9.5vw;
	font-style: italic;
}
#home .event-title.large {
	font-size: 9.5vw;
}
#home .name-title {
	font-family: 'Styrene B Web';
	font-size: 8vw;
	line-height: 9vw;
}
#home .carousel-control {
	width: auto;
}
#home .glyphicon-chevron-left {
	position: fixed;
	top: 50%;
	left: 25px;
}
#home .glyphicon-chevron-right {
	position: fixed;
	top: 50%;
	right: 25px;
}

#about { 
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;;
}

.title, .txt1 {
	font-family: 'gt_super_displayregular';
	font-size: 36px;
	line-height: 39px;
}
.txt2 {
	font-family: 'gt_super_displayregular';
	font-size: 22px;
	line-height: 25px;
}
.about-text, .us-text, .programs-text, .programs-event-text, .digest-text, .index-text, .index-event-text, .support-text, .connect-text {
	text-align: left;
	width: 100%;
	padding: 150px 5%;
	overflow: hidden;
}
.us-text .left, .us-text-right { height: 300px; }
.us-row { display: table-row; }
.us-row .us-cell { display: table-cell; width: 33%; height: 80px; }
.us-text .title { margin-bottom: 20px; }
.us-text .position-title {
	font-family: 'gt_super_displayregular';
	font-size: 16px;
	font-style: italic;
}
#about .left, #about .middle {
	clear: both;
	padding: 0 2%;
}

#about .middle {
	padding: 5% 2% 0;
}

#programs {
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
#programs a {
	color: #fff;
}
#programs .programs-text {
	padding: 100px 5%;
}
#programs img {
	max-width: 100%;
}
#programs .programs-description1 {
	font-family: 'gt_super_displayregular';
	font-size: 22px;
	line-height: 28px;
}
#programs .left {
	padding-right: 50px;
}
#programs .title {
	font-family: 'Styrene B Web';
	font-size: 36px;
	line-height: 39px;
} 
#programs .programs-subtitle {
	font-family: 'gt_super_displayregular';
	font-size: 36px;
	line-height: 39px;
	padding-bottom: 15px;
}
#programs .programs-subdesc {
	font-size: 18px;
}
#programs .programs-issues {
	font-family: 'gt_super_displayregular';
	font-size: 22px;
}
#programs .programs-issues a {
	font-style: italic;
}
#programs .programs-past-date {
	font-size: 12px;
}

#digest .digest-description {
	font-family: 'gt_super_displayregular';
	font-size: 22px;
	padding-bottom: 30px;
}
#digest .digest-section {
	clear: both;
	border-top: solid 1px #fff;
	margin-top: 20px;
}
#digest .digest-subtitle {
	padding-top: 30px;
	font-size: 20px;
}
#digest .digest-date {
	font-family: 'gt_super_displayregular';
	font-size: 20px;
}
#digest .digest-subdesc {
	padding-top: 20px;
	font-size: 14px;
}
.digest-issues {
	clear: both;
        max-width: 600px;
        margin: 0 auto;
        font-family: 'gt_super_displayregular';
        font-size: 16px;
}
.digest-issues a {
        float: left;
        width: 50%;
        display: block;
        text-align: center;
        color: #fff !important;
        margin-bottom: 30px;
}
.digest-issue {
        width: 75%;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
}
.digest-issue.circle-mask {
        -webkit-mask-image: radial-gradient(circle at 50% 50%, black 70%, rgba(0, 0, 0, 0) 70%);
        mask-image: radial-gradient(circle at 50% 50%, black 70%, rgba(0, 0, 0, 0) 70%);
}
.digest-issue img {
        width: 100%;
        max-width: 300px;
}
.digest-issues span {
        display: block;
        margin-top: 10px;
}

#soup_and_tart {
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
#programs_event {
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
.programs-event-text .title {
	font-family: 'Styrene B Web';
	margin-bottom: 15px;
}
.programs-event-text .txt1 {
	font-style: italic;
	margin-bottom: 15px;
}
.programs-event-text .txt2 {
	font-style: italic;
	font-size: 24px;
}
.programs-event-text img {
	width: 100%;
	margin-bottom: 20px;
}
.programs-event-text .funding-img {
	width: 100px;
}
.programs-event-text .full-image {
	clear: both;
	padding-top: 50px;
	font-size: 12px;
	font-style: italic;
}
.programs-event-text .text-bio {
	font-family: 'gt_super_displayregular';
	font-weight: 300;
	font-size: 16px;
}
.programs-event-text .text-bio b {
	font-family: 'Styrene B Web';
	font-size: 14px;
}
.programs-event-text .text-small {
	font-family: 'gt_super_displayregular';
	font-size: 16px;
}
.programs-event-text .btn {
	background-color: #fff;
	color: #000;
	font-family: 'Styrene B Web';
	font-weight: 700;
	padding: 5px 25px;
	border-radius: 0;
}

#index_list {
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
.index-text .left {
	text-align: center;
	width: 33%;
}
.index-text .img-container {
	width: 75%;
	margin: 0 auto 50px;
	position: relative;
	overflow: hidden;
}
.index-text .img-container.circle-mask {
	-webkit-mask-image: radial-gradient(circle at 50% 50%, black 70%, rgba(0, 0, 0, 0) 70%);
	mask-image: radial-gradient(circle at 50% 50%, black 70%, rgba(0, 0, 0, 0) 70%);
}
.index-text .img-container.circle-mask.smaller {
	-webkit-mask-image: radial-gradient(circle at 50% 50%, black 68%, rgba(0, 0, 0, 0) 68%);
	mask-image: radial-gradient(circle at 50% 50%, black 68%, rgba(0, 0, 0, 0) 68%);
}
.index-text img {
	width: 100%;
}
.index-text .img-container .middle {
	transition: .6s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 75%;
	text-align: center;
}
#index_list .left .text {
	font-family: 'gt_super_displayregular';
	font-style: italic;
	font-size: 2vh;
	color: #fff;
	text-align: left;
}
#index_list .left .text.name {
	font-style: normal;
	font-size: 2.5vw;
	font-weight: 500;
	text-align: center;
}
.index-text .img-container:hover {
	background-color: #000;
}
.index-text .img-container:hover img {
	opacity: 0.5;
}
.index-text .img-container:hover .middle {
	opacity: 1;
}

#mussel_beach, #andrea_gyorody, #dorothy_iannone, #spiral_theory, #jessica_wang {
	margin-top: 20px;
}

.index-event-text {
	font-family: 'gt_super_displayregular';
	font-weight: 300;
	text-align: center;
}
.index-event-text .middle div {
	text-align: left;
}
.index-event-text img {
	width: 100%;
	margin-bottom: 20px;
}
.index-event-text .title {
	font-size: 44px;
	line-height: 47px;
	font-weight: 300;
}
.index-event-text .subtitle {
	font-family: 'Styrene B Web';
	font-size: 24px;
}
.index-event-text .text-medium {
	font-size: 18px;
}
.index-event-text .text-medium img {
	display: block;
	margin: 0 auto;
	width: auto;
}
.index-event-text .text-small {
	font-family: 'Styrene B Web';
	font-size: 14px;
}
.index-event-text .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.index-event-text .flex div {
	width: 50%;
	margin-bottom: 20px;
}
.index-event-text .flex img {
	width: 95%;
	margin-bottom: 0;
}

#programs .ftr-title {
	margin-top: 0px;
}

#connect {
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
#connect .connect-text {
	padding: 100px 5%;
}
#connect .left { clear: both; }
#connect .connect-title1 {
	font-family: 'gt_super_displayregular';
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 15px;
}
#connect .txt1 {
	font-family: 'Styrene B Web';
	font-size: 18px; 
	line-height: 24px;
}
#connect .subscribe-title {
	font-size: 26px;
}
#connect .connect-social {
	text-align: center;
	font-family: 'gt_super_displayregular';
	font-size: 22px;
	font-style: italic;
}
#connect .connect-title2 {
	font-family: 'Styrene B Web';
	font-size: 32px;
}
#connect .connect-subtitle2 {
	font-family: 'gt_super_displayregular';
	font-size: 26px;
}
#connect .txt2 {
	font-size: 18px;
	line-height: 21px;
}
#connect .txt2.white a {
	color: #fff;
}
#connect .news-date {
	font-family: 'Styrene Be Web';
	font-size: 12px;
}
#shop { 
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
#shop .coming-soon {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'gt_super_displayregular';
	font-style: italic;
	font-size: 8vw;
	line-height: 8vw;
}
#support { 
	font-family: 'Styrene B Web';
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}
#support .right {
	text-align: center;
}
#support .right #donate_btn {
	display: block;
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 400px;
	margin: 25px auto;
	padding-top: 60px;
	font-size: 36px;
	line-height: 40px;
}
#support .right .edo-donate-btn .edoBtn-0 {
	display: block;
	margin: 0 auto;
}
.support-footer {
	clear: both;
	text-align: center;
	padding: 50px 0;
}
.support-footer a {
	color: #fff !important;
}

.social-links { 
	font-family: 'Styrene B Web';
	font-size: 1.5vh;
}
.social-links a {
	text-decoration: none;
}

#home .carousel {
	width: 100%;
	margin-top: 7vh;
}
#home .carousel a {
	color: #fff;
	text-decoration: none;
}

.carousel-caption {
	right: 0;
	left: 0;
	bottom: -40px;
	font-size: 10px;
	padding: 0 10%;
}

.carousel img { width: 100%; }

.full-image .carousel-inner {
	height: 500px;
}
.full-image .carousel-inner > .item,
.full-image .carousel-inner > .item > img,
.full-image .carousel-inner > .item > a > img {
	width: 100%;
	max-height: 450px;
	margin: auto;
	min-height:initial;
}
.full-image .carousel-inner > .item .vert {
	width: auto;
}

.updated {
        max-width: 700px;
        margin: 40px 0 50px;
}
.enter_email {
        max-width: 330px;
        margin-bottom: 20px;
}
#mc_embed_signup form {
        padding: 0;
	text-align: center;
}
#mc_embed_signup .mc-field-group {
        padding-bottom: 0;
        min-height: 72px;
        width: auto;
}
#mc_embed_signup .mc-field-group input {
        display: inline-block;
        max-width: 30vw;
        border-radius: 20px 0 0 20px;
        vertical-align: middle;
        height: 32px;
        padding: 0;
        box-sizing: border-box;
        padding-left: 10px;
        font-family: Arial;
        font-size: 16px;
	color: #000;
}
input:focus {
        outline: none;
}
#mc_embed_signup input {
        border: none;
}
#mc_embed_signup .submit_button {
        display: inline-block;
        height: 32px;
        vertical-align: middle;
        background-color: #FFC600;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100px !important;
        height: 32px;
	border-radius: 0 25px 25px 0 !important;
	padding-left: 0 !important;
	color: #fff !important;
}
#mc-embedded-subscribe {
        display: inline-block;
        margin: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        background: none;
        margin: 0;
        padding: 0;
        display: block;
	font-weight: 700;
}
#mc_embed_signup #mce-error-response {
        padding: 0;
        margin: 0 auto;
        color: red;
        width: 50%;
        float: none;
}
#mc_embed_signup #mce-error-response a {
        display: none;
}
#mc_embed_signup #mce-success-response {
        padding: 4px 0 0 0;
        margin: 0 auto;
        float: none;
        width: 50%;
}

#stb_movie {
	width: 80%;
	max-width: 1024px;
}

a .register-btn { text-decoration: none; }
.register-btn {
	background-color: #fff;
	color: #000;
	padding: 6px 12px;
	font-family: 'Styrene B Web';
	font-size: 16px;
}

#iicc_flex {
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center;
}

#iicc_flex img {
	margin: 0 15px 30px;
	min-width: 200px;
}

@media only screen and (min-width: 1400px) {
	.main-circle {
		width: 75vh;
		height: 75vh;
	}
	#home .name-title {
		font-size: 120px;
		line-height: 100px;
	}
	#home .event-title {
		font-size: 120px;
		line-height: 100px;
	}
	#index_list {
		font-size: 12px;
	}
	#home .ftr-title {
		margin-top: -100px;
	}
	.social-links {
		bottom: 50px;
		font-size: 22px;
		line-height: 25px;
	}
}

@media only screen and (max-height: 1200px) {
	#home .name-title {
		font-size: 6.5vh;
		line-height: 6.5vh;
	}
	#home .event-title {
		font-size: 8.5vh;
		line-height: 10vh;
	}
}

@media only screen and (max-width: 1200px) {
	#nav_links {
		padding: 0 0 0 25px;
	}
	#nav_links a {
		margin: 0 25px 0 0;
		font-size: 7.5vh;
		line-height: 8vh;
	}
	#content {
		/*margin-top: 11vw;*/
	}
	#home .hdr-title, #home .ftr-title {
		height: 13vw;
		max-height: 200px;
	}
	#home .ftr-title {
		margin-top: -7vw;
	}
}

@media only screen and (max-width: 768px) {
	#content {
		/*margin-top: 21vw;*/
	}
	.title {
		font-size: 24px;
		line-height: 27px;
	}
	.txt1 {
		font-size: 24px;
		line-height: 27px;
	}
	#home .hdr-title, #home .ftr-title {
		height: 24vw;
	}	
	#home .hdr-title {
		top: 5vw;
	}
	#home .ftr-title {
		margin-top: -15vw;
	}
	.about-text, .us-text, .programs-text, .programs-event-text, .index-text, .index-event-text, .support-text, .connect-text {
		padding: 5%;
	}
	.about-text .left, .about-text .right, .us-text .left, .us-text .right, .programs-text .left, .programs-text .right, .programs-event-text .left, .programs-event-text .right, .index-text .left, .connect-text .left, .connect-text .right, .support-text .left, .support-text .right, #witchs_kitchen .left, #witchs_kitchen .right {
		float: none;
		width: 100%;
	}
	.about-text .left, .about-text .middle, .us-text .left, .us-text .right, .programs-text .left, .programs-text .right {
		padding: 0 0 20px !important;
	}
	.programs-image .text {
		font-size: 2vw;
	}
	#digest .left, #digest .right {
		float: none;
		width: 100%;
	}
	#support .right #donate_btn {
		width: 100px;
		height: 100px;
		border-radius: 200px;
		padding-top: 25px;
		font-size: 20px;
		line-height: 24px;
	}
	.social-links {
		bottom: 6.5vw;
	}
	#stb_movie {
		width: 100%;
	}
	.index-event-text .text-medium img {
		width: 100%;
	}
}

@media only screen and (max-height: 500px) {
	html { 
		height: 100%; 
	}
	body { 
		position: relative;
		min-height: 500px;
	}
	#home .main-circle, #home .carousel-inner .item {
		min-width: 350px;
		min-height: 350px;
	}
	#index_list.main-circle {
		position: absolute;
		font-size: 10px;
	}
	#home .hdr-title {
		position: absolute;
		top: 25px;
	}
	#home .ftr-title {
		position: absolute;
	}
	#container {
		position: relative;
	}
	#content {
		margin-top: 0;
	}
	#home .name-title {
		font-size: 30px;
		line-height: 32px;
	}
	#home .event-title {
		font-size: 40px;
		line-height: 44px;
	}
	.social-links {
		font-size: 12px;
		line-height: 15px;
	}
}

@media only screen and (max-height: 500px) and (orientation: landscape) {
	html {
		height: auto;
	}
}

@media only screen and (max-width: 414px) {
	#home .hdr-title {
		top: 8vw;
	}
	#home .main-circle, #home .carousel-inner .item {
		max-width: 414px;
		max-height: 414px;
	}
	#home .name-title {
		font-size: 40px;
		line-height: 38px;
	}
	#home .event-title {
		font-size: 40px;
		line-height: 38px;
	}
	.programs-image .text {
		font-size: 12px;
	}
	#index_list {
		font-size: 10px;
	}
	.social-links {
		font-size: 12px;
		line-height: 15px;
	}
}

#ray_anthony_barrett .full-image .carousel-inner {
	height: 400px;
}

#witchs_kitchen .left {
	padding-right: 20px;
}
#witchs_kitchen .right { 
	min-width: 533px;
}
#witchs_kitchen .title1 {
	font-family: 'Styrene B Web';
	font-size: 20px;
	line-height: 23px;
}
#witchs_kitchen .title2 {
	font-family: 'Styrene B Web';
	font-size: 36px;
	line-height: 39px;
}
#witchs_kitchen .subtitle {
	font-family: 'Styrene B Web';
	font-size: 14px;
	font-weight: 700;
}
#witchs_kitchen .comingsoon {
	font-family: 'gt_super_displayregular';
	font-size: 24px;
	line-height: 25px;
	font-style: italic;
}
#witchs_kitchen .btn {
	background-color: #fff;
	color: #000;
	font-family: 'Styrene B Web';
	font-weight: 700;
	padding: 5px 25px;
	border-radius: 0;
}
#witchs_kitchen .text-medium {
	font-family: 'gt_super_displayregular';
	font-size: 16px;
}
#witchs_kitchen .text-small {
	font-size: 16px;
}
#witchs_kitchen .full-image .carousel-inner {
	height: 400px;
}
#witchs_kitchen .carousel img {
	height: 100%;
	width: auto;
}
#witchs_kitchen .carousel img {
	width: auto;
	height: 400px;
}
@media only screen and (max-width: 1210px) {
	#witchs_kitchen .left, #witchs_kitchen .right {
		float: none;
		width: 100%;
	}
}

#witchs_kitchen_program_part1 .text-small img {
	max-width: 70%; 
	margin-right: 10px; 
	vertical-align: bottom;
}
#witchs_kitchen_program_part1 .text-small .wk1-caption {
	display: inline-block; 
	width: 25%; 
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	#witchs_kitchen_program_part1 .text-small img {
		max-width: 100%;
		margin-right: 0;
	}
	#witchs_kitchen_program_part1 .text-small .wk1-caption {
		display: block;
		width: 100%;
	}
}

#witchs_kitchen_program_part2 .carousel div {
        text-align: center;
}
#witchs_kitchen_program_part2 .carousel img {
        width: auto;
        height: 600px;
        vertical-align: bottom;
}
#witchs_kitchen_program_part2 .carousel-control {
    width: auto;
}
#witchs_kitchen_program_part2 .glyphicon-chevron-left {
    position: absolute;
    top: 50%;
    left: 25px;
}
#witchs_kitchen_program_part2 .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    right: 25px;
}
#witchs_kitchen_program_part2 .num {
        text-align: center;
        padding: 10px 0 20px;
        font-size: 28px;
        line-height: 31px;
}
#witchs_kitchen_program_part2 .text-callout {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 20px 0;
        font-family: 'Styrene B Web';
        font-size: 18px;
}
@media only screen and (max-width: 768px) {
        #witchs_kitchen_program_part2 .carousel img {
                height: 608px;
        }
	#witchs_kitchen_program_part2 .num {
		font-size: 16px;
	}
}
@media only screen and (max-width: 414px) {
        #witchs_kitchen_program_part2 .carousel img {
                height: 327px;
        }
}
@media only screen and (max-width: 375px) {
        #witchs_kitchen_program_part2 .carousel img {
                height: 297px;
        }
}
@media only screen and (max-width: 320px) {
        #witchs_kitchen_program_part2 .carousel img {
                height: 253px;
        }
}
#witchs_kitchen_program_part3 .wk-flex {
	display: flex;
}
#witchs_kitchen_program_part3 .wk-flex .wk-flex-left {
	width: 65%; padding-right: 20px;
}
#witchs_kitchen_program_part3 .wk-flex .wk-flex-left .wk-flex-left-callout {
	font-size: 28px;
	line-height: 32px;
}
#witchs_kitchen_program_part3 .wk-flex .wk-footnote-num {
	font-family: 'Styrene B Web';
	font-size: 14px;
}
#witchs_kitchen_program_part3 .wk-flex .wk-flex-right {
	width: 35%;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	#witchs_kitchen_program_part3 .wk-flex {
		display: block;
	}
	#witchs_kitchen_program_part3 .wk-flex .wk-flex-left, 
	#witchs_kitchen_program_part3 .wk-flex .wk-flex-right {
		width: 100%;
	}
}

#dialog-1 {
	display: none;
}
.ui-widget-overlay {
	background: none;
	opacity: 100%;
	background-color: rgba(12,1,1,0.72);
}
.ac-modal {
	background-color: rgba(12,1,1,0.72);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.ac-modal__outer {
	width: 75%;
	position: relative;
}
.ac-modal__inner {
	width: 100%;
	position: relative;
}
.ac-modal__close {
	cursor: pointer;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: arial;
	font-style: normal;
}
.ac-modal--active {
	display: flex;
}

#share_bar #twitter_icon { width: 25px; }
#share_bar #email_icon { width: 40px; }
