/*
	Theme Name: Intelligence Child Theme
	Theme URL: http://www.rogermacrae.com
	Description: Intelligence is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: Roger MacRae
	Author URI: http://www.rogermacrae.com
	Version: 3.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Homepage
* Homepage Featured Post/Page
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Custom Post Titles
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Search Form
* eNews & U.entry-meta-times Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Testimonials
* Responsive Design
*/

.slider-wrapper {
	clear: both;
	height: 400px;
	overflow: hidden;
	position: absolute;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	background: none repeat scroll 0 0 #transparent;
	margin: 0 auto;
	padding: 0;
}


/* Header
------------------------------------------------------------ */
.site-header {
	background: url("images/hbg.png") repeat-x scroll 0 0 transparent;
}

.site-header .wrap {
	background: url("images/header.png") no-repeat scroll 0 0 transparent;
	margin: 0 auto;
	min-height: 200px;
	width: 960px;
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0 20px;
	width: 400px;
}

.site-title {
	font-family: Arial,Tahoma,Verdana;
	font-size: 2.25em;
	line-height: 1.125;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 0.875em;
}

.site-header .widget-area {
	width: 100%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: none;
	float: left;
	height: 169px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 165px;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu {
	clear: both;
	color: #333333;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	font-size: 16px;
}

#menu-footer-1 li,
#menu-footer-2 li,
#menu-footer-3 li,
#menu-footer-4 li,
#menu-footer-5 li,
#menu-footer-6 li {
	display: block;
	float: none;
}

.sidebar .menu {
	margin: 0 !important;
	padding: 0 0 15px !important;	
}

.site-header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.nav-primary {
	background: none repeat scroll 0 0 #e5e5e5;
}

.nav-secondary {
	background: none repeat scroll 0 0 #aaaaaa;
	border-top: 4px solid #002A36;
}

.menu-primary,
.menu-secondary {
	width: 960px;
}

.menu ul {
	float: left;
	width: 100%;
}

.menu li {
	float: left;
	list-style-type: none;
}
.sidebar .menu li {
	float: none;
}

.menu a,
.menu a:visited {
	color: #000000;
	display: block;
	font-size: 0.875em;
	font-weight: bolder;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

.menu li a:active,
.menu li a:hover,
.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a,
.menu .current-page-ancestor a {
	background-color: #002A36;
	color: #ffffff;
}

#menu-footer-1 li a,
#menu-footer-1 li a:visited,
#menu-footer-1 li a:active,
#menu-footer-1 li a:hover,
#menu-footer-1 .current_page_item a,
#menu-footer-1 .current-cat a,
#menu-footer-1 .current-menu-item a,
#menu-footer-2 li a,
#menu-footer-2 li a:visited,
#menu-footer-2 li a:active,
#menu-footer-2 li a:hover,
#menu-footer-2 .current_page_item a,
#menu-footer-2 .current-cat a,
#menu-footer-2 .current-menu-item a,
#menu-footer-3 li a,
#menu-footer-3 li a:visited,
#menu-footer-3 li a:active,
#menu-footer-3 li a:hover,
#menu-footer-3 .current_page_item a,
#menu-footer-3 .current-cat a,
#menu-footer-3 .current-menu-item a,
#menu-footer-4 li a,
#menu-footer-4 li a:visited,
#menu-footer-4 li a:active,
#menu-footer-4 li a:hover,
#menu-footer-4 .current_page_item a,
#menu-footer-4 .current-cat a,
#menu-footer-4 .current-menu-item a,
#menu-footer-5 li a,
#menu-footer-5 li a:visited,
#menu-footer-5 li a:active,
#menu-footer-5 li a:hover,
#menu-footer-5 .current_page_item a,
#menu-footer-5 .current-cat a,
#menu-footer-5 .current-menu-item a {
	background-color: transparent;
	color: #000000;
}

.sidebar .menu a,
.sidebar .menu a:visited {
	background: none repeat scroll 0 0 transparent;
	color: #006d9f;
	padding: 0;
}

.sidebar .menu li a:active,
.sidebar .menu li a:hover,
.sidebar .menu .current_page_item a,
.sidebar .menu .current-cat a,
.sidebar .menu .current-menu-item a {
	background: none repeat scroll 0 0 transparent;
	color: #A91B33;
	padding: 0;
}

.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	background-color: #333333;
	color: #ffffff;
	font-size: 0.75em;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 165px;
}

.menu li li a:active,
.menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu li ul a {
	width: 140px;
}

.menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	font-size: 0.875em;
	padding: 5px 15px 4px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	font-size: inherit;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 940px;
}

/* Homepage
------------------------------------------------------------ */
.intelligence-home .site-inner {
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.intelligence-home.full-width-content .content {
	width: 100%;
}

.intelligence-home .content {
  	float: none;
  	margin: 0;
  	padding: 0;
  	width: auto;
}

.home-slider  {
	background: none repeat scroll 0 0 #E5E5E5;
}

.home-slider .wrap {
	height: 358px;
	margin: 0 auto 10px;
	padding: 18px 0 0;
	width: 960px;
}
	
.content .home-slider h2 {
	font-size: 18px;
	font-weight: normal !important;
}
	
#featured-bottom,
#ssi-wrap,
.ssi-top-wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
}
	
