/*
    Theme Name: Vermillion Child Theme for Genesis
    Description: Vermillion Child Theme is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
    Author: Andy Kuhlmann
    Author URI: http://finelinemarketing.com
    Version: 1.0
   
    Template: genesis

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
*/

/*	Import Fonts
---------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Volkhov:700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);


body {
	color: #555555;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #4C7C9E;
	text-decoration: none;
	}
	
a:hover {
	color: #73AB01;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #e5edf2 url(images/bg.png) repeat-x;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	margin: 0 auto 0;
	padding: 0;
	}
	
#header h3 {
    font-family: 'Volkhov', serif !important;
    font-style:italic;
    font-size: 20px;
    text-align: center;
}
	
#header .wrap {
	background: transparent;
	width: 960px; 
	height: 110px;
	margin: 0 auto 0;
	}

#title-area {
	width: 360px;
	float: left;
	margin: 0; 
	padding: 20px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	margin: 0; 
	padding: 0 0 0 20px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	}

#header .widget-area {
	width: 650px;
	color: #5A5346;
	float: right;
	margin: 35px 0 0 0; 
	padding: 0;
	text-align: right;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #4C7C9E;
	font-size:18px;
	font-weight: bold;
	text-decoration: none;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
	}
	
#header .widget-area a:hover {
	color: #73ab01;
	text-decoration: none;
	}
	
#header .widget-area p {
	color: #4C7C9E;
	font-size:22px;
	font-weight: normal;
	margin: 7px 0 0 0;
	padding: 0;
        line-height:7px;
	}

.header-left p {
	color: #4C7C9E;
	font-size:22px;
	font-weight: normal;
    margin: 0;
    padding: 130px 0 0 65px;
        line-height:7px;
	}

#header a.client-login, #header a:visited.client-login {
background-color: #d7e5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
  background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
  background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #3d5f7b;
   display: block;
    float: right;
  font: normal 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 11px 7px;
  margin-left:6px;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
width:125px;
	}

#header a:hover.client-login {
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;
    border-left: 1px solid #9caaba;
    border-bottom: 1px solid #96a3b3;
    border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;
    cursor: pointer;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
	}
#header a:active.client-login {
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
}

#header a.client-contact, #header a:visited.client-contact {
background-color: #A60C10;
  border-top: 1px solid #abbbcc;
  border-left: 1px solid #a7b6c7;
  border-bottom: 1px solid #a1afbf;
  border-right: 1px solid #a7b6c7;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #ffffff;
   display: block;
    float: left;
  font: bold 15px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    margin-left: 13px;
    padding: 7px 6px;
  text-align: center;
  
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
width:125px;
	}

#header a:hover.client-contact {
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;
    border-left: 1px solid #9caaba;
    border-bottom: 1px solid #96a3b3;
    border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;
    cursor: pointer;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
	}
#header a:active.client-contact {
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
}

#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0 12px; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	margin: 40px 0 0 0;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	float: left;
	width: 300px;
	height: 80px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 50px 0 0 0;
	clear: both;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #5A5346;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight:;
    margin: 0;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	color: #677E52;
	text-decoration: none;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #5A5346;
	width: 148px; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #6C6455;
	border-right: 1px solid #6C6455;
	border-bottom: 1px solid #6C6455;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #6C6455;
	color: #FFFFFF;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#nav .wrap {
	background: #3A5C78;
	width: 960px;
	height: 40px;
	margin: 0 auto 0;
	font-weight: ;
	}
	
#nav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 10px 16px 10px 10px;
	text-decoration: none;
	position: relative;
	border-right: 1px solid #FFFFFF;
	}

#nav li a:hover, #nav li a:active {
	background: #3A5C78;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul {
	padding-right: 18px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #354254;
	width: 202px; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #3A5C78;
	border-right: 1px solid #3A5C78;
	border-bottom: 1px solid #3A5C78;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #3A5C78;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 150px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -31px 0 0 169px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	margin: 0;
	padding: 10px 25px 10px 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
#nav li.last a {
    border-right: none;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	z-index: -1;
	}

#subnav .wrap {
	background: transparent;
	width: 960px !important;
	height: 40px;
	margin: 0 auto 0;
	padding: 0;
	font-weight: bold;
	z-index: -1;
	}
	
#subnav ul {
	width: 992px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	z-index: -1;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: -1;
	}
	
#subnav li.tagline {
	float: left;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 13px 10px 14px 10px;
	text-decoration: none;
	position: relative;
	z-index: -1;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 15px 6px 14px 10px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	}

#subnav li a:hover, #subnav li a:active {
	color: #FFFFFF;
	z-index: 1;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	z-index: 1;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 22px;
	right: 5px;
	z-index: 1;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	z-index: 1;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #354254;
	width: 148px; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #6C6455;
	border-right: 1px solid #6C6455;
	border-bottom: 1px solid #6C6455;
	text-transform: none;
	position: relative;
	z-index: 1;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #3A5C78;
	color: #FFFFFF;
	z-index: 2;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	z-index: 3;
	}

#subnav li ul {
	z-index: 4;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 150px;
	}

#subnav li ul a:hover, #subnav li ul a:active {
	}

#subnav li ul ul {
	margin: -31px 0 0 169px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}
	
	
/* Features-Tabs-Sticky Menu */

