@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body{
	margin:0;
	background-color:black;
	color:#191C4E;
}
.box2{	
	background-color:white;
}
.sidelinks{
	background-color:white;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
	color:white;
	font-weight:normal;
}
h2{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14pt;
}
h3{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12pt;
}
a{
	text-decoration:none;
}
p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	text-align:center;
	color:#191C4E;
}
#header {
	width: 100%;
	top:0;
	position:relative;
	height:10%;
	background-color:#191C4E;
	z-index:2;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-height:80pt;
	color: #FFFFFF;
	text-align:center;
	margin:auto;
}
#logo, #ourangle, #lead{
	width:200px;
	height:100%;
}
#logo{
	height:auto;
	width:30%;
	margin-left:35%;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}
/*--------------------------------------------------------------------------------*/

#mainlinks{
	display:none;
}

#mobilelinks{
	display:block;
	border-top-color:white;
	left:0;
	right:0;
	outline:none;
	margin-top:-2px;
}
#mobilelinks li{
	border-bottom:rgba(0,0,153,1) solid thin;
	text-decoration:none;
	display:block;
	bottom:0;
}
.mobilelinkscollapsible {
  background-color:#191C4E;
  cursor: pointer;
  width: 100%;
  outline:none;
  border-top-color:white;
}

.active, .mobilelinkscollapsible:hover{
  background-color:rgba(185,4,0,1);
  color:white;
  border-top-color:white;
}
.mobilelinkscontent {
  display:none;
  overflow: hidden;
  padding:0;
  background-color:white;
}
/*--------------------------------------------------------------------------------*/
.main {
	width:100%;
	height:100%;
	background-color:black;
	border-top:rgba(185,4,0,1) 10px solid;
	display:flex;
	flex-direction:column;
	position:relative;
	z-index:1;
}



.box1{
	height:auto;
	width:100%;
	position:relative;
	order:1;
	margin-bottom:10px;
	display:flex;
	flex-direction:column;	
	justify-content:space-evenly;
	flex-wrap:wrap;
}
.box1 p, .box1 h1, .box1 h2{
	color:white;
}
#blurb{
	width:100%;
	text-align:center;
	padding:0;
}

#podcastlinks{
	display:flex;
	flex-direction:row;	
	justify-content:space-evenly;
	flex-wrap:wrap;
	position:relative;
	width:100%;
}
#podcastlinks li{
	margin:auto;
}
#podcasts{
	width:100%;
	margin-top:20px;
}
#ourangle, #lead{
		margin:;
}
#linkbutton img{
	width:30%;
	height:auto;
	margin-top:2%;
	margin-left:35%;

}
#linkbutton{
	width:100%;
	margin-top:20px;
	border: thin rgba(0,0,0,.4) solid;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	margin-bottom:30px;
}
#linkbutton p{
	text-align:center;
	width:80%;
	margin-left:10%;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width:100%;
  background-color:;
  color:black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-family:Verdana, Geneva, sans-serif;
  font-size:9pt;
  

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.arrow {
  border: solid  rgba(166,0,0,1);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding:8px;
  margin:10px;
  margin-bottom:-1px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
embed{
	width:90%;
	height:450px;
	margin-left:5%;
	position:relative;
}
iframe{
	width:80%;
	margin-left:10%;
}
.shop{
	width:100%;
	margin-top:50px;
	height:100%;
	position:relative;
	display:flex;
	flex-direction:row;	
	justify-content:space-evenly;
	flex-wrap:wrap;
}
#item{
	width:150px;
	height:150px;
	margin:;
	background-color:rgba(185,4,0,1);
	float:;
}

/*-----------------------------------------------------------------------------------------------*/
.mobilebox2{
	height: 100%;
	width: 100%;
	background-color: white;
	position: relative;
	order: 3;
	display: block;
	border-bottom: white 2px solid;
	margin-bottom: 10px;

}
/*-----------------------------------------------------------------------------------------------*/
.box2{
	display:none;
}
.box2 p, .mobilebox2 p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
.box2 img,{
	width:25%;
	margin-left:36%;
	margin-top:-15px;
	margin-bottom:5px;
}
.mobilebox2 img{
	width:15%;
	margin-left:43%;
	margin-top:-15px;
	margin-bottom:;
}
#link1 p{
	padding-top:50px;
	font-weight:bold;
	font-size:16pt;
}
#link1{
	width:300px;
	height:125px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:150px;
}
textarea{
	font-family:Verdana, Geneva, sans-serif;
}
/*---------------------------------------------------------------------------------------------*/
.mobilesidelinks{
	width:100%;
	height:100%;
	clear:;
	position:relative;
	display:block;
	align-self:flex-start;
	order:2;
	margin-bottom:;
	border-top:white 2px solid;	
	border-bottom:white 2px solid;
}
.collapsible {
  background-color:#191C4E;
  cursor: pointer;
  padding-bottom:px;
  width: 100%;
  border: none;
  outline: none;
}
.collapsible h2{
	color:white;
}
.active, .collapsible:hover{
  background-color:rgba(185,4,0,1);
  color:white;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color:white;
}
.content {
  padding: 0 10px;
  display:none;
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  padding-bottom:20px;
}
#arrow {
  box-sizing: border-box;
  height:10px;
  width:10px;
  border-color:white;
  border-style: solid;
  border-width: 0px 1.5px 1.5px 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left:50%;
  padding:2px;
  margin-top:-15px;
}
.active #arrow{
	transform: rotateZ(-135deg);
	-webkit-transform: rotate(-135deg);
	margin-top:-10px;
}



