/*
Theme Name: John Celock Custom Theme
Theme URI: NA
Author: Christian Mackler
Author URI: http://www.wsiwebspecialist.com/
Description: This is a custom theme for WSI WebSpecialist clients. It includes a responsive-ready menu.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------Clearfix-----------------------------*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*Typography -------------------------------*/
body {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	line-height: normal;
	color: #212121;
	background: #122d62; /* Old browsers */
	background: -moz-linear-gradient(top,  #122d62 0%, #376eb6 50%, #edece8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#122d62), color-stop(50%,#376eb6), color-stop(100%,#edece8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #122d62 0%,#376eb6 50%,#edece8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #122d62 0%,#376eb6 50%,#edece8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #122d62 0%,#376eb6 50%,#edece8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #122d62 0%,#376eb6 50%,#edece8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122d62', endColorstr='#edece8',GradientType=0 ); /* IE6-9 */
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1,
h1 a {
	font-size: 24px;
	color: #122d62;
	font-weight: bold;
	line-height: normal;
}

h2,
h2 a {
	font-size: 18px;
	color: #122d62;
	font-weight: bold;
	line-height: normal;
}



h3,
h3 a {
	font-size: 16px;
	color: #122d62;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #122d62;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #122d62;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	font-weight: bold;
}

a {
	text-decoration: none;
}

.welcome a {
	color: #EEDDA0;
}

#main-content a {
	color: #122d62;
	text-decoration: none;
}      

.welcome a:visited {
	color: #EEDDA0;
}
#main-content a:visited {
	color: #56789E;
}  

.welcome a:hover,
#main-content a:hover {
	color: #E9C02F;
} 

.welcome a:focus,
.welcome a:active,
#main-content a:focus,
#main-content a:active {
	color: #E9C02F;
}

h1,
h2,
h3,
h4,
h5,
h6, 
p,
ol,
ul {
	margin-bottom: 10px;
}


.content-container ol,
.content-container ul {
	margin-left: 30px;
} 

.content-container ul {
	list-style: disc;
}

.content-container ol {
	list-style: decimal;
}

input:focus,
button:focus {
	outline:0;
}

/*Images ---------------------------------- */
img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left; 
	margin: 0 10px 10px 0;
}

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


/*General Layout --------------------------------- */

#wrapper {
	max-width: 980px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 351px;
	background-image: url('images/head-shot.png');
	background-repeat: no-repeat;
}

#header.inner {
	width: 100%;
	height: 230px;
	background-image: url('images/head-shot-inner.png');
	background-repeat: no-repeat;
}

.logo {
	float: left;
	margin: 39px 0 20px 150px;
}

.right-header {
	float: right;
	margin: 20px 0 0 0;
}

.email-small {
	display: none;
}

.top-links {
	padding-bottom: 10px;
	clear: both;
	float: right;
}

.top-links a {
	color: #fff;
}

.top-links a:hover {
	color: #eac542;
}

.social-media a img {
	float: left;
}

.social-media {
	padding-bottom: 10px;
	float: right;
	clear: both;
}

.contact {
	float: right;
	clear: both;
}

.contact span {
	display: block;
	background: url('images/email.png') no-repeat;
	width: 143px;
	height: 47px;
}

.contact span:hover {
	background: url('images/email-hover.png') no-repeat;
}

.welcome-small {
	display: none;
}

.welcome-small .welcome {
	width: 100%;
	color: #212121;
}

.welcome-container {
	float: right;
	width: 760px;
	margin: 30px 0 0 0;
}

.welcome {
	width: 580px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
}

#main-content {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 646px;
	margin-right: 20px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.34);
}

.inner #content {
	min-height: 710px;
}

.home #content {
	min-height: 320px;
}

.content-container {
	margin: 20px 35px;
	line-height: 20px;
}

.entry-meta {
	color: #000;
	margin-top: -10px;
}

#home-sidebar {
	float: left;
	width: 313px;
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.34);
}

#inner-sidebar {
	float: left;
	width: 313px;
	margin-bottom: 20px;
}

.twitter-feed {
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.34);
}

.widget {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.34);
}

.widget-container {
	margin: 10px;
	padding: 10px 0;
}

.home-ctas {
	float: left;
	margin: 20px auto;
	width: 100%;
}

.cta {
	float: left;
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.34);
}

.article-cta {
	background: url('images/article-cta.png') no-repeat;
	width: 313px;
	height: 150px;
	margin-right: 20px;
}

.speaking-cta {
	background: url('images/speaking-cta.png') no-repeat;
	width: 313px;
	height: 150px;
	margin-right: 21px;
}