.featured-bottom-left,
.ssi-top-left {
	float: left;
	margin-right: 20px;
	padding: 0;
	width: 300px;
}

.featured-bottom-middle,
.ssi-top-middle {
	float: left;
	margin-right: 20px;
	width: 300px;
}
	
.featured-bottom-right,
.ssi-top-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 300px;
}

.ssi-bottom-left {
	float: left;
	margin-right: 20px;
	width: 460px;
}

.ssi-bottom-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 460px;
}
	
.featured-top {
	width: 590px;
	float: left;
	margin: 0;
	padding: 0;
}
	
.content #featured-bottom h2,
.content #featured-bottom h2 a,
.content .featured-top h2,
.content .featured-top h2 a {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
	
.content #featured-bottom h2 a:hover,
.content .featured-top h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
		
.content #featured-bottom h4,
.content .featured-top h4 {
	background: url("images/bg-h4.png") no-repeat scroll 0 0 transparent;
	font-size: 14px;
	font-weight: bold;
	padding: 22px;
	text-align: center;
}

.content #ssi-wrap h4 {
	background: url("images/bg-h4.png") no-repeat scroll 0 0 transparent;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

#featured-bottom .wrap,
.featured-top .wrap {
	margin: 0;
	padding: 5px 0 0 0;
}
	
#featured-bottom p,
.featured-top p {
	margin: 0;
	padding: 5px 0 0 0;
}

.featured-top .widget,
#featured-bottom .widget {
	margin: 0 0 15px 0;
	padding: 0;
}
	
.content .featured-top img,
.content .featured-top p img,
.content #featured-bottom img,
.content #featured-bottom p img {
	max-width: none;
}
	
.featured-top .user-profile {
	overflow: auto;
}
	
.featured-top .user-profile p {
	padding: 10px;
}

.featured-top ul,
#featured-bottom ul {
	list-style-type: square;
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
}
	
.featured-top ul li,
#featured-bottom ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
}
	
.featured-top .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
}
	
.featured-top .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
}
	
.more-from-category a {
	font-weight: bold;
}
	
.more-from-category a:hover {
	text-decoration: underline;
}
	

/* Homepage Featured Post/Page
------------------------------------------------------------ */

#featured-bottom .featuredpost,
#featured-bottom .featuredpage,
.featured-top .featuredpost,
.featured-top .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
}
	
#featured-bottom .featuredpost .post,
#featured-bottom .featuredpage .page,
.featured-top .featuredpost .post,
.featured-top .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	overflow: auto;
}

#featured-bottom .featuredpost .avatar,
#featured-bottom .featuredpage .avatar,
.featured-top .featuredpost .avatar,
.featured-top .featuredpage .avatar {
	margin: 0;
	padding: 4px;
}
	
#featured-bottom .featuredpost img,
#featured-bottom .featuredpage img,
.featured-top .featuredpost img,
.featured-top .featuredpage img {

}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 0.875em;
	margin: -10px 0 30px;
	padding: 5px 10px;
}

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
}

.taxonomy-description p {
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 15px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */
.content {
	float: left;
  	margin: 0 0 10px;
  	padding: 20px;
  	width: 440px;
}

.content-sidebar .content,
.sidebar-content .content {
  	margin: 0 0 10px;
  	padding: 9px 9px 0;
  	width: 590px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0;
	width: 940px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 25px;
}

blockquote {
	border: none;
	margin: 5px 5px 20px;
	padding: 25px;
}

blockquote p {
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 0.875em;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 0.875em;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.entry-meta-author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.entry-meta-author-box p {
	font-size: 0.875em;
	line-height: 1.5em;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.entry-meta-comments,
.entry-meta-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}

/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 0.875em;
	line-height: 1.5em;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 320px;
}

.sidebar-primary-alt {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-primary-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
	line-height: inherit;
}

.sidebar-primary .widget {
  	border: 1px solid #DDDDDD;
  	margin: 0 0 10px;
  	padding: 9px 9px 4px;
}

.widget-area .textwidget {
}

.sidebar.widget-area ol,
.sidebar.widget-area ul {
	padding: 5px 15px 0;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 15px 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 10px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 15px 10px;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Search Form
------------------------------------------------------------ */

.site-header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and U.entry-meta-time Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 15px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 0.75em;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background: none repeat scroll 0 0 #E5E5E5;
	clear: both;
	font-size: 0.875em;
	line-height: 1.5em;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 10px;
	width: 960px;
}

.footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	font-size: inherit;
	line-height: inherit;
	padding: 0 0 10px;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	margin: 0 25px 0 0;
	width: 200px;
}