#features-tabs{
	background-color: #f5f5f5;
	display: none;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 100000;
}

.features-tabs-sticky ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: 0;
	width: 960px;
}

.features-tabs-sticky ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

.features-tabs-sticky ul li {
	border-left: 2px solid #fff;
	display: block;
	float: left;
	width: 14.04%;
}

.features-tabs-sticky ul li a {
	background-color: #f5f5f5;
	display: inline-block;
	height: 70px;
	position: relative;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.features-tabs-sticky ul li a span {
	bottom: 35px;
	color: #bbb;
	display: block;
	font-family: 'museo-sans', sans-serif;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 0;
	position: absolute;
	width: 100%;
}

.features-tabs-sticky ul li.active a,
.features-tabs-sticky ul li a:hover {
	background-color: #3A5C78;
}

.features-tabs-sticky ul li.active a span,
.features-tabs-sticky ul li a:hover span {
	color: #fff;
}

.features-tabs-sticky ul li.active a:after,
.features-tabs-sticky ul li a:hover:after {
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #3A5C78 transparent transparent transparent;
	bottom: -10px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
}

.features-tabs-sticky ul li a:before {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 78px 136px;
	content: "";
	display: block;
	height: 60px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	top: 16px;
	width: 70px;
}
	.features-tabs-sticky ul li.active a:before,
.features-tabs-sticky ul li a:hover:before {
	background-position: center -63px;
}

	

/***** Inner ********************/

#inner {
	width: 960px;
	margin: 20px auto 20px;
	padding: 0;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	/*width:100%;*/
	margin: 10px auto 0;
	padding: 0;
	overflow: hidden;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
	/*max-height:1900px;*/
	background:#fff;
    }
    
/***** Home Top ********************/

#home-top-bg {
	width: 100%;
	/*background: transparent url(images/home-top-bg.jpg) top repeat-x;*/
	margin: 0;
	padding: 0;
	}

#home-top {
	/*background: transparent url(images/box-shadow.png) bottom center no-repeat;*/
	width: 960px;
	margin: 0 auto -20px;
	padding: 0 0 22px 0;
	}
	
#home-top .wrap {
	margin: 0;
	padding: 0;
	}
	
#home-top .widget {
	margin: 0;
	padding: 0;
	}
	
#home-top #rotator {
	margin: 0;
	padding: 0;
	}
	
#home-top h3 {
	color: #FFF;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #4B5B4E -1px -1px;
	margin: 0 auto 0;
	padding: 20px 0 20px 0;
	text-align: center;
	}

#home-top h3 a {
	background: transparent url(images/button.png) top repeat-x;
	color: #FFF;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #4B5B4E -1px -1px;
	margin: 0 0 0 10px;
	padding: 4px 10px 3px 10px;
	text-align: center;
	-moz-box-shadow: 0px 4px 8px #222;
	-webkit-box-shadow: 0px 4px 8px #222;
	box-shadow: 0px 4px 8px #222;
	}
	
#home-top h3 a:hover {
	background: transparent url(images/button-hover.png) top repeat-x;
	text-decoration: none;
	margin: 3px 0 0 10px;
	-moz-box-shadow: 0px 1px 4px #333;
	-webkit-box-shadow: 0px 1px 4px #333;
	box-shadow: 0px 1px 4px #333;
	}

/***** Home Middle ********************/

#home-middle-bg {
	padding: 0;
	}
	
#home-middle-wrap {
	margin: 0 auto 0;
	width: 960px;
}

#home-middle {
	width: 960px;
	margin: auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-middle p {
	margin: -25px;
    padding: 0 41px 5px;
	}
	
#home-middle h2 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-middle h2 a, #home-middle h2 a:visited {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-middle h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#home-middle h4 {
	background: #DDEDB6 url(images/widget-headline.png) top repeat-x;
	color: #3f5c6f;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #FFFFFF 1px 1px;
	margin: 0;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#home-middle ul {
	list-style-type: none;
	margin: 10px 15px 0 15px;
	padding: 0;
	}
	
#home-middle ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-middle ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}
	
#home-middle .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page {
	margin: 0px;
	padding: 15px 15px 5px 15px;
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage {
	clear: both;
	}
	
#home-middle .featuredpost p, #home-middle .featuredpage p {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#content #home-middle .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
	
#home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-middle-1 {
	float: left;
	width: 305px;
	margin: 0;
	padding: 0 22px 0 0;
	}
	
