/*
Theme Name: NLMCC Theme
Theme URI: http://nlmcc.ca/
Author: Bird Brain Web
Author URI: http://birdbrainweb.ca/
Description: The theme for the Northern Life Museum website.
Version: 1.0 Alpha
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: nlmcc_theme
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Generic Links
----------------------------------------------- */

a, a:visited {
	color: #99ca3c;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	cursor: pointer;
	text-decoration: underline;
}
a:focus, a:active {
	color: #6d9228;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Pathway Gothic One', sans-serif;
    line-height: normal;/****ADDED FOR EVENTS WIDGETS TO LINE UP ON THE HOMEPAGE****/
	margin-bottom: 24px;
}
h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 160%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }




/* =Structure
----------------------------------------------- */

body {
	background: #444444;
    background-attachment: fixed;
    background-image: url("./images/background/main.jpg");
    background-position: center center;
    background-size: cover;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0;
	max-height: 100%;
	overflow: auto;
    padding: 0 0 800px 0;
}
@media screen and (min-width: 768px) {
    #background-filter {
        background-color: rgba(0,0,0,0.4);
        box-shadow: 0 0 200px 80px #000000 inset;
        margin: 0 auto;
        max-width: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media screen and (max-width: 767px) {
    /*body {
		box-shadow: 0 0 200px 80px #000000 inset;
	}*/
    #background-filter {
        background-color: rgba(0,0,0,0.6);
        margin: 0 auto;
        max-width: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media screen and (min-width: 768px) {
    #page-container {
        padding: 0 7%;
    }
}
#page {
	margin: 0 auto 40px auto; /*2em auto*/
	max-width: 1280px;
    position: relative;
	width: 100%;
}


/* =Header
----------------------------------------------- */

header.main {
	padding-top: 20px;
	position: relative;
	width: 100%;
	z-index: 100;
}

#header-top {
	/*margin: 0 5px 0 120px;*/
	color: #ffffff;
	font-family: 'Kreon', serif;
	font-size: 30pt;
	height: 110px;/*old= height: 105px;*/
	/*line-height: 105px;
	min-height: 105px;*/
	position: relative;
	z-index: 2;
}

#header-top a {
	color: #ffffff;
    display: inline-block;
    max-height: 100%;
}

nav.main {
	background: #000000;
	background: linear-gradient(to bottom, #333333, #222222);
	border-bottom: 1px solid #444444;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 3px 3px -3px #444444;
	min-height: 50px;
	width: 100%;
	z-index: 1;
}


#logo-canus {
	margin-top: -5px 10px 0 5px;
	position: absolute;
	top: -5px;
	left: 5px;
}
#logo-canus img {
	height: 175px;
}
#logo {
    display: inline-block;
	height: 105px;
	margin-left: 130px;
}

@media screen and (max-width: 767px) {
	#logo-canus {
		margin-top: -5px 10px 0 5px;
		position: absolute;
		top: -5px;
		left: 5px;
		width: 20%;
	}
	#logo-canus img {
		height: auto;
        max-height: 105px;
		max-width: 105px;
		width: auto;
	}
	#logo {
		float: right;
		height: 105px;
		margin-left: 0;
        margin-right: 5px;
		width: 80%;
	}
	#logo img {
		max-width: 400px;
		width: 100%;
	}
}


#tagline {
    float: right;
    margin-right: 30px;
    margin-top: 55px;
    position: absolute;
    line-height: 55px;
    font-family: 'Dancing Script', 'Kreon', serif, cursive;
    font-size: 40px;
    color: #99ca3c;
    text-shadow: 0 1px 2px #333333;
    top: 0;
    right: 0;
}
@media screen and (max-width: 1099px) {
    #tagline {
        display: none;
    }
}



#banner {
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 530px;
}
@media screen and (max-width: 767px) {
	#banner {
		height: 200px;
	}
}
#banner.page {
	height: 200px;
}
#banner.none {
	display: none;
}
#banner.text {
    background-image: none;
	height: 200px;
}
#banner.small {
	height: 200px;
}
#banner.medium {
	height: 360px;
}
#banner.large {
	height: 530px;
}
#banner.custom {
	height: 200px;
}
#banner.home {
	height: 530px;
}
#banner.page.events {
	height: 380px;
}

