@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
	background-color: #150000;
	font-size: 12px;
	line-height: 1.6em;
	color: white;
	font-family: Lato,Helvetica,sans-serif;
	font-weight: 700;
}

p {
	color: white;
}

figcaption {
	font-size: .7em;
	font-style: italic;
	line-height: 1.2em;
}

header, footer, nav, article {
	display: block;
}

ul li {
    list-style-type: disc;
	margin-left: 30px;
	line-height: 1.8em;
}

ol li {
	line-height: 1.6em;
}

.text-center {
	text-align: center;
}

.innov-cover {
	width: 30%;
	float: left;
}

.innov-cover img {
	max-width: 100%;
	height: auto;
}

.top-slogan {
	background: #410000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 30px;
	color: white;
	text-shadow: 1px 1px 2px yellow;
	-moz-text-shadow: 1px 1px 2px yellow;
	-webkit-text-shadow: 1px 1px 2px yellow;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

strong {
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Oswald,Helvetica,sans-serif!important;
	color: #FFD600!important;
}

h1 {
	color: #FFD600;
}

h3 {
	margin-top: 20px;
}

a {
	color: #FFD600;
}

a:visited {
	color: #FFD600;
}

a:hover {
	color: #fff7a0;
	text-decoration:underline;
}

a:visited:hover {
}

header {
	height: 382px;
	border-bottom: 1px solid rgba(173,173,173,0.65);
}

#mc_embed_signup {
	padding-top: 5px!important;
	background: black!important;
}

#mc_embed_signup h2 {
	font-size: 2em!important;
}

.indicates-required {
	font-size: 1.2em!important;
	margin-bottom: 20px;
}

input {
	height: 28px;
	margin-top: 12px!important;
}

#mc-embedded-subscribe {
	width: 100%!important;
	background: #e7af42!important;
	min-height: 44px!important;
}

.performers {
	background: black;
	padding: 5px;
	border: 2px solid #ffc000;
	margin-bottom: 30px;
}

.perf-image {
	max-width: 100%;
}

.perf-image img {
	max-width: 100%;
	height: auto;
}

.innocover {
	font-size: 2em;
}

.innocover img {
	width: 85%;
}

.contact-boxes {
	display: block;
}

.heroHeader {
	background-image: url(../images/jpg/chess-bg.jpg);
	background-size:cover;
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}

.chess1 {
	height: 382px;
	background-image: url(../images/jpg/chess-bg.jpg);
	background-size:cover;
}

.chess2 {
	height: 382px;
	background-image: url(../images/jpg/chess-bg2.jpg);
	background-size:cover;
}

.chess3 {
	height: 382px;
	background-image: url(../images/jpg/chess-bg3.jpg);
	background-size:cover;
}

.chess4 {
	height: 382px;
	background-image: url(../images/jpg/chess-bg4.jpg);
	background-size:cover;
}

.chess5 {
	height: 382px;
	background-image: url(../images/jpg/chess-bg5.jpg);
	background-size:cover;
}

.chess6 {
	height: 382px;
	background-image: url(../images/jpg/chess-bg6.jpg);
	background-size:cover;
}

.phone {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 24px;
	text-align: center;
}

.phone a {
	text-decoration:none;
}

nav {
	float: left;
}

nav a,

i {
	color: #FFD600;
}

.active {
	width: 100%;
}

.menu ul {
    display:inline-block;
	padding: 0px 0px;
	text-align: center;
}

menu, ol, ul {
	padding: 4px 0px;
}
 
.menu li {
    list-style: none;
	padding: 16px 10px;
	display: inline;
	margin-left: 0px;
	transition: color linear 0.55s;
}

.menu li:hover {
	background-color: rgba(255,202,0,0.58);
	color: black;
	transition: color linear 0.55s;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    color: #FFD600;
	text-decoration: none;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 200;
	transition: color linear 0.55s;
}
 
.menu a:hover, .menu .current-item a {
    color: black;
	text-decoration:none;
	transition: color linear 0.55s;
}
 

/*----- Toggle Button -----*/
.toggle-nav {
	display: none;
}

.header-slogan {
	color: #FFD600;
	font-size: 36px;
	text-shadow: 2px 2px 4px black;
	-moz-text-shadow: 2px 2px 4px black;
	-webkit-text-shadow: 2px 2px 4px black;
	line-height: 60px;
	padding-top: 10px;
}