.home-middle-2 {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
	}
	
.home-middle-3 {
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
}

/***** Home Above Middle ********************/

#home-above-middle-bg {
	padding: 0;
	}
	
#home-above-middle-wrap {
	margin: 0 auto 15px;
	width: 960px;
}

#home-above-middle {
	background: #4C7C9E;
	width: 935px;
	margin: auto 0;
	padding: 10px;
	overflow: hidden;
	display:none;
	border: 1px solid #444;
	}
	
#home-above-middle p {
	margin: 0;
	padding: 10px 15px 5px 15px;
	}
	
#home-above-middle h2 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
	}
	
#home-above-middle h2 a, #home-above-middle h2 a:visited {
	color: #333333;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	}

#home-above-middle h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#home-above-middle h4 {
	background: #DDEDB6 url(images/widget-headline.png) top repeat-x;
	color: #3f5c6f;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #FFFFFF 1px 1px;
	margin: 0;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#home-above-middle ul {
	list-style-type: none;
	margin: 10px 15px 0 15px;
	padding: 0;
	}
	
#home-above-middle ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-above-middle ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-above-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-above-middle .widget {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}
	
#home-above-middle .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-above-middle .featuredpost .post, #home-above-middle .featuredpage .page {
	margin: 0px;
	padding: 15px 15px 5px 15px;
	clear: both;
	}
	
#home-above-middle .featuredpost, #home-above-middle .featuredpage {
	clear: both;
	}
	
#home-above-middle .featuredpost p, #home-above-middle .featuredpage p {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#content #home-above-middle .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
	
#home-above-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-above-middle-1 {
	float: left;
	width: 223px;
	margin: 0;
	padding: 0 14px 0 0;
	}
	
.home-above-middle-2 {
	float: left;
	width: 223px;
	margin: 0;
	padding: 0 14px 0 0;
	}
	
.home-above-middle-3 {
	float: left;
	width: 223px;
	margin: 0;
	padding: 0 12px 0 0;
	}
	
.home-above-middle-4 {
	float: right;
	width: 223px;
	margin: 0;
	padding: 0;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #DDEDB6 url(images/widget-headline.png) top repeat-x;
	color: #677e52;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #FFFFFF 1px 1px;
	margin: 0 0 20px 0;
	padding: 12px 0 12px 15px;
	border-bottom: solid 1px #DDDDDD;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #DDEDB6;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 790px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	background: #ffffff;
	/*min-height:800px;*/
height:100%;
	width: 498px;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #DDDDDD;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	background: #FFFFFF;
	width: 770px;
	padding: 0;
	border: 1px solid #DDDDDD;
	}
	
.full-width-content #content {
	width: 960px;
	background: #FFFFFF;
	min-height:100%;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 15px;
	}
	
#content .page {
	margin: 0;
	padding: 15px;
	background: #ffffff;
/*min-height:800px;*/
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	height:100%;
	}
	
#content .post ul li {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
height:100%;
	}
	
#content .post ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
height:100%;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}

#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 15px 40px 15px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #4c7c9e;
	font-family: Arial, Tahoma, Verdana;
	font-weight: 900;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	border-bottom: 0px solid #DDDDDD;
	padding: 0 0 0px 0;
	}
	
#content h2 {
	font-size: 18px;
	border-bottom: 0px solid #DDDDDD;
	padding: 0 0 0px 0;
	}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #73AB01;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
#content h7 {
	color: #4c7c9e;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14pt;
	text-decoration: none;
	padding: 0;
	}
	
/***** Post Icons ********************/
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 15px 20px 15px;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #34526c;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #34526c;
	color: #FFFFFF;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #34526c;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #34526c;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	background: #DDEDB6 url(images/widget-headline.png) top repeat-x;
	color: #677E52;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-shadow: #FFFFFF 1px 1px;
	margin: 0;
	padding: 12px 0 12px 15px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 10px 15px 5px 15px;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 10px 15px 5px 15px;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 0;
	padding: 10px 15px 0 15px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #DDDDDD;
 	word-wrap: break-word;
	}

/***** Tag Cloud ********************/

#home-middle .widget_tag_cloud div, #sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div, #footer-widgeted .widget_tag_cloud div div {
	padding: 10px 15px 5px 15px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F4F4F4;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0 0 0;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 268px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 7px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #FFFFFF url(images/search.png) right no-repeat;
	width: 200px;
	color: #5A5346;
	font-family: Georgia, Times New Roman, Trebuchet MS;	
	font-size: 14px;
	font-style: italic;
	margin: 5px 5px 0 0;
	padding: 5px 0 5px 7px;
	border: 1px solid #DDDDDD;
	}
	
#header .s {
	width: 125px;
	}
	
.searchsubmit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 6px 5px 6px 5px;
	border: 1px solid #73AB00;	
	}
	
.searchsubmit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;
	}

