/*
Theme Name: Evan Siegfried
Description: Wordpress Theme Designed for Evan Siegfried.
Author: Kristopher Ray Creative LLC
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background-color:#f3f3f3
}
/*body.home {
	background-image: url("images/jpg/home.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}*/
/*body.single-post {
	background-image: url("images/jpg/standard-page-and-blog-detail.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}*/
/*body.page-id-11{
		background-image: url("images/jpg/meet-evan.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}*/
body, input, textarea {
	color: #313131;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 1.17em;
}
a {
	color: #c12e40;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 8px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
p {
	margin-bottom: 1em;
}
ul {
	margin-bottom:1em
}
ol {
	margin-bottom:1em
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 5px 14px;
	transition: all 0.3s ease 0s;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
}
input[type="submit"], button, .button {
	background: #c12e40 none repeat scroll 0 0;
	border: medium none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova";
	font-size: 0.95em;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.3em;
	max-width: 100%;
	padding: 7px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: top;
	width: auto;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#222;
	color:#fff
}
.button.hollow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid;
}
.button.big {
	font-size: 1.2em;
	font-weight: 700;
	padding: 17px 47px;
}
.button.hollow.white {
	color:#fff;
	border-color:#fff
}
.button.hollow.white:hover {
	background-color:#fff;
	color:#111
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin: 0 -15px;
	position: relative;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.grid12 {
	width: 100%
}
.grid11 {
	width: 91.66666667%
}
.grid10 {
	width: 83.33333333%
}
.grid9 {
	width: 75%
}
.grid8 {
	width: 66.66666667%
}
.grid7 {
	width: 58.33333333%
}
.grid6 {
	width: 50%
}
.grid5 {
	width: 41.66666667%
}
.grid4 {
	width: 33.33333333%
}
.grid3 {
	width: 25%
}
.grid2 {
	width: 16.66666667%
}
.grid1 {
	width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
 clear: both
}
.row > .grid6:nth-child(2n+1) {
 clear: both
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.semibold {
	font-weight:600
}
.flex {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex.reverse {
	-webkit-flex-direction:  row-reverse;
	-moz-flex-direction:  row-reverse;
	-ms-flex-direction:  row-reverse;
	flex-direction: row-reverse;
}
.thin {
	font-weight:300
}
.space10 {
	height:10px;
	clear:both
}
.space20 {
	height:20px;
	clear:both
}
.space30 {
	height:30px;
	clear:both
}
.space40 {
	height:40px;
	clear:both
}
.space50 {
	clear:both;
	height:50px
}
.space80 {
	clear:both;
	height:80px
}
.space100 {
	clear:both;
	height:100px
}
.grey {
	color:#a3a3a3
}
.red {
	color:#c12e40
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background:none;
	line-height: 18px;
	margin-bottom: 20px;
	max-width:100% !important;
	padding: 0px;
	text-align: left;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 0.7em;
	margin: 0;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
#siteArea {
	margin: 0 auto;
	max-width: 100%;
}
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1320px;
	padding-left:20px;
	padding-right:20px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#main {
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}
#container {
	margin: 0 auto;
	max-width: 100%;
	width: 680px;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	background: #fff none repeat scroll 0 0;
	height: 68px;
	position: fixed;
	width: 100%;
	z-index: 99;
	top:0;
	left:0;
}
.headerSpace {
	height: 68px;
	position: relative;
	width: 100%;
}
#header .wrapper {
	padding:0;
	width:100%
}
#logo {
	float:left
}
#logo span {
	background-image: url("images/logo_white.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 38px 47px;
	-webkit-background-size: 38px 47px;
	display: inline-block;
	height: 68px;
	margin-right: 13px;
	vertical-align: top;
	width: 64px;
	background-color:#c12e40
}
#logo h1 {
	display: inline-block;
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 68px;
	padding: 0;
	text-transform: uppercase;
	vertical-align: middle;
}
#logo a {
	color:#747474
}
#logo a:hover {
	color:#c12e40
}
#socialHeader {
	float: right;
	padding-right: 22px;
	padding-top: 23px;
}
#socialHeader span {
	color: #a3a3a3;
	display: inline-block;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.2em;
	margin-right: 13px;
	text-transform: uppercase;
	vertical-align: middle;
	word-spacing: 2px;
}
#socialHeader ul {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#socialHeader ul li {
	display: inline-block;
	margin-right: 10px;
}
#socialHeader ul li a {
	display: block;
	font-size: 1.1em;
	line-height: 1.2em;
	color:#a3a3a3
}
#socialHeader ul li a:hover {
	color:#c12e40
}
/*------------------------------------------------*/
/*-------------------[NAVIGATION]-----------------*/
/*------------------------------------------------*/
#navigation {
	float: left;
	padding: 25px 0 20px 22px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none
}
#navigation ul.desktopMenu {
	position:relative
}
#navigation ul.desktopMenu > li {
	display: inline-block;
	padding: 0 12px;
	word-spacing: 1px;
}
#navigation ul.desktopMenu > li > a {
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	color:#a3a3a3
}
#navigation ul.desktopMenu > li > a:hover {
	color:#c12e40
}
#navigation ul.desktopMenu > li.current-menu-item > a, #navigation ul.desktopMenu > li.current_page_parent > a {
	color:#c12e40
}
/*------------------------------------------------*/
/*------------------[SINGLE POST]-----------------*/
/*------------------------------------------------*/
.postBx {
	background-color: #fff;
	padding: 38px 38px 14px;
}
.pageTitle {
	color:#313131;
	font-size: 1.55em;
	padding-bottom: 1em;
	word-spacing: 1px;
}
.pageTitle a {
	color:#313131;
}
.pageTitle a:hover {
	color:#c12e40;
}
.sectionTitle {
	color: #a3a3a3;
	font-size: 1.3em;
	line-height: 1.2em;
	padding-bottom: 1.1em;
	text-align: center;
	text-transform: uppercase;
}
.postSingleThumb {
	width: 100%;
}
.postSingleThumb img {
	display:block
}
.quoteBx {
	border: 1px solid #898989;
	margin-bottom: 1em;
	margin-top: 1.6em;
	padding: 25px 20px;
}
.quote {
	font-size: 1.25em;
	font-style: italic;
	font-weight: 500;
	text-align: left;
	line-height:1.25em
}
.quoteAuthor {
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.2em;
	padding-top: 8px;
	text-align: center;
}
.quoteAuthor span {
	display: block;
	font-size: 0.58em;
	line-height: 1.1em;
	text-transform: uppercase;
}
.postNavigation {
	padding-bottom: 33px;
	padding-top: 48px;
}
.prevPostNav {
	float:left
}
.nextPostNav {
	float:right
}
.postNavigation a {
	background-color:#fff;
	color: #787878;
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	padding: 7px 10px;
	text-transform: uppercase;
}
.postNavigation a:hover {
	background-color:#c12e40;
	color:#fff
}
.postNavigation .wp-pagenavi {
	text-align:center
}
.postNavigation .wp-pagenavi a, .postNavigation .wp-pagenavi span {
	background-color: #fff;
	color: #787878;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	height: 34px;
	line-height: 34px;
	margin: 0 4px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 34px;
}
.postNavigation .wp-pagenavi a:hover, .postNavigation .wp-pagenavi span.current {
	background-color:#c12e40;
	color:#fff
}
/*------------------------------------------------*/
/*--------------------[SECTIONS]------------------*/
/*------------------------------------------------*/
.section {
	background-position: center top;  
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 125px 0;
	position: relative;
	font-size: 1.1em;
	line-height: 1.3em;
}
.sectionMainHeading {
	font-size: 5em;
	line-height: 0.95em;
	padding-bottom: 0.26em;
	text-transform: uppercase;
}
.sectionMainHeading.sml {
	font-size: 3.7em;
}
.big {
	font-size: 1.55em;
	line-height: 1.3em;
}
.evanDesc {
	font-size: 1.25em;
	line-height: 1.6em;
}
.scrollMoreLink {
  bottom: -120px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.scrollMoreLink a {
	display: inline-block;
	font-size: 0.95em;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
}
.scrollMoreLink a .fa {
	font-size: 2.4em;
	margin-top: 5px;
}
.scrollMoreLink a:hover {
	color:#111
}
.homeTxtArea {
	max-width: 100%;
	width: 705px;
}
.sectionSubHeading {
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 0.2em;
	text-transform: uppercase;
	word-spacing: 2px;
}
.featuredLogos {
	position:relative;
	text-align:center
}
.featuredLogos ul {
	margin:0;
	padding:0;
	list-style:none;
	display:table
}
.featuredLogos ul li {
	display: table-cell;
	padding: 0 30px;
	vertical-align: middle;
}
.featuredLogos ul li img {
	display:block;
	margin:0 auto
}
.sectionHeading {
	font-size: 2.6em;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 0.2em;
	text-transform: uppercase;
}
.sectionTagline {
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.3em;
	padding-bottom: 0.7em;
}
.section .postReadMore {
	font-size: 0.85em;
}
.bigger {
	font-size: 1.8em;
	line-height: 1.35em;
	padding-top: 5px;
}
.postBx.newsupdate {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
}
#recentUpdates .pageTitle {
	font-size:1.4em;
	padding-bottom:.8em
}
#recentUpdates .postBx.newsupdate .pageTitle {
	font-size: 1em;
}
#recentUpdates .grid6, #recentUpdates .grid3 {
	float:none
}
.recentUpdateBx {
	background: #fff none repeat scroll 0 0;
}
.bannerTab{width:100%; height:100%; display:table}
.bannerCell {
  display: table-cell;
  vertical-align: middle;
}
#section-home-1 .wrapper{height:100%}
#section-home-2, #section-home-5{padding-top:45px; padding-bottom:45px}
#section-home-3, #section-meet-evan-4 {
  padding-bottom: 65px;
  padding-top: 100px;
}
/*------------------------------------------------*/
/*----------------------[LOGOS]--------------------*/
/*------------------------------------------------*/
#carousel {
	margin:0;
	position:relative
}
#carousel div.carouselItem {
	float: left;
	padding: 0 30px;
	position: relative;
	text-align: center;
	width: 375px;
	text-align:center;
	height:100px;
}
#carousel div.carouselItem img {
	border: none;
	width: 100%;
	height: auto;
	vertical-align:middle
}
.carouselTab {
	display: table;
	height: 100%;
	width: 100%;
}
.carouselCell {
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
/*------------------------------------------------*/
/*---------------------[Quotes]-------------------*/
/*------------------------------------------------*/
#slidingQuotes {
	position:relative;
	width:100%
}
#slidingQuotes .quoteItem {
	position:relative;
	width:100%;
	display:none
}
#slidingQuotes .quoteItem:first-child {
	display:block;
	opacity:0
}
.quotesTxt {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.35em;
	padding-bottom: 20px;
}
.quotesAuthor {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.3em;
	text-transform: uppercase;
}
.quotesDesignation {
	font-size: 0.85em;
	font-weight: 300;
	line-height: 1.3em;
	text-transform: uppercase;
}
/*------------------------------------------------*/
/*----------------------[BLOG]--------------------*/
/*------------------------------------------------*/
.blogpostItem {
	position:relative;
	padding-bottom:30px
}
.postReadMore {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
}
.postReadMore .fa {
	font-size:.9em;
	display:inline-block;
	margin-left:3px;
}
#searchform > input[type="submit"] {
	font-family: "FontAwesome";
	font-weight: 400;
}
.postSection {
	color: #a3a3a3;
	font-size: 0.8em;
	letter-spacing: 2px;
	line-height: 1.2em;
	padding-bottom: 0.8em;
	text-transform: uppercase;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_title {
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1.2em;
	padding-bottom: 0.34em;
	text-transform: uppercase;
}
.gform_description {
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
}
.gform_heading {
	padding-bottom: 35px;
}
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
ul.gform_fields > li.gfield {
	padding-bottom:20px;
	position:relative
}
ul.gform_fields > li.gfield input[type="text"] {
	display:block;
	width:100%
}
ul.gform_fields > li.gfield textarea {
	width:100%;
	height:180px
}
.mediaBx {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 305px;
	width: 100%;
}
.masonryBx.placeholder {
	height: 0px;
	padding: 0;
}
.masonryBx {
	padding-top:15px;
	padding-bottom:15px
}
/*------------------------------------------------*/
/*---------------------[TWEETS]-------------------*/
/*------------------------------------------------*/
#tweetsArea {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px 20px;
	position: fixed;
	width: 100%;
	z-index:99;
	border-bottom:5px solid #c12e40;	
}
.recentTwtsLbl {
	font-size: 1.1em;
	font-weight: 600;
	left: 20px;
	letter-spacing: 1px;
	position: absolute;
	text-transform: uppercase;
}
ul#tweets {
	list-style: outside none none;
	margin: 0;
	padding: 0px;
	width: 100%;
}
.flexslider{padding-left:170px}
ul#tweets > li {
  display: none;
  position: relative;
  width: 100%;
  vertical-align: top;
}
ul#tweets > li:first-child {
	display:block;
}
ul#tweets > li > a{color:#fff}
ul#tweets > li > a:hover{color:#4579ae}
/*------------------------------------------------*/
/*-----------------[FOOTER WIDGETS]---------------*/
/*------------------------------------------------*/
#footerWidgetArea {
	background-color: #c12e40;
	background-image: url("images/watermark.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	color: #fff;
	padding: 66px 0;
	text-align: center;
}
#footerWidgetArea .wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding-right: 30px;
	width: 620px;
}
#footerWidgetArea .gform_footer {
	display:none
}
#footerWidgetArea .gform_body {
	background:#fff;
	padding: 10px 14px;
	position: relative;
}
#footerWidgetArea ul.gform_fields {
	position:relative
}
#footerWidgetArea ul.gform_fields li.gfield {
	padding-bottom:0
}
#footerWidgetArea ul.gform_fields li#field_1_1.gfield {
	height: 39px;
	padding-bottom: 0;
	padding-right: 125px;
	width: 100%;
}
#footerWidgetArea ul.gform_fields li#field_1_1.gfield input[type="text"] {
	background:none;
	border:none
}
#footerWidgetArea ul.gform_fields li#field_1_2.gfield {
	position: absolute;
	right: 0;
	top: 0;
}
#footerWidgetArea ul.gform_fields li#field_1_2.gfield .button {
	background-color: #4579ae;
	padding-bottom: 8px;
	padding-top: 10px;
}
#footerWidgetArea ul.gform_fields li#field_1_2.gfield .button:hover {
	background-color:#111
}
#footerWidgetArea .gfield_description.validation_message {
	bottom: -9px;
	left: -11px;
	top:inherit;
	right:inherit
}
.gfield_description.validation_message {
	color: #4579ae;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1em;
	position: absolute;
	right: 0;
	top: 0;
}
.validation_error {
	display: none;
}
.gfield_required {
	color: #c12e40;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 700;
	margin-left: 2px;
}
/*------------------------------------------------*/
/*------------------------[NEWS]------------------*/
/*------------------------------------------------*/
.newspostItem {
	margin-bottom:20px
}
.newsThumb {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 0 0 305px;
}
.postBx.newsBx {
	flex: 1 1 0;
	padding: 20px 24px;
}
.postBx.newsBx .postSection {
	padding-bottom:.4em
}
.postBx.newsBx .pageTitle {
	font-size: 1.1em;
	padding-bottom: 0.9em;
}
.newsReadMore {
	font-size: 0.95em;
	font-weight: 700;
	text-transform: uppercase;
}
.newsReadMore .fa {
	display: inline-block;
	font-size: 0.9em;
	margin-left: 3px;
}
.newsSource {
	text-align: center;
}
/*------------------------------------------------*/
/*-----------------------[FOOTER]-----------------*/
/*------------------------------------------------*/
#footer {
	padding: 47px 0 110px;
	position: relative;
	background-color:#fff;
}
#footerLogo {
	position:relative
}
#footerLogo a {
	background-image: url("images/logo_color.png");
	background-size: 69px 86px;
	-webkit-background-size: 69px 86px;
	display: block;
	height: 86px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 69px;
}
#footerNav {
	padding-top: 24px;
	position: relative;
	text-align: center;
}
#footerNav ul {
	margin:0;
	padding:0;
	list-style:none
}
#footerNav ul li {
	display: inline-block;
	font-size: 0.8em;
	line-height: 1em;
	padding: 0 13px;
	word-spacing: 2px;
}
#footerNav ul li a {
	display:block;
	text-transform:uppercase;
	font-weight:700;
	color:#a3a3a3
}
#footerNav ul li a:hover {
	color:#c12e40
}
#copyright {
	color: #a3a3a3;
	font-size: 0.65em;
	padding-top: 13px;
	text-align: center;
	word-spacing: 1px;
}