.header-media-slogan {
	color: #FFD600;
	font-size: 36px;
	text-shadow: 2px 2px 4px black;
	-moz-text-shadow: 2px 2px 4px black;
	-webkit-text-shadow: 2px 2px 4px black;
	line-height: 60px;
	padding-top: 10px;
	text-align: center;
}

.social {
	float: left;
	margin-left: 10px;
}

.social i {
	margin: 0px 4px;
}

.social i:hover {
	color: white;
}

.david-headshot {
	width: 300px;
	height: 265px;
	background-image:url(../images/png/david-headshot.png);
	background-size:cover;
	position: relative;
	text-align:center;	
}

.david-headshot-2 {
	width: 300px;
	height: 400px;
	background-image:url(../images/png/david-headshot2.png);
	background-size:cover;
	margin-left: 50px;
	position: absolute;
	display: block;
}

.david-headshot-2 img {
	max-width:100%;
	height: auto;
}

.leadership-cover img {
	max-width:100%;
	height: auto;
}

.innov-announce {
	font-family: Oswald,Helvetica,sans-serif!important;
	padding: 15px;
	margin: 20px auto;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 58px;
	width: 80%;
	height: auto;
	overflow: auto;
	background: black;
	border: 2px solid white;
}

.innov-announce img {
	float: left;
	max-width: 23%;
	height: auto;
	margin-right: 40px;
	position: relative;
}

.surpass-title {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 3em;
	text-shadow:7px 7px 7px rgba(0,0,0,0.88);
	line-height: 2em;
	margin-top:200px;
	width: 100%;
	text-align:center;
	color: #FFD600;
	position: relative;
}

#watch-video-button {
	width: 220px;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 26px;
	color: white!important;
	background-color: #410000;
	border-radius: 10px;
	padding: 15px 0px;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 5px;	
}

#watch-video-button a {
	color: white!important;
}

#watch-video-button a:visited {
	color: white;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
	margin: auto;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0px;
	text-align: center;
}

.vid-header{
	margin-top: 20px;
	height: 130px!important;
	vertical-align: middle!important;
}

.buy-book {
	width: 100%;
	height: 264px;
	background-image: url(../images/png/books-covers.png);
	background-size: 80%;
	background-repeat: no-repeat;
	position: relative;
}

#buy-book-button {
	width: 200px;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 26px;
	background-color: #410000;
	color: white!important;
	border-radius: 10px;
	padding: 15px 0px;
	position: absolute;
	text-align:center;	
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 5px;	
}

#buy-book-button a {
	color: white!important;
}

#buy-book-button a:hover {
	color: rgba(0,246,255,1.00);
}

#buy-book-button a:vistied {
	color: white!important;
}

.entire-kit {
	text-align: center;
	background: #EDC500;
	width: 60%;
	font-size: 1.4em;
	font-weight: 400;
	margin: auto;
	border-radius: 8px;
	border: 2px solid black;
	padding: 10px;
}

.entire-kit a {
	color: black;
	text-decoration: none;
}

.dl-titles {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 2em;
	color: white;
	text-align: center;
	margin: 15px 0px 15px 0px;
}

.brochure-button {
	text-align: center;
	font-size: .7em;
	line-height: 1.4em;
	background: #EDC500;
	width: 80%;
	color: black;
	margin: 5px auto;
	border-radius: 8px;
	border: 2px solid black;
	padding: 4px;
}

.brochure-button a {
	text-decoration: none!important;
	color: black!important;
}

.brochure-button a:hover {
	color: white!important;
}

.photo-download {
	background: url(../mediakit/webgraphics/david-portrait-web.jpg);
	background-size: cover;
	width: 90%;
	height: 450px;
	margin: auto;
}


.photo-download-link {
	text-align: center;
	font-size: 1.3em;
	width: 100%;
	background: rgba(255,255,255,0.70);
	color: black;
	text-decoration: none;
	padding: 8px 0px 8px 0px;
}

.photo-download-link a {
	color: black;
	text-decoration: none;
}


article {
	font-family: Lato,Helvetica,sans-serif;
	font-size: 18px;
	font-weight:300;
	line-height: 35px;
	margin-bottom: 25px;
}

.home-feature {
	font-family: Oswald,Helvetica,sans-serif;
	background: #410000;
	width: 80%;
	text-align: center;
	padding: 10px;
	margin: 0px auto 20px auto;
	border: 1px white solid;
	border-radius: 5px;
	overflow: auto;
}