/*-------------------------------------------------------------------------------------------*/
.sidelinks{
	display:none;
}
#link2, #link3, #link4, #link5, #link6, #link7, #link8{
	 display: flex;
        width: 50%;
        height: 200px;
        margin: auto;
        border-radius: 10px;
        align-items:center;
        justify-content:center;
}

#link2 p, #link3 p, #link4 p{
		line-height:18px;
}

#link5 p, #link6 p, #link7 p{
	padding:auto;
	line-height:38px;
}
#link2, #link3, #link4, #link5, #link6, #link7, #link8{
	width:80%;
	height:50px;
	background-color:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom:10px;

}
  #link8 p{
	  margin:auto;
	  margin-top:-8px;
  }

.contact{
	width:100%;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;	
}

.flexform{
	width:80%;
	margin-left:10%;
}
#one input{
	width:100%;
	margin-bottom:5px;
	border-radius: 10px;
	height:20px;
}
#two textarea{
	width:100%;
	border-radius:10px;
}
.g-recaptcha{
transform:scale(0.7);
-webkit-transform:scale(0.7);
transform-origin:0 0;
-webkit-transform-origin:0 0;
margin-bottom:-20px;
}
.submit {
	background-repeat: no-repeat;
	background-position:top;
	overflow:hidden;
}
#framecontainer p{
	font-size:90%;
}
#footer{
	height:5%;
	position:;
	bottom:0;
	background-color:#191C4E;
	padding:2px;
}
#footer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
}
#footer p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------------------
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


}

/*------------------------------------------------------------------------------------------------------------------------------------------
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 948px) {

body{
	margin:0;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
#header{
	height:auto;
	position:relative;
}
#header h1{	
	font-size:50pt;
	margin:-8px;
	line-height:100%;

}
#logo{
	height:auto;
	width:18%;
	margin-left:41%;
	margin-top:2px;
	margin-bottom:-40px;
	float:left;
}
.main{
	flex-direction:row;
	justify-content:space-between;
	height:80%;
	border-bottom:rgba(185,4,0,1) 10px solid;
}
#mainlinks{
	display:block;
	margin-top:10px;
	clear: none;
}
#mainlinks ul{
	float: right;
	text-align:center;
	width:;
}
#mainlinks li{
	margin-right:16.5px;
	margin-top:-10px;
	display:inline-block;
}

#mobilelinks{
	display:none;
}

.box1{
	width:58%;
	height:100%;
	order:2;
	margin-bottom:none;
	flex-direction:row;	
}
#blurb{
	width:100%;
	text-align:center;
	margin-bottom:-50px; 
	margin-top:50px;
	padding:0;
}
#linkbutton{
	width:30%;
}
#linkbutton img{
	width:100%;
	height:auto;
	margin:5%;
}
#linkbutton p{
	text-align:center;
	width:auto;
	margin-left:0;
}
#podcasts{
	width:60%;
	margin-top:40px;
}
.tooltip .tooltiptext {
	margin-top:-60px;
}
embed{
	height:500px;
	margin-bottom:18px;
}
iframe{
	width:100%;
	margin-left:0;
}
.mobilebox2{
	display:none;
}
.box2{
	width:20%;
	order:3;
	display:block;
	border-left:white 10px solid;
}
.box2 img{
	width:25%;
	margin-left:36%;
	margin-top:-15px;
	margin-bottom:5px;
}
.g-recaptcha{
transform:scale(0.7);
-webkit-transform:scale(0.7);
transform-origin:0 0;
-webkit-transform-origin:0 0;
margin-bottom:-26px;
}
.mobilesidelinks{
	display:none;
}
.sidelinks{
	width:20%;
	height:;
	order:1;
	border-right:white 10px solid;
	padding-bottom:none;
	position:relative;
	display:block;
}
#footer{
	height:10%;
	position:relative;
	bottom:0;
}
}