/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0 0 5px 2px;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	width: 220px;
	color: #999999;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	font-style: italic;
	margin: 0 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	}
	
#footer-widgeted .enews #subbox {
	width: 190px;
	}
	
.enews #subbutton {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px;
	border: 1px solid #73AB00;	
	}
	
.enews #subbutton:hover {
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	width: 400px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/

.gform_wrapper .gform_heading {
	margin: 0 !important;
	padding: 0 10px 0 15px !important;
	width: 94% !important;
}

.gform_footer .button {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 1px 5px 1px 5px;
	border: 1px solid #73AB00;	
	}
	
.gform_footer .button:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none !important;
	margin: 0 12px 25px 0 !important;
	padding: 3px 0 0 10px !important;
}

.gform-widget ul {
	padding-top: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
	margin: 4px 0 0 0 !important;
}

#footer-widgeted .gform_footer .button {
	float: right !important;
}

#footer-widgeted .gform_wrapper {
	max-width: 100% !important;
}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: url(images/footer-widgeted.png) repeat-x;
	margin: 15px auto 0;
	padding: 0 0 15px;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #888; background-size:contain;
	}
	
#footer-widgeted .wrap {
	width: 960px;
	margin: 0 auto 0;
	}
	
#footer-widgeted .widget {
	background: transparent;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted h4 {
	color: #e5ecf2;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0 0 13px 0px;
	}
		
#footer-widgeted p {
	margin: 0;
	padding: 10px 15px 5px 15px;
	}
	
#footer-widgeted .widget p, #footer-widgeted .textwidget p {
	margin: 0;
	padding: 10px -290px 5px 0;
	color: #080808;
	font-weight: normal;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	text-decoration: none;
-webkit-transition: all .01s ease;
-moz-transition: all .01s ease;
-ms-transition: all .01s ease;
-o-transition: all .01s ease;
transition: all .01s ease;
	}
	
#footer-widgeted a:hover {
	text-decoration: underline;
	opacity:1;
	}
	
#footer-widgeted .featuredpost .post, #footer-widgeted .featuredpage .page {
		margin: 0px;
		padding: 15px 15px 5px 15px;
		clear: both;
		}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0 ;
	padding: 10px 15px 0 9px;
	}
	
#footer-widgeted ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0px 0;
	color: #e5ecf2;
	}

.footer-widgeted-1 {
	width: 218px;
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0;
	color: #e5ecf2;
	}

.footer-widgeted-1 a {
	color: #73AB01;
}
	
.footer-widgeted-2 {
	width: 396px;
	float: left;
	margin: 0;
	padding: 20px 0px 5px 0;
	}
	
.footer-widgeted-3 {
	width: 320px;
	float: right;
	margin: 0 0 0 5px;
	padding: 20px 0px 5px 0;
	}
	
.footer-widgeted-4 {
	width: 100%;
	background: url(images/bg.png) 90px repeat-x;
	float: left;
	clear:both;
	margin: 0;
	padding-top: 1px;
	border:none;
	}

.footer-widgeted-4 p {
	color:#000;
	text-align:center;
}

.footer-widgeted-4 p a.subscribe-button {
	background:#3a5c78;
	width:250px;
	height:40px;
	padding:10px;
	margin-top:20px;
-webkit-box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, .5);
        
        box-shadow:  0px 1px 4px 0px rgba(0, 0, 0, .5);
}
	
#footer-widgeted .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

/***** Footer ********************/

#footer {
	background: #575044 url(images/footer.png) top left repeat-x;
	clear: both; 
	overflow: hidden;
	color: #e5ecf2;
	font-size: 11px;
	margin: 0 auto 0;
	padding: 15px 0 15px 0;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	}

#footer .wrap {
	width: 960px;
	height: 70px;
	margin: 0 auto 0;
	}
	
#footer a, #footer a:visited {
	color: #DDDDDD;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #73AB01;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#footer .logo {
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
	}

#footer .creds {
	width: 625px;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	}
	
#footer .gototop {
	width: 110px;
	float: right;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: right;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 12px;
	background: url(images/footer-top.png) no-repeat left center;
	}

/***** Comments ********************/

#comments {
	margin: 0 0 15px 0;
	padding: 0 15px 0 15px;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0 15px 0 15px;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #73AB00;	
	}
	
#submit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: url(images/button.png);
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #73AB00;	
	}
	
.reply a:hover {
	background: url(images/button-hover.png);
	text-decoration: none;
	border: 1px solid #73AB00;	
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}

/***** Home Widgets ********************/

.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#text-.widget {
	background-color: transparent;
	border: none;
	padding: none;
	overflow: hidden;
	}
	
#text- .details {
	margin: 15px 20px;
	}
	
#text- h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.15em;
	color: #fff;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	}

.wordpress-post-tabs.tabs_121_0_wrap.wordpress-post-tabs-skin-default {
    margin: -60px 0 -30px;
}
	