.downloads li {
	margin-left: 50px;
}

.new-books-title {
	text-align: center;
}

.new-books {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	height: 700px;
	background: #320f0f;
}

.new-books p {
	text-align: left;
}

.right-links {
	font-family: Oswald,Helvetica,sans-serif;
	background-color: #410000;
	font-size: 20px;
	font-weight:100;
	list-style: none;
}

.right-links li {
	border-bottom: 1px black solid;
	padding: 0px 4px 4px 4px;
	list-style-type: none;
	margin-left: 0px;
	line-height: 34px;	
}

.right-links a{
	color: white;
	text-decoration:none;
}

.right-links a:hover{
	color: #fff7a0;
	text-decoration:none;
}

.wash-mag-pic {
	margin: auto;
	width: 95%;
}

.wash-mag-pic img {
	max-width: 90%;
	height: auto;
}

.archive-button {
	background: black;
	text-align: center;
	font-size: 22px;
	color: white;
	font-family: Oswald,Helvetica,sans-serif;
	text-transform: uppercase;
	padding: 20px;
	margin: 20px auto 30px auto;
	width: 70%;
	border: 1px solid white;
}

.archive-button a {
	text-decoration: none;
}

.archive-list {
	width: 70%;
	margin: auto;
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 20px;
	font-weight:100;
	background-color: #410000;
	text-align: center;
}

.archive-list a {
	color: white;
	text-decoration:none;
}

.archive-list a:hover {
	color: #fff7a0;
	text-decoration:none;
}

.archive-list li {
	border-bottom: 1px black solid;
	padding: 0px 4px 4px 4px;
	line-height: 34px;	
}

.sub-signup {
	color: white!important;
	padding: 3px;
	background: #938989;
	margin: 10px 0px 10px 0px;
}

.sub-signup-txt {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: black;
	line-height: 30px;
	padding: 10px;
}

.container {
	background-color: #230b0b;
	margin: 25px auto;
}

.contact {
	padding: 5px 0px 0px 35px;
}

.related-sites {
	padding: 5px 0px;
	text-align: center;
}

.related-sites li {
	list-style:none;
	line-height: 10px;
}

.top-wrapper {
	padding: 15px 5px;
}

.np {
	width: 488px;
	height: 281px;
	float: left;
}

.cnn {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0px;
}

.cnn img {
	width: 80px;
	height: auto;
	float: left;
	padding-right: 15px;
	display: block;
}

.fiftypointone {
	width: 100%;
	float: left;
	text-align: left;
	margin: 10px 0px;
}

.fiftypointone img {
	width: 200px;
	height: auto;
	float: left;
	padding-right: 15px;
	display: block;
}

.jimbo {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.jimbo img {
	width: 100px;
	height: auto;
	margin: 5px 0px 0px 10px;
	float: left;
	display: block;
}

#jimbo-audio {
	padding: 30px 0px 0px 20px;
}

.bill {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

.bill img {
	width: 160px;
	height: auto;
	margin: 5px 10px;
	float: left;
	display: block;
}

#bill-audio {
	padding: 5px 0px 0px 20px;
}

audio {
	width: 200px;
	float: right;
	padding-bottom: 20px;
}

.home-radio {
	width: 40%;
	margin: 30px auto;
}

controls {
	background: red;
	width: 100px;
}

.thom {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.thom img {
	width: 190px;
	height: auto;
	margin: 5px 0px 0px 5px;
	float: left;
	display: block;
	clear: both;
}

#thom-audio {
	padding: 15px 0px 0px 0px;
}

.hard-q {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

.hard-q img {
	width: 170px;
	height: auto;
	margin: 5px 0px 0px 5px;
	float: left;
	display: block;
	clear: both;
}

#hard-q-audio {
	padding: 15px 0px 0px 0px;
}

.interviews {
	padding: 20px;
	background: #938989;	
	font-size: 16px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	height: 980px;	
	overflow:auto;
}

.reviews {
	padding: 20px;
	background: #938989;
	height: 980px;	
	text-align: center;
	border-radius: 10px 10px 0px 0px;
}

.wrapper {
	padding: 5px;
}

table {
	vertical-align:top;
	font-size: 50px!important;
}

footer {
	font-size: 1.2em;
	line-height:1.8em;
	background: #410000;
	margin-bottom: 30px;
}

footer h1, h2, h3 {
	color: white;
}

