/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	display: none;
}

p {
	margin: 1em 0;
}

sup, sub {
	position: relative;
	font-size: 80%;
}

sup {
	top: -3px;
}

sub {
	top: 3px;
}

/*-------------Sprites--------------*/

.accordion, .clean .flex-control-paging li a, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span, .flex-direction-nav a {
	background-image: url("../images/spritesheet.png");
	background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
	.accordion, .clean .flex-control-paging li a, #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span, .flex-direction-nav a {
		background-image: url("../images/spritesheet-2x.png");
		background-size: 500px 400px;
	}
}

/*-------Block Level Elements-------*/

body {
	background: #fdfdfd;
	padding: 10px;
	font: 15px/21px "Open Sans", Helvetica, Arial, sans-serif;
	color: #252525;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

/*---------Inline Elements----------*/

h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}

a {
	text-decoration: underline;
	color: 000;
}

ul {
	margin-left: 1em;
}

li {
	list-style-type: disc;
}

/*-------------The Post-------------*/

.float-left, .alignleft {
	position: relative;
	float: left;
}

.float-right, .alignright {
	position: relative;
	float: right;
}

.separator {
	clear: both;
	height: 1px;
	width: 100%;
	background-color: #777;
	margin: 1em 0;
}

.clear {
	clear: both;
}

/*-----------Accordions-------------*/

.accordion {
	display: block;
	padding: 8px 32px 8px 12px;
	background-color: #f6f6f6;
	background-position: 96% 50%;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	line-height: 28px;
	color: #606060;
	margin: 1em 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 2px #e9e9e9;
	-moz-box-shadow: inset 2px 2px 2px #e9e9e9;
	box-shadow: inset 2px 2px 2px #e9e9e9;
}

.accordion:hover {
	background-color: #e9e9e9;
	color: #454545;
}

blockquote {
	margin: 1em 0;
}

.element, blockquote {
	margin-left: 20px;
	border-left: 3px #333 solid;
	padding-left: 20px;
}

.element p {
	margin: 1em 0;
}

/*-------------Columns--------------*/

.c75, .c66, .c50, .c33, .c25, .c20 {
	display: block;
	position: relative;
	float: left;
	margin: 0 4% 1em 0;
}

.c75 {
	width: 71%;
}

.c66 {
	width: 62%;
}

.c50 {
	width: 46%;
}

.c33 {
	width: 29.3%;
}

.c25 {
	width: 21%;
}

.c20 {
	width: 16%;
}

.c75 .element, .c66 .element, .c50 .element, .c33 .element, .c25 .element, .c20 .element {
	width: auto;
}

/*-----------TCX Buttons------------*/

.tcx_button, body .gform_wrapper .gform_footer input.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-rendering: auto;
	border: 0;
	-webkit-appearance: none;
	
	color: #fff;
	text-transform: uppercase;
	padding: 0 15px;
	height: 40px;
	font-weight: 700;
	font-size: 20px;
	line-height: 42px;
	margin: .5em 0 1em 0;
	background-color: #333;
	-webkit-text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tcx_button:hover, body .gform_wrapper .gform_footer input.button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	-webkit-text-shadow: 1px 1px 1px #333;
	-moz-text-shadow: 1px 1px 1px #333;
	text-shadow: 1px 1px 1px #333;
}

.entrytext .tcx_button {
	margin-right: 0.5em;
}

/*----------Gravity Forms-----------*/

.gform_wrapper {
	width: 100%;
	max-width: 100%;
	margin: 1em 0;
}

.gform_body .ginput_container, .gform_body span {
	overflow: visible;
}

.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 1em;
}

.gform_wrapper h3.gform_title {
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0;
}

.gform_wrapper .gfield {
	padding: 0;
	margin: 1em 0;
	position: relative;
}

.gform_wrapper .gfield_label, .gform_wrapper .top_label .gfield_label {
	font-weight: bold;
	line-height: 1.5em;
	margin: 0.25em 0;
}

.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
	padding: 6px 10px;
	font-size: 14px;
	border: none;
	background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 2px #e9e9e9;
	-moz-box-shadow: inset 2px 2px 2px #e9e9e9;
	box-shadow: inset 2px 2px 2px #e9e9e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_wrapper .gform_body input {
	height: 34px;
}

.gform_body input:focus, .gform_body textarea:focus {
	background-color: #e9e9e9;
	-webkit-box-shadow: inset 2px 2px 2px #d4d4d4, 0 0 5px #fff;
	-moz-box-shadow: inset 2px 2px 2px #d4d4d4, 0 0 5px #fff;
	box-shadow: inset 2px 2px 2px #d4d4d4, 0 0 5px #fff;
}

.gform_wrapper .top_label input.medium {
	padding-right: 10px;
}

.gform_wrapper .gform_body .ginput_complex input, .gform_wrapper .gform_body .ginput_complex select, .gform_wrapper .gform_body .ginput_complex .ginput_right input, .gform_wrapper .gform_body .ginput_complex .ginput_right select, .gform_wrapper .gform_body .gfield_error .ginput_complex .ginput_left input, .gform_wrapper .gform_body .gfield_error .ginput_complex .ginput_right input, .gform_wrapper .gform_body .ginput_complex .ginput_full input {
	width: 100% !important;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
	width: 47%;
}

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	border: none;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	box-shadow: 0 0 25px rgba(0, 0, 0, .4);
}

.recaptchatable {
	border: none;
}