#banner header h1.page-title {
    font-family: 'Kreon', serif;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 300%;
    line-height: 75%;
    line-height: 100%;
    color: #000000;
    text-shadow: 0 0 40px #ffffff, 0 0 40px #ffffff, 0 0 40px #ffffff, 0 0 20px #ffffff, 0 0 80px #ffffff;
    text-shadow: 0 1px 0 #666666, 0 0 20px #ffffff, 0 0 10px #ffffff, 0 0 40px #ffffff;
}




/* =Primary Navigation Menu
----------------------------------------------- */

@media screen and (max-width: 2px) {

	#navigation-menu-toggle {
		color: #ffffff;
		display: block;
		float: right;
		font-family: 'Pathway Gothic One', sans-serif;
		font-size: 20pt;
		height: 50px;
		line-height: 50px;
		padding: 0 25px;
		text-decoration: none;
	}
	#navigation-menu-toggle:active {
		background: linear-gradient(to bottom, #a6df43, #99ca3c);
		background: #99ca3c;
		text-shadow: 0 -1px #6a9e10;
	}
	#testing-menu {
		display: none;
	}
	#icon-10:checked ~ #testing-menu {
		display: block;
	}
	#icon-10:checked ~ #navigation-menu-toggle {
		background: #444444;
	}


	nav.main ul {
		clear: both;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	nav.main ul li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		width: 50%;
	}
	nav.main ul li a {
		color: #ffffff;
		display: block;
		font-family: 'Pathway Gothic One', sans-serif;
		font-size: 20pt;
		height: 50px;
		line-height: 50px;
		padding: 0 25px;
		text-decoration: none;
	}
	nav.main ul li ul {
		background: #222222;
		border-top: 1px solid #444444;
		display: none;
		float: left;
		position: absolute;
		top: 50px;
		left: 0;
		min-width: 200px;
        white-space: nowrap;
		z-index: 10001;
	}
	nav.main ul li ul li {
		width: auto;
		min-width: 100%;
	}
	nav.main ul li:hover > a {
		background: linear-gradient(to bottom, #a6df43, #99ca3c);
		background: #99ca3c;
        color: #222222;
        text-shadow: 0 1px #b8da78;
	}
	nav.main ul li:hover > ul {
		display: block;
	}
	nav.main ul li.logo > a {
		padding: 0 5px;
	}
	nav.main ul li.logo:hover > a {
		background: none;
	}

}