footer a {
	color: white;
}

.footer-wrapper {
	padding: 5px 5px;
}

.footer-social {
	padding: 5px 20px;
	text-align: center;
}

.footer-social i {
	margin: 0px 5px;
}

.footerTextContainer {
	text-align:center;
}

#copyright {
	font-size: 1.1em;
	line-height:1.8em;
	text-align: center;
	color: #999;
}

.below-footer {
	font-size: 1.1em;
	line-height:1.8em;
	text-align: center;
	color: #999;
}

/* -BEGIN CONTACT FORM*/

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	font-size: 20px;
	color: white;
}

.first_name {
	margin-left: 30px;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 100px; 
	height: 40px;
	clear: both;
	background-color: #474E69; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}


/* -BEGIN TESTIMONIALS*/


/* --- functional styling */
.testimonialrotator{ position:relative; margin-top:10px; display:block; width:100%; 
}
.testimonialrotator .testimonial{ position:absolute; top:0; left:0;  display:none; }
.testimonialrotator .testimonial:first-child{  position:relative; display:inline-block; }
.testimonialrotator .column { margin-left:5px; margin-right:5px; }

.testimonialrotator:before,
.testimonialrotator:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.testimonialrotator:after{ clear:both; }

/* --- estethic styling */

.transition { color:#fff; font-style:normal; }
.testimonialrotator.skin_default .testimonial .testtext { font-size: 1.5em;
font-family: Arial;
font-style: italic; line-height:1em; color:#fff; 
}
.testimonialrotator.skin_default .testimonial .testauthor { font-size: 1em;
font-family: Arial;
font-style: italic;  color:#fff; margin-top:10px; 
}


.testimonialrotator.skin_eos .testimonial .testtext { font-size: 14px;
font-family: Courier New, Arial;
font-style: italic; line-height:1em; color:#555; 
}
.testimonialrotator.skin_eos .testimonial .testtext:after {
border-color: #5AB2B6 transparent transparent;
border-right: 6px solid transparent;
border-style: solid;
border-width: 6px;
bottom: 17px;
content: "";
height: 0;
left: 20px;
position: absolute;
width: 0;
}

.clear{ clear:both;
}

/* -USED IN PLAYOFFENSE SITE */


.testimonialrotator.skin_default .testimonial .testtext { font-size: 2.4em;
font-family: lato, verdana, Arial, sans-serif;
font-style: italic; 
line-height:2.3em; 
color:white; 
padding: 0px 20px;
}
.testimonialrotator.skin_default .testimonial .testauthor { font-size: 1.8em;
font-family: lato, verdana, Arial, sans-serif;
color: #E2E2E2; 
margin-top:10px;
line-height:2em; 
margin-top: 30px; 
padding: 0px 20px;
}

.testauthor img {
	width: 200px;
	height: auto;
}

.testauthor2 { font-size: 1.8em;
font-family: lato, verdana, Arial, sans-serif;
color: #E2E2E2; 
margin-top:10px;
line-height:2em; 
margin-top: 30px; 
padding: 0px 20px;
}

.testauthor2 img {
	width: 125px;
	height: auto;
}

.testauthor3 { font-size: 1.8em;
font-family: lato, verdana, Arial, sans-serif;
color: #E2E2E2; 
margin-top:10px;
line-height:2em; 
margin-top: 30px; 
padding: 0px 20px;
}

.testauthor3 img {
	width: 255px;
	height: auto;
}

.test{
	text-shadow: 0px 0px 0px black; color:transparent; opacity:1;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;	
}
.test.animating{
	text-shadow: 0px 0px 15px black; color:transparent; opacity:0;
	
}

/* -END TESTIMONIALS*/


/* Smaller than standard 1025 (devices and browsers) */
@media only screen and (max-width: 1025px) {
	
.interviews {	
	height: 850px;	
}

.reviews {	
	height: 850px;	
}

audio {
	width: 100px;
}

}
 
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.wrapper {
	padding: 0px;
}

.top-wrapper {
	padding: 0px;
}

header {
	height: 350px;
	margin-bottom: 20px;
}

.surpass-title {
	font-family: Oswald,Helvetica,sans-serif;
	font-size: 3em;
	text-shadow:7px 7px 7px rgba(0,0,0,0.88);
	line-height: 2em;
	margin-top:50px;
	width: 40%;
	text-align:center;
	color: #FFD600;
	position: relative;
	float: right;
}

.chess1 {
	height: 435px;
	background-image: url(../images/jpg/chess-bg.jpg);
	background-size:cover;
}

.chess2 {
	height: 435px;
	background-image: url(../images/jpg/chess-bg2.jpg);
	background-size:cover;
}

.chess3 {
	height: 435px;
	background-image: url(../images/jpg/chess-bg3.jpg);
	background-size:cover;
}

.chess4 {
	height: 435px;
	background-image: url(../images/jpg/chess-bg4.jpg);
	background-size:cover;
}

.chess5 {
	height: 435px;
	background-image: url(../images/jpg/chess-bg5.jpg);
	background-size:cover;
}

.chess6 {
	height: 435px;
	background-image: url(../images/jpg/chess-bg6.jpg);
	background-size:cover;
}

.header-slogan {
	color: #FFD600;
	font-size: 30px;
	line-height: 40px;
	padding-top: 30px;
}

.social {
	float: none;
	text-align: center;
	margin: 15px auto;
}

.phone {
	text-align: center;
}

nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 999;
}

.menu {
        font-size: 18px;
		position:relative;
        display:inline-block;
		width:100%;
}

.menu ul.active {
        display:none;
}
 
.menu ul {
		font-size:28px;
		width:100%;
        position:absolute;
        top:110%;
        left:0px;
        background: rgba(0,0,0,0.85);
}
 
.menu ul:after {
		width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
}

.menu li {
	padding: 15px 0px;
	display: block;
    border-bottom: white 1px solid;
}
 
.menu a {
        display:block;
}

 
.toggle-nav {
		padding:16px;
		width: 100%;
		margin-bottom: 10px;
        float:left;
        display:inline-block;
        border-radius:3px;
        background:black;
        color:#777;
        font-size:28px;
        transition:color linear 0.15s;
}
 
.toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:white;
	
}