#text- p {
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	color: #aaa;
	text-shadow: 1px 1px 0 rgb(0,0,0);
	}
	
#footer-widgeted #text-8 a {
	color: #FFF;
	text-decoration: none;
	}
	
#home-bottom-left {
	width: 305px;
	height: 148px;
	overflow: hidden;
	background-color: transparent;
	}
	
/***** Mosaic ********************/

/** {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}*/

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width: 303px;
	height: 202px;
	margin: 0;
	background: transparent url(images/img/progress.gif) no-repeat center center;
	border: none;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

.above-middle-mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width: 223px;
	height: 183px;
	margin: 0;
	background: transparent url(images/img/progress.gif) no-repeat center center;
	border: none;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background-color:transparent;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
.footer-widgeted-4 .mosaic-overlay,#block-5 h2 {
		display:block;
		z-index:5;
	position:relative; background:none;color:#000!important; font-size:24px;}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(images/img/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(images/img/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(images/img/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-60px;
			height:100px;
			opacity:1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
			filter:alpha(opacity=65);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				filter:alpha(opacity=80);
			}
		.details-1 {
			background:#ccac00; background: linear-gradient(to right, #826d00, #a38900, #ccac00);
			height:100%;
			margin: -42px 0;
		}

		.details-2 {
			background:#007300; background: linear-gradient(to right, #004900, #005c00, #007300);
			height:100%;
			margin: -42px 0;
		}

		.details-3 {
			background:#8a1717; background: linear-gradient(to right, #580e0e, #6e1212, #8a1717);
			height:100%;
			margin: -42px 0;
		}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(images/img/bg-black.png);
		}
		
		.above-middle-mosaic-block .bar2 .mosaic-overlay {
			bottom:-60px;
			height:183px;
			opacity:0.65;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
			filter:alpha(opacity=65);
		}
		
			.above-middle-mosaic-block .bar2 .mosaic-overlay:hover {
				opacity:.65;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
				filter:alpha(opacity=65);
			}
		/*** End Animation Styles ***/

/* Mosaic Text
------------------------------------------------------------ */

.mosaic-overlay h6 {
	color: #fff;
	font-size: 18px;
	padding: 10px 15px 5px;
}

.mosaic-overlay {
	color: #fff;
	font-size: 13px;
}

a.mosaic-overlay {
	color: #fff;
	font-size: 13px;
}

a:hover.mosaic-overlay {
	text-decoration: none;
	color: #fff;
}

/* Genesis Slider
------------------------------------------------------------ */

#genesis-slider {
	background: #fff;
	border: 0 !important;
	margin: 0 auto;
	padding: 0 !important;
	-moz-box-shadow: 0px 4px 8px #222;
	-webkit-box-shadow: 0px 4px 8px #222;
	box-shadow: 0px 4px 8px #222;
}

/* Testimonials
------------------------------------------------------------ */

#header blockquote.testimonial {
	position: relative;
	background: transparent url(images/blockquote-bg.png) top center no-repeat;
	border: 0 !important;
	margin: 8px 0 0 0;
	padding: 5px 145px 45px 140px;
	color: #333;
	height: 140px;
	overflow: hidden !important;
	z-index: -4;
}

#header .category-testimonial p {
	background: transparent;
	position: relative;
	float: right;
	text-align: left;
	margin: -8px 0 0 0;
	padding: 0 75px 0 0;
	z-index: -5;
}

#header blockquote.testimonial p {
	margin: 0;
	padding: 0;
}

/* Home Footer Widgets
------------------------------------------------------------ */

.footer-menu-left {
	float: left;
	width: 120px;
	margin-left: 20px;
}

.footer-menu-right {
	float: right;
	width: 170px;
}

#footer-widgeted a, #footer-widgeted a:visited {
	color: #e5ecf2;
	text-decoration: none;
	font-weight: normal;
}

#footer-widgeted a:hover, {
	color: #0a101d;
	text-decoration: none;
}

a.facebook-link, a:visited.facebook-link {
	width: 64px;
	height: 64px;
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/twitter-grey.jpg) no-repeat;
	padding-right: 5px;
}

a:hover.facebook-link {
	background: transparent url(images/icons/facebook-hover.png) no-repeat;
}

a.twitter-link, a:visited.twitter-link {
	background: transparent url(images/icons/twitter.png) no-repeat;
	padding-right: 5px;
}

a:hover.twitter-link {
	background: transparent url(images/icons/twitter-hover.png) no-repeat;
	padding-right: 5px;
}

a.linkedin-link, a:visited.linkedin-link {
	background: transparent url(images/icons/linked-in.png) no-repeat;
	padding-right: 5px;
}

a:hover.linkedin-link {
	background: transparent url(images/icons/linked-in-hover.png) no-repeat;
	padding-right: 5px;
}