.book-cta {
	background: url('images/book-cta.png') no-repeat;
	width: 313px;
	height: 150px;
}


#inner-sidebar .twitter-feed {
	margin-bottom: 10px;
}

.inner-ctas img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow:    4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow:         4px 4px 18px 0px rgba(50, 50, 50, 0.34);
}

.cta-container {
	width: 85%;
	margin: 15px auto 0 auto;
	text-align: center;
}

.cta-container p {
	min-height: 64px;
}

.cta-container h2 {
	border-style: none none ridge none;
	border-width: 3px;
	border-color: #eac542;
}

.cta-container a {
	font-weight: bold;
	font-size: 16px;
	color: #122d62;
}

.cta-container a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	background: url('images/footer.png') repeat-x;
	height: 119px;
	float: left;
}

.footer-container {
	max-width: 980px;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	border-style: ridge none none none;
	border-width: 3px;
	border-color: #eac542;
}

.footer-nav {
	float: left;
}

.search-footer {
	float: right;
}

.search-footer  {
	width: 200px;
	padding: 0 0 15px 0;
}

.search-small .search-inputs input[type="text"],
.search-footer .search-inputs input[type="text"] {
	float: left;
	width: 150px;
	height: 25px;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 15px 0 0 15px;
	margin: 0;
	padding: 0 0 0 8px;
}

.search-small .searchsubmit,
.search-footer .searchsubmit {
	border: none;
	height: 27px;
	background: #cccccc;
	padding: 0;
	border-radius: 0 15px 15px 0;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	padding: 6px;
	width: 30px;
	float: left;
	margin: 0;
}

.copyright {
	display: block;
	clear: both;
	color: #ffffff;
}

.at4-share-title {
	color: #fff;
}

.preload1 {
	display: none;
	background: url('images/email-hover.png') no-repeat;
}

.preload2 {
	display: none;
	background-image: url('images/head-shot.png');
}

.preload3 {
	display: none;
	background-image: url('images/head-shot-inner.png');
}

.preload3 {
	display: none;
	background-image: url('images/email.png');
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/*Nav Menu ------------------------------*/
#nav {
	clear: both;
	position: relative;
	width: 770px;
	float: right;
	z-index:102;
	border-style: ridge none ridge none;
	border-width: 3px;
	border-color: #eac542;
}

#nav a {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#nav a:hover {
	color: #eac542;
}

#nav a {
	padding-bottom: 30px;
}

#nav .current-menu-item a,
#nav .current_page_parent a {
	color: #eac542;
}

#nav ul ul a {
	font-size: 17px;
	color: #fff !important;
	text-transform: none;
}

#nav ul ul a:hover {
	color: #eac542 !important;
}

#nav ul {
	margin: 10px 20px 10px 25px;
	text-align: center;
}

#nav ul li {
	display: inline;
	position: relative;	
	padding-right: 15px;
}

#nav ul ul {
	display: block;
	position: absolute;
	left: -9999px;
	background-color: #779bc3;
	margin: 15px 0 0 0;
	-webkit-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	-moz-box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	box-shadow: 4px 4px 18px 0px rgba(50, 50, 50, 0.34);
	border-style: none ridge ridge ridge;
	border-color: #dddddd;
	border-width: 2px;
}

#nav ul ul ul {
	position: relative;
	left: 0;
	margin: 0 0 0 -10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-style: none;
}

#nav ul li:hover ul {
	left: 0;
}

#nav ul ul li {
	display: block;
	text-align: left;
	padding: 5px 20px 5px 10px;
	border-style: ridge none none none;
	border-color: #dddddd;
	border-width: 2px;
}

#nav ul ul ul li {
	width: 100%;
	padding: 5px 0 0 30px;
	margin: 5px 0 0 0;
	border: none;
}

#nav ul ul ul a {
	font-size: 16px;
}

.footer-nav a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family:"Times New Roman",Georgia,Serif;
}

.footer-nav a:hover {
	color: #eac542
}


.footer-nav li {
	display: inline;
	padding-right: 10px;
}

/* RD Menu
-------------------------------------------------------------------------------*/
.icon-plus {
	position: absolute;
	top: 20px;
	width: 50px;
	padding: 6px 0;
	margin-top: -20px;	
	right: 0;
	font-size: 28px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	z-index:6;
}

#nav-rd {
	display: none;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 999999999;
}

#nav-rd a {
	text-transform: uppercase;
	width: 90%;
}

.menu-panel {
	display: block;
	position: relative;
	z-index: 5;
	width: 100%;
	float: left;
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	height: 37px;
	border-style: ridge none ridge none;
	border-color: #eac542;;
	border-width: 4px;
	background: #56789e;
}