.right-links {
	text-align:center;
}

.right-links a {
	line-height:30px!important;
	text-align:center;
}

.interviews {	
	height: 900px;	
}

.reviews {	
	height: 900px;	
}

}
 
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

.top-wrapper {
	padding: 0px;
}

.top-slogan {
	font-size: 20px;
	line-height: 30px;
	color: white;
}

header {
	height: 486px;
}

.chess1 {
	height: 486px;
	background-image: url(../images/jpg/chess-bg.jpg);
	background-size:cover;
}

.chess2 {
	height: 486px;
	background-image: url(../images/jpg/chess-bg2.jpg);
	background-size:cover;
}

.chess3 {
	height: 486px;
	background-image: url(../images/jpg/chess-bg3.jpg);
	background-size:cover;
}

.chess4 {
	height: 486px;
	background-image: url(../images/jpg/chess-bg4.jpg);
	background-size:cover;
}

.chess5 {
	height: 486px;
	background-image: url(../images/jpg/chess-bg5.jpg);
	background-size:cover;
}

.chess6 {
	height: 486px;
	background-image: url(../images/jpg/chess-bg6.jpg);
	background-size:cover;
}

nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 999;
}

.menu {
        font-size: 18px;
		position:relative;
        display:inline-block;
		width:100%;
}

.menu ul.active {
        display:none;
}
 
.menu ul {
		font-size:28px;
		width:100%;
        position:absolute;
        top:110%;
        left:0px;
        background: rgba(0,0,0,0.85);
}
 
.menu ul:after {
		width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
}

.menu li {
	padding: 15px 0px;
	display: block;
    border-bottom: white 1px solid;
}
 
.menu a {
        display:block;
}

 
.toggle-nav {
		padding:16px;
		width: 100%;
		margin-bottom: 10px;
        float:left;
        display:inline-block;
        border-radius:3px;
        background:black;
        color:#777;
        font-size:28px;
        transition:color linear 0.15s;
}
 
.toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:white;
}

.header-slogan {
	display: none!important;
}

.social {
	float: none;
	text-align: center;
	margin: 15px auto;
}

.phone {
	font-size: 26px;
	text-align: center;
}

.buy-book {
	margin: 30px auto;
}

.right-links {
	text-align:center;
}

.interviews {	
	margin-top: 15px;
	height: 900px;	
}

.reviews {	
	margin-top: 15px;
	height: 610px;	
}

.contact {
	text-align: center;
	margin: 0px 0px text-align: center;
	padding: 0px;
}

.sitemap {
	display: none;
}

}
 
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
 
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {



}