a.youtube-link, a:visited.youtube-link {
	background: transparent url(images/icons/youtube.png) no-repeat;
	padding-right: 5px;
}

a:hover.youtube-link {
	background: transparent url(images/icons/youtube-hover.png) no-repeat;
	padding-right: 5px;
}

/* FadeHover
------------------------------------------------------------ */

#footer-widgeted .fadehover {
	position: relative;
}
 
#footer-widgeted img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
 
#footer-widgeted img.b {
	position: absolute;
	left: 0;
	top: 0;
}


#footer-widgeted .social-1 a {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/facebook-grey-e1374073847829.jpg) no-repeat;
	display: block;
	float: left;
	width: 54px;
	height: 64px;
	padding-right: 9px;
	margin-top: 0;
	z-index:1;
}

#footer-widgeted .social-1 a:hover {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/facebook-e1374073929411.png) no-repeat;
	z-index:55;
	opacity:1.0;
}

#footer-widgeted .social-2 a {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/twitter-grey-e1375193520214.jpg) no-repeat;
	display: block;
	float: left;
	width: 54px;
	height: 64px;
	padding-right: 9px;
	margin-top: 0;
	z-index:1;
}

#footer-widgeted .social-2 a:hover {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/twitter-e1375193490973.png) no-repeat;
	z-index:55;
	opacity:1.0;
}

#footer-widgeted .social-3 a {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/linkedin-grey-e1375193850205.jpg) no-repeat;
	display: block;
	float: left;
	width: 54px;
	height: 64px;
	padding-right: 9px;
	margin-top: 0;
	z-index:1;
}

#footer-widgeted .social-3 a:hover {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/01/linkedin-e1375193799845.png) no-repeat;
	z-index:55;
	opacity:1.0;
}

#footer-widgeted .social-4 a {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/07/VFA_Blog_grey-e1375195756620.jpg) no-repeat;
	display: block;
	float: left;
	width: 54px;
	height: 64px;
	padding-right: 9px;
	margin-top: 0;
	z-index:1;
}

#footer-widgeted .social-4 a:hover {
	background: url(http://vermillionfinancial.com/wp-content/uploads/2013/07/VFA_Blog-e1375195785579.png) no-repeat;
	z-index:55;
	opacity:1.0;
}

#footer-widgeted .affiliate-logos {
	display:block;
	float:left;
	width 50px;
	height: 50px;
	overflow:hidden;
	padding-right: 12px;
	padding-bottom: 10px;
	margin:0;
}

/* Customize SlideDeck
------------------------------------------------------------ */

.lens-half-moon.sd2-large dd .slide-content p.slide-title, .lens-half-moon.sd2-large dd .sd2-node-caption .sd2-slide-title {
	font-size: 50px !important;
	padding-left:10px;
}

.lens-half-moon.sd2-dark dd .slide-content, .lens-half-moon.sd2-dark dd .sd2-node-caption {
	background: none repeat scroll 0 0 rgba(255,255,255,0.0) !important;
	width:220px;
}



/* FORM ELEMENTS
------------------------------------------------------------*/
.question-form {
	border: 1px solid #d5d5d5;
	background: #f6f6f6;
	width:300px;
	height: 28px;
	margin: 0 0 15px 0;
	padding-left:7px;
	line-height: 20px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}

.question-form-area {
	border: 1px solid #d5d5d5;
	background: #f6f6f6;
	width:300px;
	max-width:400px;
	height:120px;
	max-height:150px;
	margin: 0 0 20px 0;
	padding:7px 0 7px 7px;
	line-height: 20px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}