@media screen and (max-width: 767px) {

    html.no-scroll,
    html.no-scroll body {
        overflow: hidden;
        overflow: hidden !important;
    }

    #navigation-menu-toggle {
        float: right;
    }
	#navigation-menu-toggle label {
		color: #ffffff;
		display: block;
		float: right;
		font-family: 'Pathway Gothic One', sans-serif;
		font-size: 20pt;
		height: 50px;
		line-height: 50px;
		padding: 0 25px;
		text-decoration: none;
	}
	#navigation-menu-toggle label:hover {
		background-color: #666666;
	}
	#navigation-menu-toggle label:active {
		background: linear-gradient(to bottom, #a6df43, #99ca3c);
		background: #99ca3c;
		text-shadow: 0 -1px #6a9e10;
	}
	#testing-menu {
        -moz-transition-property: margin;
        -moz-transition-duration: 3s;
        -mox-transition: left 3s ease 0s, margin 3s ease 0s;
        transition: left 3s ease 0s, margin 3s ease 0s;
        transition: left 1s ease 0s;

        background-color: #222222;
        box-shadow: -30px 0 30px -30px #000000 inset;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -90%;
        padding-top: 30px;
        overflow-y: auto;
        width: 90%;
        z-index: 999;
		/*display: none;*/
	}
    #mobile-menu-toggle {
        background: rgba(0,0,0,0.3);
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 998;
    }
	#icon-10:checked ~ #mobile-menu-toggle {
		display: block;
	}
	#icon-10:checked ~ #navigation-menu-toggle label {
		background: #444444;
		background: linear-gradient(to bottom, #a6df43, #99ca3c);
		background: #99ca3c;
		text-shadow: 0 -1px #6a9e10;
	}
	#icon-10:checked ~ #testing-menu {
		display: block;
        left: 0;
	}


	nav.main ul {
		clear: both;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	nav.main ul li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	nav.main ul li a {
		color: #ffffff;
		display: block;
		font-family: 'Pathway Gothic One', sans-serif;
		font-size: 20pt;
		height: 50px;
		line-height: 50px;
		padding: 0 25px;
		text-decoration: none;
        text-shadow: 0 -1px #000000;
	}
	nav.main ul li ul {
		display: block;
		min-width: 200px;
        white-space: nowrap;
		z-index: 9999;
	}
	nav.main ul li ul li {
		width: auto;
		min-width: 100%;
	}
	nav.main ul li ul li a {
		padding-left: 50px;
	}
	nav.main ul li a:hover {
		background: linear-gradient(to bottom, #a6df43, #99ca3c);
		background: #99ca3c;
        color: #222222;
        text-shadow: 0 1px #b8da78;
	}
	nav.main ul li.logo > a {
		padding: 0 5px;
	}
	nav.main ul li.logo:hover > a {
		background: none;
	}

}

@media screen and (min-width: 768px) {

	#navigation-menu-toggle,
    #mobile-menu-toggle {
		display: none;
	}


	nav.main ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	nav.main ul li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	nav.main ul li a {
		color: #ffffff;
		display: block;
		font-family: 'Pathway Gothic One', sans-serif;
		font-size: 20pt;
		height: 50px;
		line-height: 50px;
		padding: 0 25px;
		text-decoration: none;
	}
	nav.main ul li ul {
		background: #222222;
		border-top: 1px solid #444444;
		display: none;
		float: left;
		position: absolute;
		top: 50px;
		left: 0;
		min-width: 200px;
        white-space: nowrap;
		z-index: 9999;
	}
	nav.main ul li ul li {
		width: auto;
		min-width: 100%;
	}
	nav.main ul li:hover > a {
		background: linear-gradient(to bottom, #a6df43, #99ca3c);
		background: #99ca3c;
        color: #222222;
		/*text-shadow: 0 -1px #6a9e10;*/
        text-shadow: 0 1px #b8da78;
	}
	nav.main ul li:hover > ul {
		display: block;
	}
	nav.main ul li.logo > a {
		padding: 0 5px;
	}
	nav.main ul li.logo:hover > a {
		background: none;
	}

}

#content-container {
    background: radial-gradient(ellipse farthest-side, #666666 0%, #222222 100%);
    position: relative;
}
#content {
    /*background-color: #222222;
    background: rgba(34,34,34,0.9);
    background: radial-gradient(ellipse 50% 50%, black 0%, white 100%);*/
    background-image: url("images/content-background-4.jpg");
    background-position: center top;
    background-repeat: repeat-y;

	color: #ffffff;
	text-shadow: 0 1px 0 #000000;

    font-size: 16pt;
    line-height: 22pt;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.grid-container {
    max-width: none;
}


/*h2 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 150%;
	margin: 0 0 10px 0;
	padding: 5px 0;
}*/
footer p {
	text-shadow: 0 -1px #111111;
}

@media screen and (min-width: 768px) {
	.grid-33 {
		width: 33.3333333333333333333334%;
	}
}


/* =Footer Styles
----------------------------------------------- */

footer.main {
	background: rgba(51,51,51,0.9);/*#333333*/
	border-radius: 0 0 5px 5px;
    color: #eeeeee;
	padding: 40px 0;
	text-shadow: 0 -1px #111111;
}

footer.main section {
	margin: 10px 0;
}

footer.main section.widget h2 {
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 170%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0;
	text-shadow: 0 1px 0 #444444;
}

@media screen and (max-width: 767px) {
	footer.main section.widget h2 {
		text-align: center;
	}
}

footer.main section.widget div {
	line-height: 25px;
}

footer.main section.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer.main section.widget ul li {
	margin: 0;
	padding: 0;
}
footer.main section.widget ul li a, footer.main section.widget ul li a:visited {
	color: #eeeeee;
	display: block;
	line-height: 25px;
	text-decoration: none;
}
footer.main section.widget ul li a:hover {
	color: #99ca3c;
	text-decoration: none;
}
footer.secondary a {
	color: #ffffff;
}

@media screen and (max-width: 767px) {
    footer.secondary span.login {
        clear: both;
    }
}
@media screen and (min-width: 768px) {
    footer.secondary span.right {
        float: right;
    }
    footer.secondary span.login {
        float: left;
    }
}


.social {
    background-color: #999999;
    border-radius: 3px;
    height: 50px;
    width: 50px;
}
.social.facebook {
    background-image: url("./images/facebook.png");
}
.social.twitter {
    background-image: url("./images/twitter.png");
}


.stack-tile {
	background: #dddddd;
	box-shadow: 0 1px 2px 1px #000000;
	color: #222222;
	margin: 10px 0;
	min-height: 320px;
}
.stack-tile .content {
	padding: 10px;
	text-align: justify;
}




header h1.page-title {
    text-shadow: 0 0 60px #ffffff;
}





.columns-2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	-ms-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 3em;
	-moz-column-gap: 3em;
	-ms-column-gap: 3em;
	-o-column-gap: 3em;
	column-gap: 3em;
}
.columns-3 {
	-webkit-columns: 3;
	-moz-columns: 3;
	-ms-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
	-o-column-gap: 2em;
	column-gap: 2em;
}
.columns-4 {
	-webkit-columns: 4;
	-moz-columns: 4;
	-ms-columns: 4;
	-o-columns: 4;
	columns: 4;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	-ms-column-gap: 1em;
	-o-column-gap: 1em;
	column-gap: 1em;
}