.menu-panel p {
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	margin-left: 10px;
	top: 50%;
	margin-top: -10px;
	text-shadow: black 0.1em 0.1em 0.1em;
}

.menu-button {
	content: '';
	position: absolute;
	width: 27px;
	height: 4px;
	background: #fff;
	box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}


#nav-rd ul {
	display: block;
	float: left;
    cursor: pointer;
    text-align: left;
	width:100%;
	clear: both;
	margin: 0;
	background: #779bc3;
	border-style: none none ridge none;
	border-color: #dddddd;
	border-width: 2px;
}


#nav-rd ul ul,
#nav-rd ul ul ul {
	display: none;
	float: left;
	list-style: none;
	margin:0;
	background: #fff;
	clear: both;
	width: 100%;
}

#nav-rd .clicked > ul {
	display: block;
}
 
#nav-rd ul li a {
    padding: 5px 10px;
	line-height:30px;
	text-decoration:none;
	font-size:14px;
	display:block;
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.1em;
	margin: 0;
	font-weight:bold;
	float: left;
}


#nav-rd ul ul li a {
	padding-left: 20px;
	font-size:14px;
	color: #122d62;
	font-weight: bold;
	text-shadow: none;
	float: left;
}

#nav-rd ul ul ul li a {
	color: #2e2e2e;
	margin-left: 10px;
	font-size: 14px;
	text-shadow: none;
	float: left;
}
 
#nav-rd ul li {
	position: relative;
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	z-index: 4;
	border-style: ridge none none none;
	border-color: #dddddd;
	border-width: 2px;
	margin: 0;
	clear: both;
}

#nav-rd ul ul li {
	position: relative;
	float: left;
	width: 100%;
	clear: both; 
	border-style: ridge none none none;
	border-color: #dddddd;
	border-width: 2px;
}

#nav-rd ul ul ul li {
	position: relative;
	float: left;
	width: 100%;
}

.rd-menu {
	display: none;
	float: left;
	width: 100%;
}

.rd-menu.open {
	display: block;
}

/*Small Search ------------------------------------- */
.search-small {
	float: left;
	width: 100%;
	padding: 9px 0;
	background: #779bc3;
}

.search-small .searchform {
	margin-left: 10px;
	margin-bottom: 0;
}


/* Drop-down icons */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon_902b5u.eot');
	src:url('fonts/icomoon.eot') format('embedded-opentype'),
		url('fonts/icomoon_902b5u.woff') format('woff'),
		url('fonts/icomoon_902b5u.ttf') format('truetype'),
		url('fonts/icomoon_902b5u-icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e601";
}
.icon-play:before {
	content: "\e600";
}
.icon-plus:before {
	content: "\e603";
}
.clicked > .icon-plus:before {
	content: "\e602";
}


/* Media queries!
-------------------------------------------------------------------------------*/
/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 979px) {
.search-footer {
	display: none;
}

#nav {
	display: none;
}

#nav-rd {
	display: block;
}

.top-links {
	display: none;
}

.logo {
	margin: 39px 0 0 150px;
	width: 55.2916667%;
}

.right-header {
	margin: 33px 10px 20px 0;
}

.social-media {
	width: 175px;
	margin: 0 auto;
}

.contact {
	width: 143px;
	margin: 0 auto;
	float: none;
}

#header,
#header.inner {
	width: 100%;
	margin-bottom: 10px;
	float: none;
	height: auto;
}

.welcome-container {
	display: none;
}

#main-content {
	width: 98%;
	margin: 10px auto;
	float: none;
}

#content {
	width: 65.9183673%;
	margin: 0 0 20px 0;
	min-height: 320px;
}

.content-container {
	margin: 20px;
}

#before-content {
	display: none;
}

.welcome-small {
	display: block;
}

#home-sidebar,
#inner-sidebar {
	width: 31.938755%;
	float: right;
}

.cta {
	width: 31%;
	height: 188px;
	max-width: 313px;
	margin-bottom: 10px;
}

#footer {
	height: 84px;
}

.footer-container {
	margin-top: 10px;
}

.footer-nav {
	display: none;
}

.copyright {
	width: 95%;
	margin: 0 auto;
	float: none;
}

}

/* Small Tablet (7 inch tablets) */
	@media only screen and (min-width: 650px) and (max-width: 767px) {
.search-footer {
	display: none;
}

#nav {
	display: none;
}

#nav-rd {
	display: block;
}

.top-links {
	display: none;
}

.logo {
	margin: 10px 10px 10px 0;
	float: right;
	width: 527px;
	clear: both;
}