.question-button {
   border: 1px solid #adadad;
   background: #dedede;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
   background: -webkit-linear-gradient(top, #ffffff, #dedede);
   background: -moz-linear-gradient(top, #ffffff, #dedede);
   background: -ms-linear-gradient(top, #ffffff, #dedede);
   background: -o-linear-gradient(top, #ffffff, #dedede);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
   padding: 5.5px 19px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #ffffff 0 1px 0;
   color: #4c7ea0;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.question-button:hover {
   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #3c6682;
   background: -webkit-gradient(linear, left top, left bottom, from(#4c7ea0), to(#3c6682));
   background: -webkit-linear-gradient(top, #4c7ea0, #3c6682);
   background: -moz-linear-gradient(top, #4c7ea0, #3c6682);
   background: -ms-linear-gradient(top, #4c7ea0, #3c6682);
   background: -o-linear-gradient(top, #4c7ea0, #3c6682);
   background-image: -ms-linear-gradient(top, #4c7ea0 0%, #3c6682 100%);
   color: #fff;
   }
.question-button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #4c7ea0;
   background: -webkit-gradient(linear, left top, left bottom, from(#3c6682), to(#3c6682));
   background: -webkit-linear-gradient(top, #3c6682, #4c7ea0);
   background: -moz-linear-gradient(top, #3c6682, #4c7ea0);
   background: -ms-linear-gradient(top, #3c6682, #4c7ea0);
   background: -o-linear-gradient(top, #3c6682, #4c7ea0);
   background-image: -ms-linear-gradient(top, #3c6682 0%, #4c7ea0 100%);
   color: #fff;
   }

/*form {
position:relative;
float:left;
margin: 20px 0 0 10px;
min-width: 300px;
max-width:900px;
height:400px;
max-height:800px;
}
*/



/*******************************************************
---------- SET UP A MEETING NOW STYLES ----------------
******************************************************/

.home.soliloquy-container.soliloquy-slide-horizontal .soliloquy-direction-nav li .soliloquy-prev,
.home.soliloquy-container.soliloquy-thumbnails-container .soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-prev, 
.home .soliloquy-container .soliloquy-direction-nav li .soliloquy-prev {
	background: url("images/slider-arrows-horizontal.png") no-repeat;
    height: 36px;
    left: 10px;
    margin-top: -20px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 36px;
    z-index: 30;
}

.home.soliloquy-container.soliloquy-slide-horizontal .soliloquy-direction-nav li .soliloquy-next, 
.home.soliloquy-container.soliloquy-thumbnails-container .soliloquy-thumbnails .soliloquy-direction-nav li .soliloquy-next,
.home .soliloquy-container .soliloquy-direction-nav li .soliloquy-next {
    background: url("images/slider-arrows-horizontal.png") no-repeat scroll 0 -36px transparent;
    height: 36px;
    margin-top: -22px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 50%;
    width: 36px;
    z-index: 30;
}

/*******************************************************
---------- Features Tabs ----------------
******************************************************/
.reasons {

	background: #fff;

	position: relative;

	z-index: 999;

}



.reasons .wrap {

	padding: 80px 0 160px;

	padding: 8rem 0 16rem;

}



.reasons .heading {

	margin-bottom: 60px;

	margin-bottom: 1rem;

}



.reasons .heading h2 {

	font-size: 54px;

	font-size: 5.4rem;

	font-weight: 100;

	line-height: 1.4 !important;

	padding-left: 150px;

	padding-left: 15rem;

	position: relative;

}



.reasons .heading h2 span {

	color: #3A5C78;

	font-size: 200px;

	font-size: 20rem;

	left: 0;

	position: absolute;

	top: -62px;

}



.reasons .heading small {

	font-size: 18px;

	font-size: 1.8rem;

	margin-left: 150px;

	margin-left: 15rem;

}



.reasons:after {

	/* background-image: url(images/synthesis-icon.png); */

	background-size: 100% 100%;

	bottom: 62px;

	content: "";

	display: block;

	height: 18px;

	left: 50%;

	margin-left: -25px;

	position: absolute;

	width: 51px;

}



.reasons .arrow-bottom {

	background-color: #fff;

	border-radius: 50%;

	top: -35px;

	height: 76px;

	margin-left: -38px;

	left: 50%;

	position: absolute;

	width: 76px;

	z-index: 999;

}



.reasons .arrow-bottom span {

	background-image: url(images/arrow-down.png);

	background-size: 100% 100%;

	display: block;

	position: absolute;

	left: 50%;

	margin-left: -5px;

	margin-top: 18px;

	height: 25px;

	width: 11px;

	

	-webkit-animation: bounce-down 0.5s alternate infinite;

	-moz-animation: bounce-down 0.5s alternate infinite;

	-ms-animation: bounce-down 0.5s alternate infinite;

	-o-animation: bounce-down 0.5s alternate infinite;

	animation: bounce-down 0.5s alternate infinite;

}

.features-tabs ul,

.features-tabs ul li {
    display: block;
    line-height: 0;
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
    width: 50px;
}



.features-tabs ul li {
    border-left: 2px solid #FFFFFF;
    display: block;
    float: left;
    width: 100%;
}



.features-tabs ul li a {
	background-color: #f5f5f5;
	display: inline-block;
	height: 50px;
	position: relative;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.features-tabs ul li a span {
    bottom: 24px;
    color: #BBBBBB;
    display: block;
    font-family: 'Volkhov',serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    position: absolute;
    width: 100%;
}



.features-tabs ul li.active a,

.features-tabs ul li a:hover {

	background-color: #3A5C78;

}



.features-tabs ul li.active a span,

.features-tabs ul li a:hover span {

	color: #fff;

}








.features-tabs ul li a:before {

	background-position: center top;

	background-repeat: no-repeat;

	background-size: 78px 136px;

	content: "";

	display: block;

	height: 60px;

	left: 50%;

	margin-left: -35px;

	position: absolute;

	top: 16px;

	width: 70px;

}



.features-tabs ul li.active a:before,

.features-tabs ul li a:hover:before {

	background-position: center -63px;

}



/* Removed because Synthesis icons aren't in play for this project -- Brian Lis, Update with Vermillion Icons.  Also removed "synthesis-icon" background on line 2947 with .reasons:after
.features-tabs ul li.content-1 a:before { background-image: url(images/icon-1.png); }

.features-tabs ul li.content-2 a:before { background-image: url(images/icon-2.png); }

.features-tabs ul li.content-3 a:before { background-image: url(images/icon-3.png); }

.features-tabs ul li.content-4 a:before { background-image: url(images/icon-4.png); }

.features-tabs ul li.content-5 a:before { background-image: url(images/icon-5.png); }

.features-tabs ul li.content-6 a:before { background-image: url(images/icon-6.png); }

.features-tabs ul li.content-7 a:before { background-image: url(images/icon-7.png); }
 */

.title {
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    margin: 25px 0 0 60px;
    text-align: left;
    width: 350px;
}

.content-1 > p,
.content-2 > p,
.content-3 > p,
.content-4 > p,
.content-5 > p,
.content-6 > p,
.content-7 > p,
.content-8 > p,
.content-9 > p,
.content-10 > p {
    display: table-column;
}

a .title, a:visited .title {
	color: #BBBBBB;
}

a:hover .title{
	color: #3A5C78; 
	text-decoration: none;
	}
		
a:focus .title, a:hover .title, a:active .title {
	color: #3A5C78;
	outline: none;
	}
	

.features-tabs ul li.active a:before .title, .features-tabs ul li a:hover:before .title{
	color: #000;
}


.post-401 {
    min-height: 468px;
}

.features-content {
    -moz-box-sizing: border-box;
    /*border: 1px solid #DDDDDD;*/
    content: " ";
    display: table;
    margin-top: 2px;
    padding: 2rem;
}



.features-content ul,

.features-content ul li {

	list-style: none;

	margin: -25px 1px 0;

	padding: 0;

}



.features-content ul li {

	display: none;

}



.features-content ul li.active {

	display: block;

}



.features-content ul li .left {

	float: left;

	width: 48%;

	

	-webkit-animation: slide-in-right 1s ease 1;

	-moz-animation: slide-in-right 1s ease 1;

	-ms-animation: slide-in-right 1s ease 1;

	-o-animation: slide-in-right 1s ease 1;

	animation: slide-in-right 1s ease 1;
	
    content: " ";
    display: table;

}



.features-content ul li .right {

	color: #000000;

	float: right;

	font-size: 13px;

	width: 57%;

	

	-webkit-animation: slide-in-left 1s ease 1;

	-moz-animation: slide-in-left 1s ease 1;

	-ms-animation: slide-in-left 1s ease 1;

	-o-animation: slide-in-left 1s ease 1;

	animation: slide-in-left 1s ease 1;
	min-height: 300px;

}



.features-content ul li h3 {

	font-size: 60px;

	font-size: 6rem;

	line-height: 1;

	margin-bottom: 40px;

	margin-bottom: 4rem;

	margin-top: 0px;

}



.features-content ul li p:last-child {

	margin-bottom: 0;

}

	/* Media Recognition Area - Drop Down options */

.dropdown_bg {
    background: url("/vermillion/wp-content/themes/images/Media Logos/dropdown-bg.png") no-repeat scroll left top #FFFFFF;
    box-shadow: 0 0 5px #777777;
    height: 153px;
    margin: 0 2px 2px;
    position: relative;
}
element.style {
    display: block;
    left: 212px;
    opacity: 0;
    top: 183px;
    visibility: hidden;
}
.shadowed {
    box-shadow: 0 0 5px #BBBBBB;
}
.rounded {
    border-radius: 5px 5px 5px 5px;
}
.bordered {
    border: 1px solid #B5B6B7;
}
.dropdown {
    background-color: #B8BABC;
    display: none;
    height: 160px;
    position: absolute;
    width: 948px;
    z-index: 10000;
}
.dropdown_w {
    height: 155px;
    margin: 0 5px 5px;
    position: relative;
}
/* Accordion Styles */
.accordion {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}
.accordion-title {
    background: rgba(0, 0, 0, 0) url("http://vermillionfinancial.com/wp-content/uploads/2015/07/down-arrow-icon.png") no-repeat scroll 20px center;
    border: 1px solid #dbdbdb;
    color: #3a5c78 !important;
    cursor: pointer;
    font-size: 21px !important;
    line-height: 1;
    margin: 0;
    padding: 40px 0 35px 60px !important;
    text-align: left !important;
}

.accordion-title.open.read {
    background: rgba(0, 0, 0, 0) url("http://vermillionfinancial.com/wp-content/uploads/2015/07/active-arrow-icon.png") no-repeat scroll 15px center;
}

.accordion-title:hover {cursor: pointer;}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}
.accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
figure {
    margin: 0;
}

.open,
.weekend,
.busy {
    text-align: center;
}