#content p {
	margin-bottom: 24px;
}



.homepage-events-list,
aside.tribe-events-list-widget {
	text-shadow: 0 1px 0 #000000;
    line-height: 23px;
    line-height: initial;
}
aside.tribe-events-list-widget h2 {
	margin-left: 20px;
    margin-right: 20px;
}
.homepage-events-list .event,
aside.tribe-events-list-widget .event {
	border-top: 1px solid #ffffff;
}
.homepage-events-list .event a.image,
aside.tribe-events-list-widget .event a.image {
	display: block;
}
.homepage-events-list .event .image,
aside.tribe-events-list-widget .event .image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 140px;
}
.homepage-events-list .event .info,
aside.tribe-events-list-widget .event .info {
	padding: 10px 0;
}
.homepage-events-list .event .info .info-date .month,
aside.tribe-events-list-widget .event .info .info-date .month {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Pathway Gothic One',sans-serif;
	font-size: 110%;
    line-height: 100%;
}
.homepage-events-list .event .info .info-date .date,
aside.tribe-events-list-widget .event .info .info-date .date {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 200%;
    line-height: 100%;
}
.homepage-events-list .event .info .title,
aside.tribe-events-list-widget .event .info .title {
	font-family: 'Pathway Gothic One',sans-serif;
	font-size: 160%;
    line-height: 100%;
}
.homepage-events-list .event .info .title a,
aside.tribe-events-list-widget .event .info .title a {
	color: #ffffff;
}
aside.tribe-events-list-widget p.tribe-events-widget-link {
    border-top: 1px solid #ffffff;
	padding-left: 10px;
    padding-right: 10px;
}
aside.tribe-events-list-widget p.tribe-events-widget-link a {
	color: #ffffff;
    font-weight: normal;
}
aside.tribe-events-list-widget p.tribe-events-widget-link a:hover {
    color: #99ca3c;
	text-decoration: underline;
}





/* =Event Styles
----------------------------------------------- */

body.events-single div#banner header.entry-header {
    display: block;
}

#content-container #tribe-events-pg-template {
    background-color: #000000;
    box-sizing: border-box;
    /*background-image: url("images/content-background-4.jpg");
    background-position: center center;
    background-repeat: repeat-y;*/
	max-width: none;
    position: relative;
	width: 100%;
}

#tribe-events-content h2.tribe-events-page-title {
    color: #ffffff;
}
#tribe-events-content h2.tribe-events-page-title a,
#tribe-events-content h2.tribe-events-page-title a:active,
#tribe-events-content h2.tribe-events-page-title a:visited {
    color: #ffffff;
}
#tribe-events-content h2.tribe-events-page-title a:hover {
    color: #ffffff;
    text-decoration: underline;
}

span.tribe-events-list-separator-month span {
    background-color: #000000;
    color: #ffffff;
	font-family: 'Pathway Gothic One', sans-serif;
    font-size: 200%;
	margin-bottom: 24px;
}


#tribe-events-content table.tribe-events-calendar {
    background-color: #fafafa;
}


ul.tribe-events-sub-nav a,
p.tribe-events-back a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 10px;
    background: none repeat scroll 0% 0% rgb(102, 102, 102);
    color: #ffffff;
    text-transform: uppercase;
}

.tribe-events-list div.vevent.hentry {
    background-color: #fafafa;
    margin-bottom: 20px;
    padding: 20px;
}