.styled-select {
	position: relative;
	padding: 0;
	background-color: #f6f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 2px #e9e9e9;
	-moz-box-shadow: inset 2px 2px 2px #e9e9e9;
	box-shadow: inset 2px 2px 2px #e9e9e9;
	overflow: hidden;
}

.styled-select:hover {
	background-color: #dcdcdc;
}

.styled-select::after {
	position: absolute;
	right: 10px;
	font-size: 14px;
	line-height: 36px;
	content: '\25bc';
}

.styled-select select, .gform_wrapper .gfield.float-right .styled-select select, .gform_wrapper .gfield.float-left .styled-select select {
	position: relative;
	width: 100% !important;
	padding: 5px 10px 6px 10px;
	font-size: 14px;
	vertical-align: top !important;
	text-align: left;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	z-index: 2;
}

.styled-select select:focus {
	outline: none;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	padding: 1px 0 !important;
}

.gfield_radio label, .gfield_checkbox label {
	margin-left: 10px;
	cursor: pointer;
}

.gfield_radio input[type="radio"], .gfield_checkbox input[type="checkbox"] {
	display: none;
}

.gfield_radio input[type="radio"] + label span, .gfield_checkbox input[type="checkbox"] + label span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #f6f6f6;
	border: 5px solid #f6f6f6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 1px #333;
	-moz-box-shadow: 0px 0px 1px #333;
	box-shadow: 0px 0px 1px #333;
	cursor: pointer;
}

.gfield_radio input[type="radio"]:hover + label span, .gfield_checkbox input[type="checkbox"]:hover + label span {
	background-color: #dcdcdc;
}

.gfield_radio input[type="radio"]:checked + label span {
	background-color: #f48435;
}

.gfield_checkbox input[type="checkbox"] + label span {
	width: 18px;
	height: 18px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.gfield_checkbox input[type="checkbox"]:checked + label span::before {
	margin-left: 1px;
	font-size: 23px;
	line-height: 12px;
	font-weight: normal;
	text-align: center;
	color: #f48435;
	-webkit-text-shadow: 1px 0 0 #fff;
	-moz-text-shadow: 1px 0 0 #fff;
	text-shadow: 1px 0 0 #fff;
	content: '\2713';
}

.gform_wrapper .gform_footer {
	text-align: right;
	padding: 0;
	margin: 1em 0;
}

.gform_wrapper .gform_body .gfield_required {
	color: #f48435;
	margin-left: 2px;
}

.gform_wrapper .gfield.gfield_error .gfield_description, .gform_wrapper .top_label .gfield_description.validation_message {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0 !important;
	margin: 0;
	text-align: right;
}

.gform_wrapper .gfield_error, .gform_wrapper li.gfield.gfield_error.gfield {
	width: auto;
	border: none;
	background: none;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0 !important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_error .ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
	background-color: #f6f6f6;
	-webkit-box-shadow: inset 2px 2px 2px #e9e9e9;
	-moz-box-shadow: inset 2px 2px 2px #e9e9e9;
	box-shadow: inset 2px 2px 2px #e9e9e9;
}

.gfield_error input:focus, .gfield_error textarea:focus {
	background-color: #e9e9e9;
}

/*------------Slideshow-------------*/

.tcx_slideshow {
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.flex-control-nav {
	margin: 0;
	z-index: 999;
}

.slide-desc {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	margin: 20px;
	width: 300px;
	line-height: 21px;
	color: #fff;
}

.slide-desc .tcx_button {
	clear: both;
	margin: 1em 0;
}

.title {
	font-size: 36px;
	line-height: 38px;
	color: #fff;
}

.slides li {
	display: none;
	position: relative;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.entrytext .slides, .entrytext .slides li, .tcx_slideshow .flex-control-paging li, .tcx_slideshow .flex-control-paging, ul.flex-direction-nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tcx_slideshow .slides .carousel {
	margin-right: 30px;
}

.slides img {
	width: 100%;
	height: auto;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	margin: 10px 6px 0 6px;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	background-position: -25px 0;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	direction: rtl;
	overflow: hidden;
}

html .flex-control-paging li .flex-active, .flex-control-paging li a:hover {
	background-color: transparent;
	background-position: -25px -11px;
}

tcx_slideshow .numbers li a {
	text-indent: 0;
}

.flex-direction-nav a {
	display: block;
	width: 35px;
	height: 34px;
	
	position: absolute;
	top: 50%;
	opacity: 1;
	background-position: -35px -45px;
}

.flex-direction-nav .flex-prev {
	left: 1%;
}

.flex-direction-nav .flex-next {
	background-position: -69px -45px;
	right: 1%;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/graphic-video.png") center center no-repeat;
	background-size: 200px 200px;
}

/*-------------WebFonts-------------*/

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: local('Open Sans Light'),
		 local('OpenSans-Light'),
		 url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: local('Open Sans'),
		 local('OpenSans'),
		 url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: local('Open Sans Italic'),
		 local('OpenSans-Italic'),
		 url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: local('Open Sans Bold'),
		 local('OpenSans-Bold'),
		 url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}

/*---------CSS3 and Tweaks----------*/

::-moz-selection {
	background: #252525;
	color: #e9e9e9;
}

::selection {
	background: #252525;
	color: #e9e9e9;
}

.click-through {
	pointer-events: none;
}

input, textarea {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:  all .2s ease-in-out;
	-ms-transition:  all .2s ease-in-out;
	-o-transition:  all .2s ease-in-out;
	transition:  all .2s ease-in-out;
}

input:focus, textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
}

a, footer.main, .accordion {
	-webkit-transition: color .2s linear, background .2s linear;
	-ms-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}