.social-media {
	width: 210px;
}

.right-header {
	float: right;
	margin-right: 10px;
}

.email-small {
	display: block;
}

.contact {
	display: none;	
}

.welcome-container {
	display: none;
}

#header,
#header.inner {
	width: 100%;
	margin-bottom: 10px;
	float: none;
	height: auto;
}


#main-content {
	width: 98%;
	margin: 10px auto;
	float: none;
	height: auto;
}

#content {
	width: 65.9183673%;
	margin: 0 0 20px 0;
	min-height: 320px;
}

.content-container {
	margin: 20px;
}

#before-content {
	display: none;
}

.welcome-small {
	display: block;
}

#home-sidebar,
#inner-sidebar {
	width: 31.938755%;
	float: right;
}

.cta {
	width: 31%;
	height: 188px;
	max-width: 313px;
	margin-bottom: 10px;
}

#footer {
	height: 84px;
}

.footer-container {
	margin-top: 10px;
}

.footer-nav {
	display: none;
}

.copyright {
	width: 95%;
	margin: 0 auto;
	float: none;
}
	
}



/* Mobile Landscape Size to Tablet Portrait (Iphone 5) */
	@media only screen and (min-width: 524px) and (max-width: 649px) {
.search-footer {
	display: none;
}

#nav {
	display: none;
}

#nav-rd {
	display: block;
}

.top-links {
	display: none;
}

#before-content {
	display: none;
}

.welcome-container {
	display: none;
}

.logo {
	width: 75%;
	margin: 10px 10px 10px 0;
	float: right;
}

.social-media {
	width: 210px;
}

.right-header {
	float: right;
	margin-right: 10px;
}

.email-small {
	display: block;
}

.contact {
	display: none;
}

#header,
#header.inner {
	width: 100%;
	float: none;
	height: auto;
	background-size: 35%;
	background-image: url('images/head-shot.png');
	background-repeat: no-repeat;
}

#main-content {
	width: 95%;
	margin: 10px auto;
	float: none;
}

#content {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
}

.content-container {
	margin: 20px;
	padding: 20px 0;
}

.welcome-small {
	display: block;
}

#home-sidebar,
#inner-sidebar {
	width: 313px;
	float: none;
	margin: 0 auto;
}

.cta {
	width: 100%;
	max-width: 313px;
	margin-bottom: 10px;
}

.home-ctas,
.inner-ctas {
	margin: 20px auto 10px auto;
	float: none;
	max-width: 313px;
}


#footer {
	height: 84px;
}

.footer-container {
	margin-top: 10px;
}

.footer-nav {
	display: none;
}

.copyright {
	width: 95%;
	margin: 0 auto;
	float: none;
}


}


/* Mobile Portrait Size to Mobile Landscape Size (Iphone 4) */
	@media only screen and (max-width: 523px) {

.search-footer {
	display: none;
}

#nav {
	display: none;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 17px;
}

#nav-rd {
	display: block;
}

.top-links {
	display: none;
}

#before-content {
	display: none;
}

.welcome-container {
	display: none;
}

.logo {
	width: 84%;
	margin: 10px 10px 10px 0;
	float: right;
}

.social-media {
	width: 210px;
}

.right-header {
	float: right;
	margin-right: 10px;
}

.email-small {
	display: block;
}

.contact {
	display: none;
}

#header,
#header.inner {
	width: 100%;
	float: none;
	height: auto;
	background-size: 35%;
	background-image: url('images/head-shot.png');
	background-repeat: no-repeat;
}

#main-content {
	width: 95%;
	margin: 10px auto;
	float: none;
}

#content {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
}

.content-container {
	margin: 20px;
	padding: 20px 0;
}

.welcome-small {
	display: block;
}

#home-sidebar,
#inner-sidebar {
	width: 300px;
	float: none;
	margin: 0 auto;
}

.home-ctas,
.inner-ctas {
	margin: 20px auto 10px auto;
	float: none;
	max-width: 313px;
}

.cta {
	width: 100%;
	max-width: 313px;
	margin-bottom: 10px;
	height: 160px;
}

#footer {
	height: 84px;
}

.footer-container {
	margin-top: 10px;
}

.footer-nav {
	display: none;
}

.copyright {
	width: 95%;
	margin: 0 auto;
	float: none;
}


}

@media print {
body{
	background-color: #fff;
}

.cta,
.inner-ctas img,
#content,
#home-sidebar,
.widget {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#main-content img,
#nav,
.twitter-feed,
.footer-nav {
	display: none;
}

.logo {
	margin: 0;
}

#header.inner,
#header {
	height: auto;
}


}