#tribe-events-content.tribe-events-list .tribe-events-loop .type-tribe_events {
    background-color: #ffffff;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    #tribe-events-content.tribe-events-single {
        padding: 20px 30px 30px 30px;
    }
    #content-container #tribe-events-pg-template .tribe-events-single-add-spacing-on-desktop {
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    #tribe-events-content.tribe-events-single {
        padding: 20px 0 10px 0;
    }
}

#tribe-events-content.tribe-events-single .tribe-events-single-section.tribe-events-event-nlmcc-info > div {
    margin: 20px 4%;
}

#tribe-events-content.tribe-events-single .tribe-events-single-section .tribe-events-venue-map {
    border: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
    #tribe-events-content.tribe-events-single .tribe-events-single-section .tribe-events-venue-map {
        width: 100%;
    }
}

.tribe-events-day div#tribe-events-footer,
.events-list div#tribe-events-footer,
.tribe-events-map div#tribe-events-footer,
.tribe-events-photo div#tribe-events-footer,
.tribe-events-month div#tribe-events-footer {
    border: none;
    margin: 20px 20px 0 20px;
}
.single-tribe_events div#tribe-events-footer {
    border: none;
    margin: 0;
}
.events-list div#tribe-events-footer {
    border: none;
    margin: 0 auto;
    max-width: 700px;
}

p.tribe-events-promo {
    color: #444444;
    padding: 5px 10px;
    text-align: right;
}
p.tribe-events-promo a,
p.tribe-events-promo a:active,
p.tribe-events-promo a:focus,
p.tribe-events-promo a:visited {
    color: #444444;
    text-decoration: underline;
}
p.tribe-events-promo a:hover {
    color: #666666;
    text-decoration: none;
}




#content-container div.fscf-div-form {
    font-size: 70%;
    margin: 0 10%;
}
#content-container div.fscf-div-form #fscf_required1 {
    font-size: 60%;
    text-align: right;
}
#content-container div.fscf-div-form div.fscf-div-clear {
    margin-bottom: 20px;
}
#content-container div.fscf-div-form div.fscf-div-label label.fscf-label span.fscf-required-indicator,
#content-container div.fscf-div-form div.fscf-div-clear div.fscf-div-field-left div.fscf-div-label label.fscf-label span.fscf-required-indicator {
    color: orangered;
    float: right;
    margin-right: 20px;
}
#content-container div.fscf-div-form div.fscf-div-field,
#content-container div.fscf-div-form div.fscf-div-clear div.fscf-div-field-left div.fscf-div-field {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #000000;
    padding: 0px 10px;
}
#content-container div.fscf-div-form div.fscf-div-clear div#fscf_div_field1_3.fscf-div-field-left div.fscf-div-field {
    padding: 10px;
}
#content-container div.fscf-div-form div.fscf-div-field input.fscf-input-captcha,
#content-container div.fscf-div-form div.fscf-div-clear div.fscf-div-field-left div.fscf-div-field input.fscf-input-text {
    background-color: transparent;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
#content-container div.fscf-div-form div.fscf-div-clear div.fscf-div-field-left div.fscf-div-field textarea.fscf-input-textarea {
    background-color: transparent;
    border: none;
    font-family: inherit;
    height: 30px;
    line-height: 30px;
    min-height: 200px;
    width: 100%;
}
#content-container div.fscf-div-form div.fscf-div-clear div.fscf-div-field-left div.fscf-div-field select.fscf-input-select {
    border: none;
    height: 20px;
    margin: 6px 0;
    width: 100%;
}
#content-container div.fscf-div-form div.fscf-div-submit {
    text-align: center;
}
#content-container div.fscf-div-form div.fscf-div-captcha-sm {
}
#content-container div.fscf-div-form div.fscf-div-captcha-sm div#fscf_captcha_refresh1 {
    display: inline;
}
#content-container div.fscf-div-form div.fscf-div-submit input.fscf-button-submit {
    background: rgb(153, 202, 60);
    border: none;
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px #000000;
    color: rgb(34, 34, 34);
    display: inline-block;
    font-family: "Pathway Gothic One", sans-serif;
    font-size: 20px;
    height: 40px;
    line-height: 30px;
    margin-top: 20px;
    padding: 0 40px;
    text-shadow: 0px 1px 0px rgb(184,218,120);
    width: auto;
}