.footer-widgets-5 {
	float: right;
	width: 265px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
  	background: none repeat scroll 0 0 #222222;
  	clear: both;
  	color: #FFFFFF;
  	overflow: hidden;
  	padding: 5px 0;
  	text-shadow: 1px 1px #000000;
  	width: 100%;
}

.site-footer .wrap {
	margin: 0 auto;
	padding: 0 5px;
	width: 960px;
}

.site-footer p {
	font-size: 0.875em;
	color: #FFFFFF;
}

.site-footer a,
.site-footer a:visited {
	color: #006d9f;
}

/*.site-footer a:hover {
	color: #FFFFFF;
}*/

.site-footer .gototop {
	float: left;
	width: 200px;
}

.site-footer .creds {
	float: right;
	text-align: right;
}


/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

.entry-meta-author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-content p {
	font-size: 0.875em;
	line-height: 1.5em;
	padding: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 0.75em;
	margin: 0 0 5px;
}

.reply {
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1.5em;
}

.nocomments {
	text-align: center;
}

.entry-comments .navigation {
	display: block;
}

.bypos.entry-meta-author {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	color: #333;
	font-family: Arial,Tahoma,Verdana;
	font-size: 0.875em !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 0.875em;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
	width: 98% !important;
}

/* Testimonials
------------------------------------------------------------ */
.iq-testimonial-wrap {
	color: #ffffff;
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb268 0%, #ff8916 47%, #fe6d01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb268), color-stop(47%,#ff8916), color-stop(100%,#fe6d01));
	
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb268 0%,#ff8916 47%,#fe6d01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb268 0%,#ff8916 47%,#fe6d01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb268 0%,#ff8916 47%,#fe6d01 100%); /* IE10+ */
	background: linear-gradient(top,  #ffb268 0%,#ff8916 47%,#fe6d01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb268', endColorstr='#fe6d01',GradientType=0 ); /* IE6-9 */
	border:1px solid #fe6d01;
	padding:13px 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    	-webkit-box-shadow:  0px 1px 6px 2px rgba(0, 0, 0, 0.1);
    	box-shadow:  0px 1px 6px 2px rgba(0, 0, 0, 0.1);
	width: 90%;
    	margin: 0px auto 20px auto;
}

.iq-testimonial-name:before {
	content: '~';
}

/* Custom Styles
-------------------------------------------------------------*/

#bootNav a {color: #000; font-size: 20px;}
#bootNav p {display: none;}
#bootNav li {height: 30px; padding: 8px 5px 0;}

.book a {font-size: 1em; font-family: Verdana, Arial, sans-serif;}



/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 600px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.site-container {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	.menu li,
	.menu li ul,
	.menu li ul a,
	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-wrap,
	.site-footer .creds,
	.site-footer .gototop,
	.footer-widgets .wrap,
	.site-header .widget-area,
	.sidebar-primary-alt,
	.title-area,
	.site-container {
		width: 100%;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-title,
	.title-area {
		float: none;
		text-align: center;
	}

	.title-area {
		padding: 10px 0;
	}

	.site-header .widget-area {
		padding: 0 0 10px;
	}

	.site-header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	.site-header .s {
		margin: 0 -7px 0 0;
	}

	.menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li.right {
		display: none;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu li li a,
	.menu li li a:link,
	.menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu li ul ul {
		background: #666;
	}

	.menu li ul ul ul {
		background: #999;
	}

	.menu li ul ul {
		margin: 0;
	}

	.menu li.right {
		display: none;
	}

	.site-inner {
		padding: 20px 0 0;
	}

	.content {
		padding: 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	.page .page,
	.post,
	.entry-comments,
	#respond {
		padding: 0 20px;
	}

	.entry-meta-author-box {
		margin: 0 20px 40px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	.footer-widgets .widget {
		padding: 20px 20px 0;
	}
	
	.footer-widgets .wrap {
		padding: 0;
	}

	.site-footer .creds,
	.site-footer .gototop {
		text-align: center;
	}

}

@media only screen and (min-width: 600px) and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}

	.site-container {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-wrap,
	.site-footer .creds,
	.site-footer .gototop,
	.footer-widgets .wrap,
	.site-header .widget-area,
	.sidebar-primary-alt,
	.title-area,
	.site-container {
		width: 100%;
	}

	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-title,
	.title-area {
		float: none;
		text-align: center;
	}

	.title-area {
		padding: 10px 0;
	}

	.site-header .widget-area {
		padding: 0 0 10px;
	}

	.site-header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	.site-header .s {
		margin: 0 -7px 0 0;
	}
	
	.menu li.right {
		display: none;
	}

	.site-inner {
		padding: 20px 0 0;
	}

	.content {
		padding: 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	.page .page,
	.post,
	.entry-comments,
	#respond {
		padding: 0 20px;
	}

	.entry-meta-author-box {
		margin: 0 20px 40px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	.footer-widgets .widget {
		padding: 20px 20px 0;
	}
	
	.footer-widgets .wrap {
		padding: 0;
	}

	.site-footer .creds,
	.site-footer .gototop {

		text-align: center;
	